/*
	Theme Name: Grace HC | 2017
	Theme URI: http://www.illuminage.com/
	Author: Kalii DeLaRosa & Elly Cabral
	Author URI: http://www.illuminage.com/
	Description: HTML5 starter theme.
*/

/* FONTS */
	@import url('//fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

/* STYLE RESET */
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea { /* http://meyerweb.com/eric/tools/css/reset/    v2.0 | 20110126   License: none (public domain)*/ border: 0; margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; box-sizing: border-box; }
	article,  aside,  details,  figcaption,  figure,  footer,  header,  hgroup,  menu,  nav,  section { display: block; }
	body { line-height: 1.5; }
	blockquote, q { quotes: none; }
	blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
	table  { border-collapse: collapse; border-spacing: 0; }
	td, td img { vertical-align: top; }
	input[type=text], input[type=email], input[type=password], input[type=submit] { border-radius: 0; appearance: none; -webkit-appearance: none; }
	input[type=submit] { cursor: pointer; }

/* BASE STYLES */
	html, body, form, img { border: 0; margin: 0; padding: 0; }
	html { font-size: 100% }
	.inner { clear: both; margin: 0 auto; max-width: 1500px; position: relative; }
	select, input, textarea, button { font: 99% sans-serif; }
	pre, code, kbd, samp { font-family: monospace, sans-serif; }
	::selection { background: #fc0; color: rgba(0, 0, 0, .9); text-shadow: 0 1px 0 rgba(255, 255, 255, .25); }
	img { margin: 0; border: 1px solid #a3a986; }
	img.noborder { border: 0; }
	a { border: none; text-decoration: none; }
	a:hover, a:active { outline: none; }
	a:hover, a:focus { text-decoration: underline; }
	ol { list-style-type: decimal; }
	small { font-size: 85%; }
	strong, th { font-weight: bold; }
	p:last-child { margin-bottom: 0px; }
	a:focus { outline: 2px dotted #f89; }
	a:hover { cursor: pointer; }
	hr { border-top: 3px solid #c6c6c6; margin-bottom: 20px; }
	.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }
	.alignleft { clear: left; display: inline; float: left; margin-right: 15px; }
	.alignright { clear: right; display: inline; float: right; margin-left: 15px; }
	.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
	.alignleft-nomargin { clear: left; display: inline; float: left; }
	.alignright-nomargin { clear: right; display: inline; float: right; }
	.hidden { display: none; visibility: hidden; }
	.invisible { visibility: hidden; }
	.full-width-item { width: 100%; }
	.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
	.clearfix:after { clear: both; }
	.clearfix { zoom: 1; }
	.s4yt-inline { border-bottom: dashed 2px #49bfa7; }
	.s4yt { background: rgba(104, 120, 25, 1)!important; font-size: 13px!important; }
	.s4yt-arrow { display: none; }
	a[href$=".doc"]:after, a[href$=".docx"]:after, a[href$=".pdf"]:after, a[href$=".ppt"]:after, a[href$=".xls"]:after, a[href$=".xlsx"]:after { display: inline-block; height: 12px; margin: 0 0 0 .5em; vertical-align: middle; width: 12px; background-position: 0 0; background-repeat: no-repeat; content: ''; }
	a[href$=".doc"]:after, a[href$=".docx"]:after { background-image: url(images/icon-doc.png); }
	a[href$=".pdf"]:after { background-image: url(images/icon-pdf.gif); }
	a[href$=".ppt"]:after, a[href$=".pptx"]:after { background-image: url(images/icon-ppt.png); }
	a[href$=".xls"]:after, a[href$=".xlsx"]:after { background-image: url(images/icon-xls.png); }
	#col-half, #two-third, #one-third { float: left; }
	#col-half { width: 50%; /*min-height: 200px;*/ }
	#col-half:last-child { float: right; }
	#two-third { width: 65%; }
	#one-third { width: 35%; }
	.left { float: left; }
	.right { float: right; }

/* GENERAL */
	* {
		-webkit-transition: .3s all;
		-moz-transition: .3s all;
		-ms-transition: .3s all;
		-o-transition: .3s all;
		transition: .3s all;
	}
	body { 
		font: normal 400 1em/1.5 'Open Sans', sans-serif;
		color: #333; 
		background: #90825b; 
	}
	p {
		font: normal 400 1em/1.5 'Open Sans', sans-serif;
		color: #333; 
	}
	h1, h2, h3, h4, h5, h6 {
		clear: both;
		margin: 0px auto 18px;
	}
	h1 {
		font: normal 400 38px/1.5 'Lora', serif;
		color: #776a44;
	}
	h2 {
		font: normal 400 28px/1.25 'Open Sans', sans-serif;
		text-transform: uppercase;
		color: #e84f68;
	}
	h3 {
		font: normal 600 24px/1.5 'Open Sans', sans-serif;
		/*text-transform: uppercase;*/
		color: #524d3f;
	}
	h4 {
		font: normal 400 30px/1.5 'Lora', serif;
		color: #bf153f;
		padding: 20px 0;
	}
	h5 {
		font: normal 600 22px/1.5 'Open Sans', sans-serif;
		text-transform: uppercase;
		color: #e84f68;
	}
	h6 {
		font: normal 600 20px/1.5 'Open Sans', sans-serif;
		text-transform: uppercase;
		color: #e84f68;
	}
	a.ill_btn  {
		background: #49bfa7;
		color: #fff;
		font: normal 700 14px/1.5 'Open Sans', sans-serif;
		text-transform: uppercase;
		text-decoration: none;
		padding: 10px 20px;
		margin: 10px 0;
		display: inline-block;
		position: relative;
		z-index: 1;
	}
	a.ill_btn:after {
		content: '';
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 0;
		top: 0;
		left: 0;
		background: #309c86;
		-webkit-transition: .3s all ease;
		-moz-transition: .3s all ease;
		-ms-transition: .3s all ease;
		-o-transition: .3s all ease;
		transition: .3s all ease;
		margin: 0;
	}
	a.ill_btn:hover:after,  a.ill_btn:active:after {
		height: 100%;
	}
	#col-half p {
		display: none;
	}
	#content h1 {
		line-height: 44px;
	}
	#content p:last-child {
		padding-bottom: 0;
	}

/* HEADER */
	#header {
		position: fixed;
		top: 0;
		display: block;
		z-index: 100;
		width: 100%;
	}
	.logged-in #header {
		top: 32px;
	}
	#header .inner {
		max-width: 1500px;
		padding: 40px; 
		background: #fff;
		clear: both;
		overflow: hidden;
		-webkit-transition: 650ms all;
		-moz-transition: 650ms all;
		-ms-transition: 650ms all;
		-o-transition: 650ms all;
		transition: 650ms all;
	}
	#logo {
		float: left;
		width: 45%;
		background: none!important;
	}
	#logo img {
		width: auto;
		height: auto;
		max-width: 100%;
		border: 0;
	}
	#logo a {
		display: block;
		font-size: 0;
	}
	#search {
		clear: right;
		margin: 0 0 10px;
		float: left;
	}
	#search label { display: none; }
	#search input {
		display: inline-block;
		vertical-align: top;
	}
	#search input[type=text], #search input[type=email] {
		border: 1px solid rgba(0, 0, 0, .5);
		display: none;
		height: 42px;
		padding: 0 5px;
		margin: 0 0 0 5px;
		width: 150px;
		background: #fff;
		font-size: 12px;
		line-height: 1;
		float: right;
	}
	#search input[type=text]:focus, #search input[type=email]:focus { outline: 0 none; }
	#search input[type=submit] {
		height: 26px;
		padding: 0;
		width: 25px;
		background: url(images/search.png) center no-repeat #fff;
		padding: 20px 22px;
		border: 1px solid #4c4336;
		cursor: pointer;
		font-size: 0;
		line-height: 1;
		text-align: center;
		text-transform: uppercase;
	}
	#header .tools {
		clear: right;
		float: right;
		position: relative;
		top: 47px;
		color: #7a7a7a;
		font-size: 16px;
		text-align: right;
		width: 55%;
	}
	#header .tools p {
		color: #7a7a7a;
		font-size: 16px;
		line-height: 1;	
	}
	#header .tools div {
		display: inline-block;
	}
	#header .header-map a.ico {
		color: #e84f68;
		top: 2px;
		position: relative;
	}
	#header .header-map a.ico:hover {
		text-decoration: none;
		color: #49bfa7;
	}
	#header .header-phone {
		margin-left: 10px;
		margin-right: 50px;
		padding-left: 10px;
		border-left: 1px solid #7a7a7a;
	}
	#header .header-weather {
		/*padding-left: 10px;
		margin-left: 10px;
		border-left: 2px solid #7bd5c3;*/
		display: block!important;
		margin-right: 50px;
	}
	.better-weather-inline.bw_size-medium .bw_icon-container .hw_static-icon {
		color: #49bfa7;
		font-size: 15px;		
	}
	.better-weather-inline.bw_size-medium .bw_temperature {
		font-size: 16px!important;
		color: #9a9a9a;
	}
	.better-weather-inline.bw_size-medium .bw_summary {
		font-size: 16px!important;
		color: #9a9a9a;
	}
	.header-social {
		position: absolute;
		top: 0;
		right: 0;
	}
	.header-social ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: inline-block;
	}
	.header-social ul li {
		padding: 0;
		margin: 0 5px 0 0;
		list-style: none;
		display: inline-block;
	}
	.header-social ul li a, .header-social ul li a:hover {
		text-decoration: none;
	}
	.header-social ul li a .fab {
		display: block;
		padding: 0;
		text-align: center;
		font-size: 25px;
		width: 30px;
		height: 30px;
		color: #fff;
		background: #8a8e9a;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		-ms-border-radius: 100%;
		-o-border-radius: 100%;
		border-radius: 100%;
		opacity: .8;
	}
	.header-social ul li a .fab:hover {
		opacity: 1;
	}
	.fab::before {
		font-family: 'fontawesome';
	}

