/*
	Theme Name: Association Master Template Two
	Theme URI: http://www.illuminage.com/
	Author: John tonge
	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 { /* 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; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -webkit-box-sizing: border-box; }
	article,  aside,  details,  figcaption,  figure,  footer,  header,  hgroup,  menu,  nav,  section { display: block; }
	.screen-reader-text { display: none; }
	body { line-height: 1; background: #e6e6d9; font-family: 'Open Sans', sans-serif; }
	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=submit] { appearance: none; -webkit-appearance: none; border-radius: 0; }

/* BASE STYLES */
	* { outline: 0 none; }
	html, body, form, img { border: 0; margin: 0; padding: 0; }
	html { font-size: 100% }
	body {
		min-width: 990px;
		font: .85em/1.5 sans-serif;
	}
	.contain {
		clear: both;
		margin: 0 auto;
		position: relative;
		width: 990px;
	}
	select, input, textarea, button { font: 99% sans-serif; }
	pre, code, kbd, samp { font-family: monospace, sans-serif; }
	img { margin: 0; }
	a {
		border: none;
		text-decoration: none;
	}
	a:hover, a:active { outline: none; }
	a:hover { text-decoration: underline; }
	ol { list-style-type: decimal; }
	small { font-size: 85%; }
	strong, th { font-weight: bold; }
	.hidden_login_form { font-size: 15px; }

/* HEADER */
	#header {
		background: #004387;
		height: 183px;
		margin: 0 auto;
		position: relative;
		z-index: 100;
	}
	#logo {
		height: 100px;
		left: 10px;
		position: absolute;
		top: 15px;
		width: 350px;
		background: transparent url('images/logo.png') 0 0 no-repeat;
	}
	#logo a {
		display: block;
		height: 100%;
		width: 100%;
	}
	#logo a img { display: none; }
	#utility_nav {
		position: absolute;
		right: 225px;
		top: 42px;
		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: 10px;
		color: #ffffff;
		text-transform: uppercase;
		cursor: pointer;
		font-size: 16px;
	}
	#utility_nav ul li a:hover, #utility_nav ul li.current-menu-item a {
		background: #417FBC;
		border-radius: 5px;
		text-decoration: none;
	}

/* MENU  */
	#nav:before {
		content: '';
		position: absolute;
		height: 54px;
		width: 100%;
		background-color: #417ebc;
	}
	#nav {
		background: transparent; 
		bottom: 0;
		left: 0;
		position: absolute;
		width: 100%;
		height: 54px;
		font-size: 0;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
		-moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);	
	}
	#nav ul {
		height: 54px;
		position: relative;
		display: block;
		text-align: center;
	}
	#nav ul li {
		display: inline-block;
		height: 100%;
		position: relative;
		vertical-align: top;
	}
	#nav ul li a {
		display: block;
		height: 100%;
		padding: 26px 15px 0 15px;
		color: #ffffff;
		font-size: 15px;
		font-weight: normal;
		line-height: 1px;
		text-decoration: none;
		text-transform: uppercase;
	}
	#nav ul li:hover a, #nav ul li.current-menu-item a, #nav ul li.current-menu-ancestor a, #nav ul li.current_page_parent a {
		background-color: #7BB3EC;
	}
	#nav ul li:before {
		content: '';
		position: absolute;
		left: 0;
		top: 15px;
		height: 26px;
		width: 1px;
		background: #7bb3ec;
	}
	#nav ul li.current-menu-item:before, #nav ul li.current-menu-ancestor:before, #nav ul li.current_page_parent:before {
		content: none !important;
		background: none !important;
	}
	#nav ul li:first-child:before, #nav ul li ul.sub-menu li:before { background: none; }
	/* 2nd level nav */
	#nav ul li ul.sub-menu {
		left: -9999px;
		position: absolute;
		width: 200px;
		opacity: 0;
		transition: opacity .25s ease-out;
		-moz-transition: opacity .25s ease-out;
		-ms-transition: opacity .25s ease-out;
		-webkit-transition: opacity .25s ease-out;
	}
	#nav ul li:hover ul.sub-menu { left: 0; opacity: 1; }
	#nav ul li:last-child:hover 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;
		padding: 10px 12px;
		font-size: 13px;
		line-height: 100%;
	}
	#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.current-menu-item a, #nav ul li ul.sub-menu li.current-page-parent a { background-color: #8f8; }
	/* 3rd level nav */
	#nav ul li ul.sub-menu li ul.sub-menu {
		display: none;
	}
	#nav ul li ul.sub-menu li:hover ul.sub-menu { left: 100%; opacity: 1; }
	#menu_btn { display: none; }

