/*
	Theme Name: Magnolia 2017 - Hospice
	Theme URI: http://www.illuminage.com/
	Author: Kalii DeLaRosa
	Author URI: http://www.illuminage.com/
	Description: HTML5 starter theme.
*/

/* 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 { 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; }
	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; }
	a: focus { outline: 2px dotted #f89; }
	a { transition: all .4s ease; }
	a:hover { cursor: pointer; }
	hr { border-top: 3px solid #c6c6c6; margin-bottom: 20px; }

/* BASE STYLES */
	html, body, form, img { border: 0; margin: 0; padding: 0; }
	html { font-size: 100% }
	body {
		font: 1.1em/1 sans-serif;
		font-family: 'Open Sans', sans-serif;
		font-weight: 400;
		color: #3e3e3e;
	}
	.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; }
	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; }
	.collapseomatic{
	    display: block;
	    clear: both;
	    background: #333;
	    background-image: none !important;
	    padding: 15px !important;
	    margin: 10px 0;
	    text-decoration: none;
	    color: #ffffff;
	}
	.collapseomatic:hover { background: #2f79d0; text-decoration: none; }
	.lookatme:focus {
	    outline: #f89 solid 3px !important;
	    text-decoration: none;
	}

/* HEADER */
	#header {
		height: 196px;
		margin: 0 auto;
		position: relative;
		float: left;
		width: 100%;
		background-color: #fff;
		z-index: 100;
		box-shadow: 0px 10px 22px -6px rgba(0,0,0,0.75);
	}
	#header #top {
		position: relative;
		float: left;
		width: 100%;
		border-bottom: 1px solid #5770cc;
	}
	#header #top .left {
		float: left;
	}
	#header #top .right { 
		position: relative;
		float: right;
		background-color: #5770cc;
	}
	#header #top .right:before {
		display: block;
		content: '';
		position: absolute;
		left: 0;
		font-size: 0px; 
		border-top: 46px solid #fff;
		border-right: 20px solid #5770cc;
	}
	#header #bottom {
		position: relative;
		float: left;
		width: 100%;
		padding: 25px 0;
	}
	#header #bottom .left {
		float: left;
	}
	#header #bottom .right {
		float: right;
		padding: 40px 0 25px 0;
	}
	#logo {
		height: 100px;
		left: 0;
		top: 0;
		width: 400px;
		background: transparent url('images/logo.png') 0 0 no-repeat;
		background-size: contain;
	}
	#logo a {
		display: block;
		height: 100%;
		width: 100%;
	}
	#logo a img { display: none; }
	.utility_nav {
		font-size: 0;
	}
	.utility_nav ul {
		list-style-type: none;
	}
	.utility_nav ul li {
		display: inline-block;
		vertical-align: top;
	}
	.utility_nav ul li a {
		display: block;
		padding: 13px 10px 15px 10px;
		cursor: pointer;
		font-size: 15px;
		color: #888888;
		transition: background .25s ease-out, color .25s ease-out;
		-ms-transition: background .25s ease-out, color .25s ease-out;
	}
	.utility_nav ul li.current-menu-item a {
		color: #5770cc;
	} 
	.utility_nav ul li a:hover { 
		text-decoration: none;
		color: #5770cc;
	}
	.utility_nav ul li a.fontawesome-icon { 
		padding: 18px; 
	} 
	#search {
		float: left;
		padding: 10px 5px 10px 22px;
		position: relative;
	    z-index: 10;
	}
	#search label { display: none; }
	#search input {
		display: inline-block;
		vertical-align: top;
	}
	#search input[type=email] {
		border: 1px solid rgba(0, 0, 0, .5);
		display: none;
		height: 25px;
		padding: 0 5px;
		width: 150px;
		background-color: #fff;
		font-size: 12px;
		line-height: 1;
	}
	#search input[type=text] {
		height: 25px;
		width: 0;
		background-color: #fff;
		font-size: 12px;
		line-height: 1;
	}
	#search.show input[type=text] { width: 150px; padding: 0 5px; border: 1px solid rgba(0, 0, 0, .5); }
	#search input[type=text]:focus, #search input[type=email]:focus { outline: 0 none; }
	#search input[type=submit] {
		border: 0 none;
		height: 25px;
		margin: 0 0 0 4px;
		padding: 0;
		width: 25px;
		background: transparent url(images/searchico-white.png) center no-repeat;
		cursor: pointer;
		font-size: 0;
		line-height: 1;
		text-align: center;
		text-transform: uppercase;
	}
	#header .tools {
		clear: right;
		float: right;
		display: none;
	}

