/*
Theme Name: Surf Pacific Standard Responsive
Theme URI: http://www.surfpacific.com
Description: A responsive WordPress theme designed and built by Surf Pacific.
Author: Surf Pacific
Author URI: http://www.surfpacific.com
Version: 1.1
*/

/*------------------------------------*\
    CONTENTS
\*------------------------------------*/

/*

1. BASE.........Reset and default styles
2. LAYOUT.......Main and unique elements
3. MODULE............Reusable components
4. STATE..................Current states
5. THEME............Branding and colours

*/

/*------------------------------------*\
    1. $BASE
\*------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, capt, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;	
}

ul, ol { list-style: none; }

body {
    background: #fff;
    font: normal 100%/1.618em 'Neue Helvetica W01', Arial, Helvetica, sans-serif;
    color: #25303c;
    font-weight:200;
}

@media all and (max-width: 61.1875em) {
	body.nav-open {
		position: relative;
	}

	body.nav-open:before {
		content:'';
		position: absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		background: #fff;
		z-index: 800;
	}
}


/* Give elements the same bottom margin to create consistent vertical rhythm */

p, ul, ol, blockquote, table, hr, iframe, .grid, .cta, .message, .button, .banner, .content, .has-mb { margin-bottom: 1.618em; } 

/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/

h1, h2, h3, h4, h5, h6 { font-weight: 200; }

h1, .alpha {
    font-size: 2.125em; /* 34px */
    line-height: 1.235em; /* 42px */
	margin-bottom: 0.618em; /* 21px */
}

h2, .beta {
    font-size: 1.438em; /* 23px */
    line-height: 1.348em; /* 31px*/
	margin-bottom: 0.913em; /* 21px*/
}

h3, .gamma {
    font-size: 1.188em; /* 19px*/
    line-height: 1.421em; /* 27px*/
	margin-bottom: 1.105em; /* 21px*/
}

h4, .delta {
    font-size: 1.125em; /* 18px*/
    line-height: 1.444em; /* 26px*/
	margin-bottom: 1.167em; /* 21px*/
}

h5, .epsilon {
	font-size: 1em; /* 16px*/
    line-height: 1.5em; /* 24px*/
	margin-bottom: 1.313em; /* 21px*/
}

h6, .zeta {
	font-size: 0.875em; /* 14px*/
	line-height: 1.571em; /* 22px*/
	margin-bottom: 1.5em; /* 21px*/
}

small, .small {
    font-size: 0.875em;
    line-height: 1.4em;
}

strong, b {
	font-weight: bold;
}

p {
	line-height: 1.25em;
}
/*------------------------------------*\
    $LINKS
\*------------------------------------*/

a:link, a:visited {
    text-decoration: none;
    color: #722b90;
    font-weight: 500;
	-webkit-transition: all .25s ease-in-out;
       -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
         -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
}

a:hover {
    color: #5d2376;
    text-decoration: underline;
    outline: none;
}

a:focus, a:active { outline: none }

a.no-td:hover { text-decoration: none; }


.relative {
    position: relative;
}

/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/

a.button, button, input[type="submit"], body .gform_footer .button {
	font-size: 1em;
	line-height: 1em;
	padding: 0.75em 1.618em;
	color: #722b90;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #f9f9f9;
	-webkit-box-shadow: 0 3px #e2e2e2;
	-moz-box-shadow: 0 3px #e2e2e2;
	box-shadow: 0 3px #e2e2e2;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
}

a.button {
    display: inline-block;
    zoom: 1;
    *display: inline;    
}

a.button:hover, button, input[type="submit"]:hover, body .gform_footer .button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #722b90;
    -webkit-box-shadow: 0 3px #280039;
	-moz-box-shadow: 0 3px #280039;
	box-shadow: 0 3px #280039;
}

a.button-alt {
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #722b90;
	-webkit-box-shadow: 0 3px #460e5e;
	-moz-box-shadow: 0 3px #460e5e;
	box-shadow: 0 3px #460e5e
}

a.button-alt:hover {
	color: #fff;
	background-color: #460e5e;
}

a.button-full {
	width: 100%;
	display: block;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

a.button-cta {
	font-size: 2em;
	font-weight: 500;
	margin-bottom: 0.469em;
}

@media screen and (min-width: 61.25em) {
	.button + .button { margin-left: 0.75em; }
}

/*------------------------------------*\
    $FORMS
\*------------------------------------*/

input, select, textarea, button {
    font-family: inherit;
	font-size: inherit; 
    line-height: 1em;
    border: 1px solid #ddd;
	padding: 0.188em 0.313em; /* 3px 5px */
}

input[type="submit"], button {
	-webkit-appearance: none; /* Remove iOS default styles */
    cursor: pointer;
    border: none;
    -webkit-transition: all .1s linear;
       -moz-transition: all .1s linear;
        -ms-transition: all .1s linear;
         -o-transition: all .1s linear;
            transition: all .1s linear;
}


/*------------------------------------*\
    $OTHER ELEMENTS
\*------------------------------------*/

hr {
	border: solid #ddd;
    border-width: 1px 0 0 0;
    clear: both;
	width: 33%;
	margin: 2.5em auto;
}

img, iframe { 
	vertical-align: top; 
	max-width: 100%;
}

/*------------------------------------*\
    2. $LAYOUT
\*------------------------------------*/

.container, .header, .navigation, .main, .footer { width: 100%; }


.header-location-details span strong {
	font-weight: 600;
	color:#666666;
	font-size:1.2em;
}

@media all and (min-width: 61.250em) { /* 980px */

	.container { 
		width: 61.250em; /* 980px */
		margin: 0 auto;
	}

}

.top { padding: 1.25em 0; }

.top.is-open, .js-nav-active .top {
	padding-bottom:0;
	background: #fff;
}

img.logo {width: 150px; padding-left: 0.5em;}

@media all and (max-width: 61.1875em) {
	.header.nav-open {
	    position: fixed;
	    top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    z-index: 9999;
	    background: #722b90;
	}	
}

@media screen and (min-width: 61.25em) {

	img.logo {
		width: 250px;
		padding-left:0;
	}
	
	.top { padding: 1.25em 0 1.875em 0; }

	.top-main { padding: 0 8.75em; }

	.top .grid { margin-left: -1.25em; }

	.top .grid-item { 
		width: 40%; 
		padding-left: 1.25em;
	}

	.top .grid-beta { width: 60%; }

	.header-location-details {
	    width: 71%;
	    float: left;
	    text-align: center;
	    padding-top: 1.25em;
	}

	.header-location-details li {
	    width: 50%;
	    float: left;
	}

	.header-location-details h3 {
	    font-size: 23px;
	    margin-bottom: 0;
	    color: #722592;
	}

	.header ul.social {
	    float: left;
	    width: 29%;
	    text-align: center;
	    margin-bottom: 0;
	}

	.header ul.social > li {
	    width: 35%;
	    display: inline-block;
	    vertical-align: top;
	    margin-bottom: 0.2em;
	}
	.header a.menu-button {
		margin-bottom:1.875em;
	}

	.top-main .menu-button {
		display: none;
	}

	.header {
		background:#fff;
	}
}

@media screen and (min-width: 75em) {
	.top-main .menu-button, .header-fixed .scroll-hidden {
		display: none;
	}
	.header-fixed .top-main .menu-button {
		display: inherit;
	}
}

/*------------------------------------*\
    $HEADER FULL
\*------------------------------------*/

a.phone-nav {
    position: absolute;
    top: 51px;
    margin-top: -22px;
    right: 4.5em;
}

.phone-nav.is-open .nav-phone > .fa-phone:before {
	content: "\f00d";
}

.phon-num-text a {
	color:#fff;
}

@media all and (max-width: 29.9375em) {
	.prac-name span {
    	font-size: 1em;
    	text-transform: uppercase;
 }
}

@media screen and (min-width: 43.75em) {
	

	.header-full {
		background:#722b90;
		padding:1.875em 1.875em;
	}

	.header-text {
		display: inline-block;
		width: 75%;
	}

	.header-full a {
		margin-bottom:0;
		color:#fff;
		text-transform: uppercase;
		font-weight:200;
		display: inline-block;
	}
	.header-full a:hover {
		text-decoration:none;
	}
	.header-full a strong {
		font-family:'Museo Slab W01';
		font-weight: 500;
		float: right;
		margin-left: 1em;
	}

	ul.social-media {
	    display: inline-block;
	    vertical-align: top;
		margin-top: 0.5em;
	    text-align: right;
	   	width: 20%;

	}
	ul.social-media li {
	    display: inline-block;
	    vertical-align: top;
	}
}

@media screen and (min-width: 61.25em) {

	ul.social-media {
		width: 11%;
		vertical-align: top;
		margin-top:0;
	}
	.header-text {
		width:auto;
	}
	.header-full a {
		display: inline-block;
		font-size: 15px;
		
	}
	.header-full a + a {
		margin-left: 1em;
	}
	.header-full {
		padding:0.5em 0;
		text-align: center;
	}
	.page-id-9 .top.is-relative {
		margin-bottom: 1em;
	}
}

@media all and (max-width: 61.1875em) {

	.phone-details {
	    background: #722b90;
	    z-index: 900;
	    color: #fff;
	    padding: 0 0.5em;
	    transition: height 600ms;
	    margin-top:20px;
	    height:0;
	    overflow:hidden;
	}

	.phone-details.is-open {
		height: 122px;
		color: #fff;
		margin-top: 20px;
	}

	.top {
		padding-bottom: 0;
	}

	.phone-details {
	    overflow: hidden;
	    position: relative;
	}

	.phone-details a > i {
	    color: #fff;
	}

	ul.phone-list > li {
	    display: inline-block;
	    vertical-align: top;
	}

	ul.phone-list > li.prac-name {
	    width: 50%;
	}

	ul.phone-list > li.phon-num-text {
	    width: 25%;
	}

	ul.phone-list > li.phon-num-link, ul.phone-list > li.email-addre {
	    width: 10%;
	    text-align: center;
	}

	ul.phone-list:first-of-type {
	    /* padding-top: 0.8em; */
	    border-bottom:1px solid #5d2376;
	}

	ul.phone-list {
		padding: 1.1em 0;
		margin-bottom: 0;
	}

	.nav-phone {
	    padding: 5px 0;
	    width: 45px;
	    background: #722b90;
	    color: #fff;
	    text-align: center;
	}

	.is-open .nav-phone {
		background:url(images/cross.jpg) 50% no-repeat; height:44px;width:45px;background-size: contain;
	}
	.is-open .nav-phone i {
		display: none;
	}
}

/*------------------------------------*\
    $STICKY HEADER
\*------------------------------------*/

.header-fixed {
	position: fixed;
	z-index: 999;
	top: 0;
	right: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(35,31,32,.75);
}

.header-fixed.nav-open {
	overflow: scroll;
}

@media all and (min-width: 61.25em) {
	.header-fixed {
		overflow: visible;
	}
	.header-fixed {
		position: relative;
	}
}

@media screen and (min-width: 75em) {
	.header-fixed {
		height:95px;
		position: fixed;
	}
	.header { transition: all .25s ease-in-out; }

	.header-fixed {
		height:120px;
	}

	.header-fixed .container { width: 1200px; }

	.header-fixed .grid-beta { display: none; }

	.header-fixed .top { padding: 0; }

	.header-fixed .logo {
		position: absolute;
		top: 10px;
		left: 0;
	}

	.header-fixed .navigation {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -325px;
		height: 120px;
		margin-top: 0;
	}

	.header-fixed .nav-primary > li  > a {
		line-height: 120px;
		border-radius: 0;
	}

	.header-fixed .nav-primary > li.current_page_item > a, .header-fixed .nav-primary > li.current-menu-ancestor > a, .header-fixed .nav-primary > li.current-menu-item > a, .header-fixed .nav-primary > li.current-menu-parent > a { border-radius: 0; }

	.header-fixed .nav-primary > li:hover > a { border-radius: 0; }

	.header-fixed a.menu-button {
		position: absolute;
		top: 35px;
		right: 0;
	}
	
}

/*------------------------------------*\
    
	$TOUCH NAV
	
	Only displayed on touch devices
	
\*------------------------------------*/

.c-hamburger {
  display: block;
  position: absolute !important;
  top: 29px;
  right: 20px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 45px;
  height: 44px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 21px;
  left: 10px;
  right: 10px;
  height: 3px;
  background: white;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}


.c-hamburger--htx {
  background-color: #722b90;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

.c-hamburger--htx.active span {
  background: none;
}

.c-hamburger--htx.active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.active span::before,
.c-hamburger--htx.active span::after {
  transition-delay: 0s, 0.3s;
}


.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: #722b90;
	color: #fff;
	border-top: 1px solid #5d2376;
	font-weight: normal;
	text-transform: uppercase;
	padding: 1.2em 1em;
}

.nav-touch > li:first-of-type > a {
	border-top:0;
}

.nav-touch .menu-item-has-children > a:before, .nav-touch ul ul a:before {
	content: '+';
	position: absolute;
	right: 1em;
	font-weight: 600;
}

.nav-touch ul { display: none; }

.nav-touch ul a {
	padding-right: 1em;
	padding-left: 2em;
	color:#722b90;
	background-color: #fff;
}

.nav-touch ul ul a:before {
	right: auto;
	left: 1em;
	margin-top: -3px;
}

.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: #5c1c77;
}

