/*
Theme Name: Tropixel
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);

body {
	-webkit-overflow-scrolling: touch;
	color: #434343;
	font-family: 'Roboto';
	background: #A0A09E;
}

header {
	position: relative;
	width: 100%;
	z-index: 999;
}

header a {
	color: #4C4D4F;
}

header > .pad-1 {
	padding: 0;
}

header.header-shadow {
		box-shadow: 0 0 11px rgba(0,0,0,0.2);
		background: #fff;
}

.header {
    box-shadow: 0 3px 9px rgba(0,0,0,0.10);
}

header.header-shadow .header {
	box-shadow: none;
}

footer a {
	transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.slide-caption table {
	max-width: 850px;
	margin: auto;
}

#maximage:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	content: '';
	z-index: 9;
}

.row {
	max-width: 1200px;
}

.pixgridder .page-content .column {
	margin-bottom: 0;
}

.row.spread {
	max-width: 100%;
}

main {
    padding-top: 79px;
    background: #000;
}

@media(min-width: 480px) {
	main {
		padding-top: 115px;
	}
}

.main-content {
	z-index: 2;
	position: relative;
}

body main .mc-cycle {
	position: relative;
}

@media only screen and (min-width : 769px) {
	.mc-image {
		background-attachment: fixed;
	}
}

.slide-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (min-width : 1024px) {

	header > .pad-1 {
		padding: 1rem;
	}

	main {
		padding-top: 180px;
	}

}

@media only screen and (min-height : 350px) {
	header {
		position: fixed;
	}
}

@media only screen and (max-height : 350px) {
	main {
		padding-top: 0;
	}
}

p, ol, ul, dl, blockquote, .p {
    line-height: 1.9;
    font-size: 16px;
    font-weight: 300;	
}

h1, .h1, 
h2, .h2, 
h3, .h3, 
h4, .h4, 
h5, .h5 {
	margin-top: 0;
	margin-bottom: 1em;
	color: #4C4D4F;
}


h1, .h1 { 
	font-size: 26px;
	line-height: 1.4;
	font-weight: 300;
	color: #4C4D4F;
}

h1.h1-large, .h1.h1-large {
	font-size: 2.5em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

h2, .h2 { 
	font-size: 21px;
	font-weight: 300;
	line-height: 1.4;
	color: #6FB744;
}

h3, .h3 {
    font-weight: 300;
    line-height: 1.6;
    font-size: 20px;
    color: #434343;
    margin-bottom: 5px;
}

h4, .h4 { 
	font-size: 19px;
	font-weight: 300;
	line-height: 1.2;
	color: #6FB744;
}

h5, .h5 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.4;
}

p, .p, ul, ol, blockquote {
	margin-bottom: 1em;
	margin-top: 0;
}

a { 
	text-decoration: none;
	color: #6FB744;
}

strong {
	font-weight: 500;
}

.page-content a {
	text-decoration: underline;
}

.page-content [class*="column"] + [class*="column"]:last-child {
	float: none;
}

@media(min-width: 768px) {
	.page-content [class*="column"] + [class*="column"]:last-child {
		float: left;
	}
}


sub {
	font-size: 14px;
}

ul, ol { margin-left: 1em }
ul { list-style: disc }
ol { list-style: decimal}

.rev h1,
.rev .h1,
.rev h2,
.rev .h2,
.rev h3,
.rev .h3,
.rev h4,
.rev .h4,
.rev h5,
.rev .h5,
.rev h6,
.rev .h6,
.rev p,
.rev .p,
.rev li,
.rev a,
.rev a:hover,
.rev a:visited,
.rev sub,
blockquote {
	color: #fff !important;
}

.rev .page-content a {
	border-bottom: 1px solid #fff !important;
}

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

	h1, .h1 { 
		font-size: 28px;
	}

	h1.h1-large, .h1.h1-large {
		font-size: 3em;
	}

}

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

	h1, .h1 { 
		font-size: 34px;
	}

	h1.h1-large, .h1.h1-large {
	    font-size: 3.4em;
	    line-height: 1.1;
	}

}

/* forms */

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea, 
.customSelectInner,
select,
.ginput_container_select select
{
    padding: 0.7em;
    border: 0;
    background: #E4E4E4;
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    color: #4C4D4F;
}

