/*
Theme Name: Surf Pacific Standard Responsive
Theme URI: http://www.surfpacific.com.au
Description: A responsive WordPress theme designed and built by Surf Pacific.
Author: Surf Pacific
Author URI: http://www.surfpacific.com.au
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 'Monotype News Gothic W01', Arial, Helvetica, sans-serif;
    color: #333;
}

@media all and (min-width: 61.250em) { /* 980px */

	body { background: #fff url(images/bg.jpg) 50% 145px no-repeat; }	
	
	body.page-template-page-contact-php { background: #fff; }

}

/* 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
\*------------------------------------*/

.serif, .feature-heading, .promo-item-heading, .banner-heading, .cta-global-heading, .content-footer-heading, .sidebar-heading { font-family: 'Droid Serif W01', Georgia, serif; }

.sans { font-family: 'Monotype News Gothic W01', Arial, Helvetica, sans-serif; }

h1, h2, h3, h4, h5, h6 { 
	font-weight: 700; 
	color: #8dc63f;
}

h1, .alpha {
    font-size: 2.125em; /* 34px */
    line-height: 1.235em; /* 42px */
	margin-bottom: 0.618em; /* 21px */
}

h2, .beta {
    font-size: 1.25em; /* 20px */
    line-height: 1.4em; /* 28px*/
	margin-bottom: 1.050em; /* 21px*/
}

h3, .gamma {
    font-size: 1.125em; /* 18px*/
    line-height: 1.444em; /* 26px*/
	margin-bottom: 1.167em; /* 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;
    color: #0569b3;
    font-weight: bold;
	-webkit-transition: all .1s linear;
       -moz-transition: all .1s linear;
        -ms-transition: all .1s linear;
         -o-transition: all .1s linear;
            transition: all .1s linear;
}

a:hover {
    color: #8dc63f;
    text-decoration: underline;
    outline: none;
}

a:focus, a:active { outline: none }

a.no-td:hover { text-decoration: none; }

/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/

a.button, input[type="submit"] {
	position: relative;
	font-size: 0.8em;
    line-height: 1em;
    padding: 1.214em 1.5em;
	text-transform: uppercase;
    color: #fff;
	font-weight: 700;
	background-color: #0569b3;
	text-shadow: 0 1px #005390;
    -webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
	-webkit-box-shadow: 0 3px #005390;
	   -moz-box-shadow: 0 3px #005390;
	        box-shadow: 0 3px #005390;
}

a.button {
    display: inline-block;
    zoom: 1;
    *display: inline;    
}

a.button:after {
	content: '';
	width: 7px;
	height: 12px;
	display: inline-block;
	background: url(images/sprite.png) -400px -300px no-repeat;
	vertical-align: middle;
	margin-left: 0.5em;
}

a.button:hover, input[type="submit"]:hover {
    text-decoration: none;
    color: #fff;
    background-color: #8dc63f;
	text-shadow: 0 1px #6e9636;
	-webkit-box-shadow: 0 3px #6e9636;
	   -moz-box-shadow: 0 3px #6e9636;
	        box-shadow: 0 3px #6e9636;
}

a.button:hover:after { background-position: -300px -300px; }

a.button-alt {
	color: #0569b3;
	background-color: #fff;
	text-shadow: 0 1px #d1d0d0;
	-webkit-box-shadow: 0 3px #d1d0d0;
	   -moz-box-shadow: 0 3px #d1d0d0;
	        box-shadow: 0 3px #d1d0d0;
}

a.button-alt:after { background-position: -200px -300px; }

a.button-full {
	width: 100%;
	display: block;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.button + .button { margin-left: 0.75em; }

/*------------------------------------*\
    $FORMS
\*------------------------------------*/

input, select, textarea {
    font-family: inherit;
	font-size: inherit; 
    line-height: 1em;
    border: 1px solid #e7e2e2;
	padding: 0.188em 0.313em; /* 3px 5px */
}

input[type="submit"] {
	-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 #e7e2e2;
    border-width: 1px 0 0 0;
    clear: both;
    width: 50%;
	margin: 3em auto;
}

img, iframe { 
	vertical-align: top; 
	max-width: 100%;
}





/*------------------------------------*\
    2. $LAYOUT
\*------------------------------------*/

.container, .header, .navigation, .main, .footer { width: 100%; }

@media all and (min-width: 61.250em) { /* 980px */

	.container { 
		width: 61.250em; /* 980px */
		margin: 0 auto;
	}

}

.top { padding: 1.25em; }

.logo { width: 12em; }

@media all and (min-width: 30em) { /* 480px */

	.logo { width: 19.5em; }	

}

@media all and (min-width: 43.750em) { /* 700px */

	.top { padding: 1.563em 1.25em; }
	.top .grid-alpha { width: 60%; }
	.top .grid-beta { width: 40%; }	
	
	.logo { width: 22.375em; }
	
	.contact h2 {
		font-weight: 400;
		font-size: 1.75em;
		line-height: 1em;	
	}
	
	.contact h2 a { color: #8dc63f; }

}

@media all and (min-width: 61.250em) { /* 980px */

	.top { padding: 1.25em 0 1.875em; }
	
	.logo { 
		width: auto; 
		margin-top: 0.813em;
	}	

	.contact h2 { margin-bottom: 0.5em; }

	.contact p {
		font-size: 0.875em;
		line-height: 1.4em;
		margin-bottom: 0;
		color: #919191;
		text-transform: uppercase;
	}
	
	.contact p .icon {
		float: left; 
		margin-right: 0.875em;
	}

}

/*------------------------------------*\
    
	$TOUCH NAV
	
	Only displayed on touch devices
	
\*------------------------------------*/

a.nav-touch-toggle {
	position: absolute;
	top: 50%; 
	right: 1.25em;
	margin-top: -22px;
	height: 45px;
	font-size: 0.938em;
	line-height: 45px;
	font-weight: 700;
	text-transform: uppercase;
}

a.nav-touch-toggle:hover { color: #0569b3; }

.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;
	background-color: #0569b3;
	border-top: 1px solid #067cd4;
	font-size: 0.938em;
	font-weight: 700;
	padding: 0.625em;
	text-align: center;
	text-transform: uppercase;
}

.nav-touch ul a { 
	background-color: #0573c4;
	font-weight: 400; 
}

.nav-touch a:hover, .nav-touch .current-menu-item > a, .nav-touch .current-menu-ancestor > a {
	text-decoration: none;
	color: #fff;
	background-color: #044c81;
}

@media all and (min-width: 30em) { /* 480px */

	a.nav-touch-toggle { font-size: 1.25em; }	
	
	.nav-touch-toggle .icon {
		width: 27px;
		height: 15px;
		background-position: -500px -200px;
		vertical-align: baseline;
	}

}

@media all and (min-width: 43.750em) { /* 700px */

	a.nav-touch-toggle {
		top: auto;
		bottom: 0.25em;
		margin-top: 0;
		width: 11.25em;
	}	

}

/*------------------------------------*\
    $FULL SIZE NAV
\*------------------------------------*/

@media all and (min-width: 61.250em) { /* 980px */
	
	.navigation-primary { margin-bottom: 1.25em; }
		
	.nav-primary li {
		position: relative;
		z-index: 500;
	}
	
	.nav-primary > li { float: left; }
	
	.nav-primary a {
		padding: 0;	
		border: none;
		color: #0569b3;
		font-size: 0.8em;
		line-height: 2.714em;
		padding: 0 1.55em;
		text-align: left;
		font-weight: 400;
		text-transform: uppercase;
	}

	.nav-primary li:hover > a {
		background: #8dc63f;
		color: #fff;
		text-decoration: none;
	}

	.nav-primary li:hover > ul { display: block }
	
	/*------------------------------------*\
		$2ND LEVEL
	\*------------------------------------*/
	
	.nav-primary ul, .nav-primary ul li { width: 20em; }
	
	.nav-primary ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		float: left;
		z-index: 99999;
	}
	
	.nav-primary ul a {
		color: #333;
		background-color: #f1f1f1;
		line-height: 1.4em;
		padding: 1em;
		width: 100%;
		height: auto;
		border-bottom: 1px solid #fff;
	}
	
	.nav-primary ul :hover > a {
		background: #8dc63f;
		color: #fff;
	}
	
	/*------------------------------------*\
		$3RD LEVEL
	\*------------------------------------*/
	
	.nav-primary ul ul {
		left: 100%;
		top: 0;
	}
	
	/*------------------------------------*\
		$1ST LEVEL CURRENT
	\*------------------------------------*/
	
	.nav-primary > li:hover > a, .nav-primary > li.current-menu-item > a, .nav-primary > li.current-menu-parent > a {
		margin-top: -0.625em;
		padding-top: 0.625em;
		-webkit-border-radius: 10px 10px 0 0;
	       -moz-border-radius: 10px 10px 0 0;
	            border-radius: 10px 10px 0 0;
	}
	
	.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: #8dc63f;
		color: #fff;
		font-weight: 700;
	}
	
	* 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: #8dc63f;
		color: #fff;
		font-weight: 700;
	}
	
	/*------------------------------------*\
		$2ND LEVEL CURRENT
	\*------------------------------------*/
	
	.nav-primary ul li.current-menu-item a { 
		background-color: #8dc63f;
		color: #fff;  
	}
	
}