@media all and (min-width: 61.25em) {
	body .nav-toggle, body .nav-collapse {
	    display: none !important;
	}
}

/*------------------------------------*\
    $FULL SIZE NAV
\*------------------------------------*/

@media all and (min-width: 61.250em) { /* 980px */

	nav.navigation {
	    width: auto;
	    float: left;
	    text-transform: uppercase;
	    margin-top: 7px;
	}

	a.menu-button {
		display: inline-block;
	    font-weight: normal;
	    border-radius: 25px;
	    border: 2px solid #4c1d69;
	    font-size: 14px;
	    line-height: 45px;
	    padding: 0 1.1em;
	    margin-left: 0.5em;
	    text-transform: uppercase;
	}

	a.menu-button:hover {
		background:#4c1d69;
		color:#fff;
		text-decoration: none;
	}

	.nav-primary li {
		position: relative;
		z-index: 500;
	}
	
	.nav-primary > li { float: left; }
	
	.nav-primary a {
		padding: 0;	
		border: none;
		background-color: #fff;
		color: #666666;
		font-size: 13px;
		line-height: 30px;
		padding: 0 2em;
		text-align: left;
		font-weight: 400;
	}

	.nav-primary > li:hover > a {
		border-radius: 15px;
		background-color: #732992;
		color: #fff;
		text-decoration: none;
	}

	.header-fixed .nav-primary > a {
		padding: 0 1.5em;
	}

	.header-fixed .container {
		position: relative;
	}

	.nav-primary li:hover > ul { display: block }


	/*------------------------------------*\
		$2ND LEVEL
	\*------------------------------------*/
	
	ul.nav-primary > li > ul.sub-menu > li:first-of-type, ul.sub-menu > li:first-of-type > ul > li:first-of-type {
	    padding-top: 1.375em;
	    position: relative;
	}

	ul.nav-primary > li > ul.sub-menu > li:first-of-type:before {
		content:'';
		height:14px;
		width:19px;
		position: absolute;
		top:8px;
		left:50%;
		margin-left:-15px;
		background:url(images/nav-arrow.png) 50% no-repeat;
	}

	.nav-primary ul, .nav-primary ul li { width: 16em; }
	
	.nav-primary ul {
		display: none;
		position: absolute;
		top: 100%;
		left: 50%;
		margin-left: -128px !important;
		float: left;
		z-index: 99999;   
	}
	
	.nav-primary ul a {
		background: #ebebeb;
		color: #732992;
		line-height: 1.4em;
		padding: 0.9em 0.875em;
		width: 100%;
		height: auto;
		border-left: 2px solid #e1e1e1;
		border-right: 2px solid #e1e1e1;
		border-top: 2px solid #e1e1e1;
	}

	.nav-primary ul li:last-of-type a {
		border-bottom: 2px solid #e1e1e1;
	}

	.nav-primary li.has-mega > ul li:last-of-type a {
		border-bottom: 0px;
	}
	
	.nav-primary ul :hover > a {
		background: #732992;
		color: #fff;
		text-decoration: none;
		border-left: 2px solid #7c2f9d;
		border-right: 2px solid #7c2f9d;
		border-top: 2px solid #7c2f9d;
	}

	.nav-primary ul li:hover:last-of-type > a {
		border-bottom: 2px solid #7c2f9d;
	}
	
	/*------------------------------------*\
		$3RD LEVEL
	\*------------------------------------*/
	
	.nav-primary ul ul {
		left: 150%;
		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 {
		border-radius: 15px;
		background-color: #732992;
		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: #808080;
		color: #fff;
	}
	
	/*------------------------------------*\
		$2ND LEVEL CURRENT
	\*------------------------------------*/
	
	.nav-primary ul li.current-menu-item > a,.nav-primary ul > li.current-menu-ancestor > a { 
		background-color: #5d2376;
		color: #fff; 
		border-left: 2px solid #5d2376;
		border-right: 2px solid #5d2376;
		border-top: 2px solid #5d2376;
	}

	.nav-primary ul li.current-menu-item:last-of-type > a,.nav-primary ul > li.current-menu-ancestor:last-of-type > a {
		border-bottom: 2px solid #5d2376;
	}	


		
	/*------------------------------------*\
		$2ND LEVEL - HAS MEGA
	\*------------------------------------*/


	.nav-primary li.has-mega > ul {
		display: none;
		flex-wrap: wrap; 
		width: 800px;
		top: 100%;
		left: -50%;
		margin-left: -255px !important;
		float: left;
		padding: 1.375em 0 1.375em;
		text-align: left;
		box-shadow: none;
		z-index: 9999; 
	}
	.nav-primary li.has-mega:hover > ul {
		display: flex;
	}

	.nav-primary li.has-mega > ul:after {
		background-color: #fff;
	    content: '';
	    display: block;
	    position: absolute;
	    top: 25px;
	    bottom: 0;
	    right: 0;
	    left: 0;
	    z-index: -1;
	    -webkit-box-shadow: 0px 11px 17px -7px rgba(51,51,51,1);
		-moz-box-shadow: 0px 11px 17px -7px rgba(51,51,51,1);
		box-shadow: 0px 11px 17px -7px rgba(51,51,51,1);
	}

	.nav-primary > li.has-mega > ul.sub-menu:before {
		content:'';
		height:14px;
		width:19px;
		position: absolute;
		top:8px;
		left:50%;
		margin-left:-15px;
		background:url(images/nav-arrow.png) 50% no-repeat;
	}

	ul.nav-primary > li.has-mega > ul.sub-menu > li:first-of-type > ul > li:first-of-type, 
	ul.nav-primary > li.has-mega > ul.sub-menu > li:first-of-type {
		padding-top: 0em;
	}


	ul.nav-primary > li.has-mega > ul.sub-menu > li:first-of-type:before {
		display: none;
	}

	ul.nav-primary > li.has-mega  ul ul{
		position: static;
	}

	ul.nav-primary > li.has-mega > ul > li {
	  width: 33.3333333%;
	  margin-bottom: 40px;
	  box-shadow: none;
	}

	ul.nav-primary > li.has-mega > ul li {
	  display: block;
	}

	ul.nav-primary > li.has-mega > ul li.menu-item-has-children ul {
	  display: block!important;
	}

	ul.nav-primary > li.has-mega > ul ul {
		left: 0;
		margin-left: 0px!important;
		top: auto;
	}

	ul.nav-primary > li.has-mega > ul ul a {
		background: none;
		color: #732992;
		line-height: 1.4em;
		padding: 0.3em 0.875em;
		width: 100%;
		height: auto;
		border: none;
		text-transform: capitalize;
	}


	.nav-primary > li.has-mega > ul li.current-menu-item:last-of-type > a,.nav-primary > li.has-mega > ul > li.current-menu-ancestor:last-of-type > a {
		border-bottom: 1px solid #5d2376;
	}	

	ul.nav-primary > li.has-mega > ul ul a:hover {
		border: none;
	}

	ul.nav-primary > li.has-mega > ul li a {
	  transition: 0.5s;
	  
	}
		
	/*------------------------------------*\
		$2ND LEVEL - HAS MEGA - CURRENT
	\*------------------------------------*/
	.nav-primary ul > li.has-mega.current-menu-ancestor > a {
		background-color: transparent!important;
		border-bottom: 1px solid grey;
	}	



}

/*------------------------------------*\
    $CAROUSEL
\*------------------------------------*/

.feature { 
	position: relative; 
	overflow: hidden;
	height: 25em;
}

div.feature-item {
	height: 13.938em;
	background-size: cover;
}

.feature-content, .banner-content {
	position: absolute;
	top: 5%;
	left: 0;
	width: 100%;
	color: #fff;
	padding:2.9em 1em;
	text-align: center;
}

.feature-heading, .banner-heading {
	font-size: 1.250em;
	line-height: 1.2em;
	font-weight: 500;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.feature a.button {
	position:relative;
	padding: 0.75em 2.3em 0.75em 1.618em;
	color:#fff;
	border:1px solid #fff;
	text-transform: uppercase;
	background:transparent;
	box-shadow: none;
	font-size: 1em;
}

.feature a.button:hover {
	box-shadow: none;
}


@media all and (max-width: 43.6875em) {
	.feature p {
	    font-size: 16px;
	    line-height: 18px;
	}
	.feature a.button {
		padding: 1.2em 0.2em;
		width: 100%;
	}
	.feature-content {
		top:0;
	}
}

@media all and (min-width: 30em) { /* 480px */

	.feature-heading, .banner-heading {
		font-size:1.563em;
	}

	.feature a {
		display: block;
	}


}

@media screen and (min-width: 43.75em) { /* 700/16 */
	.feature {
		height:47.9375em;
	}
	.feature-content, .banner-content {
		top: 2em;
		width: 43%;
		top: 15%;
		left:5%;
		text-align: left;
	}
	.feature-heading, .banner-heading {
		font-size:1.875em;
	}

	.feature p {
		color: #fff;
		text-align: center;
		font-size:1.25em;
		font-weight: 300;
	}
	.feature a.button {
		width: 90%;
		font-size:1em;
		margin: 0 auto 1.618em;
		padding: 1em 1.5em 0.75em 1em;
	}

}

@media all and (min-width: 61.250em) { /* 980px */

	.feature {
		height: 48.125em;
		overflow: hidden;
	}

	.feature .container {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -30.625em;
	}
	.feature-heading, .banner-heading {
		font-size:3.125em;
	}
	.feature-content, .banner-content {
		width:62%;
		top: 9.375em;
		left:0;
	}
	.feature a.button {
		width: 48%;
		margin: 0;
		display: inline-block;
		padding: 1em;
	}
	.feature a.button:hover {
		background-color: #fff;
		color: #722591;
	}
	.feature a.button-alt:hover {
		background-color: #460e5e;
		color:#fff;
	}
}

/*------------------------------------*\
    $FLEXSLIDER
\*------------------------------------*/

.flexslider {
	margin: 0; 
	padding: 0;
}

.flexslider .slides > li { display: none; }

.flexslider .slides img {
	display: block;
	position: absolute;
	margin-left: -21.875em; /* Half of width - 43.75em */
	top: 0;
	left: 50%;

	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: 43.75em) {
	.flexslider .slides img {
		margin-left: -30.625em; /* Half of width - 980px */
	}
}

@media all and (min-width: 61.250em) { /* 980px */

	.flexslider .slides img {
		margin-left: -60em; /* Half of width - 1920px */
	}

}

/*------------------------------------*\
    $DIRECTION NAV - ARROWS
\*------------------------------------*/

@media screen and (max-width: 61.25em) {

	.flex-direction-nav { display: none; }
	
}

ul.flex-direction-nav { margin-bottom: 0; }

.flex-direction-nav a {
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
	top: 50%;
	left: 80px;
	margin-top: -40px;
    z-index: 888;
    cursor: pointer;
    text-indent: -9999px;
    background: url(images/sprite.png) 0 -600px no-repeat;
}

.flex-direction-nav a.flex-next {
	left: auto;
	right: 80px;
	background-position: -100px -600px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	
    .flex-direction-nav a {
    	background-image: url(images/sprite@2x.png);
		background-size: 600px 800px;
	}
	
}

/*------------------------------------*\
    $CONTROL NAV - DOTS
\*------------------------------------*/
ol.flex-control-nav {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 900;
}

ol.flex-control-nav {
	margin-bottom: 0;
	text-align: center;
}

.flex-control-nav li {
    margin: 0 5px;
    display: inline-block;
    zoom: 1;
    *display: inline;
	text-indent: -9999em;
}

.flex-control-paging li a {
    width: 14px;
    height: 14px;
    display: block;
    background-color: transparent;
    cursor: pointer;
    border:1px solid #fff;
	border-radius: 100%;
}

.flex-control-paging li a.flex-active {
    background-color: #fff;
    cursor: default;
    border:1px solid #fff;
}

@media screen and (min-width: 61.25em) {
	ol.flex-control-nav {
		width:100%;
		left: -12.2em;
		bottom: 15em;
	}
}

/*------------------------------------*\
    $PROMO
\*------------------------------------*/

.promo-top-title {
    text-align: center;
}

.promo-top-title h1, .promo-top-title h2 {
    color: #732592;
}

.promo-top-title h2 {
    margin-bottom: 1em;
    font-weight: normal;
    font-size: 2.5em;
}

.promo-top-title h1 {
    font-size: 3.125em;
    font-weight: 500;
    margin-bottom: 0;
}

.promo a { display: block; }

div.promo-circle {
	width: 110px;
	height: 110px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	background-color: #460e5e;
	border: 5px solid #732592;
	position:relative;
	display:inline-block;
	margin-left: 1.125em;
	background-size: cover !important;
}

.promo-item-01 div.promo-circle { background:url(images/promo-01-roll.jpg) center no-repeat; }
.promo-item-02 div.promo-circle { background:url(images/promo-02-roll.jpg) center no-repeat; }
.promo-item-03 div.promo-circle { background:url(images/promo-03-roll.jpg) center no-repeat; }
.promo-item-04 div.promo-circle { background:url(images/promo-04-roll.jpg) center no-repeat; }

.promo-item-image {
	position:absolute;
	margin-bottom: 1em;
	width: 41%;
	display: inline-block;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -1.125em;
	top: 50%;
	margin-top: -1.156em;
}

.promo-item-04 .promo-item-heading {
	margin-top:-0.844em;
}

div.promo-item-body {
	padding: 1.250em 0;
	position: relative;
}

h3.promo-item-heading {
    text-transform: uppercase;
    margin-bottom: 0.2em;
    color:#732592;
}

.promo-item p {
	font-size: 0.9375em;
	margin-bottom: 0.5em;
    line-height: 1.5em;
    font-weight: 200;
    color:#666666;
}

.promo-text {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-left: 1em;
    text-align: center;
}

.promo-item-02 .promo-item-body, .promo-item-04 .promo-item-body {
    background: #f4f4f4;
}

@media all and (min-width: 30em) { /* 480px */

	div.promo-circle {
		width:176px;
		height:176px;
		-webkit-border-radius: 88px;
		-moz-border-radius: 88px;
		border-radius: 88px;
	}

	.promo-item-image {
		margin-top:-2.000em;
		margin-left:-2.031em;
	}

	.promo-item-heading {
		display: inline-block;
		position: relative;
		margin-top:0;
		right:auto;
		width: auto;
		font-size: 1.563em;
		margin-bottom: 1em;	
	}

	.promo-text {
		display: inline-block;
		vertical-align: top;
		width: 52%;
		margin: 2em 3% 0;
		text-align: center;
		color: #fff;
	}

	.promo-item p.palm-is-hidden {
		display: inline-block;
		font-weight: 200;
	}
}

@media screen and (min-width: 30em) {
	.promo-text-04 {
		margin-top:4em;
	}
}
@media screen and (min-width: 43.75em) { /* 700/16 */
	.promo {
		z-index: 700;
		position: relative;
	}
	div.promo-circle { 
		width:207px;
		height:207px;
		-webkit-border-radius: 104px;
		-moz-border-radius: 104px;
		border-radius: 104px;
	}
	.promo .grid-item {
		padding-left:0;
	}
	.promo .grid {
		margin-left:0;
	}
	div.promo-item-body {
		text-align: center;
	}

	.promo-text {
		margin: 2em 0 0;
		width:65%;
	}
	.promo-item-heading {
		font-size:1.125em; /* 18/16 */
		text-transform: uppercase;
	}
	.promo-inner {padding:0;}

	.promo-item-02 .promo-item-body, .promo-item-04 .promo-item-body {
	    background: transparent;
	}

	.promo-top-title h1 {
	    font-size: 3.125em;
	    padding-top: 0;
	}
}

@media screen and (min-width: 61.25em) {

	.promo {
		margin-bottom:0;
		padding: 2.25em 0;
	}
	

	.promo-item-image {
		width:auto;
		margin-top:-2.625em;
		margin-left: -2.594em;
		display: none;
	}
	
	div.promo-text {
		width:100%;
		padding: 0 1em;
	}
	
	a:hover div.promo-circle img {
		display: none;
	}
	
	div.promo-circle {
		width: 181px;
		height: 181px;
		-webkit-border-radius: 99px;
		-moz-border-radius: 99px;
		border-radius: 99px;
		border:0;
	}

	div.promo-item-body { padding: 0; }

	.promo-item-04 .promo-item-heading { margin-top: 0; }

	.promo-text { margin-top: 0.5em; }

	.promo-item p { margin-bottom: 1.25em; }
	
	.promo-inner {padding:0 3em;}

	.promo-circle:before, .promo-circle:after {
	    content: '';
	    position: absolute;
	    top: -12px;
	    right: -12px;
	    bottom: -12px;
	    left: -12px;
	    border: 6px solid #732592;
	    border-radius: 1000px;
	    transition: all .25s ease-in-out;
	}

	.promo-circle:after {
	    opacity: 0;
	    border-width: 1px;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    left: 0;
	}

	.promo-item .promo-circle:before {
	    top: -6px;
	    right: -6px;
	    bottom: -6px;
	    left: -6px;
	}

	.promo-item a:hover .promo-circle:after {
		opacity: 1;
	}

	.promo-item a:hover .promo-circle:before { 
		opacity: 1; 
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
	}
}

@media screen and (min-width: 87.5em) {

	.promo .container { width: 82.5em; }

	.promo .grid { margin-left: -70px; }
	.promo .grid-item { padding-left: 70px; }

	.promo-item-heading {
		font-size: 1.2em;
		margin-bottom: 0.5em;
	}
	
}

.is-button {
	display: inline-block;
	background-color: #732592;
	border-bottom: 3px solid #53156b;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1em;
	padding: 6px 20px;
	border-radius: 4px;
	font-weight: 700;
}

/*------------------------------------*\
    $BANNER
\*------------------------------------*/

.banner {
    width: 100%;
    height: 25.875em;
	position: relative;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.banner.banner-team {
    height: auto!important;
}

@media all and (min-width: 61.250em) { /* 980px */

	.banner { background-size: auto; height:39.25em; }

	.banner .container {
		position: relative;
		height: 100%;
	}
}

.banner-faq {
	width: 100%;
    height: auto;
	position: relative;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}



/*------------------------------------*\
    $HOME CONTENT
\*------------------------------------*/
.mobile-social {
    border-top: 1px solid #fff;
    padding: 1em;
}
.mobile-social li {
    display: inline-block;
    padding: 0 0.5em;
}
.mobile-social ul {
    text-align: center;
}
div.home-title-container {
	text-align: center;
	z-index: 200;
	position: relative;
	margin: -2em 1.25em 0;
}
.home-title-container h1, .home-title-container h2 {
	font-family: 'Museo Sans W01';
	font-weight: 200;
	text-shadow: 2px 3px #e2e2e2;
	font-size: 1.563em;
	color: #722b90;
}

.home-title-container h2 {
	font-family:'Museo Slab W01';
	font-weight:700;
	text-transform:uppercase;
}

.home-content h3, .content-content-full h3 {
	font-weight:200;
	color:#25303c;
	font-size:1.563em;
}

.home-content.full h3 {
	text-transform: uppercase;
}

@media all and (max-width: 43.6875em) {
	.content-content-full {
	    padding: 0 1.25em;
	}
}

@media all and (min-width: 30em) { /* 480px */
	div.home-title-container {
		margin: -5em 1.25em 0;
	}
}

@media screen and (min-width: 43.75em) { /* 700/16 */

	div.home-content {
		padding: 0;
		display: inline-block;
		width: 33%;
	}

	div.home-content-image {
		display: inline-block;
		vertical-align: top;
		float: right;
	}
	
	div.home-title-container {
		margin: -10em 1.25em 0;
	}
	
	div.home-content.full {
		width: 100%;
	}
	
	div.content-content-full {
		background:#f9f9f9;
		border-top:1px solid #f1f1f1;
		padding: 3.125em 1.875em 0;
	}

	.home-title-container h1 {
		font-size:1.25em;
		margin-bottom:2.5em;
	}

	.home-title-container h2 {
		font-size:2.5em;
		padding: 0 1em;
	}

}

@media screen and (min-width: 61.25em) {
	div.home-content, div.home-content.full {
		width: 50%;
	}
	.content-image-03 div.home-content.full {
		float:right;
	}
	.content-image-03 div.home-content-image {
		float:left;
	}
	div.home-title-container {
		margin: -12em 1.25em 0;
	}
	.home-title-container h1 {
		margin-bottom:2em;
	}
	.content-image-full .content {
		margin-bottom:0;
	}
	div.content-content-full {
		margin-bottom:0;
	}
	.content-image-full {
		padding:3.75em 0;
	}
	div.content-content-full {
		padding: 3.75em 0;
	}
	.content-content-full p, .content-content-full .grid {
		margin-bottom:0;
	}
	.home-title-container h2 {
		margin-bottom:2.425em;
	}
}

/*------------------------------------*\
    $HOME CONTENT 01
\*------------------------------------*/

.content-is-full.content-section-01 {
	background:url('images/section-01.jpg') 50% top no-repeat;
	background-size: cover !important;
	text-align: center;
	padding: 2.5em 1.875em;
}

.content-is-full.content-section-01 h3 {
	text-transform: uppercase;
	font-size:1.25em;
	margin-bottom: 0.65em;
	color:#fff;
	position: relative;
	font-weight: 500;
	text-shadow: 3px 5px 15px rgba(35,31,32,.4);
}

.content-is-full.content-section-01 a.button {
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
	font-weight: 400;
	padding: 1.2em 1.618em;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.content-is-full.content-section-01 a.button:hover {
	background-color: #fff;
	color: #722591;
}

.content-is-full.content-section-01 p:first-of-type {
	margin-bottom:0;
}

.content-is-full.content-section-01 a.button {
    width: 49%;
}

.home .cta-global {
	background:#f9f9f9;
}

.home .cta-global h3, .home .cta-global .cta-content p, .home span.spacer-word {
	color:#722592;
}

.home .cta-global .cta-content p span, .home .cta-global .cta-content p a {
	color:#666666;
	display: block;
}

.button-section {
	margin-top:1em;
}

.content-is-full.content-section-01 a.button + a.button {
    margin-left: 0.2em;
}

.content-is-full.content-section-01 p {
    max-width:410px;
    margin:0 auto;
}

@media all and (max-width: 43.6875em) {

	.content-is-full.content-section-01 a.button {
		padding:1.2em 0.2em;
		width: 100%;
	}

	.content-is-full.content-section-01 a.button + a.button {
	    margin-left: 0em;
	}
}

@media all and (min-width: 43.75em) {
	.content-is-full.content-section-01 a.button {
		width:auto;
		font-size:1em;
	}
	.content-is-full.content-section-01 h3 {
		font-size:2.5em;
	}
}

@media all and (min-width: 61.25em) {
	.content-is-full.content-section-01 {
		padding:3.125em 0;
	}

	.content-is-full.content-section-01 a.button {
		margin-bottom:0;
	}
}

@media screen and (min-width: 61.25em) {

	.content-is-full.content-section-01 p {
		max-width: 685px;
		margin: 0 auto;
	}

	.content-is-full.content-section-01 .button-section { margin-top: 2.5em; }

	.content-is-full.content-section-01 a.button {
		font-size: 1.5em;
		width: 350px;
		text-align: center;
		padding-left: 0;
		padding-right: 0;
	}
	
}

/*------------------------------------*\
    $HOME CONTENT 02
\*------------------------------------*/

body .content-section-02 h3 {
	color: #25303c;
}

.content-section-02 .button { float: right; }

@media all and (max-width: 699px) {
	.content-section-02 {
		padding-top:1em;
		text-align: center;
	}
}

@media all and (min-width: 61.25em) {

	body .content-section-02 h3 {
		font-size: 2.125em;
	    line-height: 1.235em;
    	margin-bottom: 0.618em;
	}

}

/*------------------------------------*\
    $HOME CONTENT 03
\*------------------------------------*/

.content-section-03 h3 {
	color:#732592;
	font-family: 'Museo Slab W01';
	font-weight: 200;
}

@media all and (max-width: 43.6875em) {
	.content-section-03 {
		text-align: center;
	}
}

/*------------------------------------*\
    $HOME CONTENT 04
\*------------------------------------*/

.content-section-04 .home-content-image {
    float: left;
    margin-right: 1em;
    margin-top: 0.7em;
    background-color: #f8f8f8;
    padding: 10px;
    border: 1px solid #f1f1f1;
    border-radius: 2px;
}

.content-section-04 .home-content h3 {
	color:#25303c;

}

@media all and (max-width: 43.6875em) {

	.content-image-full.content-section-04 {
    	padding: 4.063em 0;
	}

	.content-image-full.content-section-04 .content {
		margin-bottom:0;
	}
}

@media all and (min-width: 47.1875em) {
	.content-section-04 .home-content-image {
		margin-right:3em;
	}
}

@media all and (min-width: 61.25em) {
	.content-section-04 .home-content-image {
	    float: left;
	    margin-right: 3em;
	    margin-top:0;
	}
	.content-section-04 .home-content a.button {
		float:right;
	}
}

/*------------------------------------*\
    $HOME CONTENT 05
\*------------------------------------*/

.content-is-full.content-section-05 {
    text-align: center;
}

.content-is-full.content-section-05 .container, .content-is-full.content-section-05 {
	height:44.3125em;
	height: 25.3125em;
}

.content-is-full.content-section-05 h3 {
	margin-bottom:0;
	font-family:'Neue Helvetica W01';
	font-weight: 600;
	position: relative;
	color:#663c76;
	background: rgba(255, 255, 255, 0.7);
	top: 50%;
	text-transform: uppercase;
	transform: translateY(-50%);
	padding: 0.25em;
	font-size: 27px;
}

@media all and (min-width: 43.75em) {
	.content-is-full.content-section-05 h3 {
		font-size:3.125em;
	}
	.content-is-full.content-section-05 .container, .content-is-full.content-section-05 {
		height:30em;
	}
}

/*------------------------------------*\
    $CONTENTs
\*------------------------------------*/
div.content-heading {
	background: #722b90;
	padding: 1.250em 1.25em;
	margin-bottom:1.618em;
}

.content-is-full.content-section-05 .container, .content-is-full.content-section-05 {
    height: 25em;
    background-size: cover;
}


h1.page-title {
	text-shadow: 2px 3px #460e5e;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}

.content h2 {
	text-transform: uppercase;
	color: #722b90;
	font-weight: 200;
}

.content h3 {
	color: #722b90;
	font-weight: 200;
}

.content { padding: 0 1.25em; }

@media all and (min-width: 30em) { /* 480px */
	
	h1.page-title {
		font-size:2.500em;
	}
	
}

@media all and (min-width: 43.750em) { /* 700px */

	.content { padding: 0 1.875em; }

	div.content-heading {
		background: none;
		position: relative;
		margin-bottom: 0;
	}
	.page-id-9 div.content-heading {
		margin-top:0;
	}
	h1.page-title {
		color:#722b90;
		font-family:'Museo Slab W01';
		font-weight: 400;
		text-shadow: 2px 3px #e2e2e2;
	}
	.banner-content {
	    background: rgba(114, 43, 144, 0.7);
	    top: 50px;
	    padding:1em;
	}
	.banner-content p {
		font-weight: 300;
		color:#fff;
		text-shadow: 2px 3px #722b90;
	}
	.banner-heading {
		color:#fff;
		text-shadow:2px 3px #722b90;
		margin-bottom: 0.4em;
	}
	div.banner-text {
		text-align: center;
	}
	.banner-content a.button {
		margin: 0 auto;
		display: block;
		width: 77%;
		text-transform: uppercase;
		position: relative;
	}


}

@media all and (min-width: 61.250em) { /* 980px */

	.content {
		float: left;
		padding: 0;
		width: 65%; /* 640px */
	}
	
	.content-right { float: right; }
	
	.content-full { 
		float: none;
		width: 100%;
	}
	div.content-heading {
		padding:0;
		margin-bottom: 20px;
	}
	.banner-content {
		width:55%;
		padding: 3em 0
	}
	.banner-content p {
		font-size:1.25em;
	}
	.banner-content a.button {
		width: 55%;
		font-size: 1.2em;
	}

	.content-is-full.content-section-05 .container, .content-is-full.content-section-05 {
	    background-size: auto;
	}
}

/*------------------------------------*\
    $CONTENT TABLES
\*------------------------------------*/

.content table { border-collapse: collapse; }

.content table th, .content table td {
	padding: 0.313em 0.616em;
	border-bottom: 1px solid #ddd;
}

.content table th {
    font-weight: 500;
	text-align: left;
}

/*------------------------------------*\
    $CONTENT LISTS
\*------------------------------------*/

.content ul, .content ol { margin-left: 1em; }

.content ul { list-style: disc; }

.content ol { list-style: decimal; }

.content li { margin-bottom: 0.875em; }

.content li > ul, .content li > ol { 
    margin-top: 0.625em; 
    margin-bottom: 0;
}

@media all and (min-width: 43.750em) { /* 700px */

	.content ul, .content ol { margin-left: 2.625em; } /* 42px */

}

/* Styling for call to action links */

a.cta {
	clear: both;
	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 #ddd;
}

ul.child-pages li, ul.list-pages li { 
	border-bottom: 1px solid #ddd; 
	margin-bottom: 0;
}

ul.child-pages a, ul.list-pages a { 
	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.5em; 
	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);
		background-size: 600px 800px;
    }
	
}

/*------------------------------------*\
    $BLOCKQUOTE
\*------------------------------------*/

blockquote {
	position: relative;
	padding: 0 1.618em;
	font-size: 1.125em;
	line-height: 1.618em;
	text-align: center;
	min-height: 10.625em;
}

blockquote:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	height: 100%;
	width: 60px;
	background: url('images/quote.png') 0 0 no-repeat;
}

blockquote:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #000;
	height: 100%;
	width: 60px;
	background: url('images/quote.png') 0 0 no-repeat;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

blockquote p:last-child { margin: 0; padding: 1em 1em; }

/*------------------------------------*\
    $PULLQUOTE
\*------------------------------------*/

.pull-quote {
	font-size: 1.125em;
	border: double #ddd;
	border-width: 4px 0;
	padding: 1em 0;
}

@media all and (min-width: 43.750em) { /* 700px */

	.pull-quote {
		float: right;
		width: 33%;
		margin: 0 0 1em 1.618em;
	}	

}

/*------------------------------------*\
	$MESSAGES
\*------------------------------------*/

.message {
    padding: 0.875em 1.618em;
    border: 1px solid;
    color: #555;
}

.note {
	background: #fcffc5;
	border-color: #fbffa3;
}

.highlight {
	background: #A9E8FA;
	border-color: #79dbf7;
}

.warning {
    background-color: #ef1000;
    border-color: #cf0000;
    color: #fff;
}

/*------------------------------------*\
    $BLOG
\*------------------------------------*/

.post-divider {
    display: block;
    height: 1px;
    background: #ddd;
    width: 50%; 
	margin: 3em auto;

}

.post-meta p {
	font-size: 0.875em;
	line-height: 1.4em;
}

.post-navigation {
    font-size: 0.875em;
    line-height: 1.5em;
    border-top: 1px solid #ddd;
    padding: 1em 0;
}

.archive-navigation {
    display: block;
    clear: both;
    padding: 1em 0;
    text-align: center;
}

.archive-navigation li {
    display: inline-block;
    margin: 0px;
}

.archive-navigation span, .archive-navigation a {
    padding: 3px 6px;
    border: 1px solid #ddd;
	-webkit-border-radius: 2px;
     -opera-border-radius: 2px;
     -khtml-border-radius: 2px;
 	   -moz-border-radius: 2px;
            border-radius: 2px;
    
}

.post-share h5 {
    font-size: 0.875em;
	line-height: 1.5em;
    text-transform: uppercase;
}

@media all and (min-width: 43.750em) { /* 700px */

	.post-share h5 {
		float: left;
		margin: 0 0.616em 0 0;
	}

}

#___plusone_0 { vertical-align: top !important; }

/*------------------------------------*\
    $CONTENT IMAGES
\*------------------------------------*/

.alignright, a.alignright, .alignleft, a .alignleft, .aligncenter, a .aligncenter, .alignnone, a.alignnone, .wp-caption {
	padding: 8px;
}

@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 #ddd !important;
    background: #fff;
    padding: 8px;
}

#gallery-1 img:hover { border: 1px solid #808080 !important }

/*------------------------------------*\
    $SIDEBAR
\*------------------------------------*/

@media all and (min-width: 61.250em) { /* 980px */

	.sidebar {
		float: right;
		width: 28%; /* 280px */
	}	

}

.sidebar > div, .sidebar-blog > div { margin-bottom: 2em; }

.sidebar-heading { 
	font-size: 1.5625em;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	font-family: 'Museo Slab W01';
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	color: #722b90;
	text-shadow: 2px 2px #e2e2e2;
}

.sidebar p {
	text-align: center;
}
.sidebar .form-subscribe input[type="text"] {
	width: 100%;
}

.sidebar .form-subscribe input[type="submit"] {
    width: 50%;
    display: block;
	margin: 0.5em auto;
}

.form-subscribe input[type="submit"]:hover {
	background-color: #460e5e;
	-webkit-box-shadow: 0 3px #280039;
	-moz-box-shadow: 0 3px #280039;
	box-shadow: 0 3px #280039;
}

.sidebar div.subscribe-form {
    width: 100%;
    margin-left: 0;
}

.sidebar div.subscribe-content {
	display: block;
}

.sidebar h3.footer-content-heading {
	text-align: center;
	font-family:'Museo Slab W01';
	font-weight: 200;
	font-size:1.5625em;
	color:#722b90;
	margin-bottom:1.08em;
}


/*------------------------------------*\
    $ISLAND
\*------------------------------------*/

.island {
	padding: 1em 1.168em;
	color: #fff;
}

.island-heading { color: #fff; }

/*------------------------------------*\
    $UI LIST
\*------------------------------------*/
ul.ui-list {
	border-top: 1px solid #f1f1f1;
}
.ul-list {
    list-style: none;
    border-top: 1px solid #ddd;
	margin: 0;
}

.ui-list li { border-bottom: 1px solid #f1f1f1; }

.ui-list a {
    display: block;
    padding: 0.616em 0.313em;
	line-height: 1.4em;
	font-weight: 200;
    text-align: center;
    background: #f9f9f9;
}

.ui-list a:hover, .ui-list .current_page_item a { text-decoration: none; background:#722b90; color:#fff; position: relative;}


.ui-list a:hover:after, .ui-list .current_page_item a:after {
	content: "";
	width: 13px;
	height: 10px;
	position: absolute;
	background: url(images/sprite.png) -500px -200px no-repeat;
	right: 10px;
	top: 16px;
}

/*------------------------------------*\
    $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: #722b90;
	border: 1px solid #f1f1f1;
}

.form-search:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 1em;
	margin-top: -8px;
	z-index: 1;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 16px;
	height: 16px;
	background: url(images/sprite.png) -200px -100px no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	
    .form-search:before {
    	background-image: url(images/sprite@2x.png);
		background-size: 600px 800px;
	}
	
}

/*------------------------------------*\
    $SIDEBAR - LEFT
\*------------------------------------*/

.sidebar-left { 
	padding: 0 1em; 
	margin-bottom: 1em;
}

.sidebar-left .contact-detail {
    padding: 1em 0;
    border-bottom: 1px solid #ddd;
}

.sidebar-left h4 {
    font-size: 1em;
    line-height: 1em;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    color:#722b90;
}

.sidebar-left .icon { vertical-align: top; }

.sidebar-left p, .sidebar-left table {
    font-size: 1.1em;
    line-height: 1.4em;
    margin: 0;
}

.sidebar-left .contact-item {
	margin-bottom: 2em;
}

.contact-item h3 {
	color:#722b90;
	font-weight: 700;
	font-size:2.5em;
}

.sidebar-left p + p { margin: 10px 0 0 0 }

.sidebar-left .is-day, .sidebar-left .is-time { width: 50%; }

@media all and (min-width: 43.750em) and (max-width: 61.188em) { /* 700px - 979px */

	.sidebar-left table { width: 50%; }
	
}

@media all and (min-width: 61.250em) { /* 980px */

	.sidebar-left {
		float: left;
		width: 18.750em; /* 300px */
		padding: 0;
		margin-bottom: 1em;
		font-size: 1.1em;
	}

	.sidebar-left { font-size: 1em; }
	
	.sidebar-left p, .sidebar-left table { font-size: 1em; }
		
	.sidebar-left h4 { margin-bottom: 0.875em; }

	.sidebar-left h3 {
		font-size: 1.2em;
	}
}

/*------------------------------------*\
    $FOOTER
\*------------------------------------*/

.footer {
    clear: both;
	text-align: center;
	padding: 1.25em;
	background: #460e5e;
}

.footer-body {
	font-size: 0.75em;
    line-height: 1.4em;
}

.footer p, .footer a { color: #fff; }

.footer a { font-weight: 200; }

.footer a:hover { color: #fff }

/*------------------------------------*\
    3. $MODULE
\*------------------------------------*/ 

/*------------------------------------*\
    $NAV
\*------------------------------------*/ 

ul.nav, .nav ul { 
    margin: 0;
    padding: 0;
}

.nav li { float: left; }

.nav a { display: block; }

ul.nav-stacked li { float: none; }

/*------------------------------------*\
    $HELPER
\*------------------------------------*/

.left { float: left }

.right { float: right }

.text-center { text-align: center; }

.text-right { text-align: right; }

.upper { text-transform: uppercase; }

.lower { text-transform: lowercase;}

.under { border-bottom: 1px solid; }

.spaced { letter-spacing: 2px; }

.no-mb { margin-bottom: 0; }

.strike { text-decoration: line-through; }

.is-relative { position: relative; }

.inline-block {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.cf:before, .cf:after, .grid:before, .grid:after, .main:before, .main:after, .content:before, .content:after, .nav-primary:before, .nav-primary:after, .container:before, .container:after, .top:before, .top:after, .navigation:before, .navigation:after {
    content: " ";
    display: table;
}

.cf:after, .grid:after, .main:after, .content:after, .nav-primary:after, .container:after, .top:after, .navigation:after { clear: both; }

.cf, .grid, .main, .content, .nav-primary, .container, .top, .navigation { *zoom: 1; }

/*------------------------------------*\
    $GRID
\*------------------------------------*/ 

.grid { margin-left: -1.618em; }

.grid-item {
    display: block;
    float: left;
    padding-left: 1.618em;
    width: 100%;
}

@media all and (min-width: 18.750em) {

	.palm-whole .grid-item { width: 100%; }
	
	.palm-halves .grid-item { width: 50%; }
	
	.palm-thirds .grid-item { width: 33.3333333%; }
	
	.palm-fourths .grid-item { width: 25%; }
	
	.palm-fifths .grid-item { width: 20%; }

}

@media all and (min-width: 43.750em) and (max-width: 61.250em) {

	.lap-whole .grid-item { width: 100%; }
	
	.lap-halves .grid-item { width: 50%; }
	
	.lap-thirds .grid-item { width: 33.3333333%; }
	
	.lap-one-two-thirds .lap-one-third { width: 33.3333333%; }
	
	.lap-one-two-thirds .lap-two-thirds { width: 66.666667%; }
	
	.lap-fourths .grid-item { width: 25%; }
	
	.lap-fifths .grid-item { width: 20%; }
	.lap-halves .grid-item.lap-whole { width: 100%; }
}

@media all and (min-width: 61.250em) { 

	.desk-whole .grid-item { width: 100%; }

	.desk-halves .grid-item { width: 50%; }
		
	.desk-thirds .grid-item { width: 33.3333333%; }
	
	.desk-one-two-thirds .desk-one-third { width: 33.3333333%; }
	
	.desk-one-two-thirds .desk-two-thirds { width: 66.666667%; }
	
	.desk-fourths .grid-item { width: 25%; }
	
	.desk-fifths .grid-item { width: 20%; }

}

/*------------------------------------*\
    $ICONS
\*------------------------------------*/

.icon {
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(images/sprite.png) 0 0 no-repeat;   
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	
	.icon {
		background-image: url(images/sprite@2x.png);			
		background-size: 600px 800px;
	}
		
}

.icon-m {
	width: 24px;
	height: 24px;
}

.icon-l {
	width: 83px;
	height: 84px;
}

.icon-smedia {
	height:42px;
	width:43px;
}

.icon-hp {
	height:30px;
	width:30px;
}

.icon-h {
	width:45px;
	height:45px;
}


/*------------------------------------*\
    $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-gendent {background-position: -400px -200px;}
.icon-precar {background-position: -500px -200px;}

/*------------------------------------*\
    $ROW 4
\*------------------------------------*/
.icon-cosdent {background-position: 0 -300px;}
.icon-ortho {background-position: -100px -300px;}


.icon-facebook {background-position: -200px -500px;}
.icon-twitter {background-position: -300px -500px;}
.icon-youtube {background-position: -400px -500px;}
.icon-googleplus {background-position: -500px -500px;}

.icon-facebook:hover {background-position: -200px -700px;}
.icon-twitter:hover {background-position: -400px -700px;}
.icon-youtube:hover {background-position: -100px -700px;}
.icon-googleplus:hover {background-position: -300px -700px;}

.icon-phone-hp {background-position: -400px -600px;}
.icon-mail-hp {background-position: -500px -600px;}

.nav-phone {background-position: -300px -600px;}

.icon-call {
	background-position: 0 -500px;
	height:21px;
	width:21px;
	margin-bottom: 0.5em;
}

i.icon.icon-parrow {
	background-position: 0 -300px;
	position: absolute;
	right: 30px;
	top: 15px;
}

body .footer-feed .gform_wrapper .button:hover i.icon.icon-parrow, .page-id-9 .button:hover i.icon.icon-parrow {
	background-position: -500px -200px;
}

.fa-circle {
	color:#fff;
}

.social-icon {
	color:#460e5e;
}

@media all and (min-width: 61.25em) {
	.social-icon {
		color:#fff;
	}
	.fa-circle {
		color:#722d8e;
	}

	ul.social a:hover .fa-circle {
		color:#421d56;
	}
}

/*------------------------------------*\
    $EXTERNAL ICONS
\*------------------------------------*/

.icon-surf {
	background: url(https://s3-ap-southeast-2.amazonaws.com/www.surfpacific.com/sprite-logo.png);
	width: 137px;
	height: 34px;
	background-position: 0 -100px;
}

@media all and (max-width: 61.188em) { /* Up to 979px */

	.icon-surf {
		display: block;
		margin: 1em auto 0 auto;
	}	

}

@media all and (min-width: 61.250em) { /* 980px */

	.icon-surf { margin-left: 1em; }	

}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
	
    .icon-surf {
		background-position: -100px -50px;		
		background-size: 300px 100px;
	}
	
}

/*------------------------------------*\
    $INLINE LIST
\*------------------------------------*/

.list-inline { list-style: none; }

.list-inline li { display: inline; }

.list-inline a {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

/*------------------------------------*\
    $ICON LIST
\*------------------------------------*/

.list-icon { font-size: 0; }

.list-icon li { margin-left: 0.625px; }

.list-icon li:first-child { margin-left: 0; }

/*------------------------------------*\
    $ACCORDION LIST
\*------------------------------------*/

.list-accordion {
	margin-left: 0;
	border-top: 1px solid #ddd;
}

.list-accordion-title { 
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 0;
	padding: 0.625em 0.313em; 
	border-bottom: 1px solid #ddd; 
}

.list-accordion-title.open { border-bottom: none; }

.list-accordion-title a { display: block;  }

.list-accordion-content {
	padding: 0.313em;
	border-bottom: 1px solid #ddd;
}

.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);
		background-size: 600px 800px;
    }
	
}

/*------------------------------------*\
    $CALL NOW
\*------------------------------------*/

.call-now {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.call-now a { 
	display: inline-block;
	text-align: center;
	margin-bottom: 0;
	font-size: 1.125em;
	width: 50%;
	vertical-align: top;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size:0.875em;
}

.call-now a.button {
	background:#460e5e;
	color:#fff;
}

.call-now a.button-alt {
	background:#722b90;
}

/*------------------------------------*\
    
    $SLICK NAV

	Slide out sidebar for touch devices

\*------------------------------------*/
/*! responsive-nav.js 1.0.39 by @viljamis */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
  border-bottom: 1px solid #5d2376;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
  z-index: 999;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

html.js .nav-collapse-0.opened {
	max-height: 9999px !important;
	margin-top: 0;
}

@media screen and (min-width: 61.25em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}


/*------------------------------------*\
    $NEWSLETTER SUBSCRIPTION
\*------------------------------------*/
div.subscribe {
	text-align: center;
	width: 65%;
	margin: 0 auto;
	margin-bottom: 3.125em;
}

div.subscribe h3 {
	font-size:1.5625em;
}

.form-subscribe input { 
	margin-bottom: 0.313em; /* 5px */
	width: 100%;
	font-size: 1em;
	line-height: 1em;
}

.form-subscribe input[type="text"] { 
	padding: 0.5em;
	width: 100%;
	font-size:0.875em;
	padding: 1em 0.313em;
	display: inline-block;
	margin-bottom: 1em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	font-family: 'Museo Slab W01';
	font-weight: 200;
	text-transform: lowercase;
	color: #333333;
}

.form-subscribe input[type="submit"] { 
	padding: 0.75em;
	width: 100%; 
}

.form-subscribe input.btn-subscribe {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #722b90;
	-webkit-box-shadow: 0 3px #460e5e;
	-moz-box-shadow: 0 3px #460e5e;
	box-shadow: 0 3px #460e5e;
	color: #fff;
}


.subscribe-content h3 {
	text-align: center;
	color:#000;
}

@media all and (min-width: 43.75em) {
	.form-subscribe input[type="text"] {
		width: 30%;
	}
	.form-subscribe input[type="submit"] { 
		width: 35%; 
	}
}

@media screen and (min-width: 61.25em) {
	div.subscribe {
		text-align: left;
		width: 100%;;
	}
	div.subscribe-form {
	    width: 75%;
	    display: inline-block;
	    margin-left: 0.8em;
	}
	div.subscribe-content {
	    display: inline-block;
	    vertical-align: top;
	}

	div.subscribe {
		margin-bottom:1.5em;
	}
	div.subscribe h3 {
		margin-bottom:0;
	}
}


/*------------------------------------*\
    4. $STATE
\*------------------------------------*/

.is-hidden { display: none; }

@media all and (max-width: 43.688em) { /* 489px */

	.palm-is-hidden { display: none; }

}

@media all and (min-width: 43.688em) and (max-width: 61.188em) { /* 699px to 979px */

	.lap-is-hidden { display: none; }

}

@media all and (min-width: 61.250em) { /* 980px */

	.desk-is-hidden { display: none; }

}

.is-invisible {
       -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
           filter: alpha(opacity=0);
     -moz-opacity: 0;
   -khtml-opacity: 0;
          opacity: 0;
}

.no-transition {
	-webkit-transition: none;
       -moz-transition: none;
        -ms-transition: none;
         -o-transition: none;
            transition: none;
}





/*------------------------------------*\
    5. $THEME
\*------------------------------------*/
.contact-detail h4 { 
	color:#595A5A;
	font-size: 1.5em;
	margin-bottom: 0.4166666666666667em;
	font-weight: bold;
}
.contact-item h3 {
	font-size:1.8em!important;
	margin-bottom:0!important;
	text-transform: uppercase;
}

.contact-detail .address-container {
	display:inline-block;
	float:left;
	font-size:1em;
	margin-bottom: 1em;
	color: #59595a;
	width: 90%;
}

.contact-detail table {
    width: 80%;
}

.contact-detail img { width:100%;}
.contact-detail .icon { width:20px; height:20px; float:left; margin-top:0.3em;}
.service-footer-links {padding:1.5em 0;}
.service-footer-links ul {list-style:none;}
.service-footer-links ul li {float:left; padding:0 1em;}
.service-footer-links ul li a h2 { font-size:1em;}

@media all and (min-width: 43.75em) {
	.contact-item h3 {
		font-size:2.5em !important;
	}
}
/*------------------------------------*\
    $COLOURS
\*------------------------------------*/

/* Brand primary and secondary colours */
.bpc { color: #808080; }
.bsc { color: #454545; }

.text-white { color: #fff; }
.text-light { color: #eee; }
.text-neutral { color: #808080; }
.text-dark { color: #333; }

::selection {
    background: #1dbdef;
    color: #fff;
    text-shadow: none;
}

/*------------------------------------*\
    $BACKGROUNDS
\*------------------------------------*/

/* Brand primary and secondary background colours */
.bpb { background-color: #808080; }
.bsb, .island { background-color: #454545; }

.bg-light { background-color: #eee; }
.bg-neutral { background-color: #808080; }
.bg-dark { background-color: #333; }

/*------------------------------------*\
    $CALL TO ACTION
\*------------------------------------*/

div.cta-global {
	text-align: left;
	background: #722b90;
	padding: 4.063em 1.25em;
}

.cta-global a.button {
	width:100%;
	font-size: 1.563em;
	text-transform: uppercase;
}
.cta-global-heading {
	color: #fff;
	font-family: 'Museo Sans W01';
	font-weight: 200;
}

.cta-global-heading strong {
	font-family: 'Museo Slab W01';
	font-weight: 700;
	color:#fff;
}

.cta-global-heading strong a {
	color:#fff;
}

.page-template-page-landing .cta-global {
	position: relative;
}

.page-template-page-landing .cta-global.cta-globalalt:before, .page-template-page-landing .cta-global.cta-globalalt:after {
	background:#f9f9f9;
}


@media all and (min-width: 30em) { /* 480px */
	.cta-global a.button {
		width: 60%;
		font-size: 1.5em;
		text-transform: uppercase;
		margin: 0 auto;
		display: block;
	}
}

@media screen and (min-width: 43.75em) {
	.cta-global a.button {
		width: 80%;
		padding: 1.5em;
	}
	.home div.cta-global {
		margin-bottom: 3.125em;
	}
} 

@media screen and (min-width: 61.25em) {
	.cta-global a.button {
		width: 78%;
		margin: 0 auto;
	}

	.home div.cta-global {
		margin-bottom:1.5em;
	}

	.cta-global a.button:hover, span.is-button:hover {
		background-color: #460e5e;
		-webkit-box-shadow: 0 3px #280039;
		-moz-box-shadow: 0 3px #280039;
		box-shadow: 0 3px #280039;
		color:#fff;
		border-bottom: 0;
	}


	.cta-global-heading {
		font-size:1.25em;
		line-height:1.5em;
	}
}

@media screen and (min-width: 43.75em) {
	div.footer-feed {
		padding: 3.125em 1.25em;
		background: #460e5e;
	}
	div.footer-feed .feed {
		color:#fff;
	}

 	.footer-feed a.button {
 		position: relative;
 	}

	.footer-feed a.button:after, #gform_submit_button_3:after body .gform_footer .button:after {
		content:"";
		width:13px;
		height:10px;
		position: absolute;
		background:url(images/sprite.png) 0 -300px no-repeat;
		right: 20px;
		top: 14px;
	}
	.feed img {
		margin-bottom:2.5em;
	}

	h4.feed-item-heading {
		font-family: 'Museo Slab W01';
		font-weight: 200;
		font-size:1.25em;
		text-align: center;
	}

	.feed a.button, body .gform_footer .button {
		margin: 0 auto;
		display: block;
		width: 72%;
	}
	body.page-id-9 .gform_footer .button {
		width: 38%;
		margin: 0;
	}
	.footer-contact {
		text-align: center;
		font-family:'Museo Slab W01';
		font-weight: 200;
		color:#fff;
	}
	body .footer-feed .gform_wrapper input[type="text"] {
    	padding: 1em 0.4em !important;
	}
	body .footer-feed li {
	    margin-bottom: 0.6em;
	}

	div.feed-img {
		height: 193px;
		margin-bottom: 2em;
		background-size: cover !important;
	}

	.footer-feed .gform_wrapper textarea.medium {
		height: 74px;
	} 
	body .footer-feed .gform_wrapper .button, .page-id-9 .button {
		margin-bottom: 0;
		width: 50%;
		margin-top: 0.8em;
		position: relative;
	}
	.footer-feed input[type="text"]::-webkit-input-placeholder, .footer-feed .textarea::-webkit-input-placeholder { color: #fff; font-family:'Museo Slab W01'; font-weight:200; font-size:0.875em; text-transform: lowercase; text-align: center; }
	.footer-feed input[type="text"]:-moz-placeholder, .footer-feed .textarea:-moz-placeholder { color: #fff; font-family:'Museo Slab W01'; font-weight:200;font-size:0.875em; text-transform: lowercase;text-align: center;}
	.footer-feed input[type="text"]::-moz-placeholder, .footer-feed .textarea::-moz-placeholder { color: #fff; font-family:'Museo Slab W01'; font-weight:200;font-size:0.875em; text-transform: lowercase; text-align: center;}
	.footer-feed input[type="text"]:-ms-input-placeholder, .footer-feed .textarea:-ms-input-placeholder { color: #fff; font-family:'Museo Slab W01'; font-weight:200;font-size:0.875em; text-transform: lowercase; text-align: center;}

	.footer-feed label.gfield_label {
    display: none !important;
}
}

@media screen and (min-width: 61.25em) { /* 980px */
	h4.feed-item-heading {
		font-size:1.5625em;
	}
	.feed a.button {
		width:50%;
	}
	.feed a.button:hover:after {
		content:"";
		width:13px;
		height:10px;
		position: absolute;
		background:url(images/sprite.png) -500px -200px no-repeat;
		right: 20px;
		top: 14px;
	}
	div.cta-global {
		padding: 2.9375em 0;
		margin-bottom:1.5em;
	}
	.not-home .cta-global {
		margin-bottom: 0.1em;
	}
	.footer-feed .gform_wrapper textarea.medium {
		height: 83px;
	}
}

.associates ul {
    text-align: center;
}
.associates li {
    display: inline-block;
    margin: 0 0.8em;
}

.page-id-1077 .content img {
	float:none;
	padding-bottom: 1em;
}
.profile {
	border-bottom:1px solid #acacac;
	margin-bottom: 2em;
}
.profile h3 {
    font-weight: normal;
}
.profile h3 span {
    font-weight: 200;
}
@media screen and (min-width: 43.75em) {
	.page-id-1298 .content img, .page-id-1077 .content img {
		padding-right:1.25em;
		padding-bottom:1.3125em;
		float:left;
	}
}

/*------------------------------------*\
    $Invisalign Promotion
\*------------------------------------*/

.invis-full {
	display: none;
}

@media screen and (min-width: 61.25em) {
	.invis-full {
		background: #f9f9f9;
	    border-top: 1px solid #f1f1f1;
	    padding: 1em 0;
		display: inherit;
	}
	.invis-full h4 {
	    color: #1c6ca0;
	    font-weight: bold;
	    font-size: 32px;
	    display: inline-block;
	    margin-bottom: 0;
	    vertical-align: middle;
	}
	.invis-full img {
	    display: inline-block;
	    vertical-align: middle;
	    padding: 0 4em;
	}
	.invis-inner {
		text-align: center;
	}
	.invis-inner a:hover {
		text-decoration: none;
	}
}

/*------------------------------------*\
    $AREAS WE SERVICE
\*------------------------------------*/

.we-service {
    text-align: center;
    padding-bottom: 2.5em;
    margin-bottom:3.125em;
}

.we-service img {
	margin-bottom:1.25em;
}

.we-service h3 {
    font-family: 'Museo Slab W01';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.5em;
}

.we-service h2 {
	font-family: 'Museo Slab W01';
	font-weight: 900;
	font-size:0.875em;
}

.we-service .grid-item {
	position: relative;
}

.we-service a {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

@media screen and (min-width: 61.25em) {
	.we-service {
		margin-bottom:0;
	}
}

/*------------------------------------*\
    $TICKED LIST
\*------------------------------------*/

ul.list-ticked { list-style: none; }

ul.list-ticked li {
	position: relative;
	padding-left: 2.5em;
}

ul.list-ticked li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 28px;
	height: 28px;
	background: url(images/sprite.png) -100px -500px no-repeat;
}



/*------------------------------------*\
    $LANDING PAGE
\*------------------------------------*/

.page-landing { background-color: #f9f9f9; }

.page-landing .page-title { font-size: 1.875em; background-color: #722b90; padding: 0.5em 0; margin-bottom:0.5em; position: relative;}


.page-landing-intro h2 { font-size: 1.125em; }

.page-landing ul.list-ticked { margin-bottom: 1.618em; }

.page-landing .list-ticked li { margin-bottom: 0.75em; }

.page-landing-intro .intro-image {
	overflow: hidden;
	padding: 9px;
	background-color: #fff;
	border: 1px solid #722b90;
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
}

.page-landing-intro img {
	-webkit-border-radius: 10px;
	   -moz-border-radius: 10px;
	        border-radius: 10px;
}

.page-landing-cta { 
	text-align: center;
	background:#722b90;
	color:#fff;
	padding:0.5em 0;
}

.page-landing-cta a.is-number {
	color: #fff;
}

.page-landing-quote img {
	margin-right: 1em;
	padding: 9px;
	background-color: #fff;
	border: 1px solid #0a99e8;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
	        border-radius: 100%;
}

.page-landing-quote, .page-landing-footer { 
	background-color: #fff; 
	border: solid #eee;
	border-width: 1px 0; 
}

.page-landing-intro, .page-landing-quote, .page-landing-content, .page-landing-footer { padding: 1.25em; }

.page-landing-form-heading { 
	text-align: center;
	text-transform: uppercase;
}

.page-landing-form-heading { font-size: 1.5em; }

.page-landing-cta { font-size: 1.25em; }

.page-landing a.button-cta { font-size: 1em; margin-bottom:0; }


.contact-detail-section {
    padding: 1.25em;
}

@media all and (max-width: 43.75em) {

	.page-landing .page-title, .page-landing .page-title, .page-landing .cta-global, .page-landing .cta-global{
		margin: auto -20px;
	}
}

@media all and (max-width: 43.688em) { /* 699px */
	
	.page-landing-cta .is-alternative {
		display: block;
		margin: 0.313em 0;
	}

	.page-landing a.button-cta { 
		text-align: center;
		display: block;
	}		
	
	.page-landing-quote .grid-alpha {
		width: 45%;
		padding-right: 1em;
	}
	
	.page-landing-quote .grid-beta { float: none; }

}

@media all and (min-width: 43.750em) { /* 700px */
	
	.page-landing .page-title { font-size: 3em; background:none; padding:0; margin-bottom:0;}
	
	.page-landing-intro h2 { 
		font-size: 1.5em;
		width: 72%;
		margin: 0 auto 1.5em auto;
	}
	
	.page-landing ul.list-ticked { margin-bottom: 0; }
	
	.page-landing .list-ticked li {
		font-size: 1.125em; 
		margin-bottom: 1em; 
	}
	
	.page-landing-intro .intro-image { margin-bottom: 1.618em; } 
	
	.page-landing-quote .quote-content { text-align: center; }
	
	.page-landing-quote .grid { margin-left: -2em; }
	
	.page-landing-quote .grid-item { padding-left: 2em; }
	
	.page-landing-quote .grid-alpha { width: 23%; }
	
	.page-landing-quote .grid-beta { width: 77%; }
	
	.page-landing-quote p { 
		font-size: 1.25em; 
		line-height: 1.5em;
	}

	.page-landing-intro, .page-landing-quote, .page-landing-content, .page-landing-footer { padding: 3em 2em; }
	
	.page-landing-cta { font-size: 1.5em; }
	
	.page-landing-cta .is-alternative { margin: 0 1em; }

}

@media all and (min-width: 61.250em) { /* 980px */

	.page-landing ul.list-ticked { margin-top: 3em; }
	
	.page-landing .list-ticked li { font-size: 1.25em; }

	.page-landing-quote .quote-content { padding-top: 1.5em; }

	.page-landing-form {
		width: 62%;
		margin: 0 auto;
	}
	
	.page-landing-intro, .page-landing-quote, .page-landing-content, .page-landing-footer { padding: 2em 0;     margin-bottom: 0; }
	
	.page-landing-cta { font-size: 1.875em; }
	
	.page-landing-content .page-landing-cta { margin-top: 1em; }

}

.page-template-page-landing-php .side-panel { display: none !important; }

.cta-global h3 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.875em;
}

.cta-global .cta-content {
    text-align: center;
}

.cta-global .cta-content p {
    color: #fff;
    font-weight: bold;
    font-size: 1.4375em;
    line-height: 1.3478260869565217em;
    margin-bottom: 0;
}

span.spacer-word {
    font-size: 1.875em;
    color: #fff;
    text-align: center;
    display: block;
    margin:0.5em 0;
}

.cta-global {
    position: relative;
}

.cta-global.cta-globalalt h3 {
    margin-bottom: 0;
    color: #39434d;
    padding-top: 0.5em;
    font-size: 40px;
}

.cta-global.cta-globalalt {
    background: #f9f9f9;
    padding: 0.5em 0;
}

.cta-global.cta-globalalt span.spacer-word {
    color: #39434d;
}

.cta-global .cta-content a, .cta-global .cta-content a:hover {
    color: #fff;
}

@media all and (min-width: 43.75em) {
span.spacer-word {
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    margin:0;
	}
}

@media all and (min-width: 61.25em) {
span.spacer-word {
	    left: 50%;
	    margin-left: -12px;
	}
.cta-globalalt span.spacer-word {
		left:50%;
		margin-top:-12px;
	}
	.contact-detail-section .contact-item {
	    max-width: 400px;
	}
}


/*------------------------------------*\
    $AREA
\*------------------------------------*/

.area-full {
	padding:0.625em 0;
	background-color: #f9f9f9;
	margin-bottom:3.125em;
}

.area {
    color: #878787;
 }

.area.no-mb {
	margin-bottom:0;
	padding-bottom: 0;
}

.area-heading, .list-area-heading { 
    display: inline; 
    color: #878787;
    font-size: 0.875em;
    line-height: 1.3em;
    margin-bottom: 0;
    font-weight: 400;
}

.area-heading { font-weight: 700; }

.list-area-heading a {
    color: #878787;
    font-weight: 400;
}

@media all and (max-width: 61.1875em) {
	ul.social-footer {
	    text-align: center;
	}
	.social-footer > li {
		display: inline-block;
		vertical-align: top;
	}
	.grid .grid-item:last-of-type .contact-detail .address-container br:last-of-type {
	    display:none;
	}
}

.aboutBanner span{
	width: 10em;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -5em;
}

.aboutBanner span.banner-heading {
	color: #722b90;
	text-shadow: none;
	margin-bottom: 0.4em;
	padding: 10px 20px;
	background-color: rgba(255,255,255,0.7); 
}

.banner-faqs .banner-container{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.banner-faqs {
	margin-bottom: 3em;
}

.banner-faqs div .container {
	padding: 2em;
	text-align: center;
	color: #fff;
	font-weight: 400;
}

.faqsBanner span.banner-heading {
	font-weight: 700;
	color: #fff;
	text-shadow: none;
	margin-bottom: 0.4em;
	padding: 10px 20px;
}

.faq-banner-search .search .form-search {
	margin: 0 auto;
	max-width: 600px;
}

.twitter-typeahead, .tt-dropdown-menu {
	width: 100%;
}

.tt-dropdown-menu .tt-suggestion p a {
   padding-top: 0.5em;
   text-decoration: none;
   color: #888;
   font-weight: 300;
}

.tt-dropdown-menu .tt-suggestion p a strong {	
   color: #722d8e;
}

.tt-dropdown-menu .tt-suggestion:hover,
.tt-dropdown-menu .tt-suggestion.tt-cursor,
.tt-dropdown-menu .tt-suggestion:hover,
.tt-dropdown-menu .tt-suggestion:focus {
   background-color: rgba(114, 43, 144, 0.08);
   color: #888;
}

.faq-banner-search .search .form-search .search-input {
	border-radius: 8px;
	padding: 1em;
}


.faq-banner-search .search .form-search::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 1em;
    left: auto;
    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 screen and (max-width: 61.250em) {
	.banner-faqs {
	    margin-top: 0em;
	    height: 12em;
	}
	.banner-faqs .img-container {
		max-width: 100%;
		overflow: hidden;
	}	
	.banner-faqs img {
	    height: 12em;
	    width: initial;
	    max-width: inherit;
	}
}

.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
		max-width: 100%;
		height: auto;
	} 

	.embed-container iframe,
	.embed-container object,
	.embed-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50% !important;
}

/* Start: Recommended Isotope styles */
.large-title {
	color: #722b90;
    font-weight: 700;
    font-size: 2.5em !important;
    margin-bottom: 0.3em;
}


/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}



#isotope-list .item {
	margin-bottom: 1.8em;
}

.ourstory {
	padding: 0px 40px;
}

.ourstory h2{
	font-size: 1em;
	color: #722b90;
	text-transform: uppercase;
	font-weight: bold;
}
.ourstory p{
	font-size: 0.875em;
}

.team-content-section p.pos-title {
    font-size: 0.9375em;
    line-height: 1.4666666666666666em;
    margin-bottom:0;
}

.filter-section {
    background: #f9f9f9;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 3em;
}

.filter-section a {
	color:#666666;
	text-transform: uppercase;
	font-weight: normal;
}

.filter-section a.selected {
	color:#722b90;
}

.filter-section ul#filters {
    margin-bottom: 0;
    text-align: center;
}

.filter-section ul#filters > li {
    display: inline-block;
    vertical-align: top;
    padding: 1em;
}

.team-content-section {
	margin: 0 15px 15px;
	background: rgba(249, 249, 249, 0.6);
	text-align: center;
	padding: 0.5em;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 1;
}

.item img {
    display: block;
    margin: 0 auto;
    width: 100%;
}


.relative > a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.relative > .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

.relative > .overlay > .viewbio {
	text-align: center;
	padding: 22px;
	border-radius: 100px;
	background-color: hsla(0,0%,100%,.75);
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100px;
	height: 100px;
	font-weight: bold;
	opacity: 0;
}

.overlay:hover {
    background-color: hsla(282,56%,37%,.75);
    transition: background-color .5s ease-in-out;
    -moz-transition: background-color .5s ease-in-out;
    -webkit-transition: background-color .5s ease-in-out;
    -o-transition: background-color .5s ease-in-out;
    -ms-transition: background-color .5s ease-in-out;
}

.overlay:hover .team-content-section {
	opacity: 0;
	transition: all 0.3s ease;
}

.overlay:hover .viewbio {
	opacity: 1;
	transition: all 0.3s ease;
}

a.team-button {
    background: #722b90;
    display: block;
    margin-bottom:1em;
    margin: 0 auto 1em;
    color: #fff;
    text-align: center;
    padding: 0.5em;
    max-width: 12.5em;
}

a.team-button:hover {
	text-decoration: none;
	background:#531f69;
}

.team-content-section h3 {
    font-weight: bold;
    margin-bottom: 0.2em;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  margin: 20px auto;
}

.white-popup p {
    font-size: 0.875em;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}

.white-popup img {
    display: block;
    margin: 0 auto;
}

.popup-header {
    text-align: center;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
}

.popup-content {
	padding: 1em 2em;
	clear: both;
}

.checked span {
    font-size: 14px;
    color: #722b90;
    margin-left: -2.5em;
}

.checked li {
	padding-left: 2em;
}

.mfp-close {
	position: absolute !important;
	right: 0px !important;
	top: 0px !important;
	background: #722b90 !important;
	opacity: 1 !important;
	border-radius: 0 !important;
	width: 60px !important;
	height: 60px !important;
	color: #fff !important;
}

.vcenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bold {
	font-weight: bold;
}

.inline {
	display: inline-block;
}

.popup-header p.pos-title, .popup-header p.loc-title {
    font-size: 1.1em;
	padding: 5px 15px;
	border-left: 2px solid #ccc;
}

.popup-header h3 {
    font-weight:bold;
    color:#722b90;
    margin-bottom:0;
    font-size:2.25em;
    margin-right: 15px;
}

.popup-header p.pos-title, .popup-header p.loc-title {
    margin-bottom: 0;
}

.cta-content p span {
    display: block;
}

@media all and (min-width: 61.25em) {

	.white-popup {
		max-width: 71.25em;
	}
}





/*------------------------------------*\
    
    $REVIEW PAGE
    page-review.php

\*------------------------------------*/

.review { 
	text-align: center; 
	color: #666;
}

.review .container { padding: 0 1.25em; }

.review-banner {
	position: relative;
	height: 291px;
	margin-bottom: 1.625em;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

.review-banner .container { 
	position: absolute;
	bottom: 33px;
	left: 0;
	right: 0;
}

.review-banner-heading {
	font-size: 1.875em;
	line-height: 1em;
	margin-bottom: 0;
	color: #663c76;
	text-transform: uppercase;
	font-weight: 700;
}

.review-banner-mask {
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 15px 30px;
}

.review-intro { padding-bottom: 2.5em; }

.review-intro-heading, .review-main-item-heading {
	font-size: 22px;
	line-height: 1em;
	margin-bottom: 0.75em;
	text-transform: uppercase;
	color: #722b90;
}

.review-intro-heading { font-weight: 700; }

.review-intro p:last-of-type { margin-bottom: 0; }

.review-main ol { 
	list-style: none;
	margin-bottom: 2.5em;
	margin-left: 0;
	counter-reset: number-counter;
}

.review-main ol li { 
	margin-bottom: 0.3125em;
	position: relative;
}

.review-main ol li:before {
	content: counter(number-counter)'.';
	counter-increment: number-counter;
	display: inline-block;
	font-weight: 700;
	margin-right: 5px;
}

.review-link-item { margin-bottom: 44px; }

@media screen and (min-width: 43.75em) {

	.review-banner { 
		height: 20em; 
		margin-bottom: 3.125em;
	}

	.review-banner-heading { font-size: 3.75em; }

	.review-banner-mask { padding: 30px 60px; }

	.review-intro { padding-bottom: 5em; }

	.review-cms {
		font-size: 1.5em;
		line-height: 1.4em;
	}

	.review-intro-heading, .review-main-item-heading { font-size: 44px; }

	.review-link-item { 
		display: inline-block; 
		padding: 0 30px;
	}

	.review-link-item { margin-bottom: 88px; }

	.review .content-full {
		padding-bottom: 1.5625em;
		margin-bottom: 0;
	}
	
}

@media screen and (min-width: 61.25em) {

	.review-banner { height: 20em; }

	.review .content-full {	padding-bottom: 3.125em; }
	
}

/*------------------------------------*\

    $SPECIAL OFFER
	page-special-offer.php

\*------------------------------------*/

.offer-banner {
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	color: #fff;
}

.offer-banner-content { padding: 40px 0 20px 0; }

.offer-banner-heading {
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 0.5em;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

.offer-banner-subheading {
	font-size: 20px;
	line-height: 1.2em;
	margin-bottom: 0.5em;
	font-weight: 700;
	color: #fff;
}

.offer-banner-price {
	font-size: 1.125em;
	line-height: 1em;
	margin-bottom: 0.75em;
	font-weight: 700;
}

.offer-banner-terms {
	font-size: 0.9375em;
	line-height: 1em;
	margin-bottom: 0;
	font-weight: 700;
}

.offer-main { 
	padding: 1.5625em 0; 
	color: #666;
}

.offer-main h2 {
	font-size: 1.875em;
	line-height: 1em;
	margin-bottom: 0.75em;
	font-weight: 700;
	text-transform: uppercase;
	color: #7d3795;
}

.offer-main a {
	color: #722b90;
	font-weight: 700;
}

.offer-main p:last-of-type { margin-bottom: 0; }

.offer-cta {
	background-color: #722b90;
	text-align: center;
	padding: 1.25em 0;
}

.offer-cta-heading {
	font-size: 1.5em;
	line-height: 1em;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}

@media screen and (min-width: 43.75em) {
	
	.offer-banner { 
		height: 380px; 
		background-position: 30% 0;
	}

	.offer-banner-content {
		width: 450px;
		float: right;
		padding-top: 90px;
		padding-bottom: 0;
	}

	.offer-banner-heading { font-size: 48px; }

	.offer-banner-subheading { font-size: 30px; }

	.offer-banner-price { font-size: 26px; }

	.offer-banner-terms { font-size: 20px; }

	.offer-main { padding: 50px 0; }

	.offer-main p {
		font-size: 1.25em;
		line-height: 1.5em;
		margin-bottom: 1.3em;
	}

	.offer-cta { padding: 40px 0; }

	.offer-cta-heading { font-size: 30px; }

}

@media screen and (max-width: 61.1875em) {

	.offer .container { padding: 0 1.25em; }

	.offer-main .fluid-width-video-wrapper { margin-bottom: 1.5em; }
	
}

@media screen and (min-width: 61.25em) {
	
	.offer-banner { height: 690px; }	

	.offer-banner-content {
		padding-top: 160px;
		width: 700px;
	}

	.offer-banner-heading {
		font-size: 75px;
	}

	.offer-banner-subheading {
		font-size: 50px;
	}

	.offer-banner-price { 
		font-size: 36px; 
		margin-bottom: 0.9em;
	}

	.offer-banner-terms { font-size: 30px; }

	.offer-main .grid { margin-left: -2.1875em; }

	.offer-main .grid-item { padding-left: 2.1875em; }

	.offer-cta-heading { font-size: 48px; }

}

@media screen and (min-width: 87.5em) {

	.offer .container { width: 84.375em; }

	.offer-banner { background-position: 0 0; }

	.offer-banner-content {
		width: 805px;
	}

	.offer-banner-heading { font-size: 90px; }

	.offer-banner-subheading {
		font-size: 60px;
	}

	.offer-main h2 { font-size: 2.5em; }
	
}

/*------------------------------------*\
    $GOOGLE MAPS
\*------------------------------------*/

.acf-map {
	width: 100%;
	height: 225px;
	border: 2px solid #722b90;
	margin-bottom: 1.618em;
}

.sidebar-left .acf-map {
	margin-bottom: 0;
	margin-top: 1em;
}

.acf-map img { max-width: inherit !important; }

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}

.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialog > div {
    width: 400px;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    background: #fff;
}

.closeModal {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}
.closeModal:hover {
    background: #00d9ff;
}
.popDown {
  border: 1px solid #ccc!important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75)!important;;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75) !important;;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75) !important;;
}

@media all and (max-width: 980px) {
#pum-1967 {
display: none!important;
}

}

.faq-img {
	display: inline-block;
	width: 25%;
	outline: 2px solid #fff;
	outline-offset: -5px;
}

.faq-img:hover {
	outline: 2px solid #722b90;
}

.faq-content {
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 1px solid #888;
}


.faqs-categories {
    text-align: center;
    padding: 2em 1em;
}

.faqs-categories img {
	display: block;
	margin: 0px auto;
	max-width: 100%;
}

.faqs-categories h3 {
	text-transform: uppercase;
    color: #722b90;
    font-weight: 600;
    padding: 1em;
}

h2.faq-main-title {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}
