@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/OpenSans-Regular-webfont.eot');
    src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('fonts/OpenSans-Semibold-webfont.eot');
    src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{ 
	color: #4f4833;
    font-family: 'open_sansregular';
	font-size: 14px;
	line-height: 1.8em;
	background: #FFFFFF;
	margin: 0;
}

img{
	border: none;
}

.navbar-fixed{
    top: 0;
    z-index: 100;
  	position: fixed;
    width: 100%;
}

.container{ 
	min-width:300px;
	max-width:1200px;
	margin:0 auto;
	padding:0 2%;
}

ul.normal{
    list-style: initial;
    margin: initial;
    padding: 0 0 0 40px;
}

ul.normal li{
	display: list-item;
	padding: 0;
	margin: 0;
	width: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	-ms-transform: translate(0,-1px);
	transform: translate(0,-1px);
}

p a, table a{
    font-family: 'open_sanssemibold';
	color: #446c8a;
}

p a:hover, table a:hover{
	color: #4f4833;
}

.bold{
    font-family: 'open_sansbold';
}

h1{
	font-size: 36px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	padding: 40px 0 30px;
	color: #74a1c2;
}

h2{
    font-family: 'open_sansbold';
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	padding: 20px 0 0;
	color: #446c8a;
}

.top-h2-heading{
	margin-top: 20px;
}

#physio{
	padding: 20px 0 15px;
}

#physio-services, #ndis-heading{
	display: none;
}

#epc{
	padding: 0;
}

#bladder{
	padding: 0;
	font-size: 15px;
}

.tradie{
	padding-top: 20px;
	font-size: 15px;
}

.tradie-2{
	margin-bottom: 0;
	padding-bottom: 0;
}

h3{
	font-size: 40px;
	margin: 20px 0 10px;
	padding: 0;
	display: inline-block;
}

h4{
	font-size: 18px;
	margin: 10px 0 0;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	color: #74a1c2;
}

.occ{
	text-transform: none;
	padding: 0 50px 10px 50px;
	color: #ed145b;
}

h5{
	font-size: 28px;
	font-weight: normal;
	color: #555555;
	margin: 0;
	padding: 2px 0 0;
}

h6{
	font-size: 30px;
	font-weight: normal;
	line-height: 1.8em;
	margin-bottom: 40px;
}

#top-strip{
	margin: 0;
	padding: 0;
	background-color:#74a1c2;
	color:#fff;
}

#top-strip ul{
	list-style: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}

#top-left{
	text-align:left;
	width: 60%;
}

#top-left li{
	display: inline-block;
}

#top-left a{
	color:#fff;
	opacity:1;
}

#top-left a:hover{
	opacity:0.7;	
}

.lighter{
	opacity:0.7;	
}

.spaces{
	display: inline-block;
}

.lines{
	display: inline-block;
}

#top-right li{
	display: inline-block;
	padding: 0 0 0 10px;
}

#top-right a{
	opacity: 1;
	transition: opacity 0.7s ease;
}

#top-right a:hover{
	opacity: 0.7;
	transition: opacity 0.7s ease;
}

header{
	padding: 10px 0 5px 40px;
	text-align: left;
	margin: 0;
}

header ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}

header ul li{
	margin: 0;
	padding: 0 10px 0 0;
	display: inline-block;
}

header a{
	opacity: 1;
	transition: opacity 0.7s ease;
}

header a:hover{
	opacity: 0.8;
	transition: opacity 0.7s ease;
}

#book-button{
	font-family: 'open_sansbold';
	cursor: pointer;
	font-size: 18px;
	border: solid 3px #cbdbe8;
	border-radius: 7px;
	margin: 25px auto;
	background-color: #cbdbe8;
	text-decoration: none;
	color: #4f4833;
	padding: 15px 30px;
	width: 150px;
}

a:hover #book-button{
	cursor: pointer;
	background-color: #fff;
	text-decoration: none;
}

#book-button-fixed{
	font-family: 'open_sansbold';
	cursor: pointer;
	font-size: 18px;
	border: solid 3px #cbdbe8;
	border-radius: 7px;
	background-color: #cbdbe8;
	text-decoration: none;
	color: #4f4833;
	padding: 15px 30px;
	position: fixed;
	top: 19px;
	right: 50px;
	z-index: 99;
}

a:hover #book-button-fixed{
	cursor: pointer;
	background-color: #fff;
	text-decoration: none;
}

