/*
	Theme Name: Aging & Disability Services for Seattle & King County
	Theme URI: http://www.illuminage.com/
	Author: Kevin Freitas
	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=password], input[type=submit] { border-radius: 0; appearance: none; -webkit-appearance: none; }
	a:focus { outline: 2px dotted #78c337;}

/* BASE STYLES */
	* { outline: 0 none; }
	html, body, form, img { border: 0; margin: 0; padding: 0; }
	html { font-size: 100% }
	body {
		color: #464545;
		font: 1em/1 'Roboto', sans-serif;
	}
	.contain {
		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; }
	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; }
	hr {
		background-color: #b8b8b8;
	    border: 0;
	    height: 2px;
	}
	.wp-block-button__link, .ill_btn {
		background-color: #26328c;
	    color: #fff!important;
	    transition: background 150ms ease-in-out;
	    border: none;
	    font-size: 1em;
	    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	    line-height: 1.2;
	    box-sizing: border-box;
	    font-weight: bold;
	    text-decoration: none!important;
	    padding: 20px 30px!important;
	    outline: none;
	    outline: none;
	    line-height: 1;
	    -webkit-border-radius: 5px;
	    -moz-border-radius: 5px;
	    -ms-border-radius: 5px;
	    -o-border-radius: 5px;
	    border-radius: 5px;
	}
	#content .wp-block-button__link {
		background-color: #26328c;
	}

/* HEADER */
	#header {
		height: 251px;
		margin: 0 auto;
		position: relative;
		z-index: 100;
	}
	#logo {
		height: 114px;
		left: 0;
		position: absolute;
		top: 31px;
		width: 35.25em;
		background: transparent url('images/seattle-ads-logo.png') 0 0 no-repeat;
	}
	#logo a {
		display: block;
		height: 100%;
		width: 100%;
	}
	#logo a img { display: none; }
	#header .tools {
		max-width: 60%;
		position: absolute;
		right: 0;
		top: 108px;
	}
	#header .tools * {
		display: inline-block;
		vertical-align: middle;
	}
	ul#menu-social-links {position: absolute; right: 0; top: -50px; margin: 0 5px 0 10px; }
	ul#menu-social-links li a { font-size: 0; }
	ul#menu-social-links li a:after {
		display: inline-block;
		height: 22px;
		margin: 0 10px 0 0;
		background-position: center;
		background-repeat: no-repeat;
		content: '';
	}
	ul#menu-social-links li.menu-item-facebook a:after { width: 16px; background-image: url(images/facebook.png); }
	ul#menu-social-links li.menu-item-twitter a:after { width: 26px; background-image: url(images/twitter.png); }
	ul#menu-social-links li.menu-item-pinterest a:after { width: 22px; background-image: url(images/pinterest.png); }
	ul#menu-social-links li.menu-item-youtube a:after { width: 26px; background-image: url(images/social-youtube.png); }
	ul#menu-social-links li.menu-item-linkedin a:after { width: 26px; height: 26px; background-image: url(images/linkedin.png); }
	ul#menu-social-links li.menu-item-instagram a:after { width: 26px; height: 26px; background-image: url(images/instagram.png); }
	#header .tools #textsize {
		display: inline-block;
		height: 1.2em;
		margin: 4px 14px 0 0;
		vertical-align: middle;
		width: 1.8em;
		text-transform: uppercase;
		color: #474546;
		font-weight: 300;
		font-size: 23px;
	}
	#header .tools span { 
		font-size: 14px;
	    padding-right: 2px;
	    padding-top: 2px;
	}
	#header .tools #textsize:before {
		display: inline-block;
		height: 15px;
		margin: -2px 14px 0 0;
		vertical-align: middle;
		width: 1px;
		background-color: #c1c1c1;
		content: '';
	}
	#header .tools #highcontrast {
		display: inline-block;
		padding: 4px 14px 0 0;
		vertical-align: middle;
		color: #464545;
		font-weight: normal;
	}
	#header .tools #highcontrast:before {
	    display: inline-block;
	    height: 15px;
	    margin: -2px 14px 0 0;
	    vertical-align: middle;
	    width: 1px;
	    background-color: #c1c1c1;
	    content: '';
	}
	#header .tools #highcontrast:after {
		display: inline-block;
		height: 1.75em;
		margin: 0 0 0 .5em;
		vertical-align: middle;
		width: 1.75em;
		background: transparent url(images/icon-high-contrast.png) center no-repeat;
		background-size: contain;
		content: '';
	}
	ul#menu-utility {
		margin: 0;
		padding: 0 0 0 0px;
	}
	ul#menu-utility:before {
		display: inline-block;
	    height: 15px;
	    margin: -2px 14px 0 0;
	    vertical-align: middle;
	    width: 1px;
	    background-color: #c1c1c1;
	    content: '';
	}
	#header .tools .textwidget, #header .tools .textwidget a { color: #78c337; font-weight: bold; }