/* SCROLLED HEADER */
	#header.large {
		width: 100%;
		max-width: 100%;
	}
	#header.large .inner {
		/*margin-top: -198px;*/
		margin-top: -166px;
	}
	.logged-in #header.large .inner {
		margin-top: -166px;
	}
	#header.large #nav {
		max-width: 100%;
	}

/* MENUS */
	.utility_nav {
		float: right;
		margin: 0 0 10px;
		font-size: 0;
	}
	.utility_nav ul {
		list-style-type: none;
	}
	.utility_nav ul li {
		display: inline-block;
		margin: 0 0 0 5px;
		vertical-align: top;
	}
	.utility_nav ul li a {
		display: block;
		padding: 5px;
		cursor: pointer;
		font-size: 12px;
	}
	#nav {
		position: relative;
		clear: both;
		width: 100%;
		max-width: 1500px;
		background: #f1e7c8;
		border-bottom: 5px solid #687819;
		margin: 0 auto;
		-webkit-transition: 650ms all;
		-moz-transition: 650ms all;
		-ms-transition: 650ms all;
		-o-transition: 650ms all;
		transition: 650ms all;
	}
	#nav ul {
		position: relative;
		float: none;
		text-align: center;
	}
	#nav ul li {
		display: inline-block;
		height: 100%;
		position: relative;
		vertical-align: top;
		font-size: 14px;
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
		-webkit-text-size-adjust: none;
	}
	#nav ul li a {
		font: normal 600 16px/1 'Open Sans', sans-serif;
		display: block;
		height: 100%;
		padding: 1em 1.5em;
		z-index: 1;
		position: relative;
		letter-spacing: 1px;
		color: #414141;
		text-transform: uppercase;
		text-decoration: none;
		text-transform: uppercase;
	}
	#nav ul li a:after {
		content: '';
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 0;
		top: 0;
		left: 0;
		background: #49bfa7;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	#nav ul li:hover a, #nav ul li.active a, #nav ul li a:focus, #nav ul li.current-menu-item a, #nav ul li.current-menu-ancestor a, #nav ul li.current_page_parent a {
		color: #fff;
	}
	#nav ul li a:hover:after, #nav ul li a:active:after, #nav ul li:hover > a:after, #nav ul li.current-menu-item > a:after, #nav ul li.current-menu-ancestor > a:after  {
		height: 100%;
	}
	#nav ul li ul.sub-menu {
		left: -9999px;
		position: absolute;
		width: 200px;
		opacity: 0;
		background-color: #687819;
		-webkit-transition: 0s all, .3s opacity;
		-moz-transition: 0s all, .3s opacity;
		-ms-transition: 0s all, .3s opacity;
		-o-transition: 0s all, .3s opacity;
		transition: 0s all, .3s opacity;
	}
	#nav ul li:hover ul.sub-menu, #nav ul li.active ul.sub-menu, #nav ul li a:focus + ul.sub-menu { left: 0; opacity: 1; }
	#nav ul li:last-child:hover ul.sub-menu, #nav ul li.active:last-child ul.sub-menu, #nav ul li a:last-child:focus + ul.sub-menu { left: auto; right: 0; }
	#nav ul li ul.sub-menu li {
		display: block;
		height: auto;
		text-align: left;
	}
	#nav ul li ul.sub-menu li a {
		height: auto;
		color: #fff;
		line-height: 1.3;
		font-size: 13px;
	}
	#nav ul li ul.sub-menu li:hover > a, #nav ul li ul.sub-menu li a:hover, #nav ul li ul.sub-menu li a:focus, #nav ul li ul.sub-menu li.current-menu-item a { background-color: #49bfa7; }
	#nav ul li ul.sub-menu li ul.sub-menu {
		left: -9999px;
		top: 0;
	}
	#nav ul li ul.sub-menu li:hover ul.sub-menu { left: 100%; opacity: 1; }
	#nav_contain .tools, #menu_btn { display: none; }

/* HERO  */
	#hero {
		margin-top: 200px;
		position: relative;
	}
	#hero, #hero * {
		-webkit-transition: 0s all!important;
		-moz-transition: 0s all!important;
		-ms-transition: 0s all!important;
		-o-transition: 0s all!important;
		transition: 0s all!important;
	}
	#hero .ill_hero_slider { padding: 0; }
	#hero .ill_hero_slider .stage {
		height: 500px;
		/*height: auto;*/
		padding: 0;
		position: relative;
	}
	#hero .ill_hero_slider .slide {
		/*position: relative;*/
		/*border-bottom: 5px solid #687819;*/
	}
	#hero .title {
		display: none;
	}
	#hero .caption {
		display: block;
		position: absolute;
		left: 10%;
		top: 35%;
		width: 25%;
		background: none;
	}
	#hero .caption p {
		color: #fff;
		font: normal 400 40px/48px 'Lora', serif;
		text-transform: uppercase;
		letter-spacing: 0.02em;
		text-shadow: 0 2px 3px rgba(57, 36, 10, .75);
	}	
	#hero .ill_hero_slider .prev,
	#hero .ill_hero_slider .next {
		border: 0;
		width: 32px;
		height: 60px;
		opacity: .7;
	}
	#hero .ill_hero_slider .prev { background: url(images/hero-prev.png) no-repeat top center; left: 30px; }
	#hero .ill_hero_slider .next { background: url(images/hero-next.png) no-repeat top center; right: 30px; }
	#hero .ill_hero_slider .prev:hover, #hero .ill_hero_slider .next:hover { opacity: 1; }
	#hero .ill_hero_slider .prev:hover { left: 20px; }
	#hero .ill_hero_slider .next:hover { right: 20px; }
	#hero .controls {
		position: absolute;
		bottom: 5px;
		height: 20px;
		left: 50%;
		background: rgba( 0, 0, 0, .5);
		width: auto;
		padding: 8px 10px 16px 10px;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	#hero .controls .dots .dot {
		background: rgba(256, 256, 256, .75);
	}
	#hero .controls .dots .dot.active {
		background: #75d3c0;
	}
	#hero .controls .playback .play {
		border-left-color: #fff;
	}
	#hero .controls .playback .pause {
		border-color: #fff;
	}

