@charset "UTF-8";
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/** * Correct `block` display not defined in IE 8/9. */
 @font-face {
     font-family: 'Washoe-Icons';
     src: url("../fonts/Washoe-Icons.eot?p6aua9");
     src: url("../fonts/Washoe-Icons.eot?p6aua9#iefix") format("embedded-opentype"), url("../fonts/Washoe-Icons.ttf?p6aua9") format("truetype"), url("../fonts/Washoe-Icons.woff?p6aua9") format("woff"), url("../fonts/Washoe-Icons.svg?p6aua9#Washoe-Icons") format("svg");
     font-weight: normal;
     font-style: normal;
}
 @font-face {
     font-family: 'Icomoon';
     src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?") format("truetype"), url("../fonts/icomoon/icomoon.woff?") format("woff"), url("../fonts/icomoon/icomoon.svg?#icomoon") format("svg");
     font-weight: normal;
     font-style: normal;
}
 article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
     display: block;
}
/** * Correct `inline-block` display not defined in IE 8/9. */
 audio, canvas, video {
     display: inline-block;
}
/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */
 audio:not([controls]) {
     display: none;
     height: 0;
}
/** * Address `[hidden]` styling not present in IE 8/9. * Hide the `template` element in IE, Safari, and Firefox < 22. */
 [hidden], template {
     display: none;
}
/* ========================================================================== Base ========================================================================== */
/** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */
 html {
     font-family: sans-serif;
    /* 1 */
     -ms-text-size-adjust: 100%;
    /* 2 */
     -webkit-text-size-adjust: 100%;
    /* 2 */
}
/** * Remove default margin. */
 body {
     margin: 0;
}
/* ========================================================================== Links ========================================================================== */
/** * Remove the gray background color from active links in IE 10. */
 a {
     background: transparent;
}
/** * Address `outline` inconsistency between Chrome and other browsers. */
 a:focus {
     outline: thin dotted;
}
/** * Improve readability when focused and also mouse hovered in all browsers. */
 a:active, a:hover {
     outline: 0;
}
/* ========================================================================== Typography ========================================================================== */
/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari 5, and Chrome. */
 h1 {
     font-size: 2em;
     margin: 0.67em 0;
}
/** * Address styling not present in IE 8/9, Safari 5, and Chrome. */
 abbr[title] {
     border-bottom: 1px dotted;
}
/** * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
 b, strong {
     font-weight: bold;
}
/** * Address styling not present in Safari 5 and Chrome. */
 dfn {
     font-style: italic;
}
/** * Address differences between Firefox and other browsers. */
 hr {
     -moz-box-sizing: content-box;
     box-sizing: content-box;
     height: 0;
}
/** * Address styling not present in IE 8/9. */
 mark {
     background: #ff0;
     color: #000;
}
/** * Correct font family set oddly in Safari 5 and Chrome. */
 code, kbd, pre, samp {
     font-family: monospace, serif;
     font-size: 1em;
}
/** * Improve readability of pre-formatted text in all browsers. */
 pre {
     white-space: pre-wrap;
}
/** * Set consistent quote types. */
 q {
     quotes: "\201C" "\201D" "\2018" "\2019";
}
/** * Address inconsistent and variable font size in all browsers. */
 small {
     font-size: 80%;
}
/** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
 sub, sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
}
 sup {
     top: -0.5em;
}
 sub {
     bottom: -0.25em;
}
/* ========================================================================== Embedded content ========================================================================== */
/** * Remove border when inside `a` element in IE 8/9. */
 img {
     border: 0;
}
/** * Correct overflow displayed oddly in IE 9. */
 svg:not(:root) {
     overflow: hidden;
}
/* ========================================================================== Figures ========================================================================== */
/** * Address margin not present in IE 8/9 and Safari 5. */
 figure {
     margin: 0;
}
/* ========================================================================== Forms ========================================================================== */
/** * Define consistent border, margin, and padding. */
 fieldset {
     border: 1px solid #c0c0c0;
     margin: 0 2px;
     padding: 0.35em 0.625em 0.75em;
}
/** * 1. Correct `color` not being inherited in IE 8/9. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
 legend {
     border: 0;
    /* 1 */
     padding: 0;
    /* 2 */
}
/** * 1. Correct font family not being inherited in all browsers. * 2. Correct font size not being inherited in all browsers. * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */
 button, input, select, textarea {
     font-family: inherit;
    /* 1 */
     font-size: 100%;
    /* 2 */
     margin: 0;
    /* 3 */
}
/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */
 button, input {
     line-height: normal;
}
/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+. * Correct `select` style inheritance in Firefox 4+ and Opera. */
 button, select {
     text-transform: none;
}
/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */
 button, html input[type="button"], input[type="reset"], input[type="submit"] {
     -webkit-appearance: button;
    /* 2 */
     cursor: pointer;
    /* 3 */
}
/** * Re-set default cursor for disabled elements. */
 button[disabled], html input[disabled] {
     cursor: default;
}
/** * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */
 input[type="checkbox"], input[type="radio"] {
     box-sizing: border-box;
    /* 1 */
     padding: 0;
    /* 2 */
}
/** * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome * (include `-moz` to future-proof). */
 input[type="search"] {
     -webkit-appearance: textfield;
    /* 1 */
     -moz-box-sizing: content-box;
     -webkit-box-sizing: content-box;
    /* 2 */
     box-sizing: content-box;
}
/** * Remove inner padding and search cancel button in Safari 5 and Chrome * on OS X. */
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
}
/** * Remove inner padding and border in Firefox 4+. */
 button::-moz-focus-inner, input::-moz-focus-inner {
     border: 0;
     padding: 0;
}
/** * 1. Remove default vertical scrollbar in IE 8/9. * 2. Improve readability and alignment in all browsers. */
 textarea {
     overflow: auto;
    /* 1 */
     vertical-align: top;
    /* 2 */
}
/* ========================================================================== Tables ========================================================================== */
/** * Remove most spacing between table cells. */
 table {
     border-collapse: collapse;
     border-spacing: 0;
}
 meta.foundation-mq-small {
     font-family: "only screen and (min-width: 768px)";
     width: 768px;
}
 meta.foundation-mq-medium {
     font-family: "only screen and (min-width: 1280px)";
     width: 1280px;
}
 meta.foundation-mq-large {
     font-family: "only screen and (min-width: 1440px)";
     width: 1440px;
}
 *, *:before, *:after {
     box-sizing: border-box;
}
 html, body {
     font-size: 16px;
}
 body {
     background: #fff;
     color: #222;
     padding: 0;
     margin: 0;
     font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
     font-weight: normal;
     font-style: normal;
     line-height: 1;
     position: relative;
     cursor: default;
}
 a:hover {
     cursor: pointer;
}
 img, object, embed {
     max-width: 100%;
     height: auto;
}
 object, embed {
     height: 100%;
}
 img {
     -ms-interpolation-mode: bicubic;
}
 #map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
     max-width: none !important;
}
 .left {
     float: left !important;
}
 .right {
     float: right !important;
}
 .text-left {
     text-align: left !important;
}
 .text-right {
     text-align: right !important;
}
 .text-center {
     text-align: center !important;
}
 .text-justify {
     text-align: justify !important;
}
 .hide {
     display: none;
}
 .antialiased {
     -webkit-font-smoothing: antialiased;
}
 img {
     display: inline-block;
     vertical-align: middle;
}
 textarea {
     height: auto;
     min-height: 50px;
}
 select {
     width: 100%;
}
/* Grid HTML Classes */
 .row {
     width: 100%;
     margin-left: auto;
     margin-right: auto;
     margin-top: 0;
     margin-bottom: 0;
     max-width: 78.75em;
     *zoom: 1;
}
 .row:before, .row:after {
     content: " ";
     display: table;
}
 .row:after {
     clear: both;
}
 .row.collapse > .column, .row.collapse > .columns {
     position: relative;
     padding-left: 0;
     padding-right: 0;
     float: left;
}
 .row.collapse .row {
     margin-left: 0;
     margin-right: 0;
}
 .row .row {
     width: auto;
     margin-left: -0.9375em;
     margin-right: -0.9375em;
     margin-top: 0;
     margin-bottom: 0;
     max-width: none;
     *zoom: 1;
}
 .row .row:before, .row .row:after {
     content: " ";
     display: table;
}
 .row .row:after {
     clear: both;
}
 .row .row.collapse {
     width: auto;
     margin: 0;
     max-width: none;
     *zoom: 1;
}
 .row .row.collapse:before, .row .row.collapse:after {
     content: " ";
     display: table;
}
 .row .row.collapse:after {
     clear: both;
}
 .column, .columns {
     position: relative;
     padding-left: 0.9375em;
     padding-right: 0.9375em;
     width: 100%;
     float: left;
}
 @media only screen {
     .column, .columns {
         position: relative;
         padding-left: 0.9375em;
         padding-right: 0.9375em;
         float: left;
    }
     .small-1 {
         position: relative;
         width: 8.3333333333%;
    }
     .small-2 {
         position: relative;
         width: 16.6666666667%;
    }
     .small-3 {
         position: relative;
         width: 25%;
    }
     .small-4 {
         position: relative;
         width: 33.3333333333%;
    }
     .small-5 {
         position: relative;
         width: 41.6666666667%;
    }
     .small-6 {
         position: relative;
         width: 50%;
    }
     .small-7 {
         position: relative;
         width: 58.3333333333%;
    }
     .small-8 {
         position: relative;
         width: 66.6666666667%;
    }
     .small-9 {
         position: relative;
         width: 75%;
    }
     .small-10 {
         position: relative;
         width: 83.3333333333%;
    }
     .small-11 {
         position: relative;
         width: 91.6666666667%;
    }
     .small-12 {
         position: relative;
         width: 100%;
    }
     .small-offset-0 {
         position: relative;
         margin-left: 0%;
    }
     .small-offset-1 {
         position: relative;
         margin-left: 8.3333333333%;
    }
     .small-offset-2 {
         position: relative;
         margin-left: 16.6666666667%;
    }
     .small-offset-3 {
         position: relative;
         margin-left: 25%;
    }
     .small-offset-4 {
         position: relative;
         margin-left: 33.3333333333%;
    }
     .small-offset-5 {
         position: relative;
         margin-left: 41.6666666667%;
    }
     .small-offset-6 {
         position: relative;
         margin-left: 50%;
    }
     .small-offset-7 {
         position: relative;
         margin-left: 58.3333333333%;
    }
     .small-offset-8 {
         position: relative;
         margin-left: 66.6666666667%;
    }
     .small-offset-9 {
         position: relative;
         margin-left: 75%;
    }
     .small-offset-10 {
         position: relative;
         margin-left: 83.3333333333%;
    }
     [class*="column"] + [class*="column"]:last-child {
         float: right;
    }
     [class*="column"] + [class*="column"].end {
         float: left;
    }
     .column.small-centered, .columns.small-centered {
         position: relative;
         margin-left: auto;
         margin-right: auto;
         float: none !important;
    }
}
/* Styles for screens that are atleast 768px;
 */
 @media only screen and (min-width: 768px) {
     .large-1 {
         position: relative;
         width: 8.3333333333%;
    }
     .large-2 {
         position: relative;
         width: 16.6666666667%;
    }
     .large-3 {
         position: relative;
         width: 25%;
    }
     .large-4 {
         position: relative;
         width: 33.3333333333%;
    }
     .large-5 {
         position: relative;
         width: 41.6666666667%;
    }
     .large-6 {
         position: relative;
         width: 50%;
    }
     .large-7 {
         position: relative;
         width: 58.3333333333%;
    }
     .large-8 {
         position: relative;
         width: 66.6666666667%;
    }
     .large-9 {
         position: relative;
         width: 75%;
    }
     .large-10 {
         position: relative;
         width: 83.3333333333%;
    }
     .large-11 {
         position: relative;
         width: 91.6666666667%;
    }
     .large-12 {
         position: relative;
         width: 100%;
    }
     .row .large-offset-0 {
         position: relative;
         margin-left: 0%;
    }
     .row .large-offset-1 {
         position: relative;
         margin-left: 8.3333333333%;
    }
     .row .large-offset-2 {
         position: relative;
         margin-left: 16.6666666667%;
    }
     .row .large-offset-3 {
         position: relative;
         margin-left: 25%;
    }
     .row .large-offset-4 {
         position: relative;
         margin-left: 33.3333333333%;
    }
     .row .large-offset-5 {
         position: relative;
         margin-left: 41.6666666667%;
    }
     .row .large-offset-6 {
         position: relative;
         margin-left: 50%;
    }
     .row .large-offset-7 {
         position: relative;
         margin-left: 58.3333333333%;
    }
     .row .large-offset-8 {
         position: relative;
         margin-left: 66.6666666667%;
    }
     .row .large-offset-9 {
         position: relative;
         margin-left: 75%;
    }
     .row .large-offset-10 {
         position: relative;
         margin-left: 83.3333333333%;
    }
     .row .large-offset-11 {
         position: relative;
         margin-left: 91.6666666667%;
    }
     .push-1 {
         position: relative;
         left: 8.3333333333%;
         right: auto;
    }
     .pull-1 {
         position: relative;
         right: 8.3333333333%;
         left: auto;
    }
     .push-2 {
         position: relative;
         left: 16.6666666667%;
         right: auto;
    }
     .pull-2 {
         position: relative;
         right: 16.6666666667%;
         left: auto;
    }
     .push-3 {
         position: relative;
         left: 25%;
         right: auto;
    }
     .pull-3 {
         position: relative;
         right: 25%;
         left: auto;
    }
     .push-4 {
         position: relative;
         left: 33.3333333333%;
         right: auto;
    }
     .pull-4 {
         position: relative;
         right: 33.3333333333%;
         left: auto;
    }
     .push-5 {
         position: relative;
         left: 41.6666666667%;
         right: auto;
    }
     .pull-5 {
         position: relative;
         right: 41.6666666667%;
         left: auto;
    }
     .push-6 {
         position: relative;
         left: 50%;
         right: auto;
    }
     .pull-6 {
         position: relative;
         right: 50%;
         left: auto;
    }
     .push-7 {
         position: relative;
         left: 58.3333333333%;
         right: auto;
    }
     .pull-7 {
         position: relative;
         right: 58.3333333333%;
         left: auto;
    }
     .push-8 {
         position: relative;
         left: 66.6666666667%;
         right: auto;
    }
     .pull-8 {
         position: relative;
         right: 66.6666666667%;
         left: auto;
    }
     .push-9 {
         position: relative;
         left: 75%;
         right: auto;
    }
     .pull-9 {
         position: relative;
         right: 75%;
         left: auto;
    }
     .push-10 {
         position: relative;
         left: 83.3333333333%;
         right: auto;
    }
     .pull-10 {
         position: relative;
         right: 83.3333333333%;
         left: auto;
    }
     .push-11 {
         position: relative;
         left: 91.6666666667%;
         right: auto;
    }
     .pull-11 {
         position: relative;
         right: 91.6666666667%;
         left: auto;
    }
     .column.large-centered, .columns.large-centered {
         position: relative;
         margin-left: auto;
         margin-right: auto;
         float: none !important;
    }
     .column.large-uncentered, .columns.large-uncentered {
         margin-left: 0;
         margin-right: 0;
         float: left !important;
    }
     .column.large-uncentered.opposite, .columns.large-uncentered.opposite {
         float: right !important;
    }
}
 body {
     font-family: "Open Sans", Arial, sans-serif;
     color: #444444;
     position: relative;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizeLegibility;
}
 .content-wrapper {
     background-color: #f0f0f0;
     position: relative;
}
 .columns.collapse, .column.collapse {
     padding-left: 0;
     padding-right: 0;
}
 a {
     transition: all 125ms linear;
}
 #body .text a:not(.btn), .homepage-callouts .news-slider p a:not(.btn) {
     color: #0a456d;
     text-decoration: underline;
     transition: color 125ms linear;
}
 #body .text a:not(.btn):hover, .homepage-callouts .news-slider p a:not(.btn):hover {
     color: #0a456d;
}
 .bg-image {
     background-repeat: no-repeat;
     background-position: top center;
     background-size: 100% auto;
}
 @media only screen and (max-width: 767px) {
     .bg-image {
         background-position: center;
         background-size: cover;
    }
     .bg-image.content-wrapper {
         background: none;
    }
}
 .has-alert-open, .has-department-overlay-open, .has-homepage-overlay-open {
     overflow: hidden;
}
 .icon, .news-slides-content .flex-prev, .news-slides-content .flex-next, .sidebar .has-children a:after, .sidebar-back:before, .faq-section-toggle:after, .faq-item-title a:after, .mobile-article-nav-toggle:after, .homepage-callouts .news-slider .flex-direction-nav .flex-prev, .homepage-callouts .news-slider .flex-direction-nav .flex-next, .department-slider .flex-prev, .department-slider .flex-next {
    /* use !important to prevent issues with browser extensions that change fonts */
     font-family: 'Washoe-Icons','Icomoon' !important;
     speak: none;
     font-style: normal;
     font-weight: normal;
     font-variant: normal;
     text-transform: none;
     line-height: 1;
    /* Better Font Rendering =========== */
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 .icon-printer:before {
     content: "\e60c";
}
 .icon-plus-sign:before {
     content: "\e60d";
}
 .icon-envelope-sign:before {
     content: "\e60e";
}
 .icon-facebook-sign:before {
     content: "\e600";
}
 .icon-twitter-sign:before {
     content: "\e909";
     background: #BDBDBD;
     color: #fff;
     border-radius: 50%;
     padding: 5px;
     font-size: 0.55em;
     vertical-align:5px;
    /*padding-left: 5px;
    */
}
 .icon-twitter-sign:hover:before {
     background: #9F9F9F;
}
 .icon-tv-sign:before {
     content: "\e602";
}
 .icon-search:before {
     content: "\e603";
}
 .icon-chevron-right:before, .news-slides-content .flex-next:before, .sidebar .has-children a:after, .homepage-callouts .news-slider .flex-direction-nav .flex-next:before, .department-slider .flex-next:before {
     content: "\e604";
}
 .icon-chevron-left-small:before {
     content: "\e60a";
}
 .icon-chevron-right-small:before {
     content: "\e60b";
}
 .icon-caret-down:before {
     content: "\e605";
}
 .icon-caret-up:before, .sidebar-back:before {
     content: "\e606";
}
 .icon-chevron-left:before, .news-slides-content .flex-prev:before, .homepage-callouts .news-slider .flex-direction-nav .flex-prev:before, .department-slider .flex-prev:before {
     content: "\e607";
}
 .icon-times:before {
     content: "\e608";
}
 .icon-bars:before {
     content: "\e609";
}
 .icon-flickr-with-circle:before {
     content: "\e900";
}
 .icon-twitter:before {
     content: "\e901";
}
 .icon-facebook:before {
     content: "\e902";
}
 .icon-caret-up-thin:before, .is-expanded .faq-section-toggle:after, .faq-item.is-expanded .faq-item-title a:after, .is-open .mobile-article-nav-toggle:after, .mobile-article-nav-menu .is-expanded > a .icon:before, .mobile-article-nav-menu .is-expanded > a .news-slides-content .flex-prev:before, .news-slides-content .mobile-article-nav-menu .is-expanded > a .flex-prev:before, .mobile-article-nav-menu .is-expanded > a .news-slides-content .flex-next:before, .news-slides-content .mobile-article-nav-menu .is-expanded > a .flex-next:before, .mobile-article-nav-menu .is-expanded > a .sidebar-back:before, .mobile-article-nav-menu .is-expanded > a .homepage-callouts .news-slider .flex-direction-nav .flex-prev:before, .homepage-callouts .news-slider .flex-direction-nav .mobile-article-nav-menu .is-expanded > a .flex-prev:before, .mobile-article-nav-menu .is-expanded > a .homepage-callouts .news-slider .flex-direction-nav .flex-next:before, .homepage-callouts .news-slider .flex-direction-nav .mobile-article-nav-menu .is-expanded > a .flex-next:before, .mobile-article-nav-menu .is-expanded > a .department-slider .flex-prev:before, .department-slider .mobile-article-nav-menu .is-expanded > a .flex-prev:before, .mobile-article-nav-menu .is-expanded > a .department-slider .flex-next:before, .department-slider .mobile-article-nav-menu .is-expanded > a .flex-next:before {
     content: "\e903";
}
 .icon-caret-down-thin:before, .faq-section-toggle:after, .faq-item-title a:after, .mobile-article-nav-toggle:after, .mobile-article-nav-menu a .icon:before, .mobile-article-nav-menu a .news-slides-content .flex-prev:before, .news-slides-content .mobile-article-nav-menu a .flex-prev:before, .mobile-article-nav-menu a .news-slides-content .flex-next:before, .news-slides-content .mobile-article-nav-menu a .flex-next:before, .mobile-article-nav-menu a .sidebar-back:before, .mobile-article-nav-menu a .homepage-callouts .news-slider .flex-direction-nav .flex-prev:before, .homepage-callouts .news-slider .flex-direction-nav .mobile-article-nav-menu a .flex-prev:before, .mobile-article-nav-menu a .homepage-callouts .news-slider .flex-direction-nav .flex-next:before, .homepage-callouts .news-slider .flex-direction-nav .mobile-article-nav-menu a .flex-next:before, .mobile-article-nav-menu a .department-slider .flex-prev:before, .department-slider .mobile-article-nav-menu a .flex-prev:before, .mobile-article-nav-menu a .department-slider .flex-next:before, .department-slider .mobile-article-nav-menu a .flex-next:before {
     content: "\e904";
}
 .icon-close:before {
     content: "\e905";
}
 .icon-311:before {
     content: "\e910";
     text-transform: lowercase;
}
 .btn {
     font-weight: 700;
     text-transform: uppercase;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizeLegibility;
     border-radius: 4px;
     display: inline-block;
     border: none;
     text-decoration: none;
     font-size: 14px;
     text-align: center;
     letter-spacing: 0.15em;
     padding: 1em 3.0714285714em;
     transition: background-color 125ms linear;
}
 .btn.blue {
     background-color: #1e6ca1;
     color: #ffffff;
}
 .btn.blue:hover, .btn.blue:focus {
     background-color: #0a456d;
}
 .btn.white {
     background-color: #ffffff;
     color: #1e6ca1;
}
 .btn.white:hover, .btn.white:focus {
     background-color: #1e6ca1;
     color: #ffffff;
}
 .btn.white-alt {
     background-color: #ffffff;
     color: #1e6ca1;
}
 .btn.white-alt:hover, .btn.white-alt:focus {
     background-color: rgba(255, 255, 255, 0.8);
}
 .btn.medium {
     width: 11.0714285714em;
     padding: 1em 1.0714285714em;
}
 .btn.large {
     min-width: 15.1428571429em;
     padding: 1.7em 2.1428571429em;
}
 .btn.thin {
     padding: 1em 1.6428571429em;
}
 .btn.text {
     color: #1e6ca1;
     text-transform: none;
     font-size: 15px;
     letter-spacing: 0;
     background: none;
}
 .btn.text:hover, .btn.text:focus {
     color: #0a456d;
     background: none;
}
 .btn.text.white {
     color: #ffffff;
}
/* * jQuery FlexSlider v2.2.0 * http://www.woothemes.com/flexslider/ * * Copyright 2012 WooThemes * Free to use under the GPLv2 license. * http://www.gnu.org/licenses/gpl-2.0.html * * Contributing author: Tyler Smith (@mbmufffin) */
/* Browser Resets *********************************/
 .flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
     outline: none;
}
 .slides, .flex-control-nav, .flex-direction-nav {
     margin: 0;
     padding: 0;
     list-style: none;
}
/* FlexSlider Necessary Styles *********************************/
 .flexslider {
     margin: 0;
     padding: 0;
}
 .flexslider .slides > li {
     display: none;
     -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
 .flexslider .slides img {
     width: 100%;
     display: block;
}
 .flex-pauseplay span {
     text-transform: capitalize;
}
/* Clearfix for the .slides element */
 .slides:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0;
}
 html[xmlns] .slides {
     display: block;
}
 * html .slides {
     height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you * include js that eliminates this class on page load */
 .no-js .slides > li:first-child {
     display: block;
}
/* FlexSlider Default Theme *********************************/
 .flexslider {
     margin: 0;
}
 .flex-viewport {
     max-height: 2000px;
     -webkit-transition: all 1s ease-in-out;
     -moz-transition: all 1s ease-in-out;
     -o-transition: all 1s ease-in-out;
     transition: all 1s ease-in-out;
}
 .loading .flex-viewport {
     max-height: 300px;
}
 .flexslider .slides {
     zoom: 1;
}
 .custom-width-search {
     width: 100%;
     max-width: 31.25em;
     float: none !important;
     margin: 0 auto;
}
 .homepage-search-form {
     font-family: "raleway-light", Arial, sans-serif;
     margin: 1.25em 0 0;
}
 .homepage-search-form .input-wrap {
     position: relative;
     max-width: 519px;
     margin: 0 auto;
}
 .homepage-search-form .input-search {
     display: block;
     font-weight: 400;
     color: #444444;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizeLegibility;
     font-size: 1.75em;
     letter-spacing: -0.01em;
     width: 100%;
     border: none;
     margin: 0;
     padding: 0.8214285714em 2.8571428571em 0.8214285714em 1.4285714286em;
     -webkit-appearance: none;
     border-radius: 40px;
     box-sizing: border-box;
}
 .homepage-search-form .input-search::-webkit-input-placeholder {
     color: #cecece;
}
 .homepage-search-form .input-search:-moz-placeholder {
     color: #cecece;
}
 .homepage-search-form .input-search::-moz-placeholder {
     color: #cecece;
}
 .homepage-search-form .input-search:-ms-input-placeholder {
     color: #cecece;
}
 .homepage-search-form .input-search.placeholder {
     color: #cecece;
}
 .homepage-search-form .input-search:focus {
     outline: 0;
}
 .homepage-search-form .search-btn {
     display: block;
     background: none;
     border: none;
     position: absolute;
     top: 25px;
     right: 30px;
     color: #cecece;
     font-size: 1.5625em;
     height: 1.4em;
     width: 1.4em;
     text-align: center;
     transition: color 100ms linear;
}
 .homepage-search-form .search-btn:focus {
     outline: 0;
}
 .homepage-search-form .search-btn:hover, .homepage-search-form .search-btn:focus {
     color: #bdbdbd;
}
 .inline-search .search-wrapper {
     position: relative;
     max-width: 25.9375em;
}
 .inline-search input:focus, .inline-search button:focus {
     outline: 0;
}
 .inline-search .search-input {
     position: relative;
     width: 100%;
     box-sizing: border-box;
     background-color: transparent;
     border: 1px solid #4d80a2;
     color: #ffffff;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizeLegibility;
     border-radius: 21.5px;
     font-size: 0.9375em;
     padding: 0.5333333333em 2.6666666667em 0.5333333333em 1em;
     transition: border-color 100ms linear;
     -webkit-appearance: none;
}
 .inline-search .search-input::-webkit-input-placeholder {
     color: rgba(255, 255, 255, 0.5);
}
 .inline-search .search-input:-moz-placeholder {
     color: rgba(255, 255, 255, 0.5);
}
 .inline-search .search-input::-moz-placeholder {
     color: rgba(255, 255, 255, 0.5);
}
 .inline-search .search-input:-ms-input-placeholder {
     color: rgba(255, 255, 255, 0.5);
}
 .inline-search .search-input.placeholder {
     color: #9eb9cc;
}
 .inline-search .search-input:focus {
     border-color: #1e6ca1;
}
 .inline-search .search-btn {
     background-color: transparent;
     border: none;
     position: absolute;
     top: .45em;
     right: .8em;
     display: block;
     width: max(1.4em,24px);
     height: max(1.4em,24px);
     color: #1e6ca1;
     overflow:visible;
     transition: color 100ms linear;
}
 .inline-search .search-btn:focus {
     color: #ffffff;
}
 .footer-subscribe .input-text {
     border: 1px solid #cccccc;
     padding: 0.9375em 1.125em;
     letter-spacing: -0.02em;
     border-radius: 4px;
     -webkit-font-smoothing: antialiased;
     text-rendering: optimizeLegibility;
     width: 100%;
     max-width: 340px;
     -webkit-appearance: none;
}
 .footer-subscribe .input-text::-webkit-input-placeholder {
     color: rgba(68, 68, 68, 0.6);
}
 .footer-subscribe .input-text:-moz-placeholder {
     color: rgba(68, 68, 68, 0.6);
}
 .footer-subscribe .input-text::-moz-placeholder {
     color: rgba(68, 68, 68, 0.6);
}
 .footer-subscribe .input-text:-ms-input-placeholder {
     color: rgba(68, 68, 68, 0.6);
}
 .footer-subscribe .input-text.placeholder {
     color: #aaaaaa;
}
 #body .text {
     color: #555555;
     font-size: 1.125em;
     padding: 15px 60px 40px;
     letter-spacing: -0.02em;
     line-height: 1.89;
}
 #body .text h1, #body .text h2, #body .text h3, #body .text h4, #body .text h5, #body .text h6 {
     font-weight: normal;
     color: #1e6ca1;
     line-height: 1.3em;
     margin: 0 0 12px;
     padding: 10px 0 0;
}
 #body .text h1, #body .text h2 {
     padding-top: 20px;
     font-size: 2.8888888889em;
     border-bottom: 1px solid #dbdbdb;
     padding-bottom: 30px;
     line-height: 1.2em;
     margin-bottom: 0.5769230769em;
}
 #body .text h3 {
     font-size: 1.8888888889em;
}
 #body .text h4 {
     font-size: 1.6666666667em;
}
 #body .text h5 {
     font-size: 1.3888888889em;
}
 #body .text h6 {
     font-size: 0.9444444444em;
     font-weight: 600;
    /* color: #1e6ca1;
     */
     text-transform: uppercase;
     letter-spacing: 0.05em;
}
 #body .text hr {
     height: 1px;
     border: none;
     overflow: hidden;
     background-color: #E7E7E7;
     margin: 0.8333333333em 0 1.1111111111em;
}
 #body .text ul {
     padding-left: 1.3888888889em;
}
 #body .text ul ul {
     padding-left: 1.1111111111em;
}
 #body .text ol {
     padding-left: 1.6666666667em;
}
 #body .text ol ol {
     padding-left: 1.2222222222em;
}
 #body .text ul, #body .text ol {
     margin: 0.5555555556em 0 1.1111111111em;
}
 #body .text ul ul, #body .text ul ol, #body .text ol ul, #body .text ol ol {
     margin: 0;
}
 #body .text ul ul li, #body .text ul ol li, #body .text ol ul li, #body .text ol ol li {
     font-size: 0.95em;
}
 #body .text ul ul li ul, #body .text ul ul li ol, #body .text ul ol li ul, #body .text ul ol li ol, #body .text ol ul li ul, #body .text ol ul li ol, #body .text ol ol li ul, #body .text ol ol li ol {
     font-size: 1em;
}
 #body .text ul {
     list-style: disc;
}
 #body .text p {
     padding: 0.5555555556em 0 0.8333333333em;
     margin: 0;
}
 #body .text img {
     margin: 1.2222222222em 0;
}
 #body .text img.right, #body .text img[style*='float: right'], #body .text img[style*='float: right'] {
     margin: 1.2222222222em 0 1.2222222222em 2em !important;
}
 #body .text img.left, #body .text img[style*='float: left'], #body .text img[style*='float: left'] {
     margin: 1.2222222222em 2em 1.2222222222em 0 !important;
}
 #body .text .person {
     background-color: #ebebeb;
     float: right;
     padding: 27px 34px 22px;
     margin: 0 0 20px 36px;
}
 #body .text .person img {
     display: block;
     max-width: 200px;
     margin: 0 auto;
}
 #body .text .person h3 {
     font-size: 1em;
     line-height: 1.3em;
     font-weight: 400;
     margin: 1em 0 .2em;
     padding: 0 0 0 4px;
}
 #body .text .person em {
     font-size: 0.7777777778em;
     margin: 0;
     padding: 0 0 0 4px;
     display: block;
     line-height: 1.3em;
}
 .article-cards {
     margin: 5.625em 3.75em;
}
 @media only screen and (max-width: 767px) {
     .article-cards {
         margin: 0;
         padding: 0.3125em 0.9375em;
         background: #F0F0F0;
         *zoom: 1;
    }
     .article-cards:before, .article-cards:after {
         content: " ";
         display: table;
    }
     .article-cards:after {
         clear: both;
    }
}
 .article-card-wrapper {
     display: flex;
     flex-direction: row;
     margin: 3.125em 0;
}
 @media only screen and (max-width: 767px) {
     .article-card-wrapper {
         margin: 1.25em 0.625em 1.25em 0;
    }
}
 .article-card {
     min-height: 205px;
     display: flex;
     border: 1px solid #f0f0f0;
     box-shadow: 0 0 15px 0 transparent;
     transition: all 250ms linear;
     position: relative;
     width: 100%;
}
 .article-card:hover {
     border-color: #d7d6d6;
     box-shadow: 0 0 15px 0 rgb(10, 69, 109, 0.1);
}
 @media only screen and (max-width: 767px) {
     .article-card {
         min-height: 0;
         display: block;
         background: #ffffff;
    }
}
 .article-card-image {
     width: 33%;
     max-width: 334px;
     min-width: 200px;
     background: center / cover no-repeat;
}
 @media only screen and (max-width: 767px) {
     .article-card-image {
         display: none;
    }
}
 .article-card-content {
     flex: 1;
     padding: 1.875em 1.875em 1.875em;
}
 .article-card-title {
     font-weight: normal;
     font-size: 2.625em;
     margin: 0 0 0.3571428571em;
}
 .article-card-title a {
     color: #1e6ca1;
     text-decoration: none;
     position: relative;
     display: inline-block;
}
 @media only screen and (min-width: 768px) {
     .article-card-title a:after {
         content: '»';
         position: absolute;
         left: 100%;
         top: 50%;
         transform: translateY(-50%) translateX(30px);
         opacity: 0;
         transition: all 300ms ease;
         font-weight: 700;
         font-size: 0.7857142857em;
    }
}
 .article-card-title a:hover:after {
     transform: translateY(-50%) translateX(20px);
     opacity: 1;
}
 @media only screen and (max-width: 767px) {
     .article-card-title {
         font-size: 17px;
    }
}
 .article-card-description {
     font-size: 1.125em;
     color: #555555;
     line-height: 1.66;
     margin-bottom: 0;
}
 @media only screen and (max-width: 767px) {
     .article-card-description {
         font-size: 14px;
    }
}
 .article-card-links {
     margin: 0.9375em 0 0;
}
 .article-card-link {
     font-weight: 700;
     font-size: 0.8125em;
     color: #1e6ca1;
     text-decoration: none;
     margin: 0 1.5625em 0 0;
     line-height: 24px;
}
 .article-card-link:after {
     content: '»';
     margin-left: 0.6153846154em;
}
 .article-card-link:last-child {
     margin-right: 0;
}
 .article-card-button {
     display: none;
}
 @media only screen and (max-width: 767px) {
     .article-card-button {
         display: block;
         position: absolute;
         top: 50%;
         right: -14px;
         width: 28px;
         height: 28px;
         background: #1e6ca1;
         border-radius: 50%;
         color: #ffffff;
         text-decoration: none;
         transform: translateY(-50%);
    }
     .article-card-button:before {
         content: '»';
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate3d(-50%, -50%, 0);
         font-size: 18px;
         font-weight: 600;
         line-height: 1;
         margin-top: -2px;
    }
}
 .callout-bar {
     background: #ffffff;
     padding: 1.5625em 0;
     border-top: 1px solid #E7E7E7;
}
 @media only screen and (max-width: 767px) {
     .callout-bar {
         padding: 0.9375em 0;
    }
}
 .callout-bar-logo {
     position: absolute;
     top: 50%;
     left: 15px;
     transform: translateY(-50%);
}
 @media only screen and (max-width: 767px) {
     .callout-bar-logo {
         max-width: 100px;
         left: 10px;
    }
}
 .callout-bar-text-large, .callout-bar-text-small {
     padding-left: 12.1875em;
}
 .callout-bar-text-large a, .callout-bar-text-small a {
     font-style: italic;
     text-decoration: underline;
     color: #1e6ca1;
     margin-left: 0.25em;
     transition: color 125ms linear;
}
 .callout-bar-text-large a:hover, .callout-bar-text-small a:hover {
     color: #0a456d;
}
 .callout-bar-text-small {
     display: none;
}
 @media only screen and (max-width: 767px) {
     .callout-bar-text-large {
         display: none;
    }
     .callout-bar-text-small {
         display: block;
         font-size: 10px;
         padding-left: 12em;
    }
}
 .double-cta {
     background: url("../img/double-cta-bg.jpg") center/cover no-repeat;
     text-align: center;
     padding: 5em 0 5.625em;
}
 @media only screen and (max-width: 767px) {
     .double-cta {
         background-image: url("../img/double-cta-bg-small.jpg");
         padding: 1.875em 0 0.9375em;
    }
     .double-cta .btn {
         font-size: 12px;
    }
}
 @media only screen and (max-width: 767px) {
     .double-cta-content {
         margin-bottom: 40px;
    }
}
 .double-cta-title {
     font-size: 1.625em;
     color: #0a456d;
}
 @media only screen and (max-width: 767px) {
     .double-cta-title {
         font-size: 1.25em;
    }
}
 .double-cta-description {
     color: #222222;
     line-height: 1.9375;
     max-width: 400px;
     margin: 0 auto 1.875em;
}
 @media only screen and (max-width: 767px) {
     .double-cta-description {
         line-height: 1.57;
         font-size: 0.875em;
    }
}
 .main-footer {
     background-color: #ffffff;
}
 .main-footer h3.underline, .main-footer h4.underline {
     font-weight: 700;
     text-transform: uppercase;
     font-size: 0.875em;
     margin: 0 0 0.8571428571em;
     letter-spacing: 0.15em;
     line-height: 1.4em;
     padding: 0 0 1.2857142857em;
     background: url("../img/underline-black.gif") bottom left no-repeat;
}
 .main-footer .featured-item {
     border-top: 1px solid #E7E7E7;
}
 .main-footer .featured-item.small {
     padding: 4.25em 0 4.5em;
}
 .main-footer .featured-item.small img {
     padding-left: 0.9375em;
     padding-right: 1.875em;
     max-width: 100%;
     height: auto !important;
}
 .main-footer .featured-item.small .content {
     margin-top: 1.375em;
}
 @media only screen and (max-width: 767px) {
     .main-footer .featured-item.small {
         padding: 1.25em 0 1.875em;
    }
     .main-footer .featured-item.small .content {
         margin: 1.25em 0;
    }
}
 .main-footer .featured-item.large {
     padding: 5em 0 0;
}
 .main-footer .featured-item.large .content {
     margin: 1.125em 2.5em 0 1.5625em;
}
 @media only screen and (max-width: 767px) {
     .main-footer .featured-item.large {
         padding-top: 0.625em;
    }
     .main-footer .featured-item.large .content {
         margin: 1.25em 0.9375em;
    }
}
 .main-footer .featured-item img {
     display: block;
     border: none;
}
 .main-footer .featured-item .content p {
     line-height: 1.9375em;
     letter-spacing: -0.02em;
     max-width: 50.3125em;
}
 .main-footer .featured-item .inline-list {
     margin: 2.1875em 0 0;
     padding: 0;
     font-size: 1.125em;
}
 .main-footer .featured-item .inline-list li {
     margin: 0 1em 0 0;
     padding: 0 1.2222222222em 0 0;
     letter-spacing: -0.02em;
     font-style: italic;
     list-style: none;
     display: inline-block;
     color: rgba(68, 68, 68, 0.8);
     border-right: 1px solid #444444;
     border-right-color: rgba(68, 68, 68, 0.8);
}
 .main-footer .featured-item .inline-list li:last-child, .main-footer .featured-item .inline-list li.last {
     border-right-width: 0;
     padding-right: 0;
     margin-right: 0;
}
 .main-footer .featured-item .inline-list li a {
     text-decoration: none;
     color: #1e6ca1;
     color: #1e6ca1;
     transition: color 125ms linear;
}
 .main-footer .featured-item .inline-list li a:hover {
     color: #0a456d;
}
 @media only screen and (max-width: 767px) {
     .main-footer .featured-item .inline-list {
         font-size: 0.875em;
         margin: 1.4285714286em 0 0;
    }
}
 .main-footer .footer-blocks {
     border-top: 1px solid #E7E7E7;
     padding: 3.75em 0;
}
 .main-footer .footer-blocks p {
     line-height: 1.875em;
     margin: 0 0 1.25em;
     letter-spacing: -0.02em;
}
 .main-footer .footer-blocks a {
     color: #1e6ca1;
     text-decoration: underline;
}
 .main-footer .footer-blocks a:hover, .main-footer .footer-blocks a:focus {
     color: #1e6ca1;
     text-decoration: underline;
}
 .main-footer .footer-subscribe {
     margin-right: 2.5em;
     margin-left: 1.25em;
}
 .main-footer .about-washoe {
     margin-right: 1.25em;
}
 .main-footer .about-washoe p {
     font-size: 0.9375em;
     line-height: 2em;
}
 .main-footer .contact-us {
     margin-left: 0.9375em;
}
 .main-footer .contact-us .icon-links {
     margin: 0;
     padding: 0;
}
 .main-footer .contact-us .icon-links li {
     margin: 0 0.25em 0 0;
     padding: 0;
     list-style: none;
     display: inline-block;
}
 .main-footer .contact-us .icon-links a {
     display: block;
     text-decoration: none;
     font-size: 1.625em;
     color: #bdbdbd;
     transition: color 125ms linear;
}
 .main-footer .contact-us .icon-links a:hover, .main-footer .contact-us .icon-links a:focus {
     color: #404040;
}
 .main-footer .contact-us .icon-links a:focus .icon-twitter-sign:before{
     background: #9F9F9F;
}
 .submitted-photo {
     position: relative;
}
 .submitted-photo .submit-your-own {
     position: absolute;
     top: 50px;
     right: 30px;
     font-style: italic;
     text-transform: none;
     color: #ffffff;
     color: rgba(255, 255, 255);
     font-size: 0.75em;
     text-decoration: none;
     background-color: #0a456d;
     background-color: rgba(0, 0, 0);
     display: inline-block;
     border-radius: 4px;
     line-height: 1.3em;
     padding: 1.3333333333em 2.0833333333em;
     transition: background-color 125ms linear, color 125ms linear;
}
 .submitted-photo .submit-your-own:hover, .submitted-photo .submit-your-own:focus {
     background-color: rgba(0, 0, 0);
     color: #ffffff;
}
 .submitted-photo .photo-info {
     position: absolute;
     width: 80%;
     left: 10%;
     margin: 4.375em 0 0;
     text-align: center;
     color: #ffffff;
}
 .submitted-photo .photo-info h3 {
     font-weight: 700;
     text-transform: uppercase;
     font-size: 0.875em;
     margin: 15px;
     letter-spacing: 0.15em;
     line-height: 1.4em;
     padding: 30px;
     background-image url("../img/underline-white-medium.gif") bottom center no-repeat;
}
 .submitted-photo .photo-info .photographer {
     font-size: 0.95em;
     line-height: 1.3em;
     padding:15px;
     background-color: rgb(10, 69, 109, 0.6);
     margin: 15px;
}
 .submitted-photo img {
     width: 100%;
     height: auto !important;
}
 .header-logo {
     float: left;
     padding-top:25px;
     border-right: 1px solid #ffffff;
     border-right-color: rgba(255, 255, 255, 0.3);
}
 .header-logo img {
     float: left;
     max-height: 80px;
     max-width: 100%;
     height: auto !important;
     margin-right: 2.1875em;
}
 .search-bar {
     background-color: #0a456d;
     padding-top: 0.625em;
     padding-bottom: 0.625em;
     position: relative;
}
 .search-bar #departmentsFlyoutBtn {
     color: #ffffff;
    /* color: rgba(255, 255, 255, 0.6);
     */
     font-size: 0.75em;
     font-weight: 600;
     letter-spacing: -0.02em;
     text-decoration: none;
     text-transform: uppercase;
     display: inline-block;
     white-space: nowrap;
     padding: 0.25em 0;
     margin: 0.8333333333em 0.1666666667em 0 0;
     transition: color 125ms linear;
}
 .search-bar #departmentsFlyoutBtn .icon, .search-bar #departmentsFlyoutBtn .news-slides-content .flex-prev, .news-slides-content .search-bar #departmentsFlyoutBtn .flex-prev, .search-bar #departmentsFlyoutBtn .news-slides-content .flex-next, .news-slides-content .search-bar #departmentsFlyoutBtn .flex-next, .search-bar #departmentsFlyoutBtn .sidebar .has-children a:after, .sidebar .has-children .search-bar #departmentsFlyoutBtn a:after, .search-bar #departmentsFlyoutBtn .sidebar-back:before, .search-bar #departmentsFlyoutBtn .faq-section-toggle:after, .search-bar #departmentsFlyoutBtn .faq-item-title a:after, .faq-item-title .search-bar #departmentsFlyoutBtn a:after, .search-bar #departmentsFlyoutBtn .mobile-article-nav-toggle:after, .search-bar #departmentsFlyoutBtn .homepage-callouts .news-slider .flex-direction-nav .flex-prev, .homepage-callouts .news-slider .flex-direction-nav .search-bar #departmentsFlyoutBtn .flex-prev, .search-bar #departmentsFlyoutBtn .homepage-callouts .news-slider .flex-direction-nav .flex-next, .homepage-callouts .news-slider .flex-direction-nav .search-bar #departmentsFlyoutBtn .flex-next, .search-bar #departmentsFlyoutBtn .department-slider .flex-prev, .department-slider .search-bar #departmentsFlyoutBtn .flex-prev, .search-bar #departmentsFlyoutBtn .department-slider .flex-next, .department-slider .search-bar #departmentsFlyoutBtn .flex-next {
     margin-left: .5em;
}
 .search-bar #departmentsFlyoutBtn:hover {
     color: #ffffff;
}
 @media only screen and (max-width: 767px) {
     .search-bar {
         background-color: #0a456d;
    }
}
 #homepageHeader {
     background-color: #0a456d;
     position: relative;
     min-height: 689px;
}
 @media only screen and (min-width: 768px) {
     #homepageHeader:before {
         content: '';
         background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 263px;
         z-index: 2;
    }
}
 #homepageHeader .header-overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-position: top center;
     background-repeat: no-repeat;
     background-size: cover;
}
 #homepageHeader.has-video .header-overlay {
     display: none;
}
 @media only screen and (max-width: 767px) {
     #homepageHeader.has-video .header-overlay {
         display: block;
    }
}
 #homepageHeader .header-overlay-video {
     position: absolute !important;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     overflow: hidden;
     background: transparent;
}
 #homepageHeader .header-overlay-video video {
     position: relative;
     left: auto;
     top: auto;
     width: auto;
     height: auto;
     min-width: 0;
     min-height: 0;
     transform: translate3d(0, 0, 0);
}
 @media only screen and (max-width: 767px) {
     #homepageHeader .header-overlay-video {
         display: none;
    }
}
 @media only screen and (max-width: 767px) {
     #homepageHeader {
         min-height: 0;
    }
}
 #departmentsFlyout {
     position: absolute;
     top: 100%;
     left: 0;
     width: 100%;
     max-height: 0;
     overflow: hidden;
     transition: max-height 400ms ease-in-out;
     background-color: #1e6ca1;
     background-color: #0a456d;
     z-index: 101;
     box-shadow: inset 0 1px 0 rgb(10, 69, 109, 0.15), 0 4px 1px rgb(10, 69, 109, 0.05);
    /* Added: ensure internal absolute-position elements (close btn) anchor correctly */
     position: absolute;
}
 #departmentsFlyout.show {
     max-height: 670px;
}
/* Added: give the flyout content room so the close button never overlaps links */
 #departmentsFlyout .department-flyout-links {
     padding-bottom: 64px;
}
 #departmentsFlyout .links {
     *zoom: 1;
     margin: 25px 0 40px 35px;
     padding: 0;
     color: #ffffff;
     list-style: none;
}
 #departmentsFlyout .links:before, #departmentsFlyout .links:after {
     content: " ";
     display: table;
}
 #departmentsFlyout .links:after {
     clear: both;
}
 #departmentsFlyout .links a {
     font-size: 15px;
     text-decoration: none;
     color: #ffffff;
     line-height: 1.5em;
     border-bottom: 1px solid transparent;
     transition: border-bottom-color 75ms linear;
}
 #departmentsFlyout .links a:hover {
     border-bottom-color: #ffffff;
     border-bottom-color: rgba(255, 255, 255, 0.6);
}
/* Added: strong keyboard focus (WCAG 2.1) */
 #departmentsFlyout .links a:focus-visible {
     outline: 3px solid #ffffff;
     outline-offset: 3px;
     border-bottom-color: #ffffff;
     text-decoration: underline;
     text-decoration-thickness: 2px;
     text-underline-offset: 3px;
}
 #departmentsFlyout li.column-list {
     padding: 0 20px 0 0;
}
 #departmentsFlyout li.column-list ul {
     list-style: disc;
     margin: 10px 0 0;
     padding: 0 0 40px 0;
}
 #departmentsFlyout li.column-list li {
     margin: 8px 0 10px;
}
 #departmentsFlyout li.column-list ul ul {
     list-style: circle;
     margin: 10px 0px 0px 10px;
     padding: 0 0 0px 0;
}
/* ========================================= Added: Close menu button styling ========================================= */
 #departmentsFlyout .departments-close {
     position: absolute;
     right: 20px;
     bottom: 18px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     padding: 10px 16px;
     min-height: 40px;
     font-size: 0.95rem;
     font-weight: 600;
     line-height: 1;
     border-radius: 4px;
     border: 2px solid rgba(255, 255, 255, 0.85);
     background-color: transparent;
     color: #ffffff;
     cursor: pointer;
     white-space: nowrap;
     transition: background-color 150ms ease, border-color 150ms ease, transform 100ms ease;
}
 #departmentsFlyout .departments-close:hover {
     background-color: rgba(255, 255, 255, 0.12);
     border-color: #ffffff;
}
 #departmentsFlyout .departments-close:focus-visible {
     outline: 3px solid #ffffff;
     outline-offset: 3px;
     background-color: rgba(255, 255, 255, 0.18);
}
 #departmentsFlyout .departments-close:active {
     transform: translateY(1px);
}
 #mobileNav {
     position: relative;
     height: 54px;
     /*background-color: #1e6ca1;*/
     background-color:#ffffff;
}
 #mobileNav a {
     color: #ffffff;
     text-decoration: none;
}
 #mobileLogo, #mobileMenuBtn {
     position: absolute;
     display: block;
}
 #mobileLogo {
     background: url("../_files/images/ourparkslogo.png") top left/237px 42px no-repeat;
     text-indent: -1000px;
     width: 237px;
     height: 42px;
     top: 6px;
     left: 15px;
}
 #mobileMenuBtn {
     top: 15px;
     right: 16px;
     font-weight: 700;
     text-transform: uppercase;
     font-size: 7px;
     color: #ffffff;
     letter-spacing: 0.5px;
     line-height: 1;
}
 #mobileMenuBtn .bars {
     display: block;
     margin-top: 5px;
}
 #mobileMenuBtn .bars:before, #mobileMenuBtn .bars:after {
     content: '';
     display: block;
     width: 24px;
     height: 2px;
     background: #ffffff;
}
 #mobileMenuBtn .bars:after {
     margin-top: 6px;
}
 #pushNav {
     display: none;
}
 body:not(#homepage) .navbar-wrapper {
     background-color: #FFFFFF;
}
 .navbar {
     padding: 1.125em 0 1.25em;
     position: relative;
     z-index: 3;
}
 .navbar a {
     color: #ffffff;
     text-decoration: none;
}
 .navbar ul {
     list-style: none;
     margin: 0;
     padding: 0;
}
 .navbar ul li {
     display: inline-block;
}
 .primary-nav {
     float: left;
     font-size: 0.875em;
     font-weight: 600;
     text-transform: uppercase;
     letter-spacing: -0.02em;
     margin: 2.3571428571em 0 0 0.3571428571em;
}
 .primary-nav li {
     margin-left: 1.5714285714em;
     position: relative;
}
/* Optional stronger active cue */
 .primary-nav .active a {
     border-bottom-color: #ffffff;
     font-weight: 700;
}
 .primary-nav a {
     display: block;
     padding: 0 0.2142857143em 0.8571428571em;
     border-bottom: 4px solid transparent;
}
 .primary-nav a:hover {
     transition: border-bottom-color 100ms linear;
     border-bottom-color: #ffffff;
}
 .primary-nav .hover > a {
     transition: border-bottom-color 100ms linear;
     border-bottom-color: #ffffff;
}
 .primary-nav .dropdown {
     display: none;
     position: absolute;
     top: 100%;
     left: 0;
     width: 31.4285714286em;
     padding-top: 15px;
     z-index: 102;
     list-style: none;
     *zoom: 1;
     letter-spacing: 0;
}
 .primary-nav .dropdown:before, .primary-nav .dropdown:after {
     content: " ";
     display: table;
}
 .primary-nav .dropdown:after {
     clear: both;
}
 .primary-nav .dropdown.dropdown-right {
     left: auto;
     right: 0;
}
 .primary-nav .dropdown .inner-wrap {
     float: left;
     background-color: #ffffff;
     box-shadow: 0 1px 1px rgb(10, 69, 109, 0.4);
     padding: 1.7857142857em 2.1428571429em;
     margin: 0;
     width: 100%;
}
 .primary-nav .dropdown ul {
     margin: 0;
     padding: 0;
}
 .primary-nav .dropdown .col {
     float: left;
     width: 50%;
}
 .primary-nav .dropdown li {
     float: left;
     width: 100%;
     box-sizing: border-box;
     margin: 0 0 12px;
     padding: 0.3571428571em 1.0714285714em 0.3571428571em 0;
}
 .primary-nav .dropdown li ul {
     padding: 0.3571428571em 0;
}
 .primary-nav .dropdown li li {
     margin: 0;
     width: 100%;
     font-size: 13px;
     line-height: 15px;
}
 .primary-nav .dropdown li li a {
     font-weight: 400;
}
 .primary-nav .dropdown .active a {
     color: #1e6ca1;
}
/* Dropdown nav: active page + keyboard focus cues (not color-only) */
 .primary-nav .dropdown .active > a, .primary-nav .dropdown a[aria-current="page"] {
     text-decoration: underline;
     text-decoration-thickness: 2px;
     text-underline-offset: 3px;
}
/* Make keyboard focus obvious inside dropdown */
 .primary-nav .dropdown a:focus-visible {
     outline: 2px solid #1e6ca1;
     outline-offset: 2px;
     text-decoration: underline;
     text-decoration-thickness: 2px;
     text-underline-offset: 3px;
}
 .primary-nav .dropdown a {
     display: inline;
     padding: 0;
     color: #373737;
     font-weight: 600;
     text-transform: none;
     border-bottom: none;
}
 .primary-nav .dropdown a:hover {
     color: #1e6ca1;
}
/* Show dropdown when: - JS adds .hover (desktop hover behavior) - JS adds .debug (debug mode) - OR the <li> or any child inside it has keyboard focus (focus-within) */
 .primary-nav .hover .dropdown, .primary-nav .debug .dropdown, .primary-nav li:focus-within > .dropdown {
     display: block;
}
 .social-nav {
     float: right;
     font-size: 1.5em;
     margin: 1.1666666667em 0 0;
}
 .social-nav li {
     margin-left: 0.125em;
}
 .social-nav a {
     transition: opacity 125ms linear;
}
 .social-nav a:hover {
     opacity: .65;
}
 .news-slides {
     padding: 2.5em 0;
     background: #ffffff;
}
 @media only screen and (max-width: 767px) {
     .news-slides {
         padding: 2.5em 0;
    }
}
 .news-slides-content {
     position: relative;
     margin: 0 15px;
     border: 1px solid #EFEFEF;
}
 .news-slides-content .flex-prev, .news-slides-content .flex-next {
     width: 24px;
     height: 62px;
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     color: #ffffff;
     background: #222222;
     text-decoration: none;
     text-align: center;
     display: flex;
     align-items: center;
     justify-content: center;
}
 @media only screen and (max-width: 767px) {
     .news-slides-content .flex-prev, .news-slides-content .flex-next {
         font-size: 14px;
         height: 33px;
         width: 14px;
    }
}
 .news-slides-content .flex-prev {
     right: 100%;
}
 .news-slides-content .flex-next {
     left: 100%;
}
 @media only screen and (min-width: 768px) {
     .news-slide {
         display: flex;
    }
}
 .news-slide-image {
     width: 33%;
     max-width: 366px;
     min-width: 300px;
     min-height: 366px;
     background: center / cover no-repeat;
}
 @media only screen and (max-width: 767px) {
     .news-slide-image {
         width: 100%;
         display: block;
         height: 150px;
         min-height: 0;
         max-width: none;
         min-width: 0;
    }
}
 .news-slide-content {
     flex: 1;
     padding: 3.125em 3.125em;
}
 @media only screen and (max-width: 767px) {
     .news-slide-content {
         padding: 1.25em 0.9375em;
         text-align: center;
         min-height: 282px;
    }
}
 .news-slide-title {
     font-weight: 700;
     text-transform: uppercase;
     font-size: 0.875em;
     margin: 0 0 2.5em;
     letter-spacing: 0.15em;
     line-height: 1.4em;
     padding: 0 0 1.2857142857em;
     position: relative;
}
 .news-slide-title::before {
     content: '';
     position: absolute;
     top: 100%;
     left: 0;
     width: 145px;
     height: 2px;
     background: #000000;
}
 @media only screen and (max-width: 767px) {
     .news-slide-title::before {
         left: 50%;
         transform: translateX(-50%);
    }
}
 @media only screen and (max-width: 767px) {
     .news-slide-title {
         font-size: 10px;
    }
}
 .news-slide-headline {
     font-size: 2em;
     font-weight: 300;
     margin: 0 0 0.46875em;
     line-height: 1.36;
}
 .news-slide-headline a {
     text-decoration: none;
     color: #1e6ca1;
     transition: color 175ms linear;
}
 .news-slide-headline a:hover, .news-slide-headline a:focus {
     color: #0a456d;
}
 @media only screen and (max-width: 767px) {
     .news-slide-headline {
         font-size: 22px;
    }
}
 .news-slide-description {
     color: #222222;
     line-height: 1.9375;
     margin: 0 0 2.1875em;
}
 @media only screen and (max-width: 767px) {
     .news-slide-description {
         font-size: 14px;
    }
}
 @media only screen and (max-width: 767px) {
     .news-slide-buttons .btn {
         font-size: 12px;
    }
}
 #promoItems {
     padding: 1.5625em 0 3.75em;
     background-color: #f0f0f0;
}
 #promoItems ul {
     padding: 0;
}
 #promoItems ul li {
     list-style: none;
}
 #promoItems ul li.large-4:nth-child(1) {
     padding-right: 9px;
}
 #promoItems ul li.large-4:nth-child(2) {
     padding-left: 12px;
     padding-right: 12px;
}
 #promoItems ul li.large-4:nth-child(3) {
     padding-left: 9px;
}
 #promoItems a {
     text-decoration: none;
     display: block;
}
 #promoItems .promo {
     position: relative;
     font-size: 0.8888888889em;
}
 #promoItems .promo:hover .text {
     background-color: #0a456d;
}
 #promoItems .promo .text {
     box-sizing: border-box;
     padding: 1.5625em 1.875em;
     position: relative;
     z-index: 4;
     height: 226px;
     background-color: #0a456d;
     background-color: rgba(44, 102, 139, 0.9);
     transition: background-color 250ms ease-out;
     color: #ffffff;
}
 #promoItems .promo h4 {
     font-size: 1.25em;
     margin: 0 0 0.9375em;
     line-height: 1.3;
     padding: 0 0 1.125em;
     background: url("../img/underline-white.gif") bottom left no-repeat;
     font-weight: 600;
     color: #ffffff;
}
 #promoItems .promo p {
     margin: 0;
     padding: 0;
     line-height: 1.6875;
}
 @media only screen and (max-width: 767px) {
     #promoItems {
         padding: 1.5625em 0 1.25em;
    }
}
 #mobilePushNav {
     -webkit-touch-callout: none;
     -webkit-user-select: none;
     -khtml-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     overflow: hidden;
     background-color: #0a456d;
     display: none;
     position: absolute;
     top: 0;
     right: 0;
     min-height: 100%;
     width: 280px;
}
 #mobilePushNav .menu {
     margin: 0;
     padding: 0;
     list-style: none;
}
 #mobilePushNav .menu li {
     margin: 0;
     padding: 0;
}
 #mobilePushNav .menu a {
     text-decoration: none;
     color: #ffffff;
     color: rgba(255, 255, 255, 0.7);
     letter-spacing: -0.02em;
     line-height: 1.3em;
     display: block;
     border-bottom: 1px solid #4d80a2;
     font-size: 16px;
     padding: 15px 30px 15px 20px;
     transition: color 125ms linear, background-color 125ms linear;
}
 #mobilePushNav .menu a:hover {
     color: #ffffff;
     background-color: #2b6082;
}
 #mobilePushNav .menu a:hover:before {
     color: #ffffff;
}
 #mobilePushNav .social {
     list-style: none;
     font-size: 1.5em;
     margin: 0.8333333333em 0 0 0.625em;
     padding: 0;
}
 #mobilePushNav .social li {
     display: inline-block;
     margin-left: 0.125em;
}
 #mobilePushNav .social a {
     transition: opacity 125ms linear;
     color: #ffffff;
     text-decoration: none;
     color: rgba(255, 255, 255, 0.7);
}
 #mobilePushNav .social a:hover {
     color: #ffffff;
}
 #mobileContentOverlay {
     position: absolute;
     top: 0;
     left: 0;
}
 .sidebar {
     width: 23%;
     background: #0a456d;
     line-height: 1.38;
}
 .sidebar a {
     color: #ffffff;
     text-decoration: none;
     display: block;
     transition: all 200ms linear;
}
 .sidebar ul a {
     font-size: 1.125em;
     padding: 1.1111111111em 1.6666666667em 1.1111111111em 2.5em;
     border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
/* Sidebar nav: active page indication */
 .sidebar .active > a, .sidebar a[aria-current="page"] {
     text-decoration: underline;
     text-decoration-thickness: 2px;
     text-underline-offset: 3px;
    /* non-color cue */
     border-left: 4px solid #ffffff;
     padding-left: calc(2.5em - 4px);
    /* keep alignment after border */
     background: #1b5174;
}
/* Sidebar keyboard focus */
 .sidebar a:focus-visible {
     outline: 2px solid #ffffff;
     outline-offset: 2px;
     text-decoration: underline;
     text-decoration-thickness: 2px;
     text-underline-offset: 3px;
}
 .sidebar ul a:hover {
     background: #1b5174;
}
 .sidebar .has-children a {
     padding-right: 2.7777777778em;
     position: relative;
}
 .sidebar .has-children a:after {
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     right: 15px;
     font-size: 0.8888888889em;
}
 .sidebar ul {
     list-style: none;
     margin: 0;
     padding: 0;
}
 @media only screen and (max-width: 767px) {
     .sidebar {
         display: none;
    }
}
 .sidebar-back {
     font-weight: 600;
     font-size: 0.75em;
     text-transform: uppercase;
     letter-spacing: .0416em;
     padding: 1.1666666667em 2.5em;
     background: #133a53;
}
 .sidebar-back:before {
     font-size: 0.8333333333em;
     margin-right: 1em;
}
 .sidebar-back:hover {
     background: #0f2e42;
}
 .sidebar-title {
     font-weight: 600;
     font-size: 1.125em;
     padding: 1.3333333333em 1.6666666667em;
     border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
 .sidebar-title:hover {
     background: #1b5174;
}
 .social-feed {
    /* background: #0a456d;
     color: #ffffff;
     */
}
 .social-feed h3.underline {
     font-weight: 700;
     text-transform: uppercase;
     font-size: 0.875em;
     margin: 0 0 2.8571428571em !important;
    /* letter-spacing: .05em;
     */
     letter-spacing: 0.15em;
     line-height: 1.4em;
     padding: 0 0 1.2857142857em;
    /* background: url("../img/underline-white.gif") bottom left no-repeat !important;
     */
     background: url("../img/underline-black.gif") bottom left no-repeat;
}
 @media only screen and (max-width: 767px) {
     .social-feed .columns {
         padding: 0;
    }
     .social-feed h3.underline {
         font-size: 0.75em;
         padding: 0 0 0.8333333333em;
    }
}
 .social-feed-link {
     font-weight: 700;
     font-size: 0.875em;
     color: rgba(255, 255, 255, 0.9);
     text-decoration: none;
     display: inline-block;
     margin: 1.7857142857em 0 0;
}
 .social-feed-link:hover {
     opacity: .8;
}
 @media only screen and (max-width: 767px) {
     .social-feed-link {
         font-size: 0.75em;
    }
}
 @media only screen and (min-width: 768px) {
     .social-feed-content {
         display: flex;
    }
}
 .social-feed-gallery {
     background: #1B4A69;
     position: relative;
     padding: 2.5em 0.9375em;
}
 @media only screen and (min-width: 768px) {
     .social-feed-gallery {
         width: 35%;
         min-width: 300px;
         padding: 3.125em 3.125em 3.75em 0;
    }
     .social-feed-gallery:before {
         content: '';
         position: absolute;
         top: 0;
         right: 100%;
         height: 100%;
         width: 10000px;
         background: #1B4A69;
    }
}
 .social-feed-gallery-images {
     display: flex;
     justify-content: space-between;
     margin: 0 -5px;
     max-width: 384px;
}
 .social-feed-gallery-image {
     flex: 1;
     margin: 0 5px;
}
 .social-feed-gallery-image img {
     width: 100%;
}
 .social-feed-post {
     flex: 1;
     padding: 3.125em 0 3.75em 3.75em;
}
 @media only screen and (max-width: 767px) {
     .social-feed-post {
         padding: 2.5em 0.9375em;
    }
}
 .social-feed-post-date {
     font-weight: 600;
     font-size: 0.875em;
    /* color: rgba(255, 255, 255, 0.9);
     */
     display: block;
     margin: 0 0 1.0714285714em;
}
 .social-feed-post-text {
     font-weight: 300;
     font-size: 1.625em;
     line-height: 1.654;
}
 .social-feed-post-text a {
    /* color: #A0D9FF;
     */
     color: #3783b6;
     text-decoration: none;
}
 .social-feed-post-text a:hover {
    /* color: #ffffff;
     */
     color: #2C668B;
}
 @media only screen and (max-width: 767px) {
     .social-feed-post-text {
         font-size: 1.125em;
    }
}
 .social-feed-icon-links {
     font-size: 1.625em;
     margin: 0.9615384615em 0 0;
}
 .social-feed-icon-links a {
    /* color: #ffffff;
     */
     color: #1e6ca1;
     text-decoration: none;
     margin-right: 0.3076923077em;
}
 .social-feed-icon-links a:last-child {
     margin-right: 0;
}
 .social-feed-icon-links a:hover {
    /* opacity: .8;
     */
     color: #0a456d;
}
 @media only screen and (max-width: 767px) {
     .social-feed-icon-links {
         font-size: 1em;
    }
}
 @media only screen and (min-width: 768px) {
     .subpage-header {
         background: none !important;
    }
}
 .subpage-header-title {
     color: #ffffff;
     text-align: center;
}
 .subpage-header-title h1 {
     display: inline-block;
     font-weight: 300;
     font-size: 3.125em;
     background: rgba(19, 58, 83, 0.9);
     padding: 0.5em 1.36em;
     margin: 1.8em 0 0;
}
 @media only screen and (max-width: 767px) {
     .subpage-header-title {
         min-height: 135px;
         position: relative;
    }
     .subpage-header-title h1 {
         font-size: 1.25em;
         padding: 0.9em 1.5em;
         margin: 1.8em 0;
         min-width: 270px;
         text-align: center;
    }
}
 .faq {
     padding: 15px 60px 40px;
}
 @media only screen and (max-width: 767px) {
     .faq {
         padding: 20px 15px;
    }
}
 .faq-headline {
     font-size: 2.625em;
     font-weight: normal;
     color: #1e6ca1;
     line-height: 1.3em;
     margin: 0 0 1.5476190476em;
     padding: 10px 0 0;
     padding-top: 20px;
     line-height: 1.2em;
}
 @media only screen and (max-width: 767px) {
     .faq-headline {
         font-size: 1.5em;
         margin: 0 0 1.0416666667em;
    }
}
 .faq-group {
     font-weight: 700;
     color: #555555;
     letter-spacing: .044em;
     text-transform: uppercase;
     font-size: 1em;
     background: #f5f5f5;
     padding: 1.5625em 1.125em;
     margin: 3.4375em 0 0;
     border-bottom: 3px solid #8c8c8c;
}
 .faq-group:first-of-type {
     margin: 0;
}
 @media only screen and (max-width: 767px) {
     .faq-group {
         font-size: 0.625em;
         padding: 1.2em 1.5em;
    }
}
 .faq-section {
     padding: 0 0 0 1.125em;
     border-bottom: 1px solid #E7E7E7;
}
 .faq-section-toggle {
     font-weight: normal;
     font-size: 1.5em;
     color: #2a6083;
     line-height: 42px;
     text-decoration: none;
     display: block;
     margin: 0.8333333333em 0 0.8333333333em;
     padding: 0;
     position: relative;
}
 .faq-section-toggle:after {
     position: absolute;
     top: 50%;
     right: 0;
     transform: translateY(-50%);
}
 .faq-section-toggle:hover {
     color: #133a53;
}
 @media only screen and (max-width: 767px) {
     .faq-section-toggle {
         font-size: 1.0625em;
         margin: 0.2941176471em 0;
    }
}
 .faq-items {
     list-style: none;
     margin: 0 0 0 0.9375em;
     padding: 0;
     margin-bottom: -1px;
     display: none;
}
 .is-expanded .faq-items {
     display: block;
}
 .faq-item {
     border-bottom: 1px solid #E7E7E7;
     padding: 1.25em 0 1.25em 1.25em;
     margin: 0;
}
 .faq-item:first-child {
     padding-top: 0.625em;
}
 .faq-item.is-expanded .faq-item-text {
     display: block;
}
 @media only screen and (max-width: 767px) {
     .faq-item {
         padding: 0.625em 0 0.625em 0.625em;
    }
}
 .faq-item-title {
     font-weight: normal;
     font-size: 1.25em;
     margin: 0;
}
 .faq-item-title a {
     text-decoration: none;
     color: #2a6083;
     display: block;
     position: relative;
     padding: 0.4em 0;
}
 .faq-item-title a:after {
     font-size: 1.2em;
     position: absolute;
     top: 50%;
     right: 0;
     transform: translateY(-50%);
}
 .faq-item-title a:hover {
     color: #133a53;
}
 @media only screen and (max-width: 767px) {
     .faq-item-title {
         font-size: 0.875em;
    }
}
 .faq-item-text {
     font-size: 1.125em;
     color: #555555;
     line-height: 1.88;
     max-width: 625px;
     display: none;
}
 .faq-item-text a {
     color: #1e6ca1;
     text-decoration: none;
     transition: color 125ms linear;
}
 .faq-item-text a:hover {
     color: #0a456d;
}
 @media only screen and (max-width: 767px) {
     .faq-item-text {
         font-size: 0.75em;
         line-height: 1.66;
    }
}
 @media only screen and (max-width: 767px) {
     .team {
         margin-bottom: 20px;
    }
}
 .team-intro {
     padding: 15px 60px 40px;
}
 @media only screen and (max-width: 767px) {
     .team-intro {
         padding: 20px 15px;
    }
}
 .team-title {
     font-weight: normal;
     font-size: 2.125em;
     color: #0a456d;
     line-height: 1.235;
}
 @media only screen and (max-width: 767px) {
     .team-title {
         font-size: 1.5em;
    }
}
 .team-description {
     color: #555555;
     line-height: 1.625;
}
 @media only screen and (max-width: 767px) {
     .team-description {
         font-size: 0.875em;
         line-height: 1.71;
    }
}
 .team-nav {
     border: solid #ebebeb;
     border-width: 1px 0;
     position: relative;
     padding: 0 3.4375em;
     background: #ffffff;
     transition: all 400ms ease;
}
 @media only screen and (min-width: 768px) {
     .team-nav.stuck {
         position: fixed;
         top: 0;
         border-top-color: transparent;
    }
     .team-nav.is-hidden {
         transform: translateY(-100%);
    }
}
 @media only screen and (max-width: 767px) {
     .team-nav {
         width: calc(100% - 30px) !important;
         margin: 0 15px;
    }
}
 .team-nav-label {
     font-weight: 600;
     font-size: 11px;
     text-transform: uppercase;
     color: #404040;
     letter-spacing: .05em;
     background: #ffffff;
     position: absolute;
     top: -1px;
     transform: translateY(-50%);
     left: 50px;
     padding: 0 0.9090909091em;
     line-height: 1;
     transition: all 300ms ease;
}
 @media only screen and (min-width: 768px) {
     .stuck .team-nav-label {
         opacity: 0;
         transform: translateY(-15px);
    }
}
 @media only screen and (max-width: 767px) {
     .team-nav-label {
         position: static;
         background: none;
         text-align: center;
         transform: none;
         margin: 25px 0 0;
    }
}
 .team-nav-menu {
     list-style: none;
     margin: 0;
     padding: 0;
     display: flex;
}
 .team-nav-menu li {
     margin: 0 0.625em;
}
 .team-nav-menu li:first-child {
     margin-left: 0;
}
 .team-nav-menu li:last-child {
     margin-right: 0;
}
 .team-nav-menu a {
     font-weight: 700;
     font-size: 0.8125em;
     color: #1e6ca1;
     letter-spacing: .005em;
     text-decoration: none;
     text-transform: uppercase;
     transition: all 175ms linear;
     padding: 1.9230769231em 0.3846153846em;
     display: block;
     position: relative;
}
 .team-nav-menu a:before {
     content: '';
     position: absolute;
     bottom: -1px;
     height: 3px;
     left: 0;
     width: 100%;
     background: #1e6ca1;
     opacity: 0;
     transition: all 175ms linear;
}
 .team-nav-menu a:hover, .team-nav-menu a.is-active {
     color: #1e6ca1;
}
 .team-nav-menu a:hover:before, .team-nav-menu a.is-active:before {
     opacity: 1;
}
 @media only screen and (max-width: 767px) {
     .team-nav-menu {
         display: block;
         text-align: center;
         margin: 15px 0 20px;
    }
     .team-nav-menu a {
         padding: 8px 5px;
    }
     .team-nav-menu a:before {
         display: none;
    }
}
 .team-section {
     padding: 60px 60px 30px;
     border-bottom: 1px solid #E7E7E7;
}
 .team-section:last-of-type {
     margin-bottom: 3.75em;
}
 @media only screen and (max-width: 767px) {
     .team-section {
         padding: 30px 15px 10px;
    }
}
 .team-section--dark {
     background: #f5f5f5;
}
 .team-section-title {
     font-weight: normal;
     font-size: 2em;
     color: #1e6ca1;
     line-height: 1.3;
     margin: 0 0 1.875em;
}
 @media only screen and (max-width: 767px) {
     .team-section-title {
         font-size: 1.375em;
         margin: 0 0 1.3636363636em;
    }
}
 .team-card-grid {
     display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
}
 .team-card-grid .team-card-wrapper {
     width: calc(100% / 3 - 28px);
}
 @media only screen and (min-width: 768px) and (max-width: 1279px) {
     .team-card-grid .team-card-wrapper {
         width: calc(100% / 2 - 28px);
    }
}
 @media only screen and (max-width: 767px) {
     .team-card-grid {
         display: block;
    }
     .team-card-grid .team-card-wrapper {
         width: auto;
    }
}
 .team-card-wrapper {
     display: flex;
     flex-direction: row;
}
 .team-card {
     width: 100%;
     display: flex;
     border: 1px solid #e1e1e1;
     text-decoration: none;
     min-height: 368px;
     margin: 0 0 2.1875em;
     transition: all 200ms linear;
}
 .team-card:hover {
     border-color: #d7d6d6;
     box-shadow: 0 0 15px 0 rgb(10, 69, 109, 0.1);
}
 @media only screen and (max-width: 767px) {
     .team-card {
         display: block;
         margin: 0 0 1.25em;
         min-height: 0;
    }
}
 .team-card--medium {
     min-height: 230px;
}
 @media only screen and (max-width: 767px) {
     .team-card--medium {
         min-height: 0;
    }
}
 .team-card--small, .team-card--medium {
     min-height: 230px;
}
 @media only screen and (max-width: 767px) {
     .team-card--small, .team-card--medium {
         min-height: 0;
         display: flex;
    }
}
 .team-card-image {
     width: 34%;
     max-width: 346px;
     min-width: 200px;
     background: center / cover no-repeat;
}
 .team-card--small .team-card-image, .team-card--medium .team-card-image {
     max-width: 170px;
     min-width: 130px;
     width: 50%;
}
 @media only screen and (max-width: 767px) {
     .team-card--small .team-card-image, .team-card--medium .team-card-image {
         min-height: 230px;
    }
}
 @media only screen and (max-width: 767px) {
     .team-card-image {
         width: 100%;
         min-height: 315px;
         max-width: none;
         min-width: 0;
    }
}
 .team-card-content {
     flex: 1;
     padding: 2.5em 2.8125em;
     display: flex;
     flex-direction: column;
}
 .team-card--small .team-card-content, .team-card--medium .team-card-content {
     padding: 1.875em 1.25em 1.25em;
}
 @media only screen and (max-width: 767px) {
     .team-card-content {
         padding: 1.25em 0.9375em;
    }
}
 @media only screen and (min-width: 768px) {
     .team-card-header {
         display: flex;
         align-items: baseline;
    }
}
 .team-card-title {
     font-weight: 600;
     font-size: 1.875em;
     color: #1e6ca1;
     line-height: 1.09;
     margin: 0;
}
 .team-card--small .team-card-title {
     font-size: 1.375em;
}
 @media only screen and (max-width: 767px) {
     .team-card-title {
         font-size: 1.375em;
    }
     .team-card--small .team-card-title {
         font-size: 1.25em;
    }
}
 .team-card-subtitle {
     color: #555555;
     margin-left: 1.25em;
}
 @media only screen and (max-width: 767px) {
     .team-card-subtitle {
         margin-left: 0;
         margin: 10px 0 0;
         font-size: 14px;
         line-height: 1.125;
    }
}
 .team-card-text {
     color: #555555;
     line-height: 2;
     margin: 1.25em 0;
     flex: 1;
}
 .team-card--medium .team-card-text {
     line-height: 1.75;
     max-width: 868px;
}
 .team-card--small .team-card-text {
     margin: 0.9375em 0;
     line-height: 1.5;
}
 @media only screen and (max-width: 767px) {
     .team-card-text {
         font-size: 0.875em;
         line-height: 1.71;
    }
     .team-card--medium .team-card-text {
         line-height: 1.4;
         font-size: 11px;
    }
     .team-card--small .team-card-text {
         line-height: 1.125;
    }
}
 .team-card-department {
     font-weight:bold;
}
 .team-card-link {
     display: inline-block;
     font-weight: 700;
     text-transform: uppercase;
     color: #1e6ca1;
     letter-spacing: .02125em;
}
 .team-card--small .team-card-link, .team-card--medium .team-card-link {
     font-size: 0.75em;
}
 @media only screen and (max-width: 767px) {
     .team-card-link {
         font-size: 0.875em;
    }
}
 .banner {
     border-bottom: 2px solid #ffffff;
     background: #256086;
}
 .banner--warning {
     background: #E19316;
}
 .banner--error {
     background: #940000;
}
 .banner-content {
     background: #ffffff;
     margin: 3.75em 0 0;
     position: relative;
     padding: 0.6875em 2.8125em 1.875em;
}
 @media only screen and (max-width: 767px) {
     .banner-content {
         margin: 1.875em 0 0;
         padding: 1.25em 0.9375em 1.25em;
         text-align: center;
    }
}
 .banner-icon {
     position: absolute;
     left: 0;
     top: 0;
     transform: translate3d(-26%, -30%, 0);
}
 @media only screen and (max-width: 767px) {
     .banner-icon {
         width: 50px;
    }
}
 .banner-close {
     position: absolute;
     top: 15px;
     right: 20px;
     background: none;
     border: none;
     padding: 0;
     color: #1e6ca1;
     font-size: 1.5em;
     transition: color 175ms linear;
}
 .banner-close:hover {
     color: #0a456d;
}
 @media only screen and (max-width: 767px) {
     .banner-close {
         top: 13px;
         right: 15px;
         font-size: 1.25em;
    }
}
 @media only screen and (min-width: 768px) {
     .banner-body {
         display: flex;
    }
}
 @media only screen and (min-width: 768px) {
     .banner-text {
         padding-right: 1.25em;
    }
}
 .banner-label {
     font-weight: 700;
     font-size: 0.8125em;
     text-transform: uppercase;
     color: #0a456d;
}
 .banner--error .banner-label {
     color: #8c2323;
}
 .banner--warning .banner-label {
     color: #FBB441;
}
 .banner-title {
     font-size: 1.5625em;
     color: #1e6ca1;
     margin: 1em 0 0.4em;
}
 @media only screen and (max-width: 767px) {
     .banner-title {
         font-size: 1.125em;
         line-height: 1.3;
         margin: 1.1111111111em 0 0.5555555556em;
    }
}
 .banner-description {
     color: #555555;
     line-height: 1.375;
}
 @media only screen and (max-width: 767px) {
     .banner-description {
         font-size: 14px;
         line-height: 1.7;
         margin: 0 0 25px;
    }
}
 @media only screen and (min-width: 768px) {
     .banner-action {
         width: 34%;
         align-self: flex-end;
    }
}
 .banner-action .btn {
     padding: 18px 30px;
     white-space: nowrap;
     width: auto;
}
 @media only screen and (max-width: 767px) {
     .banner-action .btn {
         font-size: 12px;
    }
}
 .alert-overlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100vh;
     background: rgba(15, 39, 54, 0.98);
     z-index: 200;
     text-align: center;
     color: #ffffff;
     max-height: 0;
     overflow: hidden;
     opacity: 0;
     transition: max-height 0ms ease 400ms, opacity 400ms ease;
}
 .alert-overlay .header-logo {
     margin-top: 18px;
     border-right: none;
}
 @media only screen and (min-width: 768px) and (max-width: 1219px) {
     .alert-overlay .header-logo {
         margin-top: 30px;
    }
}
 @media only screen and (max-width: 767px) {
     .alert-overlay .header-logo {
         max-width: 150px;
         margin-top: 12px;
    }
}
 .alert-overlay.is-visible {
     opacity: 1;
     max-height: 100vh;
     transition: opacity 400ms ease;
}
 .alert-overlay--error {
     background: #430000;
}
 .alert-overlay-header {
     height: 116px;
     border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
 @media only screen and (max-width: 767px) {
     .alert-overlay-header {
         height: 63px;
    }
}
 .alert-overlay-close {
     border: none;
     padding: 0;
     background: none;
     position: absolute;
     top: 32px;
     right: 15px;
     color: #ffffff;
     font-size: 2.8125em;
}
 @media only screen and (max-width: 767px) {
     .alert-overlay-close {
         font-size: 1.5625em;
         top: 17px;
    }
}
 .alert-overlay-content {
     height: calc(100vh - 116px);
     overflow: auto;
     padding: 3.125em 0 1.875em;
}
 @media only screen and (max-width: 767px) {
     .alert-overlay-content {
         height: calc(100vh - 63px);
         padding: 1.875em 0;
    }
}
 @media only screen and (max-width: 767px) {
     .alert-overlay-icon {
         max-width: 30px;
    }
}
 .alert-overlay-label {
     font-weight: 700;
     color: #1e6ca1;
     text-transform: uppercase;
     margin: 0.9375em 0;
}
 .alert-overlay--error .alert-overlay-label {
     color: #8c2323;
}
 @media only screen and (max-width: 767px) {
     .alert-overlay-label {
         font-size: 12px;
    }
}
 .alert-overlay-title {
     font-weight: 300;
     font-size: 3.25em;
     letter-spacing: 0;
     line-height: 1.23;
     margin: 0.4807692308em 0 0.4230769231em;
}
 @media only screen and (max-width: 767px) {
     .alert-overlay-title {
         font-size: 22px;
         margin: 20px 0 15px;
    }
}
 .alert-overlay-description {
     font-size: 1.1875em;
     line-height: 1.789;
     max-width: 656px;
     margin: 0 auto;
}
 @media only screen and (max-width: 767px) {
     .alert-overlay-description {
         font-size: 14px;
    }
}
 .alert-overlay-actions {
     margin: 3.125em 0 0;
}
 @media only screen and (max-width: 767px) {
     .alert-overlay-actions {
         margin: 30px 0 0;
    }
     .alert-overlay-actions .btn {
         font-size: 12px;
    }
}
 .homepage-overlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100vh;
     background: rgba(55, 131, 182, 0.97);
     z-index: 200;
     color: #ffffff;
     max-height: 0;
     overflow: hidden;
     opacity: 0;
     transition: max-height 0ms ease 400ms, opacity 400ms ease;
}
 .homepage-overlay.is-visible {
     opacity: 1;
     max-height: 100vh;
     transition: opacity 400ms ease;
}
 .homepage-overlay-header {
     height: 116px;
     border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
 @media only screen and (max-width: 767px) {
     .homepage-overlay-header {
         height: 63px;
    }
}
 .homepage-overlay-title {
     font-size: 28px;
     margin: 1.5714285714em 0 0;
}
 @media only screen and (max-width: 767px) {
     .homepage-overlay-title {
         margin: 23px 0 0 20px;
         font-size: 18px;
    }
}
 .homepage-overlay-close {
     border: none;
     padding: 0;
     background: none;
     position: absolute;
     top: 32px;
     right: 15px;
     color: #ffffff;
     font-size: 2.8125em;
}
 @media only screen and (max-width: 767px) {
     .homepage-overlay-close {
         font-size: 1.5625em;
         top: 16px;
    }
}
 .homepage-overlay-content {
     height: calc(100vh - 116px);
     overflow: auto;
     padding: 3.125em 0 1.875em;
}
 @media only screen and (max-width: 767px) {
     .homepage-overlay-content {
         height: calc(100vh - 63px);
         padding: 1.875em 0;
         padding: 0;
    }
}
 .homepage-overlay-menu {
     columns: 3;
     column-gap: 50px;
     margin: 0 0 50px 30px;
     padding: 0;
}
 .homepage-overlay-menu li {
     break-inside: avoid;
     padding: 0 0 16px;
}
 .homepage-overlay-menu a {
     color: #ffffff;
     text-decoration: none;
}
 @media only screen and (min-width: 768px) {
     .homepage-overlay-menu li li{
         break-inside: avoid;
         padding: 16px 0 0 0;
    }
     .homepage-overlay-menu a {
         border-bottom: 1px solid transparent;
    }
     .homepage-overlay-menu a:hover {
         border-bottom-color: rgba(255, 255, 255, 0.6);
    }
}
 @media only screen and (max-width: 767px) {
     .homepage-overlay-menu {
         padding: 0;
         margin: 0 -15px;
         columns: 1;
         column-gap: 0;
         list-style: none;
    }
     .homepage-overlay-menu ul {
         list-style: none;
    }
     .homepage-overlay-menu li {
         padding: 0;
    }
     .homepage-overlay-menu a {
         display: block;
         border-bottom: 1px solid rgba(255, 255, 255, 0.25);
         padding: 12px 35px;
    }
}
 .homepage-overlay-footer {
     border-top: 1px solid rgba(255, 255, 255, 0.25);
     text-align: center;
}
 .homepage-overlay-footer .btn {
     margin: 40px 0 20px;
}
 @media only screen and (max-width: 767px) {
     .homepage-overlay-footer {
         display: none;
    }
}
 .search-box {
     background: rgba(0, 73, 121, 0.9);
     max-width: 490px;
     min-height: 440px;
     position: relative;
     color: #ffffff;
     padding: 1.25em 0;
     margin: 3.125em 0 0;
}
 .search-box:before {
     content: '';
     position: absolute;
     top: 0;
     right: 100%;
     height: 100%;
     width: 9999px;
     background: rgba(0, 73, 121, 0.9);
}
 @media only screen and (max-width: 1039px) {
     .search-box {
         margin: 9.375em 0 0;
         padding: 1.25em 0 1.25em 1.875em;
    }
}
 @media only screen and (max-width: 767px) {
     .search-box {
         background: none;
         max-width: none;
         min-height: 0;
         text-align: center;
         padding: 0;
         margin: 100px 0 40px;
    }
     .search-box:before {
         display: none;
    }
}
 .search-box-title {
     font-weight: normal;
     font-family: "raleway-extra-light", Arial, sans-serif;
     font-size: 4.25em;
     letter-spacing: .013529412em;
     line-height: 1.058;
     margin: 30px 0 30px;
     max-height: 150px;
     overflow: hidden;
     transition: all 400ms ease;
}
 .has-search-focus .search-box-title {
     max-height: 0;
     opacity: 0;
     margin-top: 0;
}
 @media only screen and (max-width: 767px) {
     .search-box-title {
         font-size: 2.25em;
         max-width: 265px;
         margin: 30px auto 20px;
    }
}
 .search-box-form {
     display: flex;
     width: calc(100% + 48px);
     margin-left: -10px;
     position: relative;
}
 @media only screen and (max-width: 767px) {
     .search-box-form {
         width: 100%;
         max-width: 500px;
         margin: 0 auto;
    }
}
 .search-box-input {
     flex: 1;
     border: none;
     padding: 0 25px;
     border-radius: 5px 0 0 5px;
     font-family: "raleway-light", Arial, sans-serif;
     font-size: 25px;
     letter-spacing: 0;
}
 .search-box-input::-webkit-input-placeholder {
     color: #C2C2C2;
}
 .search-box-input:-moz-placeholder {
     color: #C2C2C2;
}
 .search-box-input::-moz-placeholder {
     color: #C2C2C2;
}
 .search-box-input:-ms-input-placeholder {
     color: #C2C2C2;
}
 @media only screen and (max-width: 767px) {
     .search-box-input {
         padding: 0 15px;
         font-size: 14px;
    }
}
 .search-box-button {
     border: none;
     padding: 0;
     background: #3783B4;
     color: rgba(255, 255, 255, 0.6);
     font-size: 38px;
     padding: 20px 30px;
     border-radius: 0 5px 5px 0;
}
 .search-box-button:hover {
     color: #ffffff;
}
 @media only screen and (max-width: 767px) {
     .search-box-button {
         font-size: 28px;
         padding: 12px 20px;
         color: #ffffff;
    }
}
 .search-box-links {
     font-weight: 700;
     text-transform: uppercase;
     font-size: 0.875em;
     letter-spacing: .142857143em;
     overflow: hidden;
}
 .search-box-links ul {
     margin: 50px 0 0 0;
     max-width: 425px;
     padding: 0;
     list-style: none;
     display: flex;
     justify-content: space-between;
     max-height: 3.3em;
     overflow: hidden;
     transition: all 400ms ease;
     line-height: 1.3em;
}
 .has-search-focus .search-box-links ul {
     max-height: 0;
     opacity: 0;
     margin: 0;
}
 .search-box-links li {
     margin: 0 10px;
}
 .search-box-links a {
     text-decoration: none;
     color: #ffffff;
}
 @media only screen and (max-width: 767px) {
     .search-box-links {
         font-size: 10px;
    }
     .search-box-links ul {
         margin: 30px auto 0;
         max-width: 325px;
    }
}
 .article-nav {
     position: relative;
}
 @media only screen and (max-width: 767px) {
     .article-nav {
         display: none;
    }
}
 .article-nav-bar {
     display: flex;
     background: #1e6ca1;
     width: 100%;
}
 .article-nav-menu {
     display: flex;
     flex: 1;
     list-style: none;
     margin: 0;
     padding: 1.0714285714em 1.7857142857em;
     font-weight: 600;
     font-size: 0.875em;
     text-transform: uppercase;
     flex-wrap: wrap;
}
 .article-nav-menu li {
     margin: 0 15px;
     position: relative;
}
 .article-nav-menu ul {
     list-style: none;
}
 .article-nav-menu a {
     color: #ffffff;
     text-decoration: none;
}
 .article-nav-menu > li > a {
     border-bottom: 3px solid transparent;
     display: block;
     padding: 12px 3px;
}
 .article-nav-menu > li > a:hover {
     transition: border-bottom-color 100ms linear;
     border-bottom-color: #ffffff;
}
 .article-nav-menu .hover > a {
     border-bottom-color: #ffffff;
}
 .article-nav-menu .dropdown {
     display: none;
     position: absolute;
     top: 100%;
     left: 0;
     width: 31.4285714286em;
     padding-top: 15px;
     z-index: 102;
     list-style: none;
     *zoom: 1;
     letter-spacing: 0;
}
 .article-nav-menu .dropdown:before, .article-nav-menu .dropdown:after {
     content: " ";
     display: table;
}
 .article-nav-menu .dropdown:after {
     clear: both;
}
 .article-nav-menu .dropdown .inner-wrap {
     background-color: #ffffff;
     box-shadow: 0 1px 1px rgb(10, 69, 109, 0.4);
     padding: 1.7857142857em 2.1428571429em;
     margin: 0;
     width: 100%;
}
 .article-nav-menu .dropdown .inner-wrap > ul > li {
     break-inside: avoid;
}
 .article-nav-menu .dropdown ul {
     margin: 0;
     padding: 0;
     columns: 2;
     column-gap: 20px;
     column-break-inside: avoid;
}
 .article-nav-menu .dropdown li {
     width: 100%;
     box-sizing: border-box;
     margin: 0 0 12px;
     padding: 0.3571428571em 1.0714285714em 0.3571428571em 0;
}
 .article-nav-menu .dropdown li ul {
     padding: 0.3571428571em 0;
     columns: 1;
}
 .article-nav-menu .dropdown li li {
     margin: 0;
     width: 100%;
     font-size: 13px;
     line-height: 15px;
}
 .article-nav-menu .dropdown li li a {
     font-weight: 400;
}
 .article-nav-menu .dropdown .active a {
     color: #1e6ca1;
}
 .article-nav-menu .dropdown a {
     display: inline;
     padding: 0;
     color: #373737;
     font-weight: 600;
     text-transform: none;
     border-bottom: none;
}
 .article-nav-menu .dropdown a:hover {
     color: #1e6ca1;
}
/* Show dropdown when: - JS adds .hover (desktop hover behavior) - JS adds .debug (debug mode) - OR the <li> (or anything inside it) has keyboard focus */
 .article-nav-menu .hover .dropdown, .article-nav-menu .debug .dropdown, .article-nav-menu li:focus-within > .dropdown {
     display: block;
}
 .article-nav-toggle {
     font-weight: 600;
     font-size: 0.8125em;
     color: #ffffff;
     border: none;
     background: #0a456d;
     padding: 0 2.1538461538em;
     text-transform: uppercase;
     display: flex;
     align-items: center;
}
/* commented out on 6/6/2024 because it removes the outlne from the "More" button on department pages .article-nav-toggle:focus {
     outline: none;
}
 */
 .article-nav-toggle-icon {
     width: 18px;
     height: 18px;
     border-radius: 50%;
     background: #ffffff;
     position: relative;
     margin-left: 8px;
     transition: transform 175ms ease;
}
 .article-nav-toggle-icon:before, .article-nav-toggle-icon:after {
     content: '';
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate3d(-50%, -50%, 0);
     width: 9px;
     height: 2px;
     background: #0a456d;
}
 .article-nav-toggle-icon:after {
     transform: translate3d(-50%, -50%, 0) rotate(90deg);
}
 .is-more-expanded .article-nav-toggle-icon {
     transform: rotate(45deg);
}
 .article-nav-more {
     background: #0a456d;
     box-shadow: 0 11px 10px 0 rgb(10, 69, 109, 0.13);
     position: absolute;
     left: 0;
     top: 100%;
     width: 100%;
     display: none;
     z-index: 9;
}
 .is-more-expanded .article-nav-more {
     display: block;
}
 .article-nav-more-menu {
     list-style: none;
     margin: 20px 0;
     padding: 10px 28px;
     display: flex;
     flex-wrap: wrap;
     font-weight: 600;
}
 .article-nav-more-menu > li {
     padding: 10px 20px;
}
 .article-nav-more-menu > li > a {
     font-size: 0.875em;
     text-transform: uppercase;
     display: inline-block;
     margin: 0 0 8px;
}
 .article-nav-more-menu ul {
     list-style: none;
     margin: 0;
     padding: 0;
     font-size: 0.8125em;
     line-height: 1.29;
}
 .article-nav-more-menu ul li {
     margin: 5px 0 10px;
}
 .article-nav-more-menu a {
     color: #ffffff;
     text-decoration: none;
}
 .mobile-article-nav {
     background: #1e6ca1;
     display: none;
}
 .mobile-article-nav a {
     color: #ffffff;
}
 @media only screen and (max-width: 767px) {
     .mobile-article-nav {
         display: block;
    }
}
 .mobile-article-nav-toggle {
     display: block;
     border: none;
     background: #0a456d;
     padding: 15px 20px;
     font-weight: 600;
     font-size: 11px;
     text-transform: uppercase;
     color: #ffffff;
     width: 100%;
     text-align: left;
     position: relative;
     border-bottom: 1px solid rgba(255, 255, 255, 0.27);
}
 .mobile-article-nav-toggle:after {
     position: absolute;
     right: 20px;
     top: 50%;
     transform: translateY(-50%);
     font-size: 22px;
}
 .mobile-article-nav-toggle:focus {
     outline: none;
}
 .mobile-article-nav-menu {
     list-style: none;
     margin: 0;
     padding: 0;
     display: none;
}
 .mobile-article-nav-menu ul {
     list-style: none;
     margin: 0;
     padding: 0;
}
 .mobile-article-nav-menu a {
     display: block;
     text-decoration: none;
     position: relative;
}
 .mobile-article-nav-menu a .icon, .mobile-article-nav-menu a .news-slides-content .flex-prev, .news-slides-content .mobile-article-nav-menu a .flex-prev, .mobile-article-nav-menu a .news-slides-content .flex-next, .news-slides-content .mobile-article-nav-menu a .flex-next, .mobile-article-nav-menu a .sidebar .has-children a:after, .sidebar .has-children .mobile-article-nav-menu a a:after, .mobile-article-nav-menu a .sidebar-back:before, .mobile-article-nav-menu a .faq-section-toggle:after, .mobile-article-nav-menu a .faq-item-title a:after, .faq-item-title .mobile-article-nav-menu a a:after, .mobile-article-nav-menu a .mobile-article-nav-toggle:after, .mobile-article-nav-menu a .homepage-callouts .news-slider .flex-direction-nav .flex-prev, .homepage-callouts .news-slider .flex-direction-nav .mobile-article-nav-menu a .flex-prev, .mobile-article-nav-menu a .homepage-callouts .news-slider .flex-direction-nav .flex-next, .homepage-callouts .news-slider .flex-direction-nav .mobile-article-nav-menu a .flex-next, .mobile-article-nav-menu a .department-slider .flex-prev, .department-slider .mobile-article-nav-menu a .flex-prev, .mobile-article-nav-menu a .department-slider .flex-next, .department-slider .mobile-article-nav-menu a .flex-next {
     width: 35px;
     position: absolute;
     top: 0;
     right: 13px;
     height: 100%;
     font-size: 22px;
}
 .mobile-article-nav-menu a .icon:before, .mobile-article-nav-menu a .news-slides-content .flex-prev:before, .news-slides-content .mobile-article-nav-menu a .flex-prev:before, .mobile-article-nav-menu a .news-slides-content .flex-next:before, .news-slides-content .mobile-article-nav-menu a .flex-next:before, .mobile-article-nav-menu a .sidebar-back:before, .mobile-article-nav-menu a .homepage-callouts .news-slider .flex-direction-nav .flex-prev:before, .homepage-callouts .news-slider .flex-direction-nav .mobile-article-nav-menu a .flex-prev:before, .mobile-article-nav-menu a .homepage-callouts .news-slider .flex-direction-nav .flex-next:before, .homepage-callouts .news-slider .flex-direction-nav .mobile-article-nav-menu a .flex-next:before, .mobile-article-nav-menu a .department-slider .flex-prev:before, .department-slider .mobile-article-nav-menu a .flex-prev:before, .mobile-article-nav-menu a .department-slider .flex-next:before, .department-slider .mobile-article-nav-menu a .flex-next:before {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate3d(-50%, -50%, 0);
}
 .mobile-article-nav-menu > li > a {
     background: #3174A1;
     font-weight: 600;
     font-size: 14px;
     text-transform: uppercase;
     padding: 14px 25px;
     line-height: 1.3;
     border-bottom: 1px solid rgba(255, 255, 255, 0.27);
}
 .mobile-article-nav-menu .is-expanded {
     border-bottom: 1px solid rgba(255, 255, 255, 0.27);
}
 .mobile-article-nav-menu .is-expanded > a {
     border-bottom-color: #245676;
}
 .mobile-article-nav-menu > li > ul {
     padding: 10px 0 15px;
     display: none;
}
 .mobile-article-nav-menu > li > ul > li > a {
     font-weight: 600;
     font-size: 12px;
     text-transform: uppercase;
     padding: 8px 25px;
     line-height: 1.3;
}
 .mobile-article-nav-menu .is-expanded > ul {
     display: block;
}
 .mobile-article-nav-menu ul ul li a {
     font-size: 11px;
     padding: 8px 35px;
}
 .mobile-article-nav-menu ul ul ul li a {
     padding: 8px 35px 8px 45px;
}
 .mobile-article-nav-menu ul ul ul ul li a {
     padding-left: 55px;
}
 .mobile-article-nav-menu ul ul ul ul ul li a {
     padding-left: 65px;
}
 .is-open .mobile-article-nav-menu {
     display: block;
}
 #homepageSearchWrapper {
     padding: 3.75em 0 0;
     color: #000000;
     height: 32.5625em;
}
 #homepageSearchWrapper .hero-text {
     max-height: 12.5em;
     overflow: hidden;
     transition: max-height 400ms ease-in-out, opacity 400ms ease-in-out;
}
 #homepageSearchWrapper .hero-text .washoe-county {
     background: url("../img/washoe-county.png") top center no-repeat;
     width: 307px;
     height: 17px;
     text-indent: -9999px;
     display: inline-block;
}
 @media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
     #homepageSearchWrapper .hero-text .washoe-county {
         background-image: url("../img/washoe-county_2x.png");
         background-size: 307px 17px;
    }
}
 #homepageSearchWrapper .hero-text h2 {
     color: #ffffff;
     font-weight: 400;
     font-family: "raleway-thin", Arial, sans-serif;
     font-size: 5.5em;
     line-height: 1.4em;
     margin: 0.2272727273em 0 0;
}
 #homepageSearchWrapper.focus .hero-text {
     max-height: 0;
     opacity: 0;
}
 #homepageSearchWrapper.focus .popular-searches {
     opacity: 0;
     max-height: 0;
     transition: max-height 0ms 200ms ease-in-out, opacity 200ms ease-in-out;
}
 .homepage-callouts {
     position: relative;
     background-color: #f5f5f5;
}
 .homepage-callouts .custom-row {
     *zoom: 1;
     max-width: 93.75em;
     margin: 0 auto;
}
 .homepage-callouts .custom-row:before, .homepage-callouts .custom-row:after {
     content: " ";
     display: table;
}
 .homepage-callouts .custom-row:after {
     clear: both;
}
 .homepage-callouts .large-4 {
     position: static;
}
 .homepage-callouts .news-slider {
     height: 23.25em;
     border: 1px solid #E7E7E7;
     border-width: 0 1px;
     box-sizing: border-box;
     position: relative;
     text-align: center;
     background-color: #ffffff;
}
 .homepage-callouts .news-slider .slides li {
     height: 23.25em;
}
 .homepage-callouts .news-slider .flex-control-paging {
     position: absolute;
     bottom: 30px;
     left: 0;
     width: 100%;
}
 .homepage-callouts .news-slider .flex-control-paging li {
     display: inline-block;
     margin: 0 -1px;
}
 .homepage-callouts .news-slider .flex-control-paging a {
     border: 6px solid #ffffff;
     width: 8px;
     height: 8px;
     overflow: hidden;
     display: block;
     box-sizing: content-box;
     text-indent: -9999px;
     border-radius: 50%;
     background-color: #a5a5a5;
}
 .homepage-callouts .news-slider .flex-control-paging a.flex-active {
     background-color: #1e6ca1;
}
 .homepage-callouts .news-slider .flex-direction-nav .flex-prev, .homepage-callouts .news-slider .flex-direction-nav .flex-next {
     position: absolute;
     font-size: 1.5em;
     top: 2.6666666667em;
     color: #ffffff;
     text-decoration: none;
     z-index: 200;
}
 .homepage-callouts .news-slider .flex-direction-nav .flex-prev {
     left: 20px;
}
 .homepage-callouts .news-slider .flex-direction-nav .flex-next {
     right: 20px;
}
 .homepage-callouts .news-slider h3 {
     color: #ffffff;
     text-transform: uppercase;
     font-size: 0.875em;
     font-weight: 700;
     position: absolute;
     z-index: 200;
     letter-spacing: 0.2em;
     text-align: center;
     width: 100%;
     left: 0;
     top: 4.4285714286em;
     margin: 0;
     line-height: 1.4em;
     padding: 0 4.2857142857em 1.0714285714em;
     background: url("../img/underline-white.gif") bottom center no-repeat;
}
 .homepage-callouts .news-slider .img-wrapper {
     position: relative;
     max-height: 9.625em;
     overflow: hidden;
}
 .homepage-callouts .news-slider .img-wrapper .overlay {
     z-index: 100;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background: url("../img/news-img-overlay.png") top left repeat;
}
 .homepage-callouts .news-slider .img-wrapper img {
     position: relative;
     z-index: 0;
     width: 100%;
     height: auto !important;
}
 .homepage-callouts .news-slider p {
     padding: 1.25em 3.75em;
     color: #777777;
     line-height: 1.9375em;
}
 .homepage-callouts .static {
     position: static !important;
}
 .homepage-callouts .flyout.show .flyout-content {
     max-width: 66.666667%;
     opacity: 1;
     transition: max-width 500ms ease-in-out, opacity 400ms 100ms linear;
}
 .homepage-callouts .flyout.show .flyout-content .inner-wrapper {
     opacity: 1;
     transition: opacity 100ms 300ms linear;
}
 .homepage-callouts .flyout .slide-right {
     left: 33.3333%;
}
 .homepage-callouts .flyout .slide-left {
     right: 33.3333%;
}
 .homepage-callouts .flyout .flyout-content {
     background-color: #1e6ca1;
     letter-spacing: -0.02em;
     color: #ffffff;
     position: absolute;
     top: 0;
     height: 100%;
     *zoom: 1;
     width: 66.666666%;
     max-width: 0;
     overflow: hidden;
     opacity: 0;
     z-index: 250;
     transition: max-width 450ms ease-in-out, opacity 400ms 200ms linear;
}
 .homepage-callouts .flyout .flyout-content:before, .homepage-callouts .flyout .flyout-content:after {
     content: " ";
     display: table;
}
 .homepage-callouts .flyout .flyout-content:after {
     clear: both;
}
 .homepage-callouts .flyout .flyout-content .inner-wrapper {
     opacity: 0;
     transition: opacity 100ms linear;
}
 .homepage-callouts .flyout .flyout-content .title {
     font-weight: 700;
     font-size: 1.625em;
     margin: 2.3076923077em 0.7692307692em 0.7692307692em 1.9230769231em;
}
 .homepage-callouts .flyout .flyout-content ul {
     *zoom: 1;
     margin: 0.625em 1.25em 0.625em 4.6875em;
     padding: 0;
}
 .homepage-callouts .flyout .flyout-content ul:before, .homepage-callouts .flyout .flyout-content ul:after {
     content: " ";
     display: table;
}
 .homepage-callouts .flyout .flyout-content ul:after {
     clear: both;
}
 .homepage-callouts .flyout .flyout-content li {
     margin: 12px 0;
     padding: 0 40px 0 0;
     font-size: 12px;
     float: left;
     width: 33.333333%;
     box-sizing: border-box;
}
 .homepage-callouts .flyout .flyout-content a {
     font-size: 16px;
     text-decoration: none;
     color: #ffffff;
     line-height: 1.3em;
     letter-spacing: -0.02em;
     border-bottom: 1px solid transparent;
     transition: border-bottom-color 75ms linear;
}
 .homepage-callouts .flyout .flyout-content a:hover {
     border-bottom-color: #ffffff;
     border-bottom-color: rgba(255, 255, 255, 0.8);
}
 .homepage-callouts .flyout .flyout-content .close-btn {
     position: absolute;
     top: 20px;
     right: 25px;
     font-size: 28px;
     display: block;
     width: 1em;
     height: 1em;
     overflow: visible;
     text-align: center;
     border: none;
}
 .homepage-callouts .flyout .flyout-content li.clear-row {
     width: 100%;
     margin: 0;
     padding: 0;
     float: left;
     height: 1px;
     margin-top: -1px;
     overflow: hidden;
     clear: both;
     list-style: none;
     display: none;
}
 .homepage-callouts .flyout .departments-flyout, .homepage-callouts .flyout .iwantto-flyout {
     background: #1e6ca1 url("../img/black-fade.png") bottom left repeat-x;
}
 .homepage-callouts .flyout .departments-flyout .department-flyout-links, .homepage-callouts .flyout .iwantto-flyout .department-flyout-links {
     position: absolute;
     top: 70px;
     left: 0;
     right: 0;
     bottom: 0;
     overflow: auto;
}
 .homepage-callouts .flyout .departments-flyout .title, .homepage-callouts .flyout .iwantto-flyout .title {
     padding: 1.0384615385em 0.7692307692em 0.6153846154em 1.9230769231em;
     margin: 0;
     width: 100%;
     position: absolute;
     top: 0;
     left: 0;
     border-bottom: 1px solid #5599c3;
     border-bottom-color: rgba(255, 255, 255, 0.2);
}
 .homepage-callouts .flyout .departments-flyout .links, .homepage-callouts .flyout .iwantto-flyout .links {
     padding: 0 0 0 70px;
     margin: 0;
     list-style: none;
}
 .homepage-callouts .flyout .departments-flyout li.column-list, .homepage-callouts .flyout .iwantto-flyout li.column-list {
     margin: 0;
     padding: 0;
}
 .homepage-callouts .flyout .departments-flyout li.column-list ul, .homepage-callouts .flyout .iwantto-flyout li.column-list ul {
     list-style: disc;
     margin: 10px 0 0;
     padding: 0 0 40px 0 !important;
}
 .homepage-callouts .flyout .departments-flyout li.column-list li, .homepage-callouts .flyout .iwantto-flyout li.column-list li {
     float: none;
     width: auto;
     margin: 8px 0 10px;
     padding: 0 40px 0 0;
}
 .homepage-callouts .flyout .departments-flyout a, .homepage-callouts .flyout .iwantto-flyout a {
     font-size: 14px;
     line-height: 1.5em;
}
 .homepage-callouts .flyout .iwantto-flyout li.column-list li {
     float: none;
     width: auto;
     margin: 2em 0 10px;
     padding: 0 40px 0 0;
}
 .homepage-callouts .box {
     *zoom: 1;
     box-sizing: border-box;
     height: 23.25em;
     padding: 1.875em 2.5em;
     background-color: #f5f5f5;
}
 .homepage-callouts .box:before, .homepage-callouts .box:after {
     content: " ";
     display: table;
}
 .homepage-callouts .box:after {
     clear: both;
}
 .homepage-callouts .box h2, .homepage-callouts .box h3 {
     font-size: 1.625em;
     line-height: 1.3846153846em;
     font-weight: 700;
     letter-spacing: -0.02em;
     margin: 1.5384615385em 0 0.3846153846em;
}
 .homepage-callouts .box p {
     max-width: 370px;
     margin: 1.25em auto 1.875em;
     line-height: 1.9375em;
     color: #777777;
}
 @media only screen and (min-width: 768px) and (max-width: 1279px) {
     .homepage-callouts .flyout .iwantto-flyout li.column-list li {
         float: none;
         width: auto;
         margin: 1.2em 0 10px;
         padding: 0 40px 0 0;
    }
}
 .body-wrapper {
     *zoom: 1;
     overflow: hidden;
     width: 100%;
     max-width: 78.75em;
     margin: 5.625em auto 0;
     box-sizing: border-box;
}
 .body-wrapper:before, .body-wrapper:after {
     content: " ";
     display: table;
}
 .body-wrapper:after {
     clear: both;
}
 .body-wrapper .inner-wrapper {
     margin: 0 0.9375em;
     background-color: #ffffff;
     display: flex;
}
 @media only screen and (max-width: 767px) {
     .body-wrapper {
         margin: 0;
    }
     .body-wrapper .inner-wrapper {
         display: block;
    }
}
 #body {
     box-sizing: border-box;
}
 #body {
     flex: 1;
}
 #body:not(.has-sidebar) {
     width: 100%;
}
 #body .top-bar {
     background-color: #fbfbfb;
     color: #555555;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     box-sizing: border-box;
     *zoom: 1;
}
 #body .top-bar:before, #body .top-bar:after {
     content: " ";
     display: table;
}
 #body .top-bar:after {
     clear: both;
}
 #body .breadcrumbs {
     -webkit-box-flex: 1;
     -ms-flex: 1;
     flex: 1;
     margin: 0;
     padding: 15px 48px 9px;
     list-style: none;
     font-weight: 600;
     font-size: 0.875em;
     letter-spacing: -0.02em;
}
 #body .breadcrumbs li {
     margin: 0 0.5833333333em 0.4166666667em 0;
     padding: 0;
     display: inline-block;
}
 #body .breadcrumbs li:last-child, #body .breadcrumbs li:last-child a, #body .breadcrumbs li.current, #body .breadcrumbs li.current a {
     color: #1e6ca1;
     pointer-events: none;
}
 #body .breadcrumbs li:last-child:hover, #body .breadcrumbs li:last-child a:hover, #body .breadcrumbs li.current:hover, #body .breadcrumbs li.current a:hover {
     color: #1e6ca1;
}
 #body .breadcrumbs a {
     color: #555555;
     text-decoration: none;
}
 #body .breadcrumbs a:hover {
     transition: color 75ms linear;
     color: #373737;
}
 #body .page-options a {
     text-decoration: none;
}
 #body .page-options .print-btn {
     width: 49px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     height: 100%;
     color: #222222;
     font-size: 1.25em;
     line-height: 2.2em;
     padding: 0 0.7em;
     border-left: 1px solid #b8b8b8;
     transition: color 125ms linear;
}
 #body .page-options .print-btn:hover {
     color: #474747;
}
 #body .page-options .print-btn .icon, #body .page-options .print-btn .news-slides-content .flex-prev, .news-slides-content #body .page-options .print-btn .flex-prev, #body .page-options .print-btn .news-slides-content .flex-next, .news-slides-content #body .page-options .print-btn .flex-next, #body .page-options .print-btn .sidebar .has-children a:after, .sidebar .has-children #body .page-options .print-btn a:after, #body .page-options .print-btn .sidebar-back:before, #body .page-options .print-btn .faq-section-toggle:after, #body .page-options .print-btn .faq-item-title a:after, .faq-item-title #body .page-options .print-btn a:after, #body .page-options .print-btn .mobile-article-nav-toggle:after, #body .page-options .print-btn .homepage-callouts .news-slider .flex-direction-nav .flex-prev, .homepage-callouts .news-slider .flex-direction-nav #body .page-options .print-btn .flex-prev, #body .page-options .print-btn .homepage-callouts .news-slider .flex-direction-nav .flex-next, .homepage-callouts .news-slider .flex-direction-nav #body .page-options .print-btn .flex-next, #body .page-options .print-btn .department-slider .flex-prev, .department-slider #body .page-options .print-btn .flex-prev, #body .page-options .print-btn .department-slider .flex-next, .department-slider #body .page-options .print-btn .flex-next {
     position: relative;
     top: -1px;
}
 #body .share-icons {
     border-top: 1px solid #E7E7E7;
     padding: 3.125em 0;
     margin: 1.875em 3.75em;
     text-align: center;
}
 #body .share-icons ul {
     list-style: none;
     margin: 0.9375em -0.0625em 0;
     padding: 0;
}
 #body .share-icons ul li {
     display: inline-block;
     margin: 0 -2px;
     padding: 0 0.125em;
}
 #body .share-icons strong {
     font-weight: 600;
}
 #body .share-icons a {
     text-decoration: none;
     font-size: 2em;
     color: #bdbdbd;
     transition: color 125ms linear;
}
 #body .share-icons a:hover, #body .share-icons a:focus {
     color: #1e6ca1;
}
 @media only screen and (max-width: 767px) {
     #body .share-icons {
         margin: 0 1.25em 1.25em;
         padding: 1.875em 0 0;
    }
}
 .department {
     padding: 0 60px 40px;
     overflow: hidden;
}
 .department hr {
     border: none;
     border-bottom: 1px solid #E7E7E7;
     margin: 50px 0;
}
 @media only screen and (max-width: 767px) {
     .department {
         padding: 0 15px;
    }
     .department hr {
         margin: 30px 0;
    }
}
 .department-logo {
     margin: 3.125em 0 0;
}
 @media only screen and (max-width: 767px) {
     .department-logo {
         max-width: 232px;
         height: auto;
    }
}
 .btn.department-contact {
     margin: 5.5em 0 0;
     padding: 20px 30px;
     width: auto;
}
 @media only screen and (max-width: 767px) {
     .btn.department-contact {
         text-align: center;
         margin: 2.5em 0 0;
         font-size: 0.75em;
    }
}
 @media only screen and (min-width: 768px) {
     .department-card {
         display: flex;
    }
}
 @media only screen and (max-width: 767px) {
     .department-card {
         text-align: center;
    }
}
 @media only screen and (max-width: 767px) {
     .department-card-image {
         max-width: 88px;
         height: auto;
    }
}
 @media only screen and (min-width: 768px) {
     .department-card-content {
         flex: 1;
         padding: 0 0 0 3.125em;
    }
}
 .department-card-title {
     font-size: 2.125em;
     font-weight: normal;
     color: #1e6ca1;
     line-height: 1.294;
     margin: 0 0 0.4411764706em;
}
 @media only screen and (max-width: 767px) {
     .department-card-title {
         font-size: 1.0625em;
         margin: 0.8823529412em 0 0.8823529412em;
    }
}
 .department-card-text {
     font-size: 1.375em;
     color: #555555;
     line-height: 1.18;
}
 .department-card-text p {
     margin: 0.4545454545em 0 0.6818181818em;
}
 @media only screen and (max-width: 767px) {
     .department-card-text {
         line-height: 1.33;
         font-size: 0.75em;
    }
}
 .department-card-more {
     font-weight: 700;
     color: #0a456d;
     letter-spacing: .07125em;
     text-transform: uppercase;
     text-decoration: none;
     font-size: 16px;
}
 .department-card-more:hover {
     color: #1e6ca1;
}
 @media only screen and (max-width: 767px) {
     .department-card-more {
         font-size: 10px;
    }
}
 .department-slider {
     position: relative;
     max-width: 850px;
     margin: 0 auto;
}
 .department-slider .flex-prev, .department-slider .flex-next {
     font-size: 45px;
     position: absolute;
     top: calc(50% - 40px);
     transform: translateY(-50%);
     color: #ffffff;
     text-decoration: none;
     text-shadow: 1px 1px 2px rgb(10, 69, 109, 0.4);
}
 @media only screen and (max-width: 767px) {
     .department-slider .flex-prev, .department-slider .flex-next {
         font-size: 30px;
         top: calc(50% - 20px);
    }
}
 .department-slider .flex-prev {
     left: 5px;
}
 .department-slider .flex-next {
     right: 5px;
}
 .department-slider .flex-control-nav {
     list-style: none;
     margin: 30px 0 0 !important;
     padding: 0;
     text-align: center;
}
 .department-slider .flex-control-nav li {
     display: inline-block;
     padding: 0;
     margin: 0 8px;
}
 @media only screen and (max-width: 767px) {
     .department-slider .flex-control-nav li {
         margin: 0 4px;
    }
}
 .department-slider .flex-control-nav a {
     display: block;
     width: 14px;
     height: 14px;
     border-radius: 50%;
     text-indent: -100px;
     background: #D8D8D8;
     overflow: hidden;
}
 .department-slider .flex-control-nav a.flex-active {
     background: #1e6ca1;
}
 @media only screen and (max-width: 767px) {
     .department-slider .flex-control-nav a {
         width: 8px;
         height: 8px;
    }
}
 @media only screen and (max-width: 767px) {
     .department-slider .flex-control-nav {
         margin: 20px 0 0 !important;
    }
}
 @media only screen and (max-width: 767px) {
     .department-slider {
         max-width: 280px;
         margin: 0 auto;
    }
}
 .department-slider-item {
     margin: 0 auto;
     position: relative;
}
 @media only screen and (max-width: 767px) {
     .department-slider-item {
         height: 180px;
    }
}
 .department-slider-caption {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     font-size: 1.375em;
     text-align: center;
     background: rgba(43, 101, 139, 0.91);
     padding: 1.1363636364em 0.9090909091em;
     color: #ffffff;
}
 @media only screen and (max-width: 767px) {
     .department-slider-caption {
         font-size: 0.75em;
    }
}
 .department-content {
     font-size: 18px;
     color: #555555;
     line-height: 1.94;
}
 .department-content h4 {
     font-weight: normal;
     font-size: 1.3888888889em;
     color: #0a456d;
     line-height: 1.68;
     margin: 0 0 0.6em;
}
 .department-content p {
     margin: 15px 0 25px;
}
 @media only screen and (max-width: 767px) {
     .department-content {
         font-size: 0.875em;
    }
     .department-content h4 {
         font-size: 1.2142857143em;
    }
}
 @media only screen and (max-width: 767px) {
     .department-sections {
         text-align: center;
    }
}
 .department-sections-title {
     text-align: center;
     font-size: 2.625em;
     color: #1e6ca1;
     margin: 1.4285714286em 0 0;
     font-weight: normal;
}
 @media only screen and (max-width: 767px) {
     .department-sections-title {
         font-size: 1.375em;
    }
}
 .department-section {
     margin: 100px 10px;
}
 .department-section:first-of-type {
     margin-top: 60px;
}
 .department-section:last-of-type {
     margin-bottom: 60px;
}
 @media only screen and (max-width: 767px) {
     .department-section {
         margin: 30px 0;
    }
     .department-section:first-of-type {
         margin-top: 40px;
    }
     .department-section:last-of-type {
         margin-bottom: 40px;
    }
}
 .department-section-content {
     margin: 0 20px;
}
 .department-section-headline {
     font-size: 30px;
     font-weight: normal;
     line-height: 1.2;
}
 .department-section-headline a {
     color: #25648E;
     text-decoration: none;
     transition: color 175ms linear;
}
 .department-section-headline a:hover {
     color: #133a53;
}
 @media only screen and (max-width: 767px) {
     .department-section-headline {
         font-size: 17px;
         margin: 25px 0 15px;
    }
}
 .department-section-text {
     font-size: 1.125em;
     color: #555555;
     line-height: 1.88;
}
 .department-section-text a {
     color: rgb(30, 95, 138);
     text-decoration: underline;
}
 .department-section-text a:hover {
     color: #1e6ca1;
     text-decoration: underline;
}
 .department-section-text a:focus {
     color: #1e6ca1;
     text-decoration: underline;
}
 @media only screen and (max-width: 767px) {
     .department-section-text {
         font-size: 12px;
         line-height: 1.83;
    }
     .department-section-text p {
         margin: 10px 0 5px;
    }
}
 .department-video {
     text-align: center;
}
 .department-video-title {
     font-size: 2.125em;
     font-weight: normal;
     color: #1e6ca1;
     line-height: 1.29;
     margin: 0 0 1.4705882353em;
}
 @media only screen and (max-width: 767px) {
     .department-video-title {
         font-size: 1.375em;
    }
}
 .department-video-object iframe, .department-video-object object {
     margin: 0 auto;
     max-width: 100%;
}
 .department-resources {
     text-align: center;
}
 .department-resources-title {
     font-size: 2.125em;
     font-weight: normal;
     color: #1e6ca1;
     line-height: 1.29;
     margin: 0 0 1.4705882353em;
}
 @media only screen and (max-width: 767px) {
     .department-resources-title {
         font-size: 1.375em;
         margin: 0 0 1.1363636364em;
    }
}
 .department-resources-items {
     display: flex;
     list-style: none;
     margin: 3.125em -0.75em;
     padding: 0;
     flex-wrap: wrap;
}
 .department-resources-items li {
     width: 25%;
}
 .department-resources-items a {
     text-decoration: none;
     margin: 0 0.75em;
     display: block;
}
 .department-resources-items a:hover h4 {
     color: #1e6ca1;
}
 .department-resources-items h4 {
     text-transform: uppercase;
     font-weight: 600;
     font-size: 1.125em;
     color: #3586B8;
     margin: 0 0 1.1111111111em;
     line-height: 1.33;
     transition: color 175ms linear;
}
 @media only screen and (max-width: 767px) {
     .department-resources-items {
         margin: 1.875em -0.625em 0;
    }
     .department-resources-items li {
         width: 50%;
         margin: 0 0 30px;
    }
     .department-resources-items h4 {
         font-size: 0.6875em;
         margin: 1.3636363636em 0 0;
    }
     .department-resources-items a {
         margin: 0 0.625em;
    }
}
 @media only screen and (max-width: 767px) {
     .department-quicklinks .columns {
         padding: 0;
    }
}
 .department-quicklinks-title {
     font-weight: normal;
     font-size: 1.5625em;
     color: #25648E;
     line-height: 1.36;
     margin: 0 0 0.6em;
}
 @media only screen and (max-width: 767px) {
     .department-quicklinks-title {
         font-size: 1.125em;
    }
}
 .department-quicklinks-links {
     font-size: 1.125em;
     color: #3586B8;
     max-width: 375px;
     line-height: 1.33;
     padding: 0 0 0 32px;
     margin: 0;
}
 .department-quicklinks-links li {
     margin: 0.2777777778em 0 0.5555555556em;
}
 .department-quicklinks-links a {
     color: #25648E;
     text-decoration: none;
}
 .department-quicklinks-links a:hover {
     color: #1e6ca1;
}
 @media only screen and (max-width: 767px) {
     .department-quicklinks-links {
         font-size: 0.875em;
         margin-bottom: 35px;
         line-height: 1.35;
    }
}
 .department-news {
     padding: 60px;
     background: #F9F9F9;
     text-align: center;
}
 @media only screen and (max-width: 767px) {
     .department-news {
         padding: 40px 15px;
    }
}
 .department-news-title {
     font-weight: normal;
     font-size: 2.125em;
     color: #1e6ca1;
     line-height: 1.29;
     margin: 0 0 1.4705882353em;
}
 @media only screen and (max-width: 767px) {
     .department-news-title {
         font-size: 1.375em;
    }
}
 .department-news-item {
     margin: 0 0 3.125em;
}
 @media only screen and (max-width: 767px) {
     .department-news-item {
         margin: 0 0 2.1875em;
    }
}
 .department-news-date {
     text-transform: uppercase;
     font-size: 0.75em;
     color: #555555;
     font-weight: 700;
     margin: 0 0 0.8333333333em;
}
 @media only screen and (max-width: 767px) {
     .department-news-date {
         font-size: 0.625em;
    }
}
 .department-news-headline {
     font-size: 1.5625em;
     margin: 0 0 0.6em;
     font-weight: normal;
     color: #1e6ca1;
}
 .department-news-headline a {
     color: inherit;
     text-decoration: none;
}
 .department-news-headline a:hover {
     color: #1e6ca1;
}
 @media only screen and (max-width: 767px) {
     .department-news-headline {
         font-size: 1.125em;
         margin: 0 0 0.2777777778em;
    }
}
 .department-news-description {
     color: #555555;
     margin: 0.9375em 0 1.5625em;
     line-height: 1.7;
}
 @media only screen and (max-width: 767px) {
     .department-news-description {
         font-size: 0.8125em;
         line-height: 1.76;
         margin: 0.3846153846em 0 0.7692307692em;
    }
}
 .department-news-link {
     font-weight: 700;
     font-size: 0.75em;
     text-decoration: none;
     color: #1e6ca1;
}
 .department-news-link:hover {
     color: #1e6ca1;
}
 .department-news-actions {
     text-align: center;
}
 .department-news-actions .btn {
     font-size: 16px;
     padding-top: 23px;
     padding-bottom: 23px;
}
 @media only screen and (max-width: 767px) {
     .department-news-actions .btn {
         font-size: 12px;
    }
}
 .department-location {
     padding: 88px 60px 60px;
}
 @media only screen and (max-width: 767px) {
     .department-location {
         padding: 30px 0;
         text-align: center;
    }
     .department-location iframe {
         height: 255px;
         width: 100%;
    }
}
 .department-location-title {
     font-weight: normal;
     font-size: 2.125em;
     color: #1e6ca1;
     line-height: 1.29;
     margin: 0.4411764706em 0 0.7352941176em;
}
 @media only screen and (max-width: 767px) {
     .department-location-title {
         font-size: 1.375em;
         margin: 0 0 0.6818181818em;
    }
}
 .department-location-address {
     font-size: 1.125em;
     color: #555555;
     line-height: 1.33;
     margin: 0.8333333333em 0 1.9444444444em;
}
 @media only screen and (max-width: 767px) {
     .department-location-address {
         font-size: 0.8125em;
    }
}
 .department-location-actions .btn {
     min-width: 0;
     font-size: 16px;
     padding-top: 23px;
     padding-bottom: 23px;
}
 @media only screen and (max-width: 767px) {
     .department-location-actions .btn {
         font-size: 12px;
         margin-bottom: 30px;
    }
}
 .autocomplete-suggestions {
     position: relative;
     backface-visibility: hidden;
     color: #ffffff;
     margin-left: 0.9375em;
     height: 16.25em;
}
 .autocomplete-suggestions strong {
     font-weight: 300;
}
 .autocomplete-suggestions .view-all-results {
     position: absolute;
     bottom: 0;
     left: 0;
     font-weight: 700;
     text-transform: uppercase;
     font-size: 0.875em;
     letter-spacing: 0.1em;
     text-decoration: none;
     color: #ffffff;
}
 .autocomplete-suggestion {
     cursor: pointer;
     font-weight: 300;
     font-size: 1.5em;
     letter-spacing: -0.02em;
     padding: 0.1666666667em 0;
     margin: 0.4166666667em 0;
}
/* * Table styles */
 table.dataTable {
     width: 100%;
     margin: 0 auto;
     clear: both;
     border-collapse: separate;
     border-spacing: 0;
}
 table.dataTable thead th, table.dataTable tfoot th {
     font-weight: bold;
     text-align: left;
}
 table.dataTable thead th, table.dataTable thead td {
     padding: 10px 18px;
     border-bottom: 1px solid #111111;
}
 table.dataTable thead th:active, table.dataTable thead td:active {
     outline: none;
}
 table.dataTable tfoot th, table.dataTable tfoot td {
     padding: 10px 18px 6px 18px;
     border-top: 1px solid #111111;
}
 table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
     cursor: pointer;
     *cursor: hand;
}
 table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
     background-repeat: no-repeat;
    /*background-position: center right;
    */
     background-position-x: 85%;
     background-position-y: center;
}
 table.dataTable thead .sorting {
     background-image: url("../img/datatable/sort_both.png");
}
 table.dataTable thead .sorting_asc {
     background-image: url("../img/datatable/sort_asc.png");
}
 table.dataTable thead .sorting_desc {
     background-image: url("../img/datatable/sort_desc.png");
}
 table.dataTable thead .sorting_asc_disabled {
     background-image: url("../img/datatable/sort_asc_disabled.png");
}
 table.dataTable thead .sorting_desc_disabled {
     background-image: url("../img/datatable/sort_desc_disabled.png");
}
 table.dataTable tbody tr {
     background-color: white;
}
 table.dataTable tbody tr.selected {
     background-color: #b0bed9;
}
 table.dataTable tbody th, table.dataTable tbody td {
     padding: 8px 10px;
}
 table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
     border-top: 1px solid #dddddd;
}
 table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
     border-top: none;
}
 table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
     border-top: 1px solid #dddddd;
     border-right: 1px solid #dddddd;
}
 table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
     border-left: 1px solid #dddddd;
}
 table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
     border-top: none;
}
 table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
     background-color: #ebebeb;
}
 table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
     background-color: #abb9d3;
}
 table.dataTable.hover tbody tr:hover, table.dataTable.hover tbody tr.odd:hover, table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover, table.dataTable.display tbody tr.odd:hover, table.dataTable.display tbody tr.even:hover {
     background-color: whitesmoke;
}
 table.dataTable.hover tbody tr:hover.selected, table.dataTable.hover tbody tr.odd:hover.selected, table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected, table.dataTable.display tbody tr.odd:hover.selected, table.dataTable.display tbody tr.even:hover.selected {
     background-color: #a9b7d1;
}
 table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
     background-color: #f9f9f9;
}
 table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
     background-color: #acbad4;
}
 table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
     background-color: #f1f1f1;
}
 table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
     background-color: #f3f3f3;
}
 table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
     background-color: whitesmoke;
}
 table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
     background-color: #a6b3cd;
}
 table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
     background-color: #a7b5ce;
}
 table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
     background-color: #a9b6d0;
}
 table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
     background-color: #f9f9f9;
}
 table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
     background-color: #fbfbfb;
}
 table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
     background-color: #fdfdfd;
}
 table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
     background-color: #acbad4;
}
 table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
     background-color: #adbbd6;
}
 table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
     background-color: #afbdd8;
}
 table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.display tbody tr.odd:hover > .sorting_1, table.dataTable.display tbody tr.even:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.even:hover > .sorting_1 {
     background-color: #eaeaea;
}
 table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.display tbody tr.odd:hover > .sorting_2, table.dataTable.display tbody tr.even:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_2, table.dataTable.order-column.hover tbody tr.even:hover > .sorting_2 {
     background-color: #ebebeb;
}
 table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.display tbody tr.odd:hover > .sorting_3, table.dataTable.display tbody tr.even:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr.odd:hover > .sorting_3, table.dataTable.order-column.hover tbody tr.even:hover > .sorting_3 {
     background-color: #eeeeee;
}
 table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.display tbody tr.odd:hover.selected > .sorting_1, table.dataTable.display tbody tr.even:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_1 {
     background-color: #a1aec7;
}
 table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.display tbody tr.odd:hover.selected > .sorting_2, table.dataTable.display tbody tr.even:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_2 {
     background-color: #a2afc8;
}
 table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.display tbody tr.odd:hover.selected > .sorting_3, table.dataTable.display tbody tr.even:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr.odd:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr.even:hover.selected > .sorting_3 {
     background-color: #a4b2cb;
}
 table.dataTable.no-footer {
     border-bottom: 1px solid #111111;
}
 table.dataTable.nowrap th, table.dataTable.nowrap td {
     white-space: nowrap;
}
 table.dataTable.compact thead th, table.dataTable.compact thead td {
     padding: 4px 17px 4px 4px;
}
 table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
     padding: 4px;
}
 table.dataTable.compact tbody th, table.dataTable.compact tbody td {
     padding: 4px;
}
 table.dataTable th.dt-left, table.dataTable td.dt-left {
     text-align: left;
}
 table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
     text-align: center;
}
 table.dataTable th.dt-right, table.dataTable td.dt-right {
     text-align: right;
}
 table.dataTable th.dt-justify, table.dataTable td.dt-justify {
     text-align: justify;
}
 table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
     white-space: nowrap;
}
 table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
     text-align: left;
}
 table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
     text-align: center;
}
 table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
     text-align: right;
}
 table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
     text-align: justify;
}
 table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
     white-space: nowrap;
}
 table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
     text-align: left;
}
 table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
     text-align: center;
}
 table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
     text-align: right;
}
 table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
     text-align: justify;
}
 table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
     white-space: nowrap;
}
 table.dataTable, table.dataTable th, table.dataTable td {
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing: content-box;
}
/* * Control feature layout */
 .dataTables_wrapper {
     position: relative;
     clear: both;
     *zoom: 1;
     zoom: 1;
}
 .dataTables_wrapper .dataTables_length {
     float: left;
}
 .dataTables_wrapper .dataTables_filter {
     float: right;
     text-align: right;
}
 .dataTables_wrapper .dataTables_filter input {
     margin-left: 0.5em;
}
 .dataTables_wrapper .dataTables_info {
     clear: both;
     float: left;
     padding-top: 0.755em;
}
 .dataTables_wrapper .dataTables_paginate {
     float: right;
     text-align: right;
     padding-top: 0.25em;
}
 .dataTables_wrapper .dataTables_paginate .paginate_button {
     box-sizing: border-box;
     display: inline-block;
     min-width: 1.5em;
     padding: 0.5em 1em;
     margin-left: 2px;
     text-align: center;
     text-decoration: none !important;
     cursor: pointer;
     *cursor: hand;
     color: #333333 !important;
     border: 1px solid transparent;
}
 .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
     color: #333333 !important;
     border: 1px solid #cacaca;
     background-color: white;
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
    /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
    /* Chrome10+,Safari5.1+ */
     background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
    /* FF3.6+ */
     background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
    /* IE10+ */
     background: -o-linear-gradient(top, white 0%, gainsboro 100%);
    /* Opera 11.10+ */
     background: linear-gradient(to bottom, white 0%, gainsboro 100%);
    /* W3C */
}
 .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
     cursor: default;
     color: #555555 !important;
     border: 1px solid transparent;
     background: transparent;
     box-shadow: none;
}
 .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
     color: white !important;
     border: 1px solid #111111;
     background-color: #585858;
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
    /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
    /* Chrome10+,Safari5.1+ */
     background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
    /* FF3.6+ */
     background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
    /* IE10+ */
     background: -o-linear-gradient(top, #585858 0%, #111111 100%);
    /* Opera 11.10+ */
     background: linear-gradient(to bottom, #585858 0%, #111111 100%);
    /* W3C */
}
 .dataTables_wrapper .dataTables_paginate .paginate_button:active {
     outline: none;
     background-color: #2b2b2b;
     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* Chrome10+,Safari5.1+ */
     background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* FF3.6+ */
     background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* IE10+ */
     background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* Opera 11.10+ */
     background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    /* W3C */
     box-shadow: inset 0 0 3px #111;
}
 .dataTables_wrapper .dataTables_paginate .ellipsis {
     padding: 0 1em;
}
 .dataTables_wrapper .dataTables_processing {
     position: absolute;
     top: 50%;
     left: 50%;
     width: 100%;
     height: 40px;
     margin-left: -50%;
     margin-top: -25px;
     padding-top: 20px;
     text-align: center;
     font-size: 1.2em;
     background-color: white;
     background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
     background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
     background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
     background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
     background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
     background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
}
 .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
     color: #333333;
}
 .dataTables_wrapper .dataTables_scroll {
     clear: both;
}
 .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
     *margin-top: -1px;
     -webkit-overflow-scrolling: touch;
}
 .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
     height: 0;
     overflow: hidden;
     margin: 0 !important;
     padding: 0 !important;
}
 .dataTables_wrapper.no-footer .dataTables_scrollBody {
     border-bottom: 1px solid #111111;
}
 .dataTables_wrapper.no-footer div.dataTables_scrollHead table, .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
     border-bottom: none;
}
 .dataTables_wrapper:after {
     visibility: hidden;
     display: block;
     content: "";
     clear: both;
     height: 0;
}
 @media screen and (max-width: 767px) {
     .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
         float: none;
         text-align: center;
    }
     .dataTables_wrapper .dataTables_paginate {
         margin-top: 0.5em;
    }
}
 @media screen and (max-width: 640px) {
     .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
         float: none;
         text-align: center;
    }
     .dataTables_wrapper .dataTables_filter {
         margin-top: 0.5em;
    }
}
/** * Data Tables Responsive */
 table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
     position: relative;
     padding-left: 30px;
     cursor: pointer;
}
 table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
     top: 8px;
     left: 4px;
     height: 16px;
     width: 16px;
     display: block;
     position: absolute;
     color: white;
     border: 2px solid white;
     border-radius: 16px;
     text-align: center;
     line-height: 14px;
     box-shadow: 0 0 3px #444;
     box-sizing: content-box;
     content: '+';
     background-color: #31b131;
}
 table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child.dataTables_empty:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child.dataTables_empty:before {
     display: none;
}
 table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
     content: '-';
     background-color: #d33333;
}
 table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
     display: none;
}
 table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
     padding-left: 27px;
}
 table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
     top: 5px;
     left: 4px;
     height: 14px;
     width: 14px;
     border-radius: 14px;
     line-height: 12px;
}
 table.dataTable.dtr-column > tbody > tr > td.control, table.dataTable.dtr-column > tbody > tr > th.control {
     position: relative;
     cursor: pointer;
}
 table.dataTable.dtr-column > tbody > tr > td.control:before, table.dataTable.dtr-column > tbody > tr > th.control:before {
     top: 50%;
     left: 50%;
     height: 16px;
     width: 16px;
     margin-top: -10px;
     margin-left: -10px;
     display: block;
     position: absolute;
     color: white;
     border: 2px solid white;
     border-radius: 16px;
     text-align: center;
     line-height: 14px;
     box-shadow: 0 0 3px #444;
     box-sizing: content-box;
     content: '+';
     background-color: #31b131;
}
 table.dataTable.dtr-column > tbody > tr.parent td.control:before, table.dataTable.dtr-column > tbody > tr.parent th.control:before {
     content: '-';
     background-color: #d33333;
}
 table.dataTable > tbody > tr.child {
     padding: 0.5em 1em;
}
 table.dataTable > tbody > tr.child:hover {
     background: transparent !important;
}
 table.dataTable > tbody > tr.child ul {
     display: inline-block;
     list-style-type: none;
     margin: 0;
     padding: 0;
}
 table.dataTable > tbody > tr.child ul li {
     border-bottom: 1px solid #efefef;
     padding: 0.5em 0;
}
 table.dataTable > tbody > tr.child ul li:first-child {
     padding-top: 0;
}
 table.dataTable > tbody > tr.child ul li:last-child {
     border-bottom: none;
}
 table.dataTable > tbody > tr.child span.dtr-title {
     display: inline-block;
     min-width: 75px;
     font-weight: bold;
}
 meta.foundation-mq-custom-small {
     font-family: "only screen and (max-width: 1039px)";
     width: 1040px;
}
 .show-small {
     display: none;
}
 .hide-small {
     display: block;
}
 @media only screen {
     .show-small {
         display: block;
    }
     .hide-small {
         display: none;
    }
     #homepageHeader .header-overlay-blur, #homepageHeader .washoe-county {
         display: none !important;
    }
}
 @media only screen and (min-width: 768px) {
     .show-small {
         display: none;
    }
     .hide-small {
         display: block;
    }
     #homepageHeader .header-overlay-blur {
         display: inherit !important;
    }
     #homepageHeader .washoe-county {
         display: inline-block !important;
    }
}
 @media only screen and (max-width: 1039px) {
     body.hide-mobile-overflow {
         overflow: hidden;
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
    }
     .homepage-callouts .flyout .flyout-content, .homepage-callouts .flyout.show .flyout-content {
         transition: opacity 300ms linear;
    }
     .homepage-callouts .flyout.show .flyout-content {
         position: fixed;
         top: 0;
         left: 0;
         width: 100%;
         max-width: none;
         height: 100%;
         overflow: auto;
    }
     .homepage-callouts .flyout.show .flyout-content .inner-wrapper {
         margin: 0;
         border: none;
    }
     .homepage-callouts .flyout.show .flyout-content .department-flyout-links, .homepage-callouts .flyout.show .flyout-content .iwantto-flyout-links {
         position: static;
         width: auto;
         overflow: auto;
    }
     .homepage-callouts .flyout.show .flyout-content .title {
         position: fixed;
         top: 0;
         padding: 20px 25px 25px;
         font-size: 18px;
         width: 100%;
         background-color: #1e6ca1;
         border-bottom: 1px solid rgba(255, 255, 255, 0.27);
         margin: 0;
    }
     .homepage-callouts .flyout.show .flyout-content ul {
         list-style: none;
         margin: 55px 0 51px 0;
    }
     .homepage-callouts .flyout.show .flyout-content li {
         float: none;
         width: auto;
         margin: 0;
         padding-right: 0;
    }
     .homepage-callouts .flyout.show .flyout-content li a {
         margin: 0;
         padding: 12px 25px 13px;
         display: block;
         border-bottom: 1px solid rgba(255, 255, 255, 0.27);
    }
     .homepage-callouts .flyout.show .flyout-content li:first-child a {
         padding-top: 23px;
    }
     .homepage-callouts .flyout.show .flyout-content .close-btn {
         position: fixed;
         top: 0;
         right: 0;
         margin: 13px 26px 0 56px;
         font-size: 22px;
    }
     .navbar-wrapper {
         display: none;
    }
     #mobileNav {
         display: block;
    }
     #homepage #mobileNav {
         background-color: transparent;
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         z-index: 100;
    }
     #homepageSearchWrapper {
         margin-top: 5rem;
    }
     #mobileContentOverlay {
         width: 100%;
         height: 100%;
         z-index: 300;
         visibility: hidden;
         opacity: 0;
         background-color: rgb(10, 69, 109, 0.4);
         transition: visibility 0s 300ms linear, opacity 300ms linear;
    }
     .main-wrapper {
         position: relative;
         overflow: hidden;
    }
     .main-wrapper .content-wrapper, .main-wrapper #mobilePushNav {
         transition: all 300ms ease-in-out;
    }
     .main-wrapper #mobilePushNav {
         display: block;
         transform: translate3d(280px, 0, 0);
    }
     .main-wrapper.show-mobile-nav #mobileContentOverlay {
         visibility: visible;
         opacity: 1;
         transition: opacity 300ms linear;
    }
     .main-wrapper.show-mobile-nav .content-wrapper {
         transform: translate3d(-280px, 0, 0);
    }
     .main-wrapper.show-mobile-nav #mobilePushNav {
         transform: translate3d(0, 0, 0);
    }
     #largePushNav {
         display: none;
    }
}
 @media only screen and (max-width: 767px) {
     .small-text-center {
         text-align: center !important;
    }
     #departmentsFlyout {
         display: none;
    }
     .autocomplete-wrapper {
         display: none;
    }
     .body-wrapper .inner-wrapper {
         margin: 0;
    }
     #body .top-bar {
         display: none;
    }
     #body .text {
         padding: 20px 22px 40px;
         font-size: 14px;
    }
     #body .text h1 {
         font-size: 27px;
    }
     #body .text h2 {
         font-size: 23px;
    }
     #body .text h3 {
         font-size: 20px;
    }
     #body .text h4 {
         font-size: 18px;
    }
     #body .text h5 {
         font-size: 16px;
    }
     #body .text p {
         padding: .3125rem 0 .9375rem;
         margin: 0;
    }
     #body .text p:first-of-type {
         padding: 1.25rem 0 .9375rem;
    }
     #body .text .person {
         float: right;
         padding: 15px 15px 12px;
         margin: 0 0 20px 25px;
    }
     #body .text .person img {
         display: block;
         max-width: 140px;
         margin: 0 auto;
    }
     #body .text .person h3 {
         font-size: 12px;
         line-height: 1.3;
         font-weight: 400;
         margin: 1em 0 .2em;
         padding: 0 0 0 4px;
    }
     #body .text .person em {
         font-size: .875rem;
         margin: 0;
         padding: 0 0 0 4px;
         display: block;
         line-height: 1.3;
    }
     #body .text img {
         margin: 15px 0;
         float: none !important;
    }
     #body .text img.right, #body .text img[style*='float: right'], #body .text img[style*='float: right'] {
         margin: 20px 0 20px 25px !important;
    }
     #body .text img.left, #body .text img[style*='float: left'], #body .text img[style*='float: left'] {
         margin: 20px 25px 20px 0 !important;
    }
     .search-bar .inline-search .search-wrapper {
         width: 100%;
         margin: 0 auto;
    }
     .search-bar .inline-search .search-input {
         font-size: 9px;
         padding: 8px 28px 8px 15px;
    }
     .search-bar .inline-search .search-btn {
         font-size: 14px;
         top: 5px;
         right: 12px;
    }
     #homepageHeader {
         background-color: #246189;
    }
     #homepageHeader .header-overlay {
         opacity: .5;
    }
     #homepageHeader .header-overlay:before {
         content: '';
         display: block;
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         background-image: linear-gradient(#246189, transparent);
    }
     #homepageSearchWrapper {
         height: 272px;
         padding-top: 42px;
    }
     #homepageSearchWrapper .hero-text h2 {
         font-size: 29px;
    }
     #homepageSearchWrapper .homepage-search-form .input-wrap {
         max-width: 302px;
         margin: 0 auto;
    }
     #homepageSearchWrapper .homepage-search-form .input-search {
         font-size: 12px;
         padding: 14px 40px 14px 20px;
         border-radius: 20px;
    }
     #homepageSearchWrapper .homepage-search-form .input-search::-webkit-input-placeholder {
         color: #a5a5a5;
    }
     #homepageSearchWrapper .homepage-search-form .input-search:-moz-placeholder {
         color: #a5a5a5;
    }
     #homepageSearchWrapper .homepage-search-form .input-search::-moz-placeholder {
         color: #a5a5a5;
    }
     #homepageSearchWrapper .homepage-search-form .input-search:-ms-input-placeholder {
         color: #a5a5a5;
    }
     #homepageSearchWrapper .homepage-search-form .search-btn {
         font-size: 16px;
         top: 11px;
         right: 16px;
    }
     .homepage-callouts {
         background-color: #ffffff;
    }
     .homepage-callouts .custom-row {
         max-width: 31.25em;
         overflow: visible;
    }
     .homepage-callouts .custom-row .inner-wrapper {
         margin: 0 -1px;
         overflow: visible;
         *zoom: 1;
         box-sizing: border-box;
         border-left: 1px solid #E7E7E7;
         border-right: 1px solid #E7E7E7;
    }
     .homepage-callouts .custom-row .inner-wrapper:before, .homepage-callouts .custom-row .inner-wrapper:after {
         content: " ";
         display: table;
    }
     .homepage-callouts .custom-row .inner-wrapper:after {
         clear: both;
    }
     .homepage-callouts .news-slider {
         border: none;
         height: 325px;
    }
     .homepage-callouts .news-slider h3 {
         font-size: 0.6875em;
         top: 4.7272727273em;
    }
     .homepage-callouts .news-slider .flex-direction-nav {
         font-size: 12px;
    }
     .homepage-callouts .news-slider .flex-direction-nav .flex-prev, .homepage-callouts .news-slider .flex-direction-nav .flex-next {
         top: 17%;
    }
     .homepage-callouts .news-slider .flex-direction-nav .flex-prev {
         left: 14px;
    }
     .homepage-callouts .news-slider .flex-direction-nav .flex-next {
         right: 14px;
    }
     .homepage-callouts .news-slider .flex-control-paging {
         bottom: 20px;
    }
     .homepage-callouts .news-slider .top .img-wrapper {
         max-height: 8em;
    }
     .homepage-callouts .news-slider .top img {
         width: auto !important;
         min-width: 100%;
         height: 100% !important;
         min-height: 0;
    }
     .homepage-callouts .news-slider .bottom {
         max-width: 21.875em;
         margin: 0 auto;
    }
     .homepage-callouts .news-slider .bottom p {
         font-size: 0.875em;
         padding: 0.7142857143em 1.0714285714em;
         line-height: 1.5714285714em;
    }
     .homepage-callouts .box {
         height: auto;
         min-height: 18.75em;
         padding: 1.25em 0.9375em 0;
    }
     .homepage-callouts .box h3 {
         font-size: 1.125em;
    }
     .homepage-callouts .box p {
         font-size: 0.875em;
         line-height: 1.5714285714em;
         min-height: 6.4285714286em;
    }
     .homepage-callouts .box .btn.large {
         font-size: 10px;
         padding-top: 2em;
         padding-bottom: 2em;
         letter-spacing: 0;
    }
     #promoItems .promo p {
         font-size: 0.75em;
         line-height: 1.6em;
    }
     #promoItems .promo .text {
         padding: 1.25em 1.25em;
         height: auto;
         min-height: 180px;
    }
     #promoItems .promo h4 {
         line-height: 1.3em;
         font-size: 0.875em;
         letter-spacing: 0.04em;
    }
     #promoItems ul li.large-4 {
         padding-left: 0.9375em !important;
         padding-right: 0.9375em !important;
         margin-top: 0.625em;
         margin-bottom: 0.625em;
    }
     .main-footer .featured-item img {
         display: none;
    }
     .main-footer .featured-item h3 {
         font-size: 0.625em;
         margin-bottom: 1.8em;
         letter-spacing: 0;
    }
     .main-footer .featured-item .content p {
         font-size: 0.875em;
         line-height: 1.5714285714em;
    }
     .main-footer .featured-item .inline-list li {
         margin-bottom: 0.9090909091em;
    }
     .main-footer .footer-blocks {
         padding: 0.625em 0;
    }
     .main-footer .footer-blocks .contact-us, .main-footer .footer-blocks .footer-subscribe, .main-footer .footer-blocks .about-washoe {
         margin: 1.25em 0;
    }
     .main-footer .footer-blocks h4 {
         font-size: 0.625em;
         margin-bottom: 1.8em;
         letter-spacing: 0;
    }
     .main-footer .footer-blocks p {
         font-size: 0.875em;
         line-height: 1.5714285714em;
    }
     .main-footer .footer-blocks .btn {
         font-size: 10px;
         padding: 1.6em 4em;
         width: auto;
         letter-spacing: 0;
    }
     .submitted-photo {
         display: none;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 1219px) {
     .header-logo img {
         width: 200px;
         margin-right: 1.5625em;
    }
     .navbar {
         padding: 0.9375em 0;
    }
     .primary-nav {
         font-size: 0.8125em;
         margin-top: 1.6153846154em;
    }
     .social-nav {
         margin: 0.625em 0 0;
    }
     #departmentsFlyout .links {
         margin: 25px 0 40px 40px;
    }
     #departmentsFlyout .links a {
         font-size: 14px;
    }
     #body .text {
         font-size: 0.9375em;
         padding-left: 1.6666666667em;
         padding-right: 1.6666666667em;
    }
     #body .breadcrumbs {
         padding-left: 2.0833333333em;
         padding-right: 2.0833333333em;
    }
     #largePushNav {
         padding-bottom: 2.5em;
    }
     #largePushNav .mp-level .mp-level a {
         font-size: 14px;
         padding: 14px 40px 14px 45px;
    }
     #largePushNav .mp-level .mp-level a.mp-level-title {
         font-size: 15px;
         padding: 18px 40px 18px 28px;
    }
     #largePushNav .mp-level .mp-level a.mp-back {
         padding: 13px 28px;
         font-size: 11px;
    }
     #largePushNav a {
         font-size: 15px;
         padding: 14px 40px 14px 28px;
    }
     #largePushNav .mp-has-children:before {
         font-size: 11px;
         height: 1em;
         width: 1em;
         top: 50%;
         right: 20px;
         margin-top: -.5em;
    }
     #promoItems .promo p {
         font-size: 0.875em;
         line-height: 1.4em;
    }
     #promoItems .promo .text {
         padding: 1.25em 1.25em;
         height: 205px;
    }
     #promoItems .promo h4 {
         line-height: 1.3em;
         font-size: 0.875em;
    }
     .main-footer .featured-item h3 {
         font-size: 0.8125em;
         margin-bottom: 1.8em;
    }
     .main-footer .featured-item img {
         margin-top: 48px;
    }
     .main-footer .featured-item .content p {
         font-size: 0.9375em;
    }
     .main-footer .featured-item .inline-list li {
         margin-bottom: 0.9090909091em;
    }
     .main-footer .featured-item.large {
         padding-top: 0.625em;
    }
     .main-footer .featured-item.large .content {
         margin: 1.25em 0;
    }
     .main-footer .footer-blocks {
         padding: 0.625em 0;
    }
     .main-footer .footer-blocks .contact-us, .main-footer .footer-blocks .footer-subscribe, .main-footer .footer-blocks .about-washoe {
         margin: 1.25em 0;
    }
     .main-footer .footer-blocks h4 {
         font-size: 0.75em;
         margin-bottom: 1.8em;
    }
     .main-footer .footer-blocks p {
         font-size: 0.8125em;
         line-height: 1.8461538462em;
    }
     .main-footer .footer-blocks .btn {
         font-size: 12px;
    }
}
 @media only screen and (min-width: 768px) and (max-width: 1279px) {
     .homepage-callouts .news-slider {
         border: none;
         height: auto;
         min-height: 18.75em;
    }
     .homepage-callouts .news-slider h3 {
         font-size: 0.75em;
         top: 3.3333333333em;
    }
     .homepage-callouts .news-slider .slides li {
         height: auto;
         min-height: 18.75em;
    }
     .homepage-callouts .news-slider .flex-direction-nav {
         font-size: 12px;
    }
     .homepage-callouts .news-slider .flex-direction-nav .flex-prev, .homepage-callouts .news-slider .flex-direction-nav .flex-next {
         top: 13.5%;
    }
     .homepage-callouts .news-slider .flex-direction-nav .flex-prev {
         left: 14px;
    }
     .homepage-callouts .news-slider .flex-direction-nav .flex-next {
         right: 14px;
    }
     .homepage-callouts .news-slider .flex-control-paging {
         bottom: 20px;
    }
     .homepage-callouts .news-slider .top .img-wrapper {
         max-height: 7.375em;
    }
     .homepage-callouts .news-slider .top img {
         width: auto !important;
         min-width: 100%;
         height: 100% !important;
         min-height: 0;
    }
     .homepage-callouts .news-slider .bottom {
         max-width: 21.875em;
         margin: 0 auto;
    }
     .homepage-callouts .news-slider .bottom p {
         font-size: 0.875em;
         padding: 0.7142857143em 1.0714285714em;
         line-height: 1.5714285714em;
    }
     .homepage-callouts .box {
         height: auto;
         min-height: 18.75em;
         padding: 1.25em 0.9375em 0;
         max-width: 21.875em;
         margin: 0 auto;
    }
     .homepage-callouts .box h3 {
         font-size: 1.125em;
    }
     .homepage-callouts .box p {
         font-size: 0.875em;
         line-height: 1.5714285714em;
         min-height: 6.4285714286em;
    }
     .homepage-callouts .box .btn.large {
         font-size: 10px;
         padding-top: 2em;
         padding-bottom: 2em;
         letter-spacing: 0;
    }
}
/* ===== WC Lightbox (no dependencies) ===== */
 .wc-lightbox-modal {
     position: fixed;
     inset: 0;
     display: none;
    /* toggled by [data-open="true"] */
     align-items: center;
     justify-content: center;
     background: rgba(0,0,0,0.82);
     z-index: 9999;
     padding: 4vmin;
}
 .wc-lightbox-modal[data-open="true"] {
     display: flex;
}
 .wc-lightbox-content {
     position: relative;
     max-width: min(90vw, 1400px);
     max-height: 90vh;
     outline: none;
     animation: wc-zoom-in 160ms ease-out;
}
 .wc-lightbox-img {
     display: block;
     max-width: 100%;
     max-height: 90vh;
     border-radius: 12px;
     box-shadow: 0 10px 40px rgba(0,0,0,0.45);
}
 .wc-lightbox-close {
     position: absolute;
     top: 10px;
     right: 10px;
     border: 0;
     width: 42px;
     height: 42px;
     border-radius: 999px;
     background: rgba(0,0,0,0.6);
     color: #fff;
     font: 700 20px/1 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
     cursor: pointer;
}
 .wc-lightbox-close:hover, .wc-lightbox-close:focus-visible {
     background: rgba(0,0,0,0.8);
     outline: 2px solid #fff3;
     outline-offset: 2px;
}
/* Hide page scroll when open */
 body.wc-no-scroll {
     overflow: hidden;
}
/* Caption (uses img alt) - visually subtle, optional */
 .wc-lightbox-caption {
     margin-top: 10px;
     color: #eee;
     font: 400 14px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
     text-align: center;
     max-width: 90vw;
}
/* Entry animation */
 @keyframes wc-zoom-in {
     from {
         transform: scale(.975);
         opacity: 0;
    }
     to {
         transform: scale(1);
         opacity: 1;
    }
}
/* Respect reduced motion */
 @media (prefers-reduced-motion: reduce) {
     .wc-lightbox-content {
         animation: none;
    }
}
 .visually-hidden {
     position: absolute;
     width: 1px;
     height: 1px;
     padding: 0;
     margin: -1px;
     overflow: hidden;
     clip: rect(0, 0, 0, 0);
     border: 0;
}
/* Main wrapper */
 .profiles {
     display: flex;
     flex-direction: column;
     gap: 24px;
     margin-top: 1.5rem;
}
/* Featured full-width card */
 .profile-featured {
     display: flex;
     flex-direction: row;
     align-items: center;
     gap: 20px;
     padding: 16px;
     border: 1px solid #ddd;
     border-radius: 8px;
     background: #f8f8f8;
}
 .profile-featured figure {
     margin: 0;
}
 .profile-featured img {
     width: 425px;
     height: auto;
     border-radius: 6px;
}
 .profile-featured h3 {
     margin: 0 0 6px 0;
     font-size: 1.4rem;
}
 .profile-featured p {
     margin: 4px 0;
}
/* Leadership grid */
 .profile-grid {
     display: flex;
     flex-wrap: wrap;
     gap: 16px;
     justify-content: center;
}
 .profile {
     flex: 1 1 calc(25% - 16px);
     min-width: 200px;
     max-width: 260px;
     text-align: center;
     padding: 12px;
     border: 1px solid #ddd;
     border-radius: 8px;
     background: #fff;
}
 .profile img {
     width: 100%;
     height: auto;
     border-radius: 6px;
}
 .profile h3 {
     margin-top: 0.6rem;
     font-size: 1.1rem;
}
 .profile p {
     margin: 0.25rem 0 0;
}
/* Responsive adjustments */
 @media (max-width: 800px) {
     .profile-featured {
         flex-direction: column;
         text-align: center;
    }
}
 @media (max-width: 600px) {
     .profile {
         flex: 1 1 100%;
    }
}
/* Full-width footer photo */
 .submitted-photo {
     width: 100%;
}
/* Container for overlays */
 .submitted-photo-figure {
     position: relative;
     margin: 0;
}
 .submitted-photo img {
     width: 100%;
     height: auto;
     display: block;
}
/* CAPTION — centered on bottom, ON TOP of photo */
 .photo-caption {
     position: absolute;
     bottom: 0;
     left: 50%;
     transform: translateX(-50%);
     padding: 0.4rem 0.8rem;
     font-size: 0.9rem;
     color: #ffffff;
     background: rgba(0, 0, 0, 0.80);
    /* AA contrast over photo */
     text-align: center;
     white-space: nowrap;
}
/* CTA BUTTON — bottom-right ON TOP of photo */
 .submit-photo-cta {
     position: absolute;
     bottom: 0.75rem;
     right: 0.75rem;
     padding: 0.45rem 0.9rem;
     border-radius: 4px;
     background-color: #003d73;
    /* WCAG AA contrast */
     color: #ffffff;
     font-size: 0.9rem;
     font-weight: 600;
     text-decoration: none;
}
/* Hover: not color-only */
 .submit-photo-cta:hover {
     text-decoration: underline;
}
/* Keyboard focus outline for WCAG 2.1 AA */
 .submit-photo-cta:focus-visible {
     outline: 2px solid #ffffff;
     outline-offset: 3px;
     box-shadow: 0 0 0 3px #000000;
}
/* Print button accessibility enhancements */
 a .icon-printer, button .icon-printer {
     display: inline-block;
     transition: transform 150ms ease, color 150ms ease;
}
/* Hover AND keyboard focus */
 a:hover .icon-printer, a:focus-visible .icon-printer, button:hover .icon-printer, button:focus-visible .icon-printer {
     transform: scale(1.15);
     color: #1e6ca1;
    /* County blue */
}
/* Ensure focus is visible even without hover */
 a:focus-visible, button:focus-visible {
     outline: 2px solid #1e6ca1;
     outline-offset: 2px;
}
/* CLOSE BUTTON ADDED BY JOSH */
/* ========================================= Article Nav – Close button styling ========================================= */
/* Ensure article nav panel is a positioning context */
 .article-nav-more {
     position: relative;
}
/* Close button */
 .article-nav-close {
     position: absolute;
     right: 20px;
     bottom: 18px;
     display: inline-flex;
     align-items: center;
     justify-content: center;
     padding: 10px 16px;
     min-height: 40px;
     font-size: 0.95rem;
     font-weight: 600;
     line-height: 1;
     border-radius: 4px;
     border: 2px solid rgba(255,255,255,0.85);
     background-color: transparent;
     color: #ffffff;
     cursor: pointer;
     white-space: nowrap;
     transition: background-color 150ms ease, color 150ms ease, border-color 150ms ease, box-shadow 150ms ease, transform 100ms ease;
}
/* Hover – subtle but obvious */
 .article-nav-close:hover {
     background-color: rgba(255,255,255,0.12);
     border-color: #ffffff;
}
/* Keyboard focus – unmistakable */
 .article-nav-close:focus-visible {
     outline: 3px solid #ffffff;
     outline-offset: 3px;
     background-color: rgba(255,255,255,0.18);
}
/* Active press */
 .article-nav-close:active {
     transform: translateY(1px);
}
/* ARTICLE STATE CHANGE-------------------------------------------------- */
/* Primary nav active state (mouse + keyboard + screen reader) */
 .primary-nav li.active > a, .primary-nav a[aria-current="page"] {
     border-bottom-color: #ffffff;
     font-weight: 700;
}
/* Keyboard users */
 .primary-nav a:focus-visible {
     outline: none;
     border-bottom-color: #ffffff;
}
/* CUSTOM BUTTONS-------------------------------------------------- */
/* ============================== Button Links (Cascade-safe) Colors: #0a456d (blue) + white Classes: button-white, button-blue ============================== */
/* Base */
 a.button-white, a.button-blue, a.button-white:link, a.button-blue:link, a.button-white:visited, a.button-blue:visited {
     display: inline-block;
     padding: 12px 22px;
     font-size: 15px;
     font-weight: 600;
     line-height: 1.1;
     border-radius: 8px;
     border: 2px solid #0a456d;
     font-size: 14px;
     font-weight: 600;
     line-height: 1.2;
     letter-spacing: 0.3px;
     text-decoration: none !important;
     letter-spacing: 0.2px;
     transition: background-color 100ms ease, color 100ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
     box-shadow: 0 2px 8px rgba(0,0,0,0.10);
     cursor: pointer;
}
/* White button */
 a.button-white, a.button-white:link, a.button-white:visited {
     background: #ffffff;
     color: #0a456d !important;
}
/* Blue button */
 a.button-blue, a.button-blue:link, a.button-blue:visited {
     background: #0a456d;
     color: #ffffff !important;
}
/* Hover + focus (classy lift) */
 a.button-white:hover, a.button-white:focus-visible {
     background: #0a456d;
     color: #ffffff !important;
     transform: translateY(-1px);
     box-shadow: 0 10px 20px rgba(10,69,109,0.18);
}
 a.button-blue:hover, a.button-blue:focus-visible {
     background: #083654;
     border-color: #083654;
     color: #ffffff !important;
     transform: translateY(-1px);
     box-shadow: 0 10px 20px rgba(10,69,109,0.24);
}
/* Accessible focus ring (keyboard users) */
 a.button-white:focus-visible, a.button-blue:focus-visible {
     outline: 3px solid rgba(10,69,109,0.35);
     outline-offset: 2px;
}
/* Active press */
 a.button-white:active, a.button-blue:active {
     transform: translateY(0);
     box-shadow: 0 3px 10px rgba(0,0,0,0.12);
}
/* makes 5 items evenly fill the whole bar */
 .info-bar-row{
     display:flex;
     justify-content:space-between;
     gap:0;
    /* remove “mystery” spacing */
}
 .info-bar-row .info-link{
     flex:1 1 0;
     text-align:center;
}
/* Blue bar row: allow wrapping on small screens */
 .info-bar .row.info-bar-row{
     display:flex;
     flex-wrap:wrap;
     justify-content:space-between;
     align-items:stretch;
}
/* Each link becomes a flexible “tile” */
 .info-bar .row.info-bar-row .info-link{
     flex:1 1 200px;
    /* grow/shrink, but don’t get tiny */
     min-width:200px;
    /* forces wrap instead of crushing */
     padding:14px 12px;
     text-align:center;
     white-space:normal;
    /* allow wrapping */
     line-height:1.2;
}
/* Keep icon and text aligned nicely */
 .info-bar .info-link em{
     margin-right:8px;
}
/* Phone: make them 2 per row (roughly) */
 @media (max-width: 640px){
     .info-bar .row.info-bar-row .info-link{
         flex:1 1 50%;
         min-width:0;
    }
}
/* Very small phones: 1 per row */
 @media (max-width: 380px){
     .info-bar .row.info-bar-row .info-link{
         flex:1 1 100%;
    }
}
/* Container */
 .wc-social{
     list-style:none;
     padding:0;
     margin:20px 0 0 0;
     display:flex;
     gap:14px;
}
/* Link */
 .wc-social a{
     display:inline-flex;
     align-items:center;
     justify-content:center;
     width:42px;
     height:42px;
     border-radius:6px;
     background:#0f4c73;
     text-decoration:none;
     transition:background .2s ease;
}
 .wc-social a:hover{
     background:#0c3c5b;
}
/* Base icon style */
 .wc-icon{
     width:20px;
     height:20px;
     display:block;
     background-repeat:no-repeat;
     background-position:center;
     background-size:contain;
}
/* Individual icons */
 .wc-311{
     background-image:url("/images/icons/311.svg");
}
 .wc-twitter{
     background-image:url("/images/icons/twitter.svg");
}
 .wc-facebook{
     background-image:url("/images/icons/facebook.svg");
}
 .wc-tv{
     background-image:url("/images/icons/tv.svg");
}
 .breadcrumbs__list{
     list-style:none;
     margin:0;
     padding:0;
     display:flex;
     flex-wrap:wrap;
     gap:0;
    /* we’ll control spacing with padding */
}
 .breadcrumbs__item{
     display:flex;
     align-items:center;
}
/* Visual separator added via CSS so screen readers don't announce it */
 .breadcrumbs__item + .breadcrumbs__item::before{
     content:"\00BB";
    /* » */
     margin:0 0.5rem;
     opacity:0.8;
}
 .breadcrumbs__link{
     text-decoration:underline;
}
 .breadcrumbs__item--current .breadcrumbs__current{
     font-weight:600;
     text-decoration:none;
}