/* MENU */
	#nav {
		border-width: 1px 0 1px 0;
		border-style: solid;
		border-color: #dfdfdf;
		bottom: 0;
		left: 0;
		position: absolute;
		width: 100%;
		font-size: 0;
	}
	#nav ul {
		margin: 0 auto;
		max-width: 1500px;
		position: relative;
		text-align: center;
	}
	#nav ul li {
		display: inline-block;
		height: 100%;
		font-size: 22px;
		position: relative;
		vertical-align: top;
	}
	#nav ul li a {
		display: block;
		height: 100%;
		padding: 1.25em 1.5em;
		position: relative;
		color: #464545;
		font-weight: normal;
		line-height: 1;
		text-decoration: none;
		text-transform: uppercase;
	}
	#nav ul li.current-menu-item a, #nav ul li.current-menu-ancestor a, #nav ul li.current_page_parent a {
		color: #78c337;
	}
	#nav ul li.current-menu-item a:after, #nav ul li.current-menu-ancestor a:after, #nav ul li.current_page_parent a:after {
		bottom: -6px;
		display: block;
		height: 5px;
		left: 0;
		position: absolute;
		width: 100%;
		background-color: #78c337;
		content: '';
	}
	#nav ul li:hover a, #nav ul li.active a, #nav ul li a:focus {
		background-color: #78c337;
		color: #fff;
	}
	#nav ul li ul.sub-menu {
		left: -9999px;
		position: absolute;
		width: 15em;
		opacity: 0;
		transition: opacity .25s ease-out;
		-ms-transition: opacity .25s ease-out;
	}
	#nav ul li:hover ul.sub-menu, #nav ul li a:focus + ul.sub-menu, #nav ul li.active ul.sub-menu { left: 0; opacity: 1; }
	#nav ul li:last-child:hover ul.sub-menu, #nav ul li a:last-child:focus + ul.sub-menu, #nav ul li.active:last-child 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.displaynone { display: none; }
	#side #menu-primary-1 .sub-menu .menu-item-6037 { display: none; }
	#nav ul li ul.sub-menu li a {
		border-top: 1px solid rgba(0, 0, 0, .1);
		height: auto;
		padding: .75em 1.25em;
		font-size: .9em;
		font-weight: normal;
		text-transform: none;
	}
	#nav ul li.current-menu-item ul.sub-menu li a:after, #nav ul li.current-menu-ancestor ul.sub-menu li a:after, #nav ul li.current_page_parent ul.sub-menu li a:after { display: none; }
	#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: #ebebeb;
		color: #464545;
	}
	#nav .tools, #menu_btn { display: none; }

/* UTILITY NAV */
	ul#menu-utility ul li {
		display: block !important;
	    height: 100%;
	    position: relative;
	    vertical-align: top;
	    font-size: 14px;
	}
	ul#menu-utility ul li a {
		display: block !important;
	    height: 100%;
	    padding: 1em;
	    position: relative;
	    color: #fff;
	    font-weight: normal;
	    font-size: 14px;
	    line-height: 1;
	    text-decoration: none;
	    border-bottom: 1px solid #a20d26;
	}
	ul#menu-utility ul li a:hover, ul#menu-utility ul li.active a, ul#menu-utility ul li a:focus, ul#menu-utility ul li a:active { background-color: #a20d26; color: #fff !important;}
	.menu-utility-container ul#menu-utility ul.sub-menu {
		left: -9999px;
		position: absolute;
		width: 13em;
		opacity: 0;
		transition: opacity .25s ease-out;
		-ms-transition: opacity .25s ease-out;
		background-color: #c41230;
		z-index: 300;
	}
	.menu-utility-container ul#menu-utility li:hover ul.sub-menu { left: 0; opacity: 1; top: 24px; }
	.menu-utility-container ul#menu-utility li:last-child:hover ul.sub-menu, #menu-utility li a:last-child:focus + ul.sub-menu,  #menu-utility li.active:last-child ul.sub-menu {
	    left: auto;
	    right: 0;
	}
	ul#menu-utility li > a { color: #c41230; font-size: 16px;}
	ul#menu-utility li.menu-item-first { padding-left: 0px; padding-right: 8px; }
	#menu-utility li ul.sub-menu li a { font-size: 15px; }
	#menu-utility li ul.sub-menu li:hover > a, #menu-utility li ul.sub-menu li a:hover, #menu-utility li ul.sub-menu li a:focus, #menu-utility li ul.sub-menu li.current-menu-item a {
	    background-color: #a20d26;
	    color: #fff;
	}

/* HERO */
	#hero {
		float: right;
		width: 68.5%;
	}
	#hero-block-7 > p:first-child,
	#hero-block-7 > p:last-child {
		display: none;
	}
	/*#hero .ill_hero_slider { height: 32.125em; overflow: hidden; padding: 0; }*/
	#hero .ill_hero_slider .stage { height: 100%; padding: 0; }
	#hero .ill_hero_slider .stage .slide .splide__slide__container:after {
		bottom: 0;
		display: block;
		height: 250px;
		left: 0;
		position: absolute;
		width: 100%;
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 80%);
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 80%);
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 80%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
		content: '';
	}
	#hero .ill_hero_slider ul,
	#hero .ill_hero_slider li {
		padding: 0;
		margin: 0;
	}
	#hero .ill_hero_slider .stage .slide .info {
		bottom: 0;
		left: 0;
		padding: 0 1.5em 1.8em;
		position: absolute;
		width: 100%;
	}
	#hero .ill_hero_slider .stage .slide .info .caption {
		bottom: auto;
		left: auto;
		padding: 0;
		position: static;
		background: transparent;
		color: #fff;
		font: 1.9em/1 'Chivo', serif;
		letter-spacing: 1px;
	}
	#hero .ill_hero_slider .stage .slide .info .caption p { line-height: 1; }
	#hero .ill_hero_slider .stage .slide .info .caption a {
		display: inline;
		height: auto;
		left: auto;
		position: static;
		top: auto;
		width: auto;
		color: #fff;
	}
	#hero .ill_hero_slider .stage .slide .info .button {
		color: #78c337;
		font-size: 1.35em;
		font-weight: 900;
		text-transform: uppercase;
	}
	#hero .ill_hero_slider .stage .slide .info .button:after {
		display: inline-block;
		margin: -.15em 0 0 0;
		vertical-align: middle;
		content: "\f345";
		font: 1.25em/1 'Dashicons';
		text-shadow: .35em 0 0 #78c337;
		transition: all .25s ease-out;
		-ms-transition: all .25s ease-out;
	}
	#hero .ill_hero_slider .stage .slide:hover .info .button:after { margin-left: .15em; text-shadow: .5em 0 0 #78c337; }
	/*#hero .ill_hero_slider .prev:after, #hero .ill_hero_slider .next:after {
		display: block;
		position: absolute;
		top: 40%;
		z-index: 30;
		color: #fff;
		font: 7.7em 'Dashicons';
		opacity: .5;
		text-shadow: 0 4px 6px rgba(0, 0, 0, .25);
		transition: opacity .25s ease-out;
		-ms-transition: opacity .25s ease-out;
	}
	#hero .ill_hero_slider .prev:after { left: -.1em; content: "\f341"; }
	#hero .ill_hero_slider .next:after { right: -.1em; content: "\f345"; }
	#hero .ill_hero_slider .prev:hover:after, #hero .ill_hero_slider .next:hover:after { opacity: 1; }*/
	#hero .ill_hero_slider .stage .slide .title { 
		display: none; 
	 }
	/*#hero .ill_hero_slider .controls {
		bottom: 10px;
	}*/
	/*#hero .ill_hero_slider .controls .playback .pause {
		border-color: #fff
	}
	#hero .ill_hero_slider .controls .playback .play {
		border-left-color: #fff;
	}
	#hero .ill_hero_slider .controls .dots .dot.active {
		background-color: #78c337;
	}
	#hero .ill_hero_slider .controls .dots .dot {
		background-color: rgba(245,245,245, .5);
	}*/
	#hero .controls {
		position: absolute;
		width: 30px;
		left: calc(50% - 57px);
		bottom: 0;
		height: 36px;
		padding: 9px;
	}
	#hero .splide__pagination {
		bottom: 0;
		left: auto;
		padding: 10px;
		position: absolute;
		right: calc(50% - 57px);
		width: 84px;
		height: 36px;
	}
	#hero .splide__pagination li {
		padding: 0;
	}
	#hero .splide__pagination__page {
		background: rgba(245,245,245, .5);
	}
	#hero .splide__pagination__page.is-active {
		background: #78c337;
	}
	#hero .splide__pagination__page.is-active {
		opacity: 1;
	}
	#hero button.controls .splide__toggle__pause {
		height: 20px;
	}

