@charset "utf-8";

/*
Theme Name: Alden Facility Theme - 2017 version - 2022 color refresh added.
Theme URI: http://www.illuminage.com
Author: John Tonge
Version: 2025.10.3
Author URI: www.illuminage.com
Template: alden-parent
*/

@import url("../alden-parent/style.css");

/* =Reset
-------------------------------------------------------------- */


/*.schema-container {
    margin: 15px 35px 0 35px;
}*/
.post-alden-heroes #content.blog #main #featured-image{ display:none!important; }

/******************
    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;
}

/* HTML5 display-role reset for older browsers */
article,  aside,  details,  figcaption,  figure,  footer,  header,  hgroup,  menu,  nav,  section { display: block; }

html body {
    line-height: 1;
    background: #C0C0C0;
    min-width: 0;
    width: auto;
}

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;
}


/******************
    BASE STYLES
*******************/
html, body, form, img { border: 0; margin: 0; padding: 0; }
html { font-size: 100% }

html body {
    font: 1em/1 'Lato', sans-serif;
    color: #363636;
}

.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; }

/* Text selection highlight styles */
::-moz-selection { background: #fc0; color: rgba(0, 0, 0, .9); text-shadow: 0 1px 0 rgba(255, 255, 255, .25); } 
::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; }
address { font-style: normal; }

/* parent overrides */
article p {
    padding: 0;
    margin: 0;
}

hr {
    border: 0;
    height: 1px;
    margin: 24px;
    background-color: #00607e;
}


/************************************************

    H   H  EEEEE   AAA   DDDD
    H___H  E__    A   A  D   D
    H   H  E      AAAAA  D   D
    H   H  EEEEE  A   A  DDDD

*************************************************/

#alert-banner,
#alert-link a { 
    background-color: #007599;
    font-family: 'Lato', sans-serif; 
    font-weight: 700;
    font-size: 1.5em;
    color: #ffffff;
    text-shadow: 0px 1px 2px rgba(25, 24, 23, 0.5);
    text-align: center;
    padding: 12px 0;

}

#alert-link a {
    display: block;
    width: 100%;
    height: 100%;
}

#alert-link a:hover {
    text-decoration: none;
    background: #65A1E6;
}

.alert-animation {
    height: 50px;
     transition: height .10s ease-out;
    -moz-transition: height .10s ease-out;
    -ms-transition: height .10s ease-out;
    -webkit-transition: height .10s ease-out;
}

.alert-animation.scrolled { height: 0; }

.home #header, 
#header.content-banner { background: transparent; position: fixed; }

.header-container {
    background: #272520;
    height: 100%;
}

.header-container.scrolled {
    height: 77px !important;
}

#header,
.post-type-archive-ill_directory #header.content-banner,
.ill_directory-template-default #header.content-banner {
    height: 150px;
    width: 100%;
    margin: 0 auto;
    position: relative; 
    z-index: 100;
    border-top: 5px solid #00607e;
    background: #272520;
    transition: height .25s ease-out;
    -moz-transition: height .25s ease-out;
    -ms-transition: height .25s ease-out;
    -webkit-transition: height .25s ease-out;
}

.home #header.scrolled,
#header.content-banner.scrolled { background: #272520; }


#header.scrolled,
.post-type-archive-ill_directory #header.content-banner.scrolled,
.ill_directory-template-default #header.content-banner.scrolled {  
    position: fixed;
    height: 77px; 
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,.5);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,.5);
}


#header.no-banner.scrolled + .schema-wrapper #content,
.post-type-archive-ill_directory #header.content-banner.scrolled + .schema-wrapper #content,
.ill_directory-template-default #header.content-banner.scrolled + .schema-wrapper #content {
    padding-top: 100px;
}

#header.scrolled #nav { top: 16px; }

#header.scrolled #logo {
    background-size: cover;
    width: 177px;
    height: 66px;
    top: 5px;

}  

#header.scrolled + .schema-wrapper .inner > #featured-img,
#header.scrolled + #content { padding-top: 96px; }

/* Logo */
#logo {
    height: 97px;
    left: 10px;
    position: absolute;
    top: 18px;
    width: 292px;
    background: transparent url('images/logo.png') 0 0 no-repeat;
    background-size: contain;
     transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
}
#logo a {
    display: block;
    height: 100%;
    width: 100%;
}
#logo a img,
#print_logo { display: none; }


/* Utility Nav Menu */
.utility_nav {
    float: right;
    margin: 0 0 10px;

    font-size: 0;
}
.utility_nav ul {
    list-style-type: none;
}
.utility_nav ul li {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: top;
}
.utility_nav ul li a {
    display: block;
    padding: 5px;

    cursor: pointer;
    font-size: 12px;

    transition: background .25s ease-out, color .25s ease-out;
    -ms-transition: background .25s ease-out, color .25s ease-out;
}


#header .right {
    position: absolute;
    top:0;
    right: 0;
    font-size: 16px;
    visibility: visible;
    opacity: 1;
    transition: opacity .25s ease-out, color .25s ease-out;
    -ms-transition: opacity .25s ease-out, color .25s ease-out;
}

#header.scrolled .right {
    visibility: hidden;
    opacity: 0;
}

#header .right .right-block {
    display: inline-block;
    vertical-align: middle;
}

#header .right .tools {
    padding: 7px 12px 7px 55px;
    background: #00607e url(images/phone-icon.jpg) top left/contain no-repeat;
    color: #ffffff;
    font: 1.3em/1 'Merriweather', serif;
}

#header .right .tools a { 
    color: #ffffff; }

#header .right .tools a:hover { text-decoration: none; }

#header .right .tools a.phone {
    cursor: default;
}  


/************************************************

    N   N   AAA   V   V
    NN  N  A   A  V   V
    N N N  AAAAA   V V 
    N  NN  A   A    V

*************************************************/

/* Parent theme overrides */
.sub-menu { 
    box-shadow: none; 
    height: auto;
    overflow: auto;
    z-index: auto;
}

#section_guide .sub-menu {
    position: static;
    opacity: 1;
    width: auto;
}

/* End parent theme overrides */

#nav {
    top: 57px;
    right: 0;
    position: absolute;
    width: auto;
    font-size: 0;
    transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -webkit-transition: all .25s ease-out;
}
#nav ul {
    position: relative;
}
#nav ul li {
    display: inline-block;
    height: 23px;
    position: relative;
    vertical-align: top;
    margin: 1em 1em .5em 1em;
    font-size: 14px;

    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}
#nav ul li:first-child {}
#nav ul li a {
    display: block;
    height: 100%;
    font-size: 1.2em;
    font-weight: 700;
    padding-bottom: 1.6em;
    color: #ffffff;
    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 ul.sub-menu {
    color: #9dc9d9;

}

#nav ul li:hover:after,
#nav ul li.active:after,
#nav ul li.current-menu-item:after,
#nav ul li.current_page_parent:after {
    content: "";
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0;
    height: 4px;
    background-color: #96c1f2; 
}


#nav ul li:hover ul.sub-menu li:after,
#nav ul li.active ul.sub-menu li:after,
#nav ul li.current-menu-item ul.sub-menu li:after,
#nav ul li.current_page_parent ul.sub-menu li:after {
    content: none;
}

/* 2nd level nav */

#nav ul.sub-menu li { height: 100%; margin: 0; }

#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: -10%; opacity: 1; }
#nav ul li:last-child:hover ul.sub-menu,
#nav ul li:nth-last-child(2):hover ul.sub-menu,
#nav ul li.active:last-child ul.sub-menu,
#nav ul li.active:nth-last-child(2) ul.sub-menu,
#nav ul li a:last-child:focus + ul.sub-menu/*,
#nav ul li a:nth-last-child(2):focus + ul.sub-menu*/ { left: auto; right: 0; }
#nav ul li ul.sub-menu li {
    display: block;
    height: auto;

    text-align: left;
}
#nav ul li ul.sub-menu li a {
    height: auto;
    text-transform: capitalize;
    padding: 7px 12px;
    color: #ffffff;
    background-color: #00607e;
    font-size: 1.1em;
    line-height: 1.2;
}
#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: #E0E0E0; color: #00607e;}

/* 3rd level nav */
#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; } /* used to hide/show smartphone nav menu */


#header .right .survey-container {
    position: absolute;
    right: 244px;
    top: 2px;
    text-align: right;
    width: 12em;
}


/* Hero Slideshow - Inner Page Featured Image */

#hero .ill_hero_slider .stage .slide:before, 
#featured-img-container .stage:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* Gradient */
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(13,13,13,0) 45%, rgba(33,33,33,0) 75%, rgba(44,44,44,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(45%, rgba(13,13,13,0)), color-stop(75%, rgba(33,33,33,0)), color-stop(100%, rgba(44,44,44,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(13,13,13,0) 45%, rgba(33,33,33,0) 75%, rgba(44,44,44,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(13,13,13,0) 45%, rgba(33,33,33,0) 75%, rgba(44,44,44,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(13,13,13,0) 45%, rgba(33,33,33,0) 75%, rgba(44,44,44,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(13,13,13,0) 45%, rgba(33,33,33,0) 75%, rgba(44,44,44,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2c2c2c', GradientType=0 );
}

#hero-container { 
    position: relative;
    display: block;
    height: 561px
 }

#hero {
    position: absolute;
    top: 0;
    width: 100%;
}

#hero .ill_hero_slider { padding: 0; }

#hero .ill_hero_slider .stage {
    padding: 0;
    height: 741px;
}

/*#hero .ill_hero_slider .stage .slide .info {
    position: absolute;
    width: 100%;
    left: 0;
    top: 570px;
}

#hero .ill_hero_slider .stage .slide .info .title { 
    position: static;
    display: inline-block;
    font-style: italic;
    width: auto;  
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.65);
}

#hero .ill_hero_slider .stage  .slide .caption {
    position: static;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family: 'Dancing Script', cursive;
    text-shadow: 4px 2px 2px rgba(0, 0, 0, 1);
    padding: .03em 0 0.1em 0;
    font-size: 80px;
    text-align: center;
    top: 600px;
}*/


/* OVERRIDE CORP17 */


#hero .ill_hero_slider .stage .slide .info .caption { display: none; }

#hero .ill_hero_slider .stage .slide .title {
    font-family: 'Dancing Script', cursive;
    text-shadow: 4px 2px 2px rgba(0, 0, 0, 1);
    padding: .03em 0 0.1em 0;
    font-size: 52px;
    text-align: center;
    top: 83.5%;
}

/* END OVERWRITE CORP17 */

#hero .ill_hero_slider .controls {
    background-color: rgba(0, 0, 0, 0.5);
    left: 45%;
    width: auto;
    height: 25px;
    padding: 8px 20px 0 20px;
}
#hero .ill_hero_slider .controls .dots .dot { background-color: #ffffff; }
#hero .ill_hero_slider .controls .dots .dot.active {
    background-color: #96c1f2;
}

