@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%;
    /* margin: 0 auto;
     */
}
 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 Lato, Helvetica, Arial, sans-serif;
     color: #525e65;
     -webkit-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
     -moz-osx-font-smoothing: grayscale;
     -webkit-font-smoothing: antialiased;
}
 .alternate-typeface, .note, .pull-quote__attribution, .home-feature__description {
     font-family: Oswald, serif;
     font-weight: 400;
     font-style: italic;
}
 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;
}
 h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
     display: inline-block;
     vertical-align: middle;
}
 h1 {
     font-size: 36px;
     line-height: 42px;
     color: #404041;
}
 @media (max-width: 767px) {
     h1 {
         font-size: 36px;
    }
}
 h2 {
     font-size: 28px;
     line-height: 28px;
    /* font-weight: 900;
     */
     color: #027a79;
}
 h2.home-section {
     margin-bottom: 20px;
     color: #d5260a;
}
 h3 {
     font-size: 24px;
     font-weight: 600;
     line-height: 36px;
     color: #5b5b53;
}
 h4 {
     font-size: 22px;
}
 h5 {
     font-size: 20px;
}
/*! ---------- =common =components ---------- */
 body {
     background-color: #fff;
}
 a {
     text-decoration: none;
     color: #375d76;
     font-weight: bold;
}
 a:hover, a:focus {
     color: #d5260a;
}
 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 12px;
}
 .img-left img, .img-right img {
     display: block;
}
 .img-left {
     float: left;
     margin-right: 15px;
}
 .img-left.home-photo {
     margin-top: 15px;
}
 .img-right {
     float: right;
     margin-left: 15px;
}
 .center, .center img {
     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: #027a79;
}
 .warn {
     color: #bf3633;
}
 .warn::before, .warn::after {
     content: '\00a0\00a0';
}
 figure {
     display: block;
     margin-bottom: 24px;
     border: 1px solid #f8f8f8;
     padding: 6px;
}
 figcaption {
     display: block;
     padding: 6px 0;
     font-size: 15px;
     opacity: 0.8;
}
 .arrow {
     font-size: 18px;
     display: inline-block;
     vertical-align: middle;
     width: 0;
     height: 0;
     margin-left: 0.75em;
     margin-right: 0.5em;
     margin-top: -0.2em;
     line-height: 1em;
     border: 0.5em solid transparent;
     border-left-color: #bf2e1b;
     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, button {
     display: inline-block;
     vertical-align: middle;
     padding: 10px 18px 12px 18px;
     text-align: center;
     font-size: 17px;
     font-weight: 500;
     line-height: 24px;
     color: #fff;
     border: #cecece solid 1px;
     -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;
     font-family: Oswald, sans-serif;
}


 .button.red-button, button.sf-SubmitButton.btn.btn-primary {
     background: #c02c33;
}
 .button.teal-button, .button.button--xsmall {
     background: #027a79;
}

.search-current-tags {
margin-bottom: 20px;
}


 .button.blue-button {
     background: #375d76;
}
 .button.yellow-button {
     background: #b2aa43;
}
 .button:hover, .button:focus {
     color: #fff;
     background: #375d76;
    /*-webkit-transform: translateY(-2px);
     -ms-transform: translateY(-2px);
     transform: translateY(-2px);
     -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
     box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
     */
}
 .button.blue-button:hover, .button.blue-button:focus {
     color: #fff;
     background: #027a79;
}
 .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 {
}
 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 {
     display: inline-block;
     vertical-align: middle;
     text-align: left;
     background: #fff;
     margin-bottom: 45px;
     padding: 12px;
     position: relative;
     -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out;
     -o-transition: color 0.15s ease-out, background-color 0.15s ease-out;
     transition: color 0.15s ease-out, background-color 0.15s ease-out;
     border: 2px solid #c02c33;
}
 .content-box.sg-gray {
     border: 2px solid #eee;
     width: 100%;
}
 .content-box:after, .content-box:after {
     content: '';
     position: absolute;
     top: -10px;
     left: -10px;
     right: -10px;
     bottom: -10px;
     border: 2px solid #c02c33;
     z-index: -1;
}
 .content-box.sg-gray:after, .content-box.sg-gray:after {
     border: none;
}
 .content-box h2 {
     font-size: 32px;
     color: #404041;
     font-weight: 600;
}
 @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;
}
 .item-list {
     list-style: none;
     margin: 0 0 48px;
}
 .item-list:last-child {
     margin-bottom: 0;
}
 .item-list + .button {
     margin-top: -24px;
}
 .item-list__item + .item-list__item {
     margin-top: 24px;
     padding-top: 24px;
}
 .item-list.search-list__item a:hover {
     color: #74c8ec;
}
 .item-list__title {
     display: block;
     margin: 0;
     font-size: 18px;
     line-height: 24px;
    /* font-weight: 900;
     */
}
 .item-list__date {
     margin: 6px 0 0;
     font-size: 16px;
     font-style: italic;
     color: #989891;
}
 .item-list__description {
     margin: 6px 0 0;
}
 .item-list__thumbnail {
     float: left;
     margin-right: 24px;
}
 .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, .page-header:after, .home-feature__quicklinks: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: 768px) {
     .grid {
         margin-right: -48px;
    }
     .grid__unit {
         padding: 0 48px 48px 0;
    }
     .grid__unit--1-1-m {
         width: 100%;
    }
     .grid__unit--1-2-m {
         width: 50%;
    }
     .grid__unit--1-3-m {
         width: 33.33%;
    }
     .grid__unit--2-3-m {
         width: 66.66%;
    }
     .grid__unit--1-4-m {
         width: 25%;
    }
     .grid__unit--3-4-m {
         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 {
         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-1-l {
         width: 100%;
    }
     .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-4-l {
         width: 25%;
    }
     .grid__unit--3-4-l {
         width: 75%;
    }
     .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-5-l {
         width: 20%;
    }
     .grid__unit--1-3-w {
         width: 33.33%;
    }
}
/*! ---------- =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: #404041;
     font-size: 16px;
     -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: #bf3633;
     color: #bf3633;
}
 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;
}
 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: #bf3633;
}
 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: #bf3633;
}
 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: 13px 15px;
     margin: 0 4px 0 0;
     border: 1px solid #f8f8f8;
     background-color: rgb(245, 245, 245);
     opacity: 0.9;
     position: relative;
     z-index: 2;
     cursor: pointer;
}
 .tabs--standard .tabs__tab.is-active {
     background: #fff;
     border-left: 1px solid #c1c1c1 !important;
     border-right: 1px solid #c1c1c1 !important;
     padding: 12px 14px 14px 14px !important;
     border-top: 4px solid #c02c33 !important;
     border-bottom: 1px solid white !important;
     margin-bottom: -1px;
}
 .tabs--standard .tabs__pane {
     border: 1px solid #ccc;
     padding: 24px;
     display: none;
}
 .tabs--standard .tabs__pane.is-active {
     display: block;
}
 @media (max-width: 959px) {
     .tabs--standard .tabs__tab {
         display: block;
         width: 100%;
         position: static;
         font-weight: bold;
          background: #fff url(/images/default-source/page-layout-images/red-arrow.png?sfvrsn=7393f049_2) right no-repeat;
          border-top: #c1c1c1 solid 1px;
          border-left: #c1c1c1 solid 1px;
          border-right: #c1c1c1 solid 1px;
    }
    
    .tabs--standard .tabs__tab.is-active {
    background: #fff url(/images/default-source/page-layout-images/red-arrow-flip.png?sfvrsn=7393f049_2) right no-repeat;
 }

}
 .accordion {
     margin-bottom: 48px;
}
 .accordion:last-child {
     margin-bottom: 0;
}
 .accordion__label {
     display: block;
     padding: 12px;
     background: #fff;
     border: #cecece solid 1px;
     color: #292B2C;
     font-weight: 600;
     font-size: 18px;
     cursor: pointer;
}
 .accordion__label .arrow {
     font-size: 0.9em;
     border-left-color: #bf3633;
     -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 #bf3633;
     background: #bf3633;
}
 .accordion__label.is-active .arrow {
     border-left-color: #fff;
}
 .accordion__label ~ .accordion__label {
     margin-top: 6px;
}
 .accordion__content {
     display: none;
     border: 2px solid #4eaad2;
     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: 2px solid #bf3633;
     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: Lato, Helvetica, Arial, sans-serif;
     font-weight: 700;
     font-size: 15px;
     color: #e4b1ab;
     position: absolute;
     top: 2px;
     right: 12px;
}
 p > code, li > code {
     background: white;
     font-style: normal;
}
 p > code::before, p > code::after, li > code::before, li > 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;
}
 @media (min-width: 768px) {
     .content {
         padding: 48px;
    }
}
 @media (min-width: 768px) {
     .page-bounds.home-content {
         margin-top: -75px;
    }
}
 @media (min-width: 1500px) {
     .page-bounds.home-content {
         margin-top: -25px;
    }
     .box-adjust {
         margin-left: 120px;
    }
     .page-bounds {
         max-width: 1500px;
         margin-left: auto;
         margin-right: auto;
    }
}
/*! ---------- =header, =nav ---------- */
 .page-header {
    /* color: #fff;
     background: rgba(255,255,255,0.9);
     */
     position: relative;
     z-index: 100;
}
 .page-header .page-bounds {
     position: relative;
}
 .page-header__toggle {
     display: none;
}
 .header-logo {
     float: left;
}
 .header-logo a, .header-logo img {
     display: block;
     max-width: 100%;
     margin: 0;
}
 .header-logo a {
     padding: 24px 0;
}
 .header-logo img {
     max-width: 310px;
     max-height: 143px;
}
 .header-user__welcome {
     color: #bf3734;
     font-weight: bold;
     padding-right: 15px;
     width: auto;
     white-space: nowrap;
}

 @media (min-width: 768px) and (max-width: 959px) {
     .header-logo img {
         max-width: 275px;
    }
     .grid__unit.grid__unit--3-4-l.tagline-text {
         padding-bottom: 0;
    }
}
 .header-utility__list {
     list-style: none;
     margin: 0;
}
 .header-utility__item {
     display: inline-block;
}
 .header-utility__item a {
     display: block;
     padding: 6px 12px;
     color: #1c2023;
}
 .header-utility__item.login a, button.header-utility__item.login  {
     color: #fff;
     background: #c02c33;
     /* width: 102px;
     height: 40px; */
     display: inline-block;
     padding: 6px 24px 8px 24px;
     text-align: center;
}

.header-utility__item.login a.sf-logged-in-name {
background: none !important;
color: #375d76;
display: block;
float: left;
width: 125px;
padding: 0;
font-size: 18px;
text-align: center;
margin-right: 25px;
}

.welcome {
display: block;
float: left;
margin-right: 0;
font-weight: bold;
font-size: 18px;
background: none !important;
}

.welcome a {
background: none !important;
color: #375d76 !important;
font-size: 18px !important;
padding: 0 !important;
}

.logout-button {
display: block;
float: left;
margin-top: -10px;
}

.logout-button .header-utility__item.login a {
text-align: center;
}


 .header-search {
     position: relative;
}
 .header-search__input {
     display: block;
     width: 100%;
     padding: 12px 72px 12px 24px !important;
     margin: 0 auto!important;
     font-size: 16px;
     line-height: 24px;
     background: #fff url(/images/default-source/page-layout-images/icon-search.png) no-repeat center;
}
 .header-search__input:focus {
     background: none;
     padding: 12px 10px 12px 10px !important;
}
 .topic-search::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
     color: #444;
     opacity: 1;
}
 .topic-search::-moz-placeholder {
    /* Firefox 19+ */
     color: #444;
     opacity: 1;
}
 .topic-search:-ms-input-placeholder {
    /* IE 10+ */
     color: #444;
     opacity: 1;
}
 .topic-search::-moz-placeholder {
    /* Firefox 18- */
     color: #444;
     opacity: 1;
}
 .topic-search:focus::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
     color: white;
}
 .topic-search:focus::-moz-placeholder {
    /* Firefox 19+ */
     color: white;
}
 .topic-search:focus:-ms-input-placeholder {
    /* IE 10+ */
     color: white;
}
 .topic-search:focus:-moz-placeholder {
    /* Firefox 18- */
     color: white;
}
 .header-search__submit {
     display: block;
     position: absolute;
     right: 0;
     top: 0;
     padding: 13px 18px;
     text-align: center;
     font-size: 16px;
     font-weight: 700;
     color: #fff;
    /* background: #bf2e1b;
     */
}
 .header-search__submit > img {
     display: block;
     width: 24px;
}
 .header-nav {
    /* background: #bf2e1b;
     */
}
 .header-nav ul {
     list-style: none;
     margin: 0;
}
 .header-nav li {
     position: relative;
}
 .header-nav a {
     display: block;
     font-size: 16px;
     color: #1c2023;
}
 .header-nav__toggle {
     display: none;
}
 @media (max-width: 959px) {
     .page-header {
         width: 100%;
    }
     .page-header__toggle {
         position: absolute;
         right: 0;
         top: 0;
         padding: 10px;
         font-size: 15px;
         color: #fff;
    }
     .page-header__toggle.is-active {
         color: #fff;
    }
     .js .page-header__toggle {
         display: block;
         background: #404041;
    }
     .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;
    }
    
    
    .header-nav  button, .header-nav  button {
    color: #404041;
    border: none;
    }
    
    
     .js .page-header__content:not(.is-active) {
         display: none;
    }
     .header-logo a {
         padding: 18px 24px;
    }
     .header-logo img {
        /* max-height: 36px;
         */
         max-width: 280px;
         margin-top: 25px;
    }
     .header-utility {
         -webkit-box-ordinal-group: 2;
         -ms-flex-order: 1;
         order: 1;
         padding: 18px 0;
         text-align: center;
    }
     .header-utility__item.login a {
         color: #fff;
         background: #c02c33;
         margin-top: 25px;
         padding: 6px 12px 8px 12px;
         display: inline-block;
         
    }
    
   .sf-logged-in-view {
     position: static;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

    
   .sf-logged-out-view {
     position: static;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.sf-logged-out-view a {
display: block;
clear: both;
margin-left: 20px;
}

.header-utility__item.login a.sf-logged-in-name {
    background: none !important;
    color: #375d76;
    display: block;
    float: left;
    width: 150px;
    padding: 0;
    font-size: 18px;
}

  .welcome {
    display: block;
    float: left;
    margin-right: -12px;
    font-weight: bold;
    font-size: 18px;
    /* margin-top: 24px; */
}

  .logout-button {
    clear: both;
    display: block;
    float: none;
    margin: 25px auto;
    text-align: center;
}
    
.logout-button .header-utility__item.login a {
padding: 6px 12px 6px 23px !important;
}
        
    
     .header-search__input {
         text-align: center;
         background: #fff url(/images/default-source/page-layout-images/icon-search.png) no-repeat 20px center;
    }
     .header-search {
         -webkit-box-ordinal-group: 3;
         -ms-flex-order: 2;
         order: 2;
         margin-top: 2px;
         margin-bottom: 25px;
    }
     .header-search__submit {
         top: 1px;
         right: 0;
         background: #fff;
    }
     .header-nav {
         -webkit-box-ordinal-group: 4;
         -ms-flex-order: 3;
         order: 3;
         background: #404041;
    }
     .header-nav a {
         padding: 12px 96px 12px 24px;
         border-bottom: 1px solid rgba(255, 255, 255, 0.5);
         color: #fff;
    }
     .header-nav > ul > li > a {
         font-size: 18px !important;
    }
     .header-nav li li a {
         padding-left: 48px;
         border-bottom-color: rgba(255, 255, 255, 0.2);
         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: 120em;
         -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: #404041;
         overflow: hidden;
         text-indent: 100%;
         white-space: nowrap;
         border: none;
    }
     .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, 0.6);
         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__item.login {
     text-align: left;
}
 @media (min-width: 960px) {
     .header-utility {
         position: static;
         clear: both;
         margin-left: 25px;
    }
     .header-utility__item a {
         padding: 18px 12px;
         opacity: 1;
    }
     .header-utility__item.login {
         position: absolute;
         top: 7px;
         right: -110px;
         z-index: 1;
    }
     .logged-in {
         position: absolute;
         top: 17px;
         right: -75px;
    }
     .header-utility__item a:hover, .header-utility__item a:focus {
         opacity: 1;
         color: #fff;
         background: #027a79;
    }
    
   .header-utility__item {
     position: relative;
     z-index: 12;
}
     .header-logo a {
         padding-left: 15px;
    }
     .header-logo img {
         max-width: 225px;
    }
     .header-search {
         width: 250px;
        /* width: calc(100% - 442px);
         */
         position: absolute;
         right: 15px;
         top: 48px;
         text-align: center;
    }
     .header-user__welcome {
         position: absolute;
         right: 250px;
         top: 48px;
    }
     .header-search__input {
         padding: 12px 24px 12px 90px !important;
    }
     .header-search__submit {
         padding-top: 5px;
         padding-left: 60px;
         padding-right: 12px;
         top: 7px;
         right: auto;
         left: 0;
    }
     .header-nav {
         clear: both;
         position: absolute;
         top: 261px;
         width: 100%;
         background: rgba(68,68,68,0.9);
    }
     .header-nav > ul {
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
         -ms-flex-pack: distribute;
         justify-content: space-around;
         text-align: center;
         margin: 0 auto;
    }
     .header-nav > ul > li {
         display: inline-block;
         -webkit-box-flex: 1;
         -ms-flex: 1 0 auto;
         flex: 1 0 auto;
         position: static;
    }
     .header-nav > ul > li:first-child, .header-nav > ul > li:last-child {
    }
     .header-nav > ul > li > a {
         padding: 18px 0;
         position: relative;
         font-size: 18px;
         color: #fff;
         font-weight: bold;
    }
     .header-nav > ul > li > a::before {
         content: '';
         display: block;
         width: 22px;
         height: 16px;
         position: absolute;
         bottom: -16px;
         left: 50%;
         margin-left: -10px;
         background: url(/images/default-source/page-layout-images/nav-flyout-arrow.png) no-repeat;
         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;
         -o-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-nav > ul > li > ul {
      -webkit-column-count: 3;
         -moz-column-count: 3;
         column-count: 3;
         position: absolute;
         left: -64px;
         right: -64px;
         top: 100%;
         padding: 48px 64px;
         border-bottom: 1px solid #d8d8d8;
         text-align: left;
         background: #fff;
         opacity: 0;
         z-index: -1;
         visibility: hidden;
         -webkit-transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
         -o-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;
         -webkit-box-shadow: 1279px 0 0 #fff, -1279px 0 0 #fff;
         box-shadow: 1279px 0 0 #fff, -1279px 0 0 #fff;
             }

    
     .header-nav > ul > li > ul > li {
         display: block;
         max-width: 90%;
         vertical-align: top;
         -webkit-transform: translateY(20px);
         -ms-transform: translateY(20px);
         transform: translateY(20px);
         opacity: 0;
         -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
               }
         
     .header-nav > ul > li > ul > li > a {
         font-size: 20px;
         line-height: 24px;
         font-weight: bold;
         color: #404041;
        padding-bottom: 15px;    
    }
     .header-nav > ul > li > ul > li > a:hover, .header-nav > ul > li > ul > li > ul > li a:hover {
         color: #c02c33;
    }
     .header-nav > ul > li > ul > li > ul {
         margin-bottom: 24px;
         padding-top: 12px;
         border-top: 1px solid #f8f8f8;
    }
     .header-nav > ul > li > ul > li > ul a {
         color: #292B2C;
    }
     .header-nav > ul > li:hover > a {
         color: #fff;
    }
     .header-nav > ul > li:hover > a::before {
         opacity: 1;
         visibility: visible;
         z-index: 101;
         -webkit-transition: opacity 0.3s ease-out 0.6s, z-index 0s linear 0.6s, visibility 0s linear 0.6s;
         -o-transition: opacity 0.3s ease-out 0.6s, z-index 0s linear 0.6s, visibility 0s linear 0.6s;
         transition: opacity 0.3s ease-out 0.6s, z-index 0s linear 0.6s, visibility 0s linear 0.6s;
    }
     .header-nav > ul > li:hover > 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;
         -o-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-nav > ul > li:hover > ul > li {
         -webkit-transform: translateY(0);
         -ms-transform: translateY(0);
         transform: translateY(0);
         opacity: 1;
         -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
         transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
         -o-transition: transform 0.25s ease-out, opacity 0.25s ease-out;
         transition: transform 0.25s ease-out, opacity 0.25s ease-out;
         transition: transform 0.25s ease-out, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
         
    }
     .header-nav > ul > li:hover > ul > li:nth-child(1) {
         -webkit-transition-delay: 0.57s, 0.57s;
         -o-transition-delay: 0.57s, 0.57s;
         transition-delay: 0.57s, 0.57s;
    }
     .header-nav > ul > li:hover > ul > li:nth-child(2) {
         -webkit-transition-delay: 0.64s, 0.64s;
         -o-transition-delay: 0.64s, 0.64s;
         transition-delay: 0.64s, 0.64s;
    }
     .header-nav > ul > li:hover > ul > li:nth-child(3) {
         -webkit-transition-delay: 0.71s, 0.71s;
         -o-transition-delay: 0.71s, 0.71s;
         transition-delay: 0.71s, 0.71s;
    }
     .header-nav > ul > li:hover > ul > li:nth-child(4) {
         -webkit-transition-delay: 0.78s, 0.78s;
         -o-transition-delay: 0.78s, 0.78s;
         transition-delay: 0.78s, 0.78s;
    }
     .header-nav > ul > li:hover > ul > li:nth-child(5) {
         -webkit-transition-delay: 0.85s, 0.85s;
         -o-transition-delay: 0.85s, 0.85s;
         transition-delay: 0.85s, 0.85s;
    }
     .header-nav > ul > li:hover > ul > li:nth-child(6) {
         -webkit-transition-delay: 0.92s, 0.92s;
         -o-transition-delay: 0.92s, 0.92s;
         transition-delay: 0.92s, 0.92s;
    }
     .header-nav > ul > li:hover > ul > li:nth-child(7) {
         -webkit-transition-delay: 0.99s, 0.99s;
         -o-transition-delay: 0.99s, 0.99s;
         transition-delay: 0.99s, 0.99s;
    }
     .header-nav > ul > li:hover > ul > li:nth-child(8) {
         -webkit-transition-delay: 1.06s, 1.06s;
         -o-transition-delay: 1.06s, 1.06s;
         transition-delay: 1.06s, 1.06s;
    }
     .header-nav > ul > li:hover > ul > li:nth-child(9) {
         -webkit-transition-delay: 1.13s, 1.13s;
         -o-transition-delay: 1.13s, 1.13s;
         transition-delay: 1.13s, 1.13s;
    }
     .header-nav > ul > li:hover > ul > li:nth-child(10) {
         -webkit-transition-delay: 1.2s, 1.2s;
         -o-transition-delay: 1.2s, 1.2s;
         transition-delay: 1.2s, 1.2s;
    }
     .header-nav .is-current > a {
        /* color: #3d5e88;
         */
    }
}
 .header-nav > ul > li > ul > li > ul {
     display: none;
}
 @media (min-width: 960px) and (max-width: 1499px) {
     .header-nav > ul > li > ul {
         left: 0;
         right: 0;
         padding: 48px 64px;
    }
     .header-nav {
         clear: both;
         top: 178px;
         width: 100%;
         background: rgba(68,68,68,0.9);
    }
}
 @media (min-width: 960px) {
     .header-utility {
         position: absolute;
         right: 36px;
         top: 72px;
         right: 15px;
         top: 25px;
    }
    
    
     .header-search {
         width: 190px;
         height: 28px;
         position: absolute;
         top: 90px;
    }
     .header-search input {
         display: block;
         width: 100%;
         padding: 12px 24px 12px 90px !important;
         margin: 0 auto !important;
         font-size: 16px;
         line-height: 24px;
         background: #fff url(/images/default-source/page-layout-images/icon-search.png) no-repeat center;
    }
}

   @media (min-width: 960px) and  (max-width: 1199px) {
   
     .sf-logged-in-view  {
     position: relative;
  top: 75px;
    right: 335px;
}

.sf-logged-out-view {
     position: relative;
  top: 65px;
    right: 335px;
}


.sf-logged-out-view a {
display: block;
float: left;
margin-right: 20px;
}
    
    }

.sf-logged-out-view a {
text-transform: capitalize;
}


 @media (min-width: 1200px) {
     .header-logo a {
         padding: 24px 15px;
    }
     .header-logo img {
         max-width: 250px;
    }
     .header-utility {
         right: 240px;
         top: 48px;
    }
     .header-utility a {
         font-size: 16px;
    }
     .header-search {
         width: 190px;
         height: 25px;
         position: absolute;
         right: 15px;
         top: 58px;
    }
     .header-search input {
         width: 190px;
         height: 42px;
    }
     .header-nav {
         clear: both;
         top: 191px;
         width: 100%;
         background: rgba(68,68,68,0.9);
    }
     .header-nav > ul > li > a {
         font-size: 22px;
    }
    
    
.sf-logged-in-view {
position: relative;
top: 75px;
right: -115px;
}

    
.sf-logged-out-view {
position: relative;
top: 65px;
right: -115px;
}

.sf-logged-out-view a {
display: block; 
float: left;
margin-left: 20px;
}
    
}
 .header-utility a {
     color: #404041;
}
 @media (min-width: 768px) and (max-width: 1199px) {
     .header-utility a, .header-utility__item.login {
         font-size: 16px;
    }
}
 @media (min-width: 1450px) {
     .header-utility__item.login {
         position: absolute;
         top: 18px;
         right: -120px;
    }
     .logged-in {
         position: absolute;
         top: 12px;
         right: -80px;
    }
     .page-header {
         min-height: 141px;
    }
     .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 img {
         max-width: 310px;
    }
     .header-logo a {
         padding: 24px 48px;
    }
     .header-utility {
         top: 75px;
        right: 315px;
    }
     .header-utility a {
         padding-top: 12px;
         padding-bottom: 12px;
         font-size: 18px;
    }
     .header-search {
         width: 256px;
         top: 80px;
         right: 42px;
    }
     .header-search__input {
         padding-top: 9px !important;
         padding-bottom: 6px !important;
         font-style: italic !important;
         font-size: 16px !important;
         padding-left: 90px;
    }
     .header-search__submit {
         padding-top: 5px;
         padding-bottom: 7px;
    }
     .header-nav {
         position: absolute;
         top: 218px;
         width: 100%;
         background: rgba(68,68,68,0.9);
    }
     .header-nav > ul > li:hover > ul {
         left: 42px;
    }
     .header-nav::before {
         content: '';
         display: block;
         width: calc((100vw - 1500px) / 2);
         position: absolute;
         left: 100%;
         top: 0;
         bottom: 0;
    }
     .header-search__submit {
         padding-left: 90px;
    }
}
/*! ---------- =footer ---------- */
 .page-footer {
     font-size: 16px;
     background: #377a79;
     color: #eee;
     width: 100%;
     float: left;
}
 .page-footer h2 {
     font-size: 35px;
     font-weight: normal;
     color: #fff;
}
 .page-footer a {
     color: #eee;
     text-decoration: underline;
}
 .footer-logo {
     float: left;
     width: 15%;
     margin-top: 45px;
}
 .footer-social {
     float: left;
}
 .footer-social a {
     display: inline-block;
     vertical-align: middle;
     color: #fff;
     font-weight: bold;
}
 .footer-social a + a {
     margin-left: 1em;
}
 .footer-content {
     margin-top: 100px;
     margin-bottom: 100px;
     padding: 15px 24px 7px 90px;
     color: #fff;
     background: #4aa8d1;
     float: left;
     width: 43%;
     height: 80px;
}
 .footer-content a {
     color: #fff;
}
 .copyright {
     clear: both;
     text-align: center;
     background: #fff;
     color: #aaabab;
     font-style: italic;
     padding-top: 35px;
     padding-bottom: 35px;
}
 @media (max-width: 960px) {
     .footer-links a {
         display: block;
         text-align: center;
    }
}
 @media (min-width: 960px) {
     .tan-background {
         border-right: #dbdbdb solid 1px;
    }
     .deep-footer {
         padding-left: 42px;
         padding-right: 42px;
    }
     .page-footer {
         padding: 95px 75px 51px 75px;
         font-size: 18px;
    }
     .align-right {
         text-align: right;
    }
     .footer-links a {
         padding-right: 10px;
         font-weight: normal;
         color: #eee;
    }
}
 @media (min-width: 1500px) {
     .footer-social-links {
         float: left;
         padding-top: 5px;
         margin-right: 25px;
    }
}
 .deep-footer {
     padding-top: 42px;
     background: #f1f1f1;
}
 .tan-background {
     background: #f1f1f1;
     padding-top: 0;
     margin-bottom: 0;
}
 .tan-background a {
     color: #54555a;
     font-size: 16px;
}
 .tan-background ul {
     list-style: none;
     padding-left: 0;
     margin-left: 0;
}
 .tan-background h2 a {
     font-family: Oswald, sans-serif;
     font-size: 20px;
     font-weight: normal;
     color: #377a79;
     text-transform: uppercase;
}
 .tan-background {
     padding-right: 45px;
     padding-left: 45px;
}
 .tan-background ul li {
     line-height: 18px !important;
     margin-bottom: 15px;
}
 @media (max-width: 959px) {
     .page-footer {
         text-align: center;
         padding: 75px 15px 45px 15px;
    }
     .page-footer .grid__unit, .grid__unit.grid__unit--1-3-l.footer-links a {
         display: block;
         text-align: center !important;
         margin: 0 auto;
    }
     .white-background, .white-background img {
         display: block;
    }
     .white-background {
         padding-left: 30px;
         padding-right: 42px;
    }
     .white-background img {
         padding-left: 0;
         padding-right: 0;
    }
     .tan-background h2 a {
         margin-top: 0;
    }
     .tan-background ul {
         padding-bottom: 25px;
         border-bottom: #dbdbdb solid 1px;
    }
     .footer-title, .footer-address, .footer-phone-title, .footer-phone {
         margin-bottom: 24px;
    }
     .footer-social-links a:first-child {
         margin-bottom: 0;
         padding-bottom: 0;
    }
}
 @media (max-width: 480px) {
     .footer-social a {
         float: none;
         margin-right: auto;
         margin-bottom: 25px;
         margin-left: auto;
         text-align: center;
    }
     .footer-social a img {
         text-align: center;
         margin: 0 auto;
    }
     .international-logo {
         width: 100%;
    }
     .sm-logo {
         width: 12%;
         display: inline-block;
    }
}
 @media (max-width: 960px) {
     .page-footer {
         float: none;
    }
     .footer-content {
         margin-top: 0;
         margin-bottom: 100px;
         margin-right: auto;
         margin-left: auto;
         padding: 25px 5px 25px 5px;
         color: #fff;
         background: #4aa8d1;
         float: none;
         width: 100%;
         height: auto;
         text-align: center;
    }
     .footer-logo {
         float: none;
         width: 100%;
         margin: -60px auto;
    }
     .footer-social {
         float: none;
         width: 100%;
         text-align: center;
    }
}
 .home-rows {
     margin-top: 75px;
}
 .home-teal-title-link, .home-blue-title-link {
     padding-bottom: 5px;
}
 .home-teal-title-link a, .home-blue-title-link a {
     font-size: 22px;
     font-weight: bold;
}
 .home-teal-title-link a {
     color: #027a79;
}
 .home-blue-title-link a {
     color: #375d76;
}
 .item-list__title {
     font-size: 22px;
     line-height: 30px;
}
 .home-list-date, .item-list__date {
     font-style: italic;
     line-height: 24px;
     padding-bottom: 10px;
}
 .item-list__date {
     font-style: italic;
     font-size: 18px;
     line-height: 18px;
     padding-bottom: 0;
}
 .home-list-location, .item-list_location {
     font-family: Oswald, sans-serif;
     font-size: 21px;
     color: #606060;
}
 .item-list_location {
     font-size: 20px;
}
 .home-list-description {
     padding-top: 10px;
     max-width: 338px;
}
 .home-circle {
     margin-top: 42%;
     border-radius: 50%;
     width: 142px;
     height: 142px;
     text-align: center;
     margin-left: auto;
     margin-right: auto;
     font-size: 22px;
     font-family: Oswald, sans-serif;
     color: #fff;
}
 .teal-circle {
     background: #027a79;
}
 .yellow-circle {
     background: #b2aa43;
}
 .blue-circle {
     background: #375d76;
}
 .home-circle.teal-circle.periodical-circle {
     margin-top: 20%;
}
 .view-all-teal, .view-all-yellow, .view-all-blue {
     width: 142px;
     text-align: center;
     margin: 0 auto;
}
 .view-all-teal a, .view-all-yellow a, .view-all-blue a {
     font-size: 22px;
     font-family: Oswald, sans-serif;
     font-weight: 600;
     display: block;
     padding-top: 25px;
     text-align: center;
     margin-left: auto;
     margin-right: auto;
}
 .view-all-teal a {
     color: #027a79;
     font-size: 22px;
     font-weight: normal;
}
 .view-all-yellow a {
     color: #b2aa43;
     font-size: 22px;
     font-weight: normal;
}
 .view-all-blue a {
     color: #375d76;
     font-size: 22px;
     font-weight: normal;
}
 .icon-home {
     padding-top: 15px;
     padding-bottom: 10px;
}
 .periodical-name {
     color: #404040;
     font-style: italic;
}
 @media (max-width: 959px) {
     .teal-circle, .yellow-circle, .blue-circle {
         margin: 0 auto;
    }
     .view-all-teal a, .view-all-yellow a, .view-all-blue a {
         padding-top: 25px;
         padding-bottom: 25px;
         padding-left: 0;
         text-align: center;
    }
     .grid.home-rows {
         padding-left: 25px;
    }
     h2 {
         margin-top: 15px;
    }
}
 @media (max-width: 1099px) {
     .grid.home-rows {
         margin-right: 0;
    }
     .grid.home-rows .grid__unit--1-6-l {
         width: 100%;
         margin-left: auto;
         margin-right: auto;
         text-align: center;
    }
     .grid.home-rows .grid__unit--1-4-l, .grid.home-rows .grid__unit--1-1 {
         width: 100%;
         margin-left: auto;
         margin-right: auto;
         text-align: center;
    }
     .grid.home-rows img, .home-list-description {
         margin-left: auto;
         margin-right: auto;
         text-align: center;
    }
     .home-circle, .home-circle.teal-circle.periodical-circle {
         margin-top: 0;
    }
     .home-photo {
         float: none;
         margin: 0 auto;
         text-align: center;
    }
     .home-list-description.pub-description {
         clear: both;
    }
}
 @media (min-width: 960px) and (max-width: 1099px) {
     .members-only-item img {
         width: 328px;
         height: auto;
    }
}
 @media (min-width: 1100px) {
     .grid.home-rows {
         margin-right: 0;
    }
     .grid.home-rows .grid__unit--1-4-l {
         width: 27%;
    }
}
 @media (min-width: 1200px) {
     .tagline-text {
         font-size: 28px;
    }
}
 @media (max-width: 959px) {
     .home-list-description {
         max-width: 338px;
    }
     .grid.home-rows {
         max-width: 338px;
         margin-right: auto;
         margin-left: auto;
    }
}
 @media (min-width: 768px) {
     .footer-phone-title, .footer-phone, .footer-email {
         display: inline-block;
         vertical-align: middle;
    }
     .footer-address, .footer-phone-title, .footer-phone {
         margin-right: 12px;
    }
}
 @media (min-width: 1500px) {
     .footer-title, .footer-address {
         margin-bottom: 0;
         margin-right: 36px;
         display: block;
         vertical-align: middle;
    }
}
/* ---------- =home ---------- */
 .home-feature {
     margin: -24px -24px 24px;
     padding: 0 0;
     color: #fff;
     position: relative;
     -webkit-animation: fade-home-feature-in 0.4s ease 0.6s backwards;
     animation: fade-home-feature-in 0.4s ease 0.6s backwards;
}

.interior-feature {
     margin: 40px -24px 24px;
     padding: 0 0;
     color: #fff;
     position: relative;
     -webkit-animation: fade-home-feature-in 0.4s ease 0.6s backwards;
     animation: fade-home-feature-in 0.4s ease 0.6s backwards;

}


 @media (min-width: 960px) {
     .interior-feature {
         margin-bottom: -50px;
    }
}


 .home-feature__image {
     position: absolute;
     top: -141px;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 0;
     background-repeat: no-repeat;
     background-position: 50% 50%;
     background-size: 100% auto;
     background-size: cover;
}
 .home-feature__action, .home-feature__quicklinks {
     position: relative;
     z-index: 2;
}
 .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 > 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 > img, .home-feature__quicklink:focus > img {
     opacity: 1;
     -webkit-transform: translateY(-2px);
     -ms-transform: translateY(-2px);
     transform: translateY(-2px);
}
 .tagline {
     background: #027a79;
     height: 90px;
     padding-top: 30px;
     margin: -24px -24px 24px;
     color: #fff;
     font-size: 30px;
     text-align: center;
}
 @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: -40px -48px 0 -48px;
         padding: 20px 0;
    }
     .home-feature__action {
         margin: 120px 0;
         margin: 20vh 0;
    }
     .home-feature__cta {
         padding: 48px 0;
         font-size: 28px;
    }
}
 .tagline-cta a {
     color: #fff;
}
 .tagline {
     background: #c02c33;
     height: auto;
    /* padding: 35px 30px 35px 30px;
     */
     margin: -30px -48px -25px -48px;
     color: #fff;
     font-size: 22px;
     line-height: 28px;
     text-align: center;
}
 .tagline-text {
     font-weight: 700;
}
 .tagline-cta {
     padding-top: 0;
     padding-bottom: 0;
     font-weight: 700;
     font-size: 20px;
}
 .tagline-cta img, .tagline-cta a {
     display: inline-block;
     margin-top: 0;
     font-weight: 700;
}
 .tagline-cta img {
     padding-left: 7px;
}
 @media (max-width: 767px) {
     .home-feature__action {
         padding: 36px 0 10px 0;
    }
}
 @media (max-width: 959px) {
     .tagline {
         padding: 10px 30px 10px 30px;
    }
     .tagline-text {
         text-align: center;
         font-size: 18px;
         padding-bottom: 5px;
    }
     .tagline-cta {
         text-align: center;
         font-size: 18px;
    }
}
 @media (min-width: 768px) and (max-width: 959px) {
     .home-feature__image {
         top: -190px;
    }
     .home-feature__action {
         padding: 36px 0 10px 0;
    }
}
 @media (min-width: 960px) and (max-width: 1499px) {
     .home-feature__image {
         top: -225px;
    }
}
 @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;
    }
     .white-background h2 {
         padding-top: 20px;
    }
     .tagline {
         height: 90px;
    }
     .tagline-text {
         text-align: right;
         display: inline-block;
    }
     .tagline-pad {
    }
     .tagline-cta {
         text-align: center;
         padding-top: 0;
         margin-top: 0;
         padding-right: 42px;
         display: inline-block;
    }
     .grid__unit.tagline-text, .grid__unit.tagline-cta {
         padding: 0 !important;
    }
}
 @media (min-width: 960px) {
     .tagline-cta, .tagline-cta a {
         text-align: center;
         padding-top: 0;
         margin-top: 0;
         padding-right: 42px;
         display: inline-block;
         font-size: 16px;
    }
}
 @media (min-width: 1200px) {
     .tagline-cta, .tagline-cta a {
         font-size: 20px;
    }
}
 @media (min-width: 1500px) {
     .home-feature__quicklink {
         padding: 48px 72px;
    }
     .home-feature__quicklink + .home-feature__quicklink::before {
         margin-left: -73px;
    }
     .home-feature__image {
        /* min-height: 794px;
         */
    }
     .landing-feature__image {
        /* min-height: 500px;
         */
    }
     .home-feature {
         margin: -40px -48px 0 -48px;
    }
}

 @media (min-width: 1700px) {
      .home-feature img {
         width: 100%;
         height: auto;
         }
 
 }