.ginput_container_select select {
	height: 47px !important;
}

.customSelect {
    width: 100%;
    height: 47px;
}

.customSelectInner {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100% !important;
    padding: 9.9px;
    text-align: left;
    padding-right: 36px;
    overflow: hidden;
    margin-bottom: -18px;
}

.customSelect:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 22px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 7.5px 0 7.5px;
    border-color: #4C4D4F transparent transparent transparent;
    pointer-events: none;
}

.gform_footer input {
	float: right;
}

/* buttons */

.next-arrow {
	position: absolute;
	bottom: 80px;
	left: 50%;
	display: none;
}

.next-arrow:after {
	position: absolute;
	left: 0;
	margin-left: -17px;
	top: 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 17.5px 0 17.5px;
	border-color: #ffffff transparent transparent transparent;
}

.button, input[type="submit"], .button-2, .button-3 {
    color: #fff;
    background: #00AEED;
    text-transform: uppercase;
    padding: 9px 40px 7px 40px;
    display: inline-block;
    line-height: 1.7;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 300;
    border: none;
}

.button-2, input[type="submit"] {
	background-color: #6FB744;
}

.button-3 {
	background-color: #2FBD5A;
}

.button-3:hover {
	background-color: #64CE84;
}

@media(min-width:580px){
	.button, input[type="submit"], .button-2, .button-3 {
		font-size: 17px;
	}
}

.rev .page-content .button, .rev input[type="submit"] {
    border: none;
    text-decoration: none;
    line-height: 1.7;
}

.button:hover,input[type="submit"]:hover {
	background: #4DC6F2;
}

.button-2:hover, input[type="submit"]:hover {
	background-color: #83B565;
}

@media only screen and (min-width : 550px) {
	.next-arrow {
		display: block;
	}
}

.cuddle {
	position: relative;
}

.caption {
	position: absolute;
	bottom: 0;
	width: 100%;
}

/* parts */

.page-title {
	background: #222;
	color: white;
	padding: 1em 0;
}

.page-title h1 {
	margin: 0;
}

.page-content	{
	
}

/* handy */

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

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

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

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


/* colours */

.bg-1 {
	background: #333;
}

.bg-2 {
	background: #6FB744;
}

.bg-3 {
	background: #fff;
}

.bg-4 {
	background: #00AEED;
}

.bg-5 {
	background: #F5F5F5;
}

.bg-6 {
	background: #939598;
}

.bg-7 {
	background: #004C93;
}

.bg-8 {
	background: #4C4D4F;
}

.bg-9 {
	background: rgba(255,255,255,0.7);
}

.color-1 {
	color: #6FB744;
}

.color-4 {
	color: #00AEED !important;
}

.color-6 {
	color: #939598 !important;
}

.color-7 {
	color: #004C93 !important;
}

.color-8 {
	color: #4C4D4F !important;
}

.border-1 {
	border-bottom: 2px solid #E4E4E4;
}

.alfa {
	background: rgba(255,255,255,.5)
}

.alfa-rev {
	background: rgba(0,0,0,.5);
}

/* Spacing */

.strip-1 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.strip-2 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.strip-3 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.strip-4 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.strip-5 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.strip-6 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.strip-no-feature {
	padding-top: 30px;
	padding-bottom: 70px;
}

.lean-pad {
	padding: 0;
}

.lean-mrg {
	margin: 0;
}

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

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

.mrg {
	margin-bottom: 0.5rem !important;
}
.mrg-1 {
	margin-bottom: 1rem !important;
}
.mrg-2 {
	margin-bottom: 2rem !important;
}
.mrg-3 {
	margin-bottom: 3rem !important;
}
.mrg-4 {
	margin-bottom: 4rem !important;
}
.mrg-5 {
	margin-bottom: 5rem !important;
}
.mrg-6 {
	margin-bottom: 6rem !important;
}

.pad {
	padding: 0.5rem;
}
.pad-1 {
	padding: 1rem;
}
.pad-2 {
	padding: 2rem;
}
.pad-3 {
	padding: 3rem;
}
.pad-4 {
	padding: 4rem;
}
.pad-5 {
	padding: 5rem;
}

