/*
Theme Name: Surf Pacific Standard Responsive
Theme URI: http://www.surfpacific.com
Description: A responsive WordPress theme designed and built by Surf Pacific.
Author: Surf Pacific
Author URI: http://www.surfpacific.com
Version: 1.1
*/

/*------------------------------------*\
    CONTENTS
\*------------------------------------*/

/*

1. BASE.........Reset and default styles
2. LAYOUT.......Main and unique elements
3. MODULE............Reusable components
4. STATE..................Current states
5. THEME............Branding and colours

*/

/*------------------------------------*\
    1. $BASE
\*------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, capt, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

* { box-sizing: border-box;	}

ul, ol { list-style: none; }

body {
    background: #fff;
    font: 400 100%/1.618em 'Freight Sans Pro W00', Arial, Helvetica, sans-serif;
    color: #252525;
}

/* Give elements the same bottom margin to create consistent vertical rhythm */

p, ul, ol, blockquote, table, hr, iframe, .grid, .cta, .message, .button, .banner, .content, .has-mb { margin-bottom: 1.618em; } 

/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/

.markerfield { font-family: 'Markerfield W00', Arial, sans-serif; }

@media all and (max-width: 43.6875em) {

	.markerfield { font-size: 1.625em; }

}

h1, h2, h3, h4, h5, h6 { 
	font-weight: 700; 
	color: #252525;
	text-transform: uppercase;
}

h1, .alpha {
    font-size: 2.125em; /* 34px */
    line-height: 1.235em; /* 42px */
	margin-bottom: 0.618em; /* 21px */
}

h2, .beta {
    font-size: 1.438em; /* 23px */
    line-height: 1.348em; /* 31px*/
	margin-bottom: 0.913em; /* 21px*/
}

h3, .gamma {
    font-size: 1.188em; /* 19px*/
    line-height: 1.421em; /* 27px*/
	margin-bottom: 1.105em; /* 21px*/
}

h4, .delta {
    font-size: 1.125em; /* 18px*/
    line-height: 1.444em; /* 26px*/
	margin-bottom: 1.167em; /* 21px*/
}

h5, .epsilon {
	font-size: 1em; /* 16px*/
    line-height: 1.5em; /* 24px*/
	margin-bottom: 1.313em; /* 21px*/
}

h6, .zeta {
	font-size: 0.875em; /* 14px*/
	line-height: 1.571em; /* 22px*/
	margin-bottom: 1.5em; /* 21px*/
}

small, .small {
    font-size: 0.875em;
    line-height: 1.4em;
}

/*------------------------------------*\
    $LINKS
\*------------------------------------*/

a:link, a:visited {
    text-decoration: none;
    font-weight: 700;
    color: #0ca7d2;
	transition: all .25s ease-in-out;
}

a:hover {
    text-decoration: underline;
    outline: none;
    color: #0ca7d2;
}

a:focus, a:active { outline: none }

a.no-td:hover { text-decoration: none; }

a.block-link { display: block; }

/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/

a.button, button, input[type="submit"] {
	font-size: 1em;
    line-height: 1em;
    padding: 0.875em 2em;
    color: #fff;
    background-color: #0ca7d2;
    text-transform: uppercase;
}

a.button {
    display: inline-block;
    zoom: 1;
    *display: inline;    
}

a.button:hover, button:hover, input[type="submit"]:hover {
    text-decoration: none;
    color: #fff;
    background-color: #80be41;
}

a.button-alt {
	color: #fff;
	background-color: #333;
}

a.button-alt:hover {
	color: #fff;
	background-color: #808080;
}

a.button-green {
	color: #fff;
	background-color: #80be41;
}

a.button-green:hover {
	color: #fff;
	background-color: #0ca7d2;
}

a.button-yellow {
	color: #fff;
	background-color: #fec20e;
}

a.button-yellow:hover {
	color: #fff;
	background-color: #0ca7d2;
}

a.button-full {
	width: 100%;
	display: block;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

a.button-cta {
	font-size: 2em;
	margin-bottom: 0.469em;
}

.button + .button { margin-left: 0.75em; }

/*------------------------------------*\
    $FORMS
\*------------------------------------*/

input, select, textarea, button {
    font-family: inherit;
	font-size: inherit; 
    line-height: 1em;
    border: 1px solid #ddd;
	padding: 0.5em;
}

input[type="submit"], button {
    cursor: pointer;
    border: none;
	transition: all .25s ease-in-out;
	-webkit-appearance: none; /* Remove iOS default styles */
}

/*------------------------------------*\
    $OTHER ELEMENTS
\*------------------------------------*/

hr {
	border: solid #ddd;
    border-width: 1px 0 0 0;
    clear: both;
	width: 100%;
	margin: 2.5em auto;
}

img, iframe { 
	vertical-align: top; 
	max-width: 100%;
}





/*------------------------------------*\
    2. $LAYOUT
\*------------------------------------*/

.header, .navigation, .main, .footer { width: 100%; }

.container {
	width: 18.125em; /* 290px */
	margin: 0 auto;
}

@media all and (min-width: 30em) { /* 480px */

	.container { width: 26.875em; } /* 430px */	

}

@media all and (min-width: 43.750em) { /* 700px */

	.container { width: 40em; }	/* 640px */

}

@media all and (min-width: 61.250em) { /* 980px */

	.container { width: 61.25em; } /* 980px */
	
}

/*------------------------------------*\
    $HEADER
\*------------------------------------*/

@media screen and (max-width: 43.6875em) {

	.site { padding-top: 2.8125em; } /* Padding for .nav-cta-mobile */

	.not-home .site { padding-top: 2.8125em; }
	
}

.top { padding: 1.25em 0; }


.mobile-logo {
    background: #252525;
    padding: 1.5em;
}

.mobile-logo img {
    display: block;
    margin: 0 auto;
    width: 195px;
}

@media screen and (min-width: 43.75em) {
	
	.header { 
		position: fixed;
		z-index: 997;
		top: 0;
		right: 0;
		left: 0;
		background-color: #252525; 
	}

	.no-banner .site { padding-top: 100px; }

	.top { 
		padding: 1.5625em 0;
		height: 100px;
	}

	.logo { width: 195px; }
	
}

@media screen and (min-width: 61.25em) {

	.no-banner .site { padding-top: 150px; }

	.page-template-page-skills-assessment.no-banner .site, .page-template-page-trade.no-banner .site { padding-top: 100px; }

	.top .contact h2 {
		line-height: 50px;
		margin-bottom: 0;
	}
	
}

/*------------------------------------*\
    $CTA MOBILE
\*------------------------------------*/

.cta-mobile {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 500;
	height: 46px;
	background-color: #252525;
}

.nav-cta-mobile { 
	font-size: 0.875em; 
	text-transform: uppercase;
	text-align: center;
}

.nav-cta-mobile li { width: 33.333%; }

.nav-cta-mobile a {
	color: #fff;
	padding: 0.75em 0;
	font-weight: 400;
}

.nav-cta-mobile a:hover {
	background-color: #444;
	text-decoration: none;
}

.nav-cta-mobile .icon {
	width: 20px;
	height: 20px;
}

@media screen and (min-width: 43.75em) {

	.cta-mobile {
		left: auto;
		width: 410px;
		height: 100px;
	}

	.nav-cta-mobile li { width: 136px; }

	ul.nav-cta-mobile { padding-left: 136px !important; }

	.nav-cta-mobile a { 
		line-height: 100px; 
		padding: 0;
	}

}

@media screen and (min-width: 61.25em) {

	.cta-mobile {
		width: 120px;
		left: 50%;
		margin-left: -60px;
		z-index: 999;
	}

	.nav-hover .cta-mobile { z-index: 997; }

	.nav-cta-mobile { font-size: 1em; }

	.nav-cta-mobile li { width: 120px; }
	
}

/*------------------------------------*\
    $APPLY BUTTON
\*------------------------------------*/

.nav-cta-mobile .button-apply a { 
	background-color: #0ca7d2; 
	height: 60px;
	position: relative;
	background: url(images/tip-blue.png) 50% 100% no-repeat;
	background-size: cover;
	font-weight: 700;
}

.nav-cta-mobile .button-apply .icon {
	position: absolute;
	bottom: 12px;
	left: 50%;
	margin-left: -10px;
}

@media screen and (min-width: 43.75em) {

	.nav-cta-mobile .button-apply {
		position: absolute;
		top: 0;
		left: 0;
	}

	.nav-cta-mobile .button-apply a {
		height: 118px;
	}
	
}

#menu-item-1666 > a {
	pointer-events: none;
	cursor:pointer;
}

/*------------------------------------*\
    
	$TOUCH NAV
	
	Only displayed on touch devices
	
\*------------------------------------*/

.nav-touch-toggle {
	position: absolute;
	top: 50%; 
	right: 1em;
	margin-top: -22px;
	width: 45px;
	height: 45px;
	text-indent: -9999em;
	background: url(images/sprite.png) 0 -300px no-repeat;
}

.nav-touch-top {
	padding: 1em 1.25em; 
	position: relative;
}

.nav-touch-search { width: 75%; }

.nav-touch-close { 
	position: absolute;
	top: 50%;
	right: 1em;
	width: 24px;
	height: 24px;
	margin-top: -12px;
}

.nav-touch {
	width: 100%;
	display: block;
	font-size: 0.938em;
}

.nav-touch a {
	position: relative;
	display: block;
	width: 100%;
	background-color: #333;
	color: #fff;
	border-top: 1px solid #eee;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0.625em 1em;
}

.nav-touch .menu-item-has-children > a:before, .nav-touch ul ul a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	width: 11px;
	height: 11px;
	margin-top: -5px;
	background: url(images/sprite.png) 0 -300px no-repeat;
}

.nav-touch ul { display: none; }