/* 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 > 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 > img, .landing-feature__quicklink:focus > 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;
    }
}
 @media (min-width: 768px) {
     .landing-feature {
         margin: -45px -48px 48px;
         padding: 24px 0;
    }
     .landing-feature__cta {
         padding: 48px 0;
         font-size: 28px;
    }
}
 @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: #404041;
     font-weight: 900;
     margin-bottom: 25px;
}
 .interior-layout {
     margin-top: 25px;
}
 .interior-layout__nav, .interior-layout__main {
     margin-bottom: 24px;
}
 @media (min-width: 768px) {
     .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__main {
         width: 70%;
         float: left;
         clear: left;
         margin-bottom: 25px;
    }
     .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;
    }
}
 @media (min-width: 960px) {
     .interior-layout {
         margin: 75px 0 0 25px;
    }
}
 @media (min-width: 1200px) {
     .interior-layout {
         margin: 75px 0 0 25px;
    }
     .interior-layout__nav, .interior-layout__aside {
         width: 22%;
         margin-left: 5%;
         float: right;
         clear: right;
    }
}
 .breadcrumbs {
     font-size: 16px;
     margin-bottom: 30px;
}
 .breadcrumbs a {
     color: #292B2C;
     opacity: 0.9;
}
 .breadcrumbs a:hover, .breadcrumbs a:focus {
     color: #017bc4;
     opacity: 1;
}
 .breadcrumbs__separator {
     display: inline-block;
     margin: 0 0.3em;
     opacity: 0.4;
}
 .breadcrumbs {
     margin-top: -12px;
}
 @media (min-width: 1500px) {
     .in-this-section {
    }
}
 .in-this-section h2 {
     color: #55554e;
}
 .in-this-section a {
     display: block;
     padding: 6px 0;
     font-size: 20px;
}
 .in-this-section ul {
     list-style: none;
     margin: 0;
}
 .in-this-section ul ul {
     display: none;
     padding-left: 24px;
}
 .in-this-section ul ul a {
     font-size: 18px;
}
 .in-this-section .is-current > ul {
     display: block;
}
 .in-this-section a {
    /* font-weight: 900;
     */
}
 .in-this-section a:hover {
     color: #027a79;
}
 .in-this-section .is-current > a {
     color: #027a79;
}
 @media (max-width: 959px) {
     .in-this-section__toggle {
         display: block;
         width: 100%;
         margin-bottom: 24px;
         text-align: left;
    }
     .no-js .in-this-section__toggle {
         display: none;
    }
     .in-this-section .toggle-indicator__piece::before {
         background: #888;
    }
     .js .in-this-section > ul {
         display: none;
    }
     .js .in-this-section > ul.is-active {
         display: block;
         margin-top: 12px;
    }
}
 @media (min-width: 960px) {
     .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;
    }
}
 .promo {
     background-image: url(/images/default-source/page-layout-images/bkgd-promo.jpg);
     background-position: 55% 0;
     background-size: cover;
     margin-bottom: 75px;
}
 @media (max-width: 479px) {
     .promo {
         min-height: 200px;
         background-position: 53% 0;
    }
}
 @media (min-width: 480px) and (max-width: 959px) {
     .promo {
         min-height: 300px;
         background-position: 53% 0;
    }
}
 @media (min-width: 960px) {
     .promo {
         min-height: 361px;
    }
}
 .red-alert {
     width: 100%;
     min-height: 200px;
     background: #b83924;
     color: #fff;
}
 .red-alert-content {
     margin: 0 auto;
     padding-top: 25px;
}
 .red-alert-content img {
     margin-right: 55px;
}
 .red-alert-content h2 {
     font-size: 27px;
     font-weight: 400;
     color: #fff;
     margin-bottom: 0;
     padding-bottom: 10px;
}
 .red-alert-content a {
     color: #fff;
     font-weight: bold;
     margin-left: 121px;
}
 @media (max-width: 960px) {
     .red-alert-content {
         text-align: left;
         padding: 20px;
    }
     .red-alert-content img.img-left {
         margin-right: auto;
         margin-left: auto;
         text-align: center;
         float: none;
    }
     .red-alert-content h2 {
         width: 100%;
         clear: both;
    }
     .red-alert-content a {
         margin-left: 0;
    }
}
 @media (max-width: 767px) {
     .red-alert {
         margin-top: -48px;
         margin-bottom: 45px;
    }
}
 @media (min-width: 768px) {
     .red-alert {
         margin-top: -96px;
         margin-bottom: 90px;
    }
}
 @media (min-width: 768px) {
     .red-alert {
         margin-top: -96px;
         margin-bottom: 90px;
    }
}
 @media (min-width: 960px) {
     .red-alert-content {
         max-width: 900px;
    }
     .even-box {
         margin-left: 45px;
    }
}
 @media (min-width: 1500px) {
     .red-alert {
         margin-top: -48px;
         margin-bottom: 50px;
    }
}
 .inline {
     display: inline-block;
}
 .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;
    }
}
 .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;
}
 @media (min-width: 960px) {
     .search-refine__toggle {
         display: none;
    }
}
 .pagination {
     margin: 48px 0 12px 0;
}

  ul.pagination {
 list-style: none;
 }
 
   ul.pagination .overview {
 display: block;
 margin-bottom: 35px;
 }
 
  ul.pagination  li {
 display: inline-block;
 margin-bottom: 45px;
 margin-right: 7px;
 }
 