#equiv{
	background-color: #fff;
	border: solid 3px #fff;
	border-radius: 50px;
	padding: 0 3px;
}

a:hover #equiv{
	background-color: #cbdbe8;
	border: solid 3px #cbdbe8;
	border-radius: 50px;
}

/* Navigation */
.navbar-fixed{
	text-align: left;
	z-index: 85;
}

.navbar-fixed ul{
	padding-left: 40px;
	z-index: 90;
}

nav{
	margin: 0;
	padding: 0;
}

nav:after{
	content:"";
	display: table;
	clear: both;
}

nav ul{
	padding: 0 0 0 40px;
	list-style: none;
	z-index: 90;
	margin: 0;
	background-color: #fff;
	border-top: solid 1px #cbdbe8;
	-ms-box-shadow: 3px 3px 5px #999;
	-moz-box-shadow: 3px 3px 5px #999;
	-webkit-box-shadow: 3px 3px 5px #999;
	box-shadow: 3px 3px 5px #999;
	position: relative;
}

nav ul li{
	margin: 0;
	display: inline-block;
}

nav a{
	font-size: 1.1em;
	display: block;
	padding: 5px 20px 2px 0;
	color: #4f4833;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
}

.active-page, #active-page{
	color: #74a1c2;
}

nav ul li ul li:hover{ 
	color:#74a1c2;
}

nav a:hover{ 
	color: #74a1c2; 
}

nav ul ul{
	display: none;
	position: absolute;
	top: 47px;
	left: 310px;
	background-color: #fff; 
	border-top: none;
	border-right: solid 1px #74a1c2;
	border-bottom: solid 1px #74a1c2;
	border-left: solid 1px #74a1c2;
	-ms-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#locations-drop{
	left: 574px;
}

#locations-drop li{
	width: 132px;
}

nav ul li:hover > ul{ 
	display: inherit; 
}

nav ul a:hover{ 
	color: #74a1c2; 
}

nav ul ul li{
	width: 330px;
	float: none;
	display: list-item;
	position: relative;
}

nav ul ul ul li{
	position: relative;
}

li > a:after{ 
	content:''; 
}

.toggle, [id^=drop]{
	display: none;
}

#mobile-drop{
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}

li > a:only-child:after{ 
	content:''; 
}

.arrow {
	border: solid #4f4833;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	margin: 0 0 7px 0;
}

.drop-arrow:hover i{
	border: solid #74a1c2;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	margin: 0 0 7px 0;
}

.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

/* END Navigation */

/* COVID-19 Elements */
#covid-popup{
	width: 50%;
	margin: auto;
	padding: 0 30px 10px;
	text-align: center;
	background-image: url("images/white90.png");
	position: absolute;
	top: 300px;
	left: 0;
	right: 0;
	border-radius: 7px;
}

#covid-h1{
	font-size: 36px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	padding: 25px 0 5px;
	color: darkred;
}

#cross{
	margin: 0;
	text-align: center;
	background-color: darkred;
	color: #fff;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	position: absolute;
	top: 15px;
	left: 15px;
	border: none;
	cursor: pointer;
}

#covid-popup button{
	opacity: 1;
	transition: opacity 0.7s ease;
}

#covid-popup button:hover{
	opacity: 0.7;
	transition: opacity 0.7s ease;
}

/* COVID-19 ANIMATIONS */

#covid-popup{
	top: -800px;
	animation: drop 1s 1s ease forwards;
}

@keyframes drop{
	0%{ opacity: 0 }
	70%{ transform: translateY(1150px) }
	100%{ transform: translateY(1100px); opacity: 1 }
}

/* END COVID-19 Elements */

.video-container {
	position: relative;
	padding-bottom: 54.2%;
	padding-top: 25px;
	height: 0; 
	width: 100%;
	margin-top: 50px;
	margin-bottom: 20px;
}

.video-container iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-container-bottom {
	position: relative;
	padding-bottom: 54.2%;
	padding-top: 25px;
	height: 0; 
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.video-container-bottom iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pics {
	margin: 0 auto;
	width: 100%;
}

.pics img{
	width: 100%;
	height: auto;
}

.pic-bottom {
	margin: 0 auto 50px;
	width: 100%;
}

.pic-bottom img{
	width: 100%;
	height: auto;
}

.white-bg{
	text-align: center;
	padding-left: 20%;
	padding-right: 20%;
	margin-bottom: 50px;
}

.blue-bg{
	background-color: #cbdbe8;
	text-align: center;
	padding-left: 20%;
	padding-right: 20%;
	margin-bottom: 50px;
}

.images-bg{
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 50px;
}

#small-map{
	position: relative;
	background: url("images/map-small-base.svg") no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 20px auto 0;
	width: 320px;
	height: 240px;
	clear: both;
}

