/* Large desktop */
@media (min-width: 1200px) {
}

@media (min-width: 768px) {
	.embed-container {
		padding-bottom: 35.25% !important;
		max-width:      63% !important;
		/* max-width: 500px; */
		/* max-height: 280px; */
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1070px) {
	#video {
		right: -250px !important;
	}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	#video {
		display: none;
	}

	#footer_links {
		margin-left:   -20px !important;
		margin-right:  -20px !important;
		padding-left:  20px !important;
		padding-right: 20px !important;
	}

	#schedule_holder, #schedule_holder_1, #schedule_holder_2 {
		margin-top:   7px !important;
		max-height:   99999999px !important;
		overflow-y:   visible !important;
		overflow-x:   visible !important;
		margin-right: -20px !important;
		width:        98%;
	}
}

/* Landscape phones and down */
@media (max-width: 480px) {
	#video {
		display: none;
	}

	#footer_links {
		margin-left:   -20px !important;
		margin-right:  -20px !important;
		padding-left:  20px !important;
		padding-right: 20px !important;
	}

	.image_standard.pull-right {
		width:  100%;
		margin: 20px 0px;
	}

	#schedule_holder, #schedule_holder_1, #schedule_holder_2 {
		margin-top:   7px !important;
		max-height:   99999999px !important;
		overflow-y:   visible !important;
		overflow-x:   visible !important;
		margin-right: -20px !important;
	}

	.navbar-inner {
	}

	.banner-container .container-fluid {
		background:       none !important;
		background-image: none !important;
	}

	.banner-container img {
		padding: 40px 0px 80px !important;
	}

	.icons,
	.icons a,
	.icons .fa {
		color:     #0067A9 !important;
		font-size: 18px !important;
	}

	.icons {
		width:      100%;
		text-align: center;
	}
}

.header {
	/*    background: url(../images/banner_bg3.jpg) no-repeat top right;
		height: 248px;
		background-position: -430px 0px;
		overflow: hidden !important;*/
}

.header img,
.header a {
	overflow: hidden;
	display:  block;
}

/*.banner-container {
    background: url(../images/banner_bg_r.jpg) repeat-x;
    background-position: -50px 0px;
}*/
.icons {
	padding-top: 15px;
	font-size:   24px;
}

.icons .fa {
	font-size: 28px;
}

.icons,
.icons a {
	color: #FFF;
}

.banner-container .container-fluid {
	background-image:    url("/images/banner2.jpg");
	background-repeat:   none;
	background-position: center center;
	background-size:     cover;
}

.container-fluid.affix-top {
	position: absolute;
}

.logo {
	margin-top: 100px;
}

.logo img {
	display: none !important;
}

.navbar .btn-navbar {
	box-shadow:    none;
	border:        none;
	border-radius: 0px;
	background:    #FFF;
	margin-top:    2px;
}

.white-popup {
	position:   relative;
	background: #FFF;
	/*padding:    20px;*/
	width:      auto;
	max-width:  700px;
	margin:     20px auto;
}

.mfp-wrap, .mfp-container, .mfp-bg {
	z-index: 10000 !important;
}