ul.pagination  li a {
 padding: 10px;
 border:  #c03834 solid 1px;
 }
 
 ul.pagination  li.active a {
background: #c03834;
color: #fff;
 }
 


 .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 {
     color: #898989;
}
 .pagination__current, .pagination__page, .pagination__next {
     display: inline-block;
     padding: 0 0.2em;
     font-size: 16px;
}
 .pagination__current {
     background: #4aa8d1;
     color: #fff;
     font-weight: 700;
}
 @media (min-width: 768px) {
     .pagination__overview {
         display: inline-block;
         margin: 0 24px 0 0;
    }
}
 @media (max-width: 767px) {
     .top-image-layout {
         margin-top: 75px;
    }
}
 .inline {
     display: inline-block;
}
 .fas.fa-fw.fa-calendar-alt {
     font-size: 24px;
}
 .feature-bar-nav ul {
     list-style: none;
     margin: 0;
}
 .feature-bar-nav li {
     position: relative;
     font-size: 24px;
     line-height: 30px;
     font-weight: 500;
}
 .feature-bar-nav a {
     display: block;
     font-size: 16px;
     color: #1c2023;
}
 .feature-bar-nav__toggle {
     display: none;
}
 @media (max-width: 767px) {
     .feature-bar-nav {
         -webkit-box-ordinal-group: 4;
         -ms-flex-order: 3;
         order: 3;
    }
     .feature-bar-nav > ul > li {
         display: inline-block;
         -webkit-box-flex: 1;
         -ms-flex: 1 0 auto;
         flex: 1 0 auto;
         position: static;
    }
     .feature-bar-nav a {
         padding: 0 0 12px 0;
         border-bottom: 1px solid rgba(255, 255, 255, 0.5);
         color: #334b55;
    }
     .feature-bar-nav li li a {
         padding-left: 48px;
         border-bottom-color: rgba(255, 255, 255, 0.2);
         font-size: 15px;
    }
     .feature-bar-nav li li li a {
         padding-left: 72px;
    }
     .js .feature-bar-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 .feature-bar-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);
    }
     .feature-bar-nav__toggle {
         width: 60px;
         height: 48px;
         position: absolute;
         right: 0;
         top: 0;
         background: #4aa8d1;
         overflow: hidden;
         text-indent: 100%;
         white-space: nowrap;
    }
     .js .feature-bar-nav__toggle {
         display: block;
    }
     .feature-bar-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, 0.6);
         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;
    }
     .feature-bar-nav__toggle.is-active::before {
         border-top-color: #fff;
         -webkit-transform: scaleX(0.6) rotateX(180deg);
         transform: scaleX(0.6) rotateX(180deg);
    }
}
 @media (max-width: 479px) {
     .feature-bar-nav a {
         font-size: 18px;
    }
}
 @media (min-width: 480px) and (max-width: 768px) {
     .feature-bar-nav a {
         font-size: 24px;
    }
}
 .feature-bar-nav {
     clear: both;
}
 .feature-bar-nav > ul {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-pack: distribute;
     justify-content: space-around;
     text-align: center;
}
 .feature-bar-nav > ul > li {
     display: inline-block;
     -webkit-box-flex: 1;
     -ms-flex: 1 0 auto;
     flex: 1 0 auto;
     position: static;
}
 .feature-bar-nav > ul > li > a {
     position: relative;
     font-weight: 500;
}
 .feature-bar-nav > ul > li > a::before {
     content: '';
     display: block;
     width: 25px;
     height: 25px;
     position: absolute;
     bottom: -13px;
     left: 50%;
     margin-left: -10px;
     background: url(/images/default-source/page-layout-images/icon-red-star.png);
     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;
     -o-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;
}
 .feature-bar-nav > ul > li > ul {
     position: absolute;
     left: 0;
     right: 0;
     top: 80%;
     padding: 36px 48px;
     border-top: 2px solid #fff;
     text-align: left;
     background: #fff;
     opacity: 0;
     z-index: -1;
     visibility: hidden;
     -webkit-transition: opacity 0.15s ease-out, visibility 0s linear 0.15s, z-index 0s linear 0.15s;
     -o-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;
}
 .feature-bar-nav > ul > li > ul > li {
     display: inline-block;
     width: 100%;
     -webkit-transform: translateY(20px);
     -ms-transform: translateY(20px);
     transform: translateY(20px);
     opacity: 0;
}
 .feature-bar-nav > ul > li > ul > li > a {
     font-size: 20px;
     font-weight: 900;
     margin-top: 25px;
}
 .feature-bar-nav > ul > li > ul > li > a:hover, .feature-bar-nav > ul > li > ul > li > ul > li a:hover {
     color: #4aa8d1;
}
 .feature-bar-nav > ul > li > ul > li > ul {
     margin-bottom: 24px;
     padding-top: 12px;
     border-top: 1px solid #f8f8f8;
}
 .feature-bar-nav > ul > li > ul > li > ul a {
     color: #292B2C;
}
 .feature-bar-nav > ul > li:hover > a {
     background: rgba(255, 255, 255, 0.1);
     color: #d5260a;
}
 .feature-bar-nav > ul > li:hover > a::before {
     opacity: 1;
     visibility: visible;
     z-index: 101;
     -webkit-transition: opacity 0.3s ease-out 0.6s, z-index 0s linear 0.6s, visibility 0s linear 0.6s;
     -o-transition: opacity 0.3s ease-out 0.6s, z-index 0s linear 0.6s, visibility 0s linear 0.6s;
     transition: opacity 0.3s ease-out 0.6s, z-index 0s linear 0.6s, visibility 0s linear 0.6s;
}
 .feature-bar-nav > ul > li:hover > 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;
     -o-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;
     border-top: #73c6eb solid 2px;
}
 .feature-bar-nav > ul > li:hover > ul > li {
     -webkit-transform: translateY(0);
     -ms-transform: translateY(0);
     transform: translateY(0);
     opacity: 1;
     -webkit-transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
     transition: opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
     -o-transition: transform 0.25s ease-out, opacity 0.25s ease-out;
     transition: transform 0.25s ease-out, opacity 0.25s ease-out;
     transition: transform 0.25s ease-out, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
}
 .feature-bar-nav > ul > li:hover > ul > li:nth-child(1) {
     -webkit-transition-delay: 0.57s, 0.57s;
     -o-transition-delay: 0.57s, 0.57s;
     transition-delay: 0.57s, 0.57s;
}
 .feature-bar-nav > ul > li:hover > ul > li:nth-child(2) {
     -webkit-transition-delay: 0.64s, 0.64s;
     -o-transition-delay: 0.64s, 0.64s;
     transition-delay: 0.64s, 0.64s;
}
 .feature-bar-nav > ul > li:hover > ul > li:nth-child(3) {
     -webkit-transition-delay: 0.71s, 0.71s;
     -o-transition-delay: 0.71s, 0.71s;
     transition-delay: 0.71s, 0.71s;
}
 .feature-bar-nav > ul > li:hover > ul > li:nth-child(4) {
     -webkit-transition-delay: 0.78s, 0.78s;
     -o-transition-delay: 0.78s, 0.78s;
     transition-delay: 0.78s, 0.78s;
}
 .feature-bar-nav > ul > li:hover > ul > li:nth-child(5) {
     -webkit-transition-delay: 0.85s, 0.85s;
     -o-transition-delay: 0.85s, 0.85s;
     transition-delay: 0.85s, 0.85s;
}
 .feature-bar-nav > ul > li:hover > ul > li:nth-child(6) {
     -webkit-transition-delay: 0.92s, 0.92s;
     -o-transition-delay: 0.92s, 0.92s;
     transition-delay: 0.92s, 0.92s;
}
 .feature-bar-nav > ul > li:hover > ul > li:nth-child(7) {
     -webkit-transition-delay: 0.99s, 0.99s;
     -o-transition-delay: 0.99s, 0.99s;
     transition-delay: 0.99s, 0.99s;
}
 .feature-bar-nav > ul > li:hover > ul > li:nth-child(8) {
     -webkit-transition-delay: 1.06s, 1.06s;
     -o-transition-delay: 1.06s, 1.06s;
     transition-delay: 1.06s, 1.06s;
}
 .feature-bar-nav > ul > li:hover > ul > li:nth-child(9) {
     -webkit-transition-delay: 1.13s, 1.13s;
     -o-transition-delay: 1.13s, 1.13s;
     transition-delay: 1.13s, 1.13s;
}
 .feature-bar-nav > ul > li:hover > ul > li:nth-child(10) {
     -webkit-transition-delay: 1.2s, 1.2s;
     -o-transition-delay: 1.2s, 1.2s;
     transition-delay: 1.2s, 1.2s;
}
 .feature-bar-nav .is-current > a {
     color: #3d5e88;
}
 @media (min-width: 768px) {
     .feature-bar-nav > ul > li > a {
         font-size: 36px;
         padding: 10px 0;
    }
}
 @media (min-width: 768px) and (max-width: 959px) {
     .header-utility a {
         font-size: 16px;
    }
     .feature-bar-nav > ul > li > ul {
         top: 90%;
    }
}
 @media (min-width: 960px) {
     .grid.mission {
         margin-top: 50px;
         margin-right: 0 !important;
         padding: 0 60px;
    }
    
    .last-home-row {
    margin-bottom: -120px;
    }
    
}
 .members-only-item {
     display: inline-block;
     vertical-align: middle;
     text-align: center;
     background: #fff;
     margin-top: 50px;
     padding: 8px;
     position: relative;
     -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out;
     -transition: color 0.15s ease-out, background-color 0.15s ease-out;
     transition: color 0.15s ease-out, background-color 0.15s ease-out;
     border: 2px solid #b2aa43;
}
 .members-only-item img {
     width: 308px;
     height: 213px;
}
 @media (max-width: 767px) {
     .members-only-item:after, .members-only-item:after {
         content: '';
         position: absolute;
         top: -10px;
         left: -10px;
         right: -10px;
         bottom: -10px;
         border: 2px solid #b2aa43;
         z-index: -5;
         background: #fff;
    }
}
 .members-only-description {
     position: absolute;
     background: rgba(0,0,0,0.7);
     width: 308px;
     height: 60px;
     padding-top: 5px;
     padding-right: 15px;
     padding-left: 25px;
     color: #fff;
     margin-top: -60px;
     font-size: 20px;
     font-weight: bold;
     text-align: left;
}
 .members-only-description.one-line {
     padding-top: 20px;
     padding-right: 15px;
     padding-left: 15px;
     text-align: center;
}
 @media (max-width: 959px) {
     .members-only-item img {
         width: 245px;
         height: 168px;
    }
     .members-only-description {
         width: 245px;
         font-size: 16px;
    }
     .members-only-description.one-line {
         padding-top: 20px;
         padding-right: 5px;
         padding-left: 10px;
    }
}
 @media (min-width: 1100px) and (max-width: 1199px) {
     .members-only-item img {
         width: 226px;
         height: auto;
    }
     .members-only-description {
         width: 226px;
         font-size: 14px;
         padding-right: 15px;
         padding-left: 10px;
    }
     .members-only-description.one-line {
         padding-right: 15px;
         padding-left: 10px;
    }
}
 @media (min-width: 1200px) and (max-width: 1279px) {
     .members-only-item img {
         width: 250px;
         height: auto;
    }
     .members-only-description {
         width: 250px;
         font-size: 16px;
         padding-right: 15px;
         padding-left: 10px;
    }
     .members-only-description.one-line {
         padding-right: 15px;
         padding-left: 10px;
    }
}
 @media (min-width: 1280px) and (max-width: 1400px) {
     .members-only-item img {
         width: 280px;
         height: auto;
    }
     .members-only-description {
         width: 280px;
         font-size: 16px;
         padding-right: 15px;
         padding-left: 10px;
    }
     .members-only-description.one-line {
         padding-right: 15px;
         padding-left: 10px;
    }
}
 .members-only-description img {
     width: 13px;
     height: 17px;
     display: inline-block;
     margin-left: 5px;
}
 @media (max-width: 1099px) {
     .member-column:after {
         content: url(/images/default-source/page-layout-images/vertical-connector-gold.png);
         position: relative;
         z-index: -10;
         top: 8px;
         left: 2%;
    }
     .members-only-item {
         margin-top: -12px;
    }
}
/* @media (min-width: 768px) and (max-width: 959px) {
     .members-only-item {
         margin-top: -36px;
    }
}
 */
 @media (min-width: 768px) and (max-width: 1099px) {
     .member-column:after {
        /*content: url(/images/default-source/page-layout-images/vertical-connector-gold.png);
         position: relative;
         top: 210px;
         left: -18%;
         */
         top: 0;
         bottom: 0;
         left: 1%;
    }
     .members-only-item {
         margin-top: -12px;
    }
     .grid__unit.grid__unit--1-4-l.member-column, .grid__unit.grid__unit--1-4-l.last-column {
        /* margin-left: 18px;
         */
    }
     .grid.home-rows .grid__unit--1-4-l.member-column, .grid__unit.grid__unit--1-4-l.last-column {
         padding-bottom: 0 !important;
    }
}
 @media (min-width: 1100px) {
     .member-column:after {
         content: url(/images/default-source/page-layout-images/connector-gold.png);
         position: relative;
         z-index: -10;
         top: -115px;
         left: 48%;
    }
}
 @media (min-width: 1200px) {
     .member-column:after {
         top: -115px;
         left: 52%;
    }
}
 @media (min-width: 1280px) {
     .member-column:after {
         top: -115px;
         left: 57%;
    }
}
 @media (min-width: 1350px) and (max-width: 1400px) {
     .member-column:after {
         top: -115px;
         left: 58%;
    }
}
 @media (min-width: 1401px) {
     .member-column:after {
         content: url(/images/default-source/page-layout-images/connector-gold.png);
         position: relative;
         top: -135px;
         left: 61%;
         z-index: -10;
    }
}
 @media (min-width: 960px) {
     select.quick-browse, input.topic-search {
         max-width: 50%;
    }
}
/* iframe.youtube {
     margin-bottom: 40px;
     max-width: 100%;
}
 iframe.youtube.half-screen {
     margin-bottom: 10px;
}
 @media (max-width: 767px) {
     iframe.youtube {
         width: 280px;
         height: 158px;
    }
}
 @media (max-width: 1200px) {
     iframe.youtube.half-screen {
         width: 280px;
         height: 158px;
    }
}
 */
 .video-container {
     position:relative;
     padding-bottom:56.25%;
     padding-top:30px;
     height:0;
     overflow:hidden;
}
 .video-container iframe, .video-container object, .video-container embed {
     position:absolute;
     top:0;
     left:0;
     width:100%;
     height:100%;
}
/* Conference Overrides */
 @media (max-width: 959px) {
     .page-header__toggle.conference-header {
         position: absolute;
         right: 0;
         top: -75px;
    }
     .conference-banner {
         margin-top: 75px;
    }
     .header-nav.conference-nav .header-nav__toggle {
         background: #c06421;
    }
}
 .header-nav.conference-nav {
     background: #c06421;
}
 @media (min-width: 960px) {
     .header-nav.conference-nav {
         clear: both;
         position: static;
         top: 261px;
         width: 100%;
         background: #c06421;
    }
     .header-nav.conference-nav > ul > li > a::before {
         background: url(/images/default-source/page-layout-images/conference-nav-flyout-arrow.png) no-repeat;
    }
}
 .conference-home-title h1.page-title {
     font-size: 42px;
     text-align: center;
     margin-bottom: 25px;
}
 .conference-content h2 {
     color: #4b008c;
}
 .grid.conference-grid {
     margin-top: 75px;
}
 .page-footer.conference-footer {
     background: #f1f1f1;
     padding: 65px 0 65px 0;
}
 .grid.conference-footer-grid {
     background: #fff;
     padding: 0 45px 0 45px;
     margin: 0;
}
 .footer-social.conference-social {
     float: none;
}
 .conference-logo {
     text-align: center;
     margin-left: auto;
     margin-right: auto;
     font-size: 22px;
     font-family: Lato, sans-serif;
     background: #fff;
}
 .conference-logo p {
     padding-top: 45px;
     color: #404041;
     line-height: 36px;
}
 .conference-logo a {
     color: #c06421;
}
 .conference-logo img {
     padding-top: 25px;
     text-align: center;
     margin: 0 auto;
}
 .conference-logo .sm-logo img {
     padding-top: 0;
}