/*------------------------------------*\
    $CAROUSEL
\*------------------------------------*/

.feature { 
	position: relative; 
	overflow: hidden;
	background-color: #fff;
}

.feature-content, .banner-content {
	position: absolute;
	top: 5%;
	right: 2%;
	width: 47%;
	text-align: center;
}

.feature-heading, .banner-heading {
	font-size: 1.125em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	font-weight: 700;
}

.feature .button {
	font-size: 0.8em;
	padding: 0.75em 0;
	margin-bottom: 0;
}

@media all and (min-width: 30em) { /* 480px */

	.feature-content, .banner-content {
		width: 38%;
		top: 10%;
		right: 5%;
	}	
	
	.feature-heading, .banner-heading {
		font-size: 1.563em;
	}
	
	.feature .button { padding: 1em 0.5em; }

}

@media all and (max-width: 43.688em) { /* 699px */

	.feature .button { display: block; }

}

@media all and (min-width: 43.750em) { /* 700px */

	.feature { 
		height: 18.375em; 
		overflow: hidden;
	}	
	
	.feature-content, .banner-content {
		width: 24.063em;
		top: 4.063em;
		right: 1em;
	}
	
	.feature-heading, .banner-heading {
		font-size: 1.75em;	
	}
	
	.feature p, .banner p { 
		font-size: 1em; 
		padding: 0 1.5em;
	}
	
	.feature .button, .banner .button { 
		line-height: 1em;
		padding: 1em 0.5em;
	}

}