/* overlay at start */
.mfp-fade.mfp-bg {
	opacity:            0;

	-webkit-transition: all 0.15s ease-out;
	-moz-transition:    all 0.15s ease-out;
	transition:         all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity:            0;

	-webkit-transition: all 0.15s ease-out;
	-moz-transition:    all 0.15s ease-out;
	transition:         all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

/* /////////////////// */

.mfp-close-btn-in .mfp-close {
	position: absolute;
	right:    -35px;
	top:      -35px;
	color:    #FFF !important;
}

.searchme {
	background: #E8E8E8;
	padding:    15px;
}

.searchme input {
	display:     block;
	font-size:   16px;
	padding:     10px 0px;
	border:      1px solid #E8E8E8;
	width:       100% !important;
	max-width:   100% !important;
	text-indent: 10px;
}

.seperate .searchme {
	padding:    0px !important;
	background: none !important;
}

.seperate .left_nav .searchme input {
	font-size:  13px;
	background: #E8E8E8;
}

.callout {
	margin-top: 102px;
	text-align: center;
	font-size:  14px;
}

.banner {
	margin-top: 36px;
}

body,
html {
	overflow-x: hidden;
	font-size:  12px;
}

.navbar-inner {
	/*    background:            url(../images/bg_nav.jpg) top repeat-x #FF7C1A !important;
		background-position:   -20px 0px;
		border:                5px solid #FFF !important;
		-webkit-border-radius: 10px !important;
		-moz-border-radius:    10px !important;
		border-radius:         10px !important;
		padding:               8px !important;
		filter:                none;
		min-height:            30px !important;*/
	background:            #0067A9;
	background-position:   -20px 0px;
	border:                0px solid #FFF !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius:    10px !important;
	border-radius:         0px !important;
	padding:               8px !important;
	filter:                none;
	min-height:            30px !important;
}

.navbar {
	margin-top: -35px;
	padding:    0px;
}

.navbar .nav > li > a {
	text-shadow: none;
}

.navbar a {
	background:     none !important;
	/*text-shadow:        1px 1px #FF7817 !important;*/
	color:          #FFF !important;
	/*-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0) !important;
	-moz-box-shadow:    inset 0 0px 0px rgba(0, 0, 0, 0) !important;
	box-shadow:         inset 0 0px 0px rgba(0, 0, 0, 0) !important;*/
	font-family:    'Open Sans', sans-serif !important;
	text-transform: uppercase;
	font-size:      15px;
	padding:        7px 10px 7px !important;
	margin:         0 3px !important;
}

.brand {
	display: none !important;
}

.navigation {
	margin-bottom: 20px;
}

.callout {
	font-family: 'Open Sans', sans-serif !important;
	color:       #FFF;
}

.callout strong {
	font-size: 22px;
}

.left_nav a {
	background:    rgb(255, 255, 255); /* Old browsers */
	background:    -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 64%, rgba(253, 235, 218, 1) 100%); /* FF3.6+ */
	background:    -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(64%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(253, 235, 218, 1))); /* Chrome,Safari4+ */
	background:    -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 64%, rgba(253, 235, 218, 1) 100%); /* Chrome10+,Safari5.1+ */
	background:    -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 64%, rgba(253, 235, 218, 1) 100%); /* Opera 11.10+ */
	background:    -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 64%, rgba(253, 235, 218, 1) 100%); /* IE10+ */
	background:    linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 64%, rgba(253, 235, 218, 1) 100%); /* W3C */
	filter:        progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fdebda', GradientType=0); /* IE6-9 */
	color:         #EA7A01 !important;
	font-size:     12px;
	margin-bottom: 2px !important;
}

.row-fluid .left_nav ul ul a {
}

.row-fluid .left_nav ul ul {
	overflow:      hidden;
	margin-bottom: 20px;
}

.row-fluid .left_nav ul > li.active {
	/*-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;*/
	margin-bottom: 0px;
	overflow:      hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif !important;
	color:       #1771B7;
	font-weight: normal;
	margin:      20px 0 15px 0px;
}

h1 {
	font-size:   30px;
	line-height: 35px;
}

h2,
h2 a {
	color:       #000 !important;
	font-size:   24px;
	line-height: 30px;
	font-weight: 600;
}

h3,
h3 a {
	color:       #00446F !important;
	font-size:   16px;
	line-height: 1.4em;
	font-weight: 600;
}

h4,
h4 a {
	line-height: 24px;
	font-weight: 600;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong {
	font-weight: normal;
}

label,
input,
button,
select,
textarea {
	font-size:   12px;
	font-weight: normal;
	line-height: 16px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	padding:   3px 6px;
	font-size: 12px;
}

legend {
	font-size: 18px;
}

.col_1 {
	margin-top:    5px;
	margin-bottom: 20px;
}

.col_3 {
	margin-top:    0px;
	margin-bottom: 20px;
}

#footer_links h4 {
	color:         #8E8E8E;
	font-size:     14px;
	margin-bottom: 5px;
}