/* HERO */
	#hero {
		position: relative;
		background-color: #ffffff;
		z-index: 2;
		margin-right: -4px;
		border-radius: 0 0 8px 8px;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
		-moz-box-shadow:0 3px 3px rgba(0, 0, 0, 0.4);
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
	}
	#hero .ill_hero_slider {
		padding: 0;
	}
	#hero .ill_hero_slider .stage {
		padding: 0;
		height: 316px;
	}
	#hero .ill_hero_slider .stage .info {
		position: absolute;
		top: 0;
		right: 0;
		width: 253px;
		height: 316px;
		padding: 22px 22px 70px 22px;	
		text-align: left;
	}
	#hero .ill_hero_slider .stage .slide .pic {
		background-size: auto;
		background-position: left center;
		border-radius: 0 0 0 7px;
	}
	#hero .ill_hero_slider .stage .slide .title {
		background: none;
		background-color: transparent;
		padding: 0;
		font-family: 'Open Sans', sans-serif;
		line-height: 1.1em;
		font-size: 22px;
		text-transform: uppercase;
		color: #000000;
		position: static;
		height: auto;
	}
	#hero .ill_hero_slider .stage .slide .caption {
		background: none;
		color: #000000;
		padding:0 21px 0 0;
		position: static;
		height: 50%;
		overflow: hidden;
		margin: 15px 0;
	}
	#hero .ill_hero_slider .stage .slide .button {
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
		position: absolute;
		bottom: 22px;
		left: 22px;
		width: auto;
		height: auto;
		padding: 15px;
		background-color: #d7d7d7;
		color: #ffffff;
		font-weight: bold;
		text-transform: uppercase;
		border-radius: 8px;
		text-shadow: 2px 2px 2px rgba(0,0,0,.6);
		text-align: center;
	}
	#hero .controls {
		display: none;
	}
	.bd-wrap:before {
		content: '';
		position: absolute;
		left: 0;
		top: 183px;
		height: 281px;
		width: 100%;
		/*	background: url(images/body-bg.jpg);*/
		background-color: #d7d7d7;
		background-size: cover;
		border-bottom: 5px solid #accbc7;
		z-index: -1
	}

/* CALLOUT MENU */
	.home #callout_nav {
		position: relative;
		right: 0;
		width: 990px;
		z-index: 1;
	}
	.menu-callout-menu-container { 
		margin: 75px 0 35px 0;
	}
	.home .menu-callout-menu-container{ 
		margin: 0 0 25px 0;
		text-align: center; 
	}
	.menu-callout-menu-container ul {
		font-size: 0;
		list-style-type: none;
	}
	.menu-callout-menu-container ul li {	
		display: block;
		width: 230px;
		padding: 0;
		vertical-align: top;
		border-radius: 10px 0 0 10px;
		margin-bottom: 15px;
	}
	.home .menu-callout-menu-container ul li {
		display: inline-block;
		width: 288px;
		margin-left: 25px;
		border-radius: 0 0 10px 10px;
	}
	.menu-callout-menu-container ul li.callout-one {
		background-color: green;
	}
	.menu-callout-menu-container ul li.callout-two {
		background-color: yellow;
	}
	.menu-callout-menu-container ul li.callout-three {
		background-color: orange;	
	}
	.menu-callout-menu-container ul li.callout-four {
		background-color: purple;	
	}
	.menu-callout-menu-container ul li:first-child {
		border-top: none;
	}
	.home .menu-callout-menu-container ul li:first-child {
		margin-left: 0;
	}
	.home .menu-callout-menu-container ul li:first-child { margin: 0; }
	#content .menu-callout-menu-container ul li a {
		display: block;
		color: #ffffff;
		height: 61px;
		padding: 18px 0 0 10px;
		text-align: left;
		width: 100%;
		font-size: 19px;
		font-weight: 900;
		line-height: 115%;
		text-decoration: none;
		text-transform: uppercase;
		text-shadow: 2px 2px 2px rgba(0,0,0,.6);
	}
	.home .menu-callout-menu-container ul li a { 	
		font-size: 24px; 
		display: block;
		color: #ffffff;
		height: 61px;
		text-align: center;
		padding: 16px 0 0 0;
		width: 100%;
		font-weight: 900;
		line-height: 115%;
		text-decoration: none;
		text-transform: uppercase;
		text-shadow: 2px 2px 2px rgba(0,0,0,.6);
	}

/* CONTENT AREA */
	#content { 
		z-index: 101; 
		color: #1a1a1a;
	}
	#content a { 
		text-decoration: underline;
		color: #024ac4;
	}
	#content a:hover { 
		text-decoration: none;
	}
	#content p {
		padding: 0 0 1em 0;
		line-height: 1.7em;
	}
	#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 .entry-header {
		margin-bottom: 40px;
	}

/* doc link icons */
	#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); }