@media all and (min-width: 61.250em) { /* 980px */

	.feature { 
		height: 25.688em; 
		margin-bottom: 1.25em;
	}

	.feature .container {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -30.625em;
	}
	
	.feature-content {
		top: 5em;
		right: 2.5em;
		width: 26.563em;
	}
	
	.feature-heading {
		font-size: 2.5em;		
	}
	
	.feature .button { padding: 1em; }
	
	.feature .button-alt { margin-right: 0.25em; }

}

/*------------------------------------*\
    $FLEXSLIDER
\*------------------------------------*/

.flexslider {
	margin: 0; 
	padding: 0;
}

.flexslider .slides > li { display: none; }

.flexslider .slides img {
	display: block;
	max-width: 100%;
}

.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: 43.750em) { /* 700px */

	.flexslider .slides img {
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -30.625em; /* Half of width - 980px */
		max-width: none;
		width: auto;
	}

}

/*------------------------------------*\
    $DIRECTION NAV - ARROWS
\*------------------------------------*/

@media all and (max-width: 43.688em) { /* 699px */

	ul.flex-direction-nav { display: none; }

}

ul.flex-direction-nav { 
	margin-bottom: 0;
	position: absolute;
	z-index: 10;
	bottom: 1em;
	right: 1em;
	width: 24.063em;
	text-align: center;
}

.flex-direction-nav li {
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0 0.25em;
}

.flex-direction-nav a {
    width: 35px;
    height: 34px;
    display: block;
    cursor: pointer;
    text-indent: -9999px;
    background: url(images/sprite.png) 0 -400px no-repeat;
}

.flex-direction-nav a.flex-next {
	background-position: -35px -400px;
}

@media all and (min-width: 61.250em) { /* 980px */

	ul.flex-direction-nav { 
		width: 26.563em; 
		bottom: 1.875em;
		right: 2.5em;
	}

}

@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) 0 -400px;
		background-size: 600px 800px;
	}
	
}

/*------------------------------------*\
    $CONTROL NAV - DOTS
\*------------------------------------*/