.medium-pad-2 {
	padding: 1rem 0.5rem;
}

.medium-pad-3 {
	padding: 1rem;
}

@media(min-width:480px) {
	.medium-pad-2 {
		padding: 2.5rem 1.25rem;
	}
	.medium-pad-3 {
		padding: 2.5rem;
	}
}

@media(min-width:1025px) {
	.medium-pad-2 {
		padding: 4rem 3rem;
	}
	.medium-pad-3 {
		padding: 4rem 6rem;
	}
}

@media only screen and (min-width: 1024px) {
	.no-feature-gap {
		padding: 60px;
	}
}



/* 
 * layout/footer
 */

/*
 * module/posts
 */

.posts {
	margin:0;
}

.posts_item {
    border-bottom: 1px solid #ddd;
    list-style: none outside none;
    margin-bottom: 2em;
    padding-bottom: 1em;
}
.posts_item:last-child {
    border: none;
}
.posts_item:after, .posts a {
    clear: both;
    content: "";
    display: table;
}
.posts a {
    color: inherit;
}
.posts_image > img {
    width: 100%;
    margin-bottom: 1em;
}

@media only screen and (min-width : 42em) {
    .posts_image > img {
        float: left;
        width: 30%;
    }
    .posts_title, .posts_excerpt {
        float: right;
        width: 66%;
    }
}

/**
 *  main-menu
*/
.main-menu {
	background: #eee;
}
.main-menu .menu {
	margin: 0;
}
.main-menu form,
.main-menu .s {
	margin: 0;
}

.menu-main-menu-container {
	width: 100%;
	float: left;
}

/**
 *  menu dropdown
 */
.menu-drop, .menu-drop ul {
	position: relative;
	z-index: 1000;
	margin: 0;
	padding: 0;
}
.menu-drop {
    text-align: right;
    width: auto;
    margin-top: 59px;
    height: 26px;
}
.menu-drop li {
	list-style: none;
}
.menu-drop > li {
    display: inline-block;
    position: relative;
    padding: 0px 38px;
    height: 27px;
}
.menu-drop > li > a {
    line-height: 2.3125rem;
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 0;
    position: relative;
    font-weight: 400;
    color: #4C4D4F;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.menu-drop > li > a:hover {
	color: #6FB744;
}

.menu-drop > li > a:after {
	transition: all 0.2s cubic-bezier(0.42,0,0.58,1);
    -webkit-transition: all 0.2s cubic-bezier(0.42,0,0.58,1);
    -moz-transition: all 0.2s cubic-bezier(0.42,0,0.58,1);
    content: '';
    height: 3px;
    bottom: -3px;
    left: 50%;
    position: absolute;
    width: 0;
}

.rev .menu-drop > li > a:after {
	background: #fff;
}

.menu-drop > li > a:hover:after,
.menu-drop > li.current_page_item > a:after
 {
	width: 100%;
	left: 0;
}

.menu-drop li:last-child {
	padding-right: 0;
}

.menu-drop li:first-child {
	padding-left: 0;
}

.logo a {
    display: block;
    height: 70px;
    background-repeat: no-repeat;
    background-position: left center;
    width: 160px;
    background: url('img/casuarina-health-medical-logo.png') no-repeat left center;
    background-size: 156px;
    margin-top: 3px;
}

@media only screen and (min-width : 1026px) {
	.logo a {
		height: 91px;
		background-size: 100%;
		width: 251px;
		margin-top: 0;
	}
}

.menu-drop .menu-item-35 a {
	text-indent: -90000px;
	overflow: hidden;
	width: 200px;
	height: 100px;
	background-repeat: no-repeat;
}

/* Mobile Menu */
.mobile-menu-trigger i:before {
	font-size: 37px;
}

.mobile-menu #menu-item-110 {
	display: none;
}

.mobile-menu-trigger {
    display: inline-block;
    margin-top: 24px;
}

.mobile-bar {
    width: 100%;
    z-index: 999;
    top: 0;
    box-shadow: 0 3px 9px rgba(0,0,0,0.10);
    padding-bottom: 6px;
}

