/*
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;
}

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	
}

ul, ol { list-style: none; }

body {
    background: #fff;
    font: normal 100%/1.618em 'BT Futura W01', Arial, Helvetica, sans-serif;
    color: #404041;
}

/* 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
\*------------------------------------*/

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

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;
}

.tb {
	position: relative;
}

.tb:after {
	content: "";
	height: 1px;
	width: 67px;
	display: block;
	margin: 0 auto;
	background: #006eb9;
}
/*------------------------------------*\
    $LINKS
\*------------------------------------*/

a:link, a:visited {
    text-decoration: none;
    color: #006eb9;
    font-weight: bold;
	-webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}

a:hover {
    color: #005a97;
    text-decoration: underline;
    outline: none;
}

a:focus, a:active { outline: none }

a.no-td:hover { text-decoration: none; }

/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/

a.button, button, input[type="submit"], span.button {
	font-size: 1em;
    line-height: 1em;
    padding: 0.75em 0.5em;
    color: #006eb9;
    text-transform: uppercase;
    font-weight: 700;
    background-color: transparent;
    border:2px solid #0061af;
    -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input[type="submit"] {
	background:#404040;
	color:#fff;
	border: 1px solid #fff !important;
}

body.page-id-9 input[type="submit"] {
	background: none;
	border:2px solid #0061af !important;
	color:#0061af;
}

body.page-id-9 input[type="submit"]:hover {
	background:#006eb9 !important;
	color:#fff;
}

a.button {
    display: inline-block;
    zoom: 1;
    *display: inline;    
}

a.button:hover, button:hover, input[type="submit"]:hover, span.button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #333;
}

a.button-alt {
	color: #fff;
	background-color: #333;
}

a.button-alt:hover {
	color: #fff;
	background-color: #808080;
}

a.button-full {
	width: 100%;
	display: block;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

a.button-cta {
	font-size: 2em;
	font-weight: bold;
	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.188em 0.313em; /* 3px 5px */
}

input[type="submit"], button {
	-webkit-appearance: none; /* Remove iOS default styles */
    cursor: pointer;
    border: none;
    -webkit-transition: all .1s linear;
       -moz-transition: all .1s linear;
        -ms-transition: all .1s linear;
         -o-transition: all .1s linear;
            transition: all .1s linear;
}

/*------------------------------------*\
    $OTHER ELEMENTS
\*------------------------------------*/

hr {
	border: solid #ddd;
    border-width: 1px 0 0 0;
    clear: both;
	width: 33%;
	margin: 2.5em auto;
}

img, iframe { 
	vertical-align: top; 
	max-width: 100%;
}

.rhombus {
	-webkit-transform: skew(46deg);
   -moz-transform: skew(46deg);
     -o-transform: skew(46deg);
}

.rhombus-fix {
		-webkit-transform: skew(-46deg);
	   -moz-transform: skew(-46deg);
	     -o-transform: skew(-46deg);
}

/*------------------------------------*\
    2. $LAYOUT
\*------------------------------------*/

.container, .header, .navigation, .main, .footer { width: 100%; }

.top { padding: 1.25em; }

@media screen and (min-width: 43.75em) {
	.header-full {
		background-color: #363636;
		background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1));
		background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1));
		background-image: -o-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1));
		background-image: linear-gradient(to top, rgba(0,0,0,.1), rgba(255,255,255,.1));
	}
	.social {
		border-left:1px solid #fff;
		border-right:1px solid #fff;
		margin-left: 2.5625em;
		display: inline-block;
	}

	.social ul {
		margin: 0 1em 0 1.5em;
	}

	.header-full .social li {
		display:inline-block;
	}
	.rhombus.address {
		display: inline-block;
		color:#fff;
		border-right:1px solid #fff;
	}
	.address p {
		margin: 0 1.5em 0 1em;
	}
	.rhombus.call-header {
		display:inline-block;
		color:#fff;
		background-color: #006eb9;
		border-right:1px solid #fff;
		background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.2), rgba(255,255,255,.2));
		background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.2), rgba(255,255,255,.2));
		background-image: -o-linear-gradient(bottom, rgba(0,0,0,.2), rgba(255,255,255,.2));
		background-image: linear-gradient(to top, rgba(0,0,0,.2), rgba(255,255,255,.2));
	}
	.call-header .rhombus-fix {
		padding: 0 1em;
	}
}

@media all and (min-width: 61.250em) { /* 980px */

	.container { 
		width: 61.250em; /* 980px */
		margin: 0 auto;
	}

	img.logo {
	    display: inline-block;
	    vertical-align: top;
	}

	.header-full-content {
		float: right;
	}
}
/*------------------------------------*\
    2. $LAYOUT
\*------------------------------------*/



/*------------------------------------*\
    
	$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) -400px -200px no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	
	.nav-touch-toggle {
		background-image: url(images/sprite@2x.png);			
		background-size: 600px 800px;
	}
		
}

.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;
}

.nav-touch a {
	display: block;
	width: 100%;
	color: #fff;
	border-top: 1px solid #eee;
	font-weight: normal;
	padding: 0.625em;
	text-align: center;
	position: relative;
}

.nav-touch > li a {
	background:#005baa;
}

.nav-touch > li:nth-of-type(even) > a {
	background:#006eb9;
}

.nav-touch ul a {background:#363636;padding: 0.8em 1.6em;}

.nav-touch ul ul a {background:#707070;padding: 0.8em 2.4em;}

.nav-touch ul ul li:nth-child(even) a {background:#898989;}

.nav-touch a:hover, .nav-touch .current-menu-item > a {
	text-decoration: none;
	color: #fff;
	background-color: #808080;
}

.nav-touch li.menu-item-has-children > a:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	width: 9px;
	height: 6px;
	background: url(images/sprite.png) 0 -400px no-repeat;
}

/*------------------------------------*\
    $FULL SIZE NAV
\*------------------------------------*/