/* Main Content Column */
	#content #main:before {
		content: '';
		position: absolute;
		right: 0;
		top: 0;
		height: 100%;
		width: 760px;
		background: #ffffff;
		z-index: -1;
		-webkit-box-shadow: inset -7px 0px 22px -9px rgba(0,0,0,0.4);
		-moz-box-shadow: inset -7px 0px 22px -9px rgba(0,0,0,0.4);
		box-shadow: inset -7px 0px 22px -9px rgba(0,0,0,0.4);
	}
	#content #main {
		float: right;
		min-height: 300px;
		width: 760px;
		font-size: 0.92em;
		padding: 75px 40px 25px 40px;
	}
	.home #content #main {
		padding: 25px 40px 25px 40px;
	}
	#content #main.full_width {
		background: #ffffff; 
		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 h1 {
		margin: 0 0 20px 0;
		width: 75%;
		font-weight: 200;
		font-size: 2em;
		line-height: 100%;
	}
	#content #main h2 {
		margin: 0 0 15px 0;
		font-weight: 200;
		font-size: 1.5em;
		line-height: 120%;
	}
	#content #main h3 {
		margin: 10px 0 10px 0;
		font-weight: 200;
		font-size: 1.3em;
		line-height: 120%;
	}
	#content #main h1 {
		color: #323b67;	
	}
	#content #main h2 {
		color: #323b67;	
	}
	#content #main h3 {
		color: #323b67;	
	}
	#content #main p, #content #main li, #content #main td { font-size: .92em; }
	#content #main li li {
		font-size: inherit;
		list-style-type: circle;
	}
	#content #main form { margin: 0 0 1em 0; }
	#content #main input[type=text], #content #main textarea, #content #main select, #content #main input[type=submit], #content #main input[type=password], #content #main input[type=email] {
		border: 1px solid #888;
		border: 1px solid rgba(0, 0, 0, .5);
		display: inline-block;
		vertical-align: middle;
		width: 50%;
	}
	#content #main input[type=text], #content #main textarea { padding: .5em; }
	#content #main textarea { height: 5em; }
	#content #main select { margin: 0; padding: .4em; vertical-align: top; width: auto; }
	#content #main input[type=submit], #content #main input[type=password] { padding: .5em 1em; width: auto; }
	#content #main #resp-video {
		height: 0;
		overflow: hidden;
		padding-bottom: 56.25%;
		padding-top: 30px;
		position: relative;
		margin-bottom: 15px;	
	}
	#content #main #resp-video iframe {
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	p.ill_mo_3 label { 
		display: none !important; 
	}
	.ill_calendar .ill_calendar_tools .ill_calendar_date_nav .ill_calendar_btn {
		padding: 2px 0 1px 0!important;
	}

	
/* Base styles for Collapseomatic */
.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;
}
	
/* Side Content Column */
	#content #side {
		float: left;
		min-height: 300px;
		width: 230px;
	}
	.home #content #side {
		padding-top: 25px;
	}
	#content #side .widget h2 {
		font-size: 21px;
		color: #000000;
		text-transform: uppercase;
		font-weight: normal;
		margin-bottom: 15px;
	}
	#content #side p, #content #side li, #content #side td { font-size: .92em; }
	#content #side .widget ul {
		list-style-type: none;
		margin-left: 0;
		padding-left: 0;
	}
	#content #side .widget li {
		min-height: 35px;
		position: relative;
		margin-top: 5px;
		padding-bottom: 15px;
	}
	#content #side .widget li:after {
		content: '';
		position: absolute;
		left: 0;
		bottom: 0;
		height: 1px;
		width: 211px;
		background-color:  #c3c3ba;
	}
	#content #side #aff-spotlight {
		margin: 15px 0 35px 0;
	} 
	#content #side #aff-spotlight h2 {
		font-size: 15px;
		margin-bottom: 10px;
	} 
	#content #side .side-facebook { margin-bottom: 15px; }
	#content a.ill_directory_btn, #content a.ill_assoc_directory_btn { color: #ffffff; }

/* Section Guide */
	#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.current-menu-item a { text-decoration: underline; }

/* 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 { opacity: .5; }
	#content.blog #side ul {
		margin: 0;
		padding-left: 0;
		list-style-type: none;
	}
	#content.blog #side ul li { color: #888; }

/* Notes */
	#content .ill_note {
		padding: .25em .5em;
		position: relative;
		cursor: pointer;
	}
	#content .ill_note.yellow { background-color: #ff8; }
	#content .ill_note.red { background-color: #f88; }
	#content .ill_note.green { background-color: #8f8; }
	#content .ill_note:after {
		border-radius: 5px;
		display: none;
		padding: 1.5em 2em;
		position: absolute;
		right: -1em;
		top: 100%;
		width: 15em;
		z-index: 1000;
		content: attr(data-note-text);
		font: 14px/1.5 sans-serif;
		box-shadow: 0 0 50px rgba(0, 0, 0, .65);
	}
	#content .ill_note:hover:after { display: block; }
	#content .ill_note.yellow:after { background: #ffc; }
	#content .ill_note.red:after { background: #fcc; }
	#content .ill_note.green:after { background: #cfc; }