#hero .ill_hero_slider .controls .playback .play,
#hero .ill_hero_slider .controls .playback .pause {
    border-color: #ffffff;
}


#hero .ill_hero_slider .prev, 
#hero .ill_hero_slider .next {
    height: 58px;
    width: 30px;
    top: 88%;
}

#hero .ill_hero_slider .prev { 
    border: none;
    background: url(images/slider-left-arrow.png) 0 0/contain no-repeat; 
    left: 30px;
}

#hero .ill_hero_slider .next {
    border: none;
    background: url(images/slider-right-arrow.png) 0 0/contain  no-repeat; 
    right: 30px;
}

#featured-img-container { 
    display: block;
    position: relative; 
    height: 490px;
    width: auto;
}

#featured-img-container #hero-inner {
    position: absolute;
    top: 0;
    width: 100%;
}

#featured-img-container .stage {
    position: relative;
    height: 490px;
}

#featured-img-container .stage #featured-img {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

#featured-img #caption-container {
    position: absolute;
    width: 100%;
    bottom: 0;
}

#featured-img #banner-description {
    display: inline-block;
    padding: 8px 25px;
    width: auto;
    background: rgba( 0, 0, 0, 0.5 );
    font-style: italic;
    color: #ffffff;
}

#featured-img #banner-caption {
    text-align: center;
    background: url(images/caption-background-2022.jpg) 0 0/cover no-repeat;
    font-family: 'Dancing Script', cursive;
    font-size: 2.5em;
    padding: 1% 5%;
    color: #ffffff;
}


:target { 
  padding-top: 186px;  
  margin-top: -186px; 
}

/******************
    CONTENT AREA
*******************/
#content { background: #ffffff; }

#content .inner {
    display: flex;
    display: -webkit-flex; 
    display: -ms-flexbox;
}

.home #content {
    background: #C0C0C0;
}

.home #content .inner {
    display: block;
}

.page-template-tmpl_full-php #content .inner,
.ill_directory-template-default  #content .inner{
    display: block;
}

#content h1 {
    margin: 0 0 20px 0;
    font: 2em/1.25 'Merriweather', serif;
    color: #00607e;
}

.home #content h1 {
    margin: 0 auto 20px auto;
    width: 66%;
}

#content h2,
#blogroll_container h2 {
    position: relative;
    margin: 0 0 15px 0;
    font: 1.5em/1.25 'Merriweather', serif;
    color: #00607e; 
    font-weight: 400;
}

#content h3 {
    margin: 0 0 10px 0;
    font: 1.1em/1.25 'Merriweather', serif;
    color: #00607e;
}
#content p {
    padding: 0 0 1em 0;

    line-height: 1.5em;
}

#content p em.blue-italics {
    font: italic 400 'Lato', sans-serif;
    color: #00607e;
}

#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:  0;
}

#content a { text-decoration: underline; color: #007599; }
#content a:hover { text-decoration: none; }

/* 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); }

#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=number],
#content input[type=tel],
#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; }

/* When the document is linked to an image, don't add the icon. */
#content a.no_icon:after { content: none; }

#content .ill_responsive_video {
    margin: 0 0 3em;
    padding: 0 0 56.25% 0; /* creates 16:9 size video area */
    position: relative;
    border: 1px solid #d7d7d7;
}
#content .ill_responsive_video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#content .ill_responsive_video br { display: none; }
 
/* FiveStar form plugin */

.fivestar-wrapper {
    font: 1em/1 'Lato', sans-serif;
    color: #363636;
}

.fivestar-wrapper .fivestar-outer .fivestar-inner h1 {
    margin: 0 0 20px 0;
    font: 2em/1.25 'Merriweather', serif;
    color: #00607e;
}

.fivestar-wrapper .fivestar-outer .fivestar-inner .button-wrapper a {
    color: #939393;
    border: 1px solid #939393;
}

.fivestar-wrapper .fivestar-outer .fivestar-inner .button-wrapper a {
    font-weight: normal;
    text-decoration: none;
}

.fivestar-wrapper .fivestar-outer .fivestar-inner .button-wrapper a:hover {
     text-decoration: none;
    background-color: #175A9E !important;
    color: #ffffff;
}

/*.fivestar-wrapper .fivestar-outer .fivestar-inner .button-wrapper #fivestar-submit.disabled {
    background: #175A9E!important;
    color: #ffffff;
    cursor: pointer !important;
}*/

body .fivestar-wrapper .fivestar-outer .fivestar-inner .feedback-form-wrapper { padding: 40px 3em; }

.fivestar-wrapper input[type="text"], 
.fivestar-wrapper input[type="email"], 
.fivestar-wrapperinput[type="password"], 
.fivestar-wrapper textarea, #content select,
.fivestar-wrapper input[type="submit"] { border: 1px solid rgba(0, 0, 0, .5); padding: 0.5em; }

body .fivestar-wrapper .gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label { max-width: 100%; }

body .fivestar-wrapper .gform_confirmation_message { text-align: center; }

.post-type-archive-feedback .fivestar-wrapper,
.feedback-template-default .fivestar-wrapper { background: #00607e !important;}

.post-type-archive-feedback  .fivestar-wrapper p,
.post-type-archive-feedback .fivestar-wrapper .fivestar-outer .fivestar-inner .fivestar-copy-wrapper p, 
.feedback-template-default .fivestar-wrapper p, 
.feedback-template-default .fivestar-wrapper .fivestar-outer .fivestar-inner .fivestar-copy-wrapper p { font-size: 1.5em; line-height: 1.5em; }

.post-type-archive-feedback .rating > label::before { font-size: 110px;}

#survey-wrapper p { font-weight: bold; }

#content a.learn-btn,
.home #content #side #programs-container .info .learn-btn,
#blogroll_container a.learn-btn,
button#fivestar-submit {
    position: relative;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0089B3+0,11406f+100 */ 
    background: #0089B3; /* Old browsers */
    background: -moz-linear-gradient(top,  #0089B3 0%, #007599 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #0089B3 0%,#007599 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #0089B3 0%,#007599 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089B3', endColorstr='#007599',GradientType=0 ); /* IE6-9 */

    background-size: auto 200%;
    background-position: 0 0;
 
    transition: background-position 0.5s;
    -ms-transition: background-position 0.5s;
}

.home #content #side #programs-container .info .learn-btn {
     padding: 2% 3%;
     font-size: .9em;
}

#content a.learn-btn {
     padding: 0.5% 2%;
     font-size: .8em;
     margin: 15px 0;
}


#content a.learn-btn:hover,
#blogroll_container a.learn-btn:hover {
   background-position: 0 100%;
}


.s4yt-inline {
 /*  border-bottom: 2px dashed #00607e;*/
   border-bottom: 2px solid #00607e; 
} 


.s4yt {
    background-color: rgba(23, 90, 155, .95) !important;
    font-size: 1.1em !important;
}

.s4yt-arrow {
     border-color: rgba(23, 90, 155, .95) transparent transparent transparent !important;
}


/************************************************

    M   M   AAA   IIIII  N   N
    MM MM  A   A    I    NN  N
    M M M  AAAAA    I    N N N
    M   M  A   A  IIIII  N  NN

*************************************************/

.home #header + div#hero + div#content .inner.site-intro { 
    transition: height .25s ease-out;
    -moz-transition: height .25s ease-out;
    -ms-transition: height .25s ease-out;
    -webkit-transition: height .25s ease-out;
    /*padding-top: 524px */
     
}  

.home .inner.site-intro { padding-top: 180px }

.home #content #main {
    float: none;
    width: 100%;
    font-size: 1.2em;
    text-align: center;
    /*padding: 765px 10% 5% 10%;*/
    /*padding: 5% 10%;*/
    padding: 3% 10% 2% 10%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c0c0c0+0,f0efef+49,c0c0c0+100 */
    background: #F0EFEF url(images/maincontent-bgtexture.png) 0 0 /cover no-repeat;  /* Old browsers */
    background: url(images/maincontent-bgtexture.png) 0 0 /cover no-repeat, -moz-linear-gradient(left,  #c0c0c0 0%, #f0efef 49%, #c0c0c0 100%); /* FF3.6-15 */
    background: url(images/maincontent-bgtexture.png) 0 0 /cover no-repeat, -webkit-linear-gradient(left,  #c0c0c0 0%,#f0efef 49%,#c0c0c0 100%); /* Chrome10-25,Safari5.1-6 */
    background: url(images/maincontent-bgtexture.png) 0 0 /cover no-repeat, linear-gradient(to right,  #c0c0c0 0%,#f0efef 49%,#c0c0c0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c0c0c0', endColorstr='#c0c0c0',GradientType=1 ); /* IE6-9 */
}

.home #content #main p { font-size: 1.3em; }

.home #content #main { min-height: 0; }

/* Home page accreditation gallery icons */

.home #content #main .gallery-columns-2 { padding: 0 19%; }

.home #content #main .gallery .gallery-item img { padding: 0; }

#content #main {
    float: left;
    min-height: 300px;
    width: 65%;
    padding: 50px;
    font-size: 1.25em;
}
#content #main.full_width { float: none; width: 97%; }
#content #main img,
#content.blog #main img {
    border: 1px solid #00607e;
    height: auto;
    max-width: 100%; 
}

#content #main img.full-width { max-width: 100%; }

#content #main img.small-float { max-width: 40%; }

#content #main img.noborder,
#content #main img[src$=".png"],
#content #main .mapp-layout img { 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 img { text-decoration: none; }
#content #main ul ul li {
    font-size: 100%;
    list-style-type: circle;
}
#content #main caption {
    font-size: .85em;
    font-style: italic;
    text-align: center;
}

#content #main h2 { 
    margin: 10px 0 25px 0; 
    line-height: 1.3em;
}

#content #main .sub-menu {
    position: static;
    opacity: 1;
    width: auto;
    padding: 0;
}

#content.blog #main h2 a {
    font-size: .9em;
    line-height: 1.3em
}

#content.blog #main #featured-image { 
    float:right; 
    width: 40%; 
    padding: 0 0 10px 10px;
}


.schema-container {
    float: left;
    width:100%;
    text-align: left;
    line-height: 1.5em;
    margin-top: 15px;
}