@media all and (min-width: 61.250em) { /* 980px */

	.navigation {
	    display: inline-block;
	    vertical-align: top;
	    width: 75%;
		margin-left: 5%;
		bottom: 20px;
		position: absolute;
	}

	.nav-primary li {
		position: relative;
		z-index: 500;
	}
	
	.nav-primary > li { float: left; }
	
	.nav-primary a {
		padding: 0;	
		border: none;
		font-weight: normal;
		background-color: #fff;
		color: #006eb9;
		font-size:14px;
		line-height: 2em;
		padding: 0 1.3em;
		text-align: left;
	}

	.nav-primary > li > a .rhombus-nav {
		-webkit-transform: skew(-46deg);
	   -moz-transform: skew(-46deg);
	     -o-transform: skew(-46deg);
	}

	.nav-primary > li > a {
		-webkit-transform: skew(46deg);
	   -moz-transform: skew(46deg);
	     -o-transform: skew(46deg);
	     border-right:1px solid #454545;
	}

	.nav-primary li:hover > a {
		background: #58b0e3;
		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: 15px;
		float: left;
		z-index: 99999;  
	}
	
	.nav-primary ul a {
		background: #363636;
		color: #fff;
		line-height: 1.4em;
		padding: 0.5em 0.875em;
		width: 100%;
		height: auto;
		border-bottom: 1px solid #999;
	}
	
	.nav-primary ul :hover > a {
		background: #58b0e3;
		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: #006eb9;
		color: #fff;
		border:0;
	}
	
	* 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: #808080;
		color: #fff;
	}
	
	/*------------------------------------*\
		$2ND LEVEL CURRENT
	\*------------------------------------*/
	
	.nav-primary ul li.current-menu-item > a { 
		background-color: #006eb9;
		color: #fff;  
	}
	
}

/*------------------------------------*\
    $CAROUSEL
\*------------------------------------*/

.feature { 
	position: relative; 
	overflow: hidden;
}

.feature-item {
	height:10.6253em;
	background-size: cover;
	background-position: 50% 0;
}

.feature-content, .banner-content {
	position: absolute;
	top: 10%;
	right: 5%;
	width: 50%;
	text-align: right;
	color: #fff;
}

.feature-heading, .banner-heading {
	color: #fff;
	font-size: 1.750em;
	line-height: 1.2em;
	margin-bottom: 0;
}

.feature-buttons {
	float: right;
}

.feature a.button.button-alt {
    z-index: 500;
    position: relative;
}

@media screen and (min-width: 30em) {
	.feature-content p {
		font-size:1.25em;
	}
}