/* CONTENT AREA */
	#content p {
		padding: 0 0 1em 0;
		line-height: 1.75em;
	}
	#content ul {
		margin-left: 1em;
		padding: 0 0 1em 1.5em;
		line-height: 1.75em;
		list-style-type: disc;
	}
	#content ol {
		margin-left: 1em;
		padding: 0 0 1em 1.5em;
		line-height: 1.75em;
	}
	#content li {
		padding: 4px 0;
	}
	#content a { text-decoration: underline; }
	#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 a.no_icon:after { content: none; }
	#content #main {
		float: left;
		padding: 2.6em 0;
		width: 58%;
		font-size: 1.2em;
	}
	#content #main.full_width { float: none; width: auto; }
	#content #main img {
		border: 1px solid #e5e5e5;
		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 {
		padding: 0 0 .9em;
		color: #fa9900;
		font: 1.7em 'Chivo', serif;
	}
	#content #main h2 {
		margin: 0 0 15px 0;
		font-size: 1.5em;
		font-weight: bold;
		line-height: 1.5;
	}
	#content #main h3 {
		margin: 0 0 10px 0;
		font-size: 1.1em;
		font-weight: bold;
		line-height: 1;
	}
	#content #main h4 {
		margin: 0 0 15px 0;
		font-size: 1.5em;
		font-weight: bold;
		line-height: 1.3;
	}
	#content #main h5 {
		margin: 0 0 10px 0;
		font-size: 1.1em;
		font-weight: bold;
		line-height: 1;
	}
	#content #main p, #content #main li, #content #main td { font-size: 1em; }
	#content #main a { color: #c41230;text-decoration: underline; }
	#content #main a img { text-decoration: none; }
	#content #main img.wp-post-image {
		float: right; 
		height: auto;
		margin: 0 0 1em 1em;
		max-width: 50%;
	}
	#content #main .gallery {
		margin-bottom: 40px !important;
	}
	#content #main td {
		background-color: #fdfdfd;
		border: 1px solid #e1e1e1;
		padding: 10px;
	}
	#content #main table {
		margin: 10px 0 30px 0;
	}
	#content #main form { margin: 0 0 1em 0; }
	#content #main input[type=text], #content #main input[type=password], #content #main textarea, #content #main select, #content #main input[type=submit] {
		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 input[type=password], #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] { padding: .5em 1em; width: auto; cursor: pointer; }
	#content #main ul ul li {
		font-size: 100%;
		list-style-type: circle;
	}
	#content #main caption {
		font-size: .85em;
		font-style: italic;
		text-align: center;
	}

/* COLLAPSEOMATIC */
	#content #main span.collapseomatic { font-size: 1.5em; color: #ffffff; }
	#content #main .collapseomatic {
		display: block;	
		background: #016CB3;
		padding: 10px;
		text-decoration: none;
		margin: 5px 0 0 0;
	}
	#content #main .collapseomatic:hover {
		color: #ffffff;
		background: #26328C;
	}
	#content #main .collapseomatic.colomat-close {
		margin-bottom: 15px;
	}
	#content #main #last-block {
		margin-bottom: 25px;
	}
	#content #main .lookatme { 
		position: relative;
	}
	#content #main .lookatme:after {
	    margin: -.3em 0 0 .25em;
		content: "\f347";
		font-family: 'Dashicons';
	    font-weight: normal;
	    text-shadow: 0em .35em 0 #fff;
	}
	#content #main .lookatme.colomat-close:after {
		display: inline-block;
	    margin: -17px 0 0 .25em;
	    vertical-align: middle;
	    content: "\f343";
	    font-family: 'Dashicons';
	    font-weight: normal;
	    text-shadow: 0em .35em 0 #fff;
	}
	#content #main .lookatme:focus {
		outline: #78c337 solid 3px;
	}