.page-patient-satisfaction-ratings .ds-summary.no-comments { margin-bottom: 30px; }

#content #main .galleria-theme-nextgen_pro_horizontal_filmstrip.caption_above_stage .galleria-info { top: 1em; }
.galleria-theme-nextgen_pro_horizontal_filmstrip.caption_above_stage .galleria-info, 
.galleria-theme-nextgen_pro_horizontal_filmstrip.caption_below_stage .galleria-info { font-size: 1.2em; line-height: 1em; }

#content #main .ngg-galleria img { border: none; }


/* Huntley pop-up */

.home .ill-lightbox { overflow-y:auto; }

.home .ill-lightbox-wrap .gform_wrapper { 
    font: 1em/1.5 'Lato', sans-serif;
    color: #363636; 
}
.home .ill-lightbox-wrap .gform_wrapper h3 {
    font: 1.2em/1.25 'Merriweather', serif;
    color: #00607e;
    text-align: center;
}

.home .ill-lightbox-wrap .close { color: #ffffff!important; background: #00607e; padding: 3px;  }

.home .ill-lightbox-wrap .gform_wrapper input { border: 1px solid #00607e; }

.home .ill-lightbox-wrap .gform_wrapper .gform_footer { text-align: center; }

.home .ill-lightbox-wrap .gform_wrapper input.gform_button {
    background: #00607e;
    color: #ffffff;
}


/************************************************

      SSS  IIIII  DDDD   EEEEE
    SS       I    D   D  E__
      SSS    I    D   D  E
    SS     IIIII  DDDD   EEEEE

*************************************************/

.home #content #side {
    float: none;
    width: 100%;
    color: #ffffff;
    padding: 0;
}

.home #content #side h2.callout-header,
#blogroll_container h2.callout-header {
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    background: none;
    text-transform: capitalize;
    font-size: 2.2em;
    padding: 0 0 25px 0;
}

.home #content #side #programs-container {
    background: #007599;
    
}

.home #content #side #programs-container .inner { padding: 4% 1.6%; }

.home #content #side #programs-container .program-row {
    width: 100%;
    font-size: 0;
}

.home #content #side #programs-container .program-block  {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.home #content #side #programs-container .program-block a {
    display: block;
    width: 100%;
    height: 100%;
   background-color: #5b5b5b;  
}

.home #content #side #programs-container .program-block a {
    text-decoration: none; 
}

.home #content #side #programs-container .program-block a:hover {
    text-decoration: none; 
}

.home #content #side #programs-container .program-block a:hover {
    background-color: #363636; 
}


.home #content #side #programs-container .program-row.single_block {
    height: 100%;
    display: block;
}

.home #content #side #programs-container .program-row.single_block .program-block {
    height: 100%;
}

.home #content #side #programs-container .info {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    
}

.home #content #side #programs-container span.description h2 + span { 
    display: block;
    line-height: 1.5em; 
    font-size: 16px;
    color: #ffffff;
}

.home #content #side #programs-container .info h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.1em; 
    text-transform: capitalize;
    background: none;
    padding: 2% 0 3% 0;
    margin: 0;
}

.home #content #side #programs-container .info .learn-btn {
        font-size: 14px;
        padding: 2% 3%;
        margin-top: 15px;
}

.home #content #side #programs-container .description { padding: 2%; }

.home #content #side #programs-container .info p {  }

.home #content #side #programs-container .info a {  }

.home #content #side #programs-container .info img {
    width: 100%;
    height: auto;
    padding: 0;
}


/* Blogroll  */

.home #content #side #home-blog-callouts,
#blogroll_container #home-blog-callouts{
    background: #333333;

    position: relative;
    width: 100%;
    margin: auto 0;

}

.home #content #side #home-blog-callouts .inner,
#blogroll_container #home-blog-callouts .inner { padding: 4% 0 2% 0; }


.home #content #side .preview-thumbs-inner-wrap {  }

.home #content #side .preview-thumbs-inner-wrap .thumbs-row,
#blogroll_container .preview-thumbs-inner-wrap .thumbs-row { 
    justify-content: center;
    text-align: center;
}

.home #content #side .preview-thumbs-inner-wrap .thumbs-row .single-item {
    margin: 0 15px;
    display: inline-block;
    width: 23%;
}

#blogroll_container .preview-thumbs-inner-wrap .thumbs-row .single-item {
    margin: 0 15px;
    display: inline-block;
    width: 30%;
}

.home #content #side .preview-thumbs-inner-wrap .thumbs-row .single-item:first-child,
#blogroll_container .preview-thumbs-inner-wrap .thumbs-row .single-item:first-child {
    margin-left: 0;
}

.home #content #side .preview-thumbs-inner-wrap .thumbs-row .single-item:last-child,
#blogroll_container .preview-thumbs-inner-wrap .thumbs-row .single-item:last-child  {
    margin-right: 0;
}


.home #content #side .blog_highlights,
#blogroll_container .blog_highlights {  
    text-align: center; 
    position: relative;

    float: left;
    height: inherit;
    
}

.home #content #side .blog_highlights .blog_highlight,
#blogroll_container .blog_highlights .blog_highlight { 
    position: relative; 
    padding: 0;
    
    overflow: hidden;
    height: inherit;

}


/*.home #content #side .blog_highlight .title-text h3 a, #blogroll_container .blog_highlight .title-text h3 a*/
.home #content #side .blog_highlight .title-text h3,
#content #blogroll_container .blog_highlights .title-text h3 { font: 1em/1 'Lato', sans-serif; font-weight: bold; }

.home #content #side .blog_highlight .title-text h3 a,
#content #blogroll_container .blog_highlights .title-text h3 a { color: #fff; text-decoration: none; }

.home #content #side .blog_highlight .title-text h3 a:before,
#blogroll_container .blog_highlights .title-text h3 a:before {
    content: "";
    background: url(images/blog-plus-btn-2022.png);
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 52px;
    right: 5px;

    z-index: 95;

}

.home #content #side .blog_highlight img,
#blogroll_container .blog_highlight img {   
    width: 100%;
    height: 100%;
    background-size: cover;
    border-bottom: 10px #000000 solid;
}

.home #content #side .blog_highlight .title-text,
#blogroll_container .blog_highlight .title-text {
    position: relative;
    bottom: 91px;
    z-index: 50;    
    
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;

         -moz-transition: background-position 1s linear;
    -webkit-transition: background-position 1s linear;
    -o-transition: background-position 1s linear;
}



.home #content #side .blog_highlight .title-text  h3,
#blogroll_container .blog_highlight .title-text  h3 { 
    position: absolute; 
    width: 100%;
    margin-top: 25px;
}




.home #content #side .blog_highlight .title-text  h3 a,
#blogroll_container .blog_highlight .title-text  h3 a{ 
    display: block;
    text-decoration: none;
    color: #ffffff;
    background: #000000; 
    width: 100%;
    height: 71px;
    opacity: 1;
    font-size: 1em;
    padding: 1.5em 0.5em 0 0.5em;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}


/********************

MAP SHORTCODE STYLES 

********************/

.home #ill_directory_map_wrap { 
    border: none; 
    margin: 0;
    padding: 40% 0 0 0;
}

.home .map-search-container { 
    background: url(images/home-map-search-texture.png) #5b5b5b no-repeat center bottom;
    background-size: contain;
    padding: 5% 0;
}

.home .map-search-container .inner {
    text-align: center;
    vertical-align: middle;
}

.home .map-search-container .inner .map-block {
    display: inline-block;
}

.home .map-search-container .inner .map-block .find-location {
    display: block;
    text-transform: uppercase;
    margin: 0 25px 15px 0;
    font-family: 'Merriweather', serif;
    font-size: 30px;
    color: #ffffff;
}

.home #ill_directory_map_wrap .ill_directory_map_popup_info { color: #000000; }

#content #side #ill_directory_form button#ill_directory_get_geo { display: none; }

#content #side #ill_directory_form button#ill_directory_get_geo:before { content: none; }

#content #side #ill_directory_form input[type=text],
#content #side #ill_directory_form ul.ill_directory_hybrid_dropdown > li { border-radius: 0; }

.home .map-search-container .inner .map-block #ill_directory_form input[type=text],
.home .map-search-container .inner .map-block #ill_directory_form ul.ill_directory_hybrid_dropdown > li {
    border-radius: 0; 
    position: relative; 
    padding-right: 1.8em!important;
}

.home .map-search-container .inner .map-block #ill_directory_form ul.ill_directory_hybrid_dropdown li ul li label { text-align: left; }


.home .map-search-container .inner .map-block #ill_directory_form ul.ill_directory_hybrid_dropdown > li:before {
    content: "";
    position: absolute;
    background: #d3d3d3;
    height: 100%;
    width: 1.2em;
    top: 0;
    right: 0;
}

.home .map-search-container .inner .map-block #ill_directory_form ul.ill_directory_hybrid_dropdown > li:after {
    position: absolute;
    top: 3px;
    right: -4px;
    color: #404040;
    font-size: 28px;
}

.home .map-search-container .inner .map-block #ill_directory_form input[type=submit],
#content #main + #side #ill_directory_form input[type=submit] {

       /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0089B3+0,11406f+100 */ 
    background: #0089B3; /* Old browsers */
    background: -moz-linear-gradient(top,  #0089B3 0%, #007599 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #0089B3 0%,#007599 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #0089B3 0%,#007599 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089B3', endColorstr='#007599',GradientType=0 ); /* IE6-9 */

    background-size: auto 200%;
    background-position: 0 0;
 
    transition: background-position 0.5s;
    -ms-transition: background-position 0.5s; 
} 

.home .map-search-container .inner .map-block #ill_directory_form input[type=submit]:hover,
#content #side #ill_directory_form input[type=submit]:hover {
   background-position: 0 100%;
}


#content #side .widget_page_sidebar.sb-block > div {
    padding: 0 25px 25px 15px;
}

#content #main + #side #ill_directory_form { margin: 2em 0 0 0; }

#content #side #ill_directory_form .ill_directory_hybrid_dropdown { margin-bottom: 12px; }

#content #main + #side #ill_directory_form input[type="text"],
#content #main + #side #ill_directory_form .ill_directory_hybrid_dropdown,
#content #main + #side #ill_directory_form .ill_directory_hybrid_dropdown > li {
    width: 100%;
    position: relative;
}

#content #main + #side #ill_directory_form ul.ill_directory_hybrid_dropdown > li:before {
    content: "";
    position: absolute;
    background: #838484;
    height: 100%;
    width: 1.7em;
    top: 0;
    right: 0;
}

