@charset "UTF-8";
/*! ---------- =reset ---------- */
 * {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-size: 100%;
     vertical-align: baseline;
     background: transparent;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
 ul {
     list-style: disc;
}
 blockquote, q {
     quotes: none;
}
 blockquote:before, blockquote:after, q:before, q:after {
     content: '';
     content: none;
}
 img {
     -ms-interpolation-mode: bicubic;
     display: block;
     max-width: 100%;
}
 article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
     display: block;
}
 audio, canvas, progress, video {
     display: inline-block;
     vertical-align: baseline;
}
 audio:not([controls]) {
     display: none;
     height: 0;
}
 [hidden], template {
     display: none;
}
 a:active, a:hover {
     outline: 0;
}
 abbr[title] {
     border-bottom: 1px dotted;
}
 b, strong {
     font-weight: bold;
}
 dfn {
     font-style: italic;
}
 mark {
     background: #ff0;
     color: #000;
}
 small {
     font-size: 80%;
}
 sub, sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
}
 sup {
     top: -0.5em;
}
 sub {
     bottom: -0.25em;
}
 img {
     border: 0;
}
 svg:not(:root) {
     overflow: hidden;
}
 hr {
     -webkit-box-sizing: content-box;
     box-sizing: content-box;
     height: 0;
}
 pre {
     overflow: auto;
}
 code, kbd, pre, samp {
     font-family: monospace, monospace;
     font-size: 1em;
}
 button, input, optgroup, select, textarea {
     color: inherit;
     font: inherit;
}
 button {
     overflow: visible;
}
 button, select {
     text-transform: none;
}
 button, html input[type="button"], input[type="reset"], input[type="submit"] {
     -webkit-appearance: button;
     cursor: pointer;
}
 button[disabled], html input[disabled] {
     cursor: default;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
     border: 0;
}
 input {
     line-height: normal;
}
 input[type="checkbox"], input[type="radio"] {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
 input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
     height: auto;
}
/* input[type="search"] {
     -webkit-appearance: textfield;
     -webkit-box-sizing: content-box;
     box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
}
 */
 fieldset {
     border: 1px solid #c0c0c0;
     margin: 0 2px;
     padding: 0.35em 0.625em 0.75em;
}
 legend {
     border: 0;
}
 textarea {
     overflow: auto;
}
 optgroup {
     font-weight: bold;
}
 table {
     border-collapse: collapse;
     border-spacing: 0;
}
/*! ---------- =typography ---------- */
 body {
     font: 18px/24px "Open Sans", Helvetica, sans-serif;
     color: #444;
     -webkit-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 .alternate-typeface, h1, h2, h3, h4, h5, h6, .button {
     text-rendering: optimizeLegibility;
     font-weight: 400;
}
 p, ol, ul, h1, h2, h3, h4, h5, h6 {
     margin-bottom: 24px;
}
 p:last-child, ol:last-child, ul:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
     margin-bottom: 0;
}
 p, ol, ul {
     orphans: 2;
     widows: 2;
}
 ol, ul {
     margin-left: 2em;
}
 h1, h2, h3, h4, h5, h6 {
     color: #484848;
     font-weight: 400;
}
 h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
     display: inline-block;
     vertical-align: middle;
}
 h1 {
     font-size: 48px;
     line-height: 60px;
     color: #00629f;
}
 h1.reverse-title {
     font-size: 48px;
     line-height: 60px;
     color: #fff;
}
 @media (max-width: 767px) {
     h1 {
         font-size: 36px;
    }
}
 h1.home-feature__title {
     color: #fff;
     text-align: center;
}
 @media (max-width: 959px) {
     h1.home-feature__title {
         font-size: 30px;
         line-height: 36px;
         margin: 0 auto;
         width: 80%;
    }
     h1.reverse-title {
         font-size: 36px;
         line-height: 42px;
    }
}
 @media (min-width: 960px) {
     h1.home-feature__title {
         font-size: 42px;
    }
}
 h2 {
     font-size: 36px;
     line-height: 36px;
     color: #8cc63f;
     font-weight: 600;
}
 h2.home-title {
     color: #00619e;
     font-weight: 700;
     height: 54px;
     text-transform: uppercase;
     vertical-align: bottom;
     margin-bottom: 0;
     padding-top: 25px;
     padding-left: 25px;
     border-left-width: thick;
     border-style: solid;
     border-image: linear-gradient( to bottom, #13b1d7, #79c356) 1 100%
}
 h3 {
     font-size: 30px;
     font-weight: 700;
     line-height: 42px;
     color: #00adef;
}
 h4 {
     font-size: 24px;
     font-weight: bold;
}
 h5 {
     font-size: 20px;
}
/*! ---------- =common =components ---------- */
 body {
     background-color: #fff;
     overflow-x: hidden;
}
 a {
     text-decoration: none;
     color: #00619e;
     font-weight: bold;
}
 a:hover, a:focus {
     color: #8cc63f;
}
 a, button {
     -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, opacity 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
     transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, opacity 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
     -o-transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out;
     transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out;
     transition: color 0.15s ease-out, background-color 0.15s ease-out, border 0.15s ease-out, box-shadow 0.15s ease-out, opacity 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
}
 .block {
     display: block;
     max-width: 100%;
     margin: 0 auto;
}
 .align-left {
     text-align: left;
}
 .align-center {
     text-align: center;
}
 .align-right {
     text-align: right;
}
 .clear {
     clear: both;
}
 .margin {
     margin-bottom: 24px;
}
 .margin-large {
     margin-bottom: 48px;
}
 .margin-small {
     margin-bottom: 12px;
}
 .margin-top {
     margin-top: 24px;
}
 .margin-top-large {
     margin-top: 48px;
}
 .margin-top-small {
     margin-top: 12px;
}
 .more {
     display: inline-block;
     font-weight: 700;
}
 .img-left, .img-right {
     display: block;
    /* max-width: 40%;
     margin: 0 0 24px;
     */
     padding-bottom: 24px;
}
 .gray-box-photo .img-left {
     padding-bottom: 0;
}
 .img-left img, .img-right img {
     display: block;
}
 @media (max-width: 720px) {
     .img-left {
         float: none;
    }
}
 .center {
     text-align: center !important;
     margin: 0 auto !important;
}
 .note {
     opacity: 0.6;
     font-size: 16px;
     font-style: italic;
}
 pre+.note, input+.note, textarea+.note {
     margin-top: -12px;
}
 .highlight {
     color: #00adef;
}
 .warn {
     color: #fff;
     background: #a3223a;
     padding: 10px 10px 10px 20px;
}
 figure {
    display: block;
    margin-bottom: 24px;
    padding: 6px;
}

 figure img {
 width: 100%;
 height: auto;
 }

 figcaption {
     display: block;
     padding:  7px  0;
     font-size: 16px;
     opacity: 1;
}

 .arrow {
     /* font-size: 18px;
     display: inline-block;
     vertical-align: middle;
  	 float: right;
     width: 0;
     height: 0;
     margin-left: 0.75em;
     margin-right: 1em;
     margin-top: -0.2em;
     line-height: 1em;
     border: 0.5em solid transparent;
     border-left-color: #00629f;
     border-right-width: 0;
     -webkit-transform: scaleX(1.5);
     -ms-transform: scaleX(1.5);
     transform: scaleX(1.5); */
}
 .arrow--highlight {
     /* border-left-color: #017bc4; */
}
 .arrow--warn {
     /* border-left-color: #941; */
}
 .arrow--inverse {
     /* border-left-color: #fff; */
}
 .arrow--down, .accordion__label.is-active .arrow {
     /* -webkit-transform: rotate(90deg) scaleX(1.5);
     -ms-transform: rotate(90deg) scaleX(1.5);
     transform: rotate(90deg) scaleX(1.5); */
}
 .arrow--up {
     /* -webkit-transform: rotate(-90deg) scaleX(1.5);
     -ms-transform: rotate(-90deg) scaleX(1.5);
     transform: rotate(-90deg) scaleX(1.5); */
}
 .arrow--left {
     /* -webkit-transform: scaleX(-1.5);
     -ms-transform: scaleX(-1.5);
     transform: scaleX(-1.5); */
}
 .button, .sf-fieldWrp button,  .btn.btn-default, .form-group a {
     display: inline-block;
     vertical-align: middle;
     padding: 12px 28px 12px 28px;
     text-align: center;
     color: #fff;
     font-weight: 700;
     background: #00adef;
     border: none;
     -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
     transition: color 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
     -o-transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
     transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
     transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out, -webkit-transform 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
}
 a.button:hover, a.button:focus, .sf-fieldWrp button:hover, .sf-fieldWrp button:focus {
     color: #fff;
     background: #8cc63e;
}
 .sf-fieldWrp a:hover, .sf-fieldWrp a:focus {
     cursor: pointer;
}
 .button.reversed, a.button.interior-content-cta, button.button.interior-content-cta, .btn.btn-default, .form-group a {
     background: none;
     border: #8cc63f solid 5px;
     color: #004661;
}
 .button.interior-content-cta {
     font-size: 18px;
}
 a.button.reversed:hover, a.button.reversed:focus, a.button.interior-content-cta:hover, button.button.interior-content-cta:hover,  .btn.btn-default:hover, .form-group a:hover {
     color: #fff;
     background: #004661;
}


.form-group .btn.btn-default, .form-group  a {
margin-top: 20px;
margin-right: 20px;
min-width: 200px;
}



 .button:active {
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     transform: translateY(0);
     -webkit-box-shadow: none;
     box-shadow: none;
     -webkit-transition: none;
     -o-transition: none;
     transition: none;
}
 .button--large {
     display: block;
     width: auto;
     max-width: 100%;
}
 .button--large+.button--large {
     margin-left: 0;
     margin-top: 12px;
}
 .button--small {
     padding: 6px 24px;
     font-size: 16px;
}
 .button--highlight {
     background: #017bc4;
}
 .button--highlight:hover, .button--highlight:focus {
     background: #018bdd;
}
 .button--warn {
     background: #941;
}
 .button--warn:hover, .button--warn:focus {
     background: #bf2e1b;
}
 .button--cancel {
     font-size: 16px;
     color: #888;
     border: 1px solid #888;
     background: #f8f8f8;
}
 .button--cancel:hover, .button--cancel:focus {
     background: #fff;
     color: #5a5a5a;
     border-color: #017bc4;
}
 .button--lined {
     background: #fff;
     border: 2px solid #5a5a5a;
     color: #5a5a5a;
}
 .button--lined:hover, .button--lined:focus {
     background: #fff;
     border-color: #017bc4;
     color: #5a5a5a;
}
 .button--lined.button--highlight {
     border-color: #3d5e88;
     color: #3d5e88;
}
 .button--lined.button--highlight:hover, .button--lined.button--highlight:focus {
     border-color: #017bc4;
     color: #017bc4;
}
 .button--lined.button--warn {
     border-color: #941;
     color: #941;
}
 .button--lined.button--warn:hover, .button--lined.button--warn:focus {
     border-color: #bf2e1b;
     color: #bf2e1b;
}
 .pull-quote {
     padding: 24px 0;
     margin: 24px 0;
     border: solid #3d5e88;
     border-width: 2px 0;
     font-size: 20px;
     line-height: 36px;
     font-weight: 300;
}
 .pull-quote__attribution {
     display: block;
     font-size: 16px;
     line-height: 24px;
     opacity: 0.8;
}
 .pull-quote__attribution::before {
     content: '– ';
}
 p+.pull-quote__attribution {
     margin-top: -18px;
}
 @media (min-width: 520px) {
     .pull-quote--left, .pull-quote--right {
         max-width: 40%;
         margin-top: 0;
    }
     .pull-quote--left {
         float: left;
         margin-right: 24px;
         padding: 0 24px 0 0;
         border-width: 0 2px 0 0;
    }
     .pull-quote--right {
         float: right;
         margin-left: 24px;
    }
}
 .content-box {
     margin-bottom: 20px;
     padding: 55px 20px 35px 20px;
     background: #fff;
     -webkit-box-shadow: 5px 5px 29px 0px rgba(204, 204, 204, 1);
     -moz-box-shadow: 5px 5px 29px 0px rgba(204, 204, 204, 1);
     box-shadow: 5px 5px 29px 0px rgba(204, 204, 204, 1);
     display: block;
     position: relative;
     min-height: 250px;
}
 .interior-nav__nav .content-box {
     padding: 0;
     min-height: 0;
}
 .interior-layout__aside .content-box {
     min-height: 0;
     padding-bottom: 45px;
     margin-bottom: 75px;
}
 .interior-layout__aside .content-box p {
     padding-top: 10px;
}
 .grid.content-boxes.resource-boxes .content-box {
     min-height: 250px;
}
 .content-photo-gray-box {
     margin-top: 70px;
     margin-bottom: 70px;
     padding-bottom: 0 !important;
     background: #eee;
     position: relative;
     display: block;
}
 .interior-layout__main .content-photo-gray-box {
     margin-top: 0;
}
 .content-photo-gray-box a.gray-box-link {
     font-size: 25px;
     font-weight: 700;
     display: block;
     margin-top: 25px;
     margin-bottom: 25px;
}
 @media (min-width: 1170px) {
     .content-photo-gray-box {
         float: left;
    }
     .gray-box-container, .gray-box-photo {
         width: 50%;
         float: left;
         display: block;
    }
     .gray-box-photo img.img-left {
         margin-bottom: 0;
    }
}
 @media (min-width: 1299px) {
     .content-photo-gray-box a.gray-box-link {
         margin-top: 55px;
    }
}
 .gray-box-container {
     padding-right: 50px;
     padding-left: 50px;
     font-weight: 600;
}
 .gray-box-container .more-link {
     margin-right: -50px;
     margin-left: -52px;
     position: absolute;
     bottom: 33px;
     width: 50%;
}
 .events-list .gray-box-container button.truncator-expand,
 .gray-box-container.home-feature__news-content button.truncator-expand,
 .gray-box-container.home-feature__content button.truncator-expand {
    display: none;
}
 @media (max-width: 1169px) {

     .content-photo-gray-box {
         float: none;
    }

    .gray-box-container {
         padding-bottom: 25px;
    }
     .content-box {
         padding: 25px 20px 0 20px;
    }
     .gray-container img {
         max-width: 100%;
         height: auto;
    }

}
 .gray-box-container.home-feature__content .more-link {
     margin-right: -60px;
     margin-left: -50px;
     position: absolute;
     bottom: 32px;
     width: 50%;
}
 .event-tabs .content-photo-gray-box a.gray-box-link {
     margin-top: 35px;
}
 .event-tabs, .home-feature__description .more-link a {
     color: #fff;
     font-size: 18px;
}
 .event-tabs, .home-feature__description .more-link {
     padding-top: 0;
}
 @media (max-width: 1169px) {
     .content-box {
         width: 90%;
         margin: 0 auto 25px auto;
    }
     .event-tabs.home-feature .gray-box-container, .gray-box-photo {
         width: 100%;
         float: none;
         display: block;
         margin: 0 auto 0 auto;
         min-height: 0 !important;
         background: #fff;
         border: #eee solid 2px;
    }
     .event-tabs.home-feature, .event-tabs.home-feature .home-feature__image {
         width: 100%;
         height: auto;
    }
     .content-photo-gray-box a.gray-box-link {
         margin-top: 15px;
         margin-bottom: 25px;
    }
     .gray-box-container .more-link {
         margin-right: -50px;
         margin-left: -52px;
         position: absolute;
         bottom: -20px;
         width: 100%;
    }
     .gray-box-container.home-feature__content .more-link {
         margin-right: 0;
         margin-left: -10px;
         position: absolute;
         bottom: 32px;
         width: 100%;
    }
     h2.home-title {
         margin-left: 5%;
         line-height: 36px;
    }
}
 @media (min-width: 1170px) and (max-width: 1400px) {
     .interior-layout__main .gray-box-container {
         font-size: 15px;
    }
     .interior-layout__main .gray-box-container .img-left {
         padding-bottom: 0;
    }
     .interior-layout__main .gray-box-container p {
         margin-bottom: 0;
    }
}
 .content-box p {
     font-size: 18px;
}
 .content-box h2 {
     color: #00619e;
     font-weight: 800;
     text-align: center;
     margin-bottom: 5px;
}
 .content-box .box-icon {
     padding-bottom: 20px;
     text-align: center;
     margin: 0 auto;
}
 .content-box h2.light-blue {
     color: #00adef;
     font-size: 20px;
}
 .content-box h2.green {
     color: #8cc63e;
     font-size: 20px;
}
 .content-box h2.green.left, .content-box h2.light-blue.left {
     text-align: left;
}
 .interior-layout__main .content-box {
     min-height: 0;
     padding-bottom: 45px;
}
 .grid.content-boxes {
     position: relative;
     margin-top: -75px;
     z-index: 1000;
}
 @media (max-width: 1170px) {
     .grid.content-boxes {
         margin-top: 25px;
    }
}
 .grid.content-boxes .grid__unit {
     padding: 0 20px 48px 0;
}
 .more-link {
     text-align: center;
     background: #00619e;
     color: #fff;
     margin-right: -20px;
     margin-bottom: -32px;
     margin-left: -20px;
     padding-top: 15px;
     height: 50px;
     position: relative;
     bottom: 0;
     font-weight: 700;
     width: auto;
}
 .more-link:hover, .more-link.green-bkgd:hover {
     background: #00adef;
}
 .more-link.light-blue-bkgd:hover {
     background: #00619e;
}
 .more-link a {
     color: #fff;
     font-weight: 700;
}
 .content-box.alternate-box {
     margin-bottom: 20px;
     padding: 22px 15px 42px 15px;
     background: #fff;
     color: #444;
     border: #004661 solid 1px;
}
 .content-box.grayback {
     margin-bottom: 20px;
     padding: 22px 15px 42px 15px;
     background: #f5f5f5;
     border: #a4a4a4 solid 1px;
}
 .content-box.shadow-box {
     margin-bottom: 20px;
     padding: 22px 15px 42px 15px;
     background: #fff;
     border: none;
     -webkit-box-shadow: 2px 2px 9px 4px rgba(237, 237, 237, 0.75);
     -moz-box-shadow: 2px 2px 9px 4px rgba(237, 237, 237, 0.75);
     box-shadow: 2px 2px 9px 4px rgba(237, 237, 237, 0.75);
}
 .content-box.grayback.shadow {
     margin-bottom: 20px;
     padding: 22px 15px 42px 15px;
     background: #f5f5f5;
     border: none;
     -webkit-box-shadow: 2px 2px 9px 4px rgba(177, 177, 177, 0.75);
     -moz-box-shadow: 2px 2px 9px 4px rgba(177, 177, 177, 0.75);
     box-shadow: 2px 2px 9px 4px rgba(177, 177, 177, 0.75);
}
 .content-box.landing-box {
     background: #fff;
}
 .content-box h3 {
     color: #203944;
}
 .content-box.alternate-box h2 {
     background: url(/images/default-source/pagelayoutimages/bkgd-blue-texture.png);
     color: #fff;
     margin-top: -22px;
     margin-right: -15px;
     margin-left: -15px;
     padding-top: 15px;
     padding-bottom: 10px;
     text-align: center;
}
 .content-box .button.button--cta {
     font-size: 18px;
}
 .content-box.alternate-box a {
     color: #004661;
}
 .content-box.alternate-box a:hover {
     color: #8cc63f;
}
 .content-box.alternate-box a.button:hover {
     color: #fff;
}
 .content-box.landing-box a {
    /* color: #203944;
     */
}
.content-box--highlight {
    background: #eee;
    box-shadow: none;
}
.content-box--action {
     margin-bottom: 20px;
     padding: 42px 15px;
     background: #f5f5f5;
     border: #4aa8d1 solid 2px;
     text-align: center;
}
 @media (min-width: 1200px) {
     .content-box--action {
         max-width: 383px;
    }
}
 .content-box--action img {
     margin: 0 auto 20px auto;
}
 .content-box--action a {
     color: #203944;
     font-size: 28px;
     font-weight: normal;
}
.content-box--icon h2 {
    font-size: 20px;
}

 .item-list {
     list-style: none;
     margin: 24px 0 24px 0;
}
 .item-list:last-child {
     margin-bottom: 0;
}
 .item-list+.button {
     margin-top: -24px;
}
 .item-list__item {
     border-bottom: #eee solid 1px;
     padding-bottom: 24px;
}
 .item-list__item:last-child {
     border-bottom: none;
}
 .item-list__item+.item-list__item {
     padding-top: 24px;
}
 .item-list.search-list__item a:hover {
     color: #74c8ec;
}
 .item-list__title {
     display: block;
     margin: 0;
     font-size: 20px;
     line-height: 24px;
     font-weight: 700;
}
 .item-list__date {
     margin: 6px 0 0;
     font-style: italic;
}
 .item-list__description {
     font-size: 18px;
     margin: 6px 0 0;
}
 .item-list__thumbnail {
     float: left;
     margin-right: 24px;
     max-width: 150px;
}
 .item-list__calendar-date {
     width: 125px;
     max-width: 35%;
     float: left;
     margin-right: 24px;
     border-radius: 5px;
     text-align: center;
     -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
     box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}
 .item-list__month {
     display: block;
     padding: 6px 0;
     border-radius: 5px 5px 0 0;
     font-size: 16px;
     font-weight: 700;
     color: #fff;
     background: #484848;
}
 .item-list__day {
     display: block;
     padding: 18px 0;
     font-size: 28px;
     font-weight: 700;
     color: #a42b1b;
}
 .item-list__thumbnail~.item-list__title, .item-list__thumbnail~.item-list__date, .item-list__thumbnail~.item-list__description, .item-list__calendar-date~.item-list__title, .item-list__calendar-date~.item-list__date, .item-list__calendar-date~.item-list__description {
     overflow: hidden;
}
 @media (min-width: 768px) {
     .item-list__thumbnail~.item-list__title, .item-list__thumbnail~.item-list__date, .item-list__thumbnail~.item-list__description, .item-list__calendar-date~.item-list__title, .item-list__calendar-date~.item-list__date, .item-list__calendar-date~.item-list__description, .item-list_author-bio {
         margin-left: 145px;
    }
}
 @media (max-width: 767px) {
     .item-list__thumbnail {
         float: none;
         margin-bottom: 15px;
    }
}
 .toggle-indicator {
     display: inline-block;
     vertical-align: middle;
     width: 24px;
     height: 24px;
     position: relative;
}
 .toggle-indicator:first-child {
     margin-right: 12px;
}
 .toggle-indicator:last-child {
     margin-left: 12px;
}
 .toggle-indicator__piece {
     display: block;
     position: absolute;
     top: 50%;
     left: 0;
     margin-top: -2px;
     -webkit-transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, -webkit-transform 0.25s ease-out;
     transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, -webkit-transform 0.25s ease-out;
     -o-transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
     transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out;
     transition: opacity 0.2s ease-out 0.4s, margin 0.2s ease-out 0.4s, transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
 .toggle-indicator__piece::before {
     content: '';
     display: block;
     width: 24px;
     height: 4px;
     background: #fff;
     -webkit-transition: background 0.2s ease-out;
     -o-transition: background 0.2s ease-out;
     transition: background 0.2s ease-out;
}
 .toggle-indicator__piece--1 {
     margin-top: -8px;
}
 .toggle-indicator__piece--3 {
     margin-top: 4px;
}
 .is-active .toggle-indicator__piece {
     -webkit-transition: opacity 0.2s ease-out, margin 0.2s ease-out, -webkit-transform 0.25s ease-out 0.3s;
     transition: opacity 0.2s ease-out, margin 0.2s ease-out, -webkit-transform 0.25s ease-out 0.3s;
     -o-transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
     transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s;
     transition: opacity 0.2s ease-out, margin 0.2s ease-out, transform 0.25s ease-out 0.3s, -webkit-transform 0.25s ease-out 0.3s;
}
 .is-active .toggle-indicator__piece::before {
     background: #fff;
}
 .is-active .toggle-indicator__piece--2 {
     opacity: 0;
}
 .is-active .toggle-indicator__piece--1, .is-active .toggle-indicator__piece--3 {
     margin-top: -2px;
}
 .is-active .toggle-indicator__piece--1 {
     -webkit-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
 .is-active .toggle-indicator__piece--3 {
     -webkit-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
     transform: rotate(45deg);
}
 .js .toggle-target:not(.is-active) {
     display: none;
}
 .search-refine .toggle-indicator__piece::before {
     content: '';
     display: block;
     width: 24px;
     height: 4px;
     background: #4aa8d1;
     -webkit-transition: background 0.2s ease-out;
     -o-transition: background 0.2s ease-out;
     transition: background 0.2s ease-out;
}
 .group:after, .item-list__item:after, .side-label:after, .interior-layout:after {
     content: "";
     display: table;
     clear: both;
}
/*! ---------- =grids ---------- */
 .grid {
     display: block;
     padding: 0;
     margin-right: -24px;
     letter-spacing: -0.31em;
     text-rendering: optimizespeed;
     text-align: center;
}
 .grid__unit {
     display: inline-block;
     width: 100%;
     padding: 0 24px 24px 0;
     margin: 0;
     vertical-align: top;
     letter-spacing: normal;
     text-rendering: auto;
     text-align: left;
}
 .grid__unit--1-2 {
     width: 50%;
}
 .grid__unit--1-3 {
     width: 33.33%;
}
 .grid__unit--2-3 {
     width: 66.66%;
}
 .grid__unit--1-4 {
     width: 25%;
}
 .grid__unit--3-4 {
     width: 75%;
}
 .grid__unit--1-5 {
     width: 20%;
}
 .grid__unit--2-5 {
     width: 40%;
}
 .grid__unit--3-5 {
     width: 60%;
}
 .grid__unit--4-5 {
     width: 80%;
}
 .grid__unit--1-6 {
     width: 16.66%;
}
 .grid__unit--5-6 {
     width: 83.3%;
}
 .grid__unit--1-8 {
     width: 12.5%;
}
 .grid__unit--3-8 {
     width: 37.5%;
}
 .grid__unit--5-8 {
     width: 62.5%;
}
 .grid__unit--7-8 {
     width: 87.5%;
}
 .grid__unit--1-9 {
     width: 11.11%;
}
 .grid__unit--2-9 {
     width: 22.22%;
}
 .grid__unit--4-9 {
     width: 44.44%;
}
 .grid__unit--5-9 {
     width: 55.55%;
}
 .grid__unit--7-9 {
     width: 77.77%;
}
 .grid__unit--8-9 {
     width: 88.88%;
}
 .grid__unit--1-12 {
     width: 8.33%;
}
 .grid__unit--5-12 {
     width: 41.65%;
}
 .grid__unit--7-12 {
     width: 58.31%;
}
 .grid__unit--11-12 {
     width: 91.63%;
}
 @media (min-width: 520px) {
     .grid__unit--1-1-s {
         width: 100%;
    }
     .grid__unit--1-2-s {
         width: 50%;
    }
     .grid__unit--1-3-s {
         width: 33.33%;
    }
     .grid__unit--2-3-s {
         width: 66.66%;
    }
     .grid__unit--1-4-s {
         width: 25%;
    }
     .grid__unit--3-4-s {
         width: 75%;
    }
     .grid__unit--1-5-s {
         width: 20%;
    }
     .grid__unit--2-5-s {
         width: 40%;
    }
     .grid__unit--3-5-s {
         width: 60%;
    }
     .grid__unit--4-5-s {
         width: 80%;
    }
     .grid__unit--1-6-s {
         width: 16.66%;
    }
     .grid__unit--5-6-s {
         width: 83.3%;
    }
     .grid__unit--1-8-s {
         width: 12.5%;
    }
     .grid__unit--3-8-s {
         width: 37.5%;
    }
     .grid__unit--5-8-s {
         width: 62.5%;
    }
     .grid__unit--7-8-s {
         width: 87.5%;
    }
     .grid__unit--1-9-s {
         width: 11.11%;
    }
     .grid__unit--2-9-s {
         width: 22.22%;
    }
     .grid__unit--4-9-s {
         width: 44.44%;
    }
     .grid__unit--5-9-s {
         width: 55.55%;
    }
     .grid__unit--7-9-s {
         width: 77.77%;
    }
     .grid__unit--8-9-s {
         width: 88.88%;
    }
     .grid__unit--1-12-s {
         width: 8.33%;
    }
     .grid__unit--5-12-s {
         width: 41.65%;
    }
     .grid__unit--7-12-s {
         width: 58.31%;
    }
     .grid__unit--11-12-s {
         width: 91.63%;
    }
}
 @media (min-width: 960px) {
     .grid {
         margin-right: -48px;
    }
     .grid.content-boxes {
         margin-right: 25px;
         margin-left: 25px;
    }
     .grid.content-boxes.resource-boxes {
         margin-top: 75px;
    }
     .grid.content-boxes .grid__unit.last_unit {
         padding: 0 0 48px 0;
         max-width: 312px;
    }
     .grid__unit {
         padding: 0 48px 48px 0;
    }
     .grid__unit--1-1-m {
         width: 100%;
    }
     .grid__unit--1-2-m, .col-md-6 {
         width: 50%;
    }
     .grid__unit--1-3-m, .col-md-4 {
         width: 33.33%;
    }
     .grid__unit--2-3-m, .col-md-8 {
         width: 66.66%;
    }
     .grid__unit--1-4-m, .col-md-3 {
         width: 25%;
    }
     .grid__unit--3-4-m, .col-md-9 {
         width: 75%;
    }
     .grid__unit--1-5-m {
         width: 20%;
    }
     .grid__unit--2-5-m {
         width: 40%;
    }
     .grid__unit--3-5-m {
         width: 60%;
    }
     .grid__unit--4-5-m {
         width: 80%;
    }
     .grid__unit--1-6-m, .col-md-2 {
         width: 16.66%;
    }
     .grid__unit--5-6-m {
         width: 83.3%;
    }
     .grid__unit--1-8-m {
         width: 12.5%;
    }
     .grid__unit--3-8-m {
         width: 37.5%;
    }
     .grid__unit--5-8-m {
         width: 62.5%;
    }
     .grid__unit--7-8-m {
         width: 87.5%;
    }
     .grid__unit--1-9-m {
         width: 11.11%;
    }
     .grid__unit--2-9-m {
         width: 22.22%;
    }
     .grid__unit--4-9-m {
         width: 44.44%;
    }
     .grid__unit--5-9-m {
         width: 55.55%;
    }
     .grid__unit--7-9-m {
         width: 77.77%;
    }
     .grid__unit--8-9-m {
         width: 88.88%;
    }
     .grid__unit--1-12-m {
         width: 8.33%;
    }
     .grid__unit--5-12-m {
         width: 41.65%;
    }
     .grid__unit--7-12-m {
         width: 58.31%;
    }
     .grid__unit--11-12-m {
         width: 91.63%;
    }
}
 @media (min-width: 960px) {
     .grid__unit--1-2-l {
         width: 50%;
    }
     .grid__unit--1-3-l {
         width: 33.33%;
    }

      .grid__unit--2-3-l {
         width: 66.66%;
    }

     .grid__unit--1-3-l-plus {
         width: 40% !important;
    }
     .grid__unit--1-4-l {
         width: 25%;
    }
     .grid__unit--1-4-l-plus {
         width: 30% !important;
    }
     .grid__unit--3-4-l {
         width: 75%;
    }
     .grid__unit--1-5-l {
         width: 20%;
    }
     .grid__unit--2-5-l {
         width: 40%;
    }
     .grid__unit--3-5-l {
         width: 60%;
    }
     .grid__unit--4-5-l {
         width: 80%;
    }
     .grid__unit--1-6-l {
         width: 16.66%;
    }
     .grid__unit--5-6-l {
         width: 83.3%;
    }
     .grid__unit--1-8-l {
         width: 12.5%;
    }
     .grid__unit--3-8-l {
         width: 37.5%;
    }
     .grid__unit--5-8-l {
         width: 62.5%;
    }
     .grid__unit--7-8-l {
         width: 87.5%;
    }
     .grid__unit--1-9-l {
         width: 11.11%;
    }
     .grid__unit--2-9-l {
         width: 22.22%;
    }
     .grid__unit--4-9-l {
         width: 44.44%;
    }
     .grid__unit--5-9-l {
         width: 55.55%;
    }
     .grid__unit--7-9-l {
         width: 77.77%;
    }
     .grid__unit--8-9-l {
         width: 88.88%;
    }
     .grid__unit--1-12-l {
         width: 8.33%;
    }
     .grid__unit--5-12-l {
         width: 41.65%;
    }
     .grid__unit--7-12-l {
         width: 58.31%;
    }
     .grid__unit--11-12-l {
         width: 91.63%;
    }
}
 @media (min-width: 1200px) {
     .grid__unit--1-3-w-plus {
         width: 40%;
    }
     .grid__unit--1-4-w-plus {
         width: 30%;
    }
     .grid.content-boxes {
         margin-right: 0;
         margin-left: 0;
    }


    .grid__unit--1-3-l-extra {
         width: 45%  !important;
    }


    .grid__unit--2-3-l-extra {
         width: 55%  !important;
    }

}
 @media (min-width: 1400px) {
     .grid__unit--1-2-w {
         width: 50%;
    }
     .grid__unit--1-3-w {
         width: 33.33%;
    }
     .grid__unit--2-3-w {
         width: 66.66%;
    }
     .grid__unit--1-4-w {
         width: 25%;
    }
     .grid__unit--3-4-w {
         width: 75%;
    }
     .grid__unit--1-5-w {
         width: 20%;
    }
     .grid__unit--2-5-w {
         width: 40%;
    }
     .grid__unit--3-5-w {
         width: 60%;
    }
     .grid__unit--4-5-w {
         width: 80%;
    }
     .grid__unit--1-6-w {
         width: 16.66%;
    }
     .grid__unit--5-6-w {
         width: 83.3%;
    }
     .grid__unit--1-8-w {
         width: 12.5%;
    }
     .grid__unit--3-8-w {
         width: 37.5%;
    }
     .grid__unit--5-8-w {
         width: 62.5%;
    }
     .grid__unit--7-8-w {
         width: 87.5%;
    }
     .grid__unit--1-9-w {
         width: 11.11%;
    }
     .grid__unit--2-9-w {
         width: 22.22%;
    }
     .grid__unit--4-9-w {
         width: 44.44%;
    }
     .grid__unit--5-9-w {
         width: 55.55%;
    }
     .grid__unit--7-9-w {
         width: 77.77%;
    }
     .grid__unit--8-9-w {
         width: 88.88%;
    }
     .grid__unit--1-12-w {
         width: 8.33%;
    }
     .grid__unit--5-12-w {
         width: 41.65%;
    }
     .grid__unit--7-12-w {
         width: 58.31%;
    }
     .grid__unit--11-12-w {
         width: 91.63%;
    }
}
 @media (min-width: 1200px) {
     .grid__unit.no-bottom {
         padding: 0 48px 0 0;
    }
}
/*! ---------- =forms ---------- */
 input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], textarea, select {
     display: block;
     width: 100%;
     padding: 9px 12px;
     margin-bottom: 24px;
     border: 1px solid #d2d2d2;
     color: #292B2C;
     color: rgba(41, 43, 44, 0.8);
     font: 16px/24px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
     -webkit-transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
     -o-transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
     transition: color 0.15s ease-out, border-color 0.15s ease-out, background-color 0.15s ease-out, opacity 0.15s ease-out;
}
 input[type="text"]:last-child, input[type="email"]:last-child, input[type="password"]:last-child, input[type="number"]:last-child, input[type="tel"]:last-child, textarea:last-child, select:last-child {
     margin-bottom: 0;
}
 input[type="text"]:required, input[type="email"]:required, input[type="password"]:required, input[type="number"]:required, input[type="tel"]:required, textarea:required, select:required {
     border-color: #435d7f;
}
 input[type="text"].input-validation-error, input[type="email"].input-validation-error, input[type="password"].input-validation-error, input[type="number"].input-validation-error, input[type="tel"].input-validation-error, textarea.input-validation-error, select.input-validation-error {
     border-color: #941;
     color: #941;
}
 input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
    /* border-color: #017bc4;
     */
     color: #292B2C;
}
 textarea {
     padding: 12px;
     min-height: 96px;
}
 textarea.textarea-large {
     min-height: 240px;
}
 input[type="radio"], input[type="checkbox"] {
     display: inline-block;
     position: relative;
     top: -0.1em;
}
 label+input[type="radio"], label+input[type="checkbox"] {
     margin-left: 24px;
}
 label {
     display: block;
     margin-bottom: 6px;
     font-size: 15px;
     font-weight: 700;
     color: #484848;
     opacity: 0.9;
     -webkit-transition: color 0.15s ease-out, opacity 0.15s ease-out;
     -o-transition: color 0.15s ease-out, opacity 0.15s ease-out;
     transition: color 0.15s ease-out, opacity 0.15s ease-out;
}
 .sf-fieldWrp label {
     margin-top: 10px;
}
 input[type="radio"]+label, input[type="checkbox"]+label {
     display: inline-block;
     vertical-align: top;
     font-weight: 400;
}
 label.required {
     color: #3d5e88;
}
 label.required::after {
     content: '*';
     font-weight: 400;
}
 label.input-validation-error {
     color: #941;
}
 label.is-selected {
     color: #3d5e88;
}
 label.is-focused {
     color: #017bc4;
     opacity: 1;
}
 .side-label {
     margin-bottom: 24px;
}
 .side-label:last-child {
     margin-bottom: 0;
}
 @media (min-width: 520px) {
     .side-label {
         padding-left: 168px;
    }
     .side-label label {
         width: 168px;
         float: left;
         margin-left: -168px;
         padding: 6px 1em 0 0;
    }
}
 .field-validation-error {
     display: block;
     margin-bottom: 24px;
     font-size: 16px;
     color: #941;
}
 input+.field-validation-error, select+.field-validation-error, textarea+.field-validation-error {
     margin-top: -18px;
}
/*! ---------- =tabs ---------- */
 .tabs--standard {
     margin-bottom: 48px;
}
 .tabs--standard:last-child {
     margin-bottom: 0;
}
 .tabs--standard .tabs__tab {
     display: inline-block;
     vertical-align: bottom;
     padding: 12px;
     margin-bottom: -1px;
     border: 1px solid #f8f8f8;
     background: #f8f8f8;
     opacity: 0.9;
     position: relative;
     z-index: 2;
     cursor: pointer;
}
 .tabs--standard .tabs__tab.is-active {
     background: #fff;
     border-bottom-color: #fff;
     color: #017bc4;
}
 .tabs--standard .tabs__pane {
     border: 1px solid #f8f8f8;
     padding: 24px;
     display: none;
}
 .tabs--standard .tabs__pane.is-active {
     display: block;
}
 .accordion {
     margin-bottom: 48px;
}
 .accordion:last-child {
     margin-bottom: 0;
}
 .accordion__label {
     display: block;
     /* padding: 12px;
     background: #fff;
     border: #cecece solid 1px; */
     color: #00629f;
     font-weight: 600;
     font-size: 18px;
     cursor: pointer;
}
 .accordion__label:after {
     content: '';
     background: url(/images/default-source/pagelayoutimages/icon-arrow.png) right;
     width: 23px;
     height: 23px;
     display: inline-block;
     vertical-align: text-top;
}
 .accordion__label.is-active:after {
     content: '';
     background: url(/images/default-source/pagelayoutimages/icon-arrow-active.png) right;
     width: 23px;
     height: 23px;
     display: inline-block;
     vertical-align: text-top;
     -webkit-transform: rotate(90deg);
     -ms-transform: rotate(90deg);
     transform: rotate(90deg);
     margin-left: 10px;
}
 .accordion__label .arrow {
     font-size: 1.25em;
     /* border-left-color: #00629f; */
     -webkit-transition: all 0.15s ease-out;
     -o-transition: all 0.15s ease-out;
     transition: all 0.15s ease-out;
}
 .accordion__label.is-active {
     /* color: #fff; */
     /* border: 2px solid #cecece; */
     /* background: #00629f; */
}
 .accordion__label.is-active .arrow {
     /* border-left-color: #fff; */
}
 .accordion__label~.accordion__label {
     margin-top: 6px;
}
 .accordion__content {
     display: none;
     /* border: 1px solid #cecece; */
     border-top: none;
     padding: 24px 12px;
     -webkit-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
}
 .accordion__content.is-active {
     display: block;
     /* border: 1px solid #cecece; */
     border-top: none;
     padding: 24px 12px;
     -webkit-transition: all 0.2s ease-out;
     -o-transition: all 0.2s ease-out;
     transition: all 0.2s ease-out;
}
 .js .accordion__content:not(.is-active) {
     max-height: 0;
     padding-top: 0;
     padding-bottom: 0;
     /* border-width: 0 1px; */
     visibility: hidden;
     opacity: 0;
}
 @media (min-width: 520px) {
     .tabs--standard .tabs__tab {
         padding: 18px 24px;
         font-weight: 600;
    }
}
/*! ---------- =code and =syntax highlighting ---------- */
 pre, code {
     font-family: "Inconsolata", monospace;
     font-size: 16px;
     line-height: 24px;
}
 pre {
     display: block;
     padding: 24px 12px;
     border: 1px solid #eeeeee;
     margin-bottom: 24px;
     color: #222;
     background: white;
     overflow-y: auto;
     -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
     box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.1);
     position: relative;
}
 pre:last-child {
     margin-bottom: 0;
}
 pre::before {
     content: attr(rel);
     font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
     font-weight: 700;
     font-size: 15px;
     color: #e4b1ab;
     position: absolute;
     top: 2px;
     right: 12px;
}
 p&gt;code, li&gt;code {
     background: white;
     font-style: normal;
}
 p&gt;code::before, p&gt;code::after, li&gt;code::before, li&gt;code::after {
     content: '';
     display: inline-block;
     width: 0.5em;
}
/*! syntax highlighting through prism: http://prismjs.com/index.html * the following is based off the default theme */
 pre[class*="language-"] {
     -moz-tab-size: 4;
     -o-tab-size: 4;
     tab-size: 4;
     -webkit-hyphens: none;
     -ms-hyphens: none;
     hyphens: none;
}
 .token.comment, .token.prolog, .token.doctype, .token.cdata {
     color: slategray;
}
 .token.punctuation {
     color: #999;
}
 .namespace {
     opacity: .7;
}
 .token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol, .token.deleted {
     color: #905;
}
 .token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted {
     color: #690;
}
 .token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string {
     color: #a67f59;
     background: rgba(255, 255, 255, 0.5);
}
 .token.atrule, .token.attr-value, .token.keyword {
     color: #07a;
}
 .token.function {
     color: #DD4A68;
}
 .token.regex, .token.important, .token.variable {
     color: #e90;
}
 .token.important, .token.bold {
     font-weight: bold;
}
 .token.italic {
     font-style: italic;
}
 .token.entity {
     cursor: help;
}
/*! ---------- =body ---------- */
 html {
     overflow-x: hidden;
}
 body {
     width: 100%;
     overflow-x: hidden;
     background: #fff;
}
 .content {
     padding: 24px;
}
 .page-bounds {
     margin-left: auto;
     margin-right: auto;
     max-width: 90%;
}
 @media (min-width: 768px) {
     .content {
         padding: 48px;
    }
}
 @media (min-width: 768px) {
     .page-bounds.home-content {
         margin-top: -75px;
    }
}
 @media (min-width: 1170px) {
     .page-bounds {
         margin-left: auto;
         margin-right: auto;
    }
     .page-bounds.home-bounds {
         max-width: 970px;
    }
}
 @media (min-width: 1170px) {
     .page-bounds.interior-bounds {
         max-width: 95%;
         margin-left: auto;
         margin-right: auto;
    }
}
/* @media (min-width: 1600px) {
     .page-bounds {
         max-width: 1500px;
         margin-left: auto;
         margin-right: auto;
    }
}
 */
 @media (min-width: 1500px) {
     .page-bounds.home-content {
         margin-top: -25px;
    }
     .box-adjust {
         margin-left: 120px;
    }
}
/*! ---------- =header, =nav ---------- */
 .page-header {
     color: #fff;
     background: #fff;
     z-index: -10000000;
     display: none;
}
 .page-header .page-bounds {
     max-width: none;
}
 .page-header__toggle {
     display: none;
}
 .header-logo {
     /*float: left;*/
     margin-top: 0;
}
 @media (max-width: 959px) {
     .header-logo {
         /*float: left;*/
         display: table;
         margin-top: 0;
         margin: 0 auto;
    }
     .grid.content-boxes.resource-boxes {
         margin-top: 90px;
    }
}
 .header-logo a, .header-logo img {
    /*background: #fff;*/
    display: block;
    max-width: 100%;
    margin: 0;
    transition: all 0.15s ease-out;
}
 .header-logo a {
     padding: 24px 0;
}
 .header-logo img {
    width: 200px;
}
 @media (min-width: 768px) and (max-width: 959px) {
     .header-logo img {
         max-width: 275px;
    }
}
 .header-utility__list {
     list-style: none;
     margin: 0;
     text-align: right;
}
 .header-utility__item {
     display: inline-block;
}
 .header-utility__item a {
     display: block;
     padding: 6px 12px;
     color: #1c2023;
}
 .header-search {
     position: relative;
}
 .header-search__label {
     position: absolute;
     top: 50%;
     left: -25px;
     margin-top: -10.5px;
     opacity: 1;
}
 .header-search__label img {
}
 .header-search__input {
     padding: 12px 0 12px 33px;
     margin: 0 !important;
     color: #fff !important;
     border: none !important;
     -webkit-transition: all 0.15s ease-out;
     transition: all 0.15s ease-out;
}
 .header-search__input:focus+.header-search__label {
     opacity: 1;
     color: #444 !important;
}
 .header-nav {
    /* background: #bf2e1b;
     */
}
 .header-nav ul {
     list-style: none;
     margin: 0;
}
 .header-nav li {
     position: relative;
}
 .header-nav a {
     display: block;
     font-size: 20px;
     font-weight: 800;
}
 .header-nav__toggle {
     display: none;
}
 @media (max-width: 479px) {
     .header-logo {
        padding-top: 50px;
    }
     .page-header__toggle {
         top: 0;
    }
     .header-utility {
         margin-top: 25px;
         margin-bottom: 25px;
    }
     .header-utility__item {
         width: 100%;
         display: block;
         text-align: center;
    }
}
 @media (min-width: 480px) and (max-width:1169px) {
     .header-logo {
         float: none;
         margin-top: 50px;
    }
     .header-logo img {
         margin-left: auto;
         margin-right: auto;
         text-align: center;
    }
     .page-header__toggle {
         top: -50px;
    }
}
 .header-nav ul {
     list-style: none;
     margin: 0;
}
 .header-nav li {
     position: relative;
}
 .header-nav a {
     display: block;
     font-size: 20px;
}
 .header-nav__toggle {
     display: none;
}
 @media (max-width: 1169px) {
     .page-header {
         width: 100%;
    }
     .page-header__toggle {
         position: absolute;
         right: 0;
         padding: 10px;
         font-size: 15px;
         color: #fff;
    }
     .page-header__toggle.is-active {
         color: #fff;
    }
     .js .page-header__toggle {
         display: block;
         background: #00619e;
         width: 100%;
    }
     .page-header__content {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-align: stretch;
         -ms-flex-align: stretch;
         align-items: stretch;
         clear: both;
    }
     .js .page-header__content:not(.is-active) {
         display: none;
    }
     .header-logo a {
         padding: 18px 24px;
    }
     .header-logo img {
        /* max-height: 36px;
         */
         max-width: 180px;
    }
     .header-utility {
         -webkit-box-ordinal-group: 4;
         -ms-flex-order: 3;
         order: 3;
         padding: 0 0 18px 0;
         text-align: center;
         color: blue;
    }
     .header-search {
         -webkit-box-ordinal-group: 2;
         -ms-flex-order: 1;
         order: 1;
         margin-top: 2px;
    }
     .header-search__submit {
         top: 2px;
         right: 0;
         background: #fff;
    }
     .header-nav {
         -webkit-box-ordinal-group: 3;
         -ms-flex-order: 2;
         order: 2;
         background: #00619e;
    }
     .header-nav a {
         padding: 12px 96px 12px 24px;
         border-bottom: 1px solid rgba(255, 255, 255, 1.0);
         font-size: 18px;
         color: #fff;
    }
     .header-nav li li a {
         padding-left: 48px;
         border-bottom-color: rgba(255, 255, 255, 1.0);
         font-size: 16px;
    }
     .header-nav li li li a {
         padding-left: 72px;
    }
     .js .header-nav li ul {
         overflow: hidden;
         max-height: 0;
         -webkit-transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
         -o-transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
         transition: max-height 0.3s cubic-bezier(0, 0.5, 0, 1);
    }
     .js .header-nav li ul.is-active {
         max-height: 100em;
         -webkit-transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
         -o-transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
         transition: max-height 0.4s cubic-bezier(0.7, 0, 0.1, 1);
    }
     .header-nav__toggle {
         width: 60px;
         height: 48px;
         position: absolute;
         right: 0;
         top: 0;
         background: #8cc63e;
         overflow: hidden;
         text-indent: 100%;
         white-space: nowrap;
    }
     .js .header-nav__toggle {
         display: block;
    }
     .header-nav__toggle::before {
         content: '';
         display: block;
         width: 0;
         height: 0;
         border: 10px solid transparent;
         border-bottom-width: 0;
         border-top-color: rgba(255, 255, 255, 1.0);
         position: absolute;
         left: 50%;
         margin-left: -10px;
         top: 50%;
         margin-top: -5px;
         -webkit-transform: scaleX(0.6);
         -ms-transform: scaleX(0.6);
         transform: scaleX(0.6);
         -webkit-transition: -webkit-transform 0.2s ease-out;
         transition: -webkit-transform 0.2s ease-out;
         -o-transition: transform 0.2s ease-out;
         transition: transform 0.2s ease-out;
         transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    }
     .header-nav__toggle.is-active::before {
         border-top-color: #fff;
         -webkit-transform: scaleX(0.6) rotateX(180deg);
         transform: scaleX(0.6) rotateX(180deg);
    }
     .header-utility__list {
         text-align: left;
         margin-top: 25px;
         margin-left: 25px;
    }
     .header-search {
         width: 90%;
         max-width: 300px;
         position: static;
         margin: 12px auto 60px auto;
         padding: 0;
         z-index: 3;
         -webkit-transition: left 0.15s ease-out, right 0.15s ease-out, background 0.15s ease-out, width 0.15s ease-out;
         transition: left 0.15s ease-out, right 0.15s ease-out, background 0.15s ease-out, width 0.15s ease-out;
    }
     .header-search.is-focused {
         width: 85%;
         padding-left: 144px;
    }
     .header-search__input {
         width: 100%;
         border-top: #ccc solid 1px !important;
         border-right: #ccc solid 1px !important;
         border-bottom: #8cc63f solid 5px !important;
         border-left: #ccc solid 1px !important;
         background: url(/images/default-source/pagelayoutimages/icon-search.png) no-repeat left;
    }
     .header-search.is-focused .header-search__input {
         padding-left: 0;
         border-bottom: 5px solid #666 !important;
         color: #fff !important;
         background: blue;
    }
     .header-search__input:focus {
         border-bottom: 5px solid #afcd54 !important;
         color: #444 !important;
         padding: 12px 0 0 33px;
    }
     input[type="search"] {
         border: none !important;
    }
     .header-search.is-focused .header-search__input::-webkit-input-placeholder {
         color: transparent !important;
         opacity: 0;
    }
     .header-search.is-focused .header-search__input::-moz-placeholder {
         color: transparent !important;
         opacity: 0;
    }
     .header-search.is-focused .header-search__input:-ms-input-placeholder {
         color: transparent !important;
         opacity: 0;
    }
     .header-search.is-focused .header-search__input:-moz-placeholder {
         color: transparent !important;
         opacity: 0;
    }
     .header-search__label {
         position: static;
         margin-top: -35px;
         padding-left: 10px;
    }
     .header-search__input {
         height: 45px;
    }
     .header-search__input:focus {
         border-bottom: 5px solid #afcd54 !important;
         color: #444 !important;
         padding: 0 0 0 60px;
         height: 45px;
    }
     .header-search__label img {
         display: inline-block;
         vertical-align: baseline;
         margin-right: 12px;
    }
     .header-search__focus-label {
         display: none;
         color: rgba(255, 255, 255, 0.6);
         font-size: 18px;
         position: relative;
         top: -0.25em;
    }
     .header-search.is-focused .header-search__focus-label {
         display: inline;
    }
}
 .login-user:before {
    content: "Login";
}
 .login-user span {
     opacity: 0;
}
 .media-body ul {
     list-style: none;
     margin: 0;
}
 .media-body a {
     display: block;
}
 .media-body .rdContent &gt; ul &gt; li, .media-body &gt; ul &gt; li {
     display: inline-block;
}
 .media-body li li {
     display: block;
}
 .media-body ul ul a {
    /* background: #e3e7e8;
     */
     color: #444444;
     font-weight: 600;
     font-size: 16px;
}
 .media-body ul ul li {
     padding: 10px 0;
     border-bottom: #eee solid 1px;
}
 .media-body ul ul li:last-child {
     border-bottom: none;
}
 .media-body ul ul a:hover, .media-body ul ul a:focus {
    /* background: #e3e7e8;
     */
     color: #8cc63f
}
 @media (max-width: 1169px) {
    /*Utility Nav with Children*/
        .header-utility &gt; ul &gt; li &gt; ul {
            /* display: none; */
            list-style: none;
            text-align: left;
        }

    .header-utility &gt; ul &gt; li {
        margin-bottom: 20px;
    }

     .header-utility &gt; ul &gt; li &gt; a {
     }

 .header-utility &gt; ul &gt; li &gt; ul  &gt; li &gt; a {
    font-size: 16px;
}

     .media-body &gt; ul &gt; li &gt; ul {
         clear: both;
         text-align: left !important;
         margin-top: 20px;
         margin-left: -110px;
         margin-right: auto;
         padding-left: 0;
         padding-right: 0;
    }
     .media-body &gt; ul &gt; li {
         position: static;
    }
     .media-body &gt; ul &gt; li &gt; ul li {
         width: 250px !important;
    }
}
 @media (min-width: 1170px) {
    .page-header {
        position: fixed;
        transition: all 0.15s ease-out;
        width: 100%;
    }
     .header-utility {
         background: rgba(255, 255, 255, 0.5);
         color: #444;
         margin-bottom: 15px;
         padding-right: 20px;
    }
     .header-utility ul &gt; li {
        display: inline-block;
        position: relative;
        z-index: 2000;
     }
     .header-utility a {
         color: #444;
         font-weight: 600;
         font-size: 14px;
         padding: 7px 12px;
         opacity: 1;
    }
     .header-utility a:hover, .header-utility a:focus {
         opacity: 1;
         color: #8cc63f;
    }
        /*Utility Nav with Children*/
        .header-utility &gt; ul &gt; li &gt; ul {
            background: #fff;
            display: none;
            padding: 10px 20px;
            position: absolute;
            right: -25px;
            text-align: left;
            top: 40px;
            -webkit-transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
            transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
            width: 12em;
            z-index: 1000;
        }
        .header-utility &gt; ul &gt; li:hover &gt; ul,
        .header-utility &gt; ul &gt; li:focus &gt; ul {
             opacity: 1;
             z-index: 2000;
             visibility: visible;
             -webkit-transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
             transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
        }
        .header-utility &gt; ul &gt; li &gt; ul &gt; li {
            display: block;
            position: relative;
        }
        .header-utility &gt; ul &gt; li &gt; ul &gt; li &gt; a {
            padding: 0;
        }
        .header-utility &gt;ul&gt;li.has-children&gt;a::before {
             content: '';
             display: block;
             width: 0;
             height: 0;
             border: 10px solid transparent;
             border-top-width: 0;
             border-bottom-color: #f1f1f1;
             border-bottom-color: rgba(255, 255, 255, 1);
             position: absolute;
             left: 32%;
             margin-left: -7px;
             bottom: 6px;
             -webkit-transform: scaleX(1.6);
             -ms-transform: scaleX(1.6);
             transform: scaleX(1.6);
             opacity: 0;
             visibility: hidden;
             z-index: -1;
             -webkit-transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
             transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
        }
         .header-utility &gt;ul&gt;li:hover&gt;a::before,
         .header-utility &gt;ul&gt;li:focus&gt;a::before {
             opacity: 1;
             visibility: visible;
             top: 30px;
        }
         .header-utility &gt; ul &gt; li:hover &gt; ul,
         .header-utility &gt; ul &gt; li:focus &gt; ul {
             display: block;
        }

     .header-logo {
        float: left;
     }
     .header-logo a {
         padding: 0;
    }
     .header-logo img {
        padding: 25px 24px;
     }
     .header-login {
         position: absolute;
         right: 75px;
         top: 75px;
    }
     .media-body .rdContent &gt; ul &gt; li, .media-body &gt; ul &gt; li {
         display: inline-block;
         position: relative;
    }
     .media-body &gt; ul &gt; li {
         margin-left: 20px;
         height: 100px;
    }
     .media-body &gt; ul &gt; li &gt; ul {
         width: 12em;
         padding: 10px 20px;
         position: absolute;
         top: 40px;
         right: -25px;
        ;
         z-index: 1000;
         background: #fff;
         text-align: left;
         display: none;
    }
     .media-body &gt; ul &gt; li:hover &gt; ul {
         opacity: 1;
         z-index: 100;
         visibility: visible;
         -webkit-transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
         transition: opacity 0.2s ease-out 0.5s, z-index 0s linear 0.5s, visibility 0s linear 0.5s;
    }
     .media-body &gt;ul&gt;li&gt;a::before {
         content: '';
         display: block;
         width: 0;
         height: 0;
         border: 10px solid transparent;
         border-top-width: 0;
         border-bottom-color: #f1f1f1;
         border-bottom-color: rgba(255, 255, 255, 1);
         position: absolute;
         left: 32%;
         margin-left: -7px;
         bottom: 6px;
         -webkit-transform: scaleX(1.6);
         -ms-transform: scaleX(1.6);
         transform: scaleX(1.6);
         opacity: 0;
         visibility: hidden;
         z-index: -1;
         -webkit-transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
         transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
    }
     .media-body &gt;ul&gt;li:hover&gt;a::before {
         opacity: 1;
         visibility: visible;
         top: 30px;
    }
     .media-body &gt; ul &gt; li:hover &gt; ul, .media-body &gt; ul &gt; li:focus &gt; ul {
         display: block;
    }
     .header-search {
        /* width: 100px;
         */
         position: absolute;
         right: 20px;
         top: 65px;
         background: url(/images/default-source/pagelayoutimages/icon-search.png) no-repeat left;
         z-index: 3;
         -webkit-transition: left 0.15s ease-out, right 0.15s ease-out, background 0.15s ease-out, width 0.15s ease-out;
         transition: left 0.15s ease-out, right 0.15s ease-out, background 0.15s ease-out, width 0.15s ease-out;
    }
     .header-search.is-focused {
        /* width: 85%;
         padding-left: 144px;
        */
    }
     .header-search__input {
        /* width: 100%;
         */
         border: none;
    }
     .header-search .header-search__input {
         width: 30px;
    }
     .header-search .header-search__input:focus {
         width: 890px;
         background: #fff url(/images/default-source/pagelayoutimages/icon-search.png) no-repeat left;
    }
     .header-search.is-focused .header-search__input {
         border-bottom: 5px solid #666 !important;
         color: #fff !important;
         background: #1c4561 !important;
    }
     .header-search__input:focus {
         border-bottom: 5px solid #8cc63e !important;
         color: #444 !important;
         padding: 12px 0 0 75px;
    }
     input[type="search"] {
         border: none !important;
    }
     .header-search.is-focused .header-search__input::-webkit-input-placeholder {
         color: transparent !important;
         opacity: 0;
    }
     .header-search.is-focused .header-search__input::-moz-placeholder {
         color: transparent !important;
         opacity: 0;
    }
     .header-search.is-focused .header-search__input:-ms-input-placeholder {
         color: transparent !important;
         opacity: 0;
    }
     .header-search.is-focused .header-search__input:-moz-placeholder {
         color: transparent !important;
         opacity: 0;
    }
     .header-search__label img {
         display: inline-block;
         vertical-align: baseline;
         margin-right: 12px;
    }
     .header-search__focus-label {
         display: none;
         color: rgba(255, 255, 255, 0.6);
         font-size: 18px;
         position: relative;
         top: -0.25em;
    }
     .header-search.is-focused .header-search__focus-label {
         display: inline;
    }
     .header-nav {
         -webkit-transition: opacity 0.15s ease-out;
         transition: opacity 0.15s ease-out;
    }
     .header-nav&gt;ul, .header-nav__sf-list {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-pack: justify;
         -ms-flex-pack: justify;
         justify-content: space-between;
         margin: 26px 24px 0 24px;
         padding-left: 24px;
         text-align: center;
    }
     .header-nav&gt;ul&gt;li, .header-nav__sf-list&gt;li {
         display: inline-block;
         position: static;
    }
     .header-nav&gt;ul&gt;li&gt;a, .header-nav__sf-list&gt;li&gt;a {
         padding: 20px 7px 10px 7px;
         position: relative;
    }
     .header-nav&gt;ul&gt;li&gt;a:focus, .header-nav__sf-list&gt;li&gt;a:focus {
    }
     .header-nav&gt;ul&gt;li&gt;a::before, .header-nav__sf-list&gt;li&gt;a::before {
         content: '';
         display: block;
         width: 0;
         height: 0;
         border: 10px solid transparent;
         border-top-width: 0;
         border-bottom-color: #f1f1f1;
         border-bottom-color: rgba(255, 255, 255, 0.98);
         position: absolute;
         left: 30%;
         margin-left: -10px;
         bottom: -14px;
         -webkit-transform: scaleX(1.6);
         -ms-transform: scaleX(1.6);
         transform: scaleX(1.6);
         opacity: 0;
         visibility: hidden;
         z-index: -1;

    }
     .header-nav&gt;ul&gt;li&gt;ul, .header-nav__sf-list&gt;li&gt;ul {
         display: -webkit-box;
         display: -ms-flexbox;
         display: block;
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
         -ms-flex-direction: row;
         flex-direction: row;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         -webkit-box-pack: justify;
         -ms-flex-pack: justify;
         justify-content: space-between;
         -webkit-box-align: start;
         -ms-flex-align: start;
         align-items: flex-start;
         position: absolute;
         left: 0;
         right: 0;
         top: 130px;
         padding: 36px 48px;
         border-bottom: 1px solid #c3c4c5;
         text-align: left;
         background: #f1f1f1;
         background: rgba(255, 255, 255, 0.98);
         opacity: 0;
         z-index: -1;
         visibility: hidden;

    }

     body.is-scrolled  .header-nav&gt;ul&gt;li&gt;ul,  body.is-scrolled  .header-nav__sf-list&gt;li&gt;ul  {
     top: 120px;

     }


     .header-nav&gt;ul&gt;li&gt;ul&gt;li, .header-nav__sf-list&gt;li&gt;ul&gt;li {
         display: inline-block;
         vertical-align: top;
         width: 32%;
         -webkit-box-flex: 0;
         -ms-flex: 0 0 30%;
         flex: 0 0 30%;
         -ms-flex: 0 0 calc(33% - 12px);
         flex: 0 0 calc(33% - 12px);
         -webkit-transform: translateY(20px);
         -ms-transform: translateY(20px);
         transform: translateY(20px);
         opacity: 0;
    }
     .header-nav&gt;ul&gt;li&gt;ul&gt;li&gt;a, .header-nav__sf-list&gt;li&gt;ul&gt;li&gt;a {
         padding: 12px 0;
         font-size: 18px;
         font-weight: 900;
    }
     .header-nav&gt;ul&gt;li&gt;ul&gt;li&gt;ul, .header-nav__sf-list&gt;li&gt;ul&gt;li&gt;ul {
         margin-bottom: 24px;
         padding-top: 12px;
         border-top: 1px solid #c3c4c5;
    }
     .header-nav&gt;ul&gt;li&gt;ul&gt;li&gt;ul a, .header-nav__sf-list&gt;li&gt;ul&gt;li&gt;ul a {
         padding: 6px 0;
        /* color: #343f42;
         */
         font-weight: 400;
         font-size: 16px;
    }
     .header-nav&gt;ul&gt;li&gt;ul.has-callout, .header-nav__sf-list&gt;li&gt;ul.has-callout {
         min-height: 322px;
         padding-right: 33.3%;
    }
     .header-nav&gt;ul&gt;li&gt;ul.has-callout&gt;li, .header-nav__sf-list&gt;li&gt;ul.has-callout&gt;li {
         width: 48%;
         -webkit-box-flex: 0;
         -ms-flex: 0 0 48%;
         flex: 0 0 48%;
         -ms-flex: 0 0 calc(50% - 12px);
         flex: 0 0 calc(50% - 12px);
    }
     .header-nav&gt;ul&gt;li&gt;ul a:hover, .header-nav__sf-list&gt;li&gt;ul a:hover {
        /* color: #fff;
         */
    }
     .header-nav&gt;ul&gt;li:hover&gt;a, .header-nav__sf-list&gt;li:hover&gt;a {
         color: #8cc63e;
         background: none;
    }
     .header-nav&gt;ul&gt;li:hover&gt;a::before, .header-nav__sf-list&gt;li:hover&gt;a::before {
         opacity: 1;
         visibility: visible;
         z-index: 101;
          }
     .header-nav&gt;ul&gt;li:hover&gt;ul, .header-nav__sf-list&gt;li:hover&gt;ul {
         opacity: 1;
         z-index: 100;
         visibility: visible;

     }
     .header-nav&gt;ul&gt;li:hover&gt;ul&gt;li, .header-nav__sf-list&gt;li:hover&gt;ul&gt;li {
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
         opacity: 1;
         z-index: 100;

    }


     .header-nav__callout {
         width: 33.3% !important;
         position: absolute !important;
         right: 0;
         top: 36px;
         padding-left: 24px !important;
    }
     .header-nav__callout-link {
         padding: 0 !important;
    }
     .header-nav .is-current&gt;a {
        color: #8cc63e;
    }
}
 @media (min-width: 1170px) and (max-width: 1199px) {
     .header-nav&gt;ul, .header-nav__sf-list {
         max-width: 800px;
    }
}
 @media (min-width: 1170px) and (max-width: 1399px) {

  .header-nav&gt;ul&gt;li&gt;ul, .header-nav__sf-list&gt;ul&gt;li&gt;ul {
         top: 107px;
    }

  .header-nav &gt; ul &gt; li &gt; a::before, .header-nav__sf-list &gt; li &gt; a::before {
    bottom: -2px;
  }


  body.is-scrolled .header-nav&gt;ul&gt;li&gt;ul, body.is-scrolled .header-nav__sf-list&gt;ul&gt;li&gt;ul {
         top: 105px;
    }

 body.is-scrolled .header-nav &gt; ul &gt; li &gt; a::before, body.is-scrolled .header-nav__sf-list &gt; li &gt; a::before {
    bottom: -2px !important;
  }


   }


 @media (min-width: 1200px) {
     .header-nav {
         margin-right: 120px;
    }
     .header-search .header-search__input:focus {
         width: 920px;
    }
}
 @media (min-width: 1240px) {
     .header-search .header-search__input:focus {
         width: 945px;
    }
}
 @media (min-width: 1270px) {
     .header-search .header-search__input:focus {
         width: 985px;
    }
}
 @media (min-width: 1300px) {
     .header-search .header-search__input:focus {
         width: 1025px;
    }

  }
 @media (min-width: 1340px) {
     .header-search .header-search__input:focus {
         width: 1060px;
    }
}
 @media (min-width: 1380px) {
     .header-search .header-search__input:focus {
         width: 1090px;
    }
}
 @media (min-width: 1400px) {
     .header-nav {
         margin-right: 75px;
    }
     .header-nav&gt;ul, .header-nav__sf-list {
         clear: none;
         margin: -15px 20px 0 90px;
         float: right;
    }
    .header-nav&gt;ul&gt;li&gt;a::before, .header-nav__sf-list&gt;li&gt;a::before {
        bottom: -6px !important;
    }
     .header-logo img {
         padding: 16px 20px;
         width: 230px;
    }
     .header-logo a {
         padding: 0;
    }
     .header-search {
        /* width: 100px;
         */
         right: 20px;
         top: 65px;
    }
     .header-search.is-focused {
    }
     .header-nav&gt;ul&gt;li&gt;a, .header-nav__sf-list&gt;li&gt;a {
         padding: 25px 16px;
         position: relative;
    }
     .header-nav&gt;ul&gt;li&gt;a, .header-nav__sf-list&gt;li&gt;a {
         padding: 37px 50px 17px 0;
         position: relative;
    }

      body.is-scrolled   .header-nav&gt;ul&gt;li&gt;a,  body.is-scrolled .header-nav__sf-list&gt;li&gt;a {
         padding: 37px 50px 37px 0;
         position: relative;
    }

    body.is-scrolled .page-header .header-logo img {
        max-width: 185px !important;
        width: 185px !important;
    }
    body.is-scrolled .header-nav &gt; ul &gt; li &gt; a::before, body.is-scrolled .header-nav__sf-list &gt; li &gt; a::before {
        bottom: 17px !important;
    }

   .header-nav &gt; ul &gt; li &gt; a::before, .header-nav__sf-list &gt; li &gt; a::before {
        bottom: 0 !important;
    }

       .header-nav&gt;ul&gt;li&gt;ul, .header-nav__sf-list&gt;li&gt;ul {
        top: 104px;
       }

     body.is-scrolled  .header-nav&gt;ul&gt;li&gt;ul,  body.is-scrolled  .header-nav__sf-list&gt;li&gt;ul  {
     top: 130px;

     }
}
 @media (min-width: 1170px) and (max-width: 1695px) {
     .header-search.is-focused {
         left: 25px;
         right: 0;
    }
     .header-search.is-focused+.header-nav {
         opacity: 1;
    }
}
 .header-utility a {
}
 .header-search__input {
}
 @media (min-width: 768px) and (max-width: 959px) {
     .header-utility a {
         font-size: 16px;
    }
}
 .page-header {
     min-height: 130px;
}
 @media (min-width: 1500px) {
     .header-utility ul {
         margin: 0 auto;
         padding-right: 40px;
    }
     .header-logo {
         position: relative;
    }
     .header-logo::before {
         content: '';
         display: block;
         width: calc((100vw - 1500px) / 2);
         position: absolute;
         right: 100%;
         top: 0;
         bottom: 0;
    }
     .header-logo a {
    }
     .header-utility {
         margin-left: -50px;
         margin-right: -50px;
    }
     .header-utility a {
    }
     .header-nav&gt;ul&gt;li&gt;a {
    }
     .header-nav&gt;ul&gt;li&gt;a, .header-nav__sf-list&gt;li&gt;a {
         padding: 37px 70px 17px 0;
    }

    .header-nav&gt;ul&gt;li&gt;a&gt;li&gt;a, .header-nav__sf-list&gt;li&gt;a&gt;li&gt;a  {
         padding: 37px 70px 37px 0;
    }

     body.is-scrolled  .header-nav&gt;ul&gt;li&gt;a, body.is-scrolled  .header-nav__sf-list&gt;li&gt;a {
     padding: 37px 70px 37px 0;
    }


}
 @media (min-width: 1600px) {
     .header-logo a {
    }
}
/*! ---------- =footer ---------- */
 .page-footer {
     font-size: 16px;
     background: #eeeeee;
     padding: 24px 0 0;
    /* margin-top: 70px;
     */
     width: 100%;
}
 .page-footer a {
     font-weight: 700;
     font-size: 18px;
}
 .footer-utility {
    /* margin-top: 30px;
     margin-left: 90px;
    */
     text-align: left;
}
 ul.footer-utility__list {
     list-style: none;
}
 ul.footer-utility__list li {
     padding-right: 34px;
    /* padding-right: 10px;
     */
}
 .footer-logo {
     text-align: left;
     color: #00619e;
     font-size: 25px;
     line-height: 30px;
     font-weight: 800;
}
.footer-logo::before {
    background: linear-gradient(90deg, #13b1d7 0%, #79c356 100%);
    content: '';
    display: block;
    height: 5px;
    margin: 0 auto;
    max-width: 200px;
    position: relative;
    top: -24px;
}
 .footer-social {
     margin-top: 25px;
     padding: 7px 0;
     color: #fff;
     text-align: left;
}
 .footer-social a {
     display: inline-block;
     vertical-align: middle;
     color: #fff;
     font-weight: bold;
}
 .footer-social a+a {
     margin-left: 1em;
}
 .footer-social a&gt;img {
}
 .footer-contact {
     font-size: 18px;
    /* margin-top: 30px;
     margin-left: 90px;
    */
     text-align: left;
     font-weight: 600;
}
 .footer-contact span {
     color: #00619e;
     font-weight: 800;
}
 .footer-content {
     margin-top: 100px;
     margin-bottom: 100px;
     padding: 15px 24px 7px 90px;
     color: #fff;
     background: #4aa8d1;
     text-align: center;
}
 .footer-content a {
     color: #fff;
}
 .copyright {
     clear: both;
     text-align: left;
     font-size: 14px;
     font-weight: normal;
     padding-top: 25px;
     border-top: #cfcfcf solid 1px;
     margin-bottom: -24px;
}
 @media (min-width: 1200px) {
    .page-footer {
        padding: 48px 0 0;
    }
    .footer-utility {
        /* margin-top: 30px;
         */
    }
    .footer-logo::before {
        margin: 0;
        top: -48px;
    }
}
 @media (max-width: 479px) {
     ul.footer-utility__list {
         float: none;
         margin: 0 auto;
         text-align: center;
    }
     ul.footer-utility__list li {
         float: none;
         padding-right: 0;
         padding-bottom: 25px;
         margin: 0 auto;
         text-align: center;
    }
}
 @media (min-width: 480px) and (max-width: 959px) {
     ul.footer-utility__list {
         float: none;
         list-style: none;
    }
     ul.footer-utility__list li {
         float: none;
         display: inline;
    }
}
 @media (max-width: 1199px) {
     .footer-logo {
         float: none;
         margin: 0 auto;
         width: 90%;
         text-align: center;
    }
     .footer-contact {
         font-size: 16px;
         margin: 25px auto;
         text-align: center;
         max-width: 60%;
    }
     .copyright {
         margin-right: 15px;
         margin-left: 15px;
         padding-top: 15px;
         text-align: center;
    }
     .footer-social {
         margin: 20px auto;
         text-align: center;
         float: none;
    }
     .footer-social a&gt;img {
         margin-left: 25px;
    }
     .footer-utility {
         margin-top: 30px;
         float: none;
         margin: 0 auto;
         text-align: center;
    }
     ul.footer-utility__list li a {
         line-height: 50px;
    }
}
 @media (min-width: 480px) and (max-width: 960px) {
     .footer-utility {
         margin-top: 30px;
         float: none;
         margin: 0 auto;
         text-align: center;
    }
}
 @media (min-width: 1300px) {
     .footer-social, .footer-utility {
         margin-right: 25px;
    }
}
 @media (min-width: 1500px) {
     .footer-social, .footer-utility {
         margin-right: 0;
    }
}
/* ---------- =home ---------- */
 .home-feature, .interior-feature {
     color: #fff;
     position: relative;
}
 .home-feature__image, .interior-feature__image {
     z-index: 0;
     background-repeat: no-repeat;
     background-position: 50% 50%;
     background-size: 100% auto;
     background-size: cover;
}
 .home-feature__content {
     position: absolute;
     top: 300px;
     left: auto;
     color: #fff;
     text-align: center;
     width: 100%;
}
 .gray-box-container.home-feature__content {
     position: static;
     top: auto;
     left: auto;
     color: #fff;
     text-align: left;
     width: 50%;
}
 .home-feature__description {
     font-size: 35px;
     line-height: 40px;
     min-height: 0 !important;
     width: 650px;
     text-align: left;
     margin-left: 28%;
     padding-left: 24px;
     font-weight: 800;
     border-left-width: thick;
     border-style: solid;
     border-image: linear-gradient( to bottom, #13b1d7, #79c356) 1 100%
}
 .gray-box-container.home-feature__content .home-feature__description {
     border: none;
     position: static;
     margin-top: 0;
     margin-left: 0;
     width: 400px;
     color: #444;
     font-weight: 600;
}
 @media (max-width: 959px) {
     .home-feature__description {
         min-height: 0 !important;
         width: 90%;
         text-align: left;
         margin-left: 25px;
         padding-left: 24px;
    }
     .gray-box-container.home-feature__content .home-feature__description {
         width: 90%;
    }
     .gray-box-container.home-feature__content {
         width: 100%;
    }
}
 @media (min-width: 960px) and (max-width: 1299px) {
     .home-feature__description {
         font-size: 22px;
         width: 650px;
    }
     .home-feature__content {
         top: 300px;
    }
}

 @media (min-width: 1400px) {
     .home-feature__content {
         top: 375px;
}

}

 .home-feature__description.blue-box-description {
     font-size: 22px;
     width: 80%;
}
 @media (min-width: 768px) {
     .home-feature__description.interior-with-photo {
         border-left: none !important;
    }
     .home-feature__description.interior-with-photo .author-image {
         border-left: #8cc63f solid 5px;
    }
     .author-image {
         padding-left: 25px;
    }
}
 @media (max-width: 959px) {
     .home-feature__image, .interior-feature__image {
         margin-top: 10px;
    }
     .home-feature__content {
         width: 100%;
         position: static;
         background: #00619e;
         padding-top: 45px;
         padding-bottom: 45px;
         margin-bottom: 20px;
    }
     .gray-box-container.home-feature__content {
         background: #eee;
         padding-top: 10px;
         padding-right: 10px;
         padding-bottom: 75px;
         padding-left: 10px;
    }
     .home-feature__description {
         margin-top: 25px;
         font-size: 18px;
         width: 70%;
         line-height: 28px;
    }
     .home-feature__description.blue-box-description {
         font-size: 18px;
    }
}
 .home-feature__action, .home-feature__quicklinks {
     position: relative;
     z-index: 2;
}
 .home-feature__ctas {
     margin: 42px auto;
     text-align: center;
}
 .home-feature__action {
     display: block;
    /* max-width: 12em;
     */
     width: 100%;
     padding: 48px 0 10px 0;
     margin: 0 auto;
     font-size: 36px;
     text-align: center;
    /* border-radius: 2px;
     border-top: 1px solid rgba(255, 255, 255, 0.3);
     border-bottom: 1px solid rgba(0, 0, 0, 0.4);
     background: #484848;
     */
     background: rgba(255, 255, 255, 0.9);
     color: #334b55;
}
 .home-feature__action a {
     color: #334b55;
     font-weight: normal;
}
 .home-feature__action a:hover {
     color: #4aa8d1;
}
 .home-feature__cta img {
     display: inline-block;
     max-height: 1em;
     margin-left: 0.4em;
     margin-right: -0.4em;
}
 .home-feature__cta:hover, .home-feature__cta:focus {
    /* color: #fff;
     background: #017bc4;
     */
}
 .home-feature__quicklinks {
     margin-top: 24px;
     background: #000;
     background: rgba(0, 0, 0, 0.9);
}
 .home-feature__quicklink {
     display: block;
     padding: 24px;
}
 .home-feature__quicklink&gt;img {
     opacity: 0.85;
     -webkit-transition: all 0.15s ease-out;
     -o-transition: all 0.15s ease-out;
     transition: all 0.15s ease-out;
}
 .home-feature__quicklink:hover&gt;img, .home-feature__quicklink:focus&gt;img {
     opacity: 1;
     -webkit-transform: translateY(-2px);
     -ms-transform: translateY(-2px);
     transform: translateY(-2px);
}
 @media (max-width: 519px) {
     .home-feature__quicklink+.home-feature__quicklink {
         border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
}
 @media (min-width: 520px) {
     .home-feature__quicklinks {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
         -ms-flex-direction: row;
         flex-direction: row;
         -webkit-box-pack: justify;
         -ms-flex-pack: justify;
         justify-content: space-between;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
    }
     .home-feature__quicklink {
         -webkit-box-flex: 1;
         -ms-flex: 1 0 33.3%;
         flex: 1 0 33.3%;
         width: 33.3%;
         float: left;
    }
     .home-feature__quicklink+.home-feature__quicklink::before {
         content: '';
         display: block;
         width: 2px;
         margin-left: -25px;
         position: absolute;
         top: 24px;
         bottom: 24px;
         background: rgba(255, 255, 255, 0.5);
         z-index: 2;
    }
}
 @media (min-width: 768px) {
    /* .home-feature {
         margin: -45px -48px 48px;
         padding: 24px 0;
    }
     */
     .interior-feature {
         padding: 0 0 24px 0;
    }
     .home-feature__action {
         margin: 120px 0;
         margin: 20vh 0;
    }
     .home-feature__cta {
         padding: 48px 0;
         font-size: 28px;
    }
}
 @media (max-width: 767px) {
     .home-feature__action {
         padding: 36px 0 10px 0;
    }
     .hide-on-mobile {
         display: none;
    }
}
 @media (min-width: 768px) and (max-width: 959px) {
     .home-feature__image {
    }
     .home-feature__action {
         padding: 36px 0 10px 0;
    }
}
 @media (min-width: 960px) and (max-width: 1499px) {
     .home-feature__image {
    }
}
 @media (min-width: 960px) {
     .home-feature__quicklink {
         padding: 48px;
    }
     .home-feature__quicklink+.home-feature__quicklink::before {
         margin-left: -49px;
         top: 36px;
         bottom: 36px;
    }
     .home-feature__action {
         height: 117px;
    }
}
 .home-feature__quicklink {
     padding: 48px 72px;
}
 .home-feature__quicklink+.home-feature__quicklink::before {
     margin-left: -73px;
}
 .home-feature__image {
     min-height: 575px;
}
 .interior-feature__image {
     min-height: 400px;
     margin-bottom: 50px;
}
 @media (max-width: 379px) {
     .interior-feature__image {
         min-height: 300px;
         margin-top: 20px;
         margin-bottom: 0;
         background-size: contain;
    }
}
 @media (min-width: 380px) and (max-width:479px) {
     .interior-feature__image {
         min-height: 300px;
         margin-top: 50px;
         margin-bottom: 0;
         background-size: contain;
    }
}
 @media (max-width: 959px) {
     .home-feature__image {
         min-height: 210px;
    }
    /* .home-ads {
         padding-top: 50px;
    }
     */
}
 .landing-feature__image {
    /* min-height: 500px;
     */
}
 @media (max-width: 1169px) {
     .content-photo-gray-box {
         max-width: 485px;
    }
     .event-tabs.home-feature, .gray-container {
         max-width: 485px;
         margin-left: auto;
         margin-right: auto;
         text-align: center;
    }
     .home-ads img.img-left {
         margin-right: auto;
         margin-left: auto;
         text-align: center;
         float: none;
         margin-bottom: 45px;
    }
     .interior-layout__main .gray-box-container {
         padding-top: 42px;
         padding-bottom: 60px;
         clear: both;
    }
     .interior-layout__main .gray-box-container .more-link {
         bottom: 33px;
         margin-right: -50px;
         margin-left: -50px;
    }
     .interior-layout__main .gray-container {
         margin-bottom: 90px;
    }
}
 .interior-layout__main .gray-container {
    /* margin-bottom: 90px;
     */
}
 @media (min-width: 1170px) {
     .home-feature, .interior-feature {
         margin: 0 -48px -25px -48px;
    }
     .event-tabs.home-feature {
         margin: 0;
    }
     .content-photo-gray-box.home-feature__pane.tabs__pane {
         height: 375px;
    }
     .interior-layout__main .gray-container {
         max-width: 970px;
    }
     .interior-layout__main .gray-box-container .more-link {
         bottom: 32px;
    }
}
/* @media (max-width: 479px) {
     .home-feature {
         margin: 100px 0;
    }
     .event-tabs.home-feature {
         margin: -25px 0;
    }
}
 @media (min-width: 480px) and (max-width: 719px) {
     .home-feature {
         margin: 0 0 70px 0;
    }
     .event-tabs.home-feature {
         margin: -25px 0;
    }
}
 */
 @media (min-width: 750px) and (max-width: 959px) {
     .home-feature {
         margin: 0 0 550px 0;
    }
}
 @media (min-width: 960px) and (max-width: 1169px) {
     .home-feature {
         margin: 0 0 575px 0;
    }
     .grid.content-boxes {
         margin-left: 25px;
    }
}
/* Landing */
 .landing-feature {
     margin: -24px -24px 24px;
     padding: 72px 0;
     color: #fff;
     position: relative;
     -webkit-animation: fade-landing-feature-in 0.4s ease 0.6s backwards;
     animation: fade-landing-feature-in 0.4s ease 0.6s backwards;
}
 .landing-feature__image {
     position: relative;
     top: -170px;
     margin-bottom: -170px;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 0;
     background-repeat: no-repeat;
     background-position: 50% 50%;
     background-size: 100% auto;
     background-size: cover;
}
 .landing-feature__action, .landing-feature__quicklinks {
     position: relative;
     z-index: 2;
}
 .landing-feature__action {
     display: block;
    /* max-width: 12em;
     */
     max-width: 600px;
     padding: 24px 0 24px 0;
     font-size: 36px;
     text-align: center;
    /* border-radius: 2px;
     border-top: 1px solid rgba(255, 255, 255, 0.3);
     border-bottom: 1px solid rgba(0, 0, 0, 0.4);
     background: #484848;
     */
     background: rgba(255, 255, 255, 0.9);
     color: #334b55;
     position: absolute;
     top: -135px;
     right: 25px;
     font-size: 24px;
}
 .landing-feature__action-content {
     max-width: 500px;
     margin: 0 auto;
     text-align: left;
     padding: 0 24px 12px 24px;
}
 @media (max-width: 960px) {
     .landing-feature__action {
         display: block;
         max-width: 100%;
         padding: 24px 24px 24px 24px;
         font-size: 36px;
         text-align: center;
         background: #f5f5f5;
         color: #334b55;
         position: static;
        /* margin: 124px 0;
         */
         font-size: 24px;
    }
     .landing-feature__action-content {
         margin: 75px auto 0 auto;
    }
     .landing-feature__action-content .button.img-right {
         float: none;
         max-width: 100%;
    }
     .landing-feature {
         padding: 24px 0;
    }
}
 .landing-feature__action a {
     color: #334b55;
}
 .landing-feature__action a:hover {
     color: #4aa8d1;
}
 .landing-feature__cta img {
     display: inline-block;
     max-height: 1em;
     margin-left: 0.4em;
     margin-right: -0.4em;
}
 .landing-feature__cta:hover, .landing-feature__cta:focus {
    /* color: #fff;
     background: #017bc4;
     */
}
 .landing-feature__quicklinks {
     margin-top: 24px;
     background: #000;
     background: rgba(0, 0, 0, 0.9);
}
 .landing-feature__quicklink {
     display: block;
     padding: 24px;
}
 .landing-feature__quicklink&gt;img {
     opacity: 0.85;
     -webkit-transition: all 0.15s ease-out;
     -o-transition: all 0.15s ease-out;
     transition: all 0.15s ease-out;
}
 .landing-feature__quicklink:hover&gt;img, .landing-feature__quicklink:focus&gt;img {
     opacity: 1;
     -webkit-transform: translateY(-2px);
     -ms-transform: translateY(-2px);
     transform: translateY(-2px);
}
 @media (max-width: 519px) {
     .landing-feature__quicklink+.landing-feature__quicklink {
         border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
}
 @media (min-width: 520px) {
     .landing-feature__quicklinks {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
         -ms-flex-direction: row;
         flex-direction: row;
         -webkit-box-pack: justify;
         -ms-flex-pack: justify;
         justify-content: space-between;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
    }
     .landing-feature__quicklink {
         -webkit-box-flex: 1;
         -ms-flex: 1 0 33.3%;
         flex: 1 0 33.3%;
         width: 33.3%;
         float: left;
    }
     .landing-feature__quicklink+.landing-feature__quicklink::before {
         content: '';
         display: block;
         width: 2px;
         margin-left: -25px;
         position: absolute;
         top: 24px;
         bottom: 24px;
         background: rgba(255, 255, 255, 0.5);
         z-index: 2;
    }
}
 .img-left-mobile {
     float: left;
     margin-right: 12px;
}
 @media (min-width: 768px) {
     .landing-feature {
         margin: -45px -48px 48px;
         padding: 24px 0;
    }
     .landing-feature__cta {
         padding: 48px 0;
         font-size: 28px;
    }
     .img-left.smaller-margin {
         margin-right: 12px;
    }
     .img-left.no-right-margin {
         margin-right: 0;
    }
     .img-right {
         float: right;
         margin-left: 24px;
         padding-bottom: 24px;
    }
     .author-content {
         margin-left: 220px;
         display: block;
    }
     .calendar {
         margin-bottom: 45px;
    }
}
 @media (min-width: 721px) {
     .img-left {
         float: left;
         margin-right: 24px;
    }
}
 @media (max-width: 767px) {
     .in-this-section {
         display: none;
    }
}
 @media (max-width: 768px) {
     .landing-feature__image {
         top: -190px;
         margin-bottom: -250px;
    }
}
 @media (min-width: 768px) and (max-width: 959px) {
     .landing-feature__image {
         top: -220px;
         margin-bottom: -250px;
    }
}
 @media (min-width: 960px) and (max-width: 1499px) {
     .landing-feature__image {
         top: -245px;
         margin-bottom: -270px;
    }
}
 @media (max-width: 767px) {
     .landing-feature__image {
         min-height: 300px;
    }
}
 @media (min-width: 768px) {
     .landing-feature__image {
         min-height: 500px;
    }
}
 @media (min-width: 960px) {
     .landing-feature__action {
         margin: 150px 0;
         clear: both;
        /* margin: 15vh 0;
         */
    }
     .landing-feature__action {
         padding: 20px 0 5px 0;
    }
}
 @media (min-width: 1500px) {
     .landing-feature__quicklink {
         padding: 48px 72px;
    }
     .landing-feature__quicklink+.landing-feature__quicklink::before {
         margin-left: -73px;
    }
     .landing-feature__action {
         margin: 120px 0;
         margin: 20vh 0;
    }
}
 @-webkit-keyframes fade-home-feature-in {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
 @keyframes fade-home-feature-in {
     0% {
         opacity: 0;
    }
     100% {
         opacity: 1;
    }
}
/* ---------- =interior ---------- */
 .interior-banner {
     margin: -24px -24px 24px;
}
 .interior-banner img {
     width: 100%;
}
 @media (min-width: 768px) {
     .interior-banner {
         margin: -48px -48px 48px;
    }
}
 .page-title {
     color: #00629f;
     font-weight: 600;
     margin-bottom: 25px;
}
 .interior-layout__nav, .interior-layout__main {
     margin-bottom: 24px;
}
 .aside-section {
     clear: both;
}
 .aside-section+.aside-section {
     margin-top: 75px;
}
 .aside-section-content {
     border-left: #8cc63f solid 5px;
     padding-left: 25px;
}
 .aside-section-content .item-list__title {
     font-size: 18px;
}
 h4.aside-title {
     color: #004563;
     font-size: 36px;
     margin-bottom: 25px;
}
 .aside-button {
     margin: 25px auto;
     text-align: center;
}
 @media (max-width: 1169px) {
     .interior-layout__aside {
         margin-top: 45px;
    }
}
 @media (min-width: 1170px) {
     .interior-layout__nav, .interior-layout__main {
         margin-bottom: 48px;
    }
     .interior-layout__nav, .interior-layout__aside {
         width: 25%;
         margin-left: 5%;
         float: right;
         clear: right;
    }
     .interior-layout__title, .interior-layout__main {
         float: left;
         clear: left;
    }
     .interior-layout__main {
         width: 70%;
    }
     .interior-layout__title {
         width: 100%;
    }
     .interior-layout--reverse .interior-layout__nav, .interior-layout--reverse .interior-layout__aside {
         float: right;
         clear: right;
         overflow: hidden;
    }
     .interior-layout--reverse .interior-layout__main {
         float: left;
         padding-right: 48px;
         padding-left: 0;
    }
}
 .breadcrumbs {
     font-size: 16px;
     margin-top: 15px;
     margin-bottom: 35px;
}
 .breadcrumbs a {
}
 .breadcrumbs a:hover, .breadcrumbs a:focus {
     opacity: 1;
}
 .breadcrumbs__separator {
     display: inline-block;
     margin: 0 0.3em;
     opacity: 0.4;
}
 h1+.breadcrumbs {
     margin-top: -12px;
}
 h4.interior-nav__title, .content-box h3 {
     color: #fff;
     font-size: 24px;
     font-weight: 700;
     background: #00619e;
     padding: 15px 10px;
     text-align: center;
}
 .content-box h3 {
     background: #8cc63f;
     line-height: 30px;
}
 .interior-nav.refine {
     margin-top: 75px;
}
 .in-this-section a {
     display: block;
     padding: 6px 0;
}
 .in-this-section ul {
     list-style: none;
     margin: 0;
     padding-right: 24px;
     padding-bottom: 36px;
     padding-left: 24px;
}
 .in-this-section ul ul {
     display: none;
     padding-left: 24px;
     padding-bottom: 0;
}
 .in-this-section ul ul a {
     font-size: 16px;
}
 .in-this-section .is-current&gt;ul {
     display: block;
}
 .in-this-section .is-current&gt;a {
     color: #8cc63f;
     font-weight: 700;
     font-size: 19px;
}
 @media (max-width: 1169px) {
     .in-this-section {
         display: none;
    }
     .header-login {
         margin: 0 auto 25px auto;
         text-align: center;
         width: 25px;
    }
}
 @media (min-width: 1170px) {
     .in-this-section__toggle {
         display: none;
    }
}
 .stars {
     text-align: left;
     padding-bottom: 20px;
}
 .stars.center-stars {
     text-align: center;
     padding-top: 20px;
}
 @media (max-width: 479px) {
     .home-logos {
         margin: 0 auto 45px auto;
         max-width: 125px;
         height: auto;
    }
}
 @media (min-width: 479px) and (max-width: 959px) {
     .home-logos {
         margin: 0 auto 45px auto;
         max-width: 200px;
         height: auto;
    }
}
 @media (min-width: 960px) and (max-width: 1199px) {
     .home-logos {
         max-width: 175px;
         height: auto;
    }
}
 .inline {
     display: inline-block;
}
 .green-arrow {
     vertical-align: middle;
}
 .button.actual-images {
     display: inline-block;
     background: none;
     margin-right: 5px;
     font-size: 18px;
}
 @media (max-width: 959px) {
     .button.actual-images {
         width: 100%;
         margin-bottom: 25px;
         padding: 18px 15px 18px 15px;
    }
}
 @media (min-width: 960px) and (max-width: 1499px) {
     .button.actual-images {
         width: 49%;
         margin-bottom: 25px;
         padding: 18px 15px 18px 15px;
    }
}
 .actual-image-image {
     display: inline-block;
     padding-right: 10px;
}
 .filter-by-title, .more-top {
     margin-top: 45px;
}
 .button.more-top {
     margin-top: 25px;
}
 .more-bottom {
     margin-bottom: 45px;
}
 @media (max-width: 959px) {
     .search-refine__content {
         display: none;
    }
     .search-refine__content.is-active {
         display: block;
         margin-top: 24px;
    }
     .more-bottom {
         margin-bottom: 10px;
    }
}
 .search-refine__content h3 {
     color: #d5260a;
}
 .item-list--compact .item-list__item+.item-list__item {
     margin-top: 12px;
     padding-top: 12px;
}
 .item-list--compact a {
    /* color: #4aa8d1;
     */
}
 .item-list--compact a:hover {
     color: #77c9ec;
}
 .content-box .item-list--compact a {
     color: #77c9ec;
}
 .content-box .item-list--compact a:hover {
     color: #898989;
}
 .item-list.list-page {
     margin-top: 0;
}
 @media (min-width: 960px) {
     .search-refine__toggle {
         display: none;
    }
}
 .pagination {
     margin: 48px 0;
}
 .pagination:first-child {
     margin-top: 0;
}
 .pagination:last-child {
     margin-bottom: 0;
}
 .pagination__overview {
     font-size: 16px;
     margin: 0 0 12px;
}
 a.pagination__page, a.pagination__previous, a.pagination__next {
}
 .pagination__current, .pagination__page, .pagination__next {
     display: inline-block;
     padding: 5px 12px;
     border: #8cc63f solid 1px;
     margin-bottom: 15px;
}
 .pagination__page--current {
     background: #8cc63f;
     color: #fff;
     font-weight: 700;
}
 @media (min-width: 768px) {
     .pagination__overview {
         display: inline-block;
         margin: 0 24px 0 0;
    }
}
 .pagination {
     margin: 48px 0;
}
 .debug-url {
     background-color: #efe;
     border: 2px solid #bada55;
     padding: .5em;
     margin-bottom: .5em;
     word-wrap: break-word;
}
 .no-results {
     margin-top: 20px;
}
 .pagination .overview {
     margin-right: 20px;
}
 .pagination:first-child {
     margin-top: 0;
}
 .pagination:last-child {
     margin-bottom: 0;
}
 .pagination__overview {
     font-size: 16px;
     margin: 0 0 12px;
}
 a.pagination__page, a.pagination__previous, a.pagination__next {
}
 .pagination__current, .pagination__page, .pagination__next {
     display: inline-block;
     padding: 5px 12px;
     border: #8cc63f solid 1px;
     margin-bottom: 15px;
}
 ul.pagination {
     list-style: none;
}
 .pagination__page--current, ul.pagination li.active, ul.pagination li.active a {
     background: #8cc63f;
     color: #fff;
     font-weight: 700;
}
 ul.pagination li {
     display: inline-block;
     padding: 5px 12px;
     border: #a6ce39 solid 1px;
     margin-bottom: 15px;
}
 @media (max-width: 767px) {
     .top-image-layout {
         margin-top: 75px;
    }
}
 .inline {
     display: inline-block;
}
 .fas.fa-fw.fa-calendar-alt {
     font-size: 24px;
}
 @media (min-width: 768px) and (max-width: 959px) {
     .header-utility a {
         font-size: 16px;
    }
     .feature-bar-nav&gt;ul&gt;li&gt;ul {
         top: 90%;
    }
}
 @media (min-width: 1500px) {
}
 .top-leaderboard {
     padding-top: 24px;
     padding-bottom: 24px;
}
 .ad-container {
     background: #f3f3f3;
     width: 100%;
     padding: 30px 0;
     text-align: center;
}
 @media (max-width: 959px) {
     .ad-container {
        /*padding: 50px 0 30px 0;
         */
    }
}
 .ad-container img {
     text-align: center;
     margin: 0 auto;
}
 .section-container {
     width: 95%;
     margin: 60px auto 35px auto;
     text-align: center;
}
 .section-blue-container {
     background: url(/images/default-source/pagelayoutimages/bkgd-blue-texture.png);
     margin: 0 auto 0 auto;
     padding-top: 64px;
     padding-bottom: 64px;
     text-align: center;
}
 .section-blue-container.interior-blue {
     padding-top: 32px;
     padding-bottom: 50px;
     margin-bottom: 45px;
}
 .blue-box__ctas {
     margin-top: 60px;
}
 @media (max-width: 959px) {
     .section-container {
         margin: 25px auto;
    }
}
 @media (min-width: 1500px) {
     .section-blue-container {
         background: url(/images/default-source/pagelayoutimages/bkgd-blue-texture.png) repeat-x;
         max-height: 406px;
    }
     .section-blue-container.interior-blue {
         max-height: none;
         min-height: 300px;
    }
}
 .home-section {
     margin-top: 70px;
     margin-right: auto;
     margin-bottom: 70px;
     margin-left: auto;
     max-width: 960px;
}
 .home-section.resources {
     margin-top: 0;
     margin-bottom: 70px;
     background: rgba(255, 255, 255, .7);
     padding: 20px;
}
/* @media (max-width: 1169px) {
     .home-section.resources.news {
         min-height: 1000px;
    }
}
 */
 @media (min-width: 1170px) {
     .home-section.resources.news {
         min-height: 600px;
    }
}

 @media (max-width: 1169px) {
    .resources-background {
        background-image: none !important;
     }
 }

 @media (min-width: 1170px) {
     .resources-background {
         /* background-image: url("/images/default-source/pagelayoutimages/photo-resources.jpg"); */
         background-attachment: fixed;
         background-repeat: no-repeat;
         background-position: 100% 100%;
         background-size: cover;
         /* margin-top: 140px; */
         padding-top: 140px;
         padding-bottom: 70px;
    }
}
 @media (max-width: 720px) {
     .resources-background {
         background-image: none;
         background-attachment: scroll;
         margin-top: -120px;
         padding-top: 0;
         padding-bottom: 70px;
         clear: both;
    }
}
 @media (min-width: 721px) and (max-width: 959px) {
     .resources-background {
         background-image: none;
         background-attachment: scroll;
        /* margin-top: 480px;
         */
         padding-top: 0;
         padding-bottom: 70px;
         clear: both;
    }
}
 @media (min-width: 960px) and (max-width: 1169px) {
     .resources-background {
         background-image: none;
         background-attachment: scroll;
         margin-top: -120px;
         padding-top: 0;
         padding-bottom: 70px;
         clear: both;
    }
}

/*Parallax Background */
.parallax-background {
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.parallax-background__image img {
    position: fixed;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.parallax-background__content {
    position: relative;
    z-index: 2;
}
/*End Parallax Background */


 .share-buttons__button {
     width: 50px;
     height: 50px;
     margin-right: 25px;
}
 .svg-inline--fa.fa-facebook-square.fa-w-14 {
     width: 32px;
     height: 32px;
}
 .svg-inline--fa.fa-twitter-square.fa-w-14 {
     width: 32px;
     height: 32px;
}
 .svg-inline--fa.fa-linkedin.fa-w-14 {
     width: 32px;
     height: 32px;
}
 .svg-inline--fa.fa-envelope-square.fa-w-14 {
     width: 32px;
     height: 32px;
}
 .fa-facebook:before {
     content: "\f09a";
}
 .fa-facebook-f:before {
     content: "\f39e";
}
 .fa-facebook-messenger:before {
     content: "\f39f";
}
 .fa-facebook-square:before {
     content: "\f082";
}
 .fa-twitter:before {
     content: "\f099";
}
 .fa-twitter-square:before {
     content: "\f081";
}
 .fa-linkedin:before {
     content: "\f08c";
}
 .fa-linkedin-in:before {
     content: "\f0e1";
}
 .card {
     background: url(/images/default-source/pagelayoutimages/bkgd-blue-texture.png);
     padding: 20px;
}
 .card a {
     color: #fff;
}
 .card a:hover {
     color: #8cc63f;
}
 .card .item-list__description {
     font-size: 16px;
     color: #fff;
}
 .card-more {
     margin-top: 25px;
     float: right;
}
 .item-list__description.employees, .card.employee-card .item-list__title {
     display: block;
     margin-left: 20px;
}
 .img-left.margin-zero {
     float: left;
     margin-top: 5px;
     margin-right: 5px;
}
 .intro {
     clear: left;
     margin-top: 25px;
     margin-bottom: 25px;
}
 .page-footer img {
     margin: 0 auto;
     text-align: center;
}
 .content-box.shaded {
     position: relative;
}
 .content-box.shaded ul {
     margin-bottom: 75px;
}
 .chapter-button {
     position: absolute;
     bottom: 25px;
     left: 0;
     right: 0;
     margin-left: auto;
     margin-right: auto;
}
 .share-me {
     width: 205px;
}
 .share-me .add-to {
     margin-top: 2px;
     background: #004661;
     border-radius: 3px;
}
 .img-right.add-to {
     float: right;
     margin-left: 0;
}
 .share-me .add-to:hover {
     background: #8cc63f;
}
 .home-feature__image {
     background-color: #000;
     background-repeat: no-repeat;
     background-position: 50% 50%;
     background-size: cover;
}
 .home-feature__description {
    /* padding: 20px;
     */
}
 .home-feature__description, .home-feature__description a {
     color: #fff;
}
 .event-tabs, .home-feature__description a {
     color: #00619e;
}
 .home-feature__tab {
     display: inline-block;
     width: 12px;
     height: 12px;
     border: 1px solid #fff;
     background-clip: padding-box !important;
     border-radius: 100%;
     background: transparent;
     margin-right: 10px;
}
 .home-feature__tab+.home-feature__tab {
     margin-left: 5px;
}
 .home-feature__tab:hover {
     background: #fff;
}
 .home-feature__tab.is-active {
     background: #fff;
}
 .event-tabs .home-feature__tab {
     border: 1px solid #444;
     clear: both;
}
 .event-tabs .home-feature__tab:hover {
     background: #00619e;
}
 .event-tabs .home-feature__tab.is-active {
     background: #00619e;
}
 @media (max-width: 749px) {
     .home-feature__pane {
         display: none;
    }
     .home-feature__pane.is-active {
         display: block;
    }
     .home-feature__image {
         height: 200px;
         clear: both;
    }
     .event-tabs .home-feature__image {
         margin-top: 0;
    }
     .home-feature__description {
         margin-top: -20px;
    }
     .home-feature__nav {
         padding: 10px 0;
         text-align: center;
    }
}
 @media (min-width: 750px) {
    /* .home-feature {
         margin-top: -40px;
         position: relative;
    }
     .home-feature, .home-feature__image {
         height: 500px;
    }
     */
     .home-feature__pane {
         position: absolute;
         left: 0;
         top: 0;
         right: 0;
         bottom: 0;
    }
     .home-feature__description {
        /* padding-top: 40px;
         min-height: 0 !important;
         width: 40%;
         width: calc(50% - 60px);
         position: absolute;
         left: 40px;
         bottom: 20px;
         z-index: 20;
         */
    }
     .home-feature__description h2 {
         margin-bottom: 30px;
    }
     .home-feature__description p {
         font-size: 18px;
         line-height: 30px;
    }
     .event-tabs .home-feature__description p {
         font-size: 18px;
         line-height: 24px;
    }
     .home-feature__nav {
         padding: 20px 0;
         position: absolute;
         left: 18%;
         right: 0;
         bottom: 100px;
         z-index: 4;
    }
     .event-tabs .home-feature__nav {
         padding: 20px 0;
         position: relative;
         left: 52%;
         right: 0;
         top: 200px;
         z-index: 4;
         width: 24px;
    }
     .event-tabs .home-feature__nav button:first-child {
         margin-left: 5px;
    }
     .home-feature__tab:first-child {
         margin-left: 50%;
         margin-left: calc(50% + 20px);
    }
     .js .home-feature {
         -webkit-animation: 0.6s fade-in ease 0.3s;
         animation: 0.6s fade-in ease 0.3s;
         -webkit-animation-fill-mode: backwards;
         animation-fill-mode: backwards;
    }
     .js .home-feature__pane {
         visibility: hidden;
    }
     .js .home-feature__pane.is-active {
         visibility: visible;
    }
     .js .home-feature__pane .home-feature__image, .js .home-feature__pane .home-feature__description {
         transition: all 0.3s ease-out;
    }
     .js .home-feature__pane.is-active .home-feature__image, .js .home-feature__pane.is-active .home-feature__description {
         opacity: 1;
    }
     .js .home-feature__pane.is-previous .home-feature__description {
         opacity: 0;
    }
     .js .home-feature__pane.is-previous .home-feature__image {
         -webkit-transform: translateX(-20px);
         -ms-transform: translateX(-20px);
         transform: translateX(-20px);
         opacity: 0;
    }
     .js .home-feature__pane.is-next .home-feature__description {
         opacity: 0;
         -webkit-transform: translateY(-20px);
         -ms-transform: translateY(-20px);
         transform: translateY(-20px);
    }
     .js .home-feature__pane.is-next .home-feature__image {
         -webkit-transform: translateX(20px);
         -ms-transform: translateX(20px);
         transform: translateX(20px);
         opacity: 0;
    }
}
 @media (min-width: 960px) and (max-width: 1299px) {
     .home-feature__nav {
         position: relative;
         left: -7%;
         top: 500px;
    }

}
@media (min-width: 960px) and (max-width: 1169px) {

 .home-feature__description {
         margin-top: -75px;
    }

}




 @media (min-width: 1170px) and (max-width: 1299px) {
     .home-feature__nav {
         position: relative;
         left: 10%;
         top: 500px;
    }
}
 @media (max-width: 1169px) {
     .event-tabs .home-feature__nav {
         opacity: 0;
    }
     .event-tabs.home-feature .home-feature__image {
         margin-top: 0;
         min-height: 0;
    }
}
 @media (min-width: 1170px) {
     .home-feature {
         position: relative;
    }
     .home-feature, .home-feature__image {
         min-height: 710px;
         overflow: visible;
    }
     .home-feature__description .button {
         margin-top: 40px;
    }
     .home-feature__tab:first-child {
         margin-left: 33.3%;
         margin-left: calc(33.3% + 20px);
    }
}
 @media (min-width: 720px) {
     .event-tabs.home-feature, .event-tabs.home-feature .home-feature__image {
         min-height: 0;
         height: 375px;
    }
}
 .light-blue-text {
     color: #00adef;
}
 .light-blue-bkgd, .more-link.light-blue-bkgd {
     background: #00adef;
     color: #fff;
     text-align: center;
     position: absolute;
     bottom: 0;
     width: 100%;
}
 .more-link {
     position: absolute;
     bottom: 0;
     width: 100%;
}
 .green-text {
     color: #8cc63e;
}
 .green-bkgd, .more-link.green-bkgd {
     background: #8cc63e;
     color: #fff;
     text-align: center;
     position: absolute;
     bottom: 0;
     width: 100%;
}
 @media (min-width: 1170px) {
     .home-ads {
        padding-bottom: 75px;
    }
}



 @media (min-width: 485px) and (max-width: 1169px) {
     .gray-box-container.home-feature__content .more-link {
         position: relative;
         bottom: -42px;
         width: 485px;
    }
     .gray-box-container.home-feature__content {
         width: 485px;
         background: #eee;
         margin-top: -45px;
    }
     .content-photo-gray-box {
         background: #eee;
    }
}
 @media (min-width: 960px) and (max-width: 1169px) {
     .gray-box-container.home-feature__content .more-link {
         margin-right: 0;
         margin-left: -50px;
    }
     .gray-box-container.home-feature__content {
         width: 485px;
         background: #eee;
         margin-top: -45px;
         padding-top: 15px;
    }
}
 @media (min-width: 1170px) {
     .event-tabs.home-feature.tabs {
         width: 970px;
         margin-left: auto;
         margin-right: auto;
         text-align: center;
    }
}

 @media (min-width: 1400px) {

 .home-feature__description {
         margin-top: -75px;
    }

}

 .gray-box-container p {
     text-align: left;
}
 .event-detail-date, .detail-details {
     color: #444;
     font-weight: 600;
}
 .item-list_location {
     color: #444;
     font-weight: 600;
     clear: both;
}
 .detail-file-downloads {
    color: #444;
}
 .detail-file-downloads::before {
    background: linear-gradient(90deg, #13b1d7 0%, #79c356 100%);
    content: '';
    display: inline-block;
    height: 2px;
    margin-bottom: 24px;
    margin-top: 12px;
    width: 100%;
}
 .detail-file-downloads--list li a::before {
    content: '\f019';
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 12px;
}
 @media (min-width: 1170px) {
     body.is-scrolled .page-header {
         width: 100%;
         background: #eee;
         min-height: 0;
         z-index: 5000;
    }
     body.is-scrolled .header-utility ul {
         visibility: hidden;
    }
     body.is-scrolled .header-utility {
         background: #eee;
    }
     body.is-scrolled .header-login {
         top: 42px;
    }
     body.is-scrolled .header-search {
         top: 35px;
    }
     body.is-scrolled .header-nav &gt; ul {
         margin-top: -30px;
    }
     body.is-scrolled .header-nav &gt; ul ul {
         margin-top: -38px;
    }
     body.is-scrolled .page-header .header-logo img {
         height: auto;
         max-width: 130px;
         width: 130px;
    }
     body.is-scrolled .header-nav &gt; ul &gt; li &gt; a::before, .header-nav__sf-list &gt; li &gt; a::before {
         bottom: -17px;
    }
     body.is-scrolled .header-nav &gt; ul &gt; li &gt; ul &gt; li &gt; a, body.is-scrolled .header-nav__sf-list &gt; li &gt; ul &gt; li &gt; a {
         padding: 36px 0 45px 0;
    }
    }


     @media (min-width: 1170px) and (max-width: 1399px) {
         body.is-scrolled .header-login {
             top: 30px;
        }
         body.is-scrolled .header-search {
             top: 20px;
        }
    }


    /*! ---------- =print ---------- */

     @media print {
         .page-header__toggle,
         .header-search,
         .header-utility,
         .header-nav,
         .in-this-section,
         .footer-logo,
         footer-social,
         .footer-utility,
         .home-feature,
         .breadcrumbs,
         .share-buttons,
         .truncator-expand,
         .more-link {
             display: none !important;
        }
         .home-section .home-feature {
             display: block !important;
        }
         body {
             background: #fff;
        }
         @page {
             margin: 0.5in;
        }
         @page :first {
             margin-top: 1in;
        }
         .page-bounds {
             max-width: 100%;
        }
         .page-header, .content, .page-footer {
             padding-left: 0;
             padding-right: 0;
        }
         h1, h2, h3, h4 {
             page-break-after: avoid;
        }
         blockquote, img, table, pre {
             page-break-inside: avoid;
        }
         ul, ol, dl {
             page-break-before: avoid;
        }
         .header-logo {
             float: none;
             margin: 0 auto;
             padding: 0;
        }
         .page-footer {
             border-top: 1px solid #eee;
        }
         .footer-contact {
             text-align: center;
        }
         .interior-layout__title, .interior-layout__nav, .interior-layout__main, .interior-layout__aside {
             float: none;
             width: auto;
             padding-left: 0;
             padding-right: 0;
        }
         .interior-layout__aside {
             border-top: 1px solid #d4d4d4;
             padding-top: 50px;
        }
         .page-title {
             text-align: center;
        }
         .content a[href]:not([href^="#"]) {
             word-wrap: break-word;
             box-shadow: 0 2px 0 #ef3824;
             color: #555;
             font-weight: 700;
        }
         .content a[href]:not([href^="#"])::after {
             content: " (" attr(href) ") ";
             font-size: 0.85em;
             color: #6f6f6f;
        }
         .tabs__pane {
             display: block !important;
        }
         .accordion__content {
             max-height: none !important;
             visibility: visible !important;
             opacity: 1 !important;
        }
         [data-truncate-to] {
             max-height: none !important;
             overflow: visible !important;
        }
         [data-truncate-to*="item"] &gt; * {
             display: initial !important;
        }
         .js .home-feature__pane {
             page-break-after: always !important;
             clear: both !important;
             display: block !important;
             visibility: visible !important;
             overflow: visible !important;
             background: none !important;
             border: none !important;
             position: static !important;
        }
         .js .home-feature__pane.is-previous .home-feature__image, .js .home-feature__pane.is-next .home-feature__image {
             opacity: 1 !important;
             clear: both;
        }
         .home-feature {
             display: block;
             position: static !important;
             height: auto !important;
             overflow: visible !important;
        }
         .js .home-feature__pane.is-previous .home-feature__description, .js .home-feature__pane.is-previous .home-feature__image, .js .home-feature__pane.is-next .home-feature__description, .js .home-feature__pane.is-next .home-feature__image {
             opacity: 1;
        }
         .event-tabs .home-feature__nav {
             opacity: 0;
             display: none;
        }
         .interior-feature__image {
             min-height: 0;
             height: auto;
        }
         .home-section.resources.news, .home-ads {
             clear: both;
             float: none;
             page-break-before: always !important;
             min-height: 0 !important;
             overflow: hidden !important;
             position: static;
        }
         .event-tabs.home-feature, .event-tabs.home-feature .home-feature__image {
             height: auto !important;
        }
    }

    .border-thick {
    padding: 5px;
    border: 5px solid #484848;
    }

     .border-thick-green {
    padding: 5px;
    border: 5px solid #8cc63f;
    }

    .border-thick-dark-blue {
    padding: 5px;
    border: 5px solid #00629f;
    }

    .border-thick-light-blue {
    padding: 5px;
    border: 5px solid #00adef;
    }

    .image-with-caption-container {

    }

    .image-with-caption-container img {


    }

    .image caption {

    }


    /* ---------- =sitefinity ---------- */
     .sys-template {
         display: none;
    }
     .sfContentBlock {
         margin-bottom: 24px;
    }
     .sfContentBlock:last-child {
         margin-bottom: 0;
    }
    /* For Solr debug */
     .debug-url {
         background-color: #efe;
         border: 2px solid #2c2;
         padding:.5em;
         margin-bottom:.5em;
         word-wrap: break-word;
    }
    /* make page builder layout more friendly to edit */
     .sfPageEditor body {
         border-top: none;
    }
     .sfPageEditor .page-header {
         background: #363738 !important;
    }
     .sfPageEditor .interior-banner {
         min-height: 0 !important;
    }
     .sfPageEditor .interior-banner__image::before {
         display: none !important;
    }
     .sfPageEditor .page-header, .sfPageEditor .header-logo, .sfPageEditor .header-search, .sfPageEditor .page-header__content, .sfPageEditor .header-utility, .sfPageEditor .header-nav, .sfPageEditor .interior-banner, .sfPageEditor .interior-banner__image, .sfPageEditor .interior-banner__content, .sfPageEditor .page-footer, .sfPageEditor .page-search, .sfPageEditor .footer-logo, .sfPageEditor .footer-social, .sfPageEditor .footer-utility, .sfPageEditor .footer-copyright, .sfPageEditor .header-login, .sfPageEditor .parallax-background__image img {
         display: block !important;
         width: 100% !important;
         max-width: 100% !important;
         padding: 0 !important;
         margin: 0 0 20px !important;
         float: none !important;
         position: relative !important;
         left: 0 !important;
         top: 0 !important;
         right: 0 !important;
         bottom: 0 !important;
    }
     .sfPageEditor .content {
         padding-top: 48px;
    }
    /* space form builder fields */
     .sf-fieldWrp &gt; input, .sf-fieldWrp &gt; select, .sf-fieldWrp &gt; textarea, .sf-fieldWrp &gt; div &gt; input, .sf-fieldWrp &gt; div &gt; select, .sf-fieldWrp &gt; div &gt; textarea, .sf-fieldWrp.sf-Checkboxes, .sf-fieldWrp.sf-RadioButtons {
         margin-bottom: 30px;
    }
     .sf_colsIn &gt; .sf-fieldWrp &gt; input:last-child, .sf_colsIn &gt; .sf-fieldWrp &gt; select:last-child, .sf_colsIn &gt; .sf-fieldWrp &gt; textarea:last-child {
         margin-bottom: 0 !important;
    }
     .form-group {
         margin-bottom: 30px;
    }
     .sf-fieldWrp a, button.sf-SubmitButton.btn.btn-primary {
         display: block;
         vertical-align: middle;
         margin-top: 20px;
         margin-bottom: 20px;
         padding: 12px 28px 12px 28px;
         text-align: center;
         color: #fff;
         font-weight: 700;
         background: #00adef;
         border: none;
         -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
         transition: color 0.15s ease-out, background-color 0.15s ease-out, -webkit-transform 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
         -o-transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
         transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out;
         transition: color 0.15s ease-out, background-color 0.15s ease-out, transform 0.15s ease-out, box-shadow 0.15s ease-out, -webkit-transform 0.15s ease-out, -webkit-box-shadow 0.15s ease-out;
         width: 200px;
    }
     .sf-fieldWrp a:hover, .sf-fieldWrp a:focus, button.sf-SubmitButton.btn.btn-primary:hover {
         color: #fff;
         background: #8cc63e;
    }
     .sf-fieldWrp button {
         width: 200px;
         margin-top: 20px;
    }
     .sfInlineEditingPageMenu .sfInlineEditingToggleLnk {
         z-index: 1001 !important;
    }
    /* user-friendly tabs layout modules */
     .sfPageEditor [data-edit-label]::before {
         content: '[' attr(data-edit-label) ']';
         font-size: 14px;
         opacity: 0.3;
    }
     .tabs.sf_cols {
         margin-left: 0 !important;
         margin-right: 0 !important;
    }
     .tabs__tab &gt; .sf_colsIn, .tabs__pane &gt; .sf_colsIn {
         margin: 0 !important;
    }
     .sfPageEditor .tabs--standard .tabs__tab {
         width: 100% !important;
         float: none !important;
    }
     .sfPageEditor .tabs.sf_cols .tabs__pane {
         display: block !important;
    }
     .zeDockZoneLabel {
         letter-spacing: normal;
         text-rendering: auto;
    }

    .sfPageEditor .accordion__content {
        display: block !important;
    }


.testimonials-list  .grid__unit {
padding: 0;
}


.testimonials-list--image {
padding-left: 45px;
padding-right: 45px;
}

.testmonial-slide {
/* max-width: 830px;  */
height: auto !important;
max-height: none !important;
margin-left: 45px;
margin-right: 45px;
margin-bottom: 10px;
background: none;
}

.testimonials-list {
margin: 75px auto 75px auto;
text-align: center;
}

.testmonial-quote {
padding-top: 25px;
font-size: 36px;
line-height: 40px;
color: #0064a1;
font-weight: 600;
font-style: italic;
}

.testimonial-text {
margin-bottom: 10px;
}

.testimonial-name-occupation {
clear: both;
float: right;
text-align: right;
color: #444;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height:30px;
}


 @media (max-width: 549px) {

 .testmonial-slide img {
 margin: 0 auto;
text-align: center;
 }

.testmonial-quote {
font-size: 24px;
padding: 20px 15px 20px 15px !important;
 background: #eee;
}


.testimonial-text {
line-height: 30px;
}


 .testimonial-name-occupation {
 font-size: 18px;
 line-height:24px;
 }


 }



 @media  (min-width: 550px) and (max-width: 1199px) {

 .testmonial-slide img {
 margin: 0 auto;
text-align: center;
width: 410px;
 }

.testmonial-quote {
font-size: 24px;
padding: 20px 15px 20px 15px !important;
width: 410px !important;
 background: #eee;
 margin-bottom: 35px;
}


.testimonial-text {
line-height: 30px;
}


 .testimonial-name-occupation {
 font-size: 18px;
 line-height:24px;

 }


 }



 @media (min-width: 1200px) {

  .testmonial-slide {
  background: #eee;
  height: 406px;
  max-height: 406px;
   float: left;
  }

 .testmonial-quote {
font-size: 24px;
line-height: 30px;
padding: 20px 25px 20px 25px !important;
text-align: left;
}

 .testimonial-name-occupation {
 font-size: 18px;
 line-height:24px;
 }
 }

 @media (min-width: 1300px) {

 .testmonial-quote {
 padding: 35px 25px 20px 25px !important;
}

 .testimonial-text {
padding-bottom: 25px;
}

 }

  @media (min-width: 1400px) {

 .testmonial-quote {
  padding: 35px 25px 20px 25px !important;
font-size: 28px;
line-height: 34px;
}

 .testimonial-name-occupation {
padding-right: 25px;
 font-size: 24px;
line-height:30px;
}

}



 @media (min-width: 1700px) {


 .testmonial-quote {
 padding: 35px 25px 20px 25px !important;
}

    .grid__unit--1-3-l-extra {
         width: 40%  !important;
    }


    .grid__unit--2-3-l-extra {
         width: 60%  !important;
    }


 }


/* home carousel alignment options */


  @media (min-width: 960px) {

.home-feature__description.left-feature-text  {
margin-left: 5%;
}

.home-feature__description.right-feature-text  {
margin-left: auto;
margin-right: 10%;
}

}

  @media (min-width: 960px)  and (max-width: 1299px)   {

  .home-feature__description.left-feature-text, .home-feature__description.right-feature-text {
  width: 300px;
  }

  }


  @media (min-width: 1300px)    {

  .home-feature__description.left-feature-text, .home-feature__description.right-feature-text {
  width: 400px;
  }

  }


  @media (min-width: 1600px)    {

  .home-feature__description.left-feature-text, .home-feature__description.right-feature-text {
  width: 650px;
  }

  }


.media-body &gt; ul &gt; li {
  	color: #444;
	font-weight: 600;

font-size: 14px;

}



.header-user {

    position: absolute;
    right: 42px;
    top: 0;

}

@media (min-width: 1170px) {

   .media-body &gt; ul &gt; li a {
  	color: #444;
	font-weight: 600;

font-size: 14px;
}
 .header-utility__list {
    margin-right:120px ;
}

ul.header-utility__list li:nth-child(7) {
  display: none;
}

  .media-body &gt; ul &gt; li &gt; ul {
top: 25px;
}
}



.login-user img {
 display: none !important;
}


.login-user {

  background: none !important;
}


@media (min-width: 1500px) {

.header-utility ul {

    margin: 0 auto;
    padding-right: 190px;

}

}


@media (max-width: 1169px) {
.header-user {

    display: block;
    position: relative;
    top: 0;
    right: auto;
    color: #00619f;
    margin: 0;
    padding: 0;
    border: white solid 1px;
    text-align: left;
  }

  .media-body &gt; ul {
   padding: 0;
  }
 .media-body &gt; ul &gt; li {
   color: transparent;

  }

  .media-body &gt; ul &gt; li &gt; ul {

    margin-left: 45px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;

}

  .media-body &gt; ul &gt; li &gt; ul &gt; li {
    position: static;
  }

  .js .header-nav .media-body li ul {
   max-height: unset;
  }

  .header-user {
    display: block !important;
  }
  .login-user {
   font-weight: bold;

  }
}


.rdContent .header-user {
position: static;
}