/* CALENDAR/VENUE */
	#content #main .ill_calendar * { line-height: 1.25em; }
	#content #main .ill_calendar .ill_calendar_dates { margin-top: 10px; }
	#content #main .ill_calendar .ill_calendar_tools .ill_calendar_date_nav .ill_calendar_btn { padding: 0.3em 0 .3em 0; }
	#content #ill_calendar_grid table { margin: 0; }
	#content #ill_calendar_grid .ill_calendar_week_row .ill_calendar_week_cols td a {
		color: #333 !important;
		background-color: #e1efd5;
	}
	#content #ill_calendar_grid .ill_calendar_week_row .ill_calendar_week_cols td a b {
		color: #26328c !important;
		clear: both;
		display: block;
	}
	#content .ill_calendar .ill_calendar_tools .ill_calendar_view a:before { top: 7px; }
	#content .ill_calendar .ill_calendar_tools .ill_calendar_date_nav .ill_calendar_btn:before { color: #78c337}
	#content .ill_calendar h2 a { color: #26328c !important; }
	#content #ill_calendar_grid .ill_calendar_week_row .ill_calendar_week_cols tr:last-child td,
	#content .ill_calendar_grid {
		padding: 0;
		border-left-color: #000 !important;
	    border-right-color: #000 !important;
	    border-bottom: 0;
	    border-top: 0;
	}
	#content .ill_calendar_grid .ill_calendar_grid_date {
		background-color: #9fa4c5;
	}
	#content .ill_calendar_week_col_lines { border: 0; }
	#content #main .ill_calendar_week_cols td { border-color: #000 !important; border-bottom: 0; border-left: 0;}
	#content #ill_calendar_grid .ill_calendar_week_row { border-bottom: 1px solid #000; border-top: 0;}
	#content #ill_calendar_grid .ill_calendar_week_row:last-child { border-bottom: 0;}
	#content #ill_calendar_grid thead { border-left: 1px solid #000; border-right: 1px solid #000; }
	.page-calendar #content #main td.ill_calendar_grid_date {
		background-color: #eaeaea;
		padding: 5px;
		border-left: 0;
		border-top: 0;
	}
	.page-calendar #content #main td.ill_calendar_grid_date:last-child {
		border-right: 0;
	}
	.page-calendar #content #main td { padding: 0; }
	.page-calendar .ill_calendar #ill_calendar_grid .ill_calendar_week_row .ill_calendar_week_cols td a {
	    margin-bottom: .5em;
	}
	.page-calendar #ill_calendar_grid .ill_calendar_week_row .ill_calendar_week_col_lines div {
	    border-left-color: #000 !important;
	}
	.page-calendar #ill_calendar_grid { border-color: #000 !important; }
	.page-calendar #ill_calendar_grid th {  background-color: #26328c; color: #fff; padding: 5px; }
	.page-calendar .ill_calendar_week_cols td {  }

/* SIDE */
	#content #side {
		float: right;
		padding: 2.6em 0;
		width: 38%;
		font-size: 1.2em;
	}
	#content #side:before {
		bottom: 0;
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 38%;
		z-index: -1;
		background-color: #f5f5f5;
		content: '';
	}
	#content #side h2 {
		padding: 0 0 .6em .6em;
		color: #26328c;
		font: 1.7em 'Chivo', serif;
	}
	#content #side p, #content #side li, #content #side td { font-size: 1em; }
	#content #side .widget {
		padding: 0 1em 2em;
	}
	#content #side .widget h2 { padding: 0 0 .5em; }

/* HOMEPAGE */
	.home #content #main {
		float: left;
		min-height: 32.125em;
		padding: 6.7em 2.4em 0;
		width: 31.5%;
		background-color: #f5f5f5;
		font-size: 1em;
	}
	.home #content #main h1 {
		color: #26328c;
		font: bold 1.15em/1.25 'Chivo', serif;
	}
	.home #content #main p { line-height: 1.5; }
	.home #content #main article {
		font-size: 1.45em;
	}
	.home #content #news {
		float: left;
		padding: 3.2em 0 0 0;
		width: 55%;
	}
	.home #content #news h2 {
		padding: 0 0 1.7em;
		color: #fa9900;
		font: 2.2em 'Chivo', serif;
	}
	.home #content #news .post-item {
		clear: both;
		margin-bottom: 3.2em;
	}
	.home #content #news .post-item:first-child {
		border-bottom: 2px solid #e1e1e1;
		margin-bottom: 2.5em;
		padding-bottom: 2.8em;
	}
	.home #content #news .post-item .thmb {
		border: 1px solid #e5e5e5;
		float: left;
		height: 9.35em;
		margin: 0 1.5em 0 0;
		width: 9.35em;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.home #content #news .post-item:first-child .thmb {
		float: none;
		height: auto;
		margin: 0 0 2.2em;
		padding: 0 0 40.25% 0;
		width: 100%;
	}
	.home #content #news .post-item .thmb img { display: none; }
	.home #content #news .post-item h2 {
		padding: 0 0 .8em 0;
		font-size: 1.75em;
		font-weight: bold;
	}
	.home #content #news .post-item h2 a {
		color: #464545;
		text-decoration: none;
	}
	.home #content #news .post-item .excerpt {
		margin-left: 9em;
		font-size: 1.2em;
		line-height: 1.75;
	}
	.home #content #news .post-item:first-child .excerpt { margin-left: 0; }
	.home #content #news .post-item .excerpt a.read-more {
		display: inline-block;
		margin-left: .5em;
		color: #c41230;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
	}
	.home #content #news .post-item:first-child .excerpt a.read-more {
		border: 2px solid #940e24;
		display: block;
		margin: 1.8em 0 0 0;
		padding: .27em 0;
		width: 8.6em;
		background-color: #c41230;
		color: #fff;
		text-align: center;
		transition: .25s background ease-out;
		-ms-transition: .25s background ease-out;
	}
	.home #content #news .post-item:first-child .excerpt a.read-more:hover { background-color: #940e24; }
	.home #content #events {
		float: right;
		padding: 3.2em 0 0;
		width: 40.5%;
	}
	.home #content #events h2 {
		padding: 0 0 1.7em;
		color: #fa9900;
		font: 2.2em 'Chivo', serif;
	}
	.home #content #events .ill_calendar h2 {
		padding: 0 0 .2em;
		font: 700 1.6em 'Roboto', sans-serif;
		line-height: 1.35;
	}
	.home #content #events .ill_calendar h2 a {
		color: #26328c;
		text-decoration: none;
	}
	.home #content #events .ill_calendar .ill_calendar_event {
		border-bottom: 1px solid #e1e1e1;
		margin: 0 0 3.1em;
		padding: 0 0 2.55em;
	}
	.home #content #events .ill_calendar .ill_calendar_date_box {
		border: 1px solid #878585;
		margin-right: 1.8em;
		padding: .46em 0;
		width: 8.45em;
		color: #878585;
	}
	.home #content #events .ill_calendar .ill_calendar_date_box .ill_calendar_month {
		border: 0 none;
		border-radius: 0;
		padding: 0 0 .1em;
		background: transparent;
		color: #878585;
		font-size: 1.75em;
		text-transform: uppercase;
	}
	.home #content #events .ill_calendar .ill_calendar_date_box .ill_calendar_day {
		border: 0 none;
		border-radius: 0;
		padding: 0;
		background: transparent;
		box-shadow: none;
		-ms-box-shadow: none;
	}
	.home #content #events .ill_calendar .ill_calendar_event_info {
		border: 0 none;
		border-radius: 0;
		margin-left: 10.2em;
		padding: 0;
		box-shadow: none;
		-ms-box-shadow: none;
	}
	.home #content #events .ill_calendar .ill_calendar_info { margin: 0; }
	.home #content #events .ill_calendar .ill_calendar_dates, .home #content #events .ill_calendar .ill_calendar_info.ill_calendar_venue { display: none; }
	.home #content #events .ill_calendar .ill_calendar_info.ill_calendar_address2 { display: block; font-size: 1.5em; margin-bottom: 10px;}
	#content #callouts {
		clear: both;
		padding: 2.5em 0;
		background: #162070 url(images/callout-bg.png) left top repeat-x;
		color: #fff;
	}
	#content #callouts ul {
		display: table;
		margin: 0 auto;
		max-width: 1500px;
		padding: 0;
		list-style-type: none;
	}
	#content #callouts ul li {
		border-width: 0 2px 0 1px;
		border-style: solid;
		border-color: transparent rgba(0, 0, 0, .25) transparent rgba(255, 255, 255, .25);
		display: table-cell;
		margin: 0;
		padding: 1.1em 3.15em;
		vertical-align: top;
		width: 1%;
	}
	#content #callouts ul li:first-child { border-left: 0 none; padding-left: 0; }
	#content #callouts ul li:last-child { border-right: 0 none; padding-right: 0; }
	#content #callouts ul li a {
		display: inline-block;
		float: left;
		color: #fff;
		font-size: 1.55em;
		font-weight: 900;
		text-decoration: none;
		text-transform: uppercase;
	}
	#content #callouts ul li a b:after {
		display: inline-block;
		margin: -.15em 0 0 .25em;
		vertical-align: middle;
		content: "\f345";
		font-family: 'Dashicons';
		font-weight: normal;
		text-shadow: .35em 0 0 #fff;
		transition: all .25s ease-out;
		-ms-transition: all .25s ease-out;
	}
	#content #callouts ul li a:hover b:after {
		margin-left: .5em;
		text-shadow: .5em 0 0 #fff;
	}
	#content #callouts ul li a:after {
		display: block;
		margin: 1em 0 0 0;
		content: attr(title);
		font-size: .8em;
		font-weight: normal;
		line-height: 1.4;
		text-transform: none;
	}