#content #main + #side #ill_directory_form ul.ill_directory_hybrid_dropdown > li:after {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    font-size: 30px;
}


/********************

END MAP SHORTCODE STYLES 

********************/



#home-blog-callouts #blog-link { 
    text-align: center; 
}


#content #home-blog-callouts #blog-link a.learn-btn,
#blogroll_container #home-blog-callouts #blog-link a.learn-btn { 
    padding: 1% 2%; 

    margin-top: 40px;
}

#content #side {
    float: right;
    padding: 50px 40px;
    min-height: 300px;
    width: 32%;
    flex: 1;
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */
    background: #f1f1f1;
}
#content #side p, #content #side li, #content #side td { font-size: 1em; }

#content.blog #side .ill_mag_read_more_by_tax { margin-bottom: 25px; }

#content.blog #side .ill_mag_read_more_by_tax > span { display: block; }

#content.blog #side .ill_mag_read_more_by_tax span a { display: block; padding: 10px 0;}

#content #side h2,
#content.blog #side .ill_mag_read_more_before_terms  {
    text-transform: uppercase;
    color: #ffffff;
    /*line-height: 1.2em;*/
    background: #00607e;
    padding: 25px;
}

#content.blog #side .ill_mag_read_more_before_terms {
    position: relative;
    margin: 0 0 15px 0;
    font: 1.5em/1 'Merriweather', serif;
    color: #ffffff; 
    font-weight: 400;
}

#content #side .sb-block {
    background: url(images/sidebar-bgtexture.png) #d2d2d2 no-repeat center bottom;
    background-size: contain;
    padding-bottom: 12%;
    border-bottom: 5px solid #292929;
}

#content #side .sb-block.widget_media_image {
    background: none;
    padding-bottom: 0;
    border-bottom: none;
}

#content #side .sb-block > div {
    padding: 0 25px 55px 25px;
}

/* Section Guide */
#section_guide { margin-top: 30px; }
#section_guide h2 {}
#section_guide ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#section_guide .subpages ul li a { display: none; }
/*#section_guide .subpages ul.sub-menu li a { display: block; }*/
#section_guide .subpages ul li.current-menu-ancestor ul.sub-menu li a { display: block; }
/*#section_guide ul li,*/
#section_guide ul li.current-menu-ancestor ul.sub-menu li a {
    display: block;
    margin: 0 0 15px 25px;
    border-bottom: 1px solid #bababa;
    position: relative;
}

/*#section_guide ul li ul.sub-menu li:first-child { padding-top: 10px; }*/

#section_guide ul li a {
    display: block;
    color: #2e2d2d;
    text-decoration: none;
    font-size: 1.3em;
    padding-bottom: 15px;
    transition: all 0.35s ease-in-out 0s;
    -ms-transition:  all 0.35s ease-in-out 0s;
}
#section_guide ul li ul.sub-menu li a:hover { color: #888686; }
/*#section_guide ul li.current-menu-item:before,*/
#section_guide ul li ul.sub-menu li.current-menu-item a:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -23px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 18px;
	border-color: transparent transparent transparent #6F6D6D;
}
/* Blog */
#content.blog #main h2 { margin: 0; padding: 5px 0; }
#content.blog #main .post {
    clear: both;
    margin: 0 0 1.5em 0;
}
#content.blog #main .post .thmb {
    float: left;
    height: 100px;
    margin: .5em 1em 1em 0;
    width: 100px;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#content .post-item .thmb a {
    display: block;
    height: 100%;
    width: 100%;
}
#content.blog #main .post-date {
    margin: 0 0 1.5em 0;

    opacity: .5;
}
#content.blog #side ul {
    margin: 0;
    padding-left: 0;

    list-style-type: none;
}
#content.blog #side ul li { color: #888; }


/* IlluminAge Calendar Colors */
.ill_calendar .ill_calendar_event .ill_calendar_date_box .ill_calendar_month, .ill_calendar #ill_calendar_grid th {} /* header bar */
.ill_calendar .ill_calendar_btn, .ill_calendar .ill_calendar_tools ul.ill_calendar_category > li, .ill_calendar .ill_calendar_tools ul.ill_calendar_category li ul, .ill_calendar .ill_calendar_tools ul.ill_calendar_category li ul li a, .ill_calendar .ill_calendar_tools .ill_calendar_date_nav form select {} /* buttons */
.ill_calendar .ill_calendar_btn, .ill_calendar .ill_calendar_tools ul.ill_calendar_category > li, .ill_calendar .ill_calendar_tools ul.ill_calendar_category li ul, .ill_calendar .ill_calendar_tools .ill_calendar_date_nav form select {} /* buttons */
.ill_calendar #ill_calendar_grid .ill_calendar_week_row .ill_calendar_week_cols td.ill_calendar_grid_date {} /* calendar grid date */
.ill_calendar #ill_calendar_grid .ill_calendar_week_row .ill_calendar_week_cols td a {} /* calendar grid event */


/* Facility Finder */
 .post-type-archive-ill_directory #sidebar { display: none; }

.post-type-archive-ill_directory #main.full_width h3 a { 
    text-decoration: none;
    background: #00607e; 
    padding: 8px 5px;
}

.post-type-archive-ill_directory #main.full_width #ill_directory_map_wrap { padding-top: 40.75%; }

.post-type-archive-ill_directory #main.full_width .ill_directory_list_block {
    background: #d9d9d9;
  /*  padding: 0;*/
    margin: 0 1em 1em 0;
}

.post-type-archive-ill_directory #main.full_width .ill_directory_list_block h4 { margin-bottom: 15px; }

 #content a.ill_directory_btn,
 #content #ill_directory_form input[type=submit], 
 #content #ill_directory_form button { color: #ffffff; background: #0089B3; }

 #content a.ill_directory_btn:hover,
#content #ill_directory_form input[type=submit]:hover, 
 #content #ill_directory_form button:hover { background: #11406F; }


.single-ill_directory #main.full_width .ill_directory_breadcrumb { display: none; }

.single-ill_directory #main.full_width h3 {
    font-weight: 700;
    font-size: 1em;
    padding: 25px 0 12px 0;
    margin: 0;
    color: #363636;
}

.single-ill_directory #main.full_width .ill_directory_category_facility-type h3 {
    padding-top: 20px;
}

 .single-ill_directory #content #main p {
    padding: 0;
    line-height: 1.4em;
  }

 .single-ill_directory #content #main .ill_directory_category_facility-type ul,
 .single-ill_directory #content #main .ill_directory_category_county ul { 
    list-style-type: none; 
    margin-left: 0;
    padding: 0;

 }

  .single-ill_directory #content #main .ill_directory_category_county ul {
    padding-bottom: 25px;
  }

  .single-ill_directory #content #main .ill_directory_item_contact_info .ill_directory_web_url { 
    font-size: 1.2em; 
    padding-top: 15px;
  }

.single-ill_directory #content #main h1 + p {width: 50%; } 

.single-ill_directory #content #main #ill_directory_map_wrap.mini { padding-top: 22%; }


/* Gravity Forms */
#content #main .gform_wrapper .ginput_complex label { margin: 0 0 10px 0 !important; }
#content #main .gform_wrapper legend.gfield_label { font-weight: 700; }
#content #main .gform_wrapper input[type=text],
#content #side .gform_wrapper input[type=text],
#content #main .gform_wrapper input[type=password],
#content #main .gform_wrapper textarea,
#content #main .gform_wrapper select { width: 100%; }

#content #side .gform_wrapper ul { padding: 0; }

#content #main .gform_wrapper input[value="Other"][type=text] { width: 80%; }

#content #main .gform_wrapper textarea { height: 10em; }
#content #main .gform_wrapper ul.gform_fields { padding-left: 0; }

.page-stay-connected #content #main .gform_wrapper .gfield_html em { display: none; }

/* Constant Contact Form */

/*.ctct-form-wrapper abbr[title] { text-decoration: none; color: #790000; }
#content #side .ctct-form-wrapper p.ctct-form-field,
#content #main .ctct-form-wrapper p.ctct-form-field,
#content #main .ctct-form-wrapper p.ctct-form-field-hidden,
#content #side .ctct-form-wrapper p.ctct-form-field-hidden { padding: 0; }
.ctct-disclosure { display: none; }
#content #side .ctct-form-wrapper input[type=text], 
#content #side .ctct-form-wrapper input[type=email] { width: 100%; }*/

#content .ctct-form-container .ctct-form-defaults { background-color: transparent; }
#content .ctct-form-container .ctct-form-defaults input[type=text],
#content .ctct-form-container .ctct-form-defaults input[type=email] { width: 100%; }

#content #gdpr_text { display: none; }

#content div.ctct-form-embed div.ctct-form-defaults { font: 1em/1 'Lato', sans-serif;
    color: #363636; }


/************************************************

    FFFFF   OOO    OOO   TTTTT
    F      O   O  O   O    T
    FFF    O   O  O   O    T
    F       OOO    OOO     T

*************************************************/
#footer {
    clear: both;
    font-size: 16px;
    /*padding: 10px 0;*/
    position: relative;
    border-top: 1px solid #f0f0f0;
    background: #ffffff;
}

.home #footer { border: none; }

#footer a { text-decoration: none; }

#footer ul.menu {
    list-style-type: none;
}
#footer ul.menu li {
    display: inline-block;
    vertical-align: top;
}
#footer ul.menu li a {
    display: block;
    cursor: pointer;
    transition: background .25s ease-out, color .25s ease-out;
    -ms-transition: background .25s ease-out, color .25s ease-out;
}

#footer .top .footer_nav {
    position: absolute;
    left: 50px;
    top: 50%;
}

#footer .top .footer_nav ul,
#footer .bottom .footer_bottom ul { margin: 0; padding: 0; }

#footer .top .footer_nav li,
#footer .bottom .footer_bottom li {
    margin-right: 15px;
}

#footer .top .footer_nav li:last-child,
#footer .bottom .footer_bottom li:last-child {
    margin-right: 0;
}

#footer .top .footer_nav li a {
    text-transform: uppercase;
    color: #00607e;
}

/* Search Form */
#footer .top .search { 
    position: absolute; 
    right: 102px;
    top: 42%;
}