/* NAV */
	#nav {
		position: relative;
		width: 100%;
		font-size: 0;
	}
	#nav ul li.menu-item-contact {
		display: none;
	}
	#nav ul {
		position: relative;
	}
	#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:first-child a {
		padding-left: 0;
	}
	#nav ul li:last-child a {
		padding-right: 0;
	}
	#nav ul li a {
		display: block;
		height: 100%;
		padding: 0 20px 15px 20px;
		font-weight: 800;
		color: #313131;
		font-size: 19px;
		line-height: 1;
		text-decoration: none;
		text-transform: uppercase;
		transition: background .25s ease-out, color .25s ease-out;
		-ms-transition: background .25s ease-out, color .25s ease-out;
	}
	#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, #nav ul li.menu-item-has-children.over:after, #nav ul li.menu-item-has-children.current_page_parent:after {
		color: #5770cc;
	}
	#nav ul li ul.sub-menu {
		background-color: #fff;
		box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.5);
	}
	#nav ul li ul.sub-menu {
		left: -9999px;
		position: absolute;
		width: 200px;
		opacity: 0;
		transition: opacity .25s ease-out;
		-ms-transition: opacity .25s ease-out;
	}
	#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;
		border-bottom: 1px solid #e5e5e5;
	}
	#nav ul li ul.sub-menu li a {
		height: auto;
		padding: 15px;
		font-size: 16px;
		line-height: 1.3;
		color: #333;
		font-weight: 400;
		text-transform: none;
		transition: all .4s ease;
		position: relative;
		vertical-align: middle;
		-webkit-transform: perspective(1px) translateZ(0);
		transform: perspective(1px) translateZ(0);
		box-shadow: 0 0 1px transparent;
		position: relative;
		-webkit-transition-property: color;
		transition-property: color;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}
	#nav ul li ul.sub-menu li a:after {
		content: "";
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #5770cc;
		-webkit-transform: scaleX(0);
		transform: scaleX(0);
		-webkit-transform-origin: 0 50%;
		transform-origin: 0 50%;
		-webkit-transition-property: transform;
		transition-property: transform;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
	}
	#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 { 
		padding-left: 35px;
		color: #fff;
		border: 0;
	}
	#nav ul li ul.sub-menu li.current-menu-item a {
		background: #5770cc;
	}
	#nav ul li ul.sub-menu li a:hover:after, #nav ul li ul.sub-menu li a:focus:after,  #nav ul li ul.sub-menu li a:active:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	#nav ul li ul.sub-menu li:hover > a::before, #nav ul li ul.sub-menu li a:hover::before, #nav ul li ul.sub-menu li a:focus::before, #nav ul li ul.sub-menu li.current-menu-item a::before {
	    position: absolute;
	    content: '-';
	    left: 15px;
	    top: 13px;
	    color: inherit;
	}
	#nav ul li ul.sub-menu li:hover {
		border-color: rgba(0, 0, 0, 0);
	}
	#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 {
		background-color: #494949;
	}
	#hero .ill_hero_slider .stage {
	    height: 650px;
	    padding: 0;
	    margin-bottom: 10px;
	}
	#hero .info {
		background-color: rgba(0,24,115,.1);
		position: absolute;
		bottom: 0;
		width: 100%;
		min-height: 50px;
	}
	#hero .caption {
		display: none;
	}
	#hero .title {
		background: none;
		text-align: center;
		color: #fff;
		position: relative;
		padding: 32px;
		font-family: 'Lora', serif;
		font-size: 38px;
		line-height: 52px;
		font-weight: 700;
		letter-spacing: 2px;
	}
	#hero .caption {
		font-size: 20px;
		padding: 0;
	}
	#hero .pause {
		border-color: #c9c9c9;
	}
	#hero .play {
		border-left-color: #c9c9c9;
	}
	#hero .ill_hero_slider .controls .dots .dot.active {
		background-color: #708bde;
	}
	#hero .ill_hero_slider .controls .dots .dot {
		background-color: #c9c9c9;
	}