/* HOME */
	#home-video {
		background: #fff;
		padding: 60px;
	}
	.home-video-content {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.home-video-content .video-bio {
		float: none;
		font: normal 300 22px/33px 'Open Sans', sans-serif;
		text-align: center;
		padding: 35px 80px;
		margin: 35px 0 0 40px;
		border-top: 1px solid #fe8193;
		border-bottom: 1px solid #fe8193;
	}
	.home-video-content #col-half .video-bio {
		width: 100;
		margin: 15px 0 0 0;
		padding: 20px 10px;	
	}
	.home-video-content h1,
	.home-video-content h2 {
		color: #687819;
		letter-spacing: 1px;
		text-transform: uppercase;
		font: normal 400 38px/1.5 'Lora', serif;
	}
	#home-video #col-half {
		margin: 0 1%;
		width: 48%;
		opacity: 0;
		-webkit-transition: 950ms all;
		-moz-transition: 950ms all;
		-ms-transition: 950ms all;
		-o-transition: 950ms all;
		transition: 950ms all;
	}
	#home-video #two-third {
		width: 53%;
		opacity: 0;
		-webkit-transition: 950ms all;
		-moz-transition: 950ms all;
		-ms-transition: 950ms all;
		-o-transition: 950ms all;
		transition: 950ms all;
	}
	#home-video #one-third {
		width: 43%;
		opacity: 0;
		margin-left: -100px;
		-webkit-transition: 950ms all;
		-moz-transition: 950ms all;
		-ms-transition: 950ms all;
		-o-transition: 950ms all;
		transition: 950ms all;
	}
	#home-video.visible #two-third {
		opacity: 1;
	}
	#home-video.visible #one-third {
		opacity: 1;
		margin-left: 40px;
	}
	#home-video.visible #col-half {
		opacity: 1;
	}
	#home-video #col-half p {
		display: block;
	}
	#home-video .video-container iframe {
		width: 100%;
		height: 410px;
	}
	#home-video #col-half .video-container iframe {
	    height: 335px;
	}
	#home-video .ill_btn { clear: both; margin-top: 30px; position: relative; color: #fff; text-decoration: none;}
	#secondary-callouts {
		border-top: 5px solid #687819;
		background-color: #aab47b;
		display: flex;
	}
	#secondary-callouts .callouts-wrapper {
		position: relative;
		float: left;
		width: 100%;
		padding: 75px 30px;
	}
	#secondary-callouts ul { 
		list-style-type: none; 
		text-align: center;
	}
	#secondary-callouts ul li {
		float: left;
		display: inline-block;
		margin: 0 3.25%;
		width: 18.5%;
		position: relative;
	}
	#secondary-callouts ul li::before {
		backface-visibility: hidden;
		border: 1px solid rgba(104, 120, 25, 1);
		bottom: 20px;
		content: " ";
		display: block;
		margin: 0 auto;
		position: relative;
		-webkit-transition: width 350ms ease-in-out; 
		-moz-transition: width 350ms ease-in-out; 
		-ms-transition: width 350ms ease-in-out; 
		-o-transition: width 350ms ease-in-out; 
		transition: width 350ms ease-in-out; 
		width: 100%;
	}
	#secondary-callouts ul li::after {
		backface-visibility: hidden;
		border: 1px solid rgba(104, 120, 25, 1);
		bottom: -20px;
		content: " ";
		display: block;
		margin: 0 auto;
		position: relative;
		-webkit-transition: width 350ms ease-in-out; 
		-moz-transition: width 350ms ease-in-out; 
		-ms-transition: width 350ms ease-in-out; 
		-o-transition: width 350ms ease-in-out; 
		transition: width 350ms ease-in-out; 
		width: 100%;
	}
	#secondary-callouts ul li:hover:after,
	#secondary-callouts ul li:hover:before {
		backface-visibility: hidden;
		border-color: rgba(255, 255, 255, 0);
		width: 0%;
		-webkit-transition: all 280ms ease-in-out;
		-moz-transition: all 280ms ease-in-out;
		-ms-transition: all 280ms ease-in-out;
		-o-transition: all 280ms ease-in-out;
		transition: all 280ms ease-in-out;
	}
	#secondary-callouts ul li a {
		font: normal 700 33px/37px 'Open Sans', sans-serif;
		color: #fff;
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
		text-transform: uppercase;
		letter-spacing: 3px;
	}
	#secondary-callouts ul li a:focus {
		text-decoration: none;
	}
	#secondary-callouts ul li a:hover {
		text-decoration: none;
		letter-spacing: 0;
	}
	#secondary-callouts ul li a::after {
		display: none!important;
	}