#search {
    margin: 0 20px 0 0;
    padding-top: 4px;
}
#search label { display: none; }
#search input {
    display: inline-block;
    vertical-align: top;
}
/*#search input[type=text],
#search input[type=email] {
    border: 1px solid rgba(0, 0, 0, .5);
    display: none;
    height: 25px;
    padding: 0 5px;
    width: 150px;

    background-color: #fff;
    font-size: 12px;
    line-height: 1;
}*/
#search input[type=text] {
    padding: 0;
    width: 0;
    height: 0;
    background-color: #fff;
    font-size: 12px;
    line-height: 1;
}
#search.show input[type="text"] {
   border: 1px solid rgba(0, 0, 0, .5);
    height: 25px;
    padding: 0 5px;
    width: 150px;
}
#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]:focus,
#search input[type=email]:focus { outline: 0 none; }
#search input[type=submit] {
    border: 0 none;
    height: 26px;
    margin: 0 0 0 4px;
    padding: 0;
    width: 25px;

    background: transparent url(images/search-btn.png) center/contain no-repeat;
    cursor: pointer;
    font-size: 0;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}


#footer .top .inner { min-height: 150px; } 

.page-home li.online-payment a { 
    text-indent: 0; 
    background: none; 
    width: auto;
    height: auto;
    color: #00607e;
}

#footer .top .footer_nav li.online-payment a { display: none; }

.home #footer .top .footer_nav li.online-payment a { display: inline-block; }

#footer .top .social_nav {
    padding: 50px 0;
    margin: 0 auto;
    text-align: center;
}

#footer .top .social_nav li {
    width: 50px;
    height: 50px;
    margin-right: 2em;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0089B3+0,11406f+100 */ 
    background: #0089B3; /* Old browsers */
    background: -moz-linear-gradient(top,  #0089B3 0%, #007599 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #0089B3 0%,#007599 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #0089B3 0%,#007599 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089B3', endColorstr='#007599',GradientType=0 ); /* IE6-9 */

    background-size: auto 200%;
    background-position: 0 0;
 
    transition: background-position 0.5s;
    -ms-transition: background-position 0.5s;
}

#footer .top .social_nav li:hover { background-position: 0 100%; }

#footer .top .social_nav li:last-child { margin-right: 0; }

#footer .top .social_nav li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px
}

/* OVERRIDE CORP17 */

#footer .top .social_nav li.alden-network a { background: url(images/alden-network.png) center center/contain no-repeat; }

/* END OVERRIDE CORP17 */

#footer .top .social_nav li.facebook a { background: url(images/facebook.png) center center/contain no-repeat; }

#footer .top .social_nav li.twitter a { background: url(images/twitter.png) center center/contain  no-repeat; }

#footer .top .social_nav li.linkedin a { background: url(images/linkedin.png) center center/contain  no-repeat; }

#footer .top .social_nav li.youtube a {background: url(images/youtube.png) center center/contain  no-repeat;}

#footer .top .social_nav li.blog a {background: url(images/blog.png) center center/contain  no-repeat;}

#footer .top .social_nav li.google-places a {background: url(images/google-places.png) center center/contain  no-repeat;}


#footer .top #accessibility-icons{
    position: absolute;
    right: 50px;
    top: 42%;
}

#footer .bottom { 
    background: #00607e; 
    color: #ffffff;
}

.home #footer .bottom { min-height: 220px; }


#footer .bottom a { color: #ffffff; }

#footer .bottom .left {
    position: absolute;
    top: 16%;
    left: 50px;
    line-height: 1.3em;
}
.home #footer .bottom .left {
    width: 40%;
}

#footer .bottom .left .address span { padding-right: 5px; }

#footer .bottom .left .address span:after { content: "|"; padding-left: 3px; }

#footer .bottom .left .address span:last-child:after { content: none; }

#footer .bottom .left .copyright,
#footer .bottom .left .address {
    padding-bottom: 4px;   
}

.home #footer .bottom .left #ombuds {
    margin: 15px 0;  
    line-height: 1.5em; 
}

/* Accessability Tech Tools */
#footer .bottom #access_tools { 
    text-align: center;
    margin: 0 auto;
    padding: 25px 0; 
}
#footer .bottom #access_tools a {
    border: 1px solid #000000;
    display: inline-block;
    height: 1.75em;
    margin-right: 1em;
    padding: .3em 0 0 0;
    vertical-align: top;
    width: 1.75em;
    background: #ffffff;
    color: #000000;
    font-size: 1.75em;
    text-align: center;
    text-decoration: none;
}

#footer .bottom #access_tools a:last-child {
    margin-right: 0;
}

#footer .bottom #access_tools a#textsize {}
#footer .bottom #access_tools a#textsize span {
    display: inline-block;

    font-size: .6em;
    text-transform: uppercase;
}
#footer .bottom #access_tools a#highcontrast {
    background: #ffffff url(images/icon-high-contrast.png) center no-repeat;
    background-size: 1em;
}


/* Social Media Sharing */

#share {
    position: absolute;
    top: 30%;
    right: 171px;
    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: 14em; }
#share div {
    display: inline-block;
    padding: 0;
    vertical-align: middle;

    cursor: pointer;
}
#share div:after {
    display: inline-block;
    margin: -.1em 0 0 .25em;
    vertical-align: middle;

    color: #ffffff;
    content: "\f237";
    font: 1.75em 'dashicons';
}
#share a {
    display: inline-block;
    margin: -.25em 0 0 4px;
    vertical-align: middle;

    color: #ffffff;
    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"; }

#footer .bottom .credit{
    position: absolute;
    top: 60%;
    right: 171px;
}


/******************
    UTILITY STYLES
*******************/

/* Alignment */
.alignleft { clear: left; display: inline; float: left; margin-right: 15px; margin-bottom: 15px;}
.alignright { clear: right; display: inline; float: right; margin-left: 15px; margin-bottom: 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; } /* Hide visually and from screenreaders, but maintain layout */

.full-width-item { width: 100%; } /* for use with outer wrappers */

/* Clearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Text meant only for screen readers */
.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;
}

.home.high_contrast #header,
.high_contrast #header { background: #000000 !important; border-color: #000000; }

.high_contrast #header .right,
.high_contrast #header .right .right-block,
.high_contrast #header .right form#search,
.high_contrast #header .right form#search fieldset,
.high_contrast #header .right form#search label, 
.high_contrast #header .right form#search input[type=submit] { background-color: #000000 !important; }

.high_contrast #header .right .tools.right-block { background-color: #ffffff !important; }

.high_contrast #nav,
.high_contrast #nav * { background-color: #000000 !important; color: #ffffff !important;}

.high_contrast #nav ul li:hover::after, 
.high_contrast #nav ul li.active::after, 
.high_contrast #nav ul li.current-menu-item::after, 
.high_contrast #nav ul li.current_page_parent::after { background-color: #ffffff; }


.high_contrast #logo,
.high_contrast #logo a,
.high_contrast #logo a img,
.thmb a { background-color: transparent !important; }

.high_contrast #nav ul li ul.sub-menu { border: 1px solid #000000; }

.high_contrast #nav ul li ul.sub-menu li { border-bottom: 1px solid #000000; }
.high_contrast #nav ul li ul.sub-menu li:last-child { border-bottom: none; }

.high_contrast #nav ul li ul.sub-menu li a {
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #000000 !important;
}

.high_contrast #nav ul li ul.sub-menu li:hover > a, 
.high_contrast #nav ul li ul.sub-menu li a:hover, 
.high_contrast #nav ul li ul.sub-menu li a:focus, 
.high_contrast #nav ul li ul.sub-menu li.current-menu-item a {
    background-color: #444444 !important;
    color: #ffffff !important;
}

.high_contrast #hero * { background-color: transparent !important; }

.high_contrast #hero .ill_hero_slider .stage  .slide .caption {
    background-color: #000000 !important;
}

.high_contrast #hero .ill_hero_slider .stage  .slide .caption p { color: #ffffff !important; }

.high_contrast #hero .ill_hero_slider .stage .slide .info .title { color: #ffffff !important; background: #000000 !important; }

.high_contrast #hero .ill_hero_slider .controls { height: 35px; }
.high_contrast #hero .ill_hero_slider .controls,
.high_contrast #hero .ill_hero_slider .controls .dots { background: #000000 !important; }

.high_contrast #hero .ill_hero_slider .controls .dots .dot { background: #ffffff !important; width: 20px; height: 20px; margin-left: 15px; }

.high_contrast #hero .ill_hero_slider .controls .dots .dot.active { background: #96c1f2 !important; }

.high_contrast .ill_hero_slider .controls .playback .pause { border-width: 0 6px 0 6px; height: 21px; width: 18px; }

.high_contrast .ill_hero_slider .controls .playback .play {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #fff;
}

.home.high_contrast #content #main { background: #ffffff !important; }

.home.high_contrast #content #side #programs-container .inner,
.home.high_contrast #content #side #home-blog-callouts .inner { background: #000000 !important; }

.home.high_contrast #content #side #programs-container .inner .program-block, 
.home.high_contrast #content #side #programs-container .inner .program-block * { background-color: #2b2b2b !important; }

.home.high_contrast #content #side #programs-container .inner .program-block .description * { color: #ffffff !important; }

.home.high_contrast #content #side #programs-container .inner .program-block .description a.learn-btn { 
    color: #000000 !important; 
    background: #ffffff; 
    background-color: #ffffff !important;
}

.home.high_contrast #content #side #ill_directory_map_wrap,
.home.high_contrast #content #side #ill_directory_map_wrap * { background-color: transparent !important; }

.home.high_contrast .map-search-container { background: transparent; }

.home.high_contrast #content #side .blog_highlights h4 a,
 .high_contrast #blogroll_container .blog_highlights h4 a {
    background-color: #000000 !important;
    color: #ffffff !important;  
}

.high_contrast #content a.learn-btn {
    background: #000000 !important;
    background-color: #000000 !important;
    color: #ffffff !important;
}

.high_contrast #agepath-engagement-panel * { background-color: transparent !important; }

.high_contrast #agepath-engagement-panel .agepath-et___dialog-menu__container___1g0gL .agepath-et___dialog-menu__dialog___2owPQ agepath-et___general__box-shadow-spread___3tABn, 
.high_contrast #agepath-engagement-panel .agepath-et___dialog-menu__menuButtons___1Bcec { background-color: #ffffff !important; }

.high_contrast #agepath-engagement-panel .agepath-et___app__container___1f32D button { 
    background-color: #000000 !important; 
    border: 2px solid #ffffff;
}

.high_contrast #agepath-engagement-panel .agepath-et___dialog-menu__container___1g0gL .agepath-et___dialog-menu__intro___ax-8W,
.high_contrast #agepath-engagement-panel .agepath-et___dialog-menu__container___1g0gL .agepath-et___dialog-menu__menuButtons___1Bcec,
.high_contrast #agepath-engagement-panel .agepath-et___dialog-menu__container___1g0gL .agepath-et___dialog-menu__menuButtons___1Bcec button { background-color: #ffffff !important; }