#cooma-small {
	position: absolute;
	top: 15px;
	left: 73px;
	float: right;
}

#bega-small {
	position: absolute;
	top: 91px;
	left: 187px;
	float: right;
}

#merimbula-small {
	position: absolute;
	top: 145px;
	left: 192px;
	float: right;
}


#eden-small {
	position: absolute;
	top: 200px;
	left: 197px;
	float: right;
}

#jindabyne-small {
	position: absolute;
	top: 48px;
	left: 10px;
	float: right;
}

table{
	width: 180px;
	margin: 0 auto;
}

td.left{
	width: 80px;
	text-align: left;
}

td.right{
	width: 100px;
	text-align: right;
}

#home-pics-bg{
	background-color: #e7edf2;
	text-align: center;
	padding: 20px 20%;
	margin-top: 50px;
	margin-bottom: 0;
}

#home-pics{
	background-color: #e7edf2;
	list-style-type:none;
	margin:0;
	padding:0;
	cursor: pointer;
	text-align: center;
	padding-bottom: 45px;
}

#home-pics li{
	display:inline-block;
	margin:2px 3px;
	padding:0;
	width:350px;
}

#home-pics li img{
	width:100%;
	height:auto;
}

#home-pics a{
	opacity: 1;
	transition: opacity 1s ease;
}

#home-pics a:hover{
	opacity: 0.7;
	transition: opacity 1s ease;
}

#dot-point-list{
	width: 140px;
	text-align: left;
	margin: 0 auto;
}

#dot-point-list-2{
	width: 465px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#dot-point-list-3{
	width: 150px;
	text-align: left;
	margin: 0 auto;
}

#dot-point-list-4-start{
	width: 600px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

.dot-point-list-4{
	width: 580px;
	text-align: left;
	margin: 0 auto;
}

#dot-point-list-5-start{
	width: 370px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#dot-point-list-5{
	width: 300px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
}

#dot-point-list-little{
	width: 80px;
	text-align: left;
	margin: 0 auto;
}

#dot-point-list-6{
	width: 380px;
	text-align: left;
	margin: 0 auto;
	padding-left: 20px;
}

#dot-point-list-7{
	width: 260px;
	text-align: left;
	margin: 0 auto;
	padding-left: 35px;
}

#team-photos{
	list-style: none;
	text-align: center;
	background-color: #a4b8c8;
	padding: 20px 0;
}

#team-photos li{
	vertical-align: top;
	display: inline-block;
	width: 150px;
	margin: 0;
	padding: 20px;
}

#team-photos li:hover{
	background-color: #407296;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

#team-photos h2{
    font-family: 'open_sansbold';
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	padding: 10px 0 0;
	color: #446c8a;
}

#team-photos h3{
    font-family: 'open_sansregular';
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	padding: 10px 0 0;
	color: #446c8a;
}

#team-photos li:hover h2, #team-photos li:hover h3{
	color: #fff;
}

#team-photos li img{
	width: 100%;
	height: auto;
}

#team-spiels{
	text-align: center;
}

#team-spiels h2{
    font-family: 'open_sansregular';
	font-size: 30px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	padding: 10px 0 0;
	color: #74a1c2;
}

#team-spiels h3{
    font-family: 'open_sansbold';
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	color: #446c8a;
}

#team-spiels h4{
    font-family: 'open_sansregular';
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	padding: 10px 0 0;
	color: #74a1c2;
	text-transform: none;
}

.spiel{
	list-style: none;
	padding-top: 80px;
	margin-bottom: 0;
}

.spiel li{
	vertical-align: top;
	display: inline-block;
	text-align: left;
	width: 40%;
	padding: 0 20px;
}

.spiel li img{
	width: 100%;
	height: auto;
}

.spiel li.little-spiel{
	display: none;
}