/* CONTENT */
	#content { 
		background: #fff; 
		padding: 60px 30px;
		margin-top: 200px;
	}
	.home #content {
		margin-top: 0;
		border-top: 5px solid #687819;
	}
	#content p {
		padding: 0 0 1em 0;
		line-height: 1.5em;
	}
	#content ul {
		padding: 0;
		margin: 0 0 20px 0;
		line-height: 1.5em;
		list-style: none;
	}
	#content ol {
		margin-left: 1em;
		padding: 0 0 1em 1.5em;
		line-height: 1.5em;
	}
	#content ol li { padding: 0 0 8px 0; }
	#content ol li::before { display: none;}
	#content li {
		position: relative;
		padding: 0 0 8px 25px; 
	}
	#content li:before {
		content: '';
		display: block;
		width: 7px;
		height: 7px;
		background: #667711;
		position: absolute;
		left: 0;
		top: 9px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		-ms-border-radius: 50px;
		-o-border-radius: 50px;
		border-radius: 50px;
	}
	#content a { text-decoration: underline; }
	#content a:hover { text-decoration: none; }
	#content #main {
		float: right;
		min-height: 300px;
		width: 65%;
		font-size: 1em;
		padding: 0 10px;
	}
	#content.full #main { float: none; width: 100%; }
	#content #main img {
		height: auto;
		max-width: 100%; 
	}
	#content #main #feat-img {
		float: right;
		margin: 8px 0 15px 15px;
		/*max-width: 40%;*/
		max-width: 50%;
		position: relative;
	}
	#content #main img.noborder { border: 0 none; }
	#content #main img.size-medium.alignright,#content #main img.size-medium.alignleft { height: auto; max-width: 50%; }
	#content #main p, #content #main li, #content #main td { font-size: 1em; }
	#content #main a, .home-video-content a { text-decoration: underline; color: #667711; }
	#content #main a:hover, .home-video-content a:hover { text-decoration: none; color: #90825b; }
	#content #main a img { text-decoration: none; }
	#content #main ul ul li {
		font-size: 100%;
		/*list-style-type: circle;*/
	}
	#content #main caption {
		font-size: .85em;
		font-style: italic;
		text-align: center;
	}
	#content #main .feat-caption {
		position: absolute;
		bottom: 0;
		padding: 10px;
		background: rgba(0, 0, 0, .75);
		color: #fff;
		font-size: .75em;
		line-height: 1.35em;
	}
	#services {
		background: url(images/servicesbg.png) repeat top center;
		border-bottom: 5px solid #687819;
		width: 100%;
		clear: both;
		overflow: hidden;
		padding: 60px 20px 50px 20px;
		opacity: 0;
		-webkit-transition: 1550ms all;
		-moz-transition: 1550ms all;
		-ms-transition: 1550ms all;
		-o-transition: 1550ms all;
		transition: 1550ms all;
	}
	#services.visible {
		opacity: 1;
	}
	#services h2 {
		color: #fff;
		text-align: center;
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
		text-transform: uppercase;
		font: normal 400 38px/1.5 'Lora', serif;
	}
	ul.home-services {
		list-style-type: none;
	}
	ul.home-services li {
		width: 27.45%;
		float: left;
		display: inline-block;
		padding: 0 15px;
		/*margin: 0 42px;*/
		margin: 0 2.9%;
	}
	ul.home-services li .item {
		height: 250px;
		position: relative;
		overflow: hidden;
	}
	ul.home-services li .item .pic {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		z-index: 1;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		border: 2px solid #fff;
	}
	ul.home-services li h3 {
		text-align: center;
		color: #fff;
		font-weight: 400;
		letter-spacing: 1px;
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
		margin-top: 14px;
	}
	ul.home-services li .item .overlay {
		position: absolute;
		text-align: center;
		z-index: 10;
		height: 0;
		width: 100%;
		background: rgba(0,0,0,0.6);
		opacity: 0;
		border: 1px solid transparent;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		-o-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	ul.home-services li .item:hover .overlay {
		opacity: 1;
		height: 100%;
	}
	#map .mapp-layout { 
		padding: 0;
		margin: 0;
	}
	#content .ill_responsive_video {
		margin: 0 0 1em;
		padding: 0 0 56.25% 0;
		position: relative;
	}
	#content .ill_responsive_video.vright {
		
	}
	#content .ill_responsive_video.vright {
		float: right;
		width: 45%;
		margin: 0 0 30px 5%;
		padding: 0 0 25% 0;
	}
	#content .ill_responsive_video.vleft {
		float: left;
		width: 45%;
		margin: 0 5% 30px 0;
		padding: 0 0 25% 0;
	}
	#content .ill_responsive_video iframe {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	#content .ill_responsive_video br { display: none; }

/* BLOG */
	#content.blog #main h2 { margin: 0; padding: 5px 0; }
	#content.blog #main .post {
		clear: both;
		margin: 0 0 1.5em 0;
	}
	#content.blog #main .post .thmb {
		float: left;
		height: 100px;
		margin: .5em 1em 1em 0;
		width: 100px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#content .post-item .thmb a {
		display: block;
		height: 100%;
		width: 100%;
	}
	#content.blog #main .post-date {
		margin: 0 0 1.5em 0;
		opacity: .5;
	}
	#content.blog #side ul {
		margin: 0;
		padding-left: 0;
		list-style-type: none;
	}
	#content.blog #side ul li { color: #888; }
	article.post {
		clear: both;
		overflow: hidden;
		border-bottom: 1px solid #e84f68;
		padding: 0 0 20px 0;
		margin: 20px 0 0 0;
	}
	article.post figure {
		width: 22%;
		margin: 0 5% 0 0;
		float: left;
		clear: both;
		overflow: hidden;
		line-height: 0;
	}
	article.post figure img {
		width: 100%;
		height: auto;
		margin: 0;
	}
	article.post .excerpt.with_img {
		width: 73%;
		float: left;
	}
	.widget_blog_sidebar select {
		appearance: none;
		-webkit-appearance: none;
		background: url(images/select-arrows.jpg) no-repeat 98% center #f7f7f7;
		padding: 10px 15px;
		width: 100%;
	}
	#breadcrumb .button a  {
		background: #49bfa7;
		color: #fff!important;
		font: normal 700 14px/1.5 'Open Sans', sans-serif;
		text-transform: uppercase;
		text-decoration: none!important;
		padding: 10px 20px;
		margin: 10px 0;
		display: inline-block;
		position: relative;
		z-index: 1;
	}
	#breadcrumb .button.alignleft a::after,
	#breadcrumb .button.alignright a::before {
		content: '';
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 0;
		top: 0;
		left: 0;
		background: #309c86;
		-webkit-transition: .3s all ease;
		-moz-transition: .3s all ease;
		-ms-transition: .3s all ease;
		-o-transition: .3s all ease;
		transition: .3s all ease;
		margin: 0;
	}
	#breadcrumb .button.alignleft a:hover::after,
	#breadcrumb .button.alignright a:hover::before {
		height: 100%;
	}

	#breadcrumb .button.alignleft a::before {
		content: "« ";
	}
	#breadcrumb .button.alignright a::after {
		content: " »";
	}

/* PHOTO GALLERY */
	.nextgen_pro_thumbnail_grid.pro-thumbnail-caption-template .image-wrapper {
	    padding: 20px;
        background: #f2f6f5;
	}
	.nextgen_pro_thumbnail_grid.pro-thumbnail-caption-template .ngg-caption {
	    padding-top: 10px;
	    color: #557c74;
	}
	.nextgen_pro_thumbnail_grid {
	    clear: both;
	    overflow: hidden;
	}
	#post-229 .entry-header {
	    float: left;
	}
	.ill_btn.phototour {
	    float: right;
	    margin: 0 0 20px;
	    color: #fff!important;
	    text-decoration: none!important;
	    text-shadow: 0px 1px 1px rgba(0,0,0,.3);
	}