ol.flex-control-nav {
	position: absolute;
	left: 0;
	bottom: 0.35em;
	line-height: 1;
	width: 100%;
	z-index: 999;
	text-align: center;
	margin-bottom: 0;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
	text-indent: -9999em;
}

.flex-control-paging li a {
    width: 12px;
    height: 12px;
    display: block;
    background-color: #0569b3;
    cursor: pointer;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
}

.flex-control-paging li a.flex-active {
    background-color: #8dc63f;
    cursor: default;
}

@media all and (min-width: 43.750em) { /* 700px */

	ol.flex-control-nav { display: none; }

}

/*------------------------------------*\
    $PROMO
\*------------------------------------*/

.promo {
	padding: 1.25em;
	color: #fff;
	background-color: #f1f1f1;
	text-align: center;
}

.promo a { 
	display: block;
	color: #fff;
	font-weight: 400; 
} 

.promo a:hover { text-decoration: none; }

.promo-item { 
	margin-bottom: 1.25em; 
	width: 19.625em;
	margin-left: auto;
	margin-right: auto;
}

.promo-item-03 { margin-bottom: 0; }

.promo-item-visible { position: relative; }

.promo-item-heading { 
	color: #fff;
	font-weight: bold;
	font-size: 1.375em;
	line-height: 1.4em;
}

.promo-item-visible .promo-item-heading {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #0569b3;
	background-color: rgba(5,105,179,0.85);
	padding: 0.4em 0;
	margin-bottom: 0;
}

@media all and (min-width: 30em) { /* 480px */

	.promo-item {
		width: 19.625em;
		margin-left: auto;
		margin-right: auto;
	}	

}

@media all and (min-width: 43.750em) { /* 700px */

	.promo .grid { margin-left: -0.813em; }
	
	.promo .grid-item { padding-left: 0.813em; }
 
	.promo-item { 
		width: auto; 
		margin: 0;
	}	
	
	.promo-item-heading { font-size: 1.125em; }

}

@media all and (min-width: 61.250em) { /* 980px */

	.promo { 
		padding: 0;
		background-color: transparent;
		margin-bottom: 2.5em;
	}	
	
	.promo .grid { margin-left: -1.25em; }
	
	.promo .grid-item { padding-left: 1.25em; }
	
	.promo-item-body { 
		position: relative;
		width: 19.625em;
	}
	
	.promo-item-heading {
		font-size: 1.563em;
		line-height: 1.2em;
		margin-bottom: 1em;
	}
	
	.promo p { 
		font-size: 0.875em;
		line-height: 1.4em;
		margin-bottom: 1.4em;
		padding: 0 1em;
	}
	
	.promo .icon {
		width: 7px;
		height: 12px;
		display: inline-block;
		vertical-align: middle;
		background-position: -500px -300px;
	}

	.promo-item-hidden {
		opacity: 0;
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 2.5em 1em;
		background-color: #0569b3;
		background-color: rgba(5,105,179,0.85);
	}

}

/*------------------------------------*\
    $BANNER
\*------------------------------------*/