/* Footer */
	#footer {
		clear: both;
		min-height: 245px;
		height: auto;
		box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.3);
		-webkit-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.3);
		position: relative;
		font-size: 16px;
		background: #417ebc;
		color: #ffffff;
	}
	#footer .contain {
		padding: 10px 0;
	}
	#footer .textwidget {
		line-height: 1.8em;
	}
	#footer-top .contain {
		padding-top: 28px;
	}
	#footer-top {
		min-height: 150px;
	}
	#footer-bottom {
		height: 90px;
		margin-top: 8px;
		background: #012f5d;
		color: #ffffff;
		font-size: 12px;
	} 
	#footer a {
		color: #93d9fd;
	}
	#footer .left {
		width: 60%;
		float: left;
	}
	#footer .right {
		width: 40%;
		float: right;
		height: auto;
	}
	#footer .right .footer-logos {
		text-align: right;
		padding-top: 85px;
	}
	#footer .right .footer-logos a {
		display: inline-block;
		margin-left: 25px;
	}
	#footer #client-name h2 {
		text-transform: uppercase;
		font-weight: bold;
	}
	#footer-bottom a {
		color: #93d9fd;
	}
	#footer-bottom .copyright {
		float: left;
	}
	#footer-bottom .credit {
		float: right;
	}

/* WIDGETS */
	#search {
		position: absolute;
		right: 0;
		top: 45px;
		background: #2161a2;
		width: 187px;
		height: 38px;
		border-radius: 5px;
		font-size: 0;
	}
	#search input {
		display: inline-block;
		vertical-align: top;
	}
	#search input[type=text] {
		height: 38px;
		padding: 4px 5px;
		width: 137px;
		background: transparent;
		font-weight: normal;
		font-size: 12px;
		line-height: 12px;
	}
	#search input[type=submit] {
		border: 0 none;
		height: 38px;
		margin: 0 0 0 6px;
		padding: 0;
		width: 38px;
		background: url(images/search-icon.png) center center no-repeat;	
		cursor: pointer;
		font: 9px/9px sans-serif;
		text-align: center;
		text-indent: -9999px;
	}
	#text-size-content-area {
		position: relative;
	}
	.widget_text_size_widget {
		position: absolute;
		display: inline-block;
		right: -40px;
		top: 0;
		font-size: 15px;
		text-transform: uppercase;
		background-color: rgba(0, 0, 0, 0.2);
		padding: 8px 18px 0 5px;
	}
	#textsize_wrapper {
		display: inline-block;
	}
	#textsize_wrapper a {
		text-decoration: none;
	}
	.widget_text_size_widget span {
		display: inline-block;
		margin: 0 3px 0 0;
		vertical-align: top;
		color: #000000;
		font: 100%;
	}
	.widget_text_size_widget a {
		display: inline-block;
		margin: 0 0 0 4px;
		vertical-align: top;
		color: #000000;
		font-size: 100%;
		text-align: center;
		text-decoration: none;
	}
	#textsize_wrapper a#make_medium { 
		font-size: 20px;
		margin-top: -6px; 
	}
	#textsize_wrapper a#make_large { 
		font-size: 25px; 
		margin-top: -11px; 
	}
	#textsize_wrapper a.active, #textsize_wrapper a:hover {
		color: #024ac4;
	}

/* Gravity Forms */
	#content #main .gform_wrapper .ginput_complex label { margin: -5px 0 10px 0 !important; }
	#content #main .gform_wrapper input[type=text], #content #main .gform_wrapper input[type=password], #content #main input[type=email], #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; }

/* Social Media Sharing */
	#share {
		height: 25px !important;
		padding: 0 !important;
		position: absolute;
		right: 0;
		top: 38px;
		width: 180px;
		font-size: 0;
		text-align: center;
		text-transform: uppercase;
	}
	#share div {
		display: inline-block;
		width: 68px;
		height: 24px;
		background-color: #171f3e;
		text-align: center;
		padding: 3px 0 0 0;
		vertical-align: middle;
		font-weight: bold;
		font-size: 13px;
		color: #8ab1f2;
		border-radius: 2px;
	}
	#share a {
		display: inline-block;
		height: 25px;
		margin: 0 0 0 10px;
		vertical-align: middle;
		width: 25px;
		background: #8ab1f2;
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: cover;
		cursor: pointer;
		border-radius: 2px;
		box-shadow: 0 1px 2px rgba(0, 0, 0, .15);
	}
	#share a:first-child { margin: 0; }
	#share a.sharethis { background-image: url(images/social-share.png); }
	#share a.facebook { background-image: url(images/social-facebook.png); }
	#share a.twitter { background-image: url(images/social-twitter.png); }
	#share a.linkedin { background-image: url(images/social-linkedin.png); }
	#share a.email { background-image: url(images/social-email.png); }