#footer_links {
	background:  #D3D3D3;
	padding:     13px 0px;
	font-size:   11px;
	line-height: 1.4em;
}

#footer_links ul {
	color:  #7A7A7A;
	margin: 0 0 10px 0px;
}

#footer_links ul li {
	list-style:          none;
	background:          url(../images/list_grey.png) top left no-repeat;
	padding-left:        19px;
	background-position: 0px 4px;
}

.home-images {
	margin-left:  0px !important;
	border-right: 7px solid #FFF;
}

.home-images h5 {
	position:            relative;
	margin-top:          0px;
	margin-bottom:       7px;
	overflow:            hidden;
	background-position: center center;
	background-size:     cover;
}

.home-images h5 a {
	color: #FFF;
}

.home-images h5 a img {
	border-top: 3px solid #1771B7;
}

.titled {
	font-weight: bold;
	padding:     10px 0 5px 0 !important;
	font-size:   14px;
}

h4 a {
	text-decoration: underline;
}

.home-images a div {
	position:        absolute;
	bottom:          0;
	left:            0;
	width:           90%;
	padding:         10px 5%;
	background:      rgba(0, 0, 0, 0.66);
	text-decoration: none;
	font-size:       16px;
	color:           #FFF;
}

#footer_links a {
	color: #7A7A7A;
}

.credit {
	padding:     13px 0px;
	text-align:  center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:   11px;
}

.content_column {
	margin-bottom: 20px;
}

.generic_content a {
	text-decoration: underline;
	color:           #808080;
}

.generic_content ul {
	list-style: none;
}

.generic_content ul {
	margin: 0 0 15px 25px;
}

.generic_content ul li {
	list-style:          none;
	background:          url(../images/list.png) top left no-repeat;
	padding-left:        19px;
	background-position: 0px 4px;
}

.generic_content ul li,
.generic_content ol li {
	margin-bottom: 2px;
	margin-top:    2px;
}

.list_orange {
	list-style:     none;
	margin:         0 0 0 0;
	padding:        0 0 0 0;
	font-family:    'Open Sans', sans-serif !important;
	font-size:      14px;
	text-transform: uppercase;
}

.list_orange li {
	margin:                1px 0 1px 0;
	padding:               0 0 0 0;
	background:            url(../images/btn_orange.jpg) repeat-x top #FE7A18;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius:         5px;
}

.list_orange li a {
	margin:   0 0 0 0;
	padding:  10px 10px 10px 10px;
	display:  block;
	overflow: hidden;
	color:    #FFF;
}

.list_black {
	list-style:     none;
	margin:         0 0 0 0;
	padding:        0 0 0 0;
	font-family:    'Open Sans', sans-serif !important;
	font-size:      14px;
	text-transform: uppercase;
}

.list_black li {
	margin:                1px 0 1px 0;
	padding:               0 0 0 0;
	background:            url(../images/btn_black.jpg) repeat-x top #000;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius:         5px;
}

.list_black li a {
	margin:   0 0 0 0;
	padding:  10px 10px 10px 10px;
	display:  block;
	overflow: hidden;
	color:    #FFF;
}

.btn_orange {
	background:            url(../images/btn_orange.jpg) repeat-x top #FE7A18;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius:         5px;
	padding:               10px 10px 10px 10px;
	color:                 #FFF;
	font-family:           'Open Sans', sans-serif !important;
	font-size:             14px;
	display:               block;
	overflow:              hidden;
	text-transform:        uppercase;
}

.btn_orange:hover {
	color: #FFF;
}

.screen {
	display:  block;
	overflow: hidden;
}