/* Did You Know */
	.did-you-know {
		padding: 1em;	
		line-height: 1.75em;
		font-size: 1.2em;
	}
	.did-you-know h2 { font-size: 1.4em !important; padding: 0 0 .6em 0!important; }
	.did-you-know a { color: #c41230; }
	.did-you-know a:hover { color: #26328c !important; text-decoration: none !important;}

/* Section Guide */
	#section_guide { margin-bottom: 1.25em; }
	#section_guide ul {
		margin: 0;
		padding: 0;
	}
	#section_guide ul li { display: none; }
	#section_guide .current-menu-item { display: block; }
	#section_guide .current_page_item > a{ 
		background-color: #26328c;
		color: #fff;
		font-style: italic; 
	}
	#section_guide ul li.current-menu-ancestor, #section_guide ul li a {
		display: block;
		color: #26328c;
		font-size: 1.25em;
		text-decoration: none;
		transition: .25s all ease-out;
		-ms-transition: .25s all ease-out;
	}
	#section_guide ul li a { padding: .6em; border-bottom: 1px solid rgba(0, 0, 0, .25);}
	#section_guide ul li ul.sub-menu li {
		display: block;
		margin: 0;
		padding: 0;
	}
	#section_guide ul li ul.sub-menu li a { padding-left: 2em; }
	#section_guide ul li ul.sub-menu li a:hover, #section_guide ul li ul.sub-menu li.current-menu-item a {
		background-color: #26328c;
		color: #fff;
		font-style: italic;
	}
	.page-id-496 #section_guide { 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 #main .post-excerpt { padding-left: 7.6em; }
	#content.blog #side ul {
		margin: 0;
		padding-left: 0;
		list-style-type: none;
	}
	#content.blog #side ul li { color: #888; }
	#content.blog #side a { color: #c41230; }
	#content.blog #side a:hover { color: #26328c !important; text-decoration: none !important;}

/* Responsive Tabby */
	#content .responsive-tabs-wrapper p {
		color: #333;
	}
	#content .responsive-tabs-wrapper h2, #content .responsive-tabs-wrapper h3 { 
		font: 1.7em 'Chivo', serif; 
	}
	#content .responsive-tabs-wrapper h2 { color: #26328c; }
	#content .responsive-tabs-wrapper h3 { color: #f8991c; }
	#content .responsive-tabs-wrapper a { color: #c41230; text-decoration: none !important; font-weight: bold; }
	#content .responsive-tabs-wrapper a:hover { color: #7ac243 !important; }
	#content .responsive-tabs .responsive-tabs__panel, #content .responsive-tabs .responsive-tabs__list__item {
		border: 1px solid #e9e8eb;
		background-color: #f6f6f6;
	}
	#content .responsive-tabs .responsive-tabs__list__item--active, #content .responsive-tabs .responsive-tabs__list__item:hover {
		background-color: #26328c !important;
		border: 1px solid #041068;
	}
	#content .responsive-tabs__panel--active {
		border-color: #919295 !important;
	}
	#content .responsive-tabs .responsive-tabs__list__item {
		padding: 10px;
		background-color: #949598;
		color: #fff;
	}