/* Callouts */
	#callouts {
		position: relative;
		width: 100%;
		float: left;
		padding: 40px 0;
		background-color: #494949;
	}
	#callouts .inner {
		display: -webkit-flex;
		display: flex;
		display: flexbox;
		display: box;
		-webkit-flex-direction: row;
	   flex-direction: row;
	    -webkit-align-items: center;
	   align-items: center;
	   -webkit-justify-content: center;
	   justify-content: center;
	}
	#callouts .service-item {
		width: 500px;
		height: 300px;
		overflow: hidden;
	}
	#callouts .service-item .pic {
		width: 100%;
		height: 300px;
		-webkit-box-shadow: inset 0px -31px 105px 8px rgba(0,0,0,0.75);
	    -moz-box-shadow: inset 0px -31px 105px 8px rgba(0,0,0,0.75);
	    box-shadow: inset 0px -31px 105px 8px rgba(0,0,0,0.75);
	    background-size: cover;
	    background-repeat: no-repeat;
	}
	#callouts .overlay {
		position: relative;
	    text-align: center;
	    z-index: 10;
	    height: 100%;
	    width: 100%;
	    background: rgba(0,0,0,0.5);
	    opacity: 0;
	    border: 1px solid transparent;  
	    -webkit-backface-visibility: hidden;
	    -moz-backface-visibility: hidden;
	    backface-visibility: hidden;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    transition: all 0.3s;
	}
	#callouts .text {
		display: flex;
	    flex-direction: column;
	    position: relative;
	    bottom: 55px;
	    z-index: 50;
	    overflow: hidden;
	    height: 50px;
	     -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	    transition: opacity 0.35s, transform 0.35s;
	}
	#callouts .text, #callouts .text a {
		color: #fff;
		font-family: 'Open Sans', sans-serif;
		text-align: center;
	}
	#callouts .title {
		font-family: 'Lora', serif;
		font-size: 27px;
		line-height: 33px;
		font-weight: 700;
		text-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
		margin-bottom: 25px;
	}
	#callouts a:hover { text-decoration: none; }
	#callouts .service-item:hover .title {
		text-shadow: none;
	}
	#callouts .service-item:hover .text {
	    transform: translate3d(0, -150px, 0);
	    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	    transition: opacity 0, transform 0.5s;
	    height: 100%;
	}
	#callouts .service-item:hover .overlay {
		opacity: 1;
	}
	#callouts .service-item:hover {
		cursor: pointer;
	}
	#callouts a.learn-more {
		display: block;
		text-align: center;
		margin-top: 20px;
	}
	#callouts .excerpt {
		padding: 0 15px;
		font-size: 15px;
		line-height: 20px;
	}