.nav-touch ul ul a {
	padding-right: 1em;
	padding-left: 2em;
	background-color: #808080;
}

.nav-touch ul ul a:before {
	right: auto;
	left: 1em;
	background-position: -500px -200px;
}

.nav-touch a:hover ul { display: block; }

.nav-touch a:hover { text-decoration: none; }

.nav-touch .current-menu-item > a {
	text-decoration: none;
	color: #fff;
	background-color: #808080;
}

/*------------------------------------*\
    $FULL SIZE NAV
\*------------------------------------*/

@media all and (min-width: 61.250em) { /* 980px */

	.navigation {
		position: absolute;
		z-index: 980;
		top: 0;
		left: 50%;
		margin-left: -239px;
		width: 590px;
	}

	.nav-hover .navigation { z-index: 1000; }
	
	.nav-primary li {
		position: relative;
		z-index: 500;
	}
	
	.nav-primary > li { float: left; }
	
	.nav-primary .is-divider { margin-right: 120px; }

	.nav-primary a {
		color: #fff;
		line-height: 100px;
		padding: 0 1em;
		text-align: left;
		text-transform: uppercase;
		font-weight: 400;
	}

	.nav-primary li:hover > a {
		background-color: #464646;
		color: #fff;
		text-decoration: none;
	}

	.nav-primary li:hover > ul { display: block }
	
	/*------------------------------------*\
		$2ND LEVEL
	\*------------------------------------*/
	
	.nav-primary ul, .nav-primary ul li { width: 16em; }
	
	.nav-primary ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		float: left;
		z-index: 99999;  
	}
	
	.nav-primary ul a {
		background-color: #252525;
		color: #fff;
		line-height: 1.4em;
		padding: 0.5em 0.875em;
		width: 100%;
		height: auto;
	}
	
	.nav-primary ul :hover > a {
		background-color: #464646;
		color: #fff;
	}
	
	/*------------------------------------*\
		$3RD LEVEL
	\*------------------------------------*/
	
	.nav-primary ul ul {
		left: 100%;
		top: 0;
	}
	
	/*------------------------------------*\
		$1ST LEVEL CURRENT
	\*------------------------------------*/
	
	.nav-primary li.current_page_item > a, .nav-primary li.current-menu-ancestor > a, .nav-primary li.current-menu-item > a, .nav-primary li.current-menu-parent > a {
		background-color: #464646;
		color: #fff;
	}
	
	* html .nav-primary li.current_page_item a, * html .nav-primary li.current-menu-ancestor a, * html .nav-primary li.current-menu-item a, * html .nav-primary li.current-menu-parent a, * html .nav-primary li a:hover {
		background-color: #464646;
		color: #fff;
	}
	
	/*------------------------------------*\
		$2ND LEVEL CURRENT
	\*------------------------------------*/
	
	.nav-primary ul li.current-menu-item > a, .nav-primary ul li.current-menu-ancestor > a { 
		background-color: #464646;
		color: #fff;  
	}
	
}

/*------------------------------------*\
    $SLANT
\*------------------------------------*/

.has-slant { position: relative; }

.has-slant:before, .has-slant-top:after {
	content: '';
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	background: url(images/slant-01.png) 100% 100% no-repeat;
	background-size: cover; 
}

.has-slant-top:after {
	bottom: auto;
	top: 0;
}

@media screen and (min-width: 43.75em) {

	.has-slant:before, .has-slant-top:after { height: 60px; }
	
}

/*------------------------------------*\
    $SITE SCROLL
\*------------------------------------*/

.site-main { 
	position: relative;
	z-index: 5;
	background-color: #fafafa;
}

.site-main:before {
	bottom: auto;
	top: -30px;
}

.not-home .site-main { background-color: transparent; }