.screen img {
	display:       block;
	overflow:      hidden;
	margin-bottom: -10px;
}

#logos {
	background: #E2E2E2;
	padding:    13px 0px;
	margin:     30px 0 0 0;
}

#logos ul {
	list-style: none;
	padding:    0 0 0 0;
	margin:     0 0 0 0;
}

#logos li {
	float:      left;
	width:      12.5%;
	padding:    0 0 0 0;
	margin:     0 0 0 0;
	display:    block;
	overflow:   hidden;
	text-align: center;
}

#logos li a {
	text-align: center;
	width:      100%;
	display:    block;
	overflow:   hidden;
}

#logos li img {
	width: 30%;
}

.no_margin {
	margin-top: 0px !important;
}

div.navigation ul.nav li.active a {
	background: #004879 !important;
	/*    -webkit-border-radius: 5px !important;
		-moz-border-radius:    5px !important;
		border-radius:         5px !important;*/
}

div.col_1 ul.nav li.active > a,
div.col_1 ul.nav li:hover > a {
	background: #0067A9 !important;
	color:      #FFF !important;
}

div.col_1 ul.nav ul li.active > a {
	background: #999 !important;
	color:      white !important;
}

div.col_1 ul.nav ul li > a {
	background: #666 !important;
	color:      #FFF !important;
}

div.col_1 ul.nav ul li:hover > a {
	background: #333 !important;
}

.nav-pills > li > a,
.nav-pills.nav-stacked > li > a {
	margin-top:     0px !important;
	margin-bottom:  1px !important;
	background:     transparent;
	color:          #757575 !important;
	border-bottom:  1px dotted rgba(128, 128, 128, 0.39);
	border-radius:  0px;
	text-transform: uppercase;
	font-size:      11px;
	/*    background: rgb(254, 167, 38); !* Old browsers *!
		background: -moz-linear-gradient(top, rgba(254, 167, 38, 1) 0%, rgba(254, 138, 29, 1) 100%); !* FF3.6+ *!
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(254, 167, 38, 1)), color-stop(100%, rgba(254, 138, 29, 1))); !* Chrome,Safari4+ *!
		background: -webkit-linear-gradient(top, rgba(254, 167, 38, 1) 0%, rgba(254, 138, 29, 1) 100%); !* Chrome10+,Safari5.1+ *!
		background: -o-linear-gradient(top, rgba(254, 167, 38, 1) 0%, rgba(254, 138, 29, 1) 100%); !* Opera 11.10+ *!
		background: -ms-linear-gradient(top, rgba(254, 167, 38, 1) 0%, rgba(254, 138, 29, 1) 100%); !* IE10+ *!
		background: linear-gradient(to bottom, rgba(254, 167, 38, 1) 0%, rgba(254, 138, 29, 1) 100%); !* W3C *!
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fea726', endColorstr='#fe8a1d', GradientType=0); !* IE6-9 *!*/
	/*color: #fff !important;*/
}

.map {
	width:  100%;
	height: 250px;
}

.tid_1.cid_67 .generic_content .row-fluid {
	margin-bottom: 20px;
}

blockquote {
	margin-left:  0px;
	padding-left: 0px;
	border-left:  0px;
	font-weight:  700;
	margin:       0 0 10px 0;
}

blockquote p {
	font-weight: 700;
}

.tid_1.cid_41 .date {
	margin-top: -10px;
}

hr {
	margin:        20px 0;
	border:        0;
	border-top:    3px dotted #00446F;
	border-bottom: 1px solid white;
}

#logos_page {
	padding: 13px 0px;
	margin:  30px 0 0 0;
}

#logos_page ul {
	list-style: none !important;
	padding:    0 0 0 0;
	margin:     0 0 0 0;
}

#logos_page li {
	padding:    0 0 0 0;
	margin:     0 0 0 0;
	display:    block;
	overflow:   hidden;
	text-align: left;
	background: none;
}

#logos_page li h3 {
	margin-bottom: 0px;
	margin-top:    30px;
}