/* CONTENT AREA */
	#content h1, #content h2, #content h3 {
		font-family: 'Lora', serif;
		font-weight: 400;
	}
	#content h1 {
		margin: 0 0 20px 0;
		font-size: 2.25em;
		color: #001773;
		line-height: 1.15em;
	}
	#content h2 {
		margin: 0 0 15px 0;
		font-size: 1.65em;
		line-height: 1;
	}
	#content h3 {
		margin: 0 0 10px 0;
		font-size: 1.4em;
		line-height: 1;
	}
	.search #content h3 a {
		font-weight: bold;
	}
	#content p {
		padding: 0 0 1em 0;
		line-height: 1.5em;
	}
	#content ul {
		margin-left: 1em;
		padding: 0 0 1em 1.5em;
		line-height: 1.5em;
		list-style-type: disc;
	}
	#content ol {
		margin-left: 1em;
		padding: 0 0 1em 1.5em;
		line-height: 1.5em;
	}
	#content li {
		padding: 4px 0;
	}
	#content a { text-decoration: underline; color: #2f51d8; }
	#content a:hover { text-decoration: none; color: #ee8d1a;}
	#content a[href$=".doc"]:after, #content a[href$=".docx"]:after, #content a[href$=".pdf"]:after, #content a[href$=".ppt"]:after, #content a[href$=".xls"]:after, #content 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: ''; }
	#content a[href$=".doc"]:after, #content a[href$=".docx"]:after { background-image: url(images/icon-doc.png); }
	#content a[href$=".pdf"]:after { background-image: url(images/icon-pdf.gif); }
	#content a[href$=".ppt"]:after, #content a[href$=".pptx"]:after { background-image: url(images/icon-ppt.png); }
	#content a[href$=".xls"]:after, #content a[href$=".xlsx"]:after { background-image: url(images/icon-xls.png); }
	#content form { margin: 0 0 1em 0; }
	#content input[type=text], #content input[type=email], #content input[type=password], #content textarea, #content select, #content input[type=submit] { border: 1px solid #888; border: 1px solid rgba(0, 0, 0, .5); display: inline-block; vertical-align: middle; width: 50%; }
	#content input[type=text], #content input[type=email], #content input[type=password], #content textarea { padding: .5em; }
	#content textarea { height: 5em; }
	#content select { margin: 0; padding: .4em; vertical-align: top; width: auto; }
	#content input[type=submit] { padding: .5em 1em; width: auto; cursor: pointer; }
	#content .pdf { display: none; }
	#content a.no_icon:after { content: none; }
	#content .ill_responsive_video,
	.ill_responsive_video {
		margin: 0 0 1em;
		padding: 0 0 56.25% 0;
		position: relative;
	}
	#content .ill_responsive_video iframe,
	.ill_responsive_video iframe {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	#content .ill_responsive_video br,
	.ill_responsive_video br { display: none; }

/* MAIN */
	#content #main {
		float: left;
		min-height: 300px;
		width: 65%;
		font-size: 1em;
		padding: 50px 0;
	}
	#content #main h2 {
		color: #ee8d1a;
		margin-top: 15px;
		line-height: 1.35em
	}
	#content #main h3 {
		line-height: 1.25em;
	}
	#content #main.full_width { float: none; width: auto; }
	#content #main img {
		border: 1px solid #aaa;
		height: auto;
		max-width: 100%; 
	}
	#content #main img.noborder, #content #main img[src$=".png"] { 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 { text-decoration: underline; }
	#content #main a:hover, #content #main a img { text-decoration: none; }
	#content #main ul ul li {
		font-size: 100%;
		list-style-type: circle;
	}
	#content #main caption, #content #main .wp-caption-text {
		font-size: .85em;
		font-style: italic;
		text-align: center;
	}
	#content #main #feat-img {
		float: right;
	    max-width: 40%;
	    margin: 0 0 15px 15px;
	}
	#content #main .feat-caption {
		position: absolute;
		bottom: 0;
		padding: 10px;
		background-color: rgba(0, 0, 0, .75);
		color: #fff;
	    font-size: .75em;
	    line-height: 1.35em;
	}