@media screen and (min-width: 43.75em) {

	.feature {
		height:19.75em;
	}
	.feature-text {
		text-align:right;
	}
	.feature-heading, .banner-heading {
		font-size:2.1875em;
		font-weight:300;
		margin-bottom:0.8em;
		text-transform: uppercase;
	}
	.feature-text p {
		font-size:1.5625em;
		line-height: 1.32em;
	}
	.feature-item-02 .feature-buttons a.button,.feature-item-03 .feature-buttons a.button {
		float:none;
	}
	.feature-buttons a.button:hover, .banner-content a.button:hover {
		background:#58b0e3;
		color:#fff;
	}
	.feature-buttons a.button.button-alt {
		 box-shadow: rgb(15, 62, 121) 1px 1px, rgb(15, 62, 121) 2px 2px, rgb(15, 62, 121) 3px 3px, rgb(15, 62, 121) 4px 4px, rgb(15, 62, 121) 5px 5px, rgb(15, 62, 121) 6px 6px, rgb(15, 62, 121) 7px 7px, rgb(15, 62, 121) 8px 8px, rgb(15, 62, 121) 9px 9px, rgb(15, 62, 121) 10px 10px, rgb(15, 62, 121) 11px 11px, rgb(15, 62, 121) 12px 12px, rgb(15, 62, 121) 13px 13px, rgb(15, 62, 121) 14px 14px, rgb(15, 62, 121) 15px 15px, rgb(15, 62, 121) 16px 16px, rgb(15, 62, 121) 17px 17px, rgb(15, 62, 121) 18px 18px, rgb(15, 62, 121) 19px 19px, rgb(15, 62, 121) 20px 20px, rgb(15, 62, 121) 21px 21px, rgb(15, 62, 121) 22px 22px, rgb(15, 62, 121) 23px 23px, rgb(15, 62, 121) 24px 24px, rgb(15, 62, 121) 25px 25px, rgb(15, 62, 121) 26px 26px, rgb(15, 62, 121) 27px 27px, rgb(15, 62, 121) 28px 28px, rgb(15, 62, 121) 29px 29px, rgb(15, 62, 121) 30px 30px, rgb(15, 62, 121) 31px 31px, rgb(15, 62, 121) 32px 32px, rgb(15, 62, 121) 33px 33px, rgb(15, 62, 121) 34px 34px, rgb(15, 62, 121) 35px 35px, rgb(15, 62, 121) 36px 36px, rgb(15, 62, 121) 37px 37px, rgb(15, 62, 121) 38px 38px, rgb(15, 62, 121) 39px 39px, rgb(15, 62, 121) 40px 40px, rgb(15, 62, 121) 41px 41px, rgb(15, 62, 121) 42px 42px, rgb(15, 62, 121) 43px 43px, rgb(15, 62, 121) 44px 44px, rgb(15, 62, 122) 45px 45px, rgb(15, 62, 122) 46px 46px, rgb(15, 62, 122) 47px 47px, rgb(15, 62, 122) 48px 48px, rgb(15, 63, 122) 49px 49px, rgb(15, 63, 123) 50px 50px, rgb(15, 63, 123) 51px 51px, rgb(15, 63, 123) 52px 52px, rgb(15, 63, 123) 53px 53px, rgb(15, 63, 124) 54px 54px, rgb(15, 63, 124) 55px 55px, rgb(15, 63, 124) 56px 56px, rgb(15, 63, 124) 57px 57px, rgb(15, 64, 124) 58px 58px, rgb(15, 64, 125) 59px 59px, rgb(15, 64, 125) 60px 60px, rgb(15, 64, 125) 61px 61px, rgb(15, 64, 125) 62px 62px, rgb(15, 64, 125) 63px 63px, rgb(15, 64, 126) 64px 64px, rgb(15, 64, 126) 65px 65px, rgb(15, 65, 126) 66px 66px, rgb(15, 65, 126) 67px 67px, rgb(15, 65, 127) 68px 68px, rgb(15, 65, 127) 69px 69px, rgb(16, 65, 127) 70px 70px, rgb(16, 65, 127) 71px 71px, rgb(16, 65, 127) 72px 72px, rgb(16, 65, 128) 73px 73px, rgb(16, 65, 128) 74px 74px, rgb(16, 66, 128) 75px 75px, rgb(16, 66, 128) 76px 76px, rgb(16, 66, 129) 77px 77px, rgb(16, 66, 129) 78px 78px, rgb(16, 66, 129) 79px 79px, rgb(16, 66, 129) 80px 80px, rgb(16, 66, 129) 81px 81px, rgb(16, 66, 130) 82px 82px, rgb(16, 67, 130) 83px 83px, rgb(16, 67, 130) 84px 84px, rgb(16, 67, 130) 85px 85px, rgb(16, 67, 130) 86px 86px, rgb(16, 67, 131) 87px 87px, rgb(16, 67, 131) 88px 88px, rgb(16, 67, 131) 89px 89px, rgb(16, 67, 131) 90px 90px, rgb(16, 67, 132) 91px 91px, rgb(16, 68, 132) 92px 92px, rgb(16, 68, 132) 93px 93px, rgb(16, 68, 132) 94px 94px, rgb(16, 68, 132) 95px 95px, rgb(16, 68, 133) 96px 96px, rgb(16, 68, 133) 97px 97px, rgb(16, 68, 133) 98px 98px, rgb(16, 68, 133) 99px 99px, rgb(17, 69, 134) 100px 100px
	}
	.feature-buttons a.button, .banner-content a.button {
	    float: right;
	    color:#006eb9;
	    background: #ffffff;
	    box-shadow: rgb(0, 82, 153) 1px 1px, rgb(0, 82, 153) 2px 2px, rgb(0, 82, 153) 3px 3px, rgb(0, 82, 153) 4px 4px, rgb(0, 82, 153) 5px 5px, rgb(0, 82, 153) 6px 6px, rgb(0, 82, 153) 7px 7px, rgb(0, 82, 153) 8px 8px, rgb(0, 82, 153) 9px 9px, rgb(0, 82, 153) 10px 10px, rgb(0, 82, 153) 11px 11px, rgb(0, 82, 153) 12px 12px, rgb(0, 82, 153) 13px 13px, rgb(0, 82, 153) 14px 14px, rgb(0, 82, 153) 15px 15px, rgb(0, 82, 153) 16px 16px, rgb(0, 82, 153) 17px 17px, rgb(0, 82, 153) 18px 18px, rgb(0, 82, 153) 19px 19px, rgb(0, 82, 153) 20px 20px, rgb(0, 82, 153) 21px 21px, rgb(0, 82, 153) 22px 22px, rgb(0, 82, 153) 23px 23px, rgb(0, 82, 153) 24px 24px, rgb(0, 82, 153) 25px 25px, rgb(0, 82, 153) 26px 26px, rgb(0, 82, 153) 27px 27px, rgb(0, 82, 153) 28px 28px, rgb(0, 82, 153) 29px 29px, rgb(0, 82, 153) 30px 30px, rgb(0, 82, 153) 31px 31px, rgb(0, 82, 153) 32px 32px, rgb(0, 82, 153) 33px 33px, rgb(0, 82, 153) 34px 34px, rgb(0, 82, 153) 35px 35px, rgb(0, 82, 153) 36px 36px, rgb(0, 82, 153) 37px 37px, rgb(0, 82, 153) 38px 38px, rgb(0, 82, 153) 39px 39px, rgb(0, 82, 153) 40px 40px, rgb(0, 82, 153) 41px 41px, rgb(0, 82, 153) 42px 42px, rgb(0, 82, 153) 43px 43px, rgb(0, 82, 154) 44px 44px, rgb(0, 82, 154) 45px 45px, rgb(0, 82, 154) 46px 46px, rgb(0, 83, 154) 47px 47px, rgb(0, 83, 155) 48px 48px, rgb(0, 83, 155) 49px 49px, rgb(0, 83, 155) 50px 50px, rgb(0, 83, 156) 51px 51px, rgb(0, 83, 156) 52px 52px, rgb(0, 83, 156) 53px 53px, rgb(0, 84, 156) 54px 54px, rgb(0, 84, 157) 55px 55px, rgb(0, 84, 157) 56px 56px, rgb(0, 84, 157) 57px 57px, rgb(0, 84, 158) 58px 58px, rgb(0, 84, 158) 59px 59px, rgb(0, 85, 158) 60px 60px, rgb(0, 85, 158) 61px 61px, rgb(0, 85, 159) 62px 62px, rgb(0, 85, 159) 63px 63px, rgb(0, 85, 159) 64px 64px, rgb(0, 85, 160) 65px 65px, rgb(0, 85, 160) 66px 66px, rgb(0, 86, 160) 67px 67px, rgb(0, 86, 160) 68px 68px, rgb(0, 86, 161) 69px 69px, rgb(0, 86, 161) 70px 70px, rgb(0, 86, 161) 71px 71px, rgb(0, 86, 162) 72px 72px, rgb(0, 86, 162) 73px 73px, rgb(0, 87, 162) 74px 74px, rgb(0, 87, 162) 75px 75px, rgb(0, 87, 163) 76px 76px, rgb(0, 87, 163) 77px 77px, rgb(0, 87, 163) 78px 78px, rgb(0, 87, 164) 79px 79px, rgb(0, 88, 164) 80px 80px, rgb(0, 88, 164) 81px 81px, rgb(0, 88, 164) 82px 82px, rgb(0, 88, 165) 83px 83px, rgb(0, 88, 165) 84px 84px, rgb(0, 88, 165) 85px 85px, rgb(0, 88, 166) 86px 86px, rgb(0, 89, 166) 87px 87px, rgb(0, 89, 166) 88px 88px, rgb(0, 89, 166) 89px 89px, rgb(0, 89, 167) 90px 90px, rgb(0, 89, 167) 91px 91px, rgb(0, 89, 167) 92px 92px, rgb(0, 89, 168) 93px 93px, rgb(0, 90, 168) 94px 94px, rgb(0, 90, 168) 95px 95px, rgb(0, 90, 168) 96px 96px, rgb(0, 90, 169) 97px 97px, rgb(0, 90, 169) 98px 98px, rgb(0, 90, 169) 99px 99px, rgb(0, 91, 170) 100px 100px;
	}
	.feature-content, .banner-content {
		top: 8%;
		right: 5%;
		width: 56%;
	}

}