.mobile-menu-content {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

.mobile-menu {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 120px;
	margin: 0;
}

.mobile-menu li {
	width: 100%;
	display: block;
	list-style-type: none;
}

.mobile-menu li a {
	width: auto;
	padding: 15px 0;
	display: block;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.mobile-menu .sub-menu {
	margin: 0;
	padding: 0;
	display: none;
	background: #ccc;
}

.mobile-menu .sub-menu .sub-menu {
	background: #bab9b9;
}

.mobile-menu .menu-item-has-children > a {
	position: relative;
}

.mobile-menu .menu-item-has-children > a:before {
	content: '\e63d';
	font-family: 'icomoon';
	margin-left: -18px;
	position: relative;
	font-size: 12px;
	margin-right: 5px;
}

.mobile-menu .menu-item-has-children.open > a:before {
	content: '\e63e';
}

@media only screen and (min-width : 1024px) {
	.mobile-menu-content  {
		display: none !important;
	}
}

/* sub menu dropdown color */

.menu-drop li.menu-item-has-children:hover,
.menu-drop li .sub-menu{
	background: #ddd;
}

.menu-drop li.menu-item-has-children {
	border-radius: 3px 3px 0 0
}

.menu-drop li .sub-menu {
	border-radius: 0 3px 3px 3px 
}

/* or

.menu-drop li:hover a {
	background: none repeat scroll 0 0 #ddd;
}*/

/* hide sub menu */
.menu-drop .sub-menu { 
	display: none;
}

/* show sub menu */
.menu-drop li:hover ul, .menu-drop li:hover ul {
	display: block;
	left: 0;
	position: absolute;
	width: 10em;	
}

/**
 * wordpress editor styles
 */
.aligncenter {
	display: block;
	margin: 1em auto;
}
.alignleft {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}
.alignright {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;    
}

/*
 * expand to 100%
*/

.expand, .expand img {
	width: 100%;
}


/**
 * module/media
 */
 
.media, .media_body {overflow:hidden; _overflow:visible; zoom:1;}
.media_image {float:left; margin-right: 10px;}
.media_image img{display:block;}
.media_imageRev{float:right; margin-left: 10px;}


/**
 *  module/clearfix
 */

 .clearfix {
 	content: '';
 	display: table;
 	clear: both;
} 

/*
 * module/nowrap
 */

 .nowrap {
 	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    margin-bottom: 0;
    padding-right: 0.9375rem;
 }

@media only screen and (min-width : px) {
    
}


@media only screen and (min-width : 40em) {
	.m-m {
		margin-bottom: .5rem;
	}
	.m-m1 {
		margin-bottom: 1rem;
	}
	.m-m2 {
		margin-bottom: 2rem;
	}
	.m-pad {
		padding: .5rem;
	}
	.m-pad1 {
		padding: 1em;
	}
	.m-pad2 {
		padding: 2em;
	}
	.m-lean {
		margin: 0;
		padding: 0;
	}
	.m-lean-pad {
		padding: 0;
	}
	.m-lean-m {
		margin: 0;
	}
}

@media only screen and (min-width : 62.5em) {
	.l-m {
		margin-bottom: .5rem;
	}
	.l-m1 {
		margin-bottom: 1rem;
	}
	.l-m2 {
		margin-bottom: 2rem;
	}
	.l-pad {
		padding: .5rem;
	}
	.l-pad1 {
		padding: 1em;
	}
	.l-pad2 {
		padding: 2em;
	}
	.l-lean {
		margin: 0;
		padding: 0;
	}
	.l-lean-pad {
		padding: 0;
	}
	.l-lean-m {
		margin: 0;
	}
}



/* form-b with foundation */


.form-b form {
	margin: 0;
}

.form-b input, 
.form-b label {
	border: none;
	margin: 0;
}
.form-b_title {
	font-size: 1.6em;
	line-height: 2em;

}
.form-b .gform_fields li {
	border: 1px solid #ccc;
	overflow: auto;
}

.form-b label{
	float: left;
	background: white;
	display: block;
	width: 25%;
	height: 2.3125rem; 
	line-height: 3em;
	padding: 0 10px;
	text-transform: uppercase;
}
.form-b .ginput_container{
	float: left;
	width: 75%;
}
.form-b .button {
	float: right;
	height: 2.3125rem; 
	padding: .9em;
	font-size: 1em;
}

ul.social-media {
    text-align: center;
    list-style-type: none;
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

ul.social-media li {
	float: none;
	display: inline-block;
	margin: 0 10px;
}

.rev ul.social-media li a {
    font-size: 22px;
    background: #fff;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: inline-block;
    color: #6FB744 !important;
}

.featured-banner {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 200px;
}

.bg-cover {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}

@media only screen and (min-width : 1026px) {
	.featured-banner {
		background-attachment: fixed;
	}
}

.featured-banner .small-12 {
	height: 200px;
}

.featured-banner h1 {
	padding-top: 20px;
}



@media only screen and (min-width : 500px) {
	.featured-banner, .featured-banner .small-12 {
		height: 300px;
	}
	.single .featured-banner, .single .featured-banner .small-12 {
		height: 200px;
	}
}

@media only screen and (min-width : 768px) {
	.featured-banner, .featured-banner .small-12 {
		height: 450px;
	}
	.single .featured-banner, .single .featured-banner .small-12 {
		height: 220px;
	}
}

@media only screen and (min-width :1026px) {
	.single .featured-banner, .single .featured-banner .small-12 {
		height: 400px;
	}
}

@media only screen and (min-width : 960px) {
	.featured-banner, .featured-banner .small-12 {
		height: 600px;
	}
}

@media only screen and (min-width : 1024px) {
	.featured-banner h1 {
		padding-top: 100px;
	}
}

@media only screen and (min-width : 2000px) {
	.single .featured-banner, .single .featured-banner .small-12 {
		height: 600px;
	}
	.featured-banner, .featured-banner .small-12 {
		height: 900px;
	}
}

@media only screen and (min-width : 62.5em) {
	.wide .form-b_title {
		margin: 0;
	}
	.wide .form-b_title {
		float: left;
		width: 30%;
	}
	.wide .form-b .gform_fields {
		float: left;
		width: 60%;
	}
	.wide .form-b .gform_footer {
		float: right;
		width: 10%;
	}	
    .wide .form-b .gform_fields li {
		float: left;
		width: 48%;
		margin-left: 2%;
        margin-bottom: 0;
	}
	.wide .form-b .button {
		width: 90%;
	}
}

ul.gform_fields {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.hide-label label {
	display: none;
}

ul.gform_fields li {
	margin-bottom: 15px;
}

ul.sidebar-cat {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul.sidebar-cat li {
	margin-bottom: 10px;
}

ul.sidebar-cat li a {
	border: none;
}

.blog-wrap {
	border-bottom: 1px solid #022c70;
	padding-bottom: 30px;

}

.page-content .blog-wrap a,
.page-content .blog-wrap a:visited 
{
	color: #BE1431;
	border-bottom: none;
}

.blog-wrap h2 a {
	border: none;
	color: #022c70 !important;
}

.sidebar-cat .current-cat a {
	border-bottom: 1px solid #BE1431;
}

.navigation .wp-paginate .current {
	background: #022c70;
	border: none;
}

.navigation .wp-paginate a:hover, .navigation .wp-paginate a:active {
	border: none;
}

.navigation .wp-paginate a {
	border: none;
}

.top-header {
    float: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.top-header li {
	display: inline-block;
	float: right;
}

.top-header li strong {
	color: #fff;
}

.top-header li a {
    font-weight: 300;
    padding: 7px 30px;
    display: inline-block;
    font-size: 14px;
    position: relative;
    color: #ADADAD;
}

@media(min-width: 1026px) {
	.top-header li:nth-child(2) a {
		padding-right: 0;
	}
}

.header-upper {
	display: none;
}

@media(min-width: 480px) {
	.header-upper {
		display: block;
	}
}

@media(min-width: 1026px) {
	.top-header li a {
		font-size: 16px;
	}
	.top-header li:first-child {
		float: left;
	}
}

@media(max-width:420px) {
	.top-header li a {
		padding: 7px 23px;
	}
}

.top-header li a.icons-location {
	padding-left: 24px;
}

.icons-phone, .icons-location {
    position: relative;
    display: inline-block;
    padding-left: 35px;
}

.icons-phone:before {
    content: '\e0da';
    position: absolute;
    left: 1px;
    font-family: 'icomoon';
    font-size: 18px;
    font-weight: 100;
    top: 4px;
    color: #fff;
    font-weight: 200;
}

.icons-location:before {
	content: '\e605';
    position: absolute;
    left: 1px;
    font-family: 'icomoon';
    font-size: 18px;
    font-weight: 100;
    top: 4px;
    color: #fff;
    font-weight: 200;
}

.page-id-30 .icons-phone:before {
	font-size: 22px;
}

.fixed-banner {
    position: fixed;
    width: 100%;
    text-align: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-position: center center;
}

.banner-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: left;
}

.fixed-banner img {
	visibility: hidden;
}

.featured-image, .fixed-banner {
	height: 400px;
}

.banner-caption p {
    font-size: 16px;
    color: #4C4D4F;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 1.7;
}

.banner-caption h1 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.3;
}

@media(min-width: 767px) {
	.featured-image, .fixed-banner {
		height: 600px;
	}
	.banner-caption h1 {
		font-size: 42px;
	}
	.banner-caption p {
		font-size: 18px;
	}
}

@media(min-width: 767px) {
	.banner-caption table {
		width: 60%;
	}
}

.banner-caption .row, .banner-caption .columns {
	height: 100%;
}

.icon-wrap {
    border-radius: 100%;
    height: 72px;
    width: 72px;
    margin: 0 auto 25px auto;
}

.icon-wrap i {
    font-size: 35px;
    text-align: center;
    line-height: 2.1;
}

.promo-float {
    position: absolute;
    right: 0;
    border-radius: 100%;
    background: rgba(255,255,255,0.3);
    padding: 10px;
    top: -20px;
}

.promo-float > div {
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 100%;
    height: 120px;
    width: 120px;
    line-height: 1.3;
}

.promo-float > div td {
	padding-top: 15px;
}

@media (min-width: 1025px) {
	.promo-float > div {
		font-size: 19px;
		height: 150px;
    	width: 150px;
    	padding: 15px;
	}
}

@media (min-width: 1320px) {
	.promo-float {
		top: -50px;
		right: -43px;
	}
}

.arrow-down {
	position: relative;
}

.arrow-down:after {
	position: absolute;
	right: 50%;
	margin-right: -17.5px;
	bottom: -18px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 17.5px 0 17.5px;
	border-color: #004c93 transparent transparent transparent;
}

.google-maps {
    position: relative;
    padding-bottom: 45%;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.gform_body ul li {
    width: 100%;
    display: inline-block;
    padding: 0 7px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

.gform_body ul {
	margin-left: -7px;
	margin-right: -7px;
}

li.form-spread {
	width: 100% !important;
}

.validation_error, .validation_message {
	display: block;
	color: red;
	display: block;
	margin-bottom: 20px;
	text-align: left;
}

.menu-main-menu-container a.active {
	color: #6FB744;
}

.reveal-modal {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.prod-boxes .bg-3 {
	padding-left: 5px;
	padding-right: 5px;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

.team-grid > li {
	cursor: pointer;
	position: relative;
	margin-bottom: 30px;
}

.team-grid p,  
.team-grid li
{
	font-size: 15px;
	line-height: 1.7;
}

.team-grid > li:after {
    position: absolute;
    bottom: -14px;
    content: '\f063';
    font-family: 'icomoon';
    background: rgba(0,0,0,0.1);
    padding: 5px 10px 2px 10px;
    color: rgba(0,0,0,0.3);
    right: 17px;
    font-size: 16px;
}

.team-grid li.open:after {
	content: '\f062';
}

.team-grid ul {
	padding-left: 0;
}

.team-blurb-full {
	display: none;
}

.google-maps {
    position: relative;
    padding-bottom: 35%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.page-content table {
	border-left: 1px solid #B5B5B5;
	border-bottom: 1px solid #B5B5B5;
	margin-bottom: 20px;
}

.page-content table tr td {
    line-height: 1.6;
    font-size: 16px;
    font-weight: 300;
    border-top: 1px solid #B5B5B5;
    border-right: 1px solid #B5B5B5;
    padding: 8px;
    vertical-align: top;
}

.service-list {
	margin: 0;
}

.service-list li {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 9px;
}