#logos_page li a {
	text-align:      left;
	text-decoration: none;
}

#logos_page li img {
	float:        left;
	margin-right: 30px;
}

.banner img {
}

#home_banner_rotation a {
	width:  389px !important;
	height: 146px !important;
	left:   0px;
}

#home_banner_rotation {
	right: -84px !important;
}

.team_members li {
	margin-bottom: 20px !important;
}

label.error {
	color:         red;
	margin-bottom: -5px;
}

span.required {
	color: red;
}

label {
	font-style: italic;
}

.well {
	/*background-color:#fff !important;
		border-color:#fff !important;*/
}

.controls p {
	margin-bottom: 0px;
}

form {
	margin:      0px 0 20px 0 !important;
	padding-top: 15px !important;
}

.btn {
}

.carousel-inner .item img {
	width: 100%;
}

.map_holder a {
	background: none !important;
	display:    block;
	overflow:   hidden;
	z-index:    999999;
}

.map_holder a img {
	width:    100%;
	height:   100%;
	position: relative;
}

.map_wa {
	background: lime;
	position:   absolute;
	top:        15%;
	width:      31%;
	left:       7%;
	height:     62%;
}

.map_nt {
	background: blue;
	position:   absolute;
	top:        8%;
	width:      22%;
	left:       40%;
	height:     38%;
}

.map_sa {
	background: red;
	position:   absolute;
	top:        48%;
	width:      27%;
	left:       41%;
	height:     38%;
	z-index:    2;
}

.map_qld {
	background: yellow;
	position:   absolute;
	top:        7%;
	width:      34%;
	left:       63%;
	height:     49%;
	z-index:    1;
}

.map_nsw {
	background: pink;
	position:   absolute;
	top:        57%;
	width:      23%;
	left:       74%;
	height:     19%;
	z-index:    2;
}

.map_vic {
	background: black;
	position:   absolute;
	top:        72%;
	width:      19%;
	left:       69%;
	height:     13%;
}

.map_tas {
	background: green;
	position:   absolute;
	top:        87%;
	width:      8%;
	left:       76%;
	height:     11%;
}

.map_holder {
	width:        80%;
	margin-left:  10%;
	margin-right: 10%;
	position:     relative;
	display:      block;
	overflow:     hidden
}

div.map_shape {
	background: none;
	cursor:     pointer;
	cursor:     hand;
}

.table td {
	vertical-align: middle;
}

.error td {
	color: #999;
}

form select {
	width: 100%;
}

div.multi_select label.error {
	margin: 5px 0px;
}

.dl-horizontal {
	margin: 5px;
}

.dl-horizontal h3 {
	margin-top: 0px;
}

.dl-horizontal strong h3 {
	font-weight: bold;
}

dd {
	margin-bottom: 5px;
}

.dl-horizontal dt {
	text-overflow: string;
}

.image_standard.pull-right {
	margin: 0 0 30px 30px;
}

.image_standard.pull-right > img {
	clear:                 both;
	display:               block;
	overflow:              hidden;
	margin:                0 0 15px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius:         5px;
	width:                 100%;
}

.rounded {
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius:         5px;
	overflow:              hidden;
}

.youtube-link.pull-right {
	margin: 0 0 30px 30px;
}

.youtube-link {
	position: relative;
}

.youtube-link div {
	position: absolute;
	top:      50%;
	left:     50%;
	z-index:  999;
}

.youtube-link div img {
	margin-top:  -24px;
	margin-left: -24px;
	z-index:     999;
	width:       48px !important;
	max-width:   48px !important;
	min-width:   48px !important;
	height:      48px !important;
}

.tid_1.cid_67 .row-fluid {
	margin-bottom: 20px;
}

.tab-content {
	overflow: hidden;
}

.validate a,
td a {
	text-decoration: underline;
}