/* Courses Accordion */
.courses .tab {
  	position: relative;
  	width: 90%;
  	color: #fff;
  	overflow: hidden;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 50px;
}
.courses input {
  	position: absolute;
  	opacity: 0;
  	z-index: -1;
}
.courses label {
  	position: relative;
  	display: block;
  	padding: 10px 0 10px 1em;
  	background: #407296;
  	cursor: pointer;
	font-size:1.5em;
	font-weight:normal;
	border-radius: 7px;
}
.courses .tab-content {
	color: #4f4833;
  	max-height: 0;
  	overflow: hidden;
  	background: #e7edf2;
	border-radius: 7px;
  	-webkit-transition: max-height .35s;
  	-o-transition: max-height .35s;
  	transition: max-height .35s;
}
.courses .tab-content p {
  	margin-left: 2em;
}
.courses .tab-content a {
    font-family: 'open_sanssemibold';
	color: #407296;
}
.courses .tab-content a:hover {
	color: #4f4833;
}
.courses .tab-content p.more {
	text-align: right;
	margin-right: 2em;
}
.courses .tab-content h5 {
	font-weight:normal;
	color:#74a1c2;
	font-size:1.3em;
  	margin-left:1.5em;
	margin-top:20px;
}
.courses .tab-content h5#careers {
	font-weight:bold;
	color:#407296;
	font-size:1.2em;
  	margin-left:1.7em;
	margin-top:20px;
}
.courses .tab-content ul {
	padding-left: 60px;
	padding-bottom: 10px;
	padding-right: 40px;
}
/* :checked */
.courses input:checked ~ .tab-content {
  max-height: 1000em;
}
/* Icon */
.courses label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.courses input[type=checkbox] + label::after {
  content: "+";
    -webkit-transform:scale(1.5) rotate(0deg); /* Safari and Chrome */
    -moz-transform:scale(1.5) rotate(0deg); /* Firefox */
    -ms-transform:scale(1.5) rotate(0deg); /* IE 9 */
    -o-transform:scale(1.5) rotate(0deg); /* Opera */
    transform:scale(1.5) rotate(0deg); /* W3C */	
	margin-top: -10px;
}
.courses input[type=radio] + label::after {
  content: "\25BC";
}
.courses input[type=checkbox]:checked + label::after {
    -webkit-transform:scale(1.5) rotate(135deg); /* Safari and Chrome */
    -moz-transform:scale(1.5) rotate(135deg); /* Firefox */
    -ms-transform:scale(1.5) rotate(135deg); /* IE 9 */
    -o-transform:scale(1.5) rotate(135deg); /* Opera */
    transform:scale(1.5) rotate(135deg); /* W3C */	
	margin-top: -10px;
}
.courses input[type=radio]:checked + label::after {
  transform: rotateX(135deg);
}
/* END Courses Accordion */

/* Disclaimer Accordion */
.disclaimer .tab {
  	position: relative;
  	width: 25%;
  	color: #fff;
  	overflow: hidden;
	text-align: left;
	margin: 50px auto;
}
.disclaimer input {
  	position: absolute;
  	opacity: 0;
  	z-index: -1;
}
.disclaimer label {
  	position: relative;
  	display: block;
  	padding: 5px 0 5px 1em;
  	background: #407296;
  	cursor: pointer;
	font-size: 1em;
	font-weight:normal;
	border-radius: 7px;
}
.disclaimer .tab-content {
	color: #4f4833;
  	max-height: 0;
  	overflow: hidden;
  	background: #e7edf2;
	border-radius: 7px;
  	-webkit-transition: max-height .35s;
  	-o-transition: max-height .35s;
  	transition: max-height .35s;
}
.disclaimer .tab-content p {
  	margin-left: 1.5em;
  	margin-right: 1.5em;
	font-size: 0.8em;
	line-height: 1.8em;
}
.disclaimer .tab-content p#stand-out{
    font-family: 'open_sansbold';
	color: #407296;
}
/* :checked */
.disclaimer input:checked ~ .tab-content {
  max-height: 1000em;
}
/* Icon */
.disclaimer label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 4em;
  height: 4em;
  line-height: 4;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}
.disclaimer input[type=checkbox] + label::after {
  content: "+";
    -webkit-transform:scale(1.5) rotate(0deg); /* Safari and Chrome */
    -moz-transform:scale(1.5) rotate(0deg); /* Firefox */
    -ms-transform:scale(1.5) rotate(0deg); /* IE 9 */
    -o-transform:scale(1.5) rotate(0deg); /* Opera */
    transform:scale(1.5) rotate(0deg); /* W3C */	
	margin-top: -10px;
}
.disclaimer input[type=radio] + label::after {
  content: "\25BC";
}
.disclaimer input[type=checkbox]:checked + label::after {
    -webkit-transform:scale(1.5) rotate(135deg); /* Safari and Chrome */
    -moz-transform:scale(1.5) rotate(135deg); /* Firefox */
    -ms-transform:scale(1.5) rotate(135deg); /* IE 9 */
    -o-transform:scale(1.5) rotate(135deg); /* Opera */
    transform:scale(1.5) rotate(135deg); /* W3C */	
	margin-top: -10px;
}
.disclaimer input[type=radio]:checked + label::after {
  transform: rotateX(135deg);
}
/* END Disclaimer Accordion */