/* SIDEBAR */
	#content #side {
		float: right;
		min-height: 300px;
		width: 32%;
		padding: 50px 0;
	}
	#content #side p, #content #side li, #content #side td { font-size: 1em; }
	#content #side .ill_rss a, #content #side li a {
		color: #000;
	}
	#content #side .ill_rss a:hover, #content #side li a:hover  {
		color: #fff;
	}
	#content #side .widget {
		background-color: #e6e6e6;
		padding: 25px;
		margin-bottom: 25px;
	}
	#content #side .widget_page_sidebar {
		display: flex;
	    align-items: center;
	    flex-direction: column;
	}
	#content #side .widget-title, #content #side .highlights h2 {
		text-align: center;
		position: relative;
	}
	#content #side .widget-title:after, #content #side .highlights h2:after {
		display: block;
		content: '';
		margin: auto;
	    margin-top: 15px;
		width: 45px;
		height: 3px;
		background-color: #ee8d1a;
	}
	#content #side ul {
		padding: 0 0 0 25px;
		margin: 0;
	}
	#side .ill_rss_item_title {
		line-height: 1.25em;
		font-weight: bold;
	}
	#side .ill_rss_item {
		margin-bottom: 20px;
	}
	#side .ill_rss_item_thmb, #side .ill_rss_item_description {
		display: none;
	}
	#side .ill_rss .ill_rss_item_date {
	    font-style: italic;
	    font-size: .85em;
	    opacity: .8;
	    margin: 6px 0;
	}
	#section_guide {
		background-color: #e6e6e6;
		padding: 25px;
		margin-bottom: 25px;
	}
	#section_guide h2 {
		text-align: center;
		position: relative;
	}
	#section_guide h2:after {
		display: block;
		content: '';
		margin: auto;
	    margin-top: 15px;
		width: 45px;
		height: 3px;
		background-color: #ee8d1a;
	}
	#content #side #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;
	}
	#content #side #section_guide ul li {
		padding: 15px 0;
	}
	#content #side #section_guide ul li ul li:last-child {
		padding-bottom: 0;
	}
	#content #side #section_guide ul li:first-child {
		padding-top: 0;
	}
	#section_guide ul li li {
		border-bottom: 1px solid #d2d2d2;
	}
	#section_guide ul li li:last-child {
		border-bottom: 0;
	}
	#section_guide ul li a {
		text-decoration: none;
		color: #333;
		position: relative;
	}
	#section_guide ul li ul.sub-menu li.current-menu-item a, #section_guide ul li ul.sub-menu li a:hover { 
		color: #4866c0;
	}
	#section_guide ul li a:hover, #section_guide ul li ul.sub-menu li.current-menu-item a {
		padding-left: 15px;
	}
	#section_guide ul li ul.sub-menu li.current-menu-item a:before, #section_guide ul li a:hover:before {
	    position: absolute;
	    content: '-';    
	    left: 0;
	    top: 0;
	    color: inherit;
	}
	#content #side .ill_btn {
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		background-color: #79a858;
		padding: 10px 15px;
		border: 1px solid #659443;
		margin: 10px 0 0 0;
	    float: left;
	    position: relative;
	}
	#content #side .ill_btn:before {
		display: block;
		content: '';
		margin-right: 10px;
		color: #fff;
		content: "\f508";
		font: 1em 'dashicons';
	    float: left;
	    position: relative;
	    font-weight: normal;
	}
	#content #side .ill_btn:hover {
		background-color: #ee8d1a;
	    border-color: #ee8d1a;
	}

/* Blog */
	#content.blog #main h2 { margin: 0; padding: 5px 0 12px 0; }
	#content.blog #main .post {
		clear: both;
		margin: 0 0 1.5em 0;
		line-height: 1.5em;
	}
	#content.blog #main .post i {
		opacity: .65;
	}
	#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; }
	#content.blog .feat-img {
		float: right;
	    margin: 0 0 15px 15px;
	    max-width: 40%;
	    position: relative;
	}

/* Gravity Forms */
	#content #main .gform_wrapper .ginput_complex label { margin: 0 0 10px 0 !important; }
	#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: 97%; }
	#content #main .gform_wrapper textarea { height: 10em; }
	#content #main .gform_wrapper ul.gform_fields { padding-left: 0; }

/* Mappress */
	#content #main .mapp-layout  { margin-bottom: 20px !important; }
	#content #main .mapp-layout img { border: 0 none; }

/* FOOTER */
	#footer {
		clear: both;
		position: relative;
	}
	#footer a { text-decoration: none; }
	#footer .top {
		border-top: 2px solid #202020;
		position: relative;
		float: left;
		width: 100%;
		background-color: #424242;
		padding: 50px 20px;
		-webkit-box-shadow: inset 0px -200px 236px -66px rgba(0,0,0,0.85);
	    -moz-box-shadow: inset 0px -200px 236px -66px rgba(0,0,0,0.85);
		box-shadow: inset 0px -200px 236px -66px rgba(0,0,0,0.85);
	}
	#footer .top .inner {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
	   flex-direction: row;
	}
	#footer .top h3 {
		color: #ffffff;
		font-family: 'Lora', serif;
		font-size: 19px;
		margin-bottom: 10px;
	}
	#footer .top .col {
		position: relative;
		z-index: 98;
		width: 35%;
	}
	#footer .top .col.address {
		color: #f7ecdc;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
	   flex-direction: column;
	}
	#footer .top .address .widget {
		margin-bottom: 20px;
	}
	#footer .top .address .widget .textwidget {
		line-height: 22px;
		font-size: 14px;
		font-weight: 300;
	}
	#footer .top .widget .textwidget a {
		font-weight: 600;
		color: #fcb868;
	}
	#footer .top .col.misc-2, #footer .top .widget .textwidget a:hover {
		color: #fff;
	}
	#footer .top .misc-2 .widget .textwidget {
		font-family: 'Lora', serif;
		font-size: 18px;
		line-height: 24px;
		font-weight: 700;
	}
	#footer .top .footer_nav ul {
		position: relative;
		list-style-type: none;
	}
	#footer .top .footer_nav ul li {
		margin-right: 10px;
	}
	#footer .top .footer_nav ul li a {
		color: #fff;
		font-size: 15px;
		font-weight: 600;
		text-transform: uppercase;
		padding: 12px 15px;
		margin-right: 10px;
		background-color: #2f51d8;
		border: 1px solid #001773;
		display: inline-block;
		float: left;
	}
	#footer .top .footer_nav ul li a:hover {
		background-color: #ee8d1a;
		border-color: #ee8d1a;
	}
	#footer .top .footer_nav ul li.menu-item-download-brochure a:before {
	    display: block;
	    content: '';
	    margin-right: 10px;   
	    color: #fff;
	   	content: "\f15b";
	    font-family: FontAwesome;
	    font-style: normal;
	    font-weight: normal;
	    text-decoration: inherit;
	    float: left;
	    position: relative;
	}
	#footer .bottom {
		position: relative;
		width: 100%;
		float: left;
		background-color: #040404;
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 600;
		padding: 20px;
	}
	#footer .bottom a {
		color: #ee8d1a;
	}
	#footer .bottom a:hover {
		color: #fff;
	}
	#footer .bottom .inner {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
	   flex-direction: row;
	}