@media all and (min-width: 61.250em) { /* 980px */

	.feature {
		height: 28.125em;
		overflow: hidden;
	}

	.feature .container {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -30.625em;
	}
	.feature-content, .banner-content {
		top: 55px;
		right:100px;
		width: 50%;
	}
	.feature-heading, .banner-heading {
		font-size:3.125em;
	}
	.banner-heading {
		font-size:2.5em;
	}
	.feature-text p {
		font-size:2.1875em;
	}
	.banner-content a.button {
		font-size: 1.5625em;
		line-height: 1.32em;
		width: 50%;
		text-align: center;
		padding: 0.2em 0.5em;
	}
}

/*------------------------------------*\
    $FLEXSLIDER
\*------------------------------------*/

.flexslider {
	margin: 0; 
	padding: 0;
}

.flexslider .slides > li { display: none; }

.flexslider .slides img {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30.625em; /* Half of width - 980px */
	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; /* Half of width - 1920px */
	}

}

/*------------------------------------*\
    $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) -200px -100px no-repeat;
}

.flex-direction-nav a.flex-next {
	left: auto;
	right: 5%;
	background-position: -300px -100px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	
    .flex-direction-nav a {
    	background-image: url(images/sprite@2x.png);
		background-size: 600px 800px;
	}
	
}

/*------------------------------------*\
    $CONTROL NAV - DOTS
\*------------------------------------*/

ol.flex-control-nav {
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 1;
	width: 100%;
	z-index: 999;
	margin-bottom: 0.5em;
	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: 16px;
    height: 16px;
    display: block;
    background:url(images/sprite.png) -300px -400px no-repeat;
    cursor: pointer;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
}

.flex-control-paging li a.flex-active {
    background:url(images/sprite.png) -200px -400px no-repeat;
    cursor: default;
}

/*------------------------------------*\
    $PROMO
\*------------------------------------*/
.promo {
	margin: 1.875em 0.625em 0;
}

.promo-item {
	margin-bottom: 1.875em;
}

.promo-item img.promo-item-image {
	height: 120px;
	display: inline-block;
}

.promo-text {
	display: inline-block;
	vertical-align: top;
	width: 58%;
	text-align:center;
}

.promo h2.promo-item-heading {
	text-transform: uppercase;
	font-weight:700;
	color:#0061af;
	font-size:1em;
	position: relative;
	margin-bottom: 0;
	padding-bottom: 15px;
}

.promo h2.promo-item-heading:after {
	content: "";
	height: 1px;
	width: 67px;
	position: absolute;
	left: 50%;
	margin-left: -33px;
	bottom: 5px;
	background: #006eb9;
}

.promo a.button {
	margin-bottom:0;
}

.promo span.button:hover {
	background:#006eb9;
}

.promo p {
	margin-bottom:0.625em;
	color:#404041;
}

@media screen and (min-width: 30em) {
	.promo-item-body {
		text-align: center;
	}
	.promo-item img.promo-item-image {
		margin-bottom:1.875em;
	}
	.promo-text {
		width: 80%;
	}
}

@media screen and (min-width: 43.75em) {
	.promo-item img.promo-item-image {
		height: 134px;
		margin-bottom:1.5625em;
	}
	.promo-text {
		width:100%;
	}
	.promo p {
		font-size:0.875em;
	}
	.promo {
		margin-bottom:3.75em;
		margin-top:2.8125em;
	}
}

@media screen and (min-width: 61.25em) {
	.promo-item img.promo-item-image {
		height:auto;
	}

	.promo h2.promo-item-heading {
		margin-bottom: 1.105em;
	}
	.promo p {
		margin-bottom: 1.618em;
	}
	.promo a {
		display:block;
	}
	.promo img {
		position: relative;
		border-radius: 100%;
		padding: 5px;
		border: 5px solid #fff;
	    -webkit-transition: border .25s ease-in-out;
   		-moz-transition: border .25s ease-in-out;
        transition: border .25s ease-in-out;
	}
	.promo a:hover img.promo-item-image {
		
		border-color: #006eb9;
	}
}

/*------------------------------------*\
    $BANNER
\*------------------------------------*/

.banner {
    width: 100%;
    height: 10em;
	position: relative;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (min-width: 43.75em) {
	.banner {
		height:14em;
		overflow: hidden;
	}
	.banner-content {
		text-align: right;
	}
}

@media all and (min-width: 61.250em) { /* 980px */

	.banner .container {
		position:relative;
	}
	.banner { background-size: auto; height:20em; }

	.banner-content { position: absolute; top: 25px; width: 51%;}
	
	.banner-content p {
		font-size: 1.375em;
		line-height: 1.3636363636363635em;
		text-transform: uppercase;
	}

}

/*------------------------------------*\
    $HOME CONTENT
\*------------------------------------*/
	.home-top-content {
		margin:0 0.625em;
	}
	.home-top-content h1 {
		color:#006eb9;
		font-weight:500;
		font-size:1.375em;
		margin-bottom:0;
		text-align:center;
		padding-bottom: 1.1363636363636365em;
		margin-bottom:1.1363636363636365em;
	}
	.home-top-content h1:after {
		height:2px;
		position: absolute;
		left: 50%;
		bottom:0;
		margin-left: -33px;
	}
	.home-top-content span {
		color:#404041;
		text-transform: uppercase;
	}
	.home-top-content p {
		text-align: center;
	}

@media screen and (min-width: 30em) {
	.home-top-content h1 {
		text-align: center;
	}
	.home-top-content h1.tb:after {
		height: 2px;
		width: 100px;
		margin: 0;
		bottom: 0px;
		margin-left: -50px;
		position: absolute;
		left: 50%;
	}
}

@media screen and (min-width: 43.75em) {
	.home-bottom-content h3 {
		position: relative;
		margin-bottom:1.25em;
		padding-bottom:1.25em;
	}
	.home-bottom-content h3:after {
		content: "";
		height: 1px;
		width: 100px;
		background: #006eb9;
		position: absolute;
		left:50%;
		bottom:0;
		margin-left:-50px;
	}
	.home-bottom-content .home-content {
		width: 33.3333333%;
		float:left;
		text-align: center;
		padding: 2.5em 0.625em 1.25em;
		background:#f2f8fb;
	}
	.home-bottom-content h3 {
		color:#006eb9;
		font-weight: 500;
		font-size:1.375em;
	}
	.home-bottom-content .home-content-2 {
		background:#e6f1f8;
	}
	.home-top-content h1 {
		font-size:1.875em;
		margin-bottom:1.8333333333333333em;
	}
}

@media screen and (min-width: 61.25em) {
	.home-bottom-content-full {
		background:#f2f8fb;
	}
}

/*------------------------------------*\
    $CONTENT
\*------------------------------------*/

.content { padding: 0 1.25em; }

h1.page-title {
	font-size:1.875em;
	color:#006eb9;
	padding-bottom:1em;
	margin-bottom:1em;
}

.content h3 {
	color:#404041;
	font-weight:500;
	font-size:1.25em;
	position: relative;
	padding-bottom:1.5em;
	margin-bottom:1.5em;
}

.content h3:after {
	content: "";
	height: 2px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #404041;
}

.content h4 {
	color:#404041;
}

h1.page-title.tb:after {
	height:2px;
	width:100px;
	position: absolute;
	bottom:0;
	left:0;
}

@media all and (min-width: 43.750em) { /* 700px */

	.content { padding: 0 1.875em; }	

}

@media all and (min-width: 61.250em) { /* 980px */

	.content {
		float: left;
		padding: 0;
		width: 65%; /* 640px */
	}
	
	.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.313em 0.616em;
	border-bottom: 1px solid #ddd;
}

.content table th {
    font-weight: bold;
	text-align: left;
}

/*------------------------------------*\
    $CONTENT LISTS
\*------------------------------------*/

.content ul, .content ol { margin-left: 1em; }

.content ul { list-style: disc; }

.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 */

}