.high_contrast #banner-caption {
    background: #000000 !important;
    background-color: #000000 !important;
    color: #ffffff !important;
}

.home.high_contrast #content #side #home-blog-callouts, 
.high_contrast #blogroll_container #home-blog-callouts { 
    background: #000000; 
    background-color: #000000 !important;
}

.high_contrast #content a.learn-btn,  
.high_contrast #blogroll_container a.learn-btn,
.high_contrast .home .map-search-container .inner .map-block #ill_directory_form input[type="submit"], 
.high_contrast #content #main + #side #ill_directory_form input[type="submit"] { 
    background: #000000;
    background-color: #000000 !important; 
    color: #ffffff !important; 
}

.high_contrast .s4yt-inline {
   border-bottom: 2px solid #000000; 
} 


.high_contrast .s4yt {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.high_contrast .s4yt-arrow {
     border-color: #000000 transparent transparent transparent !important;
}

.home.high_contrast #content #side #programs-container .info .learn-btn {
    background: #ffffff;
    background-color: #ffffff !important; 
     
}

.home.high_contrast #content #side #programs-container .inner .program-block .description .learn-btn { color: #000000 !important; }

.high_contrast #content #side h2 {
    background: #000000 !important;
    background-color: #000000 !important;
    color: #ffffff !important;
}

.high_contrast #content #side .sb-block { background: #ffffff; border: 1px solid #000000; }

.high_contrast #footer .top .social_nav li.alden-network a { background: url(images/alden-network-hc.png) center center/contain no-repeat; }

.high_contrast #footer .top .social_nav li.facebook a { background: url(images/facebook-hc.png) center center/contain no-repeat; }

.high_contrast #footer .top .social_nav li.twitter a { background: url(images/twitter-hc.png) center center/contain  no-repeat; }

.high_contrast #footer .top .social_nav li.linkedin a { background: url(images/linkedin-hc.png) center center/contain  no-repeat; }

.high_contrast #footer .top .social_nav li.youtube a {background: url(images/youtube-hc.png) center center/contain  no-repeat;}

.high_contrast #footer .top .social_nav li.blog a {background: url(images/blog-hc.png) center center/contain  no-repeat;}

.high_contrast #footer .bottom,
.high_contrast #footer .bottom .inner,
.high_contrast #footer .bottom .inner #access_tools { background-color: #000000 !important; }

.high_contrast #footer .bottom .inner div.left *,
.high_contrast #footer .bottom .inner div.right * { background-color: #000000 !important; color: #ffffff !important; }




/******************
    DESKTOP
*******************/
@media only screen and (max-width: 1500px) {
    body {}

    #header,
    .post-type-archive-ill_directory #header.content-banner,
    .ill_directory-template-default #header.content-banner { padding: 0 1em; }

    #nav ul li {}
    #nav ul li a {}

    .home #content { padding: 0; }

    .home #content #side .inner { padding: 1.6em 1em; }

    #content { padding-right: 1em; padding-left: 1em; }

    .home #content { padding: 0; }

    #content #main {}

    #content #side {}

    #footer {}
    #footer .top,
    #footer .bottom { padding-right: 1em; padding-left: 1em; }

    .home #content #side #home-blog-callouts,
    #blogroll_container #home-blog-callouts {
        padding: 0 1.6%;
    }

     .single-ill_directory #content #main #ill_directory_map_wrap.mini { padding-top: 24%; }
}

@media only screen and (max-width: 1410px) {
    #programs-container { font-size: .9em; }
    .home #content #side #programs-container .info h2 { font-size: 22px; }
    .home #content #side #programs-container span.description h2 + span { line-height: 1.2em; }

}


/******************
    DESKTOP
*******************/
@media only screen and (max-width: 1380px) {

    #content #main img { max-width: 45%; } 

    .home #content #main .gallery .gallery-item img { max-width: 100%; }

    .single-ill_directory #content #main img { max-width: 100%; }
}



/******************
    DESKTOP
*******************/
@media only screen and (max-width: 1350px) {


    #nav ul li a { 
        font-size: 1.1em; 
    }

    #nav ul.submenu li a { 
        padding: .8em; 
    }

    #nav ul li:hover:after, 
    #nav ul li.active:after, 
    #nav ul li.current-menu-item:after, 
    #nav ul li.current_page_parent:after {
        bottom: 1px;
    }

    #hero-container { height: 470px; }

    #hero .ill_hero_slider .stage { height: 650px; }

    #hero .ill_hero_slider .stage  .slide .info { top: 488px; }

    #programs-container { font-size: .85em; }

    .home #content #side .preview-thumbs-inner-wrap .thumbs-row .single-item {
        margin: 0 10px;
    }


    #featured-img-container,
    #featured-img-container .stage { height: 405px; }

    #content #main{ padding:30px; }


    #footer .top, #footer .bottom { font-size: 1em; }

    #footer .top .footer_nav,
    #footer .bottom .left { left: 20px; }
    .home #footer .bottom { min-height: 240px; }

/*    #footer .top #accessibility-icons,
    #share,
    #footer .bottom .credit { right: 75px; } */

}


/******************
    DESKTOP
*******************/
@media only screen and (max-width: 1285px) {

    #hero .ill_hero_slider .controls { left: 44%; }

    #footer .bottom .left .address span#footer-address:after { content: none; }

    #footer .bottom .left { top: 18%; }
    span#footer-address { display: block; }

    .page-template-tmpl_reviewform .gform_wrapper {
        max-width: 85% !important;
    }
}



/******************
    DESKTOP
*******************/
@media only screen and (max-width: 1220px) {
    #header,
    .post-type-archive-ill_directory #header.content-banner,
    .ill_directory-template-default #header.content-banner { height: 140px; }

    #header .right { font-size: .8em; }

    #header .right .survey-container { width: 13em; }

    #search input[type=text] { height: 23px; }

    #search input[type=submit] { height: 23px; width: 22px; }

    #logo { width: 18vw; }

    #nav { top: 53px; }

    #header.scrolled #nav { top: 23px; }

    #nav ul li a { 
        font-size: 1em; 
    }

     #nav ul.submenu li a { 
        padding: .7em; 
    }

    #nav ul li:hover:after, 
    #nav ul li.active:after, 
    #nav ul li.current-menu-item:after, 
    #nav ul li.current_page_parent:after {
        bottom: 2px;
    }

    #hero .ill_hero_slider .stage  .slide .caption {
        font-size: 3.5em;
        padding: .04em 0 0.2em 0;
    }

    #hero .ill_hero_slider .stage .slide .title {
	    top: 82%;
	    font-size: 35px;
        padding: .4em 0 0.4em 0;
	}

    

    #hero .ill_hero_slider .prev, #hero .ill_hero_slider .next { 
        /*top: 87%;*/ 
        height: 53px;
        width: 25px;
    }

    #featured-img-container,
    #featured-img-container .stage { height: 400px; }

    #programs-container { font-size: 1.4em; }

    .home #content h1 {
        width: 80%;
    }

    .home #content #side #programs-container .info h2 { font-size: 20px; }

    .home #content #side #programs-container span.description h2 + span { font-size: 15px; }

    .home #content #side #programs-container .info .learn-btn { font-size: 13px; }


    .post-type-archive-ill_directory #main.full_width .ill_directory_list_block { width: 47%; }

    #footer .top .footer_nav { left: 0; }

    #footer .top #accessibility-icons { right: 20px; }

    #footer .top .search { right: 75px; }

    #footer .top .social_nav li { width: 40px; height: 40px; margin-right: 1em; }


}


/******************
    LARGE TABLET
*******************/
@media only screen and (max-width: 1150px) {
    #featured-img-container,
    #featured-img-container .stage { height: 365px; }
    }
}

/******************
    LARGE TABLET
*******************/
@media only screen and (max-width: 1094px) {
     .page-template-tmpl_reviewform .gform_wrapper {
        max-width: 100% !important;
    }
}

/******************
    LARGE TABLET
*******************/
@media only screen and (max-width: 1024px) {
    html body { font-size: .8em; }
    .rating > label:before {
       font-size: 105px !important;
    }
    .inner {
        width: auto;
    }

    .home #header,
    #header.content-banner { position: relative; background: #272520;}

    #hero .ill_hero_slider .stage .slide:before, 
    #featured-img-container .stage:before { content: none; }

    #hero .ill_hero_slider .stage .slide .title { top: 80%; }

    #header,
    .post-type-archive-ill_directory #header.content-banner,
    .ill_directory-template-default #header.content-banner { height: 120px; }

    #search { position: relative; margin: 0 25px 0 0; }

    #search input[type=text], #search input[type=email] { 
        display: inline-block !important;
        width: 138px;
    }

    #search input[type=submit] {
        position: absolute;
        width: 31px;
    }

    #header .right .tools { margin-left: .8em; }

    #header .right .survey-container { width: 16em; right: 189px; }

    a[href^="tel"] {
        color: #ffffff;
    }
 
    #nav ul li {}
    #nav ul li a { font-size: .9em; }

    #textsize { display: none; }

    #hero-container { height: 380px; }

    #hero .ill_hero_slider .stage { height: 560px; }

    #hero .ill_hero_slider .stage  .slide .info { top: 428px; }

    #hero .ill_hero_slider .prev, #hero .ill_hero_slider .next { 
        top: 88%; 
        height: 48px;
        width: 20px;
    }

    #hero .ill_hero_slider .prev { 
        left: 10px;
    }

    #hero .ill_hero_slider .next {
        right: 10px;
    }

    #hero .ill_hero_slider .controls { left: 42%; }

    #featured-img-container,
    #featured-img-container .stage { height: 327px; }

    .home #content h1 {
        width: 60%;
    }    
    
    .home #content #main .gallery .gallery-item { float: none; width: 100%; }

    #programs-container { font-size: 1.3em; }

    .home #content #side #programs-container .info h2 { font-size: 18px; }

    .home #content #side #programs-container span.description h2 + span { font-size: 14px; }

    .home #content #side #programs-container .info .learn-btn { font-size: 11px; }

    .home #content #side .blog_highlights:before,
     #blogroll_container .blog_highlights:before {  bottom: 36px; }

    .home #content #side .blog_highlights .title-text,
    #blogroll_container .blog_highlight .title-text { bottom: 78px; }

    .home #content #side .blog_highlight .title-text h3 a,
    #blogroll_container .blog_highlight .title-text h3 a { opacity: 1; }

    #content h1 { font-size: 1.5em; }

    #content h2 { font-size: 1.2em; }

    #content #side h2 { font-size: 1.3em; padding: 20px;}

    #content h3 { font-size: 1em; } 

    #content.blog #main #featured-image {  
        width: 60%; 
    }

    #content #side { padding: 25px 20px; }

    #footer .bottom #access_tools { padding: 50px 0 25px 0; }

   #footer .top .search { right: 96px; }

}