#naomi{
	margin-bottom: 50px;
}

#appointments-logos{
	list-style-type: none;
	margin: 0;
	padding: 0 0 50px;
	cursor: pointer;
	text-align: center;
}

#appointments-logos li{
	display: inline-block;
	padding: 0 20px;
	vertical-align: top;
}

#hicaps img{
	padding-top: 10px;
}

#visa img{
	padding-top: 7px;
}

#mc img{
	padding-top: 2px;
}

#atf{
	padding-top: 10px;
}

#ndis, #medicare, #assh{
	padding-top: 30px;
}

#appointments-logos a, #ndis a, #medicare a, #ahta a, #assh a, #atf a{
	opacity: 1;
	transition: opacity 1s ease;
}

#appointments-logos a:hover, #ndis a:hover, #medicare a:hover, #ahta a:hover, #assh a:hover, #atf a:hover{
	opacity: 0.7;
	transition: opacity 1s ease;
}

.download-pdfs{
	width: 250px;
	margin: 50px auto 0;
}

.download-pdfs img{
	width: 100%;
	height: auto;
}

.download-pdfs a{
	opacity: 1;
	transition: opacity 0.7s ease;
}

.download-pdfs a:hover{
	opacity: 0.7;
	transition: opacity 0.7s ease;
}

.info-sheets{
	padding: 0;
	margin: 0;
	list-style: none;
}

.info-sheets li{
	margin: 0;
	padding: 20px 10px 0;
	display: inline-block;
	width: 250px;
}

.info-sheets li img{
	width: 100%;
	height: auto;
}

.info-sheets a{
	opacity: 1;
	transition: opacity 0.7s ease;
}

.info-sheets a:hover{
	opacity: 0.7;
	transition: opacity 0.7s ease;
}

.lifting{
	padding: 0;
	margin: 0;
	list-style: none;
}

.lifting li{
	margin: 0;
	padding: 20px 10px 0;
	display: inline-block;
	width: 400px;
	vertical-align: top;
}

.lifting li img{
	width: 100%;
	height: auto;
}

#tradie-logo img{
	padding-top: 30px;
}

.tradies-info-sheets{
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	margin-bottom: 50px;
}

.tradies-info-sheets li{
	margin: 0;
	padding: 0 10px 0;
	display: inline-block;
	width: 250px;
}

.tradies-info-sheets li img{
	width: 100%;
	height: auto;
}

.tradies-info-sheets a{
	opacity: 1;
	transition: opacity 0.7s ease;
}

.tradies-info-sheets a:hover{
	opacity: 0.7;
	transition: opacity 0.7s ease;
}

#pinc-steel-logo img{
	padding-top: 30px;
}

.icons{
	margin-top: 50px;
}

.common-injuries{
	text-align: left;
	margin: 0 auto;
	width: 500px;
}

h2.parts{
    font-family: 'open_sansregular';
	font-size: 30px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	padding: 10px 0 0;
	color: #74a1c2;
}

.common-injuries h3{
    font-family: 'open_sansbold';
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	padding: 20px 0 0;
	color: #446c8a;
}

.common-injuries h4{
    font-family: 'open_sansregular';
	font-size: 16px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	padding: 10px 0 0;
	color: #74a1c2;
	text-transform: none;
}

.common-injuries ul{
	list-style: none;
	padding-top: 0;
	margin-top: 0;
}

.common-injuries ul li h3{
	padding: 10px 0 0;
}

#big-map{
	position: relative;
	background: url("images/map-big-base.svg") no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0 auto;
	width: 657px;
	height: 400px;
	clear: both;
	margin-top: 20px;
}

#cooma-big {
	position: absolute;
	top: 40px;
	left: 350px;
	float: right;
}

#bega-big {
	position: absolute;
	top: 117px;
	left: 472px;
	float: right;
}

#merimbula-big {
	position: absolute;
	top: 184px;
	left: 477px;
	float: right;
}


