/* START GENERAL */
body { 
	background:#EFEFEF;
	font-family:'Ubuntu',sans-serif;
	padding-top:90px;
}
.align-center{
	text-align:center;
}
.align-right{
	text-align:right;
}
h1,h2{
	font-family:'Chivo',sans-serif;
	font-weight:900;
	font-style:italic;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	letter-spacing:-0.5px;
}
p{
	margin-top:5px;
}
a.button{
	display:inline-block;
	background:#000;
	border-radius:50vh;
	padding:10px 25px;
	margin:0 15px;
	text-decoration:none;
	color:#FFF;
	transition:all 200ms;
	font-family:'Chivo', sans-serif;
	width:auto;
}
a.button:hover{
	color:#FFF100;
	background:#222;
}
*{
	outline:none;
}
/* END GENERAL */

/* START HEADER */
#header{
	background:#000;
	
	background: #fff100;
    background: -moz-linear-gradient(-45deg, #fff100 0%, #f7bd00 100%);
    background: -webkit-linear-gradient(-45deg, #fff100 0%, #f7bd00 100%);
    background: linear-gradient(135deg, #fff100 0%, #f7bd00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff100', endColorstr='#f7bd00',GradientType=1 );
	
	position:fixed;
	width:100%;
	
	z-index:9999;
	top:0;
}
#header .logo{
	margin:20px 0;
	height:50px;
	width:auto;
}
#header ul.primary-nav{
	list-style:none;
	margin:0;
	padding:0;
}
#header ul.primary-nav>li{
	display:inline-block;
}
#header ul.primary-nav>li.normal>a{
	display:block;
	text-decoration:none;
	color:#000;
	padding:0 20px 5px;
	line-height:90px;
	height:90px;
	font-size:17px;
	font-family:'Ubuntu',sans-serif;
	transition:all 200ms;
}
#header ul.primary-nav>li.normal:hover>a{
	background:rgba(255,255,0,0.2);
	border-bottom:5px solid #000;
	padding-bottom:0;
}
#header ul.primary-nav>li.button>a{
	display:block;
	background:#000;
	border-radius:50vh;
	padding:10px 25px;
	margin:0 15px;
	text-decoration:none;
	color:#FFF;
	transition:all 200ms;
	font-family:'Chivo', sans-serif;
}
#header ul.primary-nav>li.button:hover>a{
	color:#FFF100;
	background:#222;
}
#header ul.primary-nav>li.nolink>a{
	text-decoration:none;
	color:#000;
	font-size:17px;
	position:relative;
}
#header ul.primary-nav>li.nolink>a>i{
	margin-right:5px;
}
/* END HEADER */