form blockquote {
	padding:       20px 0 20px 25px !important;
	margin:        0 20px 20px 0px;
	border-left:   10px solid #EEE !important;
	border-top:    1px solid #EEE;
	border-bottom: 1px solid #EEE;
	border-right:  1px solid #EEE;
	font-weight:   normal !important;
	cursor:        pointer;
	cursor:        hand;
}

form blockquote:hover {
	border-color: #000 !important;
}

form blockquote p {
	font-weight: normal;
	font-size:   12px;
}

form blockquote h4 {
	margin-top:    0px;
	margin-bottom: 5px;
}

body div form blockquote.choosen {
	border-color:     green !important;
	background-color: #F7FBF4;
}

#schedule_holder, #schedule_holder_1, #schedule_holder_2 {
	margin-top:   7px;
	max-height:   490px;
	overflow-y:   auto;
	overflow-x:   hidden;
	margin-right: -40px;
	width:        98%;
}

.check_box input {
	/*margin-right:10px;*/
}

.active_2 {
}

.active_2 > a {
}

.active_3 {
	/*background: #FFE1C2;*/
}

ul,
ol {
	padding: 0;
	margin:  0 0 15px 25px;
}

.navbar .nav li:hover a {
	background-color: #004879 !important;
	/*    -webkit-border-radius: 5px !important;
		-moz-border-radius:    5px !important;
		border-radius:         5px !important;*/
}

.affix {
	top:     35px;
	z-index: 9999999999999999999999;
}

.nav-tabs {
	margin-top: 30px;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active_2 > a,
.nav-tabs > .active_2 > a:hover,
.nav-tabs > .active_3 > a,
.nav-tabs > .active_3 > a:hover {
	color:               #555555;
	background-color:    #FFFFFF;
	border:              1px solid rgb(0, 103, 169);
	border-bottom-color: transparent;
	cursor:              default;
}

.nav-tabs {
	border-bottom: 1px solid rgb(0, 103, 169);
}

.nav-tabs > li > a {
	padding-top:      8px;
	padding-bottom:   8px;
	line-height:      20px;
	border:           1px solid transparent;
	border-radius:    0;
	background-color: rgb(212, 238, 255);
	border-bottom:    1px solid rgb(0, 103, 169);
	color:            rgb(0, 103, 169);
	font-weight:      500;
	font-family:      'Open Sans', sans-serif !important;
}

.nav-tabs > li:hover > a {
	padding-top:      8px;
	padding-bottom:   8px;
	line-height:      20px;
	border:           1px solid transparent;
	background-color: rgb(212, 238, 255);
	border-bottom:    1px solid rgb(0, 103, 169);
}

.info {
	list-style: none;
	padding:    0px;
	margin:     0px;
}

.info li {
	padding: 0px;
	margin:  0px;
}

.info li a {
	padding:       6px;
	margin:        0 0 4px 0px;
	background:    #0067A9;
	color:         #FFF;
	display:       block;
	border-radius: 0px;
	text-align:    left;
	box-shadow:    none;
}

table .no-truncate {
	table-layout: fixed;
	word-wrap:    break-word;
}

.course-width {
	max-width: 33% !important;
}

.hasDatepicker {
	cursor:     pointer !important;
	cursor:     hand !important;
	background: #FFF !important;
}

.special .text-area,
.special .text_field,
.special .autocomplete {
	/*max-width:60%;*/
}

.well.metal {
	background:    lightgrey;
	border:        none;
	border-radius: 0px;
}

.well.metal2 {
	background:    lightgrey;
	border:        none;
	border-radius: 0px;
}

.well.metal4 {
	background:    lightgrey;
	border:        none;
	border-radius: 0px;
}

.well.metal h3,
.well.metal2 h3,
.well.metal4 h3 {
	color: #333C8E !important;
	/*text-shadow: 0 1px 1px #000;*/
}

#topnav_z {
	z-index:  9000;
	height:   0px;
	position: relative;
}