#eden-big {
	position: absolute;
	top: 220px;
	left: 482px;
	float: right;
}

#jindabyne-big {
	position: absolute;
	top: 77px;
	left: 265px;
	float: right;
}

.white-bg-locations{
	text-align: center;
	padding-left: 20%;
	padding-right: 20%;
	padding-bottom: 20px;
}

.blue-bg-locations{
	background-color: #e7edf2;
	text-align: center;
	padding-left: 20%;
	padding-right: 20%;
	padding-bottom: 20px;
}

.locations{
    font-family: 'open_sansregular';
	font-size: 30px;
	font-weight: normal;
	line-height: 1.4em;
	margin: 0;
	padding: 20px 0 0;
	color: #74a1c2;
}

.pics-white {
	margin: 0 auto;
	width: 100%;
}

.pics-white-top {
	margin: 0 auto;
	width: 100%;
	padding-top: 50px;
}

.pics-white-bottom {
	margin: 0 auto;
	width: 100%;
	padding-bottom: 50px;
}

.pics-white img, .pics-white-top img, .pics-white-bottom img{
	width: 100%;
	height: auto;
}

.pics-blue {
	background-color: #e7edf2;
	margin: 0 auto;
	width: 100%;
}

.pics-blue-top {
	background-color: #e7edf2;
	margin: 0 auto;
	width: 100%;
	padding-top: 50px;
}

.pics-blue-bottom {
	background-color: #e7edf2;
	margin: 0 auto;
	width: 100%;
	padding-bottom: 50px;
}

.pics-blue img, .pics-blue-top img, .pics-blue-bottom img{
	width: 100%;
	height: auto;
}

.address-bega{
	width: 140px;
	margin: 0 auto;
	text-align: left;
}

.address-merimbula{
	width: 150px;
	margin: 0 auto;
	text-align: left;
}

.address-eden{
	width: 210px;
	margin: 0 auto;
	text-align: left;
}

.list-bega{
	width: 260px;
	margin: 0 auto;
	text-align: left;
}

.list-bega ul{
	padding-left: 15px;
}

.maps{
	width: 450px;
	margin: 40px auto 10px;
	text-align: center;
}

.maps img{
	width: 100%;
	height: auto;
}

p#stand-out{
    font-family: 'open_sansbold';
	color: #407296;
}

.new-graduate-stories{
	padding: 0;
	margin: 0;
	list-style: none;
}

.new-graduate-stories li{
	margin: 0;
	padding: 20px 10px 0;
	display: inline-block;
	width: 160px;
}

.new-graduate-stories li img{
	width: 100%;
	height: auto;
}

.new-graduate-stories a{
	opacity: 1;
	transition: opacity 0.7s ease;
}

.new-graduate-stories a:hover{
	opacity: 0.7;
	transition: opacity 0.7s ease;
}

#community-bg{
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 50px;
}

.sponsor-logos{
	padding: 0;
	margin: 0;
	list-style: none;
}

.sponsor-logos li{
	margin: 0;
	padding: 20px 10px 0;
	display: inline-block;
	width: 160px;
	vertical-align: middle;
}

.sponsor-logos li img{
	width: 100%;
	height: auto;
}

.sponsor-logos a{
	opacity: 1;
	transition: opacity 0.7s ease;
}

.sponsor-logos a:hover{
	opacity: 0.7;
	transition: opacity 0.7s ease;
}

#contact-form{
	margin: 0 auto 50px;
	text-align: left;
	padding-left: 30%;
	padding-right: 30%;
}

#contact-form h2{
	padding-top: 40px;
	padding-bottom: 20px;
}

.labelC, input, textarea{
	width: 96%;
	display: block;
	font-size: 1em;
}

input, textarea{
	padding: 10px;
    font-family: 'open_sanslight';
	font-size: 1em;
	border: #4f4833 solid 1px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

textarea{
	height: 120px;
}

#send{
	width: 180px;	
	cursor: pointer;
    font-family: 'open_sanslight';
	opacity: 1;
	font-size: 18px;
	border: solid 1px #4f4833;
	border-radius: 5px;
	margin: 20px 0 0;
	background-color: #fff;
	text-decoration: none;
	color:#4f4833;
	padding: 5px 40px;
	display: inline-block;
}

#send:hover{
	background-color:#4f4833;
	color: #fff;
}

#social-media-strip{
	clear: both;
	width: 100%;
	background-color: #74a1c2;
	text-align: center;
	padding: 10px 0 20px;
}