/* Social Media Sharing */
	#share { margin: 0 auto; overflow: hidden; padding: 0; width: 5.5em; font-size: 1em; text-align: right; text-transform: uppercase; white-space: nowrap; transition: width .35s ease-out; -ms-transition: width .35s ease-out; transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); }
	#share.active { width: 11.5em; }
	#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: #ee8d1a; content: "\f237"; font: 1.5em 'dashicons'; }
	#share a { display: inline-block; margin: -.25em 0 0 4px; vertical-align: middle; color: #333; cursor: pointer; opacity: .5; text-decoration: none; transition: .25s opacity ease-out; -ms-transition: .25s opacity ease-out; }
	#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"; }

/* Accessability Tech Tools */
	#access_tools { float: right; padding: 3px 0 0 0; }
	#access_tools a { display: inline-block; height: 40px; width: 40px; padding: 10px 0 0 0; vertical-align: top; color: #fff; font-size: 20px; text-align: center; text-decoration: none; }
	#access_tools a#textsize span { display: inline-block; text-transform: uppercase; }
	#access_tools a#highcontrast { background: transparent url(images/icon-high-contrast.png) center no-repeat; background-size: 30px; }

/* UTILITY STYLES */
	.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; }
	.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }

/* HIGH CONTRAST */
	.high_contrast * { background-color: #fff !important; color: #222 !important; }
	.high_contrast #logo a, .thmb a, .high_contrast #map * { background-color: transparent !important; }
	.high_contrast .ill_hero_slider .stage .slide .pic, .high_contrast .ill_hero_slider .stage .slide a { background-color: transparent !important; }
	.high_contrast #content #side .widget, .high_contrast #section_guide { border: 1px solid #000;}
	.high_contrast #footer .top { box-shadow: none; }
	.high_contrast #footer .bottom, .high_contrast #footer .top { border-top: 1px solid #000; }
	.high_contrast #callouts .title { text-shadow: none; font-weight: normal; }
	.high_contrast #callouts, .high_contrast #hero {background-color: #ddd !important; }
	.high_contrast .ill_hero_slider .prev { background-color: transparent!important; border-right-color: #ffffff!important; }
	.high_contrast .ill_hero_slider .next { background-color: transparent!important; border-left-color: #ffffff!important; }

/* RESPONSIVE */
	@media only screen and (max-width: 1500px) {
		#header #bottom { padding: 25px 10px; }
		#logo { width: 25vw; }
		#nav ul li a { font-size: 1.25vw; }
		#content { padding-right: 20px; padding-left: 20px; }
	}
	@media only screen and (max-width: 1345px) {
		#nav ul li a { font-size: 1.35vw; padding-left: 0; }
		#nav ul li:last-child a { padding-right: 10px; }
		#callouts .service-item, #callouts .service-item .pic { height: 275px; }
		#callouts .service-item:hover .text { transform: translate3d(0, -175px, 0); }
		#callouts .title { font-size: 25px; }
	}
	@media only screen and (max-width: 1024px) {
		body { font-size: .8em; }
		.inner { width: auto; }
		#header { height: 245px; }
		#header #bottom .left, #header #bottom .right { float: none; }
		#header #bottom .right { padding: 0; }
		#logo { float: none; height: 100px; left: auto; margin: auto; margin-bottom: 20px; position: relative; top: auto; width: 20em; }
		#nav ul li { font-size: 15px; }
		#nav ul li a { padding: 0 10px 10px 10px; text-transform: none; font-size: 2vw; }
		#nav ul li:last-child a { padding-right: 0; }
		#nav { text-align: center; }
		#textsize { display: none; }
		#callouts .inner { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; }
		#hero .ill_hero_slider .stage { height: 500px; }
		#callouts { padding: 20px 0 40px 0; }
		#callouts .service-item { width: 90%; }
		#callouts .service-item, #callouts .service-item .pic { height: 400px; background-position: center; }
		#content { padding-right: 2em; padding-left: 2em; }
		#content #main { width: 63%; }
		#footer .top .inner, #footer .bottom .inner { -webkit-flex-direction: column; flex-direction: column; }
		#footer .top .col { width: 100%; text-align: center; }
		#footer .top .footer_nav ul li a { text-align: center; float: none; margin: 0 0 10px 0; }
		#footer .top .misc-2 { margin-top: 10px; padding: 0 40px; }
		#footer .top .footer_nav ul li { margin: 0; }
		#footer .bottom { text-align: center; }
		#footer .bottom .col { padding: 15px 0; }
	}
	@media only screen and (max-width: 768px) {
		#header { height: auto; }
		#header .tools { margin: 0 0 1em; position: relative; right: auto; top: auto; text-align: center; }
		#header #top .right { display: none; }
		#header #top .left { float: none; text-align: center; }
		#hero .ill_hero_slider .stage { height: 400px }
		#hero .title { padding: 20px; font-size: 33px; line-height: 40px; }
		#nav_contain { clear: both;  }
		#nav { left: auto; position: relative; top: auto; }
		#nav ul li { font-size: 13px; }
		#nav ul li ul.sub-menu li a { padding: 10px 15px; 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 { padding-left: 25px; }
		#nav ul li ul.sub-menu li:hover > a::before, #nav ul li ul.sub-menu li a:hover::before, #nav ul li ul.sub-menu li a:focus::before, #nav ul li ul.sub-menu li.current-menu-item a::before { top: 10px; }
		#content #main, #content #side { width: 100%; float: none; }
		#content #main { padding-bottom: 0; }
		#content #main #feat-img { max-width: 55%; }
		#footer { font-size: .8em; }
	}
	@media only screen and (max-width: 600px) {
		#search, #textsize, #social, .utility_nav, .no_mobile, #wpadminbar, #header #top { display: none !important; }
		.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; }
		html { overflow: auto; }
		body { padding: 60px 0 0 0; position: relative; background: #fff; }
		#header { height: 60px; left: 0; padding: 0; position: fixed; top: 0; width: 100%; z-index: 100; background-color: #fff; box-shadow: 0 3px 8px rgba(0, 0, 0, .1); }
		#header #bottom { padding: 0; }
		#logo { height: 60px; left: auto; margin: 0 0 0 10px; position: relative; top: auto; width: 240px; background-position: left center; background-size: contain; }
		#content #main .feat-caption { font-size: 14px; }
		#header .tools { display: none; }
		#header .tools #utilitymenu ul { list-style-type: none; display: inline-block; }
		#header .tools #utilitymenu ul li a { color: #fff;  font-size: 10px; text-transform: uppercase; margin-right: 10px; }
		#header .tools ul li { display: inline; }
		#menu_btn { display: block; height: 60px; position: absolute; right: 0; top: 0; width: 60px; background-color: #001773; font-size: 0; text-align: center; }
		#menu_btn:before { display: block; padding-top: .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; background-color: transparent; transition: .25s background ease-out; -ms-transition: .25s background ease-out; }
		#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%; background-color: #eee; transition: .25s left ease-out; -ms-transition: .25s left ease-out; }
		#nav:before { display: block; height: 60px; left: 0; position: absolute; top: 0; width: 100%; z-index: 100; background-color: #ccc; 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: 60px 0 0 0; text-align: left; -webkit-overflow-scrolling: touch; }
		#nav ul li { display: block; height: auto; font-size: 17px; position: relative; }
		#nav ul li.menu-item-has-children:after { display: inline-block; color: #aaa; content: "\f140"; font: 1.25em 'dashicons'; position: absolute; right: 10px; top: 17px; }
		#nav ul li a, #nav ul li:first-child a { padding: 1.5em; background-color: #fff; border-bottom: 1px solid #ddd; font-size: .8em; font-weight: 400; }
		#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;  left: 0; box-shadow: none; }
		#nav ul li ul.sub-menu li a { padding: 14px 30px; line-height: 1.25; border-bottom: 0; font-size: .8em; }
		#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 { padding-left: 45px; }
		#nav ul li ul.sub-menu li:hover > a::before, #nav ul li ul.sub-menu li a:hover::before,  #nav ul li ul.sub-menu li a:focus::before,  #nav ul li ul.sub-menu li.current-menu-item a::before { left: 30px; }
		#header #nav_contain .tools { display: block; height: 60px; left: -100%; position: absolute; top: 0; width: 90%; z-index: 120; background-color: #333; font-size: 1.15em; text-align: left; transition: .25s left ease-out; -ms-transition: .25s left ease-out; }
		#header #nav_contain.slid .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: 0; }
		#content #main, #content #side .widget, #footer .top { padding: 20px; }
		#content #side .widget { margin-bottom: 0; }
		#footer { text-align: center; }
		.alignleft, .alignright { display: block; float: none; height: auto; margin: 0 0 1em 0; max-width: 90%; }
		#hero .ill_hero_slider .stage { height: 250px; }
		#hero .title{ font-size: 1.5em; line-height: 30px; }
		#hero .caption { font-size: 1em; line-height: 1.5em; }
		#hero .info { min-height: inherit; }
		#callouts { padding: 15px 0 0 0; }
		#callouts .service-item { width: 100%; }
		#callouts .service-item .pic { background-position: center; box-shadow: inset 0px -75px 105px 8px rgba(0,0,0,0.75); }
		#callouts .service-item, #callouts .service-item .pic { height: 275px; }
		#callouts .title { font-size: 1.75em; font-weight: normal; }
		#content #main #feat-img { float: none; max-width: 100%; margin: 0 0 15px 0; }
		#content #main p, #content #main li, #content #main td { font-size: 1.25em; }
		#content #side { padding-top: 10px; }
		#content #side, #section_guide { padding-bottom: 0; margin-bottom: 0; }
		#footer .top .misc-2 .widget .textwidget { font-size: 1.25em; font-weight: normal; }
		#footer .bottom .col { padding: 0; line-height: 1.5em; }
		#share {  margin-top: 15px; margin-bottom: 15px;  }
		#content.blog .feat-img { float: none; margin: 0 0 15px 0; max-width: 100%; position: relative; } 
	}
	.only_mobile { display: none; }

/* PRINT */
	@media only print {
		.utility_nav, #search, #nav, #hero, #social, #share, a#textsize, #callouts, .footer_nav, #map, #header #top, #content #side .widget, #section_guide, #footer .footer_nav, #footer .bottom, #footer a { display: none; }
		.bottom .credit { margin: auto; }
		#content #main { padding: 40px; }
		#header, .inner, #content #main, #content #side { clear: both; float: none; height: auto; margin: 0; max-width: none; min-height: 0; width: auto; background: transparent; }
		body { background: transparent; }
		#header { box-shadow: none; }
		#header #bottom { top: 0; position: relative; float: none; }
		.home #header { height: 150px; }
		#header #bottom .left { float: none; }
		#logo { background-image: none!important; float: none; left: auto; margin: auto; position: relative; top: auto; background: transparent; background-repeat: no-repeat; }
		#logo a img { display: block; height: 100px; width: auto; }
		#content { clear: both; }
		#content #main { padding: 0 40px 40px 40px; }
		#footer .top { background-color: #ffffff; box-shadow: none; }
		#footer .top h3 { color: #444; }
		#footer p { color: #444; font-size: .75em; text-align: center; }
	}