/* ACCESS TOOLS */
	/* Base */
	#access_tools { position: relative; text-align: left; float: right; clear: both; overflow: hidden; margin: 0 -20px 30px 0;}
	.archive #access_tools, .single-ill_directory #access_tools { margin: 30px 20px 30px 0; }
	#access_tools a { width: 50px; height: 50px; display: block; vertical-align: middle; color: #000; font-size: 0; text-align: cente ; line-height: 50px; margin: 0 0 0 5px; text-decoration: none; }	
	#access_tools a#textsize { background: #f6f6f6; color: #000; }
	#access_tools a#textsize:hover { background: #000; color: #fff; }
	#access_tools a#textsize span.small { font-size: 23px; text-transform: uppercase; }
	#access_tools a#textsize span.big { font-size: 30px; text-transform: uppercase; }
	#access_tools a#highcontrast { background: url(images/icon-high-contrast.png) center center no-repeat #f6f6f6; background-size: 40px auto; }
	#access_tools .screen-reader-text { display: inline-block; text-align: center; padding: 0; margin: 0; line-height: 0; vertical-align: top;}
	
/* CONTRAST */
	body.high_contrast {
		background-color: #fff;
	}
	.high_contrast header,
	.high_contrast #header,
	.high_contrast footer {
		background: #222;
		color: #fff;
	}
	.high_contrast #search {
		background: #fff;
		color: #222;
		border: 1px solid #fff;
		height: 40px;
	}
	.high_contrast #search input[type=submit] {
		background-color: #222;
		float: right;
	}
	.high_contrast #utility_nav ul li a:hover, 
	.high_contrast #utility_nav ul li.current-menu-item a {
		background: #fff!important;
		color: #222!important;
	}
	.high_contrast #nav:before, 
	.high_contrast #menu_btn {
		background: #fff;
		color: #222;
	}
	.high_contrast #nav ul li a {
		color: #222;
	}
	.high_contrast #nav ul li:hover, 
	.high_contrast #nav ul li:hover a, 
	.high_contrast #nav ul li ul.sub-menu li a:hover,
	.high_contrast #nav ul li.active a, 
	.high_contrast #nav ul li.current_page_item a, 
	.high_contrast #nav ul li.active a, 
	.high_contrast #nav ul li.current_page_ancestor a, 
	.high_contrast #nav ul li.current_page_parent a, 
	.high_contrast #nav ul li.current_page_item a, 
	.high_contrast #nav ul li ul.sub-menu li.current-menu-item a {
		background: #222;
		color: #fff;
	}
	.high_contrast .bd-wrap:before {
		border-color: #fff;
		background: #fff;
	}
	.high_contrast #hero .ill_hero_slider .stage .slide .title {
		color: #222;
	}
	.high_contrast #hero .ill_hero_slider .stage .slide .button {
		background: #222;
		color: #fff;
	}
	.high_contrast .menu-callout-menu-container ul li.callout-one,
	.high_contrast .menu-callout-menu-container ul li.callout-two,
	.high_contrast .menu-callout-menu-container ul li.callout-three {
		background: #222;
		color: #fff;
	}
	.high_contrast .menu-callout-menu-container ul li.callout-one:hover,
	.high_contrast .menu-callout-menu-container ul li.callout-two:hover,
	.high_contrast .menu-callout-menu-container ul li.callout-three:hover {
		 background: #fff;
		 color: #222;
	}
	.high_contrast #content #main:before {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		-ms-box-shadow: none;
		-o-box-shadow: none;
		box-shadow: none;
	}
	.high_contrast #content .entry-header {
		background: none;
		color: unset;
	}
	.high_contrast #content #ill_directory_list h3 a, 
	.high_contrast #content #ill_assoc_directory_list h3 a {
		background: #222;
		color: #fff;
	}
	.high_contrast #content #main h1,
	.high_contrast #content #main h2,
	.high_contrast #content #main h3,
	.high_contrast #content #main h4,
	.high_contrast #content #main h5,
	.high_contrast #content #main h6,
	.high_contrast #content #main h1 a,
	.high_contrast #content #main h2 a,
	.high_contrast #content #main h3 a,
	.high_contrast #content #main h4 a,
	.high_contrast #content #main h5 a,
	.high_contrast #content #main h6 a {
		color: #222;
	}
	.high_contrast #content #main .ill_calendar .ill_calendar_event .ill_calendar_date_box .ill_calendar_month, 
	.high_contrast #content #main .ill_calendar #ill_calendar_grid th {
		background: #222;
	}
	.high_contrast .ill_calendar .ill_calendar_btn,
	.high_contrast .ill_calendar .ill_calendar_tools .ill_calendar_view a,
	.high_contrast .ill_calendar .ill_calendar_tools .ill_calendar_view a.ill_calendar_view_active,
	.high_contrast .ill_calendar .ill_calendar_tools .ill_calendar_view a.ill_calendar_view_list,
	.high_contrast .ill_calendar .ill_calendar_tools .ill_calendar_view a.ill_calendar_view_grid {
		color: #222!important;
	}
	.high_contrast #footer {
		background: #222;
		color: #fff;
	}
	.high_contrast #footer a {
		color: #fff;
	}
	.high_contrast #share div,
	.high_contrast #share a {
		background-color: #fff;
		color: #222;
	}
	.high_contrast #footer-bottom {
		background-color: #000;
	}
	.high_contrast #access_tools a#highcontrast {
		background: url(images/icon-high-contrast.png) center center no-repeat #fff!important;
		 background-size: 40px auto!important;
	}