#video {
	position: absolute;
	right:    0px;
	top:      40px;
	height:   200px;
	width:    640px;
	z-index:  1;
}

#video * {
	z-index: 1;
}

video * {
	height: 200px;
	width:  640px;
}

.affix {
	position: fixed !important;
}

.side_ip_video {
	position: absolute;
	top:      4%;
	width:    94.5%;
	left:     3%;
	height:   80%;
}

.feedback-stars {
	margin: 10px 0 0 0;
}

form legend {
	line-height:    25px;
	padding-bottom: 10px;
	padding-top:    10px;
}

#how_did_you_find_out_about_our_courses__201305291369801030 label {
}

.tid_1.cid_113.non_mobile .form-horizontal .control-label,
.tid_1.cid_115.non_mobile .form-horizontal .control-label {
	float:       left;
	/*original: width: 140px;*/
	width:       350px;
	padding-top: 5px;
	text-align:  right;
}

.tid_1.cid_113.non_mobile .form-horizontal .controls,
.tid_1.cid_115.non_mobile .form-horizontal .controls {
	/*original: margin-left: 160px;*/
	margin-left: 370px;
}

.tid_1.cid_113.non_mobile .form-horizontal .drop_down .controls,
.tid_1.cid_115.non_mobile .form-horizontal .drop_down .controls {
	max-width: 150px;
	min-width: 120px;
}

.radio.inline {
	position: relative;
}

.radio.inline label.error {
	position:    absolute;
	bottom:      -13px;
	width:       150px;
	margin-left: -18px;
}

.control-group.other {
	display: none;
}

.links_to_upload {
	display: none;
}

#video object {
	height: 200px;
	width:  640px;
}

.links_to_upload p {
	margin:      10px 0px;
	line-height: 1.3em;
}

a.ajs-logo {
	width:           100%;
	background:      none;
	display:         block;
	text-align:      center;
	color:           #4CBCEC !important;
	font-size:       14px;
	text-decoration: underline;
	font-family:     'Open Sans', sans-serif;
}

a.ajs-logo img {
	margin: 0 auto 10px auto;
}

.radio input[type="radio"], .checkbox input[type="checkbox"] {
	margin-top: 1px;
}

/*
div.error input, div.error select, div.error textarea{
    border-color: 1px solid #cccccc !important;
}
*/

span.error {
	color:     red;
	font-size: 11px;
}

.ac_results {
	font-family:      Arial, Helvetica, sans-serif;
	padding:          5px;
	border:           1px solid #CCC;
	background-color: white;
	overflow:         hidden;
	z-index:          99999;
	color:            #000000;
}

.ac_results ul {
	width:               100%;
	list-style-position: outside;
	list-style:          none;
	padding:             0;
	margin:              0;
}

.ac_results li {
	margin:      0px;
	padding:     3px 5px;
	cursor:      default;
	display:     block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font:        menu;
	font-size:   12px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow:    hidden;
}

.ac_loading {
	background: url("/images/admin/ajax-loader-small.gif") right center no-repeat;
}

.ac_odd {
	background-color: #E8E8E8;
}

.ac_over {
	background-color: #828282;
	color:            white;
}

div a.btn-custom {
	color:           #FFF;
	text-decoration: none;
}

#validate_uploads {
	opacity:  0px;
	height:   0px;
	width:    0px;
	overflow: hidden;
	border:   0px;
	position: absolute;
}

.dataTable th,
.dataTable td {
	padding:       3px 3px;
	border-bottom: 1px solid lightgrey;
	text-align:    left;
}

.form-horizontal .controls.for_uploads {
	margin-left: 0px;
	position:    relative;
}

.embed-container {
	position:       relative;
	padding-bottom: 56.25%;
	height:         0;
	overflow:       hidden;
	max-width:      100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top:      0;
	left:     0;
	width:    100%;
	height:   100%;
}

.get-cali {
	display:         block;
	text-align:      center;
	color:           #FFF;
	text-decoration: none;
	text-transform:  uppercase
}