.banner {
    width: 100%;
    height: 18.438em;
	position: relative;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-content { width: 16.25em; }

.banner .button { padding: 1em; }

@media all and (min-width: 61.250em) { /* 980px */

	.banner { 
		background-size: auto; 
		height: 21.875em;
	}

	.banner-content { 
		position: relative;
		top: auto;
		right: auto; 
		float: right;
		margin-top: 5em;
		margin-right: 2.5em;
		width: 26.563em;
	}	
	
	.banner-heading { font-size: 2.5em; }

	.banner p { 
		font-size: 1.25em;
		line-height: 1.5em; 
	}

}

/*------------------------------------*\
    $CONTENT
\*------------------------------------*/

.page-title { 
	font-family: 'Droid Serif W01', Georgia, serif; 
	text-align: center;
	font-size: 2.222em;
	line-height: 1.2em; 
	font-weight: normal;
	color: #0569b3;
}

.content { 
	font-size: 1.125em;
	padding: 0 1.25em;
}

.content-home { 
	margin-bottom: 0; 
	padding: 1.25em;
}

.content-heading .page-title {
	font-size: 1.563em; 
	line-height: 1.3em;
}

@media all and (min-width: 30em) { /* 480px */

	.content-heading .page-title { font-size: 2.5em; }	

}

@media all and (max-width: 43.688em) { /* 699px */

	.content-heading {
		background-color: #0569b3;
		padding: 1.25em;
		margin-left: -1.25em;
		margin-right: -1.25em;
		margin-bottom: 1.25em;
	}

	.content-heading .page-title { 
		color: #fff;
		margin-bottom: 0;
	}

	.content h2, .content h3, .content h4, .content h5, .content h6 {
		font-size: 1.222em;
		line-height: 1.4em;
		margin-bottom: 1.167em;
	}

}

@media all and (min-width: 43.750em) { /* 700px */

	.content { padding: 0 2.5em; }
	
	.content-home { padding: 1.25em 2.5em; }	

}

@media all and (min-width: 61.250em) { /* 980px */

	.content {
		font-size: 1em;
		float: left;
		padding: 0;
		width: 62%;
	}
	
	.content-right { float: right; }
	
	.content-full { 
		float: none;
		width: 100%;
	}
	
}

/*------------------------------------*\
    $CONTENT TABLES
\*------------------------------------*/

.content table {
    border-top: 1px solid #e7e2e2;
    border-right: 1px solid #e7e2e2;
    border-collapse: collapse;
}

.content table th {
	color: #fff;
	padding: 0.313em 0.616em;
	text-align: left;
}

.content table td {
    border-bottom: 1px solid #e7e2e2;
    border-left: 1px solid #e7e2e2;
    padding: 0.313em 0.616em;
}

/*------------------------------------*\
    $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;
	color: #fff;
    display: block;
    padding: 1em 1.618em;
	line-height: 1.4em;
    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;
}

@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 #efefef;
}

ul.child-pages li, ul.list-pages li { 
	border-bottom: 1px solid #efefef; 
	margin-bottom: 0;
}

ul.child-pages a, ul.list-pages a { 
	display: block; 
	padding: 0.616em 0.313em;
}

ul.child-pages a:before, ul.list-pages a:before {
	content: '';
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background: url(images/sprite.png) -100px -200px no-repeat;   
	margin-right: 0.313em; 
	float: right;	
}

@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) -100px -200px no-repeat;
		background-size: 600px 800px;
    }
	
}

/*------------------------------------*\
    $BLOCKQUOTE
\*------------------------------------*/

blockquote {
	border: double #e7e2e2;
	border-width: 4px 0;
	padding: 1.618em;
	font-size: 1em;
	line-height: 1.618em;
	text-align: center;
}

blockquote p { margin: 0 }

/*------------------------------------*\
	$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: #e7e2e2;
    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 #e7e2e2;
    padding: 1em 0;
}

.archive-navigation {
    display: block;
    clear: both;
    padding: 1em 0;
    text-align: center;
    border-top: 1px solid #e7e2e2;
}

.archive-navigation span, .archive-navigation a {
    padding: 3px 6px;
    border: 1px solid #e7e2e2;
	-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 #e7e2e2; 
}

@media all and (max-width: 25.000em) { /* 400px */

	img.alignright, 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; /* 14px */
    line-height: 1.4em; /* 19px */
    margin: 0.357em 0 0 0; /* 5px 0 0 0 */
	padding: 0.714em 0 0.357em 0; /* 10px 0 5px 0 */
	text-align: center;
}

#gallery-1 img {
    border: 1px solid #e7e2e2 !important;
    background: #fff;
    padding: 8px;
}

#gallery-1 img:hover { border: 1px solid #808080 !important }

/*------------------------------------*\
    $RIGHT SIDEBAR
\*------------------------------------*/

@media all and (min-width: 61.250em) { /* 980px */

	.sidebar {
		float: right;
		width: 28%;
	}	

}

.sidebar > div, .sidebar-blog > div { margin-bottom: 2em; }

.sidebar-heading {
	font-weight: 700;
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 0.875em;
}

.island {
	padding: 1em 1.168em;
	color: #fff;
}