.conference-logo-2019 {
/*  position: absolute;
 left: 45px;
 top: 75px;
 z-index: 1000 !important;*/
 }
 
  @media (max-width: 1199px) {
     .conference-logo p {
         font-size: 18px;
         line-height: 24px;
    }

    
}



 @media (min-width: 1200px) {
     .conference-logo p {
         font-size: 20px;
         line-height: 24px;
    }
}
 @media (max-width: 1199px) {
     .deep-footer {
         display: none !important;
    }
}
/* make it possible to actually edit global items in page builder view */
 .sfPageEditor .page-header, .sfPageEditor .header-logo, .sfPageEditor .page-header__content, .sfPageEditor .header-search, .sfPageEditor .header-utility, .sfPageEditor .header-user, .sfPageEditor .header-nav, .sfPageEditor .page-footer, .sfPageEditor .footer-logo, .sfPageEditor .footer-social, .sfPageEditor .footer-contact, .sfPageEditor .footer-social, .sfPageEditor .footer-meta, .sfPageEditor .copyright {
     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;
}
/* space form builder fields */
 .sf-fieldWrp > input, .sf-fieldWrp > select, .sf-fieldWrp > textarea, .sf-fieldWrp > div > input, .sf-fieldWrp > div > select, .sf-fieldWrp > div > textarea {
     margin-bottom: 20px !important;
}
 .sf_colsIn > .sf-fieldWrp > input:last-child, .sf_colsIn > .sf-fieldWrp > select:last-child, .sf_colsIn > .sf-fieldWrp > textarea:last-child {
     margin-bottom: 0 !important;
}
 .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 > .sf_colsIn, .tabs__pane > .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;
}

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



 .sfPageEditor .header-utility {
     position: static;
}
 hr {
     border-top: #b2ab43 solid 1px;
     margin-top: 10px;
}
 .header-search__input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
}
 .header-search__input::-moz-placeholder {
    /* Firefox 19+ */
}
 .header-search__input:-ms-input-placeholder {
    /* IE 10+ */
}
 .header-search__input:-moz-placeholder {
    /* Firefox 18- */
}
 .header-search__input:focus::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
     color: white;
}
 .header-search__input:focus::-moz-placeholder {
    /* Firefox 19+ */
     color: white;
}
 .header-search__input:focus:-ms-input-placeholder {
    /* IE 10+ */
     color: white;
}
 .header-search__input:focus:-moz-placeholder {
    /* Firefox 18- */
     color: white;
}
 h1.page-title.detail-title {
     margin-top: 75px;
}
 address {
     font-size: 24px;
     margin-bottom: 25px;
}
 .timezone {
     font-size: 18px;
     color: #525e65;
}
 @media (max-width: 767px) {
     .hide-on-mobile {
         display: none;
    }
     .k-scheduler-monthview .k-hidden, .k-scheduler-monthview .k-scheduler-table td {
         width: 100% !important;
         height: auto !important;
    }
}
 @media (max-width: 480px) {
     .k-scheduler-header th {
        /* white-space: nowrap;
         overflow: hidden !important;
         text-overflow: clip;
         */
         display: none;
    }
}
 @media (min-width: 768px) {
     .hide-on-mobile {
         display: block;
    }
     .hide-on-desktop {
         display: none;
    }
}
 a.sf-event-link, .sf-event-item,  .sf-event-items a, .k-event, .k-task-complete {
     background: none !important;
     border: none !important;

}