/* SIDEBAR */
	#content #side {
		float: left;
		min-height: 300px;
		width: 32%;
		padding: 0 10px;
	}
	#side a { color: #671; }
	#side a.ill_btn { color: #fff; display: block; text-decoration: none;}
	#side a.ill_btn.gold { background: #f2e7c8; padding: 20px; color: #414141; text-decoration: none; }
	#side a.ill_btn.gold:hover { color: #fff; }
	#side a.ill_btn.gold:after { background: #687718 }
	#side a.ill_btn.dark { background: #309c86;	}
	#side a.ill_btn.dark:hover { color: #fff; }
	#side a.ill_btn.dark:after { background: #1b6f5e; }
	#content #side p, #content #side li, #content #side td { font-size: 1em; }
	#side .widget {
		margin-bottom: 30px;
	}
	#side .widget:last-child {
		margin: 0;
	}
	#side .widget img {
		max-width: 100%;
		width: auto;
		height: auto;
	}
	#side .widget_testimonials {
		border-top: 1px solid #e84f68;
		border-bottom: 1px solid #e84f68;
		opacity: 0;
		display: block;
		-webkit-transition: 650ms all;
		-moz-transition: 650ms all;
		-ms-transition: 650ms all;
		-o-transition: 650ms all;
		transition: 650ms all;
	}
	#side .widget_testimonials.visible {
		opacity: 1;
	}
	#side .widget_testimonials .ill_quotes_quote {
		position: relative;
		padding: 20px 20px 20px 70px;
		overflow: hidden;
	}
	#side .widget_testimonials .ill_quotes_quote .ill_quotes_quote_title,
	#side .widget_testimonials .ill_quotes_quote::before,
	#side .widget_testimonials .ill_quotes_quote .ill_quotes_quote_text {
		opacity: 0;
		-webkit-transition: 950ms all;
		-moz-transition: 950ms all;
		-ms-transition: 950ms all;
		-o-transition: 950ms all;
		transition: 950ms all;
	}
	#side .widget_testimonials .ill_quotes_quote.visible .ill_quotes_quote_title,
	#side .widget_testimonials .ill_quotes_quote.visible::before,
	#side .widget_testimonials .ill_quotes_quote.visible .ill_quotes_quote_text {
		opacity: 1;
	}
	#side .widget_testimonials .ill_quotes_quote .ill_quotes_quote_title {
		font-family: 'Lora', serif;
		font-weight: bold;
		margin-top: 10px;
		color: #776a44;
		margin-left: -50px;
		width: 100%;
	}	
	#side .widget_testimonials .ill_quotes_quote::before {
		font: normal 400 90px/1 'Lora', serif;
		content: '“';
		display: block;
		color: #49bfa7;
		position: absolute;
		left: 55px;
		top: 25px;
	}
	#side .widget_testimonials .ill_quotes_quote.visible::before {
		left: 20px;
		top: 15px;
	}
	#side .widget_testimonials .ill_quotes_quote .ill_quotes_quote_text {
		font-size: 15px;
		line-height: 23px;
		color: #525252;
		margin-left: -50px;
		width: 100%;
	}
	#side .widget_testimonials .ill_quotes_quote.visible .ill_quotes_quote_title,
	#side .widget_testimonials .ill_quotes_quote.visible .ill_quotes_quote_text {
		margin-left: 0;
	}
	#side .widget_media_image {
		padding: 0 46px;
	}
	#section_guide ul {
		margin: 0;
		padding: 0;
	}
	#section_guide ul li, #section_guide ul li.current-menu-ancestor > a { display: none; }
	#section_guide ul li.current-menu-ancestor, #section_guide ul li ul.sub-menu li { display: block; }
	#section_guide ul li ul.sub-menu li {
		display: block;
		margin: 0;
		padding: 0;
	}
	#section_guide ul li ul.sub-menu li.current-menu-item a { text-decoration: underline; }
	#feat-img .image_button a.ill_btn {
		color: #fff!important;
		text-decoration: none!important;
		display: block;
	}

/* FORMS */
	form { margin: 0 0 1em 0; }
	input[type=text], input[type=email], input[type=password], textarea, select, input[type=submit] {
		border: 1px solid #888;
		display: inline-block;
		vertical-align: middle;
		width: 50%;
		padding: .5em;
	}
	textarea { height: 5em; }
	select { margin: 0; padding: .4em; vertical-align: top; width: auto; }
	input[type=submit] { padding: .5em 1em; width: auto; cursor: pointer; }
	#content a.no_icon:after { content: none; }
	#content #main .gform_wrapper .ginput_complex label { margin: 0 0 10px 0 !important; }
	#content #main .gform_wrapper .gf_left_half {
		width: 49.1%;
		margin: 0 1.7% 0 0;
	}
	#content #main .gform_wrapper .gf_right_half {
		width: 49.1%;
		margin: 0;
	}
	#content #main .gform_wrapper input[type=text], 
	#content #main .gform_wrapper input[type=password], 
	#content #main .gform_wrapper textarea, 
	#content #main .gform_wrapper select {
		width: 100%; 
	}
	#content #main .gform_wrapper textarea { height: 10em; }
	#content #main .gform_wrapper ul.gform_fields { padding-left: 0; }
	#content #main .gform_wrapper ul.gform_fields li {
		list-style: none;
		padding: 10px 0;
		background: none;
	}
	#content #main .gform_wrapper ul.gform_fields li::before {
		background: none;
		width: 0;
		height: 0;
		display: none;
	}
	#content #main .gform_wrapper .gform_footer input.button, 
	#content #main .gform_wrapper .gform_footer input[type=submit], 
	#content #main .gform_wrapper .gform_page_footer input.button, 
	#content #main .gform_wrapper .gform_page_footer input[type=submit] {
		background: #49bfa7;
		color: #fff;
		font: normal 700 14px/1.5 'Open Sans', sans-serif;
		text-transform: uppercase;
		text-decoration: none;
		padding: 10px 20px;
		margin: 10px 0;
		display: inline-block;
		position: relative;
		z-index: 1;
		border: 0;
	}
	#content #main .gform_wrapper .gform_footer input.button:hover, 
	#content #main .gform_wrapper .gform_footer input[type=submit]:hover
	#content #main .gform_wrapper .gform_page_footer input.button:hover, 
	#content #main .gform_wrapper .gform_page_footer input[type=submit]:hover {
		background: #309c86;
	}

	div.ctct-form-embed div.ctct-form-defaults p.ctct-form-footer { display: none; }

/* QUOTES */
	#main .post .ill_quotes_quote {
		background: #f6f6f6;
		padding: 30px 30px 30px 55px;
		border: 1px solid #ccc;
		margin: 0 0 30px 0;
		position: relative;
	}
	#main .post .ill_quotes_quote::before {
		font: normal 400 90px/1 'Lora', serif;
	    content: '“';
	    display: block;
	    color: #ccc;
	    position: absolute;
	    left: 10px;
	    top: 5px;
	    z-index: 1;
	}
	#main .post .ill_quotes_quote .ill_quotes_quote_text {
		position: relative;
		z-index: 9;
		clear: both;
		overflow: hidden;
	}
	#main .post .ill_quotes_quote .ill_quotes_quote_title {
		color: #776a44;
		font-family: 'Lora', serif;
		clear: both;
		overflow: hidden;
		font-weight: bold;
		padding: 10px 0 0 0;
	}

/* BOX */
	.ill_box {
		float: left;
	    margin: 0 30px 10px 0;
	    width: auto;
	}
	a.ill_btn.half,
	a.ill_btn.third {
		width: 46%;
		display: block;
		padding: 30px 0 32px 0;
		margin: 0 4% 0 0;
		/*color: #667711!important;*/
		color: #fff!important;
		font: normal 700 24px/27px 'Open Sans', sans-serif;
	    text-decoration: none!important;
	    text-shadow: 0px 1px 1px rgba(0, 0, 0, .3);
	    text-transform: uppercase;
	    /*letter-spacing: 3px;*/
	    float: left;
	    text-align: center;
	    /*background: none;*/
	    background: #aab47b;
	}
	a.ill_btn.third {
		width: 29%;
	}
	a.ill_btn.third.right {
		margin: 0 0 0 4%;
		float: right;
	}
	a.ill_btn.half::after,
	a.ill_btn.third::after {
		background: #687819;
	}
	a.ill_btn.half .far,
	a.ill_btn.half .fas,
	a.ill_btn.third .far,
	a.ill_btn.third .fas {
		margin: -10px 0 15px 0;
		color: #687819;
		font-size: 45px;
		-webkit-transition: .25s all;
		-moz-transition: .25s all;
		-ms-transition: .25s all;
		-o-transition: .25s all;
		transition: .25s all;
	}
	a.ill_btn.half:hover .far,
	a.ill_btn.half:hover .fas,
	a.ill_btn.third:hover .far,
	a.ill_btn.third:hover .fas {
		color: #fff;
	}

/* COLLAPSOMATIC */
	.collapseomatic {
	    padding: 15px 0 15px 40px!important;
	    display: block;
	    width: 100%;
	    clear: both;
	    overflow: hidden;
	    margin: 0 0 10px 0;
	    background-position: 15px center;
	    /*background-color: #f1e7c8;*/
	    background-color: #aab47b;
	    color: #fff;
	    border-top: 3px solid #687819;
	    font-size: 20px;
	}
	.collapseomatic:hover, .colomat-close {
		background-color: #49bfa7;
		color: #fff;
		text-decoration: none;
	}
	.collapseomatic_excerpt, .collapseomatic_content {
		padding: 0 0 50px 0!important;
	}