.island-heading { color: #fff; }

.list li { 
	border-bottom: 1px solid #e7e2e2; 
	font-size: 0.875em;
}

.list a {
    display: block;
    padding: 1em 1.5em 1em 0.875em;
	line-height: 1.4em;
	color: #333;
	font-weight: 400;
	position: relative;
}

.list a:after {
	content: '';
	position: absolute;
	right: 0.875em;
	top: 50%;
	width: 7px;
	height: 12px;
	margin-top: -4px;
	display: inline-block;
	background: url(images/sprite.png) -500px -300px no-repeat;
}

.list a:hover, .list .current_page_item a { 
	text-decoration: none; 
	color: #fff;
	background-color: #8dc63f;
}

.list .current_page_item a { font-weight: 700; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	
    .list a:after { 
		background: url(images/sprite@2x.png) -500px -300px no-repeat;
		background-size: 600px 800px;
	}
	
}

/*------------------------------------*\
    $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 #e7e2e2;
	-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) -100px -100px;
		background-size: 600px 800px;
	}
	
}

/*------------------------------------*\
    $LEFT SIDEBAR
\*------------------------------------*/

.sidebar-left { 
	margin-bottom: 1em;
	border-top: 1px solid #e7e2e2;
}

.sidebar-left .contact-detail {
    padding: 1em 1.25em;
    border-bottom: 1px solid #e7e2e2;
}

.sidebar-left h4 {
    font-size: 1em;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 5px 0;
}

.sidebar-left .icon { vertical-align: top; }

.sidebar-left p, .sidebar-left table {
    font-size: 1.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) { /* 700px */

	.sidebar-left .contact-detail { padding: 1.25em 2.5em; }	

}

@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;
		font-size: 1em;
	}

	.sidebar-left .contact-detail { padding: 1em 0; }
	
	.sidebar-left p, .sidebar-left table { font-size: 1em; }
		
	.sidebar-left h4 { margin-bottom: 0.875em; }
	
}

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/

.footer {
    clear: both;
	text-align: center;
    padding: 1.25em;
}

.footer-body {
	font-size: 0.75em;
    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: 3.438em; } /* Height of call now button */

}

@media all and (min-width: 43.750em) { /* 700px */

	.footer { padding: 1.875em 0; }	

}

@media all and (min-width: 61.250em) { /* 980px */

	.footer-body { font-size: 0.813em; }	

}





/*------------------------------------*\
    3. $MODULE
\*------------------------------------*/ 

/*------------------------------------*\
    $NAV
\*------------------------------------*/ 

ul.nav, .nav ul { 
    list-style: none; 
    margin: 0;
    padding: 0;
}

.nav li { float: left; }

.nav a { display: block; }

ul.nav-stacked li { float: none; }

/*------------------------------------*\
    $HELPER
\*------------------------------------*/

.clr { clear: both }

.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, .gform_wrapper:before, .gform_wrapper:after {
    content: " ";
    display: table;
}
.cf:after, .grid:after, .main:after, .content:after, .nav-primary:after, .container:after, .top:after, .navigation:after, .gform_wrapper:after { clear: both; }
.cf, .grid, .main, .content, .nav-primary, .container, .top, .navigation, .gform_wrapper { *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;   
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	
	.icon {
		background: url(images/sprite@2x.png) 0 0 no-repeat;			
		background-size: 600px 800px;
	}
		
}

.icon-m {
	width: 24px;
	height: 24px;
}

.icon-l {
	width: 34px;
	height: 34px;
}

/*------------------------------------*\
    $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-nav { background-position: -400px -200px;}

/*------------------------------------*\
    $ROW 4
\*------------------------------------*/

.icon-phone-circle { background-position: 0 -300px; }
.icon-marker-circle { background-position: -100px -300px; }

/*------------------------------------*\
    $ROW 5
\*------------------------------------*/

.icon-carousel-nav { background-position: 0 -400px; }
.icon-apple-white { background-position: -100px -400px; }
.icon-apple-blue { background-position: -200px -400px;}
.icon-facebook { background-position: -300px -400px;}
.icon-twitter { background-position: -400px -400px;}
.icon-google { background-position: -500px -400px;}

/*------------------------------------*\
    $ROW 6
\*------------------------------------*/

.is-facebook:hover .icon, .icon-facebook:hover { background-position: -300px -500px; }
.is-twitter:hover .icon, .icon-twitter:hover { background-position: -400px -500px; }
.is-google:hover .icon, .icon-google:hover { background-position: -500px -500px;}

/*------------------------------------*\
    $EXTERNAL
\*------------------------------------*/

.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: 1.5em 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: 0.625px; }

.list-icon li:first-child { margin-left: 0; }

/*------------------------------------*\
    $ACCORDION LIST
\*------------------------------------*/