.get-cali img {
	max-width:    65%;
	margin-left:  auto;
	margin-right: auto;
}

.get-cali:hover {
	color:           #FFF;
	text-decoration: none;
}

.get-cali div {
	padding:     10px;
	color:       #FFF;
	line-height: 1.3em;
	background:  #0067A9 !important;
}

.paginate .word {
	font-family: Arial, Helvetica, sans-serif;
	padding:     3px;
}

a.paginate {
	border:           1px solid #CCC;
	font-family:      Arial, Helvetica, sans-serif;
	padding:          8px 10px 8px 10px;
	color:            #666666;
	cursor:           default;
	background-color: #FFFFFF;
	line-height:      1em;
	overflow:         hidden;
	text-decoration:  none;
	cursor:           hand;
	cursor:           pointer
}

a.paginate:hover {
	background-color: #A6A29C;
	color:            #FFF;
	text-decoration:  none;
	border:           1px solid #A6A29C;
}

a.current {
	border:          1px solid #A6A29C;
	padding:         8px 10px 8px 10px;
	cursor:          default;
	background:      #A6A29C;
	color:           #FFF;
	text-decoration: none;
	overflow:        hidden;
	line-height:     1em;
}

span.inactive {
	border:           1px solid #CCC;
	font-family:      Arial, Helvetica, sans-serif;
	padding:          8px 10px 8px 10px;
	color:            #CCCCCC;
	cursor:           default;
	background-color: #FFFFFF;
	line-height:      1em;
	overflow:         hidden;
}

.second-part legend {
	color:          #949494;
	font-size:      14px;
	padding-bottom: 5px;
	padding-top:    5px;
	border-bottom:  1px dotted #E5E5E5;
}

a.pdf-download {
	font-size:       16px;
	color:           #FFF;
	display:         inline-block;
	padding:         15px 20px;
	background:      rgb(0, 103, 169);
	text-decoration: none;
	margin:          20px 0;
	border-radius:   5px;
}

input[name=file_check] {
	position:   absolute;
	width:      0px;
	height:     0px;
	/*border: none;*/
	color:      #FFE8E8;
	background: #FFE8E8;
	box-shadow: none;
	bottom:     -32px;
	border:     none !important;
	cursor:     auto;
}

input[name=file_check].has_error {
	width:      66px;
	height:     17px;
	color:      #FFE8E8;
	background: #D82323;
}

.links_to_upload ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color:       #FFF !important;
	font-weight: bold;
}

.links_to_upload ::-moz-placeholder { /* Firefox 19+ */
	color:       #FFF !important;
	font-weight: bold;
}

.links_to_upload :-ms-input-placeholder { /* IE 10+ */
	color:       #FFF !important;
	font-weight: bold;
}

.links_to_upload :-moz-placeholder { /* Firefox 18- */
	color:       #FFF !important;
	font-weight: bold;
}

#signatureparent {
	color:            darkblue;
	background-color: darkgrey;
	max-width:        600px;
	min-width:        300px;
	padding:          20px;
}

/*This is the div within which the signature canvas is fitted*/
#signature {
	border:           2px dotted black;
	background-color: lightgrey;
}

/* Drawing the 'gripper' for touch-enabled devices */
html.touch #content2 {
	float: left;
	width: 92%;
}

html.touch #scrollgrabber {
	float:            right;
	width:            4%;
	margin-right:     2%;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAFCAAAAACh79lDAAAAAXNSR0IArs4c6QAAABJJREFUCB1jmMmQxjCT4T/DfwAPLgOXlrt3IwAAAABJRU5ErkJggg==)
}

html.borderradius #scrollgrabber {
	border-radius: 1em;
}

#content2 button {
	top: 28px !important;
}

/* NAV BEFORE SHRINKING */
@media (min-width: 992px) {

	body.tid_37 .image_standard.pull-right {

		max-width: 210px;
	}
}