/* FOOTER */
	.directions-panel {
		clear: both;
		overflow: hidden;
		position: absolute;
		width: 170px;
		height: 64px;
		background: #fff;
		box-shadow: 3px 3px 3px rgba(0, 0, 0, .2);
	}
	.directions-panel p {
		font: normal 400x 18px/18px 'Open Sans', sans-serif;
		text-transform: uppercase;
		padding: 20px;
	}
	.directions-panel p a {
		color: #687819;
	}
	#footer {
		clear: both;
		padding: 30px;
		position: relative;
		background: #90825b;
		color: #fff;
		font-size: 13px;
	}
	#footer a { 
		text-decoration: none; 
		color: #3d3212;
	}
	#footer a:hover {
		color: #fff;
	}
	#footer .copyright {
		float: left;
		clear: left;
		display: block;
	}
	#footer .credit {
		float: right;
		clear: right;
		display: block;
		margin-top: 53px;
	}

/* LIGHTBOX */
	.ill-lightbox img {
		border: 0;
	}
	.ill-lightbox img.aligncenter {
		margin: 10px auto;
	}
	.ill-lightbox h3 {
		font: normal 400 26px/1.25 'Lora', serif;
		padding: 0;
		color: #776a44;
	}
	.ill-lightbox .gform_wrapper .ginput_complex .ginput_left input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex .ginput_right select, .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), 
	.ill-lightbox .gform_wrapper .ginput_complex select,
	.ill-lightbox .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
	.ill-lightbox .gform_wrapper select,
	.ill-lightbox .gform_wrapper textarea {
		background: #fff;
		border: 1px solid #bbb!important;
		padding: 10px!important;
		font: normal 400 13px/13px 'Open Sans', sans-serif!important;
		color: #666;
	}
	.ill-lightbox .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker), 
	.ill-lightbox .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker),
	.ill-lightbox .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
	.ill-lightbox .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
	.ill-lightbox .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
		margin: 0!important;
	}
	.ill-lightbox .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
		font-size: 12px!important;
	}
	body .ill-lightbox .gform_wrapper .top_label div.ginput_container {
		margin: 0;
	}
	.ill-lightbox .gform_wrapper .top_label .gfield_label {
		font-size: 15px;
	}
	.ill-lightbox .gform_wrapper .gform_footer input.button, 
	.ill-lightbox .gform_wrapper .gform_footer input[type=submit], 
	.ill-lightbox .gform_wrapper .gform_page_footer input.button, 
	.ill-lightbox .gform_wrapper .gform_page_footer input[type=submit] {
		background: #49bfa7;
		color: #fff;
		font: normal 700 14px/1.5 'Open Sans', sans-serif;
		text-transform: uppercase;
		text-decoration: none;
		padding: 10px 20px;
		margin: 10px 0;
		border: 0;
	}
	.ill-lightbox .gform_wrapper .gform_footer input.button:hover, 
	.ill-lightbox .gform_wrapper .gform_footer input[type=submit]:hover, 
	.ill-lightbox .gform_wrapper .gform_page_footer input.button:hover, 
	.ill-lightbox .gform_wrapper .gform_page_footer input[type=submit]:hover {
		background: #309c86;
		-webkit-transition: .3s all ease;
		-moz-transition: .3s all ease;
		-ms-transition: .3s all ease;
		-o-transition: .3s all ease;
		transition: .3s all ease;
	}
	.ill-lightbox .gform_confirmation_wrapper  {
		text-align: center;
		padding: 10px 0 20px 0;
	}

/* SHARE */
	#share { float: right; overflow: hidden; padding: 0; width: 5.5em; font-size: 1em; text-align: right; text-transform: uppercase; white-space: nowrap; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
	#share.active { width: 14em; }
	#share div { display: inline-block; padding: 0; vertical-align: middle; cursor: pointer; }
	#share div:after { display: inline-block; margin: -.1em 0 0 .25em; vertical-align: middle; color: #ffaab6; content: "\f237"; font: 1.75em 'dashicons'; }
	#share a { display: inline-block; margin: -.25em 0 0 4px; vertical-align: middle; color: #ffaab6; cursor: pointer; opacity: .5; text-decoration: none; }
	#share a span { display: none; }
	#share a:first-child { margin: 0; }
	#share a:hover { opacity: 1; }
	#share a:after { display: inline-block; font: 1.5em 'dashicons'; line-height: 1.3; }
	#share a.facebook:after { content: "\f305"; }
	#share a.twitter:after { content: "\f301"; }
	#share a.email:after { content: "\f466"; }

/* ACCESS TOOLS */
	#access_tools { margin-bottom: 25px; position: relative; float: left; }
	#access_tools a { border: 1px solid #4c4336; background: #fff; display: inline-block; height: 1.75em; padding: .3em 0 0 0; margin-right: 15px; vertical-align: top; width: 1.75em; color: #2a2828; font-size: 1.85em !important; text-align: center; text-decoration: none; float: left; }
	#access_tools a#textsize:hover { background-color: transparent; border-color: transparent; }
	#access_tools a#textsize span { display: inline-block; font-size: .75em; }
	#access_tools a#highcontrast { background: #fff url(images/icon-high-contrast.png) center no-repeat; background-size: 1em; }

