/*
Theme Name: Surf Pacific Standard Responsive
Theme URI: http://www.surfpacific.com
Description: A responsive WordPress theme designed and built by Surf Pacific.
Author: Surf Pacific
Author URI: http://www.surfpacific.com
Version: 1.1
*/

/*------------------------------------*\
    CONTENTS
\*------------------------------------*/

/*

1. BASE.........Reset and default styles
2. LAYOUT.......Main and unique elements
3. MODULE............Reusable components
4. STATE..................Current states
5. THEME............Branding and colours

*/

/*------------------------------------*\
    1. $BASE
\*------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, capt, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

* { box-sizing: border-box;	}

ul, ol { list-style: none; }

body {
    background: #fff;
    font: 400 100%/1.618em 'Open Sans', Arial, Helvetica, sans-serif;
    color: #363636;
}

/* Give elements the same bottom margin to create consistent vertical rhythm */

p, ul, ol, blockquote, table, hr, iframe, .grid, .cta, .message, .button, .content, .has-mb { margin-bottom: 1.618em; }

/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: #363636;
}

h1, .alpha {
    font-size: 2.5em;
    line-height: 1.4em;
	margin-bottom: 0.5em;
}

h2, .beta {
    font-size: 1.438em;
    line-height: 1.348em;
	margin-bottom: 0.913em;
}

h3, .gamma {
    font-size: 1.188em;
    line-height: 1.421em;
	margin-bottom: 1.105em;
}

h4, .delta {
    font-size: 1.125em;
    line-height: 1.444em;
	margin-bottom: 1.167em;
}

h5, .epsilon {
	font-size: 1em;
    line-height: 1.5em;
	margin-bottom: 1.313em;
}

h6, .zeta {
	font-size: 0.875em;
	line-height: 1.571em;
	margin-bottom: 1.5em;
}

small, .small {
    font-size: 0.875em;
    line-height: 1.4em;
}

/*------------------------------------*\
    $LINKS
\*------------------------------------*/

a, a:visited {
    text-decoration: none;
    font-weight: 400;
    color: #555;
	transition: all .25s ease-in-out;
}

a:hover {
    text-decoration: underline;
    outline: none;
    color: #000;
}

a:focus, a:active { outline: none }

a.no-td:hover { text-decoration: none; }

a.block-link { display: block; }

/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/

a.button, button, input[type="submit"] {
	font-size: 1em;
    line-height: 1em;
    padding: 0.875em 2em;
    color: #fff;
    background-color: #808080;
    text-transform: uppercase;
}

