.site-header {
    min-height: 85px;
    position: relative;
}
.site-header .site-header__right-container-row {
    display: none;
}
.site-header .header-meta__item--session {
    background: #abd698;
}
@media (min-width: 992px) {
    .site-header .site-header__right-container-row {
        display: block !important;
        top: 55px;
        right: 7.5px;
        width: 600px;
        background: transparent !important;
   }
}
@media (min-width: 1200px) {
    .site-header .site-header__right-container-row {
        width: 672px;
        margin-top: 40px;
        right: 5px;
   }
}
@media (min-width: 768px) {
    .site-header {
        height: auto;
   }
}
@media (min-width: 768px) {
    .site-header__left-container-row {
        min-height: 112px;
   }
}
.site-header__right, .site-header__container {
    position: relative;
}
.site-header__navigation {
    background: #fff;
}
@media (min-width: 992px) {
    .site-header__navigation {
        border-bottom: 1px solid #c5c5c5;
        -webkit-box-shadow: 0 0px 6px 6px rgba(0, 0, 0, 0.04);
        -moz-box-shadow: 0 0px 6px 6px rgba(0, 0, 0, 0.04);
        box-shadow: 0 0px 6px 6px rgba(0, 0, 0, 0.04);
   }
}
.site-header__left {
    padding: 22px 0 22px 22px;
    position: relative;
}
.site-header__left .site-logo {
    position: relative;
    z-index: 2;
    height: 40px;
}
@media (min-width: 768px) {
    .site-header__left .site-logo {
        height: auto;
        max-width: 187px;
   }
}
@media (min-width: 1200px) {
    .site-header__left .site-logo {
        height: auto;
        max-width: 187px;
   }
}
.body-color__border-bottom {
    border-bottom-color: #f9b64d;
}
.body-color__border-top {
    border-top-color: #f9b64d;
}
.body-color__background {
    background-color: #7DB1E0;
}
.body-color__background--lighter {
    background: #fec97d;
}
@media (min-width: 992px) {
    .site-header__right-container-row {
        background: transparent;
   }
}
.design-only--header-left-black {
    background: #000;
    top: 0;
    right: 100%;
    width: 999em;
    height: 85px;
    content: " ";
    display: block;
    position: absolute;
    z-index: 0;
    margin-right: -25px;
}
@media (min-width: 768px) {
    .design-only--header-left-black {
        height: 112px;
   }
}
@media (min-width: 1200px) {
    .design-only--header-left-black {
        height: 112px;
   }
}
.design-only--header-large-triangle {
    z-index: 2;
    bottom: 0;
    left: 3px;
    width: 0;
    height: 0;
    border-right: 285px solid transparent;
    border-left: 285px solid transparent;
    border-bottom: 78px solid #fff;
    -moz-transform: scale(0.9999);
    position: absolute;
    content: " ";
}
.design-only--header-height {
    height: 85px;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
@media (min-width: 768px) {
    .design-only--header-height {
        height: 112px;
   }
}
@media (min-width: 1200px) {
    .design-only--header-height {
        height: 112px;
   }
}
.design-only--header-black-divider {
    top: 0;
    width: 0;
    height: 0;
    right: -25px;
    -moz-transform: scale(0.9999);
    border-top: 85px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 25px solid #000;
    content: " ";
    display: block;
    position: absolute;
    z-index: 1;
}
@media (min-width: 768px) {
    .design-only--header-black-divider {
        border-top-width: 112px;
   }
}
@media (min-width: 1200px) {
    .design-only--header-black-divider {
        border-top-width: 112px;
   }
}

/* Footer */
.site-footer--legal {
    background: #fff;
    padding: 20px 0;
}
.site-logo-footer {
    display: block;
    text-align: center;
}
.site-logo-footer:after {
    clear: both;
}
.site-logo-footer img {
    margin: 0 auto;
    width: 170px;
}
@media (min-width: 768px) {
    .site-logo-footer img {
        margin: 0;
        float: right;
   }
}