.k-more-events.k-button span {
display: none;
}

.k-more-events.k-button:after  {
content: "More Events";
color: #c02c33;
font-weight: bold;
}

 .k-event.k-event-inverse {
     background: #fff !important;
     border: #fff solid 1px !important;
}
 .sfPageEditor .hide-on-desktop {
     display: block;
}
 .k-state-default.k-view-month.k-state-selected {
     background-color: #c02c33 !important;
     border-color: #c02c33 !important;
}
 .k-link:link, .k-link:visited, .k-link {
     color: #027a79 !important;
}
 .k-panelbar > li.k-state-default > .k-link.k-state-selected, .k-panelbar > li > .k-state-selected, .k-state-selected > .k-link {
     color: #fff !important;
}

.sfInlineEditingPageMenu {
z-index: 115 !important;
}

 .item-list__thumbnail.reduce {
     max-width: 128px;
     height: auto;
}
 @media (min-width: 960px) {
     .media-body.logged-in {
         text-align: center;
    }
}
 @media (max-width: 959px) {
     .media-body.logged-in {
         padding-top: 7px;
    }
}

 @media (min-width: 960px) {
  .interior-layout-main {
  margin-top: -65px;
  margin-left: -25px;
}
}


.search-alt {
margin-bottom: 45px;
}