/* START FEATURE */
#feature{
	height:700px;
	padding-top:80px;
	background:url('../assets/images/main_image_3.jpg');
	background-size:cover;
	background-position:center center;
}
#feature .maintitle p{
	color:#FFF;
}
#feature .maintitle h1{
	font-family: 'Chivo', sans-serif;
    font-size: 75px;
    font-weight: 600;
    font-style: italic;
    line-height: 75px;
    letter-spacing: -1px;
    color: #FFF100;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    z-index: 1;
    position: relative;
    text-decoration: none;
	margin-top:160px;
}
#feature .maintitle h1>span{
	position: relative;
    z-index: -1;
    color: #fff100;
    background: #000;
    padding: 0 10px 3px;
    display: inline-block;
    border-radius: 4px;
}
#feature .pricetag{
	font-family:'Ubuntu',sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	letter-spacing:-1px;
	position:relative;
	top:160px;
	left:30px;
}
#feature .pricetag>span{
	font-family:'Chivo',sans-serif;
	font-size:120px;
	letter-spacing:-2px;
	display:block;
	line-height:1;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	color:#FFF100;
	position:relative;
	top:-10px;
	right:10px
}
#feature .pricetag>span>sup{
	font-size:20px;
	position:absolute;
	top:25px;
}
#feature .pricetag>span>d{
	font-size:40px;
	position:relative;
	top:-55px;
	left:10px;
}
#feature .pricetag::after{
	content:'Spaces Limited. Apply today';
	display:block;
	position:absolute;
	transform:rotate(-15deg);
	color:#FFF100;
	background:#000;
	padding:8px 15px;
	border-radius:5px;
	right:30px;
	bottom:-8px;
	font-size:14px;
}
#feature .hero-panel{
	background:rgba(255,255,255,0.6);
	padding:40px;
}
#feature .hero-panel .coursedetails>div{
	border-bottom:1px dashed #CCC;
	padding:10px 0;
	font-size:15px;
}
#feature .hero-panel .coursedetails>div:last-child{
	border-bottom:0;
}
#feature .hero-panel .coursedetails>div>span{
	font-size:10px;
	text-transform:uppercase;
	width:35%;
	display:inline-block;
}
#feature .hero-panel .apply a.button{
	display:inline-block;
	background:#000;
	border-radius:50vh;
	padding:10px 25px;
	text-decoration:none;
	color:#FFF;
	transition:all 200ms;
	font-family:'Chivo', sans-serif;
}
/* END FEATURE */
/* START PAGE */
#page{
	padding:60px 0;
	background:#FFF;
	position:relative;
	box-shadow:0 0 40px rgba(0,0,0,0.2);
}
#page:not(.nomin){
	min-height:calc(100vh - 250px);
}
#page.grey{
	background:#EFEFEF;
}
#page h1.title-center{
	text-align:center;
	margin-bottom:30px;
}
.comparisontable{
	background:#EFEFEF;
	padding:30px;
	border-radius:20px;
}
.comparisontable>h3{
	text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #CCC;
    font-weight: normal;
    margin-bottom: 20px;
    font-family: 'Chivo',sans-serif;
    letter-spacing: 0;
}
.conditions p {
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
    color: #CCC;
    margin-top: 15px;
}
.comparisontable .compare_head{
	
}
.comparisontable .compare_head::after{
	content:"";
	display:block;
	clear:both;
}
.comparisontable .compare_head .compare_head_column{
	width:28%;
	float:left;
	margin-left:10px;
	text-align:center;
	min-height:50px;
}
.comparisontable .compare_head .compare_head_column:first-child{
	margin-left:calc(50% - 20px);
}
.comparisontable .compare_head .compare_head_column.competitor{
	font-size:11px;
	padding:20px 10px;
	color:#999;
	font-style:italic;
	width:22%;
}
.comparisontable .compare_row{
	margin-top:10px;
}
.comparisontable .compare_row::after{
	display:block;
	content:'';
	clear:both;
}
.comparisontable .compare_row .compare_item{
	background:rgba(0,0,0,0.05);
	margin-right:10px;
	float:left;
	padding:10px;
	width:22%;
	text-align:center;
	min-height:40px;
	line-height:20px;
}
.comparisontable .compare_row .compare_item:last-child{
	margin-right:0;
}
.comparisontable .compare_row .compare_item.figure{
	font-size:12px;
	color:#999;
	border-radius:5px;
}
.comparisontable .compare_row .compare_item.figure.highlight{
	font-size:20px;
	font-weight:bold;
	color:#000;
	background:#FFF100;
	width:28%;
}
.comparisontable .compare_row .compare_item.figure>span{
	font-size:10px;
}
.comparisontable .compare_row .compare_item:first-child{
	text-align:left;
	width:calc(50% - 30px);
	background:none;
	border-bottom:1px dashed rgba(0,0,0,0.1);
}
.comparisontable .compare_row:last-child .compare_item:first-child{
	border-bottom:0;
}


/* END PAGE */

/* START COURSE OUTLINE */
#courseoutline{
	background:#EFEFEF;
	padding:40px 0;
}
#courseoutline .sectionheader{
	width:100%;
	font-family:'Chivo',sans-serif;
	font-size:28px;
	text-align:center;
	margin:20px 0 0;
}
#courseoutline .sectionheader+p{
	text-align:center;
	margin:0 0 40px;
}
#courseoutline .subjects{
}
#courseoutline .subjects::after{
	content:'';
	display:block;
	clear:both;
}
#courseoutline .subjects>div{
	padding:0 !important;
}
#courseoutline .subjects>div.align-center{
	text-align:center;
	display:table;
}
#courseoutline .subjects .subject{
	height:150px;
	font-family:'Chivo', sans-serif;
	font-size:14px;
	border:1px dashed #CCC;
	background:#FFF;
	border-radius:4px;
	padding:20px;
	border-radius:10px;
	margin:5px;
}

#courseoutline .subjects .signoff{
	margin:5px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	height:150px;
	width:100%;
	position:relative;
}
#courseoutline .subjects .signoff .text{
	margin-bottom:10px;
}
#courseoutline .subjects .subject .title{
	font-size: 16px;
    line-height: 1.1;
    height: 44px;
    vertical-align: middle;
    display: table-cell;
}
#courseoutline .subjects .subject .description{
	font-family:'Ubuntu',sans-serif;
	font-size:11px;
}
/* END COURSE OUTLINE */