.page-template-page-trade { background-color: #fff;}

.not-home .site-main:before { display: none; }

@media screen and (min-width: 43.75em) {

	.site-main:before { top: -60px; }
	
}

@media screen and (min-width: 61.25em) {

	.site-main:before {
		top: -150px;
		height: 150px;
	}
	
}

/*------------------------------------*\
    $CAROUSEL
\*------------------------------------*/

.feature { 
	position: relative; 
	overflow: hidden;
	height: 9.375em;
	background-color: #252525;
	background-position: 50% 0;
	background-repeat: no-repeat;
	text-align: center;
	background-size: cover;
}

.js-slick-text { 
	opacity: 0; 
	transition: all .25s ease-in-out;
}

.js-slick-text .slick-slide { overflow: hidden; }

.feature-content, .banner-content { padding-top: 3em; }

.feature-heading, .banner-heading {
	color: #fec20e;
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 0;
}

.feature-heading span, .banner-heading span {
	display: inline-block;
	padding: 10px 8px;
	background-color: #252525;
	background-color: rgba(37, 37, 37, 0.9);
}

.feature .button {
	font-size: 1em;
	padding: 10px 8px;
	color: #fff;
	background-color: #fec20e;
	background-color: rgba(254, 194, 14, 0.9);
}

.feature a.link-full {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 800;
    text-indent: -999em;
}

.feature-heading span { transition:all .2s ease-in-out; }

.feature-heading span.hover { color:#80be41; }

.feature-heading a.hover { background:#80be41; }

@media screen and (min-width: 43.75em) {

	.feature { padding-top: 100px; }

	.feature, .flexslider .slides li { height: 35em; }

	.feature-content { padding-top: 10.625em; }

	.feature-heading { font-size: 2.1875em; }

	.feature-heading span { padding: 22px 28px; }

	.feature .button {
		font-size: 35px;
		padding: 22px 28px;
	}
	
}

@media all and (min-width: 61.250em) { /* 980px */

	.feature, .flexslider .slides li { height: 100vh; }

	.feature:before {
		height: 150px;
		background-position: 50% 0;
	}

	.feature .container {
		position: absolute;
		top: 0;
		left: 50%;
		bottom: 0;
		margin-left: -30.625em;
		height: 100%;
	}

	.feature-content {
		padding-top: 0;
	    position: relative;
	    top: 50%;
	    transform: translateY(-50%);
	}

	.feature-heading { font-size: 3.3em; }

	.feature-heading span { padding: 40px 30px; }

	.feature .button { 
		font-size: 50px; 
		padding: 40px 30px;
	}

}

/*------------------------------------*\
    $FLEXSLIDER
\*------------------------------------*/

.flexslider .slides > li { display: none; }

.flexslider .slides img {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30.625em;
	max-width: none;
	width: auto;
}

.slides:after {
	content: "\0020"; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
}

html[xmlns] .slides { display: block; }

* html .slides { height: 1%; }

.no-js .slides > li:first-child { display: block; }

@media all and (min-width: 61.250em) { /* 980px */

	.flexslider .slides img { margin-left: -60em; }

}

/*------------------------------------*\
    $FEATURE NAV
\*------------------------------------*/

.feature-nav {
	position: absolute;
	z-index: 999;
	bottom: 1em;
	right: 0;
	left: 0;
}

/*------------------------------------*\
    $DIRECTION NAV - ARROWS
\*------------------------------------*/

ul.flex-direction-nav { margin-bottom: 0; }

.flex-direction-nav a {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
	top: 50%;
	left: 5%;
	margin-top: -12px;
    z-index: 100000;
    cursor: pointer;
    text-indent: -9999px;
    background: url(images/sprite.png) 0 -200px no-repeat;
}

.flex-direction-nav a.flex-next {
	left: auto;
	right: 5%;
	background-position: -100px -200px;
}

/*------------------------------------*\
    $CONTROL NAV - DOTS
\*------------------------------------*/

ol.flex-control-nav {
	margin-bottom: 0;
	text-align: center;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
	text-indent: -9999em;
}

.flex-control-paging li a {
    width: 14px;
    height: 14px;
    display: block;
    background-color: #808080;
    cursor: pointer;
	border-radius: 100%;
}

.flex-control-paging li a.flex-active {
    background-color: #ccc;
    cursor: default;
}

/*------------------------------------*\
    $PROMO
\*------------------------------------*/

.promo { 
	background-color: #fafafa; 
	padding-bottom: 1.5em;
}

.promo:before { background-image: url(images/slant-02.png); }

.promo-item-heading {
	font-size: 1.125em;
	line-height: 1.1em;
	margin-bottom: 0.25em;
	text-transform: none;
}

.promo-item a {
	font-size: 0.813em;
	line-height: 1em;
	text-transform: uppercase;
	color: #252525;
}

@media screen and (max-width: 43.6875em) {
	
	.promo .container { width: 100%; }

	.promo-item { padding: 1.25em 0; }

	.promo .item-even { background-color: #f0f0f0; }

	.promo-item-body { 
		padding-left: 110px;	
		width: 17.5em;
		margin: 0 auto;
		min-height: 61px;
	}

	.promo-item-image {
		position: absolute;
		top: 0;
		left: 0;
		width: 85px;
	}

	.promo-item-content { padding-top: 0.625em; }
	
}

@media screen and (min-width: 43.75em) {

	.promo { 
		position: relative;
		padding: 0.9375em 0 4em 0; 
		text-align: center;
	}

	.promo-main:before, .promo-main:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 33.333%;
		width: 2px;
		background-color: #363636;
	}

	.promo-main:after { left: 66.6667%; }

	.promo .grid { margin-left: 0; }

	.promo .grid-item { padding-left: 0; }

	.promo-item { padding: 0 1.5em; }

	.promo-item-image { margin-bottom: 1em; }

	.promo-item-heading {
		font-size: 1em;
		margin-bottom: 1em;
	}

	.promo-item p {
		font-size: 0.813em;
		line-height: 1.3em;
		margin-bottom: 1em;
	}
	
}

@media screen and (min-width: 61.25em) {

	.promo { padding-bottom: 10em; }
	
	.promo:before { height: 124px; }

	.promo .container { width: 100%; }

	.promo-item { padding: 2em; }

	.promo-item-image { margin-bottom: 1.875em; }

	.promo-item-heading { font-size: 1.875em; }

	.promo-item p { 
		font-size: 1em; 
		line-height: 1.4em;
	}

	.promo-item a { font-size: 1.125em; }
	
}

/*------------------------------------*\
    $HOME PAGE CONTENT
\*------------------------------------*/

.section-padding { padding: 1.5em 0; }

@media all and (min-width: 43.75em) { /* 700px */
	
	.section-padding { padding: 1.875em 0; } 
	
}		

@media all and (min-width: 61.25em) { /* 980px */
	
	.section-padding { padding: 8.125em 0; }
	
}		

/*------------------------------------*\
    $INTRO
\*------------------------------------*/

.intro { 
	background-color: #363636;
	color: #fff;
}

.intro:before { background-image: url(images/slant-03.png); }

.intro .container { 
	position: relative;
	z-index: 5;
}

.intro-heading { 
	color: #fff; 
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 0;
	font-weight: 400;
}	

.intro-superheading {
	display: block;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1em;
	margin: 0.25em 0;
}

.intro-subheading {
	display: block;
	font-size: 0.75em;
	line-height: 1.1em;
	margin-bottom: 0;
	text-transform: uppercase;
}

@media screen and (min-width: 43.75em) {

	.intro { padding-bottom: 4em; }

	.intro-heading { font-size: 1.5625em; }

	.intro-superheading { 
		font-size: 1.3em;
		margin: 0.5em 0; 
	}

	.intro-subheading { font-size: 0.5em; }
	
}

@media screen and (min-width: 61.25em) {

	.intro {
		padding-top: 0;
		padding-bottom: 5em;
	}

	.intro-heading { font-size: 1.875em; }
	
}

/*------------------------------------*\
    $HOME PRIMARY
\*------------------------------------*/

.home-primary-heading { text-transform: none; }

.home-primary a { color: #363636; }

/*------------------------------------*\
    $HOME LAYOUT - TEXT WITH IMAGE
\*------------------------------------*/

@media screen and (min-width: 43.75em) {

	.layout-text-image .home-primary-image {
		position: absolute;
		z-index: -1;
		top: 0;
		left: -100px;
		opacity: 0.5;
		width: 460px;
	}

	.layout-text-image .home-primary-heading {
		font-size: 3.75em;
		line-height: 1.2em;
		margin-bottom: 0.5em;
	}
			
}


@media screen and (min-width: 61.25em) {

	.layout-text-image .home-primary-image {
		width: 719px;
		left: -200px;
	}

	.layout-text-image .home-primary-content {
		width: 45%;
		float: right;
	}
	
}

@media all and (min-width: 80em) {
	.layout-text-image .home-primary-content {
		width: 60%;
	}
}

/*------------------------------------*\
    $HOME LAYOUT - TEXT WITH VIDEO
\*------------------------------------*/

.layout-text-video .home-primary-heading {  text-transform: none; font-size:1.875em; }

.layout-text-video a.button {
	color:#fff;
}

.layout-text-video a.button.button-alt {
	background:#ed2024;
}

.layout-text-video a.button.button-alt:hover {
	background:#fdc213;
}


@media screen and (min-width: 61.25em) {

	.layout-text-video .grid { margin-left: -5em; }

	.layout-text-video .grid-item { padding-left: 5em; }
	
}

/*------------------------------------*\
    $HOME LAYOUT - BOXED
\*------------------------------------*/

.layout-boxed .promo { background-color: #363636; }

.layout-boxed .has-slant:before, .layout-boxed .has-slant:after { height: 20px; }

.layout-boxed .promo { padding-bottom: 0; }

.layout-boxed .promo-item {
	background-color: #363636;
	color: #fff;
}

.layout-boxed .promo-item-heading { color: #fff; }

.layout-boxed .promo-item a { color: #fff; }

.layout-boxed .has-slant:before { background-image: url(images/slant-05.png); }

.layout-boxed .has-slant-top:after { background-image: url(images/slant-06.png); }

@media screen and (max-width: 43.6875em) {

	.layout-boxed .promo-item { border-bottom: 2px solid #fff; }
	
}

@media screen and (min-width: 43.75em) {

	.layout-boxed { position: relative; }

	.layout-boxed:before { 
		content: ''; 
		position: absolute;
		z-index: 1;
		top: 0;
		left: 50%;
		bottom: 0;
		width: 2px;
		background-color: #fff;
	}

	.layout-boxed .has-slant:before, .layout-boxed .has-slant:after { height: 35px; }

	.layout-boxed .promo-item { padding: 3em; }
	
}

@media screen and (min-width: 61.25em) {

	.layout-boxed .has-slant:before, .layout-boxed .has-slant-top:after { height: 90px; }

	.layout-boxed .promo { padding: 0; }

	.layout-boxed .promo p { 
		width: 27.1875em; 
		margin-left: auto;
		margin-right: auto;
	}

	.layout-boxed .promo-item { 
		padding: 7em 0;
		transition: all .25s ease-in-out; 
	}

	.layout-boxed .item-odd:hover { background-color: #0ca7d2; }

	.layout-boxed .item-even:hover { background-color: #fec20e; }
	
}

/*------------------------------------*\
    $CONTENT FOOTER
\*------------------------------------*/

.content-footer { padding: 2em 0 5em 0; background:#f9f9f9; }

.not-home .content-footer { padding-top: 3em; }

.content-footer:before { 
	background-image: url(images/content-footer-slant.png); 
	height: 40px;
}

.home .content-footer.has-slant-top:after { display: none; }

.content-footer.has-slant-top:after { background-image: url(images/slant-09.png); }

.footer-section {
    background: #d1d2d4;
    position: relative;
    padding: 2.5em 0 5em;
}

.footer-section:before { 
	background-image: url(images/subscribe-slant-bottom.jpg); 
	height: 40px;
}

@media screen and (min-width: 43.75em) {

	.content-footer:before { height: 106px; }

	.content-footer { padding: 3em 0 ; }

	.not-home .content-footer { padding-top: 4em; }
	
}

@media screen and (min-width: 61.25em) {
	.footer-section:before { 
		height:90px;
	}
	.content-footer.has-slant-top:after { height: 140px; }

	.not-home .content-footer { padding-top: 9em; }
	
	.footer-section {
		padding: 0 0 5.625em;
	}
}

/*------------------------------------*\
    $LIST ARROW
\*------------------------------------*/

.list-arrow { margin-left: 1em; }

.list-arrow li {
	position: relative;
	padding-left: 1.25em;
}

.list-arrow li:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 6px;
	height: 9px;
	background: url(images/sprite.png) -400px -400px no-repeat;
}

/*------------------------------------*\
    $LIST WITH ICON
\*------------------------------------*/

.list-has-icon li {
	position: relative;
	padding-left: 2.25em;
	margin-bottom: 0.625em;
}

.list-has-icon li:last-child { margin-bottom: 0; }

.list-has-icon .icon {
	position: absolute;
	top: 6px;
	left: 0;
}

/*------------------------------------*\
    $FEED
\*------------------------------------*/

.feed .list-arrow a {
	color: #252525;
	font-weight: 400;
}

/*------------------------------------*\
    $CONTACT GLOBAL
\*------------------------------------*/

.contact-global .is-number { 
	font-size: 26px; 
	vertical-align: middle;
}

.contact-global .is-address { font-size: 16px; }

@media screen and (min-width: 43.75em) {

	.contact-global .grid-item { width: 60%; }

	.contact-global .grid-beta { width: 40%; }

	.contact-global .is-address {
		font-size:18px;
	}
}

@media screen and (min-width: 61.25em) {

	.contact-global { margin-bottom: 2em; }

	.contact-global .grid-item { width: 50%; }
	.contact-global .grid-beta { width: 50%; }
	
}

/*------------------------------------*\
    $LIST SOCIAL 
\*------------------------------------*/

.list-social li { display: inline-block; }

.list-social .icon {
	width: 32px;
	height: 32px;
}

@media screen and (min-width: 61.25em) {

	.list-social {
		text-align: left;
		padding-left: 5em;
		margin-top: 2.5em;

	}
	
}

/*------------------------------------*\
    $BANNER
\*------------------------------------*/

.banner {
    width: 100%;
    height: 20.3125em;
	position: relative;
	text-align: center;
	background-color: #252525;
}

.banner:before {
	background-image: url(images/slant-08.png);
	height: 70px;
}

.banner-content { padding-top: 10em; }

.banner-heading {
	color: #fec20e;
	font-size: 2.8125em;
	line-height: 1em;
	margin-bottom: 0;
}

@media all and (min-width: 61.250em) { /* 980px */

	.banner { height: 28.125em; }

	.banner:before { height: 125px; }

	.banner-content { padding-top: 11.25em; }

	.banner-heading { font-size: 4.375em; }

}

/*------------------------------------*\
    $CONTENT
\*------------------------------------*/

@media all and (max-width: 43.750em) { /* 700px */

	.content h2, .content h3, .content h4, .content h5, .content h6 {
		font-size: 1.125em;
		line-height: 1.4em;
	}	

}

@media screen and (min-width: 43.75em) {

	.page-title {
		font-size: 2.8125em;
		margin-bottom: 0.1em;
	}
	
}

@media all and (min-width: 61.250em) { /* 980px */

	.content {
		float: left;
		padding: 0;
		width: 37.5em;
	}
	
	.content-right { float: right; }
	
	.content-full { 
		float: none;
		width: 100%;
	}
	
}

/*------------------------------------*\
    $CONTENT TABLES
\*------------------------------------*/

.content table { border-collapse: collapse; }

.content table th, .content table td {
	padding: 0.625em;
	border-bottom: 1px solid #ddd;
}

.content table th {
    font-weight: 700;
	text-align: left;
}

/*------------------------------------*\
    $CONTENT LISTS
\*------------------------------------*/

.content ul, .content ol { margin-left: 1em; }

.content ul { list-style: disc; }

.page-sa .content ul { list-style: none; }

.content ol { list-style: decimal; }

.content li { margin-bottom: 0.875em; }

.content li > ul, .content li > ol { 
    margin-top: 0.625em; 
    margin-bottom: 0;
}

@media all and (min-width: 43.750em) { /* 700px */

	.content ul, .content ol { margin-left: 2.625em; } /* 42px */

}

/*------------------------------------*\
    $NUMBERED LIST
\*------------------------------------*/

.content ol { 
	list-style: none;
	margin-left: 0;
	counter-reset: number-counter;
}

.content ol li { 
	margin-bottom: 0.875em; 
	padding-left: 2em;
	position: relative;
}

.content ol li:before {
	content: counter(number-counter);
	counter-increment: number-counter;
	position: absolute;
	top: 3px;
	left: 0;
	width: 24px;
	height: 24px;
	text-align: center;
	background-color: #888;
	color: #fff;
	font-size: 14px;
	line-height: 24px; /* Same as height */
	border-radius: 100%;
}

/*------------------------------------*\
    $TICKED LIST
\*------------------------------------*/

ul.list-ticked { 
	margin-left: 0;
	list-style: none; 
}

ul.list-ticked li { 
	margin-bottom: 0.875em; 
	padding-left: 2em;
	position: relative;
}

ul.list-ticked li:before {
	content: '';
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(images/sprite.png) -400px -100px no-repeat;
}

@media all and (min-width: 43.688em) { /* 699px */
	
	/* Two column list */

	ul.list-double {
		margin-left: 0;
		margin-bottom: 1em;
		clear: both;
		overflow: hidden;
	}
	
	ul.list-double li {
		float: left;
		width: 40%;
		margin-left: 10%;
	}

}

/* Page lists displayed with [list-pages] and [child-pages] */

ul.list-pages-shortcode {
	list-style: none;
	margin-left: 0;
}

ul.list-pages-shortcode li { 
	margin-bottom: 5px;
}

ul.list-pages-shortcode a { 
	position: relative;
	display: block; 
	color: #252525;
	background:#ebebeb;
	padding: 0.625em 2em 0.625em 1em;
}

ul.list-pages-shortcode a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.625em;
	display: block;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url(images/sprite.png) -300px -600px no-repeat;    
}

ul.list-pages-shortcode a:hover {
	background-color: #d0d0d0;
	color: #252525;
	text-decoration: none;
}

/*------------------------------------*\
    $BLOCKQUOTE
\*------------------------------------*/

blockquote {
	position: relative;
	font-size: 1.125em;
	line-height: 1.618em;
	text-align: center;
	font-style: italic;
	border: solid #eee;
	border-width: 10px 0;
	padding: 1em;
}

blockquote p:last-child { margin: 0 }

@media all and (min-width: 61.250em) { /* 980px */

	blockquote { padding: 1.5em 2em; }

}

/*------------------------------------*\
    $BLOG
\*------------------------------------*/

.post-meta p {
	font-size: 0.875em;
	line-height: 1.4em;
}

.post-navigation {
    font-size: 0.875em;
    line-height: 1.5em;
    border-top: 1px solid #ddd;
    padding: 1em 0;
}

.archive-navigation {
    display: block;
    clear: both;
    padding: 1em 0;
    text-align: center;
    border-top: 1px solid #ddd;
}

.archive-navigation span, .archive-navigation a {
    padding: 3px 6px;
    border: 1px solid #ddd;
	border-radius: 2px;
}

/*------------------------------------*\
    $CONTENT IMAGES
\*------------------------------------*/

@media all and (max-width: 25em) { /* 400px */

	img.alignleft, img.alignright { 
		max-width: 50%;
		height: auto; 
	}

}

.alignright, a.alignright {
    float: right;
    margin: 0 0 1.618em 1.618em; /* 0 0 26px 26px */
}

.alignleft, a.alignleft {
    float: left;
    margin: 0 1.618em 1.618em 0; /* 0 26px 26px 0 */
}

.aligncenter, a .aligncenter {
    display: block;
    margin: 0 auto 1.618em auto; /* 0 auto 26px auto */
}

.alignnone, a .alignnone {
    display: block;
    margin-bottom: 1.618em; /* 26px */
}

img.no-image-border {
	padding: 0;
	border: none;
}

.wp-caption { margin-bottom: 1.618em; /* 26px */ } 

.wp-caption img {
    border: none;
    margin: 0;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    font-size: 0.875em;
    line-height: 1.4em; 
	margin-bottom: 0;
	padding: 0.625em 0;
	border-bottom: 1px solid #ddd;
}

/*------------------------------------*\
    $GALLERY
\*------------------------------------*/

.gallery { 
	overflow: hidden;
	margin-left: -0.625em; 
}

.gallery-item { 
	float: left;
	width: 33.333%;
	padding-left: 0.625em;
	padding-bottom: 0.625em; 
	transition: all .25s ease-in-out;
}

.gallery br { display: none; }

.gallery img {
	width: 100%;
	height: auto !important;
}

@media screen and (min-width: 43.75em) {

	.gallery { margin-left: -1em; }

	.gallery-item {
		padding-left: 1em;
		padding-bottom: 1em;
	}

	.gallery-columns-2 .gallery-item { width: 50%; }

	.gallery-columns-3 .gallery-item { width: 33.333%; }

	.gallery-columns-4 .gallery-item { width: 25%; }

	.gallery-columns-5 .gallery-item { width: 20%; }

	.gallery-columns-6 .gallery-item { width: 16.667%; }

	.gallery-columns-7 .gallery-item { width: 14.285%; }

	.gallery-columns-8 .gallery-item { width: 12.5%; }

	.gallery-columns-9 .gallery-item { width: 11.1%; }

}

/*------------------------------------*\
    $SIDEBAR
\*------------------------------------*/

@media all and (min-width: 61.250em) { /* 980px */

	.sidebar {
		float: right;
		width: 21.25em;
	}	

}

.sidebar > div, .sidebar-blog > div { margin-bottom: 2em; }

.sidebar-item {
	padding: 1.875em 1.25em;
	background:#ebebeb;
}

.sidebar-item.sidebar-video {
	background:url(images/sidebar-top.jpg) top no-repeat #ebebeb;
}

.sidebar-heading { 
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 0.5em;
	color: #252525;
}

.sidebar-subheading {
	display: block;
	font-size: 0.45em;
	text-transform: uppercase;
	color: #252525;
	font-weight: normal;
}

a.sidebar-link {
	font-size: 1.125em;
	color: #252525;
	font-weight: 700;
	display: block;
	text-transform: uppercase;
}

.sidebar-text {
	margin: 0.5em 0 0 0;
}

.sidebar-item.sidebar-form {
	background:url(images/sidebar-bottom.jpg) bottom no-repeat #ebebeb;
}

.sidebar-item.sidebar-enrol {
	background:url(images/sideenrol-top.jpg) top left no-repeat #ebebeb;
}

a.sidebar-link:hover { color: #0ca7d2; }

/*------------------------------------*\
    $SIDEBAR ENROL
\*------------------------------------*/

.sidebar-enrol-heading { color: #252525; }

.sidebar-form-heading { color: #0ca7d2; }

.content .sidebar-item {
	text-align: center;
}

/*------------------------------------*\
    $ISLAND
\*------------------------------------*/

.island {
	padding: 1em 1.168em;
	color: #fff;
}

.island-heading { color: #fff; }

/*------------------------------------*\
    $UI LIST
\*------------------------------------*/

.ui-list {
    list-style: none;
    border-top: 1px solid #ddd;
	margin: 0;
}

.ui-list li { border-bottom: 1px solid #ddd; }

.ui-list a {
    display: block;
    padding: 0.625em 0.313em;
	line-height: 1.4em;
	font-weight: normal;
}

.ui-list a:hover, .ui-list .current_page_item a { text-decoration: none; }

/*------------------------------------*\
    $SEARCH
\*------------------------------------*/

.form-search { position: relative; } 

.form-search input.search-input { 
	width: 100%;
	margin: 0;
	padding: 0.5em;
	color: #666;
	border: solid #ccc;
	border-width: 1px 0 1px 1px;
}

.form-search .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 45px;
	border: none;
	text-indent: -9999em;
	margin: 0;
}

.form-search .search-submit:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 50%;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-right: -8px;
	background: url(images/sprite.png) -200px -100px no-repeat;
}

/*------------------------------------*\
    $SIDEBAR - LEFT
\*------------------------------------*/

.sidebar-left { margin-bottom: 1em; }

.sidebar-left .contact-detail {
    padding: 1em 0;
    border-bottom: 1px solid #ddd;
}

.sidebar-left h4 {
    font-size: 1em;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
  	margin-bottom: 0.313em;
}

.sidebar-left .icon { vertical-align: top; }

.sidebar-left p, .sidebar-left table {
    font-size: 1em;
    line-height: 1.4em;
    margin: 0;
}

.sidebar-left p + p { margin: 10px 0 0 0 }

.sidebar-left .is-day, .sidebar-left .is-time { width: 50%; }

.sidebar-left ul.list-social {
	margin:0;
	text-align: left;
	padding-left:0;
}

@media all and (min-width: 61.250em) { /* 980px */

	.sidebar-left {
		float: left;
		width: 18.750em; /* 300px */
		padding: 0;
		margin-bottom: 1em;
	}
		
	.sidebar-left h4 { margin-bottom: 0.875em; }
	
}

/*------------------------------------*\
    $CONTACT PAGE
\*------------------------------------*/

.map-section {
	height: 475px;
	position: relative;
	border-top: 50px solid #363636;
	border-bottom: 25px solid #363636;
}

.map-section a.is-ab {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index: 200;
}

@media all and (min-width: 43.750em) and (max-width: 61.188em) { /* 700px - 979px */

	.page-template-page-contact-php .main { padding: 1.5em 0; }	
	
	.page-template-page-contact-php .sidebar-left {
		float: left;
		width: 39%; 
		padding: 0;
	}
	
	.page-template-page-contact-php .content {
		float: right;
		width: 57%;
		padding: 0;
	}

}

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/

.footer {
	background-color: #363636;
	color: #fff;
	text-align: center;
	padding: 1.25em;
}

.footer-body {
	font-size: 0.813em;
    line-height: 1.4em;
}

.footer p, .footer a { color: #fff; }

.footer a { font-weight: normal; }

.footer a:hover { color: #fff; }

.footer-body-heading {
	color: #fff;
	text-transform: none;
	text-align: left;
	margin-bottom:0.5em;
}

.footer-sub-heading {
	font-weight: bold;
	margin-bottom:0;
	color:#fff;
	text-align: left;
}

.nav-footer li {
	padding-left: 1em;
	position: relative;
	text-align: left;
}

.nav-footer li:last-of-type {
	margin-bottom:0.5em;
}

.nav-footer li:before {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	width: 5px;
	height: 8px;
	background: url(images/sprite.png) -500px -400px no-repeat;
}

.footer-legal {
	text-align: center;
	padding:2em 0 0;
	width:50%;
	margin:0 auto;
}

@media screen and (max-width: 43.6875em) {

	.footer-body .grid-item { padding-bottom: 1em; }
	.footer-body .grid-alpha { padding-bottom: 0; }
	
}

@media screen and (min-width: 43.75em) {

	.footer { text-align: left; }

	.footer-body .grid-item { width: 33.333%; }

	.footer-body .grid-alpha { width: 100%; }

	.footer-body .info p { display: inline-block; }
	
}

@media screen and (min-width: 61.25em) {
	
	.footer-body .grid-alpha {
		text-align: center;
	}

	.footer-body .info p { margin-bottom: 0; }

}





/*------------------------------------*\
    3. $MODULE
\*------------------------------------*/ 

/*------------------------------------*\
    $NAV
\*------------------------------------*/ 

ul.nav, .nav ul { 
    margin: 0;
    padding: 0;
}

.nav li { float: left; }

.nav a { display: block; }

.nav a:hover { text-decoration: none; }

ul.nav-stacked li { float: none; }

/*------------------------------------*\
    $HELPER
\*------------------------------------*/

.left { float: left }

.right { float: right }

.text-center { text-align: center; }

.text-right { text-align: right; }

.upper { text-transform: uppercase; }

.lower { text-transform: lowercase;}

.under { border-bottom: 1px solid; }

.spaced { letter-spacing: 2px; }

.no-mb { margin-bottom: 0; }

.is-relative { position: relative; }

.inline-block {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.cf:before, .cf:after, .grid:before, .grid:after, .main:before, .main:after, .content:before, .content:after, .nav-primary:before, .nav-primary:after, .container:before, .container:after, .top:before, .top:after, .navigation:before, .navigation:after {
    content: '';
    display: table;
}

.cf:after, .grid:after, .main:after, .content:after, .nav-primary:after, .container:after, .top:after, .navigation:after { clear: both; }

.cf, .grid, .main, .content, .nav-primary, .container, .top, .navigation { *zoom: 1; }

/*------------------------------------*\
    $GRID
\*------------------------------------*/ 

.grid { margin-left: -1.618em; }

.grid-item {
    display: block;
    float: left;
    padding-left: 1.618em;
    width: 100%;
}

@media all and (min-width: 18.750em) {

	.palm-whole .grid-item { width: 100%; }
	
	.palm-halves .grid-item { width: 50%; }
	
	.palm-thirds .grid-item { width: 33.3333333%; }
	
	.palm-fourths .grid-item { width: 25%; }
	
	.palm-fifths .grid-item { width: 20%; }

}

@media all and (min-width: 43.750em) and (max-width: 61.250em) {

	.lap-whole .grid-item { width: 100%; }
	
	.lap-halves .grid-item { width: 50%; }
	
	.lap-thirds .grid-item { width: 33.3333333%; }
	
	.lap-one-two-thirds .lap-one-third { width: 33.3333333%; }
	
	.lap-one-two-thirds .lap-two-thirds { width: 66.666667%; }
	
	.lap-fourths .grid-item { width: 25%; }
	
	.lap-fifths .grid-item { width: 20%; }
	
}

@media all and (min-width: 61.250em) { 

	.desk-whole .grid-item { width: 100%; }

	.desk-halves .grid-item { width: 50%; }
		
	.desk-thirds .grid-item { width: 33.3333333%; }
	
	.desk-one-two-thirds .desk-one-third { width: 33.3333333%; }
	
	.desk-one-two-thirds .desk-two-thirds { width: 66.666667%; }
	
	.desk-fourths .grid-item { width: 25%; }
	
	.desk-fifths .grid-item { width: 20%; }

}

/*------------------------------------*\
    $ICONS
\*------------------------------------*/

.icon {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(images/sprite.png) 0 0 no-repeat;   
}

.icon-m {
	width: 24px;
	height: 24px;
}

.icon-l {
	width: 32px;
	height: 32px;
}

.icon-xl {
	width: 64px;
	height: 64px;
}

/*------------------------------------*\
    $ROW 1
\*------------------------------------*/

.icon-phone { background-position: 0 0; }
.icon-fax { background-position: -100px 0; }
.icon-email { background-position: -200px 0; }
.icon-address { background-position: -300px 0; }
.icon-hours { background-position: -400px 0; }
.icon-payment { background-position: -500px 0; }

/*------------------------------------*\
    $ROW 2
\*------------------------------------*/

.icon-info { background-position: 0 -100px; }
.icon-file { background-position: -100px -100px; }
.icon-search { background-position: -200px -100px; }
.icon-cross { background-position: -300px -100px; }
.icon-tick { background-position: -400px -100px; }
.icon-user { background-position: -500px -100px; }

/*------------------------------------*\
    $ROW 3
\*------------------------------------*/

.icon-arrow-left { background-position: 0 -200px; }
.icon-arrow-right { background-position: -100px -200px; }
.icon-arrow-down { background-position: -200px -200px; }
.icon-arrow-up { background-position: -300px -200px; }
.icon-arrow-left-s { background-position: -400px -200px; }
.icon-arrow-right-s { background-position: -500px -200px; }

/*------------------------------------*\
    $ROW 4
\*------------------------------------*/

.icon-arrow-down-s { background-position: 0 -300px; }
.icon-arrow-up-s { background-position: -100px -300px; }
.icon-arrow-button { background-position: -200px -300px; }
.icon-call-white { background-position: -300px -300px; }
.icon-home-white { background-position: -400px -300px; }
.icon-nav-white { background-position: -500px -300px; }

/*------------------------------------*\
    $ROW 5
\*------------------------------------*/

.icon-facebook { background-position: 0 -400px; }
.icon-googleplus { background-position: -100px -400px; }
.icon-twitter { background-position: -200px -400px; }
.icon-youtube { background-position: -300px -400px; }

.icon-world { background-position: -100px -600px; }

/*------------------------------------*\
    $ROW 6
\*------------------------------------*/

.icon-phone-outline { background-position: -500px -600px; }

/*------------------------------------*\
    $ROW 6 
\*------------------------------------*/

.icon-location-outline { background-position: 0 -700px; }

/*------------------------------------*\
    $RETINA ICONS
\*------------------------------------*/

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	
	.icon, .nav-touch-toggle, .flex-direction-nav a, ul.list-ticked li:before, ul.child-pages a:before, ul.list-pages a:before,.form-search .search-submit:before, .list-accordion-title a:before, .nav-touch .menu-item-has-children > a:before, .nav-touch ul ul a:before  {
		background-image: url(images/sprite@2x.png);			
		background-size: 600px 800px;
	}
		
}

/*------------------------------------*\
    $EXTERNAL ICONS
\*------------------------------------*/
/*
.icon-surf {
	background: url(http://www.surfpacific.com/sprite-logo.png);
	width: 137px;
	height: 34px;
	background-position: 0 0;
}
*/
.icon-surf-white { background-position: 0 -100px; }

@media all and (max-width: 61.188em) { /* Up to 979px */

	.icon-surf {
		display: block;
		margin: 1em auto 0 auto;
	}	

}

@media all and (min-width: 61.250em) { /* 980px */

	.icon-surf { margin-left: 1em; }	

}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	
    .icon-surf {
		background-position: -100px 0;			
		background-size: 300px 100px;
	}

	.icon-surf-white { background-position: -100px -50px; }
	
}

/*------------------------------------*\
    $INLINE LIST
\*------------------------------------*/

.list-inline { list-style: none; }

.list-inline li { display: inline; }

.list-inline a {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

/*------------------------------------*\
    $ICON LIST
\*------------------------------------*/

.list-icon { font-size: 0; }

.list-icon li { margin-left: 10px; }

.list-icon li:first-child { margin-left: 0; }

/*------------------------------------*\
    $ACCORDION LIST
\*------------------------------------*/

.list-accordion-title { 
	font-size: 1em;
	margin-bottom: 5px;
}

.list-accordion-title.open { border-bottom: none; }

.list-accordion-title a { 
	display: block; 
	position: relative; 
	padding: 0.625em 2em 0.625em 1em;
	color: #252525;
	background:#ebebeb;
}

.list-accordion-title a:hover, .list-accordion-title.open a {
	background-color: #d0d0d0;
	color: #252525;
	text-decoration: none;
}

.list-accordion-content { padding: 0.625em 0.625em 0 0.625em; }

.list-accordion-title a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	display: block;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url(images/sprite.png) -200px -600px no-repeat;   
}	

.list-accordion-title.open a:before { background-position: -400px -600px; }

/*------------------------------------*\
    $STEPS
\*------------------------------------*/

.step-image { margin-bottom: 1.5em; }

@media screen and (min-width: 43.75em) {

	.step-content .grid-item { width: 40%; }

	.step-content .grid-beta { width: 60%; }
	
}

/*------------------------------------*\
    
    $SIDR

	Slide out sidebar for touch devices

\*------------------------------------*/

.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 280px;
    overflow-x: none;
    overflow-y: auto;
	background-color: #fff;
	padding-bottom: 2em;
}

.sidr.right {
    left: auto;
    right: -280px;
}

.site { position: relative; }

.site:before {
	content: '';
	transition: background .3s ease-in-out;	
}

.sidr-open .site:before {
	content: '';
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.75);
}

/*------------------------------------*\
    $NEWSLETTER SUBSCRIPTION
\*------------------------------------*/

.subscribe-heading {
	font-size: 2.25em;
	line-height: 1em;
	margin-bottom: 0.5em;
	color: #363636;
	font-weight: 400;
	text-transform: none;
}

.form-subscribe input[type="text"] { 
	padding: 0.5em; 
	margin-bottom: 0.313em; /* 5px */
	width: 100%;
	font-size: 1em;
	line-height: 1em;
	border: 1px solid #363636;
}

.form-subscribe input[type="submit"] { 
	background-color: #fafafa;
	color: #363636;
	font-weight: 700;
	display: block;
	width: 100%;
}

.form-subscribe input[type="submit"]:hover {
	background-color: #363636;
	color: #fff;
}

@media screen and (min-width: 43.75em) {

	.subscribe .grid { margin-left: -0.625em; }

	.subscribe .grid-item { 
		width: 35%; 
		padding-left: 0.625em;
	}

	.subscribe .grid-gamma { width: 30%; }

	.form-subscribe input { height: 40px; }

	.form-subscribe input[type="submit"] { 
		font-size: 0.875em; 
		padding: 0 0.5em;
	}
	
}

@media screen and (min-width: 61.25em) {

	.subscribe-content, .subscribe-form { 
		float: left;
		width: 24%;
	 }

	.subscribe-form { 
		padding-left: 10px;
		width: 76%; 
	}

	.subscribe-heading { line-height: 40px; }
	
	.form-subscribe input { height: 40px; }

	.form-subscribe input[type="submit"] {
		font-size: 1.125em;
	}

}

/*------------------------------------*\
    $BREADCRUMBS
\*------------------------------------*/

.nav-breadcrumb {
	font-size: 0.9375em;
	line-height: 1em;
	margin-bottom: 1em;	
	color: #464646;
	text-transform: uppercase;
}

.nav-breadcrumb a {
	color: #464646;
	font-weight: 400;
}

@media screen and (min-width: 43.75em) {
	
	.nav-breadcrumb { margin-bottom: 2.5em;	}

}

/*------------------------------------*\

    $CONVERSION PAGE

	page-conversion.php

\*------------------------------------*/

.page-conversion { background-color: #f9f9f9; }

.page-conversion .page-title { font-size: 1.875em; }

.page-conversion-intro h2 { font-size: 1.125em; }

.page-conversion ul.list-ticked { margin-bottom: 1.618em; }

.page-conversion .list-ticked li { margin-bottom: 0.75em; }

.page-conversion-intro .intro-image {
	overflow: hidden;
	padding: 9px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 15px;
}

.page-conversion-intro img { border-radius: 10px; }

.page-conversion-cta { text-align: center; }

.page-conversion-quote img {
	margin-right: 1em;
	padding: 9px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
}

.page-conversion-quote, .page-conversion-footer { 
	background-color: #fff; 
	border: solid #eee;
	border-width: 1px 0; 
}

.page-conversion-intro, .page-conversion-quote, .page-conversion-content, .page-conversion-footer { padding: 1.25em; }

.page-conversion-form-heading { 
	text-align: center;
	text-transform: uppercase;
}

.page-conversion-form-heading { font-size: 1.5em; }

.page-conversion-cta { font-size: 1.25em; }

.page-conversion a.button-cta { font-size: 1em; }

@media all and (max-width: 43.688em) { /* 699px */
	
	.page-conversion-cta .is-alternative {
		display: block;
		margin: 0.313em 0;
	}

	.page-conversion a.button-cta { 
		text-align: center;
		display: block;
	}		
	
	.page-conversion-quote .grid-alpha {
		width: 45%;
		padding-right: 1em;
	}
	
	.page-conversion-quote .grid-beta { float: none; }

}

@media all and (min-width: 43.750em) { /* 700px */
	
	.page-conversion .page-title { font-size: 3em; }
	
	.page-conversion-intro h2 { 
		font-size: 1.5em;
		width: 72%;
		margin: 0 auto 1.5em auto;
	}
	
	.page-conversion ul.list-ticked { margin-bottom: 0; }
	
	.page-conversion .list-ticked li {
		font-size: 1.125em; 
		margin-bottom: 1em; 
	}
	
	.page-conversion-intro .intro-image { margin-bottom: 1.618em; } 
	
	.page-conversion-quote .quote-content { text-align: center; }
	
	.page-conversion-quote .grid { margin-left: -2em; }
	
	.page-conversion-quote .grid-item { padding-left: 2em; }
	
	.page-conversion-quote .grid-alpha { width: 23%; }
	
	.page-conversion-quote .grid-beta { width: 77%; }
	
	.page-conversion-quote p { 
		font-size: 1.25em; 
		line-height: 1.5em;
	}

	.page-conversion-intro, .page-conversion-quote, .page-conversion-content, .page-conversion-footer { padding: 3em 2em; }
	
	.page-conversion-cta { font-size: 1.5em; }
	
	.page-conversion-cta .is-alternative { margin: 0 1em; }

}

@media all and (min-width: 61.250em) { /* 980px */

	.page-conversion ul.list-ticked { margin-top: 3em; }
	
	.page-conversion .list-ticked li { font-size: 1.25em; }

	.page-conversion-quote .quote-content { padding-top: 1.5em; }

	.page-conversion-form {
		width: 62%;
		margin: 0 auto;
	}
	
	.page-conversion-intro, .page-conversion-quote, .page-conversion-content, .page-conversion-footer { padding: 2em 0; }
	
	.page-conversion-cta { font-size: 1.875em; }
	
	.page-conversion-content .page-conversion-cta { margin-top: 1em; }

}


/*------------------------------------*\
    $AREA
\*------------------------------------*/

.area {
    color: #fff;
    background-color: #808080;
    padding: 1.125em 0;
}

.area-heading, .list-area-heading { 
    display: inline; 
    color: #fff;
    font-size: 0.875em;
    line-height: 1.3em;
    margin-bottom: 0;
    font-weight: 400;
}

.area-heading { font-weight: 700; }

.list-area-heading a {
    color: #fff;
    font-weight: 400;
}

/*------------------------------------*\
    $FEATURED COURSE TEMPLATE
\*------------------------------------*/

.pfc-intro {
	padding: 1.25em 0;
	color:#252525;
	text-align: center;
	position: relative;
}

.pfc-intro:after {
	content:'';
	height:118px;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
	background:url(images/pfc-bottom.png) 50% no-repeat;
}

.pfc-intro, .pfc-intro-heading, .pfc-intro-subheading { color: #252525; }

.pfc-intro-heading { margin-bottom: 0.5em; }

.pcf-main .is-section { padding: 1.25em 0; }

@media screen and (min-width: 43.75em) {
	
	.pfc-intro, .pcf-main .is-section { padding: 2.5em 0; }

}

@media screen and (min-width: 61.25em) {

	.pfc-intro { padding: 4.6875em 0 6.125em 0; }

	.pfc-main .is-section { padding: 3.125em 0; }

	.pfc-intro-heading { font-size: 2.8125em; }

	.pfc-intro-subheading { font-size: 1.5625em;  }
	
}

/*------------------------------------*\
    $LAYOUT COURSE BOX
\*------------------------------------*/

.layout-course-box .item-image {
	display: block;
	margin: 0 auto 1em auto;
}

.layout-course-box .item-heading { margin-bottom: 0.5em; }

.layout-course-box {
	background:#19a8d0;
	color:#fff;
	text-align: center;
	position: relative;
}

.layout-course-box h2, .layout-course-box h3 {
	color:#fff;
}

/*------------------------------------*\
    $LAYOUT TESTIMONIAL
\*------------------------------------*/

.layout-course-testimonial { background-color: #f9f9f9; position: relative; }

.layout-course-testimonial:after {
	content:'';
	position: absolute;
	left:0;
	right:0;
	top:0;
	height:117px;
	background:url(images/course-box-footer.png) 50% no-repeat;
}

.layout-course-testimonial .item-main {
	position: relative;
	background-color: #fff;
	padding: 1em;
	margin-bottom: 2em;
	border-radius: 10px;
}

.layout-course-testimonial .item-main:before {
	content: '';
	position: absolute;
	bottom: -15px;
	left: 40px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 20px 0 20px;
	border-color: #fff transparent transparent transparent;
}

.layout-course-testimonial .slick-dots { margin-bottom: 0; }

.layout-course-testimonial .slick-dots li { 
	display: inline-block; 
	margin-right: 5px;
}

.layout-course-testimonial .slick-dots button {
	text-indent: -999em;
	width: 12px;
	height: 12px;
	padding: 0;
	border-radius: 100px;
	background-color: rgba(0, 0, 0, 0.3);
}

.layout-course-testimonial .slick-active button { background-color: #000; }

.pcf-main .layout-course-testimonial {
    padding-top: 7em;
}

/*------------------------------------*\
    $LAYOUT COURSE FULL
\*------------------------------------*/

.layout-course-full { background-color: #fff;}

.layout-course-main {
    background: #ffffff;
}

/*------------------------------------*\
    $SKILLS ASSESSMENT PAGE
\*------------------------------------*/

.page-template-page-skills-assessment .site-main { background-color: #fff;}

.page-sa-header {
	text-align: center;
	padding: 1.25em 0;
}

.title-section {
    padding: 1em 0 2em;
}

.icon-section {
	height:103px;
	width:113px;
	margin:0 auto 0.5em;
}

.list-block-icon > li {
	transition: all .25s ease-in-out;
}

.icon-section.is-hover > div {
	opacity: 0;
}

.list-block-icon > li:hover .icon-section.is-hover {
	background: none !important;
}

.list-block-icon > li:hover .icon-section.is-hover > div {
	opacity: 1;
}

.page-sa-intro {
	padding: 1.25em 0;
	background-color: #353535;
	color: #fff;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.page-sa-intro .item-heading {
	font-size: 1.5625em;
	line-height: 1.4em;
	margin-bottom: 1em;
	color: #fff;
	text-transform: none;
}

.page-sa-intro .item-content li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
}

.page-sa-intro .item-content li:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 32px;
	height: 22px;
	background: url(images/sprite.png) -400px -500px no-repeat;
}

.page-sa-intro .item-form {
	background-color: #fec20e;
	color: #fff;
	padding: 1.25em;
}

.page-sa-intro .item-form-heading {
	font-size: 1.75em;
	line-height: 1.1em;
	margin-bottom: 0.5em;
	color: #fff;
	text-align: center;
}

.page-sa-intro .gfield_label { display: none !important; }

body .page-sa-intro .gform_fields input, body .page-sa-intro .gform_fields select {
	width: 100% !important;
	border: none;
} 

.page-sa-intro .gform_footer { padding-top: 1em !important; }

.page-sa-intro .gform_footer .button {
	background-color: #252525;
	font-weight: 700;
	margin-bottom: 0;
}

.page-sa-intro .gform_footer .button:hover { background-color: #0ca7d2; }

.page-sa .layout-section { padding: 1.25em 0; }

.page-sa-main-heading {
	font-size: 1.25em;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	color: #0ca7d2;
	text-transform: none;
}

.layout-child-pages .item-heading {
	color: #252525;
	text-align: center;
	margin-bottom: 1em;
}

.list-block-icon li {
	float: left;
	width: 50%;
}

.list-block-icon a {
	position: relative;
	display: block;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

/* .list-block-icon a:before {
	content: '';
	display: block;
	width: 80px;
	height: 57px;
	margin: 0 auto 20px auto;
	background: url(images/sprite.png) -500px -500px no-repeat;
} */


.list-block-icon > li img {
    display: block;
    margin: 0 auto 1em;
}

.page-sa .list-accordion-title a {
	background-color: #ebebeb;
	color: #252525;
	border: none;
	font-weight: normal;
}

.page-sa .list-accordion-title .is-label { color: #252525; font-weight: bold; }


.page-sa .layout-accordion-content .button { background-color: #80be41; }

.page-sa .layout-accordion-content .button:hover { background-color: #0ca7d2; }

.layout-standard-content {
	background-color: #252525;
	color: #fff;
}

.layout-standard-content .item-heading { color: #fff; }

.layout-standard-content a { color: #80be41; }

@media screen and (max-width: 43.6875em) {

	.page-sa-main .item-video { margin-bottom: 1em; }
	
}

@media screen and (min-width: 43.75em) {

	.page-sa-header { padding: 2.5em 0; }

	.page-sa-header .page-title { font-size: 2.5em; }

	.page-sa-intro { padding: 0; }

	.page-sa-intro .container { position: relative; }

	.page-sa-intro .item-heading {
		font-size: 1.25em;
	}

	.page-sa-intro .item-form {
		float: right;
		width: 17em;
	}

	.page-sa .layout-section { padding: 3.125em 0 0 0; }

	.layout-video-content .grid-item { width: 50%; }

	.list-block-icon li { width: 33.333%; }

	.page-sa-main-heading { font-size: 1.875em; }

	.page-sa .layout-accordion-content, .page-sa .layout-standard-content { padding-bottom: 3.125em; }
	
}

@media screen and (min-width: 61.25em) {

	.page-sa-header { padding: 2.5em 0 5em 0; }

	.page-sa-header .page-title { font-size: 4.375em; }

	.page-sa-intro .page-title {
		margin-bottom: 0.5em;
		text-transform: none;
	}

	.page-sa-intro .item-heading {
		font-size: 2.25em;
		line-height: 1.3em;
		margin-bottom: 1em;
	}

	.page-sa-intro .is-text {
		font-size: 1.25em;
		line-height: 1.3em;
		margin-left: -40px;
	}

	.page-sa-intro .item-form {
		width: 21.875em;
		padding: 3em 3.4375em;
	}

	.page-sa-intro .item-form-heading { margin-bottom: 1em; }

	.page-sa-intro .gform_footer { padding-top: 2em !important; }

	.page-sa-intro .gform_footer .button {
		display: block;
		width: 100%;
	}

	.page-sa .layout-section { padding-top: 6.25em; }

	.page-sa-main .is-text { 
		font-size: 1.25em;
		line-height: 1.4em;
	}

	.layout-video-content .grid-item { width: 40%; }
	.layout-video-content .grid-beta { width: 60%; }

	.layout-child-pages .container {
		width: 100%;
		padding: 0 2em;
		text-align: center;
	}

	.layout-child-pages .item-heading { 
		font-size: 2.875em;
		line-height: 1.3em;
	}

	.list-block-icon li {
		float: none;
		width: auto;
		display: inline-block;
	}

	.list-block-icon a {
		font-size: 1.375em;
		padding: 0 2em;
	}

	.list-block-icon a:before { margin-bottom: 40px; }

	.list-block-icon a:hover {
		color: #ed2024;
		text-decoration: none;
	}

	.list-block-icon a:hover:before { background-position: 0 -600px; }

	.page-sa .layout-accordion-content { padding: 3.4375em 0 2.5em 0; }

	.layout-accordion-content .container { width: 50em; }

	.layout-accordion-content .list-accordion-title a {
		font-size: 1.375em;
		padding: 1em;
	}

	.layout-accordion-content .button { font-size: 1.125em; }

	.layout-standard-content .container { width: 50em; }

	.layout-standard-content .item-heading {
		font-size: 2.875em;
		line-height: 1.3em;
		margin-bottom: 0.5em;
	}
	
}

@media screen and (max-width: 61.1875em) {

	.list-block-icon li { margin-bottom: 1em; }
	
}

@media screen and (min-width: 93.75em) {

	.page-sa .layout-video-content .container { width: 75em; }

	.page-sa .layout-video-content .grid { margin-left: -4.375em; }

	.page-sa .layout-video-content .grid-item { padding-left: 4.375em; }
	
}

/*------------------------------------*\
    $MAP
\*------------------------------------*/

.page-sa-select { padding: 1.25em 0; }

.page-sa-options { padding-bottom: 1.25em; }

.page-sa-parent .page-sa-options { padding: 1.25em 0; }

.page-id-1635 .page-sa-options, .page-template-page-apprenticeships .page-sa-options {
	background:#363636;
	color:#fff;
}

.page-sa-select .item-heading, .page-sa-options .item-heading {
	text-align: center;
	text-transform: none;
	color:#fff;
}

.map-au { position: relative; }

.map-anchor {
	position: absolute;
	z-index: 2;
}

.map-au .map-all {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.map-au .map-qld {
	z-index: 3;
	top: 0;
	right: 0;
	width: 37%;
	height: 57%;
}

.map-au .map-nsw {
	z-index: 4;
	bottom: 21%;
	right: 0;
	width: 32%;
	height: 23%;
}

.map-content { 
	max-height: 0;
	overflow: hidden;
	transition: all .25s ease-in-out;
	background-color: #252525;
	color: #fff;
	text-align: left;
}

.map-content.is-active { 
	max-height: 1000px; 
	padding: 2.5em 0;
}

.page-sa-options { text-align: center; }

.map-content h2 {
	color: #fff;
	font-size: 1.5625em;
	line-height: 1.1em;
	text-transform: none;
}

.page-sa-options {
	position: relative;
}

/* .page-sa-options:before, .page-sa-options:after {
	content:'';
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:73px;
	background:url('images/trades-sec-top.jpg');
} 

.page-sa-options:after {
	top:auto;
	bottom:0;
	height:72px;
	background:url('images/trades-sec-bottom.jpg') ;
}
*/
.layout-01 {
    padding-top: 5em;
}

@media screen and (min-width: 43.75em) {

	.page-sa-select { padding: 2.5em 0; }

	.page-sa-options { padding-bottom: 2.5em; }

	.page-sa-parent .page-sa-options { padding: 5.5em 0; }

	.page-sa-select .item-heading, .page-sa-options .item-heading { font-size: 2.875em; }

	.map-au {
		width: 472px;
		margin: 0 auto;
	}

	.map-content h2 {
		font-size: 2.875em;
	}
	
}

@media screen and (min-width: 61.25em) {

	.page-sa-options .container { width: 100%; }

	.map-image {  position: relative; }

	.map-au:before {
		content: '';
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 472px;
		height: 434px;
		background: url(images/sprite-map.png) 0 0 no-repeat;
	}

	.map-au.hover-map-01:before { background-position: -472px 0; }
	.map-au.hover-map-02:before { background-position: -944px 0; }
	.map-au.hover-map-03:before { background-position: -1416px 0; }

	.map-content .is-active { padding: 80px 0; }
	
}

/*------------------------------------*\
    $TRADE PAGE
\*------------------------------------*/

.page-sa-trade .button { 
	border: 1px solid #000; 
}

@media screen and (min-width: 43.75em) {

	.page-sa-trade .page-sa-intro { padding: 3.125em 0; }

	.page-sa-trade .page-sa-intro .item-content {
		position: relative;
		left: auto;
		top: auto;
		bottom: auto;
		width: 100%;
	}
	
}

@media screen and (min-width: 61.25em) {

	.page-sa-trade .button { font-size: 18px; }

	.page-sa-trade .page-sa-intro { padding: 4.6875em 0; }

	.page-sa-trade .page-sa-intro .item-heading { max-width: 500px; }

	.page-sa-trade .page-sa-intro ul { margin-bottom: 50px; }

	.page-sa-trade .page-sa-options .container { width: 61.25em; }
	
}

/*------------------------------------*\
    $CONTENT POPUP
\*------------------------------------*/

.content-popup {
	position: relative;
	background-color: #fff;
	padding: 2.5em 1em 1em 1em;
}

.content-popup .content {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 0.938em;
}

@media all and (min-width: 43.750em) { /* 700px */

	.content-popup {
		width: 40em;
		margin: 0 auto;
		padding: 2.5em;
	}	

}

/*------------------------------------*\
    $ENROL PAGE
\*------------------------------------*/

.enrol-main {
	position: relative;
	padding: 1.5em 0;
	background-color: #f9f9f9;
	text-align: center;
}

.enrol-main p:last-of-type { margin-bottom: 0; }

.enrol-main h2, .enrol-main h3 {
	color: #0ca7d2;
	text-transform: none;
}

@media screen and (min-width: 43.75em) {

	.page-template-page-enrol .nav-breadcrumb { margin-bottom: 0; }

	.enrol-main { padding: 6.25em 0; }

	.enrol-main:before, .enrol-main:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 96px;
		background: url(images/slant-enrol-up.jpg) 50% 50% no-repeat;
	}

	.enrol-main:after {
		top: auto;
		bottom: 0;
		height: 56px;
		background-image: url(images/slant-enrol-down.jpg);
	}

	.enrol-main .content {
		position: relative;
		z-index: 2;
	}
	
}

/*------------------------------------*\
    $ENROL FORM
\*------------------------------------*/

body .gform_wrapper li.gfield_html { 
	max-width: 100% !important; 
	margin: 0 !important;
}

body .gform_wrapper .gform_page_footer {
    margin: 0;
    width: 100%;
    border-top: none;
    padding: 1em 0 0 0;
    clear: both;
    text-align: center;
}

.gform_page_footer .button {
	background-color: #0ca7d2;
	color: #fff;
	text-transform: uppercase;
	margin: 0 !important;
	padding: 0.75em 2em;
	border: none;
	cursor: pointer;
	transition: all .25s ease-in-out;
}

.gform_page_footer .button:hover { background-color: #252525; }

/*------------------------------------*\
    $STEP
\*------------------------------------*/

.step { 
	text-align: center; 
	overflow: hidden;
}

.step-item {
	float: left;
	width: 50%;
}

.step .item-image {
	background-color: #b9b9b9;
	border-radius: 100px;	
	width: 100px;
	height: 100px;
	padding: 20px;
	margin: 0 auto 10px auto;
}

.step .item-heading, .step-item p { color: #b9b9b9; }

.step .item-heading {
	font-size: 1.25em;
	line-height: 1em;
	margin-bottom: 0;
	text-transform: uppercase;
}

.step-item p { 
	font-size: 0.875em;
	line-height: 1.2em;
	margin-bottom: 0; 
}

@media screen and (max-width: 43.6875em) {
	
	.step-item { padding: 10px 0; }

}

@media screen and (min-width: 43.75em) {

	.step { 
		margin-left: -1em; 
		margin-bottom: 1em;
	}

	.step-item {
		position: relative;
		z-index: 2;
		padding-left: 1em;
		width: 25%;
	}
	.step-bar {
		position: absolute;
		z-index: 1;
		top: 50px;
		left: 3em;
		right: 2em;
		height: 1px;
		background-color: #b9b9b9;
	}

	.step-bar-fill {
		width: 0;
		height: 1px;
		background-color: #0ca7d2;
	}

	.active-2 .step-bar-fill { width: 40%; }
	.active-3 .step-bar-fill { width: 60%; }
	.active-4 .step-bar-fill { width: 100%; }
	
}

@media screen and (min-width: 61.25em) {

	.step { 
		font-size: 16px; 
		margin-bottom: 3.125em;
		margin-left: -100px;
	}

	.step-item { padding-left: 100px; }

	.step-bar {
		left: 140px;
    	right: 36px;
	}

	.step-item p { font-size: 1em; }
	
}

/*------------------------------------*\
    $ACTIVE
\*------------------------------------*/

.step-active .item-image { background-color: #0ca7d2; }

.step-active .item-heading { color: #0ca7d2; }

.step-active .item p { color: #252525; }

/*------------------------------------*\
    $TRADES
\*------------------------------------*/

.trades { text-align: center; }

.trades-section {
	position: relative;
	padding: 1.5em 0;
	background-color: #f9f9f9;
}

.trades-section.section-even { background-color: #fff; }

.trades-section .trades-section-heading, .trades-section .item-heading { color: #fdc213; }

.section-even .trades-section-heading, .section-even .item-heading { color: #0ca7d2; }

.trades-item { 
	position: relative; 
	padding: 1em 0;
}

.trades-item a {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.trades-item .item-image {
	background-color: #fdc213;
	border-radius: 1000px;
	width: 120px;
	height: 120px;
	padding: 25px;
	margin: 0 auto 15px auto;
}

.section-even .trades-item .item-image { background-color: #0ca7d2; }

.trades-item .item-heading { 
	text-transform: none;
	line-height: 1em;
	margin-bottom: 0;
}

.trades-item .item-heading .fa { margin-left: 5px; }

/*------------------------------------*\
    $HOVER
\*------------------------------------*/

.trades-item .item-image, .trades-item .item-heading { transition: all .25s ease-in-out; } 

.trades-item:hover .item-image { background-color: #0ca7d2; }

.trades-item:hover .item-heading { color: #0ca7d2; }

.section-even .trades-item:hover .item-image { background-color: #fdc213; }

.section-even .trades-item:hover .item-heading { color: #fdc213; }

@media screen and (min-width: 43.75em) {

	.trades-item { padding: 1.5625em 0; }

	.trades-item .item-image {
		width: 160px;
		height: 160px;
		padding: 45px;
		margin-bottom: 25px;
	}

	.trades-section { padding: 6.25em 0; }

	.trades-section.section-odd:before, .trades-section.section-odd:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 96px;
		background: url(images/slant-enrol-up.jpg) 50% 50% no-repeat;
	}

	.trades-section.section-odd:after {
		top: auto;
		bottom: 0;
		height: 56px;
		background-image: url(images/slant-enrol-down.jpg);
	}

	.trades-section-heading {
		font-size: 1.875em;
	}
	
}

@media screen and (min-width: 61.25em) {

	.page-template-page-trades .nav-breadcrumb { margin-bottom: 0; }

	.trades-section-header { margin-bottom: 2.5em; }
	
}





/*------------------------------------*\
    4. $STATE
\*------------------------------------*/

.is-hidden { display: none; }

@media all and (max-width: 43.688em) { /* 489px */

	.palm-is-hidden { display: none; }

}

@media all and (min-width: 43.688em) and (max-width: 61.188em) { /* 699px to 979px */

	.lap-is-hidden { display: none; }

}

@media all and (min-width: 61.250em) { /* 980px */

	.desk-is-hidden { display: none; }

}

.is-invisible {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	    filter: alpha(opacity=0);
	   opacity: 0;
}

.no-transition { transition: none; }

.spinner {
	height: 60px;
	width: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	animation: rotation 1s infinite linear;
	border-left: 6px solid rgba(255,255,255,.15);
	border-right: 6px solid rgba(255,255,255,.15);
	border-bottom: 6px solid rgba(255,255,255,.15);
	border-top: 6px solid rgba(255,255,255,.8);
	border-radius: 100%;
}

@keyframes rotation {
	from { transform: rotate(0deg); }
	to { transform: rotate(359deg); }
}

/*------------------------------------*\
    $ANIMATIONS
\*------------------------------------*/

@media screen and (min-width: 61.25em) {

	.has-animation {
		opacity: 0;
		position: relative;
	}

	.has-animation[data-animation="fade-in-from-bottom"] { bottom: -50px; }
	.has-animation[data-animation="fade-in-from-left"] { left: -50px; }
	.home-primary-01 .has-animation[data-animation="fade-in-from-left"] { left: -140px !important; }
	.has-animation[data-animation="fade-in-from-right"] { right: -50px; }
	
}

@media all and (min-width: 80em) {

	.home-primary-01 .has-animation[data-animation="fade-in-from-left"] { left: -220px !important; }

}

@media all and (min-width: 105.625em) {

	.home-primary-01 .has-animation[data-animation="fade-in-from-left"] { left: 0 !important; }

}

/*------------------------------------*\
    5. $THEME
\*------------------------------------*/

/*------------------------------------*\
    $COLOURS
\*------------------------------------*/

/* Brand primary and secondary colours */
.bpc { color: #808080; }
.bsc { color: #454545; }

.text-white { color: #fff; }
.text-light { color: #eee; }
.text-neutral { color: #808080; }
.text-dark { color: #333; }

::selection {
    background: #808080;
    color: #fff;
    text-shadow: none;
}

/*------------------------------------*\
    $BACKGROUNDS
\*------------------------------------*/

/* Brand primary and secondary background colours */
.bpb { background-color: #808080; }
.bsb, .island { background-color: #454545; }

.bg-light { background-color: #eee; }
.bg-neutral { background-color: #808080; }
.bg-dark { background-color: #333; }