#social-media-strip a{
	opacity: 1;
	transition: opacity 0.7s ease;
}

#social-media-strip a:hover{
	opacity: 0.7;
	transition: opacity 0.7s ease;
}

#social-media-strip p{
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 10px;
	font-size: 1em;
}

footer{
	clear: both;
	margin: 0;
	width: 100%;
	background-color: #3f7399;
	color: #fff;
	text-align: center;
	padding: 20px 0 10px;
}

footer ul{
	padding: 0;
	margin: 0;
	list-style: none;
	vertical-align: top;
}

footer ul li{
	margin: 0;
	padding: 0 5px;
	display: inline-block;
}

footer a{
	opacity: 1;
	transition: opacity 0.7s ease;
}

footer a:hover{
	opacity: 0.8;
	transition: opacity 0.7s ease;
}

footer h3{
	font-weight: normal;
	font-size: 30px;
	line-height: 1.2em;
	text-align: center;
	margin: 20px 0 0;
	padding: 0;
	color: #fff;
}

#apa-text{
	font-size: 20px;
}

footer h4{
	font-size: 14px;
	text-align: center;
	margin: 20px 0 0;
	padding: 0 0 40px;
	font-weight: normal;
	color: #fff;
}

footer p{
	font-size: 0.9em;
	color: #fff;
}

footer p a, footer h4 a{
	color: #fff;
	text-decoration: none;
}

footer p a:hover, footer h4 a:hover{
	color: #fff;
	opacity:0.7;	
}

#back-to-top{
	position: fixed;
	bottom: 0;
	right: 10%;
	width: 60px;
	z-index: 99;
}

#back-to-top img{
	width: 100%;
	height: auto;
	display: block;
	opacity: 0.5;
	transition: opacity 1s ease;
}

#back-to-top img:hover{
	opacity: 1;
	transition: opacity 1s ease;
}






/*************** Break Point Responsive Code ***************/

@media screen and (min-width:0) and (max-width:1390px){
#top-left{
	font-size: 0.9em;
	width: 58%;
}

nav a{
	font-size: 1em;
	padding: 5px 15px 2px 0;
}

nav ul ul{
	left: 273px;
}

nav ul ul li{
	width: 250px;
}

.arrow, .drop-arrow:hover i{
	margin: 0 0 6px 0;
}

}

@media screen and (min-width:0) and (max-width:1290px){
#top-left{
	font-size: 0.9em;
	width: 57%;
}

nav a{
	font-size: 0.9em;
	padding: 5px 12px 2px 0;
}

nav ul ul{
	left: 242px;
}

nav ul ul li{
	width: 230px;
}

.arrow, .drop-arrow:hover i{
	margin: 0 0 5px 0;
}

.spaces{
	display: none;
}
	
}

@media screen and (min-width:0) and (max-width:1250px){
#top-left{
	font-size: 0.8em;
	width: 55%;
}

}

@media screen and (min-width:0) and (max-width:1165px){
body{ 
	font-size: 12px;
	line-height: 1.6em;
}

.white-bg{
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 20px;
}

.blue-bg{
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 20px;
}

.white-bg-locations{
	padding-left: 5%;
	padding-right: 5%;
}

.blue-bg-locations{
	padding-left: 5%;
	padding-right: 5%;
}

#home-pics-bg{
	padding: 10px 5%;
}

#top-left{
	font-size: 0.9em;
	line-height: 2.2em;
	padding-left: 20px;
}

#book-button-fixed{
	right: 20px;
}

header{
	padding: 10px 0 5px 20px;
}

nav{ 
	margin: 0; 
	width:100%;
	text-align:left;
	clear: both;
}

nav a{
	padding: 0 0 5px 0;
	line-height: 20px;
}
	
nav ul ul{
	top: 85px;
	left: 123px;
}

nav ul ul li{
	width: 200px;
}

#first{
	padding-top:10px;	
}

.toggle + a, .menu{ 
	display: none; 
}

.toggle{
	display: block;
	background-color: #74a1c2;
	padding: 5px 25px;
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	text-decoration: none;
	border: none;
}
	
.toggle:hover{ 
	background-color: #74a1c2; 
}

[id^=drop]:checked + ul{ 
	display: block; 
}

nav ul li{
	display: block;
	width: 100%;
}

nav a:hover{ 
	color: #0091c9; 
}

#dot-point-list-2{
	width: 400px;
}

.lifting li{
	width: 300px;
}