/* START SUBURB LIST */
.suburblist{
	display:inline-block;
	position:relative;
	width:300px;
	background:#FFF;
	z-index:100;
}
.suburblist .search{
	border:1px solid #CCC;
	padding:10px;
}
.suburblist .search>input{
	width:100%;
	display:inline-block;
	border:0;
	padding:0;
	outline:0;
	font-family:'Ubuntu',sans-serif;
	font-size:13px;
	line-height:18px;
}
.suburblist .results{
	position:absolute;
	left:0;
	width:100%;
}
.suburblist .results>ul{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	background:#EFEFEF;
}
.suburblist .results>ul>li{
	border: 1px solid #CCC;
    margin-top: -1px;
    padding: 10px;
    font-family: 'Ubuntu',sans-serif;
    font-size: 11px;
	cursor:pointer;
}
.suburblist .results>ul>li:hover{
	background:rgba(0,0,0,0.02);
}
.suburblist .results>ul>li>a{
	color:#666;
	text-decoration:none;
}
.suburblist .results>ul>li>a::after{
	display:block;
	content:"";
	clear:both;
}
.suburblist .results>ul>li>a>div{
	float:left;
}
/* END SUBURB LIST */

/* START COURSE FINDER */
#coursefinder #courses{
	margin-top:30px;
}
#coursefinder #courses>div{
	padding:30px;
	border-radius:10px;
	background:#FFF;
	display:block;
	width:600px;
	margin:0 auto 20px;
	text-align:left;
	border:1px solid #EFEFEF;
	box-shadow: 0 8px 20px rgba(0,0,0,0.03);
}
#coursefinder #courses>div>div{
	padding:10px;
	border-bottom:1px dashed #EFEFEF;
	font-size:12px;
	color:#000;
}
#coursefinder #courses>div>div:last-child{
	border-bottom:0;
}
#coursefinder #courses>div>div>span{
	text-transform:uppercase;
	font-size:10px;
	width:150px;
	display:inline-block;
	color:#999;
}
#coursefinder #courses>div .name{
	font-weight:bold;
	font-size:17px;
}
#coursefinder #courses>div .name{
	
}
#coursefinder #courses .course:hover{
	background:#FFF100;
}
#coursefinder #courses .name>div.action{
	float:right;
	margin-top:-8px;
}
#coursefinder #courses .name>div.action>.button{
	font-size:10px;
	text-transform:uppercase;
	background:#FFF100;
	font-family:'Ubuntu',sans-serif;
	color:#000;
}
#coursefinder #courses .name>div.action>.button:hover{
	background:#FFE000;
}
#coursefinder #courses .name>div.action>.button>i{
	margin-left:5px;
}
/* END COURSE FINDER */

/* START APPLICATION FORM */
#coursebox{
	background:#FFF;
	padding:30px 30px 40px;
	position:relative;
	margin-bottom:10px;
	border-radius:10px 10px 0 0;
}
#coursebox::before{
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:12px;
	background: linear-gradient(-45deg, #EFEFEF 6px, transparent 0), linear-gradient(45deg, #EFEFEF 6px, transparent 0);
	background-position:left-bottom;
	background-repeat:repeat-x;
	background-size:12px 12px;
}
#coursebox::after{
	content:'';
	display:block;
	clear:both;
}
#coursebox .title{
	font-family:'Chivo',sans-serif;
	font-size:32px;
}
#coursebox .details>div{
	border-bottom:1px dashed #EFEFEF;
	padding:10px;
	font-size:13px;
}
#coursebox .details>div.course{
	font-size:17px;
	color:#000;
	font-weight:bold;
}
#coursebox .details>div:last-child{
	border-bottom:0;
}
#coursebox .details>div>span{
	width:30%;
	display:inline-block;
	text-transform:uppercase;
	color:#999;
	font-size:9px;
}
#application-form{

}
#application-form .form-section{
	background:#FFF;
	padding:50px 30px 0;
	position:relative;
	margin-bottom:10px;
	display:none;
}
#application-form .form-section::before,
#application-form .form-section::after{
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:12px;
	background: linear-gradient(-45deg, #EFEFEF 6px, transparent 0), linear-gradient(45deg, #EFEFEF 6px, transparent 0);
	background-position:left-bottom;
	background-repeat:repeat-x;
	background-size:12px 12px;
}
#application-form .form-section::before{
	transform:rotate(180deg);
	top:0;
}
#application-form .form-section-header>div{
	display:inline-block;
	padding:10px 18px;
}
#application-form .form-section:first-of-type{
	display:block;	
}
#application-success{
	text-align:center;
	padding:80px 0;
	display:none;
}
#application-success h4{
	font-size:20px;
}
#application-form .form-section .heading{
	text-align:center;
	margin-bottom:20px;
}
#application-form .form-section .heading>h3{
	font-family:'Chivo',sans-serif;
}
/* END APPLICATION FORM */