/******************
    SMALL TABLET
*******************/
@media only screen and (max-width: 935px) {
    #featured-img-container,
    #featured-img-container .stage { height: 295px; }
 }  


/******************
    SMALL TABLET
*******************/
@media only screen and (max-width: 915px) { 
     #footer .top .footer_nav  { top: 15%; }
    #footer .top .search,
    #footer .top #accessibility-icons { top: 10%; }
 } 




/******************
    SMALL TABLET
*******************/
@media only screen and (max-width: 890px) {
    body {}

    .home #header { background: #272520; }

    #header,
    .post-type-archive-ill_directory #header.content-banner,
    .ill_directory-template-default #header.content-banner {
        height: auto;

    }
    #logo {
        float: left;
        height: 6em;
        left: auto;
        margin: 0 0 1em;
        position: relative;
        top: 4px;
        width: 25em;
    }
    #header .tools {
        margin: 0 0 1em;
        position: relative;
        right: auto;
        top: auto;

        text-align: center;
    }
    .search.right-block {
        position: absolute;
        right: 3px;
        top: 44px;
    }
    #nav_contain { clear: both; margin: 0 -1em; }
    #nav {
        text-align: center;
        left: auto;
        position: relative;
        top: auto;
        font-size: 1em;
    }
    #nav ul li { font-size: 12px; }
    #nav ul li a {}

    #hero-container { height: 270px; }

    #hero .ill_hero_slider .stage { height: 450px; }

    #hero .ill_hero_slider .stage  .slide .info { top: 332px; }

    #hero .ill_hero_slider .stage .slide .title { top: 78%; }

    #hero .ill_hero_slider .prev, #hero .ill_hero_slider .next { 
        top: 88%; 
        height: 48px;
        width: 20px;
    }

    #hero .ill_hero_slider .controls { left: 40%; }

    #featured-img-container,
    #featured-img-container .stage { height: 250px; }

    #programs-container { 
        font-size: 1.3em;       
    }

    .home #content #side #programs-container .program-row { background: #5b5b5b; }

    .home #content #side #programs-container .program-block { width: 100%; }

    .home #content #side #programs-container .program-block a,
    .home #content #side #programs-container .program-block a:hover { background-color: transparent; }

    .home #content #side #programs-container .info .learn-btn:hover { background-position: 0 100%; } 

    .home #content #side #programs-container .program-row.even .program-block.second-block .description.info { float:left; }

    .home #content #side #programs-container .program-row.even .program-block.second-block .image.info { float: right; }

    .home #content #side #programs-container .program-row.odd .program-block.first-block .description.info { float:right; }

    .home #content #side #programs-container .program-row.odd .program-block.first-block .image.info { float: left; }

    .home #content #side #programs-container .info h2 { font-size: 24px; }
    .home #content #side #programs-container span.description h2 + span { line-height: 1.5em; font-size: 16px;}

    .home #content #side #programs-container .info .learn-btn { font-size: 14px; }

    .home #content #side #home-blog-callouts .inner { padding: 4%; }

    .home #content #side .preview-thumbs-inner-wrap .thumbs-row {
        display: block;
    }

    .home #content #side .blog_highlights { width: inherit; }

    .home #content #side .preview-thumbs-inner-wrap .thumbs-row .single-item {
        margin: 0 0 20px 0;
        width: 42vw;
    }


    .home #content #side .preview-thumbs-inner-wrap .thumbs-row .single-item:first-child,
    .home #content #side .preview-thumbs-inner-wrap .thumbs-row .single-item:nth-child(3) {
        float: left;
    }

    .home #content #side .preview-thumbs-inner-wrap .thumbs-row .single-item:nth-child(2), 
    .home #content #side .preview-thumbs-inner-wrap .thumbs-row .single-item:last-child {
        float: right;
    }


    #blogroll_container .preview-thumbs-inner-wrap .thumbs-row .single-item {
        margin: 0 10px;
    }

    #footer .top .inner { min-height: 140px; }

    #footer .top .social_nav { padding: 70px 0 30px 0; }

    #footer { font-size: .8em; }
}



/******************
    SMALL TABLET
*******************/
@media only screen and (max-width: 750px) {

    #hero-container { height: 120px; }

    #hero .ill_hero_slider .stage { height: 300px; }

    #hero .ill_hero_slider .stage  .slide .info { 
        font-size: 0.8em;
        top: 197px; 
    }

    #hero .ill_hero_slider .stage .slide .title { top: 70%; font-size: 30px; }

    #hero .ill_hero_slider .prev, #hero .ill_hero_slider .next { 
        top: 86%; 
        height: 40px;
        width: 12px;
    }

    #featured-img-container,
    #featured-img-container .stage { height: 235px; }

    #programs-container { font-size: 1em; }

    .home #content #side #programs-container .info h2 { font-size: 22px; }
    .home #content #side #programs-container span.description h2 + span { line-height: 1.2em; }

    .home #content #side .preview-thumbs-inner-wrap .thumbs-row .single-item {
        width: 41vw;
    }

    #featured-img #banner-caption { font-size: 2em; }

    .post-type-archive-ill_directory #main.full_width .ill_directory_list_block {
        width: 100%;
    }
}

/******************
    SMALL TABLET
*******************/
@media only screen and (max-width: 670px) {
    #nav ul li a { font-size: 0.8em; }
    #featured-img-container,
    #featured-img-container .stage { height: 210px; }
    #hero .ill_hero_slider .stage .slide .title { top: 72%; font-size: 25px; }
 }  