/* 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; }

/* COL */
	.col {
		width: 50%;
		padding: 3%;
	}
	.col.one_third {
		width: 33%;
	}
	.col.two_third {
		width: 67%;
	}
	.col.one_fourth {
		width: 25%;
	}
	.col.two_fourth {
		width: 50%;
	}
	.col img {
		max-width: 100%;
		height: auto;
	}
	.col.clear {
		clear: both;
		overflow: hidden;
	}
	.col.color {
		background: #f6f6f6;
	}
	.col h4 {
		font-size: 25px;
	}
	.col-surround {
		clear: both;
		overflow: hidden;
		display: flex;
		flex-direction: row;
	}

/* Footer */
	#footer {
		clear: both;
		position: relative;
	}
	#footer a { text-decoration: underline; }
	#footer .contain {
		display: table;
		width: 100%;
	}
	#footer .col { display: table-cell; vertical-align: top; }
	#footer .top {
		padding: 2.1em 0;
		background-color: #3b3b3b;
		color: #fff;
	}
	#footer .top .col { padding: 2.1em 0; }
	#footer .top .address { width: 56%; }
	#footer .top .address .widget_text {
		font-size: 1.3em;
		font-style: normal;
		line-height: 1.5;
	}
	#footer .top .address .widget_text h3 {
		font-size: 1.25em;
	}
	#footer .top .address .widget_text a { color: #fa9900; font-weight: bold; text-decoration: none; }
	#footer .top .login { 
		width: 41%;
		text-align: center;
		float: left;
		margin-right: 20px;
		margin-top: 16px;
	}
	#footer .top .login a {
		border: 2px solid #e28a00;
		display: inline-block;
		padding: .55em 1.4em;
		background-color: #fa9900;
		color: #fff;
		font-size: 1.35em;
		font-weight: bold;
		text-decoration: none;
		text-shadow: 0 2px 4px rgba(0, 0, 0, .15);
		text-transform: uppercase;
		transition: .25s background ease-out;
		-ms-transition: .25s background ease-out;
	}
	#footer .top .login a:hover { background-color: #e28a00; }
	#footer .top .affiliates {
		border-left: 2px solid rgba(255, 255, 255, .15);
		padding-left: 2em;
		width: 55%;
		float: right;
	}
	#footer .top .affiliates ul { list-style-type: none; }
	#footer .top .affiliates ul li {
		display: inline-block;
		vertical-align: top;
		width: 46%;
	}
	#footer .top .affiliates ul li a {
		display: block;
		height: 80px;
		background-position: center top;
		background-repeat: no-repeat;
		text-indent: -9999px;
		background-size: contain;
	}
	#footer .top .affiliates ul li.menu-item-king-county a { background-image: url(images/mlklogo_new.png); }
	#footer .top .affiliates ul li.menu-item-city-of-seattle a { background-image: url(images/sads_cityofsea-logo-footer.png); }
	#footer .top .affiliates ul li.menu-item-united-way-of-king-county a { background-image: url(images/logo-united-way.png); }
	#footer .bottom { padding: 1em 0; }
	#footer .bottom .copy_credit { width: 45%; line-height: 1.8; }
	#footer .bottom .copy_credit a { color: #c41230; text-decoration: none; }
	#footer .bottom .share_bg { width: 12%; }
	#footer .bottom .google_translate { width: 43%; text-align: right; }
	#footer .bottom .google_translate a { text-decoration: none; }

/* WIDGETS */
	#search { margin-right: 14px; }
	#search input {
		display: inline-block;
		vertical-align: top;
	}
	#header .tools #search input[type=text] {
		height: 21px;
		position: absolute;
		right: 100%;
		width: 0;
		background-color: #fff;
		font-size: 12px;
		line-height: 1;
	}
	#header .tools #search.show input[type=text] { width: 147px; padding: 0 5px; border: 1px solid #aaa;}
	#search input[type=submit] {
		border: 0 none;
		height: 21px;
		margin: 0 0 0 6px;
		padding: 0;
		width: 21px;
		background: url(images/search-btn.png) center no-repeat;
		cursor: pointer;
		font-size: 0;
		line-height: 1;
		text-align: center;
		text-transform: uppercase;
	}
	#header .tools #search label { display: none; }

/* FOCUS */
	#header .tools .ill_search:focus {
		outline: 2px dotted #78c337;
	}
	#header .tools #search.show input[type=text]:focus  {
		outline: 2px dotted #78c337;
	}
	#header .tools #search input[type=text]:focus  {
		outline: 2px dotted #78c337;
		width: 147px; 
		padding: 0 5px; 
		border: 1px solid #aaa;
	}
	#search input[type=submit]:focus {
		outline: 2px dotted #78c337;
	}

/* 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%; }
	.page-accessibility #content #main .gform_wrapper input[type=text], .page-accessibility #content #main .gform_wrapper input[type=password], .page-accessibility #content #main .gform_wrapper textarea, .page-accessibility #content #main .gform_wrapper select { width: 96%; }
	#content #main .gform_wrapper textarea { height: 10em; }
	#content #main .gform_wrapper ul.gform_fields { padding-left: 0; }
	#content #main .gform_wrapper li { padding: 0; }

/* Social Media Sharing */
	#share { margin: 0 auto; overflow: hidden; padding: 0; width: 5.5em; font-size: 1.15em; text-align: center; text-transform: uppercase; white-space: nowrap; transition: width .25s ease-out; -ms-transition: width .25s ease-out; transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); }
	#share.active { width: 12em; }
	#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: #c41230; content: "\f237"; font: 1.75em 'dashicons'; }
	#share a { display: inline-block; margin: 0 0 0 4px; vertical-align: middle; color: #c41230; cursor: pointer; text-decoration: none; transition: .25s opacity ease-out; -moz-transition: .25s opacity ease-out; -ms-transition: .25s opacity ease-out; -webkit-transition: .25s opacity ease-out; }
	#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"; }
	#share a span { display: none; }

/* SPECIAL EFFECTS */
	#utility_nav ul li a, #nav ul li a, ul#menu-utility ul li a { transition: background .25s ease-out, color .25s ease-out; -ms-transition: background .25s ease-out, color .25s ease-out; }
	.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; margin: 20px 0; height: 0; overflow: hidden; }
	.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* 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; }
	#menu_btn { display: none; }
	.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; }