/* Styling for call to action links */

a.cta {
	clear: both;
    display: block;
    padding: 1em 1.618em;
	line-height: 1.4em;
	color: #fff;
    background-color: #808080;
    -webkit-transition: all .25s ease-in-out;
	   -moz-transition: all .25s ease-in-out;
	        transition: all .25s ease-in-out;
}

a.cta:hover { 
	text-decoration: none;
	background-color: #454545;
}

.cta-global {
	background: url(images/cta-bg.jpg) 0 0 no-repeat #006eb9;
	background-position: -595px 64px;
	color:#fff;
}

.cta-content {
	text-align: right;
	padding:0 0.5em 1.5em 3em;
}

.cta-global h3 {
	font-size:1.875em;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

.cta-global h3.tb:after {
	background:#fff;
	position: absolute;
	right: 5px;
	bottom: 0;
}

.cta-global p {
	padding-left: 5em;
	margin-bottom: 0;
}

.cta-global-content a.button {
	background: #f8f8f8;
	display: block;
	text-align: center;
}

.cta-global-content a.button:hover {
	background:#58b0e3;
	border:2px solid #58b0e3;
}

@media screen and (min-width: 30em) {
	.cta-global {
		background-position: -559px 14px;
	}

	.cta-content {
		padding-left:8em;
		padding-top: 1em;
	}

	.cta-global h3.tb:after {
		float: none;
	}

	.cta-global p {
		margin-bottom: 1em;
	}
}

@media screen and (min-width: 43.75em) {
	.cta-global {
		overflow:hidden;
	}
	.cta-global-content a.button {
	background: #f8f8f8;
	display: inherit;
	padding: 0.75em 4em;
	float: right;
	margin-right: 85px;
	margin-bottom: 30px;
	text-align: normal;    
	box-shadow: rgb(0, 82, 153) 1px 1px,      rgb(0, 82, 153) 2px 2px,      rgb(0, 82, 153) 3px 3px,      rgb(0, 82, 153) 4px 4px,      rgb(0, 82, 153) 5px 5px,      rgb(0, 82, 153) 6px 6px,      rgb(0, 82, 153) 7px 7px,      rgb(0, 82, 153) 8px 8px,      rgb(0, 82, 153) 9px 9px,      rgb(0, 82, 153) 10px 10px,      rgb(0, 82, 153) 11px 11px,      rgb(0, 82, 153) 12px 12px,      rgb(0, 82, 153) 13px 13px,      rgb(0, 82, 153) 14px 14px,      rgb(0, 82, 153) 15px 15px,      rgb(0, 82, 153) 16px 16px,      rgb(0, 82, 153) 17px 17px,      rgb(0, 82, 153) 18px 18px,      rgb(0, 82, 153) 19px 19px,      rgb(0, 82, 153) 20px 20px,      rgb(0, 82, 153) 21px 21px,      rgb(0, 82, 153) 22px 22px,      rgb(0, 82, 153) 23px 23px,      rgb(0, 82, 153) 24px 24px,      rgb(0, 82, 153) 25px 25px,      rgb(0, 82, 153) 26px 26px,      rgb(0, 82, 153) 27px 27px,      rgb(0, 82, 153) 28px 28px,      rgb(0, 82, 153) 29px 29px,      rgb(0, 82, 153) 30px 30px,      rgb(0, 82, 153) 31px 31px,      rgb(0, 82, 153) 32px 32px,      rgb(0, 82, 153) 33px 33px,      rgb(0, 82, 153) 34px 34px,      rgb(0, 82, 154) 35px 35px,      rgb(0, 82, 154) 36px 36px,      rgb(0, 82, 154) 37px 37px,      rgb(0, 83, 155) 38px 38px,      rgb(0, 83, 155) 39px 39px,      rgb(0, 83, 155) 40px 40px,      rgb(0, 83, 156) 41px 41px,      rgb(0, 83, 156) 42px 42px,      rgb(0, 84, 156) 43px 43px,      rgb(0, 84, 157) 44px 44px,      rgb(0, 84, 157) 45px 45px,      rgb(0, 84, 157) 46px 46px,      rgb(0, 84, 158) 47px 47px,      rgb(0, 85, 158) 48px 48px,      rgb(0, 85, 159) 49px 49px,      rgb(0, 85, 159) 50px 50px,      rgb(0, 85, 159) 51px 51px,      rgb(0, 85, 160) 52px 52px,      rgb(0, 85, 160) 53px 53px,      rgb(0, 86, 160) 54px 54px,      rgb(0, 86, 161) 55px 55px,      rgb(0, 86, 161) 56px 56px,      rgb(0, 86, 161) 57px 57px,      rgb(0, 86, 162) 58px 58px,      rgb(0, 87, 162) 59px 59px,      rgb(0, 87, 162) 60px 60px,      rgb(0, 87, 163) 61px 61px,      rgb(0, 87, 163) 62px 62px,      rgb(0, 87, 163) 63px 63px,      rgb(0, 88, 164) 64px 64px,      rgb(0, 88, 164) 65px 65px,      rgb(0, 88, 165) 66px 66px,      rgb(0, 88, 165) 67px 67px,      rgb(0, 88, 165) 68px 68px,      rgb(0, 88, 166) 69px 69px,      rgb(0, 89, 166) 70px 70px,      rgb(0, 89, 166) 71px 71px,      rgb(0, 89, 167) 72px 72px,      rgb(0, 89, 167) 73px 73px,      rgb(0, 89, 167) 74px 74px,      rgb(0, 90, 168) 75px 75px,      rgb(0, 90, 168) 76px 76px,      rgb(0, 90, 168) 77px 77px,      rgb(0, 90, 169) 78px 78px,      rgb(0, 90, 169) 79px 79px,      rgb(0, 91, 170) 80px 80px;
	}
	.cta-content {
		text-align: center;
		padding-left: 14em;
		padding-bottom: 0.8em;
	}
	.cta-global p {
		padding-left:0;
	}
	.cta-global h3 {
		padding-bottom:0.5333333333333333em;
		margin-bottom:0.5333333333333333em;
	}
	.cta-global h3.tb:after {
		float: none;
		text-align: center;
		bottom:0;
		left:50%;
		margin-left:-35px;
		position: absolute;
		width: 70px;
	}
}

@media screen and (min-width: 61.25em) {
	.cta-global {
		background-position: center 0;
	}
	.cta-content {
		padding-left: 24em;
		padding-top: 3.4em;
	}
	.cta-global-content a.button {
		width: 50%;
		font-size: 24px;
		padding: 0.75em 1em;
	}
}

@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.child-pages, ul.list-pages {
	list-style: none;
	margin-left: 0;
	border-top: 1px solid #ddd;
}

ul.child-pages li, ul.list-pages li { 
	border-bottom: 1px solid #ddd; 
	margin-bottom: 0;
}

ul.child-pages a, ul.list-pages a { 
	position: relative;
	display: block; 
	padding: 0.616em 0.313em;
}

ul.child-pages a:before, ul.list-pages a:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.313em;
	display: block;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url(images/sprite.png) -100px -200px no-repeat;    
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	
    ul.child-pages a:before, ul.list-pages a:before {
        background-image: url(images/sprite@2x.png);
		background-size: 600px 800px;
    }
	
}