/* HIGH CONTRAST */
	.high_contrast * { background-color: #fff !important; color: #222 !important; }
	.high_contrast #logo a, .thmb a { background-color: transparent !important; }
	.high_contrast #search input[type=submit], .high_contrast #hero .ill_hero_slider .prev, .high_contrast #hero .ill_hero_slider .next, .high_contrast #search .ill_search::after, .high_contrast #hero .controls, .high_contrast #hero .controls .playback .pause, .high_contrast #hero .controls .playback .play, .high_contrast .ill_hero_slider .controls .playback, .high_contrast .ill_hero_slider .controls .dots, .high_contrast h1, .high_contrast #map * { background-color: transparent !important; }
	.high_contrast #secondary-callouts ul li a, .high_contrast ul.home-services li h3 { text-shadow: none; }
	.high_contrast #nav { border-top: 1px solid #4d4d4d; }
	.high_contrast #header, .high_contrast #content, .high_contrast #secondary-callouts .callouts-wrapper, .high_contrast #footer, .high_contrast #home-video .ill_btn a, .high_contrast .ill_btn a { border: 1px solid #4d4d4d; }

/* FEEDBACK FORM */
	body.post-type-archive-feedback, body.single-feedback {
		background: none!important;
	}
	body .fivestar-wrapper {
		background: rgb(170,180,123)!important;
		background: -moz-linear-gradient(45deg, rgba(170,180,123,1) 0%, rgba(217,221,198,1) 50%, rgba(170,180,123,1) 100%)!important;
		background: -webkit-linear-gradient(45deg, rgba(170,180,123,1) 0%,rgba(217,221,198,1) 50%,rgba(170,180,123,1) 100%)!important;
		background: linear-gradient(45deg, rgba(170,180,123,1) 0%,rgba(217,221,198,1) 50%,rgba(170,180,123,1) 100%)!important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aab47b', endColorstr='#aab47b',GradientType=1 )!important;
	}
	.fivestar-wrapper .fivestar-outer .fivestar-inner h1 {
	    font: normal 400 32px/1.5 'Lora', serif!important;
    	color: #687819!important;
	    margin-top: 50px!important;
	    margin-bottom: 0!important;
	}
	#survey-wrapper {
		margin-top: 0!important;
	}
	#survey-wrapper p,
	.fivestar-wrapper .fivestar-outer .fivestar-inner .fivestar-copy-wrapper p {
		font: normal 400 18px/1.5 'Open Sans', sans-serif;
		padding: 0;
		margin: 0;
		color: #333;
	}
	.rating > label:before {
		/*font-size: 2.2em!important;*/
		font-size: 80px!important;
		margin: 0 15px!important;
	}
	.rating-wrapper {
		padding: 20px 0!important;
	}
	.ui-tooltip {
		-webkit-transition: 0s all!important;
		-moz-transition: 0s all!important;
		-ms-transition: 0s all!important;
		-o-transition: 0s all!important;
		transition: 0s all!important;
	}
	.fivestar-wrapper .fivestar-outer .fivestar-inner .button-wrapper #fivestar-submit,
	.fivestar-wrapper input[type=submit], 
	.fivestar-wrapper .fivestar-outer .fivestar-inner .button-wrapper .back-button-wrapper a {
	    border: 0!important;
	    display: inline-block;
	    margin: 0;
	    padding: 15px 30px;
	    vertical-align: top;
	    background-color: #687819!important;
	    color: #fff;
	    cursor: pointer;
	    text-align: center;
	    text-transform: uppercase;
	    font: 99% 'Open Sans', sans-serif;
	    font-size: 17px;
	    font-weight: bold;
	    letter-spacing: 0.02em;
	    cursor: pointer;
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		-o-transition: all .4s ease;
	    transition: all .4s ease;
	}
	.fivestar-wrapper .fivestar-outer .fivestar-inner .button-wrapper #fivestar-submit:hover,
	.fivestar-wrapper input[type=submit]:hover,
	.fivestar-wrapper .fivestar-outer .fivestar-inner .button-wrapper .back-button-wrapper a:hover {
		background-color:#49bfa7!important;
		border: 0!important;
		text-decoration: none!important;
	}
	.fivestar-wrapper .fivestar-outer .fivestar-inner .button-wrapper #fivestar-submit.disabled,
	.fivestar-wrapper .fivestar-outer .fivestar-inner .button-wrapper .back-button-wrapper a {
    	background: #e5e5e5!important;
	}
	.fivestar-wrapper .fivestar-outer .fivestar-inner .button-wrapper .space-or {
	    padding: 7px 20px!important;
	    display: inline-block;
	    text-align: center;
	}
	.back-button-wrapper {
		display: inline-block;
		text-align: center;
		vertical-align: top;
	}
	.fivestar-wrapper .fivestar-outer .fivestar-inner .social-link-wrapper {
		padding: 40px 0!important;
	}
	.fivestar-wrapper .gform_wrapper form {
		width: 70%;
	}
	.fivestar-wrapper .gform_wrapper li.gfield fieldset legend.gfield_label,
	.fivestar-wrapper .gform_wrapper .top_label .gfield_label {
		font-weight: bold;
		text-transform: uppercase;
		clear: both;
		overflow: hidden;
		padding: 10px 0 0 0;
	}
	.fivestar-wrapper .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
	.fivestar-wrapper .gform_wrapper textarea {
		background: #fff!important;
		border: 1px solid #e5e5e5!important;
		padding: 10px 15px!important;
		font-family: 'Open Sans', sans-serif!important;
		color: #656565!important;
		font-size: 15px!important;
	}
	body .fivestar-wrapper .gform_wrapper .top_label div.ginput_container {
		margin-top: 0;
	}
	.fivestar-wrapper .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, 
	.fivestar-wrapper .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], 
	.fivestar-wrapper .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
		margin-top: 0;
	}
	.fivestar-wrapper .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
		font-size: 15px;
	}
	.fivestar-wrapper .fivestar-outer .fivestar-inner .feedback-form-wrapper {
		text-align: center;
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		line-height: 1.25;
		color: #333;
	}