/* FONT SIZE */
	/* BIG */
	body.big {
		font-size: 18px;
		line-height: 28px;
	}	
	.big p,
	.big #hero .caption p,
	.big input,
	.big #search input[type=text] {
		font-size: 18px;
		line-height: 28px;
	}
	.big h1,
	.big #hero .title {
		font-size: 54px;
		line-height: 64px;
	}
	.big h2 {
		font-size: 47px;
		line-height: 57px;
	}
	.big h3 {
		font-size: 41px;
		line-height: 51px;
	}
	.big h4 {
		font-size: 34px;
		line-height: 44px;
	}
	.big h5 {
		font-size: 28px;
		line-height: 38px;
	}
	.big h6 {
		font-size: 22px;
		line-height: 32px;
	}
	/* BIGGER */
	body.bigger {
		font-size: 22px;
		line-height: 32px;
	}	
	.bigger p,
	.bigger #hero .caption p,
	.bigger input,
	.bigger #search input[type=text] {
		font-size: 22px;
		line-height: 32px;
	}
	.bigger h1,
	.big #hero .title {
		font-size: 58px;
		line-height: 68px;
	}
	.bigger h2 {
		font-size: 51px;
		line-height: 61px;
	}
	.bigger h3 {
		font-size: 44px;
		line-height: 54px;
	}
	.bigger h4 {
		font-size: 38px;
		line-height: 48px;
	}
	.bigger h5 {
		font-size: 32px;
		line-height: 42px;
	}
	.bigger h6 {
		font-size: 28px;
		line-height: 38px;
	}
	/* BIGGEST */
	body.biggest {
		font-size: 28px;
		line-height: 38px;
	}	
	.biggest p,
	.biggest #hero .caption p,
	.biggest input,
	.biggest #search input[type=text] {
		font-size: 28px;
		line-height: 38px;
	}
	.biggest h1,
	.biggest #hero .title {
		font-size: 67px;
		line-height: 77px;
	}
	.biggest h2 {
		font-size: 61px;
		line-height: 71px;
	}
	.biggest h3 {
		font-size: 54px;
		line-height: 64px;
	}
	.biggest h4 {
		font-size: 48px;
		line-height: 58px;
	}
	.biggest h5 {
		font-size: 42px;
		line-height: 52px;
	}
	.biggest h6 {
		font-size: 38px;
		line-height: 48px;
	}

/* DIRECTORY STYLES */
	#content #ill_directory_list h3 a, #content #ill_assoc_directory_list h3 a {
		background-color: #004387;
		color: #fff;
		line-height: 1.1em;
		display: block;
		padding: 5px 10px;
		text-decoration: none;
	}
	#content #ill_directory_map_wrap img {
		border: 0 none;
		height: auto;
		max-width: none; 
	}
	#content.ill_directory #sidebar { display: none; }

/* SPECIAL EFFECTS */
	#utility_nav ul li a, #nav ul li a {
		transition: background .25s ease-out, color .25s ease-out;
		-moz-transition: background .25s ease-out, color .25s ease-out;
		-ms-transition: background .25s ease-out, color .25s ease-out;
		-webkit-transition: background .25s ease-out, color .25s ease-out;
	}

/* UTILITY STYLES */
	.alignleft { display: inline; float: left; margin-right: 15px; }
	.alignright { display: inline; float: right; margin-left: 15px; }
	.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
	.alignleft-nomargin { display: inline; float: left; }
	.alignright-nomargin { display: inline; float: right; }
	.hidden { display: none; visibility: hidden; }
	.invisible { visibility: hidden; } /* Hide visually and from screenreaders, but maintain layout */
	.full-width-item { width: 100%; } /* for use with outer wrappers */
	.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
	.clearfix:after { clear: both; }
	.clearfix { zoom: 1; }
	#menu_btn { display: none; }