/*------------------------------------*\
    $BLOCKQUOTE
\*------------------------------------*/

blockquote {
	position: relative;
	padding: 0 1.618em;
	font-size: 1.125em;
	line-height: 1.618em;
	text-align: center;
}

blockquote:before {
	content: '“';
	display: block;
	text-align: center;
	font-size: 7em;
	line-height: 0;
	padding: 0.35em 0 0.15em 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

blockquote p:last-child { margin: 0 }

/*------------------------------------*\
    $PULLQUOTE
\*------------------------------------*/

.pull-quote {
	font-size: 1.125em;
	border: double #ddd;
	border-width: 4px 0;
	padding: 1em 0;
}

@media all and (min-width: 43.750em) { /* 700px */

	.pull-quote {
		float: right;
		width: 33%;
		margin: 0 0 1em 1.618em;
	}	

}

/*------------------------------------*\
	$MESSAGES
\*------------------------------------*/

.message {
    padding: 0.875em 1.618em;
    border: 1px solid;
    color: #555;
}

.note {
	background: #fcffc5;
	border-color: #fbffa3;
}

.highlight {
	background: #A9E8FA;
	border-color: #79dbf7;
}

.warning {
    background-color: #ef1000;
    border-color: #cf0000;
    color: #fff;
}

/*------------------------------------*\
    $BLOG
\*------------------------------------*/

.post-divider {
    display: block;
    height: 1px;
    background: #ddd;
    width: 50%; 
	margin: 3em auto;
}

.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;
	-webkit-border-radius: 2px;
     -opera-border-radius: 2px;
     -khtml-border-radius: 2px;
 	   -moz-border-radius: 2px;
            border-radius: 2px;
    
}

.post-share h5 {
	font-size: 0.875em;
	line-height: 1.5em;
    text-transform: uppercase;
}

@media all and (min-width: 43.750em) { /* 700px */

	.post-share h5 {
		float: left;
		margin: 0 0.616em 0 0;
	}

}

#___plusone_0 { vertical-align: top !important; }

/*------------------------------------*\
    $CONTENT IMAGES
\*------------------------------------*/

.alignright, a.alignright, .alignleft, a .alignleft, .aligncenter, a .aligncenter, .alignnone, a.alignnone, .wp-caption {
	padding: 8px;
	background-color: #fff;
    border: 1px solid #ddd; 
}

@media all and (max-width: 25.000em) { /* 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; 
	padding: 0.625em;
	text-align: center;
}

#gallery-1 img {
    border: 1px solid #ddd !important;
    background: #fff;
    padding: 8px;
}

#gallery-1 img:hover { border: 1px solid #808080 !important }

/*------------------------------------*\
    $SIDEBAR
\*------------------------------------*/

@media all and (min-width: 61.250em) { /* 980px */

	.sidebar {
		float: right;
		width: 28%; /* 280px */
	}	

}

.sidebar > div, .sidebar-blog > div { margin-bottom: 2em; }

.sidebar-heading { 
	font-size: 1.875em;
	line-height: 1.2666666666666666em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	text-align: center;
	color:#006eb9;
	position: relative;
}

.sidebar-heading:after {
	content: "";
	height: 2px;
	width: 100px;
	position: absolute;
	bottom: 0;
	left:50%;
	margin-left:-50px;
	background: #006eb9;
}

.sidebar input[type="text"], .sidebar textarea {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #006eb9;
}

.sidebar .button {
	background:none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #006eb9 !important;
	color:#006eb9;
}

.sidebar input[type="submit"]:hover {
	background: #58b0e3;
	color: #fff;
}

/*------------------------------------*\
    $ISLAND
\*------------------------------------*/

.island {
	padding: 1em 1.168em;
	color: #fff;
}

.island-heading { color: #fff; }

/*------------------------------------*\
    $UI LIST
\*------------------------------------*/

.ul-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 .search-input { 
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0.5em 0.313em 0.5em 2.5em;
	color: #666;
	border: 1px solid #ddd;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
}

.form-search:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 1em;
	margin-top: -8px;
	z-index: 1;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 16px;
	height: 16px;
	background: url(images/sprite.png) -200px -100px no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	
    .form-search:before {
    	background-image: url(images/sprite@2x.png);
		background-size: 600px 800px;
	}
	
}

/*------------------------------------*\
    $SIDEBAR - LEFT
\*------------------------------------*/

.sidebar-left { 
	padding: 0 1em; 
	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%; }

@media all and (min-width: 43.750em) and (max-width: 61.188em) { /* 700px - 979px */

	.sidebar-left table { width: 50%; }
	
}

@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; }
	
}

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/