.search-current-tags a:after {
content: "x";
color: #fff;
margin-left: 15px;
}

.as {
display: none;
}

/*# sourceMappingURL=../maps/public.css.map */
/*# sourceMappingURL=../maps/public.css.map */
 
/* For Solr debug */
.debug-url {
  background-color: #efe;
  border: 2px solid Green;
  padding:.5em;
  margin-bottom:.5em;
  word-wrap: break-word;
}


.cat-download {
  background: url(/images/default-source/page-layout-images/icon-download.png?sfvrsn=e98f81e1_2) no-repeat; 
  width: 37px;
  height: 32px;
  vertical-align: middle;
  display: inline-block;
}

.cat-video {
  background: url(/images/default-source/page-layout-images/iocn-video.png?sfvrsn=23e8367a_2) no-repeat;  
  width: 37px;
  height: 32px;
  vertical-align: middle;
}

.cat-podcast {
  background: url(/images/default-source/page-layout-images/icon-podcast.png?sfvrsn=a2485ebe_2) no-repeat;  
  width: 37px;
  height: 32px;
  vertical-align: middle;
}

.cat-webinar {
  background: url(/images/default-source/page-layout-images/icon-webinar.png?sfvrsn=a2485ebe_2) no-repeat;  
  width: 37px;
  height: 32px;
  vertical-align: middle;
}

.cat-meeting {
  background: url(/images/default-source/page-layout-images/icon-meeting.png?sfvrsn=a2485ebe_2) no-repeat;  
  width: 37px;
  height: 32px;
  vertical-align: middle;
}

.cat-workshop {
  background: url(/images/default-source/page-layout-images/icon-workshop.png?sfvrsn=a2485ebe_2) no-repeat; 
  width: 37px;
  height: 32px;
  vertical-align: middle;
}


/* ul.list-of-sponsors {
margin-left: 0;
padding-left: 0;
}

ul.list-of-sponsors li {
  list-style: none;
  display: inline-block;
}

ul.list-of-sponsors li:first-child:before {
content:"Sponsors: ";
font-weight: bold;
}

ul.list-of-sponsors li:after {
content:",";
}


ul.list-of-sponsors li:last-child:after {
content:"";
} */

.article-photo {
  width: 116px; 
    height: 149px;
}


/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    width: 100%; 
    height: auto;
    transition: all .5s ease;
}

.members-only-description a {
color: #fff;
}

.members-only-description a:hover {
color: #b2aa43;
}

 @media (max-width: 767px) {

img.resize-my-image {
  max-width: 100%;
  height: auto;
}

}