/* SMARTPHONE */
	@media only screen and (max-width: 720px) {
		#search, .widget_text_size_widget, #social, #share, #hero, .footer-logos, .no_mobile {
			display: none !important;
		}
		.contain, .inner, .home #callout_nav, #content #main, #content #side, #footer-top .contain {
			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 {
			min-width: 0;
			/*padding: 80px 0 0 0;*/
			position: relative;
		}
		#header {
			height: 80px;
			left: 0;
			padding: 0;
			position: fixed;
			top: 0;
			width: 100%;
			z-index: 100;
		}
		#header .bar {
			height: 100%;
			left: 0;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: 20;
		}
		#logo {
			height: 80px;
			left: 10px;
			position: relative;
			top: 10px;
			width: 160px;
			background-size: contain;
		}
		#utility_nav {
			top: 5px;
			right: 5px;
		}
		#utility_nav ul li {
			display: block;
			margin: 0;
		}
		#utility_nav ul li a {
			padding: 2px 0;
			font-size: 13px;
			text-align: right;
		}
		#header #utility_nav ul li a:hover, #header #utility_nav ul li.current-menu-item a {
			background-color: transparent;
			text-decoration: underline;
		}
		/*#menu_btn {
			display: block;
			float: right;
			height: 30px;
			margin: 0 10px 0 0;
			padding: 4px 10px;
			position: relative;
			font-size: 14px;
			border-radius: 0 0 5px 5px;
			box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
			-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
		}*/
		#nav {
			bottom: auto;
			height: auto;
			left: auto;
			margin: 110px 0 0 0;
			padding: 0;
			position: absolute;
			right: auto;
			top: auto;
			width: 100%;
			z-index: 10;
			box-shadow: none;
			text-align: left;
			transform: translate3d(0, -100%, 0);
			-webkit-transform: translate3d(0, -100%, 0);
			transition: transform .35s ease 0, margin .35s ease 0;
			-webkit-transition: -webkit-transform .35s ease 0, margin .35s ease 0;
		}
		#nav * { -webkit-tap-highlight-color: rgba(0,0,0,0); }
		#nav.slid {
			margin: 80px 0 0 0;
			transform: translate3d(0, 0, 0);
			-webkit-transform: translate3d(0, 0, 0);
		}
		#nav ul.menu {
			border: 0 none;
			height: auto;
			background-color: #ccc;
			box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
			-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .25);
		}
		#nav ul.menu li {
			border-width: 1px 0 0 0;
			border-style: solid;
			border-color: rgba(255, 255, 255, .5);
			display: block;
			float: none;
			height: auto;
			margin: 0 0 0 auto;
			position: static;
			width: 50%;
			text-align: right;
		}
		#nav ul.menu li:first-child { border-width: 0; }
		#nav ul.menu li a {
			height: auto;
			padding: 9px 16px;
			font-size: 13px;
			line-height: 17px;
		}
		#nav ul.menu li:hover a, #nav ul.menu li.active a, #nav ul.menu li.over a {
			background-color: #fff;
		}
		/*#nav ul.menu li:hover ul.sub-menu { z-index: -1; opacity: 0; }*/
		#nav ul.menu li.over ul.sub-menu { left: 0; z-index: 50; opacity: 1; }
		#nav ul.menu li ul.sub-menu {
			border: 0 none;
			height: auto;
			left: -9999px;
			min-height: 100%;
			padding: 0;
			top: 0;
			width: 50%;
		}
		#nav ul.menu li ul.sub-menu li {
			border-width: 0 0 1px 0;
			width: auto;
			text-align: left;
		}
		/* Update 7/17/18 */
		body {
			padding: 0;
		}
		#nav::before {
			height: 0;
		}
		#nav {
			margin: 0;
			position: relative;
			height: auto;
		}
		#nav.slid {
			position: absolute;
			top: 0;
			left: 0;
			z-index: 999999;
			margin: 0;
			width: 100%;
		}
		#nav .menu-primary-container {
			left: -9999em;
			position: fixed;
			top: 107px;
			z-index: 99999;
			height: 100%;
			opacity: 0;
			min-height: 100vh;
			overflow-y: scroll;
			width: 0;
			-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .7);
			-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .7);
			-ms-box-shadow: 0 0 6px rgba(0, 0, 0, .7);
			-o-box-shadow: 0 0 6px rgba(0, 0, 0, .7);
			box-shadow: 0 0 6px rgba(0, 0, 0, .7);
		}
		#nav.slid .menu-primary-container {
			width: 80%;
			left: 0;
			opacity: 1;
		}
		html #nav ul.menu {
			height: 100%;
		}
		#nav ul.menu li ul.sub-menu {
			position: relative;
			text-align: right;
			opacity: 1;
			width: 100%;
			left: 0;
		}
		#nav ul.menu li {
			background: #2a65a1;
		}
		#nav ul.menu li ul.sub-menu li {
			text-align: right;
			border: 1px 0 0 0;
			background: #417ebc;
		}
		#nav ul li ul.sub-menu li a {
			color: #ececec;
			text-transform: none;
		}
		#nav ul.menu li:first-child {
			border-width: 1px 0 0 0;
		}
		html #menu_btn {
			position: absolute;
			top: 30px;
			right: 20px;
			width: 30px;
			height: 30px;
			display: block;
			z-index: 999999;
			background: none!important;
		}
		#menu_btn .line {
			height: 3px;
			background: #fff;
		}
		#menu_btn .line.one {
			width: 100%;
			margin: 0 0 5px 0;
			-webkit-transition: .4s all;
			-moz-transition: .4s all;
			-ms-transition: .4s all;
			-o-transition: .4s all;
			transition: .4s all;
		}
		#menu_btn .line.two {
			width: 75%;
			-webkit-transition: .4s all;
			-moz-transition: .4s all;
			-ms-transition: .4s all;
			-o-transition: .4s all;
			transition: .4s all;
		}
		#menu_btn .line.three {
			width: 90%;
			margin: 5px 0 0 0;
			-webkit-transition: .4s all;
			-moz-transition: .4s all;
			-ms-transition: .4s all;
			-o-transition: .4s all;
			transition: .4s all;
		}
		#menu_btn:hover .line.one {
			width: 90%;
		}
		#menu_btn:hover .line.two {
			width: 100%;
		}
		#menu_btn:hover .line.three {
			width: 75%;
		}
		#menu_btn.open .line.one {
			width: 100%;
			margin: 0 0 0 0;
			-webkit-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-o-transform: rotate(45deg);
			transform: rotate(45deg);
		}
		#menu_btn.open .line.two {
			display: none;
		}
		#menu_btn.open .line.three {
			width: 100%;
			margin: -3px 0 0 0;
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			transform: rotate(-45deg);
		}
		#utility_nav {
			top: 0;
			left: -999em;
			opacity: 0;
			width: 0;
			background: #004387;
			height: 100%;
			display: block;
			-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .7);
			-moz-box-shadow: 0 0 6px rgba(0, 0, 0, .7);
			-ms-box-shadow: 0 0 6px rgba(0, 0, 0, .7);
			-o-box-shadow: 0 0 6px rgba(0, 0, 0, .7);
			box-shadow: 0 0 6px rgba(0, 0, 0, .7);
		}
		#utility_nav.open {
			left: 0;
			width: 100%;
			opacity: 1;
		}
		#nav ul.menu li {
			width: 100%;
		}
		#utility_nav ul li {
			border-bottom: 1px solid #7bb3ec;
			background: #004387;
		}
		#header #utility_nav ul li a:hover, 
		#utility_nav ul li a,
		#header #utility_nav ul li.current-menu-item a {
			height: auto;
			padding: 9px 16px;
			font-size: 13px;
			line-height: 17px;
		}
		#header .bar {
			background: none!important;
			width: 80%;
		}
		.bd-wrap .contain {
			padding-top: 80px;
		}
		#access_tools {
			margin-right: -10px;
		}
		/* END Update 7/17/18 */
		.home #callout_nav {
			margin-top: 45px;
		}
		.menu-callout-menu-container {
			margin: 0 0 30px 0;
		}
		.home .menu-callout-menu-container ul li:first-child, .menu-callout-menu-container ul li:first-child, .home .menu-callout-menu-container ul li, .menu-callout-menu-container ul li {
			margin: 0 auto 5px auto;
			width: 70%;
			border-radius: 10px;
		}
		.home .menu-callout-menu-container ul li a, #content .menu-callout-menu-container ul li a {
			text-align: center;	
			height: auto;
			padding: 16px 4px;	
		}
		#content #main {
			padding: 30px 10px 10px 10px;
		}
		#content #main h1 {width: auto;}
		#content #main .ill_calendar_date_nav {
			float: none;
			padding: 5px 0;
		}
		#content #side {
			padding: 10px;
		}
		#footer-top, #footer-bottom {
			padding: 5px;
		}
		#footer {
			min-height: 208px;
		}
		#footer-top {
			min-height: 130px;
		}
		#footer-top .contain {
			padding: 0;
		}
		#footer-bottom {
			height: auto;
		}
		#footer-bottom .copyright, #footer-bottom .credit {
			float: none;
			padding-bottom: 10px;
		}
		.alignleft, .alignright {
			display: block;
			float: none;
			height: auto;
			margin: 0 0 1em 0;
			max-width: 90%;
		}
	}
	.only_mobile { display: none; }