.footer {
	text-align: center;
	padding: 1.25em;
	background:#006eb9;
}

.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 }

@media all and (max-width: 43.688em) { /* 699px */

	.footer { margin-bottom: 2.875em; } /* Height of call now button */

}


/*------------------------------------*\
    3. $MODULE
\*------------------------------------*/ 

/*------------------------------------*\
    $NAV
\*------------------------------------*/ 

ul.nav, .nav ul { 
    margin: 0;
    padding: 0;
}

.nav li { float: left; }

.nav a { display: block; }

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: 30em) {

	.palm-side-halves .grid-item {
		width:50%;
	}

}

@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;   
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	
	.icon {
		background-image: url(images/sprite@2x.png);			
		background-size: 600px 800px;
	}
		
}

.icon-m {
	width: 24px;
	height: 24px;
}

.icon-l {
	width: 32px;
	height: 32px;
}

.icon-cross-size {
	width:35px;
	height:35px;
}

.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: -100px -400px; }
.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-call {background-position: -500px -200px;}

/*------------------------------------*\
    $ROW 4
\*------------------------------------*/

.icon-phone-large { background-position: 0 -300px; }
.icon-location-large { background-position: -100px -300px; }
.icon-time-large { background-position: -200px -300px; }
.icon-facebook { background-position: -300px -300px; }
.icon-twitter { background-position: -400px -300px; }
.icon-googleplus { background-position: -500px -300px; }

/*------------------------------------*\
    $EXTERNAL ICONS
\*------------------------------------*/

.icon-surf {
	background: url(http://www.surfpacific.com/sprite-logo.png);
	width: 137px;
	height: 34px;
	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 -50px;				
		background-size: 300px 100px;
	}
	
}

/*------------------------------------*\
    $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 {
	margin-left: 0;
	border-top: 1px solid #ddd;
}

.list-accordion-title { 
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 0;
	border-bottom: 1px solid #ddd; 
}

.list-accordion-title.open { border-bottom: none; }

.list-accordion-title a { 
	display: block; 
	position: relative; 
	padding: 0.625em 0.6em 0.625em 0.313em; 
}

.list-accordion-content {
	padding: 0.313em;
	border-bottom: 1px solid #ddd;
}

.list-accordion-title a:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0.313em;
	display: block;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	background: url(images/sprite.png) -200px -200px no-repeat;   
}	
	
.list-accordion-title.open a:after { background-position: -300px -200px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	
    .list-accordion-title a:after {
        background-image: url(images/sprite@2x.png);
		background-size: 600px 800px;
    }
	
}

/*------------------------------------*\
    $CALL NOW
\*------------------------------------*/

.call-now {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.call-now a { 
	display: block;
	text-align: center;
	margin-bottom: 0;
	font-size: 1.125em;
	background-color: #58b0e3;
	color:#fff;
	border:none;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.75);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.75);
	box-shadow: 0 0 8px rgba(0,0,0,.75);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.1), rgba(255,255,255,.1));
	background-image: linear-gradient(to top, rgba(0,0,0,.1), rgba(255,255,255,.1));
}

/*------------------------------------*\
    
    $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: #cccccc;
}

.sidr.right {
    left: auto;
    right: -280px;
}

/*------------------------------------*\
    $NEWSLETTER SUBSCRIPTION
\*------------------------------------*/

.form-subscribe input { 
	margin-bottom: 0.313em; /* 5px */
	width: 100%;
	font-size: 1em;
	line-height: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-color:#006eb9;
}

.form-subscribe input[type="text"] { padding: 0.5em; }

.form-subscribe input[type="submit"] {
	padding: 0.75em;
	border: 2px solid #006eb9 !important;
	background: none;
	color: #006eb9;
	width: 50%;
}

.form-subscribe input[type="submit"]:hover {
	background:#006eb9;
	color:#fff;
}

/*------------------------------------*\
    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);
     -moz-opacity: 0;
   -khtml-opacity: 0;
          opacity: 0;
}

.no-transition {
	-webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
}


/*------------------------------------*\
    $MAP
\*------------------------------------*/

.map-full {
	background: url(images/map.jpg) center -66px no-repeat;
	height:15em;
}

@media screen and (min-width: 43.75em) {
	.map-full {
		height:22.5625em;
		background-position: center 0;
	}
}

/*------------------------------------*\
    $FOOTER ADDRESS
\*------------------------------------*/

.footer-address {
	padding: 2.5em 1.25em;
	background:#404040;
	color:#fff;
}

.footer-address a {
	color:#fff;
}

.footer-address h3 {
	text-align: center;
	font-size:1.375em; 22
	margin-bottom:1.3636363636363635em;
	padding-bottom:0.88em;
}

.footer-address h3.tb:after {
	background:#fff;
	position: absolute;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	bottom: 0;
}

.footer-address p, .footer-opentime {
	display: inline-block;
	vertical-align: top;
	width: 80%;
	font-size:1em;
}

.footer-address h4 {
	margin-bottom:0;
}

.footer-address table {
	margin-bottom:0;
}