a.button {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

a.button:hover, button:hover, input[type="submit"]:hover {
    text-decoration: none;
    color: #fff;
    background-color: #333;
}

a.button-alt {
	color: #fff;
	background-color: #333;
	/* original:; #008eb0 */
	/* new: #64c1af */
}

a.button-alt:hover {
	color: #fff;
	background-color: #808080;
	/* original: #64c1af */
	/* new: #459889 */
}

a.button-full {
	width: 100%;
	display: block;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

a.button-cta {
	font-size: 2em;
	margin-bottom: 0.469em;
}

.button + .button { margin-left: 0.75em; }

/*------------------------------------*\
    $FORMS
\*------------------------------------*/

input, select, textarea, button {
    font-family: inherit;
	font-size: inherit;
    line-height: 1em;
    border: 1px solid #ddd;
	padding: 0.5em;
}

input[type="submit"], button {
    cursor: pointer;
    border: none;
	transition: all .25s ease-in-out;
	-webkit-appearance: none; /* Remove iOS default styles */
}

/*------------------------------------*\
    $OTHER ELEMENTS
\*------------------------------------*/

hr {
	border: solid #ddd;
    border-width: 1px 0 0 0;
    clear: both;
	width: 100%;
	margin: 2.5em auto;
}

img, iframe {
	vertical-align: top;
	max-width: 100%;
}

/*------------------------------------*\
    2. $LAYOUT
\*------------------------------------*/

.header, .navigation, .main, .footer { width: 100%; }

.container {
	width: 18.125em; /* 290px */
	max-width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

.container-fixed {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -9.0625em;
}

@media all and (min-width: 30em) { /* 480px */

	.container { width: 26.875em; max-width: none; padding: 0; } /* 430px */

	.container-fixed { margin-left: -13.4375em; }

}

@media all and (min-width: 43.750em) { /* 700px */

	.container { width: 40em; }	/* 640px */

	.container-fixed { margin-left: -20em; }

}

@media all and (min-width: 61.250em) { /* 980px */

	.container { width: 61.25em; } /* 980px */

	.container-fixed { margin-left: -30.625em; }

}

/*------------------------------------*\
    $HEADER
\*------------------------------------*/

.top { padding: 1em 0; }

.logo { height: 32px; }

.header {
	background:#7f132f;
}

.header-contact {
	color:#fff;
}

@media screen and (max-width: 43.6875em) {

	.site { padding-top: 2.8125em; } /* Padding for .nav-cta-mobile */

	.top { text-align: center; }

}

@media screen and (min-width: 43.75em) {

	.top { padding: 1.375em 0; }

}

@media screen and (min-width: 61.25em) {

	.logo { margin-top: 0.625em;}

	.header-social, .header-contact { float: right; }

	.header-social .nav-social { margin-bottom: 0; }

	/*------------------------------------*\
	    $HEADER ALPHA
	\*------------------------------------*/

	.header-alpha .header-social { padding-top: 1.125em; }

	.header-alpha .header-contact {
		text-align: center;
	}

	.header-alpha .header-contact .is-number, .header-alpha .header-contact .is-address { display: block; }

	.header-alpha .header-contact .is-number { font-weight: 700; }

	.header-alpha .header-contact .is-address {
		font-size: 0.875em;
		line-height: 1.2em;
		padding-top: 0.25em;
		border-top: 1px solid #fff;
	}

	/*------------------------------------*\
	    $HEADER BETA
	\*------------------------------------*/

	.header-beta .grid-item { width: 30%; }

	.header-beta .grid-beta { width: 70%; }

	.header-beta .header-contact .is-number {
		font-size: 1.25em;
		margin: 0 1em;
	}

}

/*------------------------------------*\

	$TOUCH NAV

	Only displayed on touch devices

\*------------------------------------*/

.nav-touch-toggle {
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -22px;
	width: 45px;
	height: 45px;
	text-indent: -9999em;
	background: url(images/sprite.png) 0 -300px no-repeat;
}

.nav-touch-top {
	padding: 1em 1.25em;
	position: relative;
}

.nav-touch-search { width: 75%; }

.nav-touch-close {
	position: absolute;
	top: 50%;
	right: 1em;
	width: 24px;
	height: 24px;
	margin-top: -12px;
}

.nav-touch {
	width: 100%;
	display: block;
	font-size: 0.938em;
}

.nav-touch a {
	position: relative;
	display: block;
	width: 100%;
	background-color: #7f132f !important;
	color: #fff;
	border-top: 1px solid #eee;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0.625em 1em;
}

.nav-touch .menu-item-has-children > a:before, .nav-touch ul ul a:before {
	font-size: 12px;
	content: '\f078';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
}

.no-csstransforms .nav-touch .menu-item-has-children > a:before, .no-csstransforms .nav-touch ul ul a:before { top: 35%; }

.nav-touch ul { display: none; }

.nav-touch ul ul a {
	padding-right: 1em;
	padding-left: 2em;
	background-color: #808080;
}

.nav-touch ul ul a:before {
	content: '\f054';
	right: auto;
	left: 1em;
}

.nav-touch a:hover ul { display: block; }

.nav-touch a:hover { text-decoration: none; }

.nav-touch .current-menu-item > a {
	text-decoration: none;
	color: #fff;
	background-color: #610f24;
}

/*------------------------------------*\
    $FULL SIZE NAV
\*------------------------------------*/

@media all and (min-width: 61.250em) { /* 980px */

	.header-alpha .navigation { background-color: #363636; }

	.nav-primary li {
		position: relative;
		z-index: 500;
		text-transform: uppercase;
	}

	.nav-primary > li { float: left; }

	.nav-primary a {
		color: #7f132f !important;
		line-height: 3em;
		padding: 0 1.7em;
		font-weight: 400;
	}

	.nav-primary li:hover > a {
		color: #000;
		text-decoration: none;
	}

	.nav-primary li:hover > ul { display: block }

	.nav-primary > li:hover a {
	    color: #fff !important;
	}

	/*------------------------------------*\
		$2ND LEVEL
	\*------------------------------------*/

	.nav-primary ul, .nav-primary ul li { width: 16em; }

	.nav-primary ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		float: left;
		z-index: 99999;
	}

	.nav-primary ul a {
		position: relative;
		background-color: #808080;
		color: #fff;
		line-height: 1.4em;
		padding: 0.5em 0.875em;
		width: 100%;
		height: auto;
	}

	.nav-primary ul a:before {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 1px;
		background-color: rgba(255, 255, 255, 0.15);
	}

	.nav-primary ul :hover > a {
		background-color: #333;
		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 {
		color: #fff !important;
		font-weight: 700;
		background:#7f132f !important;
	}

	* 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 {
		color: #fff;
		font-weight: 700;
	}

	/*------------------------------------*\
		$2ND LEVEL CURRENT
	\*------------------------------------*/

	.nav-primary ul .current-menu-item > a, .nav-primary ul .current-menu-ancestor > a {
		background-color: #333;
		color: #fff;
		font-weight: 700;
	}

	/*------------------------------------*\
	    $HEADER BETA NAV
	\*------------------------------------*/

	.header-beta .navigation {
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.header-beta .nav-primary { float: right; }

	.header-beta .nav-primary > li > a {
		color: #333;
		padding: 0 1em;
	}

	.header-beta .nav-primary li:last-child a { padding-right: 0; }

}

/*------------------------------------*\
    $CAROUSEL
\*------------------------------------*/

.feature {
	position: relative;
	overflow: hidden;
	height: 18.75em;
	background-color: #808080;
}

.feature-mobile {
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.feature-mobile:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.65);
}

.feature-content, .banner-content {
	position: absolute;
	z-index: 3;
	bottom: 1.5em;
	left: 0;
	right: 0;
	color: #fff;
	text-align: center;
}

.feature-heading, .banner-heading {
	text-transform: uppercase;
	color: #fff;
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}

.feature p, .banner p {
	font-size: 0.9375em;
	line-height: 1.5em;
	margin-bottom: 1em;
}

.feature .button, .banner .button {
	font-size: 0.875em;
}

@media screen and (max-width: 43.6875em) {

	.feature .button, .banner .button {
		width: 250px;
		text-align: center;
		margin-bottom: 0.75em;
		margin-left: 0;
	}

}

@media screen and (min-width: 43.75em) {

	.feature, .flexslider .slides li { height: 35em; }

	.feature-content, .banner-content {
		width: 31.25em;
		padding: 1.5625em;
		bottom: 5em;
		right: auto;
		background-color: #333333;
		background-color: rgba(51, 51, 51, 0.5);
		text-align: left;
	}

	.banner-text-right .feature-content, .banner-text-right .banner-content {
		left: auto;
		right: 0;
	}

	.feature-heading, .banner-heading {
		font-size: 1.875em;
		line-height: 1.3em;
	}

	.feature p, .banner p {
		font-size: 1em;
		line-height: 1.2em;
	}

	.feature .button, .banner .button { margin-bottom: 0; }

}

@media all and (min-width: 61.250em) { /* 980px */

	.feature, .flexslider .slides li { height: 34.375em; }

	.feature-content, .banner-content {
		bottom: 10.3125em;
		padding: 2.8125em 3.125em;
		width: 38.75em;
	}

	.feature-heading, .banner-heading {
		font-size: 2.5em;
		line-height: 1.2em;
		margin-bottom: 0.125em;
	}

}

/*------------------------------------*\
    $FLEXSLIDER
\*------------------------------------*/

.flexslider .slides > li { display: none; }

.flexslider .slides img {
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30.625em;
	max-width: none;
	width: auto;
}

.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides { display: block; }

* html .slides { height: 1%; }

.no-js .slides > li:first-child { display: block; }

@media all and (min-width: 61.250em) { /* 980px */

	.flexslider .slides img { margin-left: -60em; }

}

/*------------------------------------*\
    $FEATURE NAV
\*------------------------------------*/

.feature-nav {
	position: absolute;
	z-index: 999;
	bottom: 1em;
	right: 0;
	left: 0;
}

@media screen and (min-width: 61.25em) {

	.feature-nav { bottom: 2.5em; }

}

/*------------------------------------*\
    $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: 999;
    cursor: pointer;
    text-indent: -9999px;
    background: url(images/sprite.png) 0 -200px no-repeat;
}

.flex-direction-nav a.flex-next {
	left: auto;
	right: 5%;
	background-position: -100px -200px;
}

/*------------------------------------*\
    $CONTROL NAV - DOTS
\*------------------------------------*/

ol.flex-control-nav {
	margin-bottom: 0;
	width: 40em;
	margin: 0 auto;
}

.banner-text-right .flex-control-nav { text-align: right; }

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    font-size: 0;
	text-indent: -9999em;
}

.flex-control-paging li a {
    width: 14px;
    height: 14px;
    display: block;
    border: 2px solid #fff;
    cursor: pointer;
	border-radius: 100px;
	background:#909c96;
}

.flex-control-paging li a.flex-active {
    background-color: #e8ebe9;
    cursor: default;
}

@media screen and (min-width: 61.25em) {

	ol.flex-control-nav {  width: 61.25em;	}

	.flex-control-paging li a {
		width: 16px;
		height: 16px;
	}

}

/*------------------------------------*\
    $PROMO
\*------------------------------------*/

.promo { padding: 0.625em 0; }

.promo a {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.promo-item {
	background-color: #7f132f;
	text-align: center;
}

.promo-item-content {
	padding: 1em;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #7f132f;
	height: 128px;
	transition: height 0.2s ease-out;
}

.promo-item-body {
    padding-bottom: 8em;
}

.promo-item:hover .promo-item-content {
	top:0;
	height:282px;
}

.promo-inner {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.promo-item-heading {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	color:#fff;
}

.promo-item p {
	font-size: 0.875em;
	line-height: 1.4em;
	margin-bottom: 0;
	color:#fff;
}

@media screen and (max-width: 43.6875em) {

	.promo-item { margin-top: 1em; }

	.promo-item-01 { margin-top: 0; }

}

@media screen and (min-width: 43.75em) {

	.promo { padding: 3.75em 0; }

	.promo .grid { margin-left: -0.625em; }

	.promo .grid-item { padding-left: 0.625em; }

}

@media screen and (min-width: 61.25em) {

	.promo .grid { margin-left: -1.25em; }

	.promo .grid-item { padding-left: 1.25em; }

	.promo { padding: 2.25em 0; }

	.promo-item p {
		font-size: 1em;
	}

}

/*------------------------------------*\
    $HOME PAGE CONTENT
\*------------------------------------*/

.section-padding { padding: 1.5em 0; }

.home-primary .section-odd { background-color: #fbfbfb; }

.home-primary-heading { text-transform: uppercase; }

@media all and (min-width: 43.75em) { /* 700px */

	.section-padding { padding: 1.875em 0; }

	.home-primary-section { overflow: hidden; }

}

@media all and (min-width: 61.25em) { /* 980px */

	.section-padding { padding: 3.75em 0; }

}

/*------------------------------------*\
    $INTRO
\*------------------------------------*/

.intro { margin-bottom: 1.25em; }

.intro-subheading {
	display: block;
	font-size: 0.5em;
	line-height: 1em;
	margin-top: 0.5em;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 400;
}

@media screen and (max-width: 43.6875em) {

	.intro-heading {
		font-size: 1.875em;
		line-height: 1.4em;
		margin-bottom: 0.75em;
	}

}

@media screen and (min-width: 43.75em) {

	.intro { margin-bottom: 3.75em; }

	.intro-heading { margin-bottom: 0.85em; }

	.intro-subheading { font-size: 0.350em; }

}

@media screen and (min-width: 61.25em) {

	.intro { margin-bottom: 5em; }

	.intro .container { width: 40em; }

}

/*------------------------------------*\
    $HOME LAYOUT - TEXT WITH IMAGE
\*------------------------------------*/

.layout-text-image .home-primary-content { padding: 1.25em 0; }

@media all and (min-width: 43.75em) { /* 700px */

	.layout-text-image .home-primary-image {
		height: 21.875em;
		overflow: hidden;
	}

	.layout-text-image .home-primary-image img {
		width: 100%;
	}

}

@media screen and (min-width: 61.25em) {

	.layout-text-image .home-primary-image {
		position: absolute;
		top: 0;
		left: 45%;
		bottom: 0;
		width: 54.6875em;
		margin-left: -54.6875em;
		height: 100%;
		overflow: hidden;
	}

	.layout-text-image .home-primary-image img { max-width: none; }

	.layout-text-image .home-primary-content {
		padding-top: 7em;
		padding-bottom: 7em;
		padding-left: 30em;
	}

	.section-even .layout-text-image .home-primary-image {
		left: auto;
		right: 45%;
		margin-right: -54.6875em;
	}

	.section-even .layout-text-image .home-primary-content {
		padding-left: 0;
		padding-right: 30em;
	}

}

/*------------------------------------*\
    $HOME LAYOUT - LAYOUT TABS
\*------------------------------------*/

.layout-tabs {
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 3.125em 0;
}

.nav-tab { border-top: 1px solid #ededed; }

.nav-tab li { width: 33.333%; }

.nav-tab a {
	font-size: 0.813em;
	line-height: 1em;
	padding: 1.5em 0;
	color: #535353;
	background-color: #fff;
	text-align: center;
	text-transform: uppercase;
	border-left: 1px solid #ededed;
}

.nav-tab a:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -12.5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12.5px 10px 12.5px;
	border-color: transparent transparent #808080 transparent;
	opacity: 0;
	transition: all .25s ease-in-out;
}

.nav-tab li:first-child a { border-left: none; }

.nav-tab .active a, .nav-tab a:hover {
	position: relative;
	background-color: #808080;
	color: #fff;
	text-decoration: none;
}

.nav-tab .active a:before {
	top: -10px;
	opacity: 1;
}

.tab-main { background-color: #fff; }

.tab-content {
	padding: 3.125em;
	text-align: center;
}

.tab-content .tab-heading { color: #808080; }

.tab-content p { margin-bottom: 0; }

@media screen and (min-width: 61.25em) {

	.layout-tabs .container { width: 54.6875em; }

	.tab-content { padding: 3.75em 3.4375em; }

	.nav-tab a { font-size: 1em; }

}

/*------------------------------------*\
    $CTA GLOBAL
\*------------------------------------*/

.cta-global {
	background-color: #64c1af;
	color: #fff;
	text-align: center;
}

.cta-global-heading {
	font-size: 1.25em;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	color: #fff;
	text-transform: uppercase;
	font-weight: 400;
}

.cta-global p {
	font-size: 0.875em;
	line-height: 1.4em;
}

.cta-global .is-number { font-size: 1.125em; }

.cta-global a {
	color: #fff;
	font-weight: 400;
}

.cta-global a.button {
    background: #7f132f;
}

.cta-global a.button:hover {
    background: #fff;
    color:#7f132f;
}

@media screen and (max-width: 43.6875em) {

	.cta-global .is-option {
		display: block;
		margin: 10px 0;
	}

}

@media screen and (min-width: 43.75em) {

	.cta-global-heading {
		font-size: 2.5em;
		font-weight: bold;
		line-height: 1.1em;
		margin-bottom: 0.7em;
	}

	.cta-global .is-number {
		font-size: 2.5em;
		vertical-align: middle;
	}

	.cta-global .is-option { margin: 0 15px; }
	.cta-global a.button {
		font-size:1.5em;
	}
}

/*------------------------------------*\
    $CONTENT FOOTER
\*------------------------------------*/

.content-footer-heading {
	font-size: 1.25em;
	line-height: 1.4em;
	margin-bottom: 0.75em;
	text-transform: uppercase;
}

@media screen and (min-width: 43.75em) {

	.content-footer .grid-item { width: 50%: ;}

}

@media screen and (min-width: 61.25em) {

	.content-footer .grid { margin-left: -5em; }

	.content-footer .grid-item {
		width: 35%;
		padding-left: 5em;
	}

	.content-footer .grid-beta { width: 65%; }

}

/*------------------------------------*\
    $FEED
\*------------------------------------*/

.feed-item-image { margin-bottom: 0.75em; }

.feed-item-heading {
	font-size: 1.125em;
	line-height: 1.4em;
	margin-bottom: 0.5em;
}

.feed-item-link { text-transform: lowercase; }

/*------------------------------------*\
    $CONTACT GLOBAL
\*------------------------------------*/

.contact-global { background-color: #fafafa; }

.contact-global .contact-global-content {
	max-width: 100%;
}

.contact-global-map {
	position: relative;
	background-position: 35% 50%;
	background-repeat: no-repeat;
	height: 10.9375em;
}

.contact-global-map a {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.contact-global-content { padding: 1.25em 0; }

.contact-global-heading { margin-bottom: 1em; }

.contact-global-content .nav-social a {
    color: #fff;
    background: #7f132f;
}

.contact-global-content .nav-social a:hover {
	background:#4c4c4d;
	color:#fff;
}

@media screen and (min-width: 43.75em) {

	.contact-global { position: relative; }

	.contact-global-map {
		height: 28.125em;
		background-position: 45% 50%;
	}

	.contact-global-content {
		position: absolute;
		z-index: 10;
		top: 0;
		right: 0;
		bottom: 0;
		width: 28.125em;
		background-color: #fbfbfb;
		padding: 1.25em;
	}

}

@media screen and (min-width: 61.25em) {

	.contact-global-content {
		right: 50%;
		margin-right: -30.625em;
	}

}

/*------------------------------------*\
    $NAV SOCIAL
\*------------------------------------*/

.nav-social li {
	display: inline-block;
	margin-right: 5px;
}

.nav-social a {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	color: #fff;
	background-color: #363636;
	border-radius: 100px;
	text-align: center;
}

.nav-social .fa {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	margin-top: -8px;
}

/*------------------------------------*\
    $LIST CONTACT DETAIL
\*------------------------------------*/

.list-icon-detail { font-size: 0.9375em; }

.list-icon-detail li { margin-bottom: 0.625em; }

.list-icon-detail .is-heading {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}

.list-icon-detail a { font-weight: 400; }

.list-icon-detail table { margin-bottom: 0; }

.list-icon-detail .is-heading {
	color:#7f132f;
}

.list-icon-detail > li:first-of-type .is-heading, .list-icon-detail > li:first-of-type span + span {
	color:#64c1af;
}

@media screen and (min-width: 43.75em) {

	.list-icon-detail li {
		position: relative;
		padding-left: 7.5em;
	}

	.list-icon-detail .is-heading {
		position: absolute;
		left: 0;
	}

}

/*------------------------------------*\
    $BANNER
\*------------------------------------*/

.banner {
    width: 100%;
    height: 18.75em;
	position: relative;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner-content { bottom: 3.125em; }

@media all and (min-width: 61.250em) { /* 980px */

	.banner {
		height: 25em;
		background-size: auto;
	}

}

/*------------------------------------*\
    $CONTENT
\*------------------------------------*/

@media all and (max-width: 43.750em) { /* 700px */

	.page-title {
		font-size: 1.875em;
		line-height: 1.4em;
		margin-bottom: 0.75em;
	}

	.content h2, .content h3, .content h4, .content h5, .content h6 {
		font-size: 1.125em;
		line-height: 1.4em;
		margin-bottom: 1.167em;
	}

}

@media all and (min-width: 61.250em) { /* 980px */

	.content {
		float: left;
		padding: 0;
		width: 40em;
	}

	.content-right { float: right; }

	.content-full {
		float: none;
		width: 100%;
	}

}

/*------------------------------------*\
    $CONTENT TABLES
\*------------------------------------*/

.content table { border-collapse: collapse; }

.content table th, .content table td {
	padding: 0.625em;
	border-bottom: 1px solid #ddd;
}

.content table th {
    font-weight: 700;
	text-align: left;
}

/*------------------------------------*\
    $CONTENT LISTS
\*------------------------------------*/

.content ul, .content ol { margin-left: 1em; }

.content ul { list-style: disc; }

.content ol { list-style: decimal; }

.content li { margin-bottom: 0.875em; }

.content li > ul, .content li > ol {
    margin-top: 0.625em;
    margin-bottom: 0;
}

@media all and (min-width: 43.750em) { /* 700px */

	.content ul, .content ol { margin-left: 2.625em; } /* 42px */

}

/*------------------------------------*\
    $NUMBERED LIST
\*------------------------------------*/

.content ol {
	list-style: none;
	margin-left: 0;
	counter-reset: number-counter;
}

.content ol li {
	margin-bottom: 0.875em;
	padding-left: 2em;
	position: relative;
}

.content ol li:before {
	content: counter(number-counter);
	counter-increment: number-counter;
	position: absolute;
	top: 3px;
	left: 0;
	width: 24px;
	height: 24px;
	text-align: center;
	background-color: #888;
	color: #fff;
	font-size: 14px;
	line-height: 24px; /* Same as height */
	border-radius: 100%;
}

/*------------------------------------*\
    $TICKED LIST
\*------------------------------------*/

ul.list-ticked {
	margin-left: 0;
	list-style: none;
}

ul.list-ticked li {
	margin-bottom: 0.875em;
	padding-left: 2em;
	position: relative;
}

ul.list-ticked li:before {
	content: '\f00c';
	position: absolute;
	top: 5px;
	left: 0;
	width: 16px;
	height: 16px;
}

@media all and (min-width: 43.688em) { /* 699px */

	/* Two column list */

	ul.list-double {
		margin-left: 0;
		margin-bottom: 1em;
		clear: both;
		overflow: hidden;
	}

	ul.list-double li {
		float: left;
		width: 40%;
		margin-left: 10%;
	}

}

/* Page lists displayed with [list-pages] and [child-pages] */

ul.list-pages-shortcode {
	list-style: none;
	margin-left: 0;
}

ul.list-pages-shortcode li {
	border-bottom: 1px solid #fff;
	margin-bottom: 0;
}

ul.list-pages-shortcode a {
	position: relative;
	display: block;
	background-color: #7f132f !important;
	color: #fff;
	padding: 0.625em 2em 0.625em 1em;
}

ul.list-pages-shortcode a:hover {
	background-color: #610f24 !important;
	text-decoration: none;
}

ul.list-pages-shortcode a:before {
	content: '\f054';
	position: absolute;
	top: 50%;
	right: 0.625em;
	display: block;
	font-size: 24px;
	line-height: 24px;
	width: 24px;
	height: 24px;
	margin-top: -12px;
}

/*------------------------------------*\
    $BLOCKQUOTE
\*------------------------------------*/

blockquote {
	position: relative;
	font-size: 1.125em;
	line-height: 1.618em;
	text-align: center;
	font-style: italic;
	border: solid #eee;
	border-width: 10px 0;
	padding: 1em;
}

blockquote p:last-child { margin: 0 }

@media all and (min-width: 61.250em) { /* 980px */

	blockquote { padding: 1.5em 2em; }

}

/*------------------------------------*\
    $BLOG
\*------------------------------------*/

.post-meta p {
	font-size: 0.875em;
	line-height: 1.4em;
}

.post-navigation {
    font-size: 0.875em;
    line-height: 1.5em;
    border-top: 1px solid #ddd;
    padding: 1em 0;
}

.archive-navigation {
    display: block;
    clear: both;
    padding: 1em 0;
    text-align: center;
    border-top: 1px solid #ddd;
}

.archive-navigation span, .archive-navigation a {
    padding: 3px 6px;
    border: 1px solid #ddd;
	border-radius: 2px;
}

/*------------------------------------*\
    $CONTENT IMAGES
\*------------------------------------*/

@media all and (max-width: 25em) { /* 400px */

	img.alignleft, img.alignright {
		max-width: 50%;
		height: auto;
	}

}

.alignright, a.alignright {
    float: right;
    margin: 0 0 1.618em 1.618em; /* 0 0 26px 26px */
}

.alignleft, a.alignleft {
    float: left;
    margin: 0 1.618em 1.618em 0; /* 0 26px 26px 0 */
}

.aligncenter, a .aligncenter {
    display: block;
    margin: 0 auto 1.618em auto; /* 0 auto 26px auto */
}

.alignnone, a .alignnone {
    display: block;
    margin-bottom: 1.618em; /* 26px */
}

img.no-image-border {
	padding: 0;
	border: none;
}

.wp-caption { margin-bottom: 1.618em; /* 26px */ }

.wp-caption img {
    border: none;
    margin: 0;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    font-size: 0.875em;
    line-height: 1.4em;
	margin-bottom: 0;
	padding: 0.625em 0;
	border-bottom: 1px solid #ddd;
}

/*------------------------------------*\
    $GALLERY
\*------------------------------------*/

.gallery {
	overflow: hidden;
	margin-left: -0.625em;
}

.gallery-item {
	float: left;
	width: 33.333%;
	padding-left: 0.625em;
	padding-bottom: 0.625em;
	transition: all .25s ease-in-out;
}

.gallery br { display: none; }

.gallery img {
	width: 100%;
	height: auto !important;
}

@media screen and (min-width: 43.75em) {

	.gallery { margin-left: -1em; }

	.gallery-item {
		padding-left: 1em;
		padding-bottom: 1em;
	}

	.gallery-columns-2 .gallery-item { width: 50%; }

	.gallery-columns-3 .gallery-item { width: 33.333%; }

	.gallery-columns-4 .gallery-item { width: 25%; }

	.gallery-columns-5 .gallery-item { width: 20%; }

	.gallery-columns-6 .gallery-item { width: 16.667%; }

	.gallery-columns-7 .gallery-item { width: 14.285%; }

	.gallery-columns-8 .gallery-item { width: 12.5%; }

	.gallery-columns-9 .gallery-item { width: 11.1%; }

}

/*------------------------------------*\
    $SIDEBAR
\*------------------------------------*/

@media all and (min-width: 61.250em) { /* 980px */

	.sidebar {
		float: right;
		width: 18.75em;
	}

}

.sidebar.guide-content { position: sticky; top: 1em; }
.sidebar.guide-content > .page-guide-sidebar { position: relative; width: 100%; padding: 1em; }
.sidebar.guide-content > .page-guide-sidebar .page-guide-sidebar-form .gform_wrapper input { width: 100% !important; }
.sidebar.guide-content > .page-guide-sidebar .page-guide-sidebar-form .gform_wrapper .gform_body .gform_fields .gfield {
	margin-top: 0;
    margin-bottom: 8px;
    padding-right: 0;
}
.sidebar.guide-content > .page-guide-sidebar .page-guide-sidebar-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container { margin-top: 0; }
.sidebar.guide-content > .page-guide-sidebar .page-guide-sidebar-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container input { margin-top: 0; }
.sidebar.guide-content > .page-guide-sidebar .page-guide-sidebar-form .gform_wrapper .button { background-color: #7f132f; }
.sidebar.guide-content > .page-guide-sidebar .page-guide-sidebar-form .gform_wrapper .button:hover { background-color: #64c1af; }

.sidebar > div, .sidebar-blog > div { margin-bottom: 3.125em; }

.sidebar-heading {
	font-size: 1.25em;
	line-height: 1.3em;
	margin-bottom: 0.5em;
}

.sidebar p { margin-bottom: 1em; }

.sidebar input[type='submit'] {
    background: #64c1af;
}

.sidebar input[type='submit']:hover {
    background: #459889;
}

.sidebar .assoc-list li:first-of-type {
	margin-bottom:1em;
}

/*------------------------------------*\
    $ISLAND
\*------------------------------------*/

.island {
	padding: 1em 1.168em;
	color: #fff;
}

.island-heading { color: #fff; }

/*------------------------------------*\
    $UI LIST
\*------------------------------------*/

.ui-list {
    list-style: none;
    border-top: 1px solid #ddd;
	margin: 0;
}

.ui-list li { border-bottom: 1px solid #ddd; }

.ui-list a {
    display: block;
    padding: 0.625em 0.313em;
	line-height: 1.4em;
	font-weight: normal;
	background:#f9f9f9;
	color:#4b4b4d;
}

.ui-list a:hover, .ui-list .current_page_item a { text-decoration: none; background:#7f132f; color:#fff !important; }

/*------------------------------------*\
    $SEARCH
\*------------------------------------*/

.form-search { position: relative; }

.form-search input.search-input {
	width: 100%;
	margin: 0;
	padding: 0.5em;
	color: #666;
	border: solid #eee;
	border-width: 1px 0 1px 1px;
}

.form-search .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 45px;
	border: none;
	margin: 0;
}

/*------------------------------------*\
    $SIDEBAR - LEFT
\*------------------------------------*/

.sidebar-left { margin-bottom: 1em; }

.sidebar-left .contact-detail {
    padding: 1em 0;
    border-bottom: 1px solid #ddd;
}

.sidebar-left h4 {
    font-size: 1em;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
  	margin-bottom: 0.313em;
}

.sidebar-left .icon { vertical-align: top; }

.sidebar-left p, .sidebar-left table {
    font-size: 1em;
    line-height: 1.4em;
    margin: 0;
}

.sidebar-left p + p { margin: 10px 0 0 0 }

@media all and (min-width: 61.250em) { /* 980px */

	.sidebar-left {
		float: left;
		width: 18.750em; /* 300px */
		padding: 0;
		margin-bottom: 1em;
	}

	.sidebar-left h4 { margin-bottom: 0.875em; }

}

/*------------------------------------*\
    $CONTACT PAGE
\*------------------------------------*/

@media all and (min-width: 43.750em) and (max-width: 61.188em) { /* 700px - 979px */

	.page-template-page-contact-php .sidebar-left {
		float: left;
		width: 39%;
		padding: 0;
	}

	.page-template-page-contact-php .content {
		float: right;
		width: 57%;
		padding: 0;
	}

}

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/

.footer {
	background: #282828;
	text-align: center;
	padding: 1.25em;
}

.footer-body {
	font-size: 0.813em;
    line-height: 1.4em;
}

.footer p, .footer a { color: #fff; }

.footer a { font-weight: normal; }

.footer a:hover { color: #fff; }





/*------------------------------------*\
    3. $MODULE
\*------------------------------------*/

/*------------------------------------*\
    $NAV
\*------------------------------------*/

ul.nav, .nav ul {
    margin: 0;
    padding: 0;
}

.nav li { float: left; }

.nav a { display: block; }

.nav a:hover { text-decoration: none; }

ul.nav-stacked li { float: none; }

/*------------------------------------*\
    $HELPER
\*------------------------------------*/

.left { float: left }

.right { float: right }

.text-center { text-align: center; }

.text-right { text-align: right; }

.upper { text-transform: uppercase; }

.lower { text-transform: lowercase;}

.under { border-bottom: 1px solid; }

.spaced { letter-spacing: 2px; }

.no-mb { margin-bottom: 0; }

.is-relative { position: relative; }

.va {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.inline-block {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.cf:before, .cf:after, .grid:before, .grid:after, .main:before, .main:after, .content:before, .content:after, .nav-primary:before, .nav-primary:after, .container:before, .container:after, .top:before, .top:after, .navigation:before, .navigation:after {
    content: '';
    display: table;
}

.cf:after, .grid:after, .main:after, .content:after, .nav-primary:after, .container:after, .top:after, .navigation:after { clear: both; }

.cf, .grid, .main, .content, .nav-primary, .container, .top, .navigation { *zoom: 1; }

/*------------------------------------*\
    $GRID
\*------------------------------------*/

.grid { margin-left: -1.618em; }

.grid-item {
    display: block;
    float: left;
    padding-left: 1.618em;
    width: 100%;
}

@media all and (min-width: 18.750em) {

	.palm-whole .grid-item { width: 100%; }

	.palm-halves .grid-item { width: 50%; }

	.palm-thirds .grid-item { width: 33.3333333%; }

	.palm-fourths .grid-item { width: 25%; }

	.palm-fifths .grid-item { width: 20%; }

}

@media all and (min-width: 43.750em) and (max-width: 61.250em) {

	.lap-whole .grid-item { width: 100%; }

	.lap-halves .grid-item { width: 50%; }

	.lap-thirds .grid-item { width: 33.3333333%; }

	.lap-one-two-thirds .lap-one-third { width: 33.3333333%; }

	.lap-one-two-thirds .lap-two-thirds { width: 66.666667%; }

	.lap-fourths .grid-item { width: 25%; }

	.lap-fifths .grid-item { width: 20%; }

}

@media all and (min-width: 61.250em) {

	.desk-whole .grid-item { width: 100%; }

	.desk-halves .grid-item { width: 50%; }

	.desk-thirds .grid-item { width: 33.3333333%; }

	.desk-one-two-thirds .desk-one-third { width: 33.3333333%; }

	.desk-one-two-thirds .desk-two-thirds { width: 66.666667%; }

	.desk-fourths .grid-item { width: 25%; }

	.desk-fifths .grid-item { width: 20%; }

}

/*------------------------------------*\
    $ICONS
\*------------------------------------*/

.icon {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(images/sprite.png) 0 0 no-repeat;
}

.icon-m {
	width: 24px;
	height: 24px;
}

.icon-l {
	width: 32px;
	height: 32px;
}

.icon-xl {
	width: 64px;
	height: 64px;
}

/*------------------------------------*\
    $ROW 1
\*------------------------------------*/

.icon-phone { background-position: 0 0; }
.icon-fax { background-position: -100px 0; }
.icon-email { background-position: -200px 0; }
.icon-address { background-position: -300px 0; }
.icon-hours { background-position: -400px 0; }
.icon-payment { background-position: -500px 0; }

/*------------------------------------*\
    $ROW 2
\*------------------------------------*/

.icon-info { background-position: 0 -100px; }
.icon-file { background-position: -100px -100px; }
.icon-search { background-position: -200px -100px; }
.icon-cross { background-position: -300px -100px; }
.icon-tick { background-position: -400px -100px; }
.icon-user { background-position: -500px -100px; }

/*------------------------------------*\
    $ROW 3
\*------------------------------------*/

.icon-arrow-left { background-position: 0 -200px; }
.icon-arrow-right { background-position: -100px -200px; }
.icon-arrow-down { background-position: -200px -200px; }
.icon-arrow-up { background-position: -300px -200px; }
.icon-arrow-left-s { background-position: -400px -200px; }
.icon-arrow-right-s { background-position: -500px -200px; }

/*------------------------------------*\
    $ROW 4
\*------------------------------------*/

.icon-arrow-down-s { background-position: 0 -300px; }
.icon-arrow-up-s { background-position: -100px -300px; }

/*------------------------------------*\
    $RETINA ICONS
\*------------------------------------*/

@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 FONT - FONTAWESOME
\*------------------------------------*/

.has-fa:before, .list-ticked li:before, ul.list-pages-shortcode a:before, .list-accordion-title a:before, .nav-touch a:before, .slick-single button {
	display: inline-block;
	font-family: FontAwesome;
	font-weight: normal;
	text-rendering: auto;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*------------------------------------*\
    $EXTERNAL ICONS
\*------------------------------------*/

.icon-surf {
	background: url(http://www.surfpacific.com/sprite-logo.png);
	width: 137px;
	height: 34px;
	background-position: 0 0;
}

.icon-surf-white { background-position: 0 -100px; }

@media all and (max-width: 61.188em) { /* Up to 979px */

	.icon-surf {
		display: block;
		margin: 1em auto 0 auto;
	}

}

@media all and (min-width: 61.250em) { /* 980px */

	.icon-surf { margin-left: 1em; }

}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {

    .icon-surf {
		background-position: -100px 0;
		background-size: 300px 100px;
	}

	.icon-surf-white { background-position: -100px -50px; }

}

/*------------------------------------*\
    $INLINE LIST
\*------------------------------------*/

.list-inline { list-style: none; }

.list-inline li { display: inline; }

.list-inline a {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

/*------------------------------------*\
    $ICON LIST
\*------------------------------------*/

.list-icon { font-size: 0; }

.list-icon li { margin-left: 10px; }

.list-icon li:first-child { margin-left: 0; }

/*------------------------------------*\
    $ACCORDION LIST
\*------------------------------------*/

.list-accordion-title {
	font-size: 1em;
	margin-bottom: 0;
	border-bottom: 1px solid #fff;
}

.list-accordion-title.open { border-bottom: none; }

.list-accordion-title a {
	display: block;
	position: relative;
	padding: 0.625em 2em 0.625em 1em;
	background-color: #808080;
	color: #fff;
}

.list-accordion-title a:hover, .list-accordion-title.open a {
	background-color: #454545;
	text-decoration: none;
}

.list-accordion-content { padding: 0.625em 0.625em 0 0.625em; }

.list-accordion-title a:before {
	content: '\f078';
	position: absolute;
	top: 50%;
	right: 1em;
	display: block;
	font-size: 24px;
	line-height: 1em;
	width: 24px;
	height: 24px;
	margin-top: -12px;
}

.list-accordion-title.open a:before { content: '\f077'; }

/*------------------------------------*\
    $CTA MOBILE
\*------------------------------------*/

.cta-mobile {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}

.nav-cta-mobile {
	font-size: 0.875em;
	text-transform: uppercase;
	text-align: center;
}

.nav-cta-mobile li { width: 33.333%; }

.nav-cta-mobile a {
	background-color: #7f132f !important;
	color: #fff;
	padding: 0.75em 0;
	font-weight: 400;
}

.nav-cta-mobile a:hover {
	background-color: #610f24 !important;
	text-decoration: none;
}

@media screen and (min-width: 43.75em) {

	.cta-mobile {
		position: absolute;
		top: 20px;
		left: auto;
		right: 0;
		width: 21.875em;
	}

}

/*------------------------------------*\

    $SIDR

	Slide out sidebar for touch devices

\*------------------------------------*/

.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 280px;
    overflow-x: none;
    overflow-y: auto;
	background-color: #fff;
	padding-bottom: 2em;
}

.sidr.right {
    left: auto;
    right: -280px;
}

.site { position: relative; }

.site:before {
	content: '';
	transition: background .3s ease-in-out;
}

.sidr-open .site:before {
	content: '';
	position: absolute;
	z-index: 9999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,.75);
}

/*------------------------------------*\
    $NEWSLETTER SUBSCRIPTION
\*------------------------------------*/

.form-subscribe input[type="text"] {
	padding: 0.5em;
	margin-bottom: 0.313em; /* 5px */
	width: 100%;
	font-size: 1em;
	line-height: 1em;
}

.form-subscribe input[type="submit"] { padding: 0.75em; }

/*------------------------------------*\
    $BREADCRUMBS
\*------------------------------------*/

.breadcrumb {
	background-color: #808080;
	padding: 0.5em 0;
	margin-bottom: 1em;
	color: #fff;
}

.nav-breadcrumb {
	font-size: 0.813em;
	line-height: 1.3em;
}

.nav-breadcrumb a {
	color: #fff;
	font-weight: 400;
}

.nav-breadcrumb .breadcrumb_last { font-weight: 700; }

/*------------------------------------*\

    $CONVERSION PAGE

	page-conversion.php

\*------------------------------------*/

.page-conversion { background-color: #f9f9f9; }

.page-conversion .page-title { font-size: 1.875em; }

.page-conversion-intro h2 { font-size: 1.125em; }

.page-conversion ul.list-ticked { margin-bottom: 1.618em; }

.page-conversion .list-ticked li { margin-bottom: 0.75em; }

.page-conversion-intro .intro-image {
	overflow: hidden;
	padding: 9px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 15px;
}

.page-conversion-intro img { border-radius: 10px; }

.page-conversion-cta { text-align: center; }

.page-conversion-quote img {
	margin-right: 1em;
	padding: 9px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 100%;
}

.page-conversion-quote, .page-conversion-footer {
	background-color: #fff;
	border: solid #eee;
	border-width: 1px 0;
}

.page-conversion-intro, .page-conversion-quote, .page-conversion-content, .page-conversion-footer { padding: 1.25em; }

.page-conversion-form-heading {
	text-align: center;
	text-transform: uppercase;
}

.page-conversion-form-heading { font-size: 1.5em; }

.page-conversion-cta { font-size: 1.25em; }

.page-conversion a.button-cta { font-size: 1em; }

@media all and (max-width: 43.688em) { /* 699px */

	.page-conversion-cta .is-alternative {
		display: block;
		margin: 0.313em 0;
	}

	.page-conversion a.button-cta {
		text-align: center;
		display: block;
	}

	.page-conversion-quote .grid-alpha {
		width: 45%;
		padding-right: 1em;
	}

	.page-conversion-quote .grid-beta { float: none; }

}

@media all and (min-width: 43.750em) { /* 700px */

	.page-conversion .page-title { font-size: 3em; }

	.page-conversion-intro h2 {
		font-size: 1.5em;
		width: 72%;
		margin: 0 auto 1.5em auto;
	}

	.page-conversion ul.list-ticked { margin-bottom: 0; }

	.page-conversion .list-ticked li {
		font-size: 1.125em;
		margin-bottom: 1em;
	}

	.page-conversion-intro .intro-image { margin-bottom: 1.618em; }

	.page-conversion-quote .quote-content { text-align: center; }

	.page-conversion-quote .grid { margin-left: -2em; }

	.page-conversion-quote .grid-item { padding-left: 2em; }

	.page-conversion-quote .grid-alpha { width: 23%; }

	.page-conversion-quote .grid-beta { width: 77%; }

	.page-conversion-quote p {
		font-size: 1.25em;
		line-height: 1.5em;
	}

	.page-conversion-intro, .page-conversion-quote, .page-conversion-content, .page-conversion-footer { padding: 3em 2em; }

	.page-conversion-cta { font-size: 1.5em; }

	.page-conversion-cta .is-alternative { margin: 0 1em; }

}

@media all and (min-width: 61.250em) { /* 980px */

	.page-conversion ul.list-ticked { margin-top: 3em; }

	.page-conversion .list-ticked li { font-size: 1.25em; }

	.page-conversion-quote .quote-content { padding-top: 1.5em; }

	.page-conversion-form {
		width: 62%;
		margin: 0 auto;
	}

	.page-conversion-intro, .page-conversion-quote, .page-conversion-content, .page-conversion-footer { padding: 2em 0; }

	.page-conversion-cta { font-size: 1.875em; }

	.page-conversion-content .page-conversion-cta { margin-top: 1em; }

}


/*------------------------------------*\
    $AREA
\*------------------------------------*/

.area {
    color: #979797;
    padding: 1.125em 0;
    text-transform: uppercase;
}

.area-heading, .list-area-heading {
    display: inline;
    color: #979797;
    font-size: 0.875em;
    line-height: 1.3em;
    margin-bottom: 0;
    font-weight: 400;
}

.area-heading { font-weight: 700; }

.list-area-heading a {
    color: #979797;
    font-weight: 400;
}





/*------------------------------------*\
    4. $STATE
\*------------------------------------*/

.is-hidden { display: none; }

@media all and (max-width: 43.688em) { /* 489px */

	.palm-is-hidden { display: none; }

}

@media all and (min-width: 43.688em) and (max-width: 61.188em) { /* 699px to 979px */

	.lap-is-hidden { display: none; }

}

@media all and (min-width: 61.250em) { /* 980px */

	.desk-is-hidden { display: none; }

}

.is-invisible {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	    filter: alpha(opacity=0);
	   opacity: 0;
}

.no-transition { transition: none; }

.spinner {
	height: 60px;
	width: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	animation: rotation 1s infinite linear;
	border-left: 6px solid rgba(255,255,255,.15);
	border-right: 6px solid rgba(255,255,255,.15);
	border-bottom: 6px solid rgba(255,255,255,.15);
	border-top: 6px solid rgba(255,255,255,.8);
	border-radius: 100%;
}

@keyframes rotation {
	from { transform: rotate(0deg); }
	to { transform: rotate(359deg); }
}





/*------------------------------------*\
    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: #7f132f;
    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; }


.footer-form input[type='submit'] {
    background: #64c1af;
}

.footer-form input[type='submit']:hover {
    background: #459889;
}

.slick-footer {
    padding-bottom: 2em;
}

.contact-global-content ul:last-of-type > li:first-of-type {
    font-weight: bold;
}

.contact-global ul.nav-social.icon-circle {
    margin-bottom: 0.2em;
}

/*------------------------------------*\
    $REFER SECTION
\*------------------------------------*/

.refer-friend {
    background: #7f132f;
    color: #fff;
    text-align: center;
    padding:0.625em 0;
}

.refer-friend h3 {
	display: inline-block;
	vertical-align: middle;
	color:#fff;
	text-transform: uppercase;
	margin-right: 0.5em;
}

@media all and (min-width: 43.75em) {
	.refer-friend h3 {
		font-size:1em;
	}
}

@media all and (min-width: 61.25em) {
	.refer-friend h3 {
		font-size: 1.5em;
	}
}

.post-1973 img.wp-post-image:first-of-type {
	display: none;
}

h4.poll-form-heading{
	color: #fff;
	font-size: 26px;
	text-transform: none;
	margin-bottom: 0.5em;
}

.poll-form-div p {
	color: #308272;
}

.form-poll .gform_body li {
	display: flex;
    align-items: center;
    flex-direction: column;
}

.form-poll .gform_body li .gfield_label {
	display: inline-block;
	/*width: 50%;*/
	width: 100%;
	font-size: 2em !important;
	color: #fff !important;
	font-weight: 700 !important;
	/*padding: 0em 1em;*/
	text-align: center;
}

.form-poll .gform_body li .ginput_container{
    display: inline-block;
    /*width: 50%;*/
    width: 100%;
}

.form-poll .gform_wrapper ul.gfield_radio li {
    padding: 0 !important;
    margin-bottom: 1.4em;
}

.form-poll .gform_wrapper .gfield_radio li label {
    /*margin: 2px 0 0 40px;*/
    color: #308272;
    text-align: center;
}

@media all and (min-width: 43.75em) {

}
@media all and (min-width: 61.25em) {
	.form-poll .gform_body li {
		flex-direction: row;
	}
	.form-poll .gform_body li .gfield_label {
		width: 50%;
		padding: 0em 1em;
		text-align: left;
	}
	.form-poll .gform_body li .ginput_container{
	    width: 50%;
	}
	.form-poll .gform_wrapper .gfield_radio li input {

	}
	.form-poll .gform_wrapper .gfield_radio li label {
		margin: 2px 0 0 40px;
		text-align: left;
	}
}

.poll-form-div .gform_footer {
	text-align: center;
	margin-top: 2em !important;
}
body .gform_footer {
	text-align: center!important;
}

.poll-form-div .gform_footer .gform_button[type='submit'] {
    background: #308272;
    padding: 10px 30px;
}

.poll-form-div .gform_footer a.gpoll_button {
    background: #308272;
    padding: 8px 30px;
    font-size: 16px;
    border: none;
}

.gpoll_container {
	width: 80%;
	margin: 0 auto;
}

.gpoll_field_label {
	text-align: center!important;
}

.gfield_description .validation_message {
	display: none;
}
.gpoll_bar {
	border: 1px solid;
	border-top-right-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
}
.green .gpoll_ratio_box {
    background-color: #238123;
}
.gpoll_bar_juice::after {
    height: 100%;
    color: white;
    font-weight: bold;
    content: "";
    padding-right: 0px!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: none!important;
    background-color: rgba(255, 255, 255, .8);
    -webkit-background-size: auto;
    -moz-background-size: auto;
    -webkit-animation: move 2s linear infinite;
    -webkit-border-top-right-radius: 0px!important;
    -webkit-border-bottom-right-radius: 0px!important;
    -moz-border-radius-topright: 0px!important;
    -moz-border-radius-bottomright: 0px!important;
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    -webkit-border-top-left-radius: 0px!important;
    -webkit-border-bottom-left-radius: 0px!important;
    -moz-border-radius-topleft: 0px!important;
    -moz-border-radius-bottomleft: 0px!important;
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}