.list-accordion {
	margin-left: 0;
	border-top: 1px solid #efefef;
}

.list-accordion-title { 
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 0;
	padding: 0.625em 0.313em; 
	border-bottom: 1px solid #efefef; 
}

.list-accordion-title.open { border-bottom: none; }

.list-accordion-title a { display: block;  }

.list-accordion-content {
	padding: 0.313em;
	border-bottom: 1px solid #efefef;
}

.icon-collapse {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background: url(images/sprite.png) -200px -200px no-repeat;   
	margin-right: 0.5em; 
	float: right;
}	
	
.open .icon-collapse { background-position: -300px -200px; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	
    .icon-collapse {
        background-image: url(images/sprite@2x.png) -200px -200px no-repeat;
		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.25em;
	padding: 0.75em 0;
	color: #fff;
	background-color: #8dc63f;
	text-transform: uppercase;
}

.call-now a:hover { background-color: #0569b3; }

/*------------------------------------*\
    
    $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;
}

.sidr.right {
    left: auto;
    right: -280px;
}

.sidr.left {
    left: -280px;
    right: auto;
}

@media all and (min-width: 30em) { /* 480px */

	.sidr { width: 320px; }
	.sidr.right { right: -320px; }
	.sidr.left { left: -320px; }	

}

/*------------------------------------*\
    $GLOBAL CALL TO ACTION
\*------------------------------------*/

.cta-global { padding: 1.875em 1.25em; }

.cta-global-heading {
	text-align: center;
	font-size: 1.563em;
}

.cta-global .button { 
	font-size: 1.125em; 
	padding-left: 0;
	padding-right: 0;
	text-align: center;	
}

@media all and (min-width: 30em) { /* 480px */

	.cta-global-body { 
		width: 71%;
		margin: 0 auto;
	}	

}

@media all and (max-width: 43.688em) { /* 699px */

	.cta-global .button { display: block; }

}

@media all and (min-width: 43.750em) { /* 700px */

	.cta-global-body {
		width: 100%;
		margin: 0;
		text-align: center;
	}
	
	.cta-global .button { padding: 1em; }

}

@media all and (min-width: 61.250em) { /* 980px */

	.cta-global-heading { 
		display: inline; 
		margin-right: 1em;
	}	

}

/*------------------------------------*\
    $MAP
\*------------------------------------*/

.map {
	width: 100%;
	height: 12.5em;
	background: url(images/map.jpg) 50% 0 no-repeat;
}

/*------------------------------------*\
    $FOOTER CONTENT
\*------------------------------------*/

.content-footer-heading {
	font-weight: 400;
	font-size: 1.875em;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	text-align: center;
}

.content-footer-item { padding: 2em 1.25em; }

@media all and (max-width: 43.688em) { /* 699px */

	.content-footer-beta { background-color: #f1f1f1; }

}

@media all and (min-width: 43.750em) { /* 700px */

	.content-footer .grid { margin-left: 0; }
	
	.content-footer .grid-item { padding-left: 0; }

	.content-footer-item { padding: 4.375em 0; }	

}

@media all and (min-width: 61.250em) { /* 980px */

	.content-footer { padding: 3.125em 0 1.875em 0; }	
	
	.content-footer .grid { margin-left: -1.875em; }
	
	.content-footer .grid-item { padding-left: 1.875em; }
	
	.content-footer-item { padding: 0; }

	.content-footer-heading { 
		font-size: 2.5em; 
		line-height: 1em;
	}

	.content-footer-beta { padding-top: 1.875em; }

}

/*------------------------------------*\
    $ALTERNATIVE CALL TO ACTION
\*------------------------------------*/

.cta-alt { color: #0569b3; }

.cta-alt-heading { color: #0569b3; }

.cta-alt-content { 
	font-size: 1.125em; 
	line-height: 1.5em;
	padding: 0 1.5em;
}

.cta-alt strong { display: block; }

.cta-alt .button { padding: 1em; }

@media all and (min-width: 43.750em) { /* 700px */

	.cta-alt-content { font-size: 0.938em; }
	
	.cta-alt p { 
		line-height: 1.618em;
		margin-bottom: 1em; 
	}
	
	.cta-alt .button {
		font-size: 1em;
		padding: 1em;
	}
	
}

@media all and (min-width: 61.250em) { /* 980px */

	.cta-alt {
		padding: 1.875em 1.875em 2.25em 1.875em;
		color: #fff;
		background-color: #0569b3;
		-webkit-border-radius: 10px;
		   -moz-border-radius: 10px;
		        border-radius: 10px;
	}	

	.cta-alt-heading { color: #fff; }
	
	.cta-alt-heading .icon { background-position: -100px -400px; }
	
	.cta-alt .button {
		color: #0569b3;
		background-color: #fff;
		text-shadow: 0 1px #d1d0d0;
		-webkit-box-shadow: 0 3px #d1d0d0;
		   -moz-box-shadow: 0 3px #d1d0d0;
				box-shadow: 0 3px #d1d0d0;
	}
	
	.cta-alt .button:after { background-position: -200px -300px; }

}

/*------------------------------------*\
    $SOCIAL LIST
\*------------------------------------*/

.list-social {
	width: 14.375em;
	margin: 0 auto;
}

.list-social li { margin-bottom: 0.875em; }

.list-social li:last-child { margin-bottom: 0; }

.list-social a {
	font-weight: normal;
	display: block;
	font-size: 1.125em;
}

.list-social a:hover { 
	text-decoration: none; 
	color: #0569b3;
}

@media all and (min-width: 43.750em) { /* 700px */

	.list-social { width: 12em; }

	.list-social a { font-size: 0.938em; }	

}

/*------------------------------------*\
    $NEWSLETTER SUBSCRIPTION
\*------------------------------------*/

.subscribe { padding: 2em 1.25em; }

.subscribe-content { text-align: center; }

.subscribe p { 
	font-size: 1.125em; 
	line-height: 1.3em;
	margin-bottom: 0.75em;
}

.form-subscribe input { 
	margin-bottom: 0.313em; /* 5px */
	width: 100%;
	font-size: 1em;
	line-height: 1em;
}

.form-subscribe input[type="text"] { 
	padding: 0.5em;
	color: #8dc63f; 
	border: 1px solid #9e9e9e;
}

.form-subscribe input[type="submit"] { 
	padding: 1em;
	display: block;
	width: 55%;
	margin: 0 auto;
}

@media all and (max-width: 29.938em) { /* Up to 479px */

	.subscribe-content .icon { display: none; }

}

@media all and (min-width: 30em) { /* 480px */

	.subscribe-form {
		width: 71%;
		margin: 0 auto;
	}	

}

@media all and (min-width: 43.750em) { /* 700px */

	.subscribe { padding: 0 2.5em 3.438em 2.5em; }
	
	.subscribe-heading, .subscribe p { display: inline; }
	
	.subscribe-content { margin-bottom: 1.618em; }
	
	.subscribe-form { width: 100%; }
	
	.subscribe input {
		float: left;
		width: 39%; 
		margin-right: 1%;
		margin-top: 0.313em;
	}	
	
	.subscribe input[type="submit"] {
		width: 20%;
		margin: 0;
	}

}

@media all and (min-width: 61.250em) { /* 980px */

	.subscribe-content, .subscribe-form { float: left; }
	
	.subscribe-content { 
		width: 45%; 
		margin-bottom: 0;
		margin-top: 0.313em;
	}
	
	.subscribe-form { 
		width: 55%;
		position: relative;
	}
	
	.subscribe-heading { font-size: 1.563em; }
	
	.subscribe p { font-size: 0.813em; }	

}





/*------------------------------------*\
    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; }

}





/*------------------------------------*\
    5. $THEME
\*------------------------------------*/

/*------------------------------------*\
    $COLOURS
\*------------------------------------*/

/* Brand primary and secondary colours */
.bpc { color: #8dc63f; } /* Green */
.bsc, .banner-heading, .banner-content, .sidebar-heading { color: #0569b3; } /* Blue */

.text-white { color: #fff; }
.text-light { color: #eee; }
.text-neutral { color: #808080; }
.text-dark { color: #333; }

::selection {
    background: #8dc63f;
    color: #fff;
    text-shadow: none;
}

/*------------------------------------*\
    $BACKGROUNDS
\*------------------------------------*/

/* Brand primary and secondary background colours */
.bpb { background-color: #8dc63f; }
.bsb, .island { background-color: #0569b3; }

.bg-light { background-color: #f1f1f1; }
.bg-neutral { background-color: #808080; }
.bg-dark { background-color: #333; }