@media screen and (min-width: 43.75em) {
	.footer-form {
		margin-right:2.5em;
	}
	.footer-form input[type="text"], .footer-form .textarea {
		background:transparent;
		color:#fff !important;
	}

	.footer-form input[type="text"]::-webkit-input-placeholder, .footer-form .textarea::-webkit-input-placeholder {
		color:#fff !important;
	}
	body .footer-form .gform_wrapper input[type="text"] {
		padding:0.5em !important;
	}
	.footer-form, .footer-address .contact-item {
		width: 46%;
		display: inline-block;
		vertical-align: top;
	}
	.footer-address {
		background:url(images/footer-address.jpg) center 0 no-repeat;
		padding: 1.5em 1.25em;
	}
}


@media screen and (min-width: 61.25em) {

	.footer-address h3 { 
		font-size:1.875em;
	}
	
}

/*------------------------------------*\
    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: #1dbdef;
    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; }

/*------------------------------------*\
    $BLOCKQUOTE
\*------------------------------------*/

/*------------------------------------*\
    $FEED
\*------------------------------------*/
.feed {
	margin: 0 1.2em 0 0;;
}
.content-footer {
	margin: 1.2em;
}
h3.footer-content-heading {
	text-align: center;
	font-size: 1.875em;
	padding-bottom:1em;
	margin-bottom:1em;
}
h3.footer-content-heading:after {
	background:#404040;
	position: absolute;
	width:100px;
	height:2px;
	left:50%;
	margin-left: -50px;
	bottom:0; 
}

.feed-item {
	position:relative;
}

.feed-item-content {
	position: absolute;
	background: rgba(0, 0, 0, .5);
	bottom: 0;
	padding: 0.5em;
	color: #fff;
}

.feed-item-content .date-day {
	font-size:3.125em;
}

.feed-item-content p {
	display: inline-block;
	vertical-align: bottom;
	width: 20%;
}

.feed-item-content h4 {
	display: inline-block;
	vertical-align: top;
	width: 71%;
	margin-left: 2.5%;
	padding-left: 2.5%;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 1em;
	border-left: 1px solid #fff;
}

.feed img {
	border: 2px solid #006eb9;
}

@media screen and (min-width: 43.75em) {
	.feed-content {
		width: 300px;
		margin: 0 auto;
	}
}

/*------------------------------------*\
    $TICKED LIST
\*------------------------------------*/

ul.list-ticked { list-style: none; }

ul.list-ticked li {
	position: relative;
	padding-left: 2.5em;
}

ul.list-ticked li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 28px;
	height: 28px;
	background: url(images/sprite.png) -400px -400px no-repeat;
}

/*------------------------------------*\
    $LANDING PAGE
\*------------------------------------*/

.page-template-page-landing-php .header { border-bottom: 3px solid #0a99e8; }

.page-landing { background-color: #f9f9f9; }

.page-landing .page-title { font-size: 1.875em; margin-bottom:0.618em; padding-bottom:0;}

.page-landing-intro h2 { font-size: 1.125em; }

.page-landing ul.list-ticked { margin-bottom: 1.618em; }

.page-landing .list-ticked li { margin-bottom: 0.75em; }

.page-landing-intro .intro-image {
	overflow: hidden;
	padding: 9px;
	background-color: #fff;
	border: 1px solid #0a99e8;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
}

.page-landing-intro img {
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}

.page-landing-cta { 
	text-align: center;
}

.page-landing-cta a.is-number {
	color: #006eb9;
}

.page-landing-quote img {
	margin-right: 1em;
	padding: 9px;
	background-color: #fff;
	border: 1px solid #0a99e8;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
}

.page-landing-quote, .page-landing-footer { 
	background-color: #fff; 
	border: solid #eee;
	border-width: 1px 0; 
}

.page-landing-intro, .page-landing-quote, .page-landing-content, .page-landing-footer { padding: 1.25em; }

.page-landing-form-heading { 
	text-align: center;
	text-transform: uppercase;
}

.page-landing-form-heading { font-size: 1.5em; }

.page-landing-cta { font-size: 1.25em; }

.page-landing a.button-cta { font-size: 1em; }

@media all and (max-width: 43.688em) { /* 699px */
	
	.page-landing-cta .is-alternative {
		display: block;
		margin: 0.313em 0;
	}

	.page-landing a.button-cta { 
		text-align: center;
		display: block;
	}		
	
	.page-landing-quote .grid-alpha {
		width: 45%;
		padding-right: 1em;
	}
	
	.page-landing-quote .grid-beta { float: none; }

}

@media all and (min-width: 43.750em) { /* 700px */
	
	.page-landing .page-title { font-size: 3em; }
	
	.page-landing-intro h2 { 
		font-size: 1.5em;
		width: 72%;
		margin: 0 auto 1.5em auto;
	}
	
	.page-landing ul.list-ticked { margin-bottom: 0; }
	
	.page-landing .list-ticked li {
		font-size: 1.125em; 
		margin-bottom: 1em; 
	}
	
	.page-landing-intro .intro-image { margin-bottom: 1.618em; } 
	
	.page-landing-quote .quote-content { text-align: center; }
	
	.page-landing-quote .grid { margin-left: -2em; }
	
	.page-landing-quote .grid-item { padding-left: 2em; }
	
	.page-landing-quote .grid-alpha { width: 23%; }
	
	.page-landing-quote .grid-beta { width: 77%; }
	
	.page-landing-quote p { 
		font-size: 1.25em; 
		line-height: 1.5em;
	}

	.page-landing-intro, .page-landing-quote, .page-landing-content, .page-landing-footer { padding: 3em 2em; }
	
	.page-landing-cta { font-size: 1.5em; }
	
	.page-landing-cta .is-alternative { margin: 0 1em; }

}

@media all and (min-width: 61.250em) { /* 980px */

	.page-landing ul.list-ticked { margin-top: 3em; }
	
	.page-landing .list-ticked li { font-size: 1.25em; }

	.page-landing-quote .quote-content { padding-top: 1.5em; }

	.page-landing-form {
		width: 62%;
		margin: 0 auto;
	}
	
	.page-landing-intro, .page-landing-quote, .page-landing-content, .page-landing-footer { padding: 2em 0; }
	
	.page-landing-cta { font-size: 1.875em; }
	
	.page-landing-content .page-landing-cta { margin-top: 1em; }

}

.page-template-page-landing-php .side-panel { display: none !important; }