/* RESPONSIVE */
	.only_mobile { display: none; }
	@media only screen and (min-width: 600px) {
		.mobile-tools { display: none; }
	}
	@media only screen and (max-width: 1550px) {
		#header .header-weather { clear: both; overflow: hidden; display: block!important; border-left: 0!important;}
	}
	@media only screen and (max-width: 1500px) {
		.ill_hero_slider .stage .slide .pic { background-size: 100% auto; }
		.ill_hero_slider .stage .slide .pic img { display: block; position: relative; width: 100%; height: auto; }
		#hero .ill_hero_slider { width: 100%; height: auto; }
		#hero .ill_hero_slider .stage { height: auto; }
		.ill_hero_slider .stage .slide.active { position: relative; }
		.ill_hero_slider .stage .slide.active .pic img { display: block; position: relative; }
	}	
	@media only screen and (max-width: 1350px) {
		#nav ul li a { padding: 1em; }
		#header .tools { width: 57%; }
		#logo { width: 43%; }
	}
	@media only screen and (max-width: 1250px) {
		#header .tools { top: 30px; }
		#header .tools p { font-size: 14px; }
		.better-weather-inline.bw_size-medium .bw_temperature, .better-weather-inline.bw_size-medium .bw_summary { font-size: 14px!important; }
		#nav ul li a { padding: 1em .8em; font-size: 15px; }
		#hero { margin-top: 190px; }
		#hero .caption { top: 25%; width: 35%; }
	}
	@media only screen and (max-width: 1150px) {
		#home-video #one-third { width: 47%; }
		#home-video #two-third { width: 48%; }
		.home-video-content .video-bio { padding: 35px; }
		h1 { font-size: 33px; }
		#secondary-callouts ul li { margin: 0 1.25%; width: 22.5%; }
		#secondary-callouts ul li a { font-size: 24px; line-height: 30px; }
	}
	@media only screen and (max-width: 1115px) {
		#header .header-weather { border: 0; }
		#nav ul li a { letter-spacing: 0; }
	}
	@media only screen and (max-width: 1024px) {
		#side .widget_testimonials, #side .widget_page_sidebar, #side .widget_home_sidebar { display: none; }
		.inner { width: auto; }
		#nav ul li a { font-size: 14px; padding: 1.5em .7em ;}
		#content #side, #content #main { width: 100%; float: none; min-height: auto; }
		#header .header-map a.ico { color: #e84f68; top: -3px; position: relative; }
		#content { padding: 25px; }
		/*#content #main #feat-img { max-width: 50%; }*/
		#textsize, #side .widget_testimonials .ill_quotes_quote:before { display: none; }
		#side .widget_testimonials .ill_quotes_quote { padding: 25px; }
		#secondary-callouts .callouts-wrapper { padding: 30px; }
		#secondary-callouts ul li { width: 47%; margin: 0 10px; padding: 35px 0; }
		#secondary-callouts ul li a { font: 25/28; }
		#secondary-callouts ul li a br { display: none; }
		#home-video #two-third, #home-video #one-third { width: 100%; float: none; }
		#home-video #one-third { margin: 50px 0 0 0; }
		#hero .caption { width: 45%; }
	}
	@media only screen and (max-width: 900px) {
		#content, #hero { margin-top: 0; }
		#content { border-top: 1px solid #687819; }
		.logged-in #header, #header { position: relative; top: 0;}
		#search, #social, .utility_nav, .no_mobile, #search, #secondary-callouts ul li a br, #header .header-map a.ico, #header .header-weather { display: none !important; }
		.mobile-tools { font: normal 600 12px/1.5 'Open Sans', sans-serif; z-index: 100; position: relative; text-transform: uppercase; color: #fff; padding: 15px; }
		.mobile-tools div { display: block; clear: both; overflow: hidden; }
		.mobile-tools .header-map { padding: 0 40px 0 0; }
		.mobile-tools .header-social { position: relative; }
		.mobile-tools p { color: #fff; font-size: 15px; text-transform: none; }
		.mobile-tools p a { color: #fff; text-decoration: underline; }
		#header .header-phone { margin: 5px 0; padding: 0; font-size: 17px;  border: 0;}
		#header .header-phone p { font-size: 17px; }
		.left, .right, #footer .copyright, #share, #footer .credit, #col-half { float: none; }
		#col-half { width: 100%; }
		#footer .credit { margin: 0; }
		#share { margin: auto; padding: 15px 0; }
		#footer .copyright { clear: none; }
		#footer { padding: 25px; }
		.outer, .inner, #content #main, #content #side { border: 0 none; bottom: auto; float: none; height: auto; left: auto; margin: 0; min-height: 0; min-width: 0; position: static; right: auto; top: auto; width: auto; }
		#content #main #feat-img { max-width: 100%; float: none; margin: 0 auto 15px auto; text-align: center; display: block; }
		#content #main img.size-medium.alignright,#content #main img.size-medium.alignleft { max-width: 100%; float: none; margin: 0 auto 15px auto; text-align: center; display: block; }
		#content #main .feat-caption { font-size: 14px; }
		#logo { width: 65%; }
		#header .tools { display: none; }
		#menu_btn { display: block; height: 100%; position: absolute; right: 0; top: 0; width: 15%; background-color: #687819; font-size: 0; text-align: center; }
		#menu_btn::before { display: block; padding-top: 1.25em; color: #fff; content: "\f333"; font: 40px 'Dashicons'; }
		#close_btn { display: block; position: absolute; right: 5px; top: 9px; z-index: 140; }
		#close_btn::before { display: block; content: "\f335"; color: #fff; font: 40px 'Dashicons'; }
		#nav_contain { height: 100%; left: -100%; margin: 0; position: fixed; top: 0; width: 100%; z-index: 100; }
		#nav_contain.slid { left: 0; background-color: rgba(0, 0, 0, .4); }
		#nav { border: 0 none; bottom: auto; height: 100%; left: -100%; position: absolute; top: 0; width: 90%; }
		#nav::before { display: block; height: 115px; left: 0; position: absolute; top: 0; width: 100%; z-index: 100; background-color: #5d6b12; content: ''; }
		#nav * { -webkit-tap-highlight-color: rgba(0,0,0,0); }
		#nav_contain.slid #nav { left: 0; }
		#nav > div { height: 100%; }
		#nav .inner { overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; }
		#nav ul { height: 100%; overflow: auto; padding: 115px 0 0 0; text-align: left; -webkit-overflow-scrolling: touch; }
		#nav ul li { display: block; height: auto; font-size: 17px; }
		#nav ul li a { padding: 1em; font-size: 15px; color: #5d6b12; border-bottom: 1px solid #475405; }
		#nav ul.menu li:hover ul.sub-menu { display: none; }
		#nav ul li ul.sub-menu { display: none; left: auto; padding: 0; position: relative; width: auto; opacity: 1; }
		#nav ul.menu li.over ul.sub-menu, #nav ul.menu li.current-menu-ancestor ul.sub-menu { display: block; }
		#nav ul li ul.sub-menu li a { padding: .75em 2em; line-height: 1.25; border-bottom: 1px solid #2f3802; background: #475405; }
		#header #nav_contain .mobile-tools { display: block; height: 150px; left: -100%; position: absolute; top: 0; width: 90%; z-index: 120; text-align: left; }
		#header #nav_contain.slid .mobile-tools { left: 0; }
		#header #nav_contain .tools::before { display: inline-block; height: 100%; vertical-align: middle; content: ''; }
		#header #nav_contain .tools .widget { display: inline-block; margin: 0 0 0 1em; vertical-align: middle; }
		#content { padding: 25px; }
		#content #main { padding: 0 0 1em; }
		#content #side { padding: 0 0 1em; }
		#services, #home-video { padding: 25px; }
		#services h1 { text-transform: none; }
		#footer { text-align: center; }
		#footer .top { padding: 0 0 1em; }
		.alignleft, .alignright { display: block; float: none; height: auto; margin: 0 0 1em 0; max-width: 90%; }
		.home-video-content h1 { text-transform: none; font-size: 35px; margin-bottom: 12px; }
		ul.home-services li h3 { text-transform: none; }
		.home-video-content .video-bio { font-size: 21px; line-height: 28px; }
		ul.home-services li .item { height: 250px; }
		ul.home-services li { width: 100%; float: none; display: block; padding: 0 15px; margin: 0; clear: both; overflow: hidden; }
		#secondary-callouts ul li { width: 100%; margin: 0; padding: 35px 0; }
		#access_tools { margin-bottom: 25px; position: relative; float: none; width: 100%; clear: both; overflow: hidden; text-align: center; }
		#access_tools a { float: unset; }
		#hero .caption { width: 80%; top: 5%; }
	}
	@media only screen and (max-width: 600px) {
		a.ill_btn.half, a.ill_btn.third { width: 100%; margin: 4% 0 4% 0; }
		#hero .controls { position: relative; background: none; bottom: 0; }
		#hero .caption { width: 90%; left: 5%;}
		#hero .caption p { font-size: 24px; line-height: 32px; text-align: center; }
		.post-type-archive-feedback .rating > label::before { font-size: 48px!important; margin: 0 5px!important; }
        #survey-wrapper { width: 100%!important; }
        .rating > label { cursor: pointer!important; }
        .fivestar-wrapper .fivestar-outer .fivestar-inner .button-wrapper .space-or { padding: 7px 5px!important; }
        article.post figure { width: 100%; margin: 0; }
        article.post .excerpt.with_img { width: 100%; margin: 0; }
	}
	@media only screen and (max-width: 500px) {
		#header .inner { padding: 20px; }
		#logo { width: 80%; }
		#menu_btn::before { padding-top: .4em; }
		#home-video #one-third { margin: 0!important; padding: 20px!important; }
		.home-video-content h1 { font-size: 30px; line-height: 31px; }
		p { font-size: 17px; }
	}
	@media only screen and (max-width: 345px) {
		#menu_btn { width: 45px; }
		#menu_btn:before { padding-top: 0.5em; font: 32px 'Dashicons'; }
	}

/* PRINT */
	@media only print {
		#header { width: 100%; top: 0!important; position: relative; }
		#header .inner { width: 100%; max-width: 100%; padding: 0; }
		#logo { width: 100%; clear: both; overflow: hidden; padding: 0; float: none; text-align: center; }
		#logo a img { display: block; margin: 0 auto; }
		#content { margin-top: 0; }
		#header .tools, .tools div, .mobile-tools { display: none!important; }
		#content li { list-style: disc inside; }
		#content li:before { display: none; }
		.collapseomatic_excerpt, .collapseomatic_content { display: block!important; }
		.collapseomatic { color: #222; }
		.utility_nav, #search, #nav, #hero, #social, #share, a#textsize, #header .tools, #services, #home-video, #secondary-callouts .callouts-wrapper, #map, #access_tools, #side .widget_page_sidebar, .widget_testimonials, #secondary-callouts { display: none; }
		img { border: 0; }
		#footer { background: none; border-top: 1px solid #999; }
		#footer p, #footer a { color: #333; padding: 0; }
		#header, .inner, #content #main, #content #side { clear: both; float: none; height: auto; margin: 0; max-width: none; min-height: 0; width: auto; background: transparent; }
		#content #main { margin-top: 25px; }
		.left, .right, #footer .copyright, #footer .credit { float: none; text-align: center; }
		#header { border-bottom: 1px solid #ddd; padding: 25px; }
		#footer .credit { margin-top: 10px; }
		body { background: transparent; }
		#content { clear: both; padding: 30px; }
		#footer, #footer a { color: #fff;text-align: center; }
	}