/* TABLET */
	@media only screen and (min-width: 721px) and (max-width: 989px) {
		body {min-width: auto;} 
		#header {
			padding: 10px;
		}
		.contain {
			width: auto;
		}
		#nav ul li a { font-size: 12px; }
		.menu-callout-menu-container ul li {
			width: auto;
		}
		.menu-callout-menu-container ul li a {
			font-size: 16px;
		}
		#content {
			padding: 10px;
		}
		#content #main::before {
			-webkit-box-shadow: none;
			width: 76.8%;
		}
		#content #main {
			padding-right: 20px;
			padding-left: 20px;
			width: 77.5%;
		}
		#textsize_wrapper {
			right: -30px;
		}
		#content #side {
			width: 22.5%;
		}
		#footer-top,  #footer-bottom {
			padding: 10px 20px;
		}
	}

/* PRINT */
	@media only print {
		#utility_nav, #search, #nav, #hero, #social { display: none; }
		#header, .contain, .inner, #content #main, #content #side {
			clear: both;
			float: none;
			height: auto;
			min-height: 0;
			width: auto;
			background: transparent;
		}
		body { background: transparent; }
		#logo {
			left: auto;
			margin: 0 auto .5in auto;
			position: relative;
			top: auto;
			background: transparent;
			zoom: .5;
		}
		#logo a img { display: block; }
		#footer, #footer a { color: #888; }
	}