/* ACCESSIBILITY */
	.high_contrast * { background-color: #fff !important; color: #222 !important; }
	.high_contrast #logo a, .thmb a { background-color: transparent !important; }
	.high_contrast .ill_hero_slider .stage .slide a { background-color: transparent !important; }
	.high_contrast #content #callouts { background: #fff; }
	.high_contrast #footer .top .affiliates ul li a { background-color: transparent !important; }
	.high_contrast #footer .top .affiliates ul li { background-color: #000 !important; }

/* RESPONSIVE */
	@media only screen and (max-width: 1500px) {
		body { font-size: .8em; }
		#logo { left: 30px; background-position: center left; background-size: contain; }
		#header .tools { max-width: 50%; right: 30px; }
		#header { height: 230px; }	
		#nav ul li { font-size: 20px; }
		#content { padding-left: 2em; font-size: .85em; }
		#content #callouts ul li, #content #callouts ul li:first-child, #content #callouts ul li:last-child { padding: 1.1em 3.15em; }
		#content #main { font-size: 1.4em; }
		.home #content { padding-left: 0; }
		.home #content #news { padding-left: 2em; }
		.home #content #events { padding-right: 2em; }
		#content .ill_calendar .ill_calendar_tools .ill_calendar_view a:before { top: 3px; }
		ul#menu-utility ul li a { font-size: 11px }
		#footer { font-size: .85em; }
		#footer .top, #footer .bottom { padding-right: 2em; padding-left: 2em; }
		#footer .top .affiliates ul li a { background-size: contain; }
	}
	@media only screen and (max-width: 1345px) {
		#nav ul li a { padding: 1em; }
	}
	@media only screen and (max-width: 1215px) {
		ul#menu-utility li > a { font-size: 14px; }
		#header .tools { right: 20px; max-width: 65%; }
		#nav ul li a { padding: 2vw; }
		#nav ul li { font-size: 17px; }
		#logo { left: 20px; }
	}
	@media only screen and (max-width: 1215px) {
		#nav ul li { font-size: 15px; }
		#nav ul li a { padding: 1.75vw; }
	}
	@media only screen and (max-width: 1035px) {
		ul#menu-utility li > a { font-size: 13px;}
	}
	@media only screen and (max-width: 1024px) {
		body { font-size: .7em; }
		#nav #menu-primary .menu-item-first { display: none; }
		.contain { width: auto; }
		#textsize { display: none; }
		#header { height: 175px; }
		#header .tools { top: 60px; }
		#logo { top: 0px; }
		ul#menu-utility ul li a { font-size: 10px; }
	}
	@media only screen and (max-width: 955px) {
		#header { height: auto; }
		#logo { height: 7em; left: auto; margin: 0 auto 1em; position: relative; top: auto; width: 25em; }
		#header .tools .tools_container {display: block; width: 100%; }
		ul#menu-social-links { position: static; margin: 5px 0 8px 0; }
		#header .tools { margin: 0 0 1em; position: relative; right: auto; top: -5px; max-width: 100%; text-align: center; }
		#search { position: relative; }
		#nav { left: auto; position: relative; top: auto; }
	}
	@media only screen and (max-width: 835px) {
		#nav ul li { font-size: 15px; }
	}
	@media only screen and (max-width: 800px) {
		#nav ul li { font-size: 14px; }
		#nav ul li a { padding: 1em; }
	}
	@media only screen and (max-width: 768px) {
		body { font-size: .7em; }
		ul#menu-utility li > a, #header .tools #highcontrast { font-size: 13px; }
		#nav ul li { font-size: 13px; }
		.home #content #events .ill_calendar .ill_calendar_event_info { font-size: 1em; }
		#footer { font-size: .7em; }
		#header .tools #textsize:before { margin: -2px 35px 0 0px; }
		ul#menu-utility ul li a { font-size: 10px;}
		.menu-utility-container ul#menu-utility ul.sub-menu { width: 14em; }
		.menu-utility-container ul#menu-utility li:last-child:hover ul.sub-menu, #menu-utility li a:last-child:focus + ul.sub-menu, #menu-utility li.active:last-child ul.sub-menu { right: 16px; }
		#header .tools #textsize { width: 2em; }
		#header .tools #textsize:before { margin: -2px 14px 0 0px; }
		#header .tools #search input[type="text"] { width: 100px; }
		#footer .top .login { width: 20%; }
	}
	@media only screen and (max-width: 735px) {
		#nav ul li { font-size: 12px }
		#nav ul li a { padding: 1em; }
	}
	@media only screen and (max-width: 600px) {
		#search, #header .contain .tools, #textsize, #highcontrast, #content #side:before, .no_mobile { display: none !important; }
		.contain, .inner, #content #main, #content #side, .home #content #main, .home #content #news, .home #content #events, #footer .contain, #footer .col { 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; font-size: .6em; }
		#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); }
		#logo { height: 60px; left: auto; margin: 0 0 0 10px; position: relative; top: auto; width: 240px; background-position: left center; background-size: contain; }
		#nav .menu-primary-container .menu-item-about-us { display: block; }
		#nav_menu-2 .menu-item-about-us { display: none; }
		#nav #menu-primary .menu-item-first { display: block; }
		#menu_btn { display: block; height: 60px; position: absolute; right: 0; top: 0; width: 60px; background-color: #fa9900; font-size: 0; text-align: center; }
		#menu_btn:before { display: block; padding-top: .25em; color: #fff !important; content: "\f333"; font: 40px 'Dashicons'; }
		#close_btn { display: block; position: absolute; right: 5px; top: 9px; }
		#close_btn:before { display: block; content: "\f335"; color: #fff; font: 40px 'Dashicons'; }
		#nav { border: 0 none; bottom: auto; height: 100%; left: -100%; position: fixed; top: 0; width: 90%; transition: .25s left ease-out; -ms-transition: .25s left ease-out; }
		#nav.slid { left: 0; }
		#nav:before { display: none; height: 100%; left: 0; position: fixed; top: 0; width: 120%; z-index: -1; background-color: rgba(0, 0, 0, .4); content: ''; opacity: 0; transition: .25s opacity ease-out; -ms-transition: .25s opacity ease-out; }
		#nav.slid:before { display: block; opacity: 1; }
		#nav > div { height: 100%; }
		#nav ul { height: 100%; overflow: auto; padding: 60px 0 0 0; background-color: #fff; text-align: left; -webkit-overflow-scrolling: touch; }
		#nav ul li { display: block; height: auto; font-size: 17px; -moz-text-size-adjust: none; -ms-text-size-adjust: none; -webkit-text-size-adjust: none; }
		#nav ul li a { padding: 1em; }
		#nav ul.menu li:hover ul.sub-menu { display: none; }
		#nav ul.menu li.over ul.sub-menu { display: block; }
		#nav ul li ul.sub-menu { display: none; left: auto; padding: 0; position: relative; width: auto; opacity: 1; }
		#nav ul li ul.sub-menu li a { padding: .75em 2em; line-height: 1.25; }
		#nav .tools { display: block; height: 60px; left: 0; position: absolute; right: auto; top: 0; width: 100%; background-color: #333; font-size: 13px; text-align: left; }
		#nav .tools:before { display: inline-block; height: 100%; vertical-align: middle; content: ''; }
		#nav .tools .widget { margin: 0 0 0 .5em; }
		/*#nav .tools .widget:first-child { display: none; }*/
		#nav .tools ul { height: auto; overflow: visible; padding: 0; background-color: transparent; }
		#nav .tools ul li { font-size: 1em; }
		#nav .tools ul li a { padding: 0; background-color: transparent; text-transform: none; }
		#nav .tools ul li.menu-item-join-our-mailing-list a { color: #78c337; }
		#nav .tools .widget .textwidget a[href^=tel] { color: #78c337; }
		#content { padding: 0; }
		#content #main { padding: 2em 1.5em 0; font-size: 1.4em; }
		.home #content #main { padding: 0 1.5em; }
		#content #side { padding-top: 2em; margin-top: 20px; background-color: #f5f5f5; }
		#content #side h2 { padding-bottom: 1em; }
		#hero { float: none; width: auto; }
		/*#hero .ill_hero_slider { height: 30em; }*/
		#hero .ill_hero_slider .splide__arrows { display: none; }
		.home #content #main { padding: 2em 2em 1em 2em; } 
		#content #callouts { padding: 0; }
		#content #callouts ul { display: block; margin: 0; max-width: none; }
		#content #callouts ul li, #content #callouts ul li:first-child, #content #callouts ul li:last-child { border-width: 1px 0 2px 0; border-style: solid; border-color: rgba(255, 255, 255, .25) transparent rgba(0, 0, 0, .25) transparent; display: block; padding: 2em; width: auto; }
		#content #callouts ul li a { float: none; display: block; }
		#content #main p, #content #main li, #content #main td { font-size: 1.25em; }
		.home #content #news, .home #content #events { padding: 2em 2em 1em; }
		.home #content #main h1 { font-size: 2em; }
		.home #content #news h2 { padding-bottom: 1em; font-size: 1.85em; line-height: 1.95em}
		.home #content #news .post-item .excerpt { margin-left: 0; font-size: 1.65em;}
		.home #content #events h2 { padding: 0 0 .5em; }
		.home #content #events .ill_calendar { padding: 0 0 2em; }
		.home #content #events .ill_calendar .ill_calendar_event { border: 0 none; border-top: 1px solid #e1e1e1; margin: 3.1em 0 0; padding: 2.55em 0 0; }
		#content #callouts ul li a:after { font-size: 1em; }
		.home #content #events .ill_calendar .ill_calendar_event:first-child { border: 0 none; margin: 0; }
		.home #content #news .post-item .thmb { width: 100%; height: 200px; margin-bottom: 15px; }
		#footer .contain { display: block; padding: 0 2em; }
		#footer .col { display: block; width: auto; }
		#footer .top .col { padding: 1em; }
		#footer .top .address { text-align: center; }
		#footer .top .address, #footer .top .login, #footer .top .affiliates { width: auto; }
		#footer .top .affiliates { border: 0 none; padding-left: 0; }
		#footer .top .affiliates ul li a { background-size: contain; }
		#footer .bottom { font-size: 1.5em; }
		#footer .bottom .copy_credit, #footer .bottom .share_bg, #footer .bottom .google_translate { padding: 0 0 2em; width: auto; text-align: center; }
		.alignleft, .alignright { display: block; float: none; height: auto; margin: 0 0 1em 0; max-width: 90%; }
		#footer .top .login { padding: 15px 0; }
		.wp-caption { width: 100% !important; }
	}
	.only_mobile { display: none; }

/* PRINT */
	@media only print {
		#utility_nav, #header .tools #search, #nav, #header .tools ul#menu-social-links, #header .tools .widget:not(:last-child), #hero, #content #callouts, #content #main #breadcrumb, #content #side:before, #content #side .widget_archive, #content #side .widget_categories, #textsize, #section_guide, #footer .top .login, #footer .top .affiliates, #footer .bottom .share_bg, #footer .bottom .google_translate { 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; width: auto; background: transparent; text-align: center; zoom: .5; }
		#logo a img { display: block; margin: 0 auto; }
		#header .tools { position: relative; right: auto; top: auto; text-align: center; }
		.home #content #main { float: none; min-height: 0; padding: 4em 0 0; width: auto; background: transparent; font-size: .9em; text-align: center; }
		.home #content #news, .home #content #events { float: none; padding: 0 1em; width: auto; font-size: .75em; }
		.home #content #news .post-item:first-child .thmb { height: auto; padding: 0; width: 100%; }
		.home #content #news .post-item .thmb img { height: auto; display: block; width: 100%; }
		.home #content #news .post-item:first-child .excerpt a.read-more, .home #content #news .post-item .excerpt a.read-more { display: none; }
		#content #main { font-size: .9em; }
		#content #side { padding: 0; }
		#footer { font-size: .5em; }
		#footer .top { padding: 0; background: transparent; color: #888; font-size: .8em; }
		#footer .top .address, #footer .bottom .copy_credit { width: auto; text-align: center; }
	}