.disclaimer .tab {
  	width: 20%;
}
	
}

@media screen and (min-width:0) and (max-width:1120px){
#top-strip ul li{
	display: block;
	margin-bottom: 0;
}

#top-left{
	font-size: 1em;
	line-height: 1.45em;
	width: 15%;
}

.lines{
	display: none;
}

}

@media screen and (min-width:0) and (max-width:1010px){
#top-left{
	width: 20%;
}
	
.spiel li.big-spiel{
	display: none;
}

.spiel li.little-spiel{
	display: block;
	width: 150px;
}

.spiel{
	padding-top: 30px;
}

.spiel li{
	display: block;
	width: 90%;
	padding: 0;
}

}

@media screen and (min-width:0) and (max-width:980px){
.disclaimer .tab {
  	width: 25%;
}
	
}
	
@media screen and (min-width:0) and (max-width:950px){
.maps{
	width: 50%;
}

#contact-form{
	padding-left: 20%;
	padding-right: 22%;
}

}
	
@media screen and (min-width:0) and (max-width:780px){
.disclaimer .tab {
  	width: 30%;
}
	
}
	
@media screen and (min-width:0) and (max-width:745px){
#top-left{
	width: 23%;
}

#dot-point-list-4-start{
	width: 500px;
}

.dot-point-list-4{
	width: 450px;
}

.maps{
	width: 60%;
}
}

@media screen and (min-width:0) and (max-width:640px){
#top-left{
	width: 25%;
}

.maps{
	width: 80%;
}

}

@media screen and (min-width:0) and (max-width:610px){
#back-to-top{
	width: 50px;
}
	
}

@media screen and (min-width:0) and (max-width:585px){
#top-left{
	width: 27%;
}

header ul li, footer ul li{
	width: 20%;
}
	
#apa{
	width: 30%;
}
	
header ul li img, footer ul li img{
	width: 100%;
	height: auto;
}

#dot-point-list-4-start{
	width: 400px;
}

.dot-point-list-4{
	width: 350px;
}

.disclaimer .tab {
  	width: 35%;
}
	
}

@media screen and (min-width:0) and (max-width:550px){
#top-left{
	font-size: 0.8em;
	line-height: 1.9em;
	width: 25%;
}

#apa-text{
	font-size: 14px;
}

#contact-form{
	padding-left: 10%;
	padding-right: 12%;
}

}

@media screen and (min-width:0) and (max-width:515px){
#book-button-fixed{
	font-size: 14px;
	padding: 10px 25px;
}

.common-injuries{
	width: 300px;
}

h2.parts{
	font-size: 20px;
}

.common-injuries h3{
 	font-size: 14px;
}

.common-injuries h4{
	font-size: 14px;
}

#dot-point-list-6{
	width: 300px;
}

}

@media screen and (min-width:0) and (max-width:460px){
#top-strip ul li{
	display: inline-block;
}

#top-left{
	font-size: 0.9em;
	width: 35%;
	display: block;
	line-height: 1.9em;
}

#top-right li{
	padding: 60px 10px 0 10px;
}

header ul li{
	width: 25%;
}
	
#dot-point-list-4-start{
	width: 300px;
}

.dot-point-list-4{
	width: 250px;
}

.maps{
	width: 90%;
}

}

@media screen and (min-width:0) and (max-width:435px){
body{ 
	font-size: 10px;
	line-height: 1.4em;
}

h1{
	font-size: 26px;
	line-height: 1.2em;
	padding: 20px 0 15px;
}

h4{
	line-height: 1.4em;
}

#back-to-top{
	width: 40px;
	right: 5%;
}

#cross{
	width: 28px;
	height: 28px;
	border-radius: 14px;
}

nav ul ul li{
	width: 170px;
}

.courses .tab-content h5 {
	margin-top:10px;
}
	
.courses .tab-content ul {
	padding-left: 40px;
}
	
.courses input[type=checkbox] + label::after {
	margin-top: -6px;
}

.courses input[type=checkbox]:checked + label::after {
	margin-top: -6px;
}

#dot-point-list-2{
	width: 80%;
}

#contact-form{
	padding-left: 5%;
	padding-right: 7%;
}

footer h3{
	font-size: 26px;
}
	
footer h4{
	line-height: 1.4em;
	padding: 0 0 10px;
}

footer p{
	padding-left: 2%;
	padding-right: 2%;
}

.disclaimer .tab {
  	width: 40%;
}
	
}