/* START COURSE OUTLINE */
#co-feature{
	padding:100px 0;
	background:url('../assets/images/course_outline.jpg');
	background-size:cover;
	background-position:center center;
	color:#FFF;
}
#co-subjects .subject{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #EFEFEF;
}
#co-subjects .subject:last-child{
	border-bottom:0;
}
#co-subjects .subject .title{
	font-family:'Ubuntu',sans-serif;
	font-weight:bold;
	font-size:18px;
	line-height:1.1;
	margin-bottom:8px;
}
#co-subjects .subject .description{
	font-size:13px;
}
#co-subjects .subject .topics{
	font-size:11px;
	color:#999;
	margin-top:10px;
	font-style:italic;
}
#co-subjects .subject .topics>span{
	display:block;
	font-weight:bold;
}
/* END COURSE OUTLINE */

/* START FOOTER */
.footer-link {
    padding: 20px 0;
    background-color: #333;
    color: white;
}
.footer-link ul{
	list-style:none;
	padding:0;
	margin:0;
}
[class^="menu-footer"] a{
	color:#FFF;
}
.colophon--copyright{
	margin-top:20px;
}

/* END FOOTER */

/* RESPONSIVE */

@media (max-width: 767px) {
  #courseoutline .subjects .subject{
    height:90px;
  }
  #courseoutline .subjects .subject .title{
    height:50px;
  }
  
  body{
	  padding:0;
  }
  #header{
	  position:relative;
  }
  #header #logowrapper{
	text-align:center;
  }
  #header #logowrapper>img{
	  max-width:80%;
	  height:auto;
  }
	#header ul.primary-nav{
		text-align:center;
	}
  
  #header ul.primary-nav>li>a{
	margin:0 !important;
	font-size:12px !important;
  }
  #header ul.primary-nav>li.normal>a{
	display: block;
	border:1px solid #000;
	border-radius: 50vh;
	padding: 10px 15px;
	text-decoration: none;
	color: #000;
	transition: all 200ms;
	font-family: 'Chivo', sans-serif;
	line-height:20px;
	height:auto !important;
  }
  #header ul.primary-nav>li.normal:hover>a{
	border:1px solid #000;
	padding:10px 15px;
  }
  #header ul.primary-nav>li.button>a{
	  line-height:20px;
  }
  #header ul.primary-nav>li.button i{
	  display:none;
  }
  #header ul.primary-nav>li.nolink>a{
	  display:block;
	  text-align:center;
	  padding:20px 0;
	  font-size:18px !important;
	  font-weight:bold;
  }
  #coursefinder #courses>div{
	  width:100%;
	  padding:15px;
	  position:relative;
  }
  #coursefinder #courses>div>div>span{
	  width:auto;
	  display:block;
  }
  #coursefinder #courses .name>div.action{
	  display:block;
	  position:absolute;
	  top:30px;
	  right:0;
	  margin:0;
	  float:none;
  }
  #coursebox{
	  padding:15px 15px 20px;
  }
  #coursebox .title{
	  font-size:28px;
  }
  #coursebox .details>div>span{
	  display:block;
  }
  
  .footer-link .colophon>div.row:first-child{
	  display:none;
	  
  }
  #feature{
	  padding-top:220px;
	  height:600px;
  }
  #feature .maintitle{
	text-align:center;
	  margin-bottom:30px;
  }
  #feature .maintitle h1{
	  margin-top:0;
	  font-size:55px;
  }
  #feature .maintitle p{
	  display:none;
  }
  #feature .pricetag{
	  top:auto;
	  left:auto;
  }
  #feature .pricetag c{
	display:none;
  }
  .comparisontable .compare_head .compare_head_column.competitor{
	  width:50%;
	  margin:0;
  }
  .comparisontable .compare_head .compare_head_column{
	  width:50%;
	  margin:0;
  }
  .comparisontable .compare_row .compare_item:first-child{
	  text-align:center;
	  width:100%;
	  border-bottom:0;
  }
  .comparisontable .compare_row .compare_item.figure{
	  width:calc(50% - 4px) !important;
	  margin:2px;
  }
  #courseoutline .subjects .subject{
	  height:auto;
  }
  #courseoutline .subjects .subject .title{
	  height:auto;
  }
  #co-subjects{
	  margin-top:40px;
  }
  .mobile-center{
	  text-align:center;
  }
}