/************************************************

    PPPP   H   H   OOO   N   N  EEEEE
    P___P  H___H  O   O  NN  N  E__
    P      H   H  O   O  N N N  E
    P      H   H   OOO   N  NN  EEEEE

*************************************************/
@media only screen and (max-width: 600px) {
    #header .right, #hero .ill_hero_slider .stage .slide .info .title, #featured-img-container,
    #search, #footer .bottom #access_tools, #social, .utility_nav,
    .no_mobile,
    #wpadminbar {
        display: none !important;
    }

    html body.page-template-tmpl_reviewform {
        margin-top: 0px !important;
    }

    body.page-template-tmpl_reviewform { margin-bottom: 0; }
    .rating { top: 30px !important; }
    .rating > label:before {
       font-size: 60px !important;
    }
        .page-template-tmpl_reviewform #content a.review-btn {
            font-size: 16px !important;
            padding: 13px !important;
            margin-top: 0px !important;
        }
        .page-template-tmpl_reviewform #content {
            margin-bottom: 50px;
        }

    #nav ul li:hover a::after, 
    #nav ul li.active a::after, 
    #nav ul li.current-menu-item a::after, 
    #nav ul li.current_page_parent a::after { content: none; }

    .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; }
        html body.page-template-tmpl_reviewform { padding-top: 0; }
    body {
        padding: 60px 0 0 0;
        position: relative;

        background: #fff;
    }

    body.alert_banner { padding-top: 113px; } 

    #alert-banner, #alert-link {
        position: fixed;
        width: 100%;
        top:0;
        height: 40px;
        z-index: 100;
    }

    #alert-banner, #alert-link a { font-size: 1em; }

    
    .home  #header.alert-callout,
    #header.alert-callout,
    #header.content-banner.alert-callout,
    #header.no-banner.alert-callout {
        top: 40px;
         transition: all .10s ease-out;
        -moz-transition: all .10s ease-out;
        -ms-transition: all .10s ease-out;
        -webkit-transition: all .10s ease-out;
    }

    .home #header,
    #header.content-banner,
    #header,
    .post-type-archive-ill_directory #header.content-banner,
    .ill_directory-template-default #header.content-banner {
        height: 75px;
        left: 0;
        padding: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100;

        background-color: #272520;

        box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
    }

    #logo,
    #header.scrolled #logo {
        height: 60px;
        left: auto;
        margin: 0 0 0 10px;
        position: relative;
        top: 4px;
        width: 240px;

        background-position: left center;
        background-size: contain; /* OR use width and height numbers like: auto 80px */
    }

    #header .tools { display: none; }


    /* Smartphone Nav Menu */
    #menu_btn {
        display: block;
        height: 70px;
        position: absolute;
        right: 0;
        top: 0;
        width: 70px;
        background-color: #9AC8D8;
        font-size: 0;
        text-align: center;
    }
    #menu_btn:before {
        display: block;
        padding-top: .3em;

        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;
        color: #ffffff;
        content: "\f335";
        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: #00607e;

        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 .contain {
        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;
        margin: 0;
        font-size: 12px;
    }
    #nav ul li a {
        padding: 1em;
        color: #ffffff;
        border-bottom: 1px solid #ffffff;
    }

    #nav ul li:hover a,
    #nav ul li.active a,
    #nav ul li a:focus,
    #nav ul li.current-menu-item a {
        color: #d7e5f5;
    }

    #nav ul li:hover:after, 
    #nav ul li.active:after, 
    #nav ul li.current-menu-item:after, 
    #nav ul li.current_page_parent:after { content: none; }

    #nav ul li:hover ul.sub-menu, 
    #nav ul li.active ul.sub-menu,
    #nav ul li a:focus + ul.sub-menu {
        left: 0;
        font-size: inherit;
    }

    /* 2nd level */
    #nav ul.menu li:hover ul.sub-menu { display: none; }
    #nav ul li ul.sub-menu {
        display: none;
        left: auto;
        padding: 0;
        position: relative;
        width: auto;

        opacity: 1;
    }
    #nav ul.menu li.over ul.sub-menu,
    #nav ul.menu li.current-menu-ancestor ul.sub-menu { display: block; }
    #nav ul li ul.sub-menu li {}
    #nav ul li ul.sub-menu li a {
        font-size: 1em;
        padding: .75em 2em;
        color: #ffffff;
        line-height: 1.25;
        background-color: #2d6faf;
    }

    /* Mobile nav tools area */
    #header #nav_contain .tools {
        display: block;
        height: 60px;
        left: -100%;
        position: absolute;
        top: 0;
        width: 90%;
        z-index: 120;
        color: #ffffff;
        background-color: #000000;
        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;
        padding: 7px 12px 7px 55px;
        background: #00607e url(images/phone-icon.jpg) no-repeat top left/contain;
        color: #ffffff;
        font-family: 'Merriweather', serif;
    }

     #header #nav_contain .tools .widget a:hover { text-decoration: none; }

    /* END Smartphone Nav Menu */

    .home .inner.site-intro { padding-top: 206px; }

    #hero-container { height: 0; }

    #hero .ill_hero_slider .stage { height: 206px; }

    #hero .ill_hero_slider .stage  .slide .info { 
        top: 146px; 
    }

    #hero .ill_hero_slider .stage  .slide .info .title { 
        font-size: 1.2em; 
    }

     #hero .ill_hero_slider .stage  .slide .caption { 
        font-size: 2.2em; 
    }

    #hero .ill_hero_slider .prev, #hero .ill_hero_slider .next { 
        top: 87%; 
        height: 30px;
        width: 12px;
    }

    #hero .ill_hero_slider .controls { left: 0; width: 100%; }

     #featured-img #banner-caption{ font-size: 2em; }

    #content { padding: 2em 1em 0; margin-top: 20px; }

    #content .inner { display: block; }

    #content #main { 
        padding: 0 0 1em; 
    }

    #content #side { padding: 0 0 1em; }

    .home #content h1 {
        width: 100%;
    } 

    .home #content #side #programs-container .info { width: 100%; }

    .home #ill_directory_map_wrap { padding: 0; }

    
    .home #content #side #programs-container .program-row { display: block;  width: 100%; }


    .home #content #side #programs-container .program-row > .program-block > div { float: none; width: 100%;}
    .home #content #side #programs-container .program-row.even .image.info,
    .home #content #side #programs-container .program-row.odd .image.info,
    .home #content #side #programs-container .program-row.even .description.info,
    .home #content #side #programs-container .program-row.odd .program-block.first-block .description.info,
    .home #content #side #programs-container .program-row.odd .program-block.first-block .image.info,
    .home #content #side #programs-container .program-row.odd .description.info  { float: none; }

    .home #content #side #programs-container .program-row.even .program-block a { 
        display: flex; 
        display: -webkit-flex; 
        display: -ms-flexbox;
        flex-direction: column;
        -webkit-flex-direction: column; 
        -ms-flex-direction: column; 

    }
    .home #content #side #programs-container .program-row.odd .program-block a  {
        display: flex; 
        display: -webkit-flex; 
        display: -ms-flexbox;
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
    }

    .home #content #side #programs-container .info .learn-btn { margin: 15px 0 30px; }    


    .home #content #side .preview-thumbs-inner-wrap .thumbs-row .single-item,
    #blogroll_container .preview-thumbs-inner-wrap .thumbs-row .single-item {
        width: 100%;
        margin: 0;
    }

    #content #home-blog-callouts #blog-link a.learn-btn, 
    #blogroll_container #home-blog-callouts #blog-link a.learn-btn { margin: 30px 0 20px; }

    .home #content #side .preview-thumbs-inner-wrap .thumbs-row .single-item:first-child, #blogroll_container .preview-thumbs-inner-wrap .thumbs-row .single-item:first-child { margin: 0; }

    .post-type-archive-ill_directory #main.full_width #ill_directory_map_wrap {
        padding-top: 0;
    }

   #content #main img { 
        max-width: 100%;
        margin: 10px auto; 
    }

    #content ul { 
        padding-left: 0; 
        margin-left: 0.5em; 
    }

    #content.blog #main #featured-image { 
        float: none; 
        width: 100%; 
        padding: 10px 0;
    }

    .single-ill_directory #content #main h1 + p { width: 100%; }

    .single-ill_directory #content #main #ill_directory_map_wrap.mini { margin-bottom: 25px; }

     #content.blog #side .ill_mag_read_more_term,
     #content.blog #side .widget_archive select { margin-left: 10px; }



    #footer { text-align: center; }
    #footer .top {
        height: 122px; 
        padding: 0 0 1em; 
    }
    #footer .bottom { 
        padding-top: 15px;
        height: 120px; 
    }
    #footer .top .footer_nav { left: 10px; }

    #footer .top .social_nav li {
        width: 30px;
        height: 30px;
        margin-right: 1em;
    }

    #footer .top #accessibility-icons { top: 8%; }

    #footer .bottom .left,
    #footer .bottom .credit {
        position: static;
        text-align: center;
    }

    .home #footer .bottom .left {
        width: 100%;
    }

    #share { 
        position: static;
        margin: 5px auto; 
    }

    .alignleft, .alignright {
        display: block;
        float: none;
        height: auto;
        margin: 0 0 1em 0;
        max-width: 90%;
    }
    .post-type-archive-feedback .rating > label::before { font-size: 48px!important; }
        #survey-wrapper { width: 100%!important; }
        .rating > label { cursor: pointer!important; }
}

/******************
    SMALL PHONE
*******************/
@media only screen and (max-width: 530px) {
    #featured-img-container,
    #featured-img-container .stage { height: 165px; }
 }  

 /******************
    SMALL PHONE
*******************/
@media only screen and (max-width: 475px) {
    #featured-img-container,
    #featured-img-container .stage { height: 145px; }
 }  

  /******************
    SMALL PHONE
*******************/
@media only screen and (max-width: 415px) {
    #featured-img-container,
    #featured-img-container .stage { height: 134px; }
 } 

  /******************
    SMALL PHONE
*******************/
@media only screen and (max-width: 372px) {
    #featured-img-container,
    #featured-img-container .stage { height: 118px; }

    #ill_directory_form input[type="text"] { font-size: .9em; }
 } 

.only_mobile { display: none; }

/* Review Form */
html body.page-template-tmpl_reviewform {
    background-color: #fff;

    margin-top: 50px;
}

.page-template-tmpl_reviewform #container {
    width: 100%;
    text-align: center;
}
    .page-template-tmpl_reviewform #container .fa {
        display: inline-block;
    }
    .page-template-tmpl_reviewform .fa-star:before {

    }
    .page-template-tmpl_reviewform fieldset, 
    .page-template-tmpl_reviewform label { margin: 0; padding: 0; }

    .page-template-tmpl_reviewform #content ul {
        margin: 0;
        padding: 0;
    }

    .page-template-tmpl_reviewform #content a.review-btn {
        color: #939393;
        border: 1px solid #939393;
        background-color: #fff;
        padding: 16px;
        text-decoration: none;
        font-size: 19px;

        position: relative;
        margin-top: 40px;
        display: inline-block;
    }
    .page-template-tmpl_reviewform #content a.review-btn:hover {
        background-color: #175A9E;
        color: #fff;
        border-color: #175A9E;
    }

    .page-template-tmpl_reviewform #content input[type=text], 
    .page-template-tmpl_reviewform #content input[type=email], 
    .page-template-tmpl_reviewform #content input[type=password], 
    .page-template-tmpl_reviewform #content textarea, 
    .page-template-tmpl_reviewform #content select {
        width: 100%;
    }

    .page-template-tmpl_reviewform .gform_wrapper {
        max-width: 70%;
        margin: auto;
    }

    .page-template-tmpl_reviewform .gform_wrapper ul.gfield_checkbox li label {
        max-width: 100%;
        margin-left: -1px;
        margin-right: 30px;
        margin-top: 0;
    }

    .page-template-tmpl_reviewform .gform_wrapper li.gfield fieldset legend.gfield_label {
        font-weight: bold;
    }

    .page-template-tmpl_reviewform #content input[type=submit] {
        background-color: #185A97;
        color: #fff;
    }

    .page-template-tmpl_reviewform #content input[type=submit]:hover {
        background-color: #333333;
    }
    
    .page-template-tmpl_reviewform #content input { cursor: pointer; }
    
/****** Style Star Rating Widget *****/

.rating { 
  border: none;
  display: inline;
  position: relative;
  top: 55px;
  cursor: pointer !important;
}
#rating { cursor: pointer !important; }
.rating > input { display: none; } 
.rating > label:before { 
  margin: 5px;
  font-size: 150px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
  cursor: pointer;
}


.rating > label { 
  color: #b5b5b5; 
    float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #98caff;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #98caff;  } 

ul.review-sm li {
    list-style-type: none;
    display: inline-block;
    margin-bottom: 0;
}
ul.review-sm li i.caring { position: relative; top: 27px;}
ul.review-sm li i.caring:before {
    display: block;
    content: '';
    
    background-image: url(images/care-logo.png);
    height: 71px;
    width: 290px;
    background-size: contain;
    background-repeat: no-repeat;
}

#content ul.review-sm li a {
    color: #fff;
    font-size: 40px;
}

ul.review-sm li a i.fa-google-plus,
ul.review-sm li a i.fa-yelp {
    height: 70px;
    width: 70px;
    vertical-align: middle;
    line-height: 70px
}

ul.review-sm li a i.fa-google-plus {
    background-color: #00adf1;
}
ul.review-sm li a i.fa-yelp {
    background-color: #ce2200;
}


/************************************************

    PPPP   RRRR   IIIII  N   N  TTTTT
    P___P  R   R    I    NN  N    T
    P      RRRR     I    N N N    T
    P      R   R  IIIII  N  NN    T

*************************************************/
@media only print {
    #logo, .utility_nav, #search, #nav,
    #hero-container,
    #featured-img-container,
    #blogroll_container,
    #social, #share, a#textsize, 
    #featured-img, #banner-caption, 
    #content #main img,
    #content #main img.size-medium.alignright, 
    #content #main img.size-medium.alignleft,
    .home #content #side,
    #content #side,
    .home #ill_directory_map_wrap,
    .home .map-search-container,
    #footer .top, #footer .bottom #access_tools { display: none; }

    body { background: #ffffff; }

    #header, 
    #header.content-banner,
    #header.no-banner,
    .inner,
    #content #main {
        clear: both;
        float: none;
        height: auto;
        margin: 0;
        max-width: none;
        min-height: 0;
        width: auto;

        background: transparent;
    }

    html body, .home #content #main,
    .home #content, 
    #footer .bottom { background: transparent; }

    .home #header,
     #header.content-banner,
    #header.no-banner,
    #header { position: static; height: 150px; }

    #header, #header.scrolled { border-top: 0; box-shadow: none; }

    #print_logo { display: block; padding-top: 5px; max-width: 500px; }

    #content { clear: both; }

    .home .inner.site-intro { padding-top: 0; }

    #footer, #footer a { color: #888; font-size: .75em; text-align: center; }

    { background: transparent; }

    #footer .bottom,
    #footer .bottom a { color: #888;  }
}