.debug {
    background: rgba(186, 218, 85, .8);
    color: #7b971d;
    padding: 10px;
    position: relative;
    font-size: 10px;
    top: 0;
    z-index: 30;
    display: none
}

p {
    color: #444
}

html {
    scroll-behavior: smooth
}

.padded {
    padding: 3rem 0 2.5rem
}

img {
    max-width: 100%;
    height: auto
}

h2.smaller {
    font-size: 1.5rem
}

section {
    min-height: 1px
}

.container-fluid {
    max-width: 1280px
}

@media (min-width:992px) {
    .container-fluid {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (min-width:1360px) {
    .container-fluid {
        padding-left: 0;
        padding-right: 0
    }
}

body {
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden
}

html {
    font-size: 1rem;
    height: 100%
}

.flex-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 1px
}

dl,
ol,
p,
ul {
    font-size: 1rem;
    line-height: 1.5
}

.contact-section {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

::-moz-selection {
    color: #fff;
    background: #00685e
}

::selection {
    color: #fff;
    background: #00685e
}

kbd.ouc {
    background: rgba(6, 134, 74, .9);
    color: #fff;
    font-family: Helvetica;
    font-size: .8rem;
    padding: .5rem;
    z-index: 100
}

.sr-only.show-on-focus {
    width: auto;
    height: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    padding: .5rem;
    color: #00685e;
    border: 3px solid rgba(6, 134, 74, .7);
    background: #fff;
    position: absolute;
    top: -5px;
    left: 0
}

.sr-only.show-on-focus:focus {
    height: auto;
    clip: auto;
    overflow: auto;
    top: 0;
    -webkit-clip-path: initial;
    clip-path: none;
    white-space: normal;
    display: inline-block;
    z-index: 1000
}

@media (min-width:768px) {

    div,
    dl,
    ol,
    p,
    ul {
        font-size: 1.1875rem;
        line-height: 1.68
    }

    footer div,
    header div {
        font-size: 1rem;
        line-height: 1.5
    }
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 600
}

blockquote {
    margin: 0 40px 1em;
    font-size: 1.25em;
    line-height: 1.25
}

@media (min-width:43.75em) {
    blockquote {
        font-size: 1.5em;
        line-height: 1.45833333
    }
}

dfn {
    font-style: italic
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:after,
q:before {
    content: "";
    content: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

nav ol,
nav ul {
    list-style: none;
    list-style-image: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

svg:not(:root) {
    overflow: hidden
}

figure,
form {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
    -webkit-appearance: none;
    -moz-appearance: none
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=checkbox],
input[type=radio] {
    -webkit-appearance: checkbox;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.skip-link {
    visibility: hidden;
    position: absolute;
    top: -100000px;
    left: -100000px
}

#colorbox {
    border-top: 50px solid #fff;
    border-right: 10px solid #fff;
    border-bottom: 10px solid #fff;
    border-left: 10px solid #fff;
    margin-left: -10px;
    z-index: 200000
}

#cboxOverlay,
#cboxWrapper,
#colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    outline: none;
    background: #fff;
    -webkit-transform: translateZ(0)
}

#cboxWrapper {
    max-width: none;
    outline: none
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: gray;
    background: rgba(0, 0, 0, .6)
}

#cboxBottomLeft,
#cboxMiddleLeft {
    clear: left
}

#cboxContent {
    position: relative;
    outline: none
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    outline: none
}

#cboxTitle {
    margin: 0
}

#cboxLoadingGraphic,
#cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxClose,
#cboxNext,
#cboxPrevious,
#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
    outline: none
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0
}

#cboxContent,
#cboxLoadedContent,
#colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxClose {
    background-image: url("../../resources/img/graphics/icon-close.png");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: transparent;
    top: -40px;
    right: 0;
    display: block;
    width: 30px;
    height: 30px
}

#cboxClose,
#cboxWrapper #cboxNext {
    text-indent: -9999px;
    border: 0;
    outline: 0;
    position: absolute
}

#cboxWrapper #cboxNext {
    top: -25px;
    left: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: none
}

#cboxWrapper #cboxNext:after {
    content: "";
    width: 45px;
    height: 45px;
    display: inline-block;
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../../resources/img/graphics/arrow-double-right-teal.png");
    position: absolute;
    right: 0;
    bottom: 50%;
    margin-bottom: -22.5px
}

#cboxWrapper #cboxPrevious {
    position: absolute;
    top: -25px;
    left: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    outline: 0;
    background: none
}

#cboxWrapper #cboxPrevious:after {
    content: "";
    width: 45px;
    height: 45px;
    display: inline-block;
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../../resources/img/graphics/arrow-double-left-teal.png");
    position: absolute;
    right: 5px;
    bottom: 50%;
    margin-bottom: -22.5px
}

#cboxCurrent {
    display: none !important
}

#cboxTitle {
    color: #fff;
    font-size: 22px;
    margin-top: 5px
}

#cboxLoadingGraphic {
    background: url("../../resources/img/icons/ajax-loader.gif") no-repeat 50%
}

.table-wrapper {
    position: relative;
    overflow: hidden;
    margin-bottom: 1em
}

.table-wrapper.has-overflow .table-more {
    display: block
}

@media screen and (max-width:3000px) {
    .table-wrapper .table-wrapper-inner {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch
    }
}

.table-wrapper .table-more {
    cursor: pointer;
    background-image: url("../../resources/img/graphics/arrow-right-white.png");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 7px;
    width: 35px;
    position: absolute;
    z-index: 10;
    top: 50%;
    bottom: 0;
    right: 0;
    height: 75px;
    background-color: #000;
    margin-top: -37.5px;
    display: none
}

.general-form {
    margin: 0 -20px
}

.general-form .col {
    padding: 0 20px
}

@media screen and (max-width:750px) {
    .general-form .col {
        margin: 0;
        width: 100%
    }

    .general-form .col .form-field {
        margin-bottom: 20px;
        min-width: 125px
    }
}

.general-form .form-field.required label:after {
    content: "*";
    color: #006c68;
    padding-left: 4px
}

.general-form .form-field.required input,
.general-form .form-field.required select,
.general-form .form-field.required textarea {
    border: 1px solid #70aeae
}

.general-form .form-field {
    margin-bottom: 30px
}

.general-form .section {
    margin-bottom: 10px
}

.general-form label {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px
}

@media screen and (max-width:750px) {
    .general-form label {
        font-size: 17px
    }
}

.general-form .required-indicator {
    float: right;
    font-size: 14px;
    font-weight: 600
}

.general-form .required-indicator em {
    margin-right: 4px;
    font-size: 16px;
    color: #006c68
}

.general-form input[type=password],
.general-form input[type=search],
.general-form input[type=select],
.general-form input[type=text] {
    border: 1px solid #70aeae;
    font-family: Open Sans, Arial, sans-serif;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    outline: none;
    padding: 12px;
    width: 100%;
    color: #373737;
    max-width: 320px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.general-form input[type=search]:focus,
.general-form input[type=text]:focus {
    -webkit-box-shadow: 0 0 10px 1px #ddd;
    box-shadow: 0 0 10px 1px #ddd
}

.general-form select {
    border: 1px solid #70aeae;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    outline: none;
    padding: 12px;
    font-family: Open Sans, Arial, sans-serif;
    max-width: 320px;
    width: 100%;
    max-height: 48px;
    background-color: #fff;
    background-image: url("../../resources/img/graphics/arrow-down-teal.png");
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 15px
}

@media screen and (max-width:750px) {
    .general-form select {
        display: inline-block;
        width: auto;
        min-width: 125px;
        background-position: 90%
    }
}

.general-form input[type=submit] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 17px;
    width: 100%;
    text-transform: uppercase;
    border: 0;
    width: auto;
    background: transparent;
    position: relative;
    background: #006c68;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    padding: 8px 22px;
    border: 2px solid #006c68
}

@media screen and (max-width:1100px) {
    .general-form input[type=submit] {
        font-size: 16px
    }
}

@media screen and (max-width:750px) {
    .general-form input[type=submit] {
        float: none;
        text-align: center;
        padding-right: 20px !important;
        max-width: 500px;
        margin: 0 auto;
        margin-top: 20px
    }
}

.general-form input[type=submit]:hover {
    background-color: #fff;
    color: #006c68
}

@media screen and (max-width:750px) {
    .general-form input[type=submit] {
        padding-left: 20px;
        padding-right: 20px
    }
}

.general-form textarea {
    border: 1px solid #70aeae;
    width: 100%;
    min-height: 220px;
    padding: 12px;
    resize: none;
    outline: none;
    font-size: 16px;
    -webkit-transition: all .2s;
    transition: all .2s;
    font-family: Open Sans, Arial, sans-serif
}

.general-form textarea:focus {
    -webkit-box-shadow: 0 0 10px 1px #ddd;
    box-shadow: 0 0 10px 1px #ddd
}

@media screen and (max-width:750px) {
    .general-form textarea {
        margin-bottom: 10px
    }
}

.general-form .required-info {
    font-size: 16px
}

.general-form .required-info a {
    color: #006c68
}

@media screen and (max-width:750px) {
    .general-form .required-info {
        margin-bottom: 20px !important
    }
}

.general-form .form-radio {
    padding-left: 40px;
    position: relative;
    margin: 20px 0;
    font-size: 16px;
    font-weight: 400
}

.general-form .form-radio input {
    position: absolute;
    left: -9999px
}

.general-form .form-radio input + .option-text {
    position: relative
}

.general-form .form-radio input + .option-text:before {
    content: "";
    background-image: url("../../resources/img/graphics/radio-off.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 50%;
    background-color: transparent;
    position: absolute;
    left: -40px;
    height: 20px;
    width: 20px;
    top: 0;
    display: block
}

.general-form .form-radio input:checked + .option-text:before {
    background-image: url("../../resources/img/graphics/radio-on.png")
}

.general-form .form-checkbox {
    padding-left: 40px;
    position: relative;
    margin: 20px 0;
    font-size: 16px;
    font-weight: 400
}

.general-form .form-checkbox input {
    position: absolute;
    left: -9999px
}

.general-form .form-checkbox input:checked + .option-text:before {
    background-image: url("../../resources/img/graphics/checkbox-on.png")
}

.general-form .form-checkbox input + .option-text {
    position: relative
}

.general-form .form-checkbox input + .option-text:before {
    content: "";
    background-image: url("../../resources/img/graphics/checkbox-off.png");
    background-repeat: no-repeat;
    background-size: 18.5px;
    background-position: 50%;
    background-color: transparent;
    position: absolute;
    left: -40px;
    height: 20px;
    width: 20px;
    display: block;
    top: 0
}

.current-student-icons {
    overflow: hidden;
    padding-left: 0;
    margin-bottom: 5px
}

.current-student-icons li {
    float: left;
    display: inline-block;
    width: 18%;
    min-width: 100px;
    text-align: center
}

.current-student-icons li:before {
    content: none
}

.current-student-icons li a {
    overflow: hidden;
    display: block;
    border: 2px solid #fff;
    font-weight: 600
}

.current-student-icons li a:hover {
    border: 2px solid #b13e3a;
    text-decoration: none
}

.current-student-icons li img {
    width: 50%;
    margin: 0 auto;
    display: block;
    max-width: 59px
}

.hide {
    position: absolute;
    top: -9999px;
    left: -9999px
}

.lt-ie9 .video-lightbox:before {
    background-image: url("../../resources/img/graphics/1x/button-play-red.png")
}

.lt-ie9 .section.three-col .col:first-child .col-inner {
    background-image: url("../../resources/img/graphics/1x/icon-events-teal.png")
}

.lt-ie9 .section.three-col .col + .col .col-inner {
    background-image: url("../../resources/img/graphics/1x/icon-events-green.png")
}

.lt-ie9 .section.three-col .col + .col + .col .col-inner {
    background-image: url("../../resources/img/graphics/1x/icon-events-red.png")
}

.lt-ie9 .cta:after,
.lt-ie9 a.cta:after {
    background-image: url("../../resources/img/graphics/1x/arrow-double-right-white.png")
}

.lt-ie9 .general-form .form-radio input + .option-text:before {
    background-image: url("../../resources/img/graphics/1x/radio-off.png")
}

.lt-ie9 .general-form .form-radio input:checked + .option-text:before {
    background-image: url("../../resources/img/graphics/1x/radio-on.png")
}

.lt-ie9 .general-form .form-checkbox input + .option-text:before {
    background-image: url("../../resources/img/graphics/1x/checkbox-off.png")
}

.lt-ie9 .general-form .form-checkbox input:checked + .option-text:before {
    background-image: url("../../resources/img/graphics/1x/checkbox-on.png")
}

.lt-ie9 .general-form select {
    background-image: url("../../resources/img/graphics/1x/arrow-down-teal.png")
}

.lt-ie9 .twitter-module h3 {
    background: url("../../resources/img/graphics/1x/icon-twitter-large.png") no-repeat
}

.ClassicRadio {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;
    line-height: 1;
    font-size: 13px;
    font-family: Arial;
    -webkit-box-sizing: border-box;
    -webkit-appearance: radio;
    box-sizing: border-box;
    width: 13px;
    height: 13px
}

.ou-help {
    display: none
}

.flex-video {
    position: relative;
    padding-top: 1.5625rem;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden
}

.flex-video.widescreen {
    padding-bottom: 56.34%
}

.flex-video.vimeo {
    padding-top: 0
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.large-image-with-overlay {
    position: relative
}

.large-image-with-overlay img {
    width: 100%;
    vertical-align: top
}

.large-image-with-overlay .image-overlay {
    position: absolute;
    top: 30px;
    left: 0;
    width: 35.333%;
    background: #000;
    background: rgba(0, 0, 0, .3);
    padding: 20px;
    color: #fff
}

@media screen and (max-width:900px) {
    .large-image-with-overlay .image-overlay {
        position: relative;
        top: auto;
        width: 100%;
        background: #00685e;
        overflow: hidden;
        padding: 25px 30px
    }
}

.large-image-with-overlay .image-overlay .btn {
    padding-right: 20px;
    background: #000;
    background: rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    color: #fff;
    margin-bottom: 0
}

@media screen and (max-width:900px) {
    .large-image-with-overlay .image-overlay .btn {
        float: right;
        margin-bottom: 0
    }
}

.large-image-with-overlay .image-overlay .btn:hover {
    background: rgba(0, 108, 104, .3);
    color: #fff
}

.large-image-with-overlay .image-overlay .btn:after {
    content: none
}

.large-image-with-overlay .image-overlay p {
    margin-bottom: 1rem;
    line-height: 1.3;
    text-align: right;
    font-weight: 400
}

.large-image-with-overlay .image-overlay .heading {
    text-align: right;
    font-weight: 500;
    color: #fff
}

.large-image-with-overlay .image-overlay .heading .small-text {
    font-size: 1.25rem
}

.large-image-with-overlay .image-overlay .heading .big-text {
    font-size: 2rem;
    line-height: 1.3;
    display: block;
    text-transform: uppercase
}

.built-in-captions .row > div {
    margin-bottom: 30px
}

.built-in-caption {
    position: relative;
    overflow: hidden
}

.built-in-caption img {
    width: 100%;
    vertical-align: top
}

.built-in-caption figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .5)
}

.built-in-caption figcaption a {
    color: #fff;
    font-weight: 400;
    display: block;
    padding: 7px 15px
}

@media (min-width:480px) {
    .built-in-captions .row > div:last-child > .built-in-caption {
        margin-left: -15px
    }

    .built-in-captions .row > div {
        margin-bottom: 0
    }
}

.news-single-wide .news-row .news-article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news-single-wide .news-row .news-article div {
    padding-left: 0
}

.news-single-wide .news-row .news-article .image-container,
.news-single-wide .news-row .news-article .image-container + .article-info-container,
.news-single-wide .news-row .news-article .image-container + .article-info-container img,
.news-single-wide .news-row .news-article .image-container img {
    width: 100%
}

.news-single-wide .news-row .news-article .datetime {
    padding-top: 11px
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-layout #footer,
.flex-layout header {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.flex-layout-body {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 1px
}

.flex-layout-body,
.flex-layout-content {
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.flex-layout-content {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-direction: column;
    flex-direction: column
}

.layout-has-sidebar {
    min-height: 1px;
    width: 100%;
    margin: 0 auto
}

.layout-has-sidebar .content-container,
.layout-has-sidebar .sidebar-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 100%
}

#sectionals,
.layout-master {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-height: 1px
}

.flex-layout-body .content-container,
.flex-layout-body .left-sidebar,
.flex-layout-body .sidebar-container {
    padding-top: 2rem;
    padding-bottom: 1rem
}

.layout-master {
    position: relative
}

.layout-master.program-option .layout-has-sidebar {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.layout-master.program-option .layout-has-sidebar .sidebar-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.layout-master.program-option .layout-has-sidebar .content-container {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.layout-has-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.layout-has-sidebar,
.layout-has-sidebar .content-container,
.layout-has-sidebar .sidebar-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.layout-has-sidebar .content-container,
.layout-has-sidebar .sidebar-container {
    min-height: 1px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#maincontent.program-option .layout-has-sidebar {
    min-height: 1px
}

.layout-has-left-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.layout-has-left-sidebar .left-sidebar {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.layout-has-left-sidebar .sidebar-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.layout-has-left-sidebar .content-container {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width:1025px) {
    .subnav .toggle {
        display: none
    }

    .program-option .content-header .breadcrumb,
    .program-option .content-header .header-info {
        padding-right: 30%;
        padding-right: -webkit-calc(25% + 20px);
        padding-right: -moz-calc(25% + 20px);
        padding-right: calc(25% + 20px)
    }

    .program-option .content-header .header-info {
        display: block
    }

    .program-option .content-header .header-info .header-content,
    .program-option .content-header .header-info .header-image {
        width: auto;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial
    }

    .layout-has-sidebar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-width: 1280px
    }

    .layout-has-sidebar .sidebar-container {
        width: 25%;
        position: relative
    }

    .layout-has-sidebar .content-container {
        width: 75%
    }

    .layout-has-sidebar .sidebar-container.overview {
        position: static
    }

    .layout-has-left-sidebar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        min-height: 1px;
        max-width: 1280px;
        width: 100%;
        margin: 0 auto
    }

    .layout-has-left-sidebar .left-sidebar {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 25%;
        position: relative;
        padding-right: 30px
    }

    .layout-has-left-sidebar .content-container {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 75%;
        padding-left: 10px
    }

    .layout-has-left-sidebar .sidebar-container {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .layout-has-left-sidebar.layout-has-sidebar .content-container {
        width: 50%
    }
}

@media (max-width:767px) {
    .content-has-header-img .content-header {
        padding-bottom: 0;
        margin-bottom: 3rem
    }

    .content-has-header-img .header-image {
        bottom: -1.5rem;
        position: relative
    }
}

@media (min-width:992px) {
    .content-has-header-img .content-header .header-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }

    .content-has-header-img .content-header .header-info .header-content,
    .content-has-header-img .content-header .header-info .header-image {
        width: 50%;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .content-has-header-img .content-header .breadcrumb {
        width: 50%
    }

    .header-info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .content-header.page-interior .content-has-header-img .breadcrumb {
        width: 50%
    }

    .header-image {
        position: static;
        top: 0;
        right: 0;
        height: 400px;
        overflow-y: hidden
    }

    .header-image-clip {
        position: absolute;
        top: 0;
        clip: rect(0, 1000px, 500px, 20px);
        left: 50%;
        right: 0;
        top: 24px
    }

    .header-image img {
        top: 24px;
        right: 0;
        width: 50%;
        max-height: 100%;
        z-index: 300;
        height: 400px;
        width: auto;
        -o-object-position: center;
        text-align: center
    }

    .center-cropped img {
        min-height: 100%;
        min-width: 100%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0
    }

    .center-cropped {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        height: 450px
    }
}

@media (min-width:1280px) {

    .header-image,
    .header-image img {
        height: 450px
    }

    .center-cropped {
        height: 500px
    }
}

.content-header {
    padding-bottom: 1rem
}

.content-has-header-img .content-header .header-info .header-content {
    margin-bottom: 2rem
}

#maincontent {
    margin-bottom: 1.5rem
}

#maincontent.program-option {
    margin-bottom: 0
}

#maincontent + #footer {
    margin-top: 1.5rem
}

#maincontent + #sectionals {
    margin-top: -1.5rem
}

.homepage #maincontent + #sectionals {
    margin-top: 0
}

.program-option p.lead {
    margin-top: 1rem
}

@media (min-width:768px) {
    .layout-has-sidebar .content-container {
        padding-right: 40px
    }

    .content-has-header-img .content-header {
        margin-bottom: 2.5rem
    }

    .content-no-header-img .flex-layout-body .sidebar-container {
        padding-top: 146px
    }

    .content-no-header-img .content-header + .container-fluid .flex-layout-body .sidebar-container {
        padding-top: 2rem
    }

    .page-interior .header-image {
        margin-bottom: -90px
    }
}

@media (min-width:992px) {
    .page-interior {
        border-top: 1rem solid #f2faf9;
        padding-top: 0
    }

    .interior-hero + .page-interior,
    .program-option .content-header {
        border-top: 0
    }

    .content-header {
        margin-top: 0;
        border-top: 1rem solid #f2faf9
    }

    .content-header.bg-primary {
        border-top: 1rem solid #01685e
    }

    .page-interior .content-header {
        margin-top: -1rem
    }
}

@media (min-width:1025px) {
    .layout-has-sidebar #sidebar-nav nav {
        position: absolute;
        top: 50px;
        padding: 0
    }
}

@media (min-width:1280px) {
    .layout-has-sidebar #sidebar-nav nav {
        width: 320px
    }
}

.text-light a,
.text-white a {
    color: #fff
}

a {
    color: #0074b3
}

a:hover {
    color: #00639a
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600
}

.h1,
.h2,
h1,
h2 {
    color: #00685e
}

.h1,
h1 {
    line-height: 1.25;
    font-weight: 900
}

.h3,
h3 {
    line-height: 1.33
}

.h4,
h4 {
    line-height: 1.26
}

.h5,
h5 {
    line-height: 1.5
}

.h6,
h6 {
    line-height: 1.85
}

h2,
h3,
h4,
h5,
h6 {
    margin-top: .75em
}

@media (min-width:768px) {

    .h1,
    h1 {
        font-size: 3.4375rem;
        line-height: 1.16
    }

    .h2,
    h2 {
        font-size: 2rem;
        line-height: 1.25
    }

    .h3,
    h3 {
        font-size: 1.5rem;
        line-height: 1.67
    }

    .h4,
    h4 {
        font-size: 1.1875rem;
        line-height: 1.68
    }

    .h5,
    h5 {
        font-size: 1rem;
        line-height: 1.5
    }
}

.small {
    font-size: .625rem
}

.medium,
.small {
    line-height: 1.85
}

.medium {
    font-size: .75rem
}

.large {
    font-size: .8125rem;
    line-height: 1.85
}

.xl {
    font-size: 1rem;
    line-height: 1.5
}

.xxl {
    font-size: 1.1875rem;
    line-height: 2rem
}

@media (min-width:768px) {
    .small {
        font-size: .8125rem;
        line-height: 1.85
    }

    .medium {
        font-size: 1rem;
        line-height: 1.5
    }

    .large {
        font-size: 1.1875rem;
        line-height: 1.68
    }

    .xl {
        font-size: 1.5rem;
        line-height: 1.67
    }

    .xxl {
        font-size: 2rem;
        line-height: 1.25
    }
}

.card {
    padding: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05);
    border-radius: 5px;
    margin-bottom: 1rem
}

.card dl,
.card ol,
.card p {
    font-size: 1rem;
    line-height: 1.5
}

.card dl a,
.card ol a,
.card p a {
    font-size: 1rem
}

.card h2,
.card h3,
.card h4,
.card h5 {
    font-weight: 400;
    color: #444
}

.card .fa + h2,
.card .fa + h3,
.card .fa + h4,
.card .fa + h5,
.card .fab + h2,
.card .fab + h3,
.card .fab + h4,
.card .fab + h5,
.card .far + h2,
.card .far + h3,
.card .far + h4,
.card .far + h5,
.card .fas + h2,
.card .fas + h3,
.card .fas + h4,
.card .fas + h5,
.card h2:first-child,
.card h3:first-child,
.card h4:first-child,
.card h5:first-child {
    margin-top: 0
}

.card-title {
    font-size: 1.1875rem
}

.card-margin {
    margin-bottom: 0;
    margin-top: 1rem
}

.card-margin > .accordion {
    margin-top: -1rem
}

.card-link {
    margin-bottom: 1rem;
    font-size: 1rem;
    padding-bottom: 1.2rem;
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 1.375rem 0
}

.card-link,
.card-link a {
    position: relative;
    display: block
}

.card-link a {
    font-size: 1.1875rem;
    text-shadow: none;
    color: #0074b3
}

.card-link h3,
.card-link h4 {
    margin: 0
}

.card-link h3 .btn,
.card-link h4 .btn {
    color: #000;
    font-weight: 600
}

a.card-link {
    font-size: 1.5rem
}

.card-link + .card-link {
    margin-left: 0;
    margin-top: 0;
    border-top: 0
}

.card-link-margin:last-child {
    margin-bottom: 1rem
}

.card-link-margin .card-link {
    margin-bottom: 0;
    border-top: 0
}

@media (min-width:480px) {
    [class*=col-sm].card-margin {
        margin-bottom: 2rem;
        margin-top: 0
    }

    [class*=col-sm].card-margin > .accordion {
        margin-top: 0
    }

    [class*=col-sm].card-link-margin {
        margin-bottom: 1rem;
        margin-top: 0
    }
}

@media (min-width:768px) {
    [class*=col-md].card-margin {
        margin-bottom: 2rem;
        margin-top: 0
    }

    [class*=col-md].card-margin > .accordion {
        margin-top: 0
    }

    [class*=col-md].card-link-margin {
        margin-bottom: 1rem;
        margin-top: 0
    }
}

@media (min-width:480px) {

    [class*=col-sm] > .card-link:first-child:last-child,
    [class*=col-sm] > .card:first-child:last-child {
        height: 100%
    }
}

@media (min-width:768px) {

    [class*=col-md] > .card-link:first-child:last-child,
    [class*=col-md] > .card:first-child:last-child {
        height: 100%
    }
}

@media (min-width:480px) {
    [class*=col-sm-].card-link-margin .card-link {
        border-top: 1px solid rgba(0, 0, 0, .1)
    }

    [class*=col-sm-] .card-link + .card-link {
        border-top: 0
    }
}

@media (min-width:768px) {
    [class*=col-md-].card-link-margin .card-link {
        border-top: 1px solid rgba(0, 0, 0, .1)
    }

    [class*=col-md-] .card-link + .card-link {
        border-top: 0
    }
}

@media (max-width:767px) {
    [class*=col-md-] > .card-link:first-child {
        border-top: 0;
        margin-top: 0
    }
}

* .card-links,
.content-container .card-links,
.sectional .card-links,
main .card-links {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1rem;
    padding-left: 0;
    line-height: 1.3
}

* .card-links li,
.content-container .card-links li,
.sectional .card-links li,
main .card-links li {
    margin-top: .5rem;
    padding-bottom: 1.2rem;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

* .card-links a,
.content-container .card-links a,
.sectional .card-links a,
main .card-links a {
    font-size: 1.1875rem;
    display: block;
    padding: 1.375rem 0 .375rem
}

* .card-links li:last-child,
.content-container .card-links li:last-child,
.sectional .card-links li:last-child,
main .card-links li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

* .card-links.card-links-compact li,
.content-container .card-links.card-links-compact li,
.sectional .card-links.card-links-compact li,
main .card-links.card-links-compact li {
    padding-bottom: .875rem
}

* .card-links.card-links-compact a,
.content-container .card-links.card-links-compact a,
.sectional .card-links.card-links-compact a,
main .card-links.card-links-compact a {
    padding: .875rem 0 0;
    font-size: 1.1875rem;
    line-height: 1.68
}

.col-12 > .card-links li:first-child,
[class*=col-sm-] > .card-links li:first-child {
    border-top: 0
}

@media (min-width:480px) {
    .card-body .card-links {
        margin-top: 0 !important;
        margin-bottom: 0 !important
    }

    .card-body .card-links li:first-child {
        border-top: 0 !important
    }

    .card-body .card-links li:last-child {
        border-bottom: 0 !important
    }
}

@media (min-width:480px) {
    [class*=col-sm-] > .card-links {
        margin-top: .5rem;
        margin-bottom: 1rem
    }

    [class*=col-sm-] > .card-links li:first-child {
        border-top: 1px solid rgba(0, 0, 0, .1)
    }
}

@media (min-width:768px) {
    [class*=col-md-] > .card-links {
        margin-top: .5rem;
        margin-bottom: 1rem
    }

    [class*=col-md-] > .card-links li:first-child {
        border-top: 1px solid rgba(0, 0, 0, .1)
    }
}

.card.callout {
    border-top: 5px solid #ffb500
}

.card-image-container {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.card.image-card {
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.card-body {
    padding: 1rem
}

.card.theme-primary {
    border-top: 5px solid #00685e
}

@media (max-width:479px) {
    .card-image-container {
        background-image: none !important
    }

    .card-link a,
    .card-links a,
    a.card-link {
        padding-right: 1.5rem !important
    }

    .card-link a:after,
    .card-links a:after,
    a.card-link:after {
        position: absolute;
        right: 0;
        top: 1.5rem;
        font-size: 2rem
    }

    .card-link a:after,
    a.card-link:after {
        top: .25rem
    }
}

@media (min-width:480px) {

    * .card-link a,
    * .card-links a,
    * a.card-link,
    .content-container .card-link a,
    .content-container .card-links a,
    .content-container a.card-link,
    .sectional .card-link a,
    .sectional .card-links a,
    .sectional a.card-link,
    main .card-link a,
    main .card-links a,
    main a.card-link {
        font-size: 1.5rem
    }

    .card-image-container {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
        max-height: 233px
    }

    .col-sm-3 > .card .card-image-container,
    .col-sm-4 > .card .card-image-container {
        max-height: 100px
    }

    .col-sm-6 > .card .card-image-container,
    .col-sm-8 > .card .card-image-container,
    .col-sm-9 > .card .card-image-container {
        max-height: 200px
    }
}

@media (min-width:768px) {
    .card-title {
        font-size: 1.5rem
    }

    .card-body {
        padding: 2rem
    }

    img.card-img-top {
        min-height: 100%;
        min-width: 100%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0
    }
}

.card .fa,
.card .fab,
.card .fal,
.card .far,
.card .fas {
    font-size: 2rem;
    padding-bottom: .5rem
}

@media (min-width:768px) {

    .card .fa,
    .card .fab,
    .card .fal,
    .card .far,
    .card .fas {
        font-size: 3rem;
        padding-bottom: 1rem
    }

    .card-image-container {
        max-height: 300px
    }

    .col-sm-3 > .card .card-image-container,
    .col-sm-4 > .card .card-image-container {
        max-height: 120px
    }

    .col-sm-6 > .card .card-image-container,
    .col-sm-8 > .card .card-image-container,
    .col-sm-9 > .card .card-image-container {
        max-height: 240px
    }
}

@media (min-width:992px) {
    .card-image-container {
        max-height: 400px
    }

    .col-sm-3 > .card .card-image-container,
    .col-sm-4 > .card .card-image-container {
        max-height: 150px
    }

    .col-sm-6 > .card .card-image-container,
    .col-sm-8 > .card .card-image-container,
    .col-sm-9 > .card .card-image-container {
        max-height: 300px
    }
}

@media (min-width:1280px) {
    .card-image-container {
        max-height: 500px
    }

    .col-sm-3 > .card .card-image-container,
    .col-sm-4 > .card .card-image-container {
        max-height: 160px
    }

    .col-sm-6 > .card .card-image-container,
    .col-sm-8 > .card .card-image-container,
    .col-sm-9 > .card .card-image-container {
        max-height: 320px
    }
}

.card.image-card h2,
.card.image-card h3,
.card.image-card h4,
.card.image-card h5 {
    color: #444
}

.card-icons > div {
    min-width: 48%;
    max-width: 48%
}

@media (min-width:480px) {
    .card-icons > div {
        min-width: 17%
    }
}

.card-icon {
    border-radius: 4px;
    padding: 1rem;
    text-align: center;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .05);
    position: relative;
    margin-bottom: 1rem
}

.card-icon > a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 1;
    text-indent: -9999px
}

.card-icon > a:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 104, 94, .5);
    box-shadow: 0 0 0 .2rem rgba(0, 104, 94, .5)
}

.card-icon:hover a {
    text-decoration: underline
}

.card-icon .icon img {
    height: 72px;
    width: auto;
    max-width: none;
    color: #0074b3;
    margin-bottom: 1rem;
    -webkit-transition: -webkit-filter .3s ease-in-out;
    transition: -webkit-filter .3s ease-in-out;
    transition: filter .3s ease-in-out;
    transition: filter .3s ease-in-out, -webkit-filter .3s ease-in-out
}

.card-icon:hover .icon img {
    -webkit-filter: brightness(80%);
    filter: brightness(80%)
}

.stack-img-links img {
    margin-top: .5rem;
    margin-bottom: .5rem
}

@media (max-width:767px) {
    .stack-img-links .more-arrow:after {
        display: none
    }

    .stack-img-links .row > div:first-child {
        padding-right: 0
    }

    .stack-img-links p {
        margin: 0
    }
}

@media (min-width:768px) {
    .md-flex-5.stack-img-links > div {
        width: 18%
    }
}

@media (min-width:768px) {
    .option-explore-nav .card-body ul {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        column-gap: 40px
    }

    .option-explore-nav li {
        -webkit-column-break-inside: avoid
    }

    .option-explore-nav .list-top {
        border-top: 0 !important
    }
}

.accordion {
    margin-bottom: 1rem
}

.accordion .accordion-card {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    margin-bottom: .5rem;
    border: 2px solid rgba(0, 0, 0, .1) !important;
    border-radius: 0
}

.accordion .accordion-body {
    font-size: 1.1875rem;
    line-height: 1.68;
    padding: 1.5rem 1rem
}

.accordion .accordion-header {
    border-bottom: 0;
    background-color: transparent;
    color: #fff;
    text-align: left;
    padding: 0;
    margin: 0;
    -webkit-transition: background-color .1s cubic-bezier(.45, .05, .55, .95), color .1s cubic-bezier(.45, .05, .55, .95);
    transition: background-color .1s cubic-bezier(.45, .05, .55, .95), color .1s cubic-bezier(.45, .05, .55, .95)
}

.accordion .accordion-header:hover {
    background-color: rgba(0, 0, 0, .05)
}

.accordion .accordion-header .btn {
    color: inherit;
    padding: inherit;
    font-weight: 600;
    border: 0;
    text-align: left;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 1.5rem 1rem 1.25rem
}

.accordion .accordion-header .btn-toggle:before {
    color: #00685e;
    background-color: #fff;
    border-radius: 999px;
    height: 30px;
    width: 30px;
    margin-right: .5rem;
    text-align: center;
    position: relative;
    float: left;
    border: 2px solid #fff;
    -webkit-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    content: " ";
    background-size: 30px;
    background-repeat: no-repeat;
    background-image: url(../../resources/img/icons/toggle/icons.svg);
    background-position: 0 -90px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.accordion .accordion-header .btn-toggle:hover:before {
    background-color: #0074b3;
    background-image: url(../../resources/img/icons/toggle/icons.svg);
    background-position: 0 -120px
}

.accordion .accordion-header .btn-toggle[aria-expanded=true]:before {
    background-color: #fff;
    background-image: url(../../resources/img/icons/toggle/icons.svg);
    background-position: 0 0
}

.accordion .accordion-header .btn-toggle[aria-expanded=true]:hover:before {
    background-color: #0074b3;
    background-image: url(../../resources/img/icons/toggle/icons.svg);
    background-position: 0 -30px
}

.accordion .accordion-header .btn-toggle:after {
    display: none
}

.accordion .accordion-header h1,
.accordion .accordion-header h2,
.accordion .accordion-header h3,
.accordion .accordion-header h4,
.accordion .accordion-header h5,
.accordion .accordion-header h6 {
    color: #000;
    margin: 0;
    padding: 0
}

.accordion .accordion-header h1 a,
.accordion .accordion-header h2 a,
.accordion .accordion-header h3 a,
.accordion .accordion-header h4 a,
.accordion .accordion-header h5 a,
.accordion .accordion-header h6 a {
    color: inherit
}

.accordion .accordion-header.active {
    background-color: #00685e;
    color: #fff
}

.accordion .accordion-header.active h1,
.accordion .accordion-header.active h2,
.accordion .accordion-header.active h3,
.accordion .accordion-header.active h4,
.accordion .accordion-header.active h5,
.accordion .accordion-header.active h6 {
    color: #fff
}

.primary,
.primary h1,
.primary h2,
.primary h3,
.primary h4,
.primary h5,
.primary h6 {
    color: #00685e
}

.dark,
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    color: #000
}

.icon-watch:before {
    content: " ";
    background-image: url(../../resources/img/icons/play-icon.svg);
    background-position: 0;
    height: 30px;
    width: 30px;
    display: inline-block
}

.icon-watch:before,
a.more-arrow:after,
ul.more-arrow > li a:after {
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0
}

a.more-arrow:after,
ul.more-arrow > li a:after {
    content: "";
    -webkit-transform: rotate(0);
    background-image: url(../../resources/img/icons/arrow@3x.png);
    background-position: 50%;
    height: 1rem;
    width: 1rem;
    transform: rotate(0);
    padding-left: 1rem;
    margin-left: .5rem;
    -webkit-transition: margin-left .15s ease-in-out, margin-right .15s ease-in-out;
    transition: margin-left .15s ease-in-out, margin-right .15s ease-in-out;
    margin-right: .62rem
}

a.more-arrow:hover:after,
ul.more-arrow > li a:hover:after {
    margin-left: .62rem;
    margin-right: .5rem
}

.clear {
    clear: both
}

.clearfix:after {
    content: "";
    display: table;
    clear: both
}

.text-muted {
    color: #757575 !important
}

.bg-primary {
    color: #fff
}

.bg-primary * {
    color: inherit
}

.bg-primary a {
    color: inherit;
    text-shadow: .03em 0 #00685e, -.03em 0 #00685e, 0 .03em #00685e, 0 -.03em #00685e, .06em 0 #00685e, -.06em 0 #00685e, .09em 0 #00685e, -.09em 0 #00685e, .12em 0 #00685e, -.12em 0 #00685e, .15em 0 #00685e, -.15em 0 #00685e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(#fff, #fff);
    background-image: -moz- oldlinear-gradient(#fff, #fff);
    background-image: -o-linear-gradient(#fff, #fff);
    background-image: linear-gradient(#fff, #fff);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: 0 95%;
    color: #fff;
    text-decoration: none
}

.bg-primary a::selection {
    text-shadow: .03em 0 #00685e, -.03em 0 #00685e, 0 .03em #00685e, 0 -.03em #00685e, .06em 0 #00685e, -.06em 0 #00685e, .09em 0 #00685e, -.09em 0 #00685e, .12em 0 #00685e, -.12em 0 #00685e, .15em 0 #00685e, -.15em 0 #00685e;
    background: #00685e
}

.bg-primary a::-moz-selection {
    text-shadow: .03em 0 #00685e, -.03em 0 #00685e, 0 .03em #00685e, 0 -.03em #00685e, .06em 0 #00685e, -.06em 0 #00685e, .09em 0 #00685e, -.09em 0 #00685e, .12em 0 #00685e, -.12em 0 #00685e, .15em 0 #00685e, -.15em 0 #00685e;
    background: #00685e
}

.bg-primary a *,
.bg-primary a:after,
.bg-primary a :after,
.bg-primary a:before,
.bg-primary a :before {
    text-shadow: none
}

.bg-primary a:visited {
    color: #fff
}

.bg-primary a.btn {
    background-image: none;
    text-shadow: none
}

.bg-primary a:hover {
    text-shadow: .03em 0 #00685e, -.03em 0 #00685e, 0 .03em #00685e, 0 -.03em #00685e, .06em 0 #00685e, -.06em 0 #00685e, .09em 0 #00685e, -.09em 0 #00685e, .12em 0 #00685e, -.12em 0 #00685e, .15em 0 #00685e, -.15em 0 #00685e;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b1d1ce), to(#b1d1ce));
    background-image: -webkit-linear-gradient(#b1d1ce, #b1d1ce);
    background-image: -moz- oldlinear-gradient(#b1d1ce, #b1d1ce);
    background-image: -o-linear-gradient(#b1d1ce, #b1d1ce);
    background-image: linear-gradient(#b1d1ce, #b1d1ce);
    background-size: 1px 1px;
    background-repeat: repeat-x;
    background-position: 0 95%;
    color: #b1d1ce;
    text-decoration: none
}

.bg-primary a:hover::selection {
    text-shadow: .03em 0 #00685e, -.03em 0 #00685e, 0 .03em #00685e, 0 -.03em #00685e, .06em 0 #00685e, -.06em 0 #00685e, .09em 0 #00685e, -.09em 0 #00685e, .12em 0 #00685e, -.12em 0 #00685e, .15em 0 #00685e, -.15em 0 #00685e;
    background: #00685e
}

.bg-primary a:hover::-moz-selection {
    text-shadow: .03em 0 #00685e, -.03em 0 #00685e, 0 .03em #00685e, 0 -.03em #00685e, .06em 0 #00685e, -.06em 0 #00685e, .09em 0 #00685e, -.09em 0 #00685e, .12em 0 #00685e, -.12em 0 #00685e, .15em 0 #00685e, -.15em 0 #00685e;
    background: #00685e
}

.bg-primary a:hover *,
.bg-primary a:hover:after,
.bg-primary a:hover :after,
.bg-primary a:hover:before,
.bg-primary a:hover :before {
    text-shadow: none
}

.bg-primary a:hover:visited {
    color: #b1d1ce
}

.bg-primary a.btn:hover {
    background-image: none;
    text-shadow: none
}

.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6 {
    color: #fff
}

.content-header {
    padding-top: 24px;
    padding-bottom: 38px
}

.content-header.program:after {
    content: "";
    display: table;
    clear: both
}

.content-header.program .header-image img {
    width: 100%;
    max-width: auto
}

.gray,
.gray dl,
.gray ol,
.gray p,
.gray ul {
    color: rgba(34, 34, 34, .6)
}

.gray dl.large,
.gray dl.medium,
.gray dl.small,
.gray ol.large,
.gray ol.medium,
.gray ol.small,
.gray p.large,
.gray p.medium,
.gray p.small,
.gray ul.large,
.gray ul.medium,
.gray ul.small {
    color: rgba(9, 9, 9, .6)
}

div.gray,
dl.gray,
ol.gray,
p.gray,
ul.gray {
    color: rgba(34, 34, 34, .6)
}

div.gray.large,
div.gray.medium,
div.gray.small,
dl.gray.large,
dl.gray.medium,
dl.gray.small,
ol.gray.large,
ol.gray.medium,
ol.gray.small,
p.gray.large,
p.gray.medium,
p.gray.small,
ul.gray.large,
ul.gray.medium,
ul.gray.small {
    color: rgba(9, 9, 9, .6)
}

.contact-us-box {
    border: 2px solid rgba(0, 0, 0, .1);
    padding: 20px;
    font-size: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    word-wrap: break-word
}

.contact-us-box h2 {
    color: #000;
    font-size: 1.1875rem;
    line-height: 1.26
}

.contact-us-box h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 2rem;
    margin-bottom: 0
}

.contact-us-box dd,
.contact-us-box div,
.contact-us-box dl,
.contact-us-box dt,
.contact-us-box li,
.contact-us-box ol,
.contact-us-box p,
.contact-us-box ul {
    font-size: inherit
}

.contact-us-box dt {
    font-weight: 400
}

.contact-us-box dd,
.contact-us-box p {
    color: #757575
}

.contact-us-box strong {
    color: #000
}

@media (min-width:768px) {
    .contact-us-box > h2 {
        width: 100%;
        clear: both;
        text-align: center;
        margin-top: 0
    }

    .contact-us-box .content-blocks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-bottom: 0
    }

    .contact-us-box .content-blocks .content-block {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-right: .5rem;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%
    }

    .contact-us-box .content-blocks h3 {
        margin-top: 0
    }
}

.address-sidebar > .contact-us-box > h2,
.col-md-4 > .contact-us-box > h2,
.sidebar-container .contact-us-box > h2 {
    text-align: left
}

.address-sidebar > .contact-us-box .content-blocks,
.col-md-4 > .contact-us-box .content-blocks,
.sidebar-container .contact-us-box .content-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.address-sidebar > .contact-us-box .content-block,
.col-md-4 > .contact-us-box .content-block,
.sidebar-container .contact-us-box .content-block {
    width: 100%;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

img.rounded {
    border-radius: 10px !important
}

@media (min-width:768px) {
    .md-flex-5 > div {
        width: 20%
    }
}

.fa-link-pdf:after {
    content: "\F1C1"
}

.fa-link-external:after {
    content: "\F35D";
    font-weight: 600
}

.fa-link-external:after,
.fa-link-pdf:after {
    font-family: Font Awesome\ 5 Free;
    font-size: .8em;
    padding: 0 .4em 0 .3em;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: initial;
    white-space: nowrap
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
    background: #f5f5f5;
    display: block;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 14px
}

.border-between {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.border-between:last-child {
    border-bottom: 0
}

.border-around {
    padding-top: 1rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.border-around:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 1rem
}

.topnav {
    background-color: #0c2321
}

.topnav ul {
    width: 100%
}

.topnav li,
.topnav ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0
}

.topnav a {
    text-decoration: none;
    font-size: .8rem
}

.topnav .nav-link {
    display: inline-block;
    color: #fff;
    padding: .5rem
}

#skiptocontent a {
    padding: 8px;
    position: absolute;
    top: -50px;
    left: 0;
    color: #fff;
    background: #00685e;
    -webkit-transition: top .1s ease-in-out, background .1s linear;
    transition: top .1s ease-in-out, background .1s linear;
    z-index: 100;
    outline: 1
}

#skiptocontent a:focus {
    top: 0
}

#mobile-menu-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    border-radius: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

#mobile-menu-button .menubaricon {
    width: 1.3rem;
    height: 1.3rem
}

#mobile-menu-button .menubartext {
    display: inline-block;
    position: relative;
    top: -.1rem;
    font-size: 14px;
    padding-left: .5rem;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.85;
    letter-spacing: normal
}

#mobile-menu-button .menubaricon,
#mobile-menu-button .menubartext {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

#mobile-menu-button .menubaricon rect {
    fill: #12685e;
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out
}

#mobile-menu-button:active .menubar3,
#mobile-menu-button:focus .menubar3,
#mobile-menu-button:hover .menubar3 {
    width: 80px
}

#mobile-search-button {
    text-align: right;
    font-size: 1.3rem;
    border-radius: 0
}

#mobile-menu-button[aria-expanded=true],
#mobile-search-button[aria-expanded=true] {
    background: #01685e;
    color: #fff
}

#mobile-menu-button[aria-expanded=true] .menubaricon rect {
    fill: #fff
}

#mobile-menu-button[aria-expanded=true] .menubaricon rect.menubar1 {
    -webkit-transform-origin: 20px 20px;
    transform-origin: 20px 20px;
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
    fill: #ffff
}

#mobile-menu-button[aria-expanded=true] .menubaricon rect.menubar2 {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    -webkit-transform-origin: 30px 20px;
    transform-origin: 30px 20px
}

#mobile-menu-button[aria-expanded=true] .menubaricon rect.menubar3 {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px)
}

blockquote {
    font-size: 1.5rem;
    margin-left: 0;
    color: #444;
    position: relative;
    margin-left: 2rem
}

blockquote p {
    font-size: 1.3rem;
    margin-bottom: 0
}

blockquote p + p {
    margin-top: .5rem
}

blockquote cite,
blockquote small {
    font-size: .9rem;
    font-style: normal;
    margin-top: .5rem;
    display: block
}

blockquote cite strong,
blockquote small strong {
    color: #000
}

blockquote:before {
    content: "";
    background-image: url("../../resources/img/icons/quote@3x.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 20.6px;
    width: 26.2px;
    display: block;
    position: absolute;
    left: -2.25rem;
    top: .5rem;
    background-size: contain
}

@media (min-width:768px) {
    blockquote {
        padding-left: 1rem
    }

    blockquote:before {
        height: 31px;
        width: 40px;
        left: -2.25rem
    }
}

.quote-feature {
    line-height: 1.25
}

.quote-feature img {
    text-align: left;
    background: -webkit-gradient(linear, left top, left bottom, from(#00685e), to(#00685e)) no-repeat 10px 10px;
    background: -webkit-linear-gradient(#00685e, #00685e) no-repeat 10px 10px;
    background: -moz- oldlinear-gradient(#00685e, #00685e) no-repeat 10px 10px;
    background: -o-linear-gradient(#00685e, #00685e) no-repeat 10px 10px;
    background: linear-gradient(#00685e, #00685e) no-repeat 10px 10px;
    background-color: transparent;
    padding: 0 10px 10px 0;
    margin: 0 auto;
    margin-bottom: .70625rem;
    max-height: 200px;
    max-width: 200px;
    height: auto;
    width: auto
}

.quote-feature blockquote {
    margin-left: 0;
    padding-left: 0
}

.quote-feature blockquote:before {
    position: relative;
    left: auto;
    top: auto
}

.quote-feature figcaption {
    font-size: 1rem;
    color: #444;
    line-height: 1.5
}

.quote-feature figcaption strong {
    color: #000
}

@media (min-width:768px) {
    .quote-feature {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .quote-feature img {
        max-width: 100%;
        max-height: none
    }

    .quote-feature blockquote:before {
        width: 52.4px;
        height: 41.1px;
        position: absolute;
        left: -4.25rem
    }

    .quote-feature .quote-feature-text {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding-left: 6rem
    }

    .quote-feature .quote-feature-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%
    }

    .quote-feature .quote-feature-img + .quote-feature-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%
    }
}

@media (min-width:992px) {
    .quote-feature .quote-feature-img.vertical {
        padding: 0 1.25rem
    }
}

@media (min-width:1280px) {
    .quote-feature .quote-feature-img.vertical {
        padding: 0 1.75rem
    }
}

input {
    border-radius: 0
}

.custom-control-label,
input[type=checkbox],
input[type=radio],
label,
select {
    cursor: pointer;
    position: relative
}

.custom-control-label:before {
    border: 2px solid rgba(73, 76, 78, .25);
    top: .15rem;
    left: -1.6rem;
    width: 1.3rem;
    height: 1.3rem;
    left: -2rem;
    width: 1.5rem;
    height: 1.5rem
}

.custom-control-label:after {
    left: -1.52rem;
    background-size: 65% 65%;
    left: -32px;
    width: 1.5rem;
    height: 1.5rem
}

.custom-checkbox,
.custom-radio {
    margin-bottom: .5rem
}

.custom-checkbox input,
.custom-radio input {
    position: absolute;
    top: 0
}

label.custom-control-label {
    clear: both;
    display: block
}

.custom-control-input:checked ~ .custom-control-label {
    font-weight: 700
}

.custom-control-input:checked ~ .custom-control-label:before {
    border-color: #0074b3
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-462.4 274.6 15.8 12.9'%3E%3Cpath fill='%23ffffff' d='M-448.1,274.6l1.5,1.3l-10.4,11.5l-5.5-5.5l1.4-1.4l4,4L-448.1,274.6z'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-460 276 10 10'%3E%3Cpath stroke-opacity='0.1' fill='%23ffffff' stroke='%23000000' d='M-457.5,276.5h5c1.1,0,2,0.9,2,2v5c0,1.1-0.9,2-2,2h-5c-1.1,0-2-0.9-2-2v-5C-459.5,277.4-458.6,276.5-457.5,276.5z'/%3E%3C/svg%3E");
    top: 1px;
    background-size: 42% 40%
}

.custom-control {
    padding-left: 2rem
}

.custom-form label + small {
    color: #757575;
    font-size: 1rem
}

.custom-form .form-control,
.custom-form select {
    height: auto;
    padding: 1rem
}

.custom-form input,
.custom-form select,
.custom-form textarea {
    border-radius: 0;
    border-width: 2px;
    border: 2px solid rgba(73, 76, 78, .25)
}

.custom-form textarea {
    width: 100%;
    padding: 1rem;
    margin: 1rem 0
}

.custom-form .input-group-prepend .input-group-text {
    -webkit-box-shadow: inset 0 0 1px 1px rgba(73, 76, 78, .25);
    box-shadow: inset 0 0 1px 1px rgba(73, 76, 78, .25);
    border-radius: 0;
    border-right: 0;
    padding: .375rem .75rem
}

.custom-form label {
    position: relative;
    color: #757575;
    font-size: 1rem
}

.custom-form input[type=checkbox] + label,
.custom-form input[type=radio] + label {
    color: #222;
    font-size: 19px
}

.custom-form input,
.custom-form input[type=checkbox]:checked + label,
.custom-form input[type=radio]:checked + label,
.custom-form label + input[type=checkbox]:checked,
.custom-form label + input[type=radio]:checked {
    font-weight: 700;
    color: #000
}

.custom-form input::-webkit-input-placeholder {
    font-weight: 400;
    color: #757575
}

.custom-form input:-ms-input-placeholder,
.custom-form input::-ms-input-placeholder {
    font-weight: 400;
    color: #757575
}

.custom-form input::placeholder {
    font-weight: 400;
    color: #757575
}

form fieldset {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
    clear: both;
    border: 1px solid rgba(73, 76, 78, .25)
}

form legend {
    color: #00685e;
    clear: both;
    font-size: 1.1875rem;
    padding: .5rem;
    font-weight: 600;
    width: auto
}

table {
    margin: 1rem 0
}

table td,
table th {
    padding: 1rem;
    border-bottom: 1px solid #e6e6e6
}

table td {
    padding-top: 1.1875rem;
    padding-bottom: 1.4375rem
}

table thead th {
    border-width: 2px;
    background-color: #efefef;
    vertical-align: top
}

table caption {
    caption-side: top;
    color: #00685e;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.33
}

table tfoot {
    color: #000;
    font-weight: 600
}

table.standard-table {
    width: 100%
}

th small {
    line-height: 1.3;
    display: inline-block
}

.responsive-table {
    width: 100%;
    margin-bottom: 1.5em
}

@media (min-width:48em) {
    .responsive-table {
        font-size: .9rem
    }
}

@media (min-width:62em) {
    .responsive-table {
        font-size: 1rem
    }
}

.responsive-table thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    color: #000
}

@media (min-width:48em) {
    .responsive-table thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto
    }
}

.table-r1.responsive-table thead th {
    vertical-align: bottom
}

.responsive-table thead th:first-of-type {
    text-align: left
}

.responsive-table tbody,
.responsive-table td,
.responsive-table th,
.responsive-table tr {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal
}

@media (min-width:48em) {
    .responsive-table tr {
        display: table-row
    }
}

.responsive-table td,
.responsive-table th {
    padding: .5em;
    vertical-align: middle
}

@media (min-width:30em) {

    .responsive-table td,
    .responsive-table th {
        padding: .75em .5em
    }
}

@media (min-width:48em) {

    .responsive-table td,
    .responsive-table th {
        display: table-cell;
        padding: .5em
    }
}

@media (min-width:62em) {

    .responsive-table td,
    .responsive-table th {
        padding: .75em .5em
    }
}

@media (min-width:75em) {

    .responsive-table td,
    .responsive-table th {
        padding: .75em
    }
}

.responsive-table caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: 700;
    text-align: center
}

@media (min-width:48em) {
    .responsive-table caption {
        font-size: 1.5em
    }
}

.responsive-table tfoot {
    font-size: .8em;
    font-style: italic
}

@media (min-width:62em) {
    .responsive-table tfoot {
        font-size: .9em
    }
}

@media (min-width:48em) {
    .responsive-table tbody {
        display: table-row-group
    }
}

.responsive-table tbody tr {
    margin-bottom: 1em
}

@media (min-width:48em) {
    .responsive-table tbody tr {
        display: table-row;
        border-width: 1px
    }
}

.responsive-table tbody tr:last-of-type {
    margin-bottom: 0
}

@media (min-width:48em) {
    .responsive-table tbody tr:nth-of-type(2n) td {
        background-color: #fafafa
    }
}

.responsive-table tbody th[scope=row] {
    background-color: #efefef
}

@media (min-width:48em) {
    .responsive-table tbody th[scope=row] {
        color: #000;
        background-color: #fff;
        font-weight: 700;
        text-align: left
    }

    .responsive-table tbody tr:nth-of-type(2n) th[scope=row] {
        background-color: #fafafa
    }
}

.responsive-table tbody td {
    text-align: right
}

@media (min-width:48em) {
    .responsive-table tbody td {
        text-align: center
    }
}

.responsive-table tbody td[data-type=currency] {
    text-align: right
}

.responsive-table tbody td[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: .8em;
    color: #444
}

@media (min-width:30em) {
    .responsive-table tbody td[data-title]:before {
        font-size: .9em
    }
}

@media (min-width:48em) {
    .responsive-table tbody td[data-title]:before {
        content: none
    }
}

.table-wrapper table {
    margin-top: 0;
    margin-bottom: 0
}

table.responsive {
    max-width: 100%
}

.table-r2 td,
.table-r2 th {
    padding: 10px 5px 10px 10px;
    font-weight: 400;
    border-top: 0
}

table.table-r2 {
    white-space: normal
}

table.responsive {
    margin-bottom: 0
}

.pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #eee;
    border-left: 0
}

.pinned table {
    border-right: none;
    border-left: none;
    width: 100%
}

.pinned table.table th,
.pinned table td,
.pinned table th {
    white-space: nowrap;
    border-top: 0
}

.pinned td:last-child {
    border-bottom: 0
}

div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 1px 0 #aaa;
    box-shadow: 0 0 1px 0 #aaa
}

div.table-wrapper div.scrollable table {
    margin-left: 35%
}

div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden
}

table.responsive td,
table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden
}

table.responsive.pinned td,
table.responsive td:first-child,
table.responsive th:first-child {
    display: none
}

dl.list-inline {
    width: 100%
}

dl.list-inline dd,
dl.list-inline dt {
    margin-bottom: 0
}

dl.list-inline dd {
    padding: 0 0 1.5rem
}

dl.list-inline dt {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 1.5rem 0 0
}

dl.list-inline dt:first-of-type {
    border-top: 0
}

dl.list-inline dt {
    clear: both
}

dl.list-inline [class*=icon-bg-] + dd {
    padding-left: 3.1875rem
}

dl.list-inline [class*=icon-bg-]:before {
    content: "";
    background-size: 2rem;
    background-repeat: no-repeat;
    position: absolute;
    height: 32px;
    width: 32px;
    left: 0;
    background-image: url("../../resources/img/icons/icons.svg")
}

dl.list-inline [class*=icon-bg-] {
    position: relative;
    padding-left: 3.1875rem
}

dl.list-inline [class*=icon-bg-].icon-bg-book:before {
    background-position: 0 0
}

dl.list-inline [class*=icon-bg-].icon-bg-calendar:before {
    background-position: 0 -32px
}

dl.list-inline [class*=icon-bg-].icon-bg-clock-o:before {
    background-position: 0 -64px
}

dl.list-inline [class*=icon-bg-].icon-bg-credit-card:before {
    background-position: 0 -96px
}

dl.list-inline [class*=icon-bg-].icon-bg-map-marker:before {
    background-position: 0 -128px
}

dl.list-inline [class*=icon-bg-].icon-bg-money:before {
    background-position: 0 -160px
}

dl.list-inline [class*=icon-bg-].icon-bg-mortar-board:before {
    background-position: 0 -192px
}

dl.list-inline [class*=icon-bg-].icon-bg-trophy-board:before {
    background-position: 0 -232px
}

dl:after {
    content: "";
    clear: both;
    display: block
}

@media (min-width:768px) {
    dl.list-inline {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        margin: 0;
        padding: 0;
        display: block
    }

    dl.list-inline dd,
    dl.list-inline dt {
        width: 60%;
        padding: 1.5rem 0;
        display: block;
        float: right
    }

    dl.list-inline [class*=icon-bg-] + dd {
        padding-left: 0
    }

    dl.list-inline dt {
        float: left;
        width: 40%;
        padding-right: .5rem;
        clear: both
    }

    dl.list-inline dd {
        border-top: 1px solid rgba(0, 0, 0, .1)
    }

    dl.list-inline dd:first-of-type {
        border-top: 0
    }
}

@media (min-width:992px) {
    dl.list-inline dd {
        width: 66.67%
    }

    dl.list-inline dt {
        width: 33.33%
    }
}

.dl-inline {
    display: inline-block;
    padding-right: 0;
    margin-top: 1rem;
    margin-bottom: 0
}

.dl-inline + .dl-inline {
    margin-left: 50px
}

.dl-small-header dt {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400
}

.muted-dl {
    margin-bottom: 0
}

.muted-dl dt {
    color: #757575;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400
}

.muted-dl dl {
    margin-bottom: 0
}

.breadcrumb {
    background: none;
    padding: 0;
    font-size: 1rem;
    color: #444;
    line-height: 1.5
}

.breadcrumb ol {
    list-style: none;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    clear: both;
    width: 100%;
    display: block;
    margin-bottom: 0;
    margin-left: 0
}

.breadcrumb ol + ol {
    margin-top: .5rem
}

.breadcrumb li {
    line-height: inherit;
    font-size: inherit;
    display: inline;
    padding: 0
}

.breadcrumb li a {
    color: inherit
}

.breadcrumb li a.active {
    color: #00685e;
    font-weight: 700;
    cursor: default
}

.breadcrumb ol.condensed li:nth-of-type(10n),
.breadcrumb ol.condensed li:nth-of-type(10n+2),
.breadcrumb ol.condensed li:nth-of-type(10n+3),
.breadcrumb ol.condensed li:nth-of-type(10n+4),
.breadcrumb ol.condensed li:nth-of-type(10n+5),
.breadcrumb ol.condensed li:nth-of-type(10n+6),
.breadcrumb ol.condensed li:nth-of-type(10n+7),
.breadcrumb ol.condensed li:nth-of-type(10n+8),
.breadcrumb ol.condensed li:nth-of-type(10n+9) {
    display: none
}

.breadcrumb ol.condensed li:last-child {
    display: inline !important
}

.breadcrumb ol.condensed li:after {
    content: "..."
}

.breadcrumb ol.condensed li:last-child:after {
    content: ""
}

.breadcrumb ol a {
    display: inline-block;
    vertical-align: top
}

.breadcrumb ol li {
    margin: auto
}

.breadcrumb ol li + li:before {
    content: "\F054";
    background-color: transparent;
    font-family: Font Awesome\ 5 Free;
    display: inline-block;
    text-align: center;
    padding: 4px .45rem 0 .35rem;
    font-weight: 900;
    font-size: .7rem;
    opacity: .7;
    bottom: 0;
    position: relative
}

.bg-primary,
.bg-primary .breadcrumb {
    color: #fff
}

.bg-primary .breadcrumb li a,
.bg-primary li a {
    text-shadow: none;
    background-image: none
}

.bg-primary .breadcrumb li a.active,
.bg-primary li a.active {
    color: inherit;
    font-weight: 700
}

.content-header .breadcrumb {
    margin-bottom: 1.5rem;
    margin-top: .5rem
}

.content-container .breadcrumb ol,
.sectional .breadcrumb ol,
main .breadcrumb ol {
    margin-left: 0
}

.alert {
    border-radius: .25rem;
    border-color: #fff;
    padding: 1rem 2rem 2rem
}

.alert * {
    color: inherit
}

.alert a {
    text-decoration: underline
}

.alert.alert-green,
.alert.bg-primary {
    text-decoration: none
}

.alert a:hover {
    color: inherit
}

.alert-announcement,
.alert-primary {
    background: #ffb500;
    color: #222
}

.alert-announcement h1,
.alert-announcement h2,
.alert-announcement h3,
.alert-announcement h4,
.alert-announcement h5,
.alert-announcement h6,
.alert-primary h1,
.alert-primary h2,
.alert-primary h3,
.alert-primary h4,
.alert-primary h5,
.alert-primary h6 {
    color: #000
}

.alert-secondary,
.alert-warning {
    background: #d43c00;
    color: #fff
}

.alert-secondary h1,
.alert-secondary h2,
.alert-secondary h3,
.alert-secondary h4,
.alert-secondary h5,
.alert-secondary h6,
.alert-warning h1,
.alert-warning h2,
.alert-warning h3,
.alert-warning h4,
.alert-warning h5,
.alert-warning h6 {
    color: #fff
}

.alert-warning {
    border-top: .5rem solid #ffb500
}

@media (min-width:480px) {
    .alert.alert-padded {
        padding: 2.5rem
    }
}

@media (min-width:992px) {
    .alert.alert-padded {
        padding: 3.5rem 6.5rem
    }
}

header .alert,
header .alert.alert-padded {
    border-radius: 0;
    border: 0;
    padding-left: 20px;
    padding-right: 20px
}

header .alert .dismiss-alert {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    background: rgba(0, 0, 0, .44);
    cursor: pointer;
    display: inline-block
}

header .alert-green .container-fluid {
    background-image: url("../../resources/img/graphics/icon-alert.png");
    background-repeat: no-repeat;
    background-size: 50px auto;
    background-position: 40px;
    padding-left: 120px;
    padding-top: 27px;
    padding-bottom: 27px
}

header .alert.alert-primary .dismiss-alert {
    color: #fff
}

header .alert .dismiss-alert:hover {
    background: rgba(0, 0, 0, .7)
}

header .alert {
    position: relative;
    margin-bottom: 0;
    display: none
}

@media (min-width:992px) {
    header .alert {
        margin-bottom: -1.5rem;
        margin-top: 1.5rem
    }
}

.news-no-description p.description {
    display: none
}

.news-article .datetime {
    color: #757575;
    font-size: 1rem;
    line-height: 1.5;
    padding-top: 11px;
    padding-bottom: 2px;
    margin-bottom: 0
}

.news-article h2,
.news-article h3,
.news-article h4 {
    color: #00685e;
    margin-top: 0
}

.news-article h2 a,
.news-article h3 a,
.news-article h4 a {
    color: inherit
}

.col-md-3 > .news-article .article-info-container,
.col-md-3 > .news-article .image-container,
.col-md-4 > .news-article .article-info-container,
.col-md-4 > .news-article .image-container,
.col-sm-3 > .news-article .article-info-container,
.col-sm-3 > .news-article .image-container,
.col-sm-4 > .news-article .article-info-container,
.col-sm-4 > .news-article .image-container,
.news-no-description > .news-article .article-info-container,
.news-no-description > .news-article .image-container,
.sidebar-container > .news-article .article-info-container,
.sidebar-container > .news-article .image-container {
    width: 100%
}

.col-md-3 > .news-article h3,
.col-md-4 > .news-article h3,
.col-sm-3 > .news-article h3,
.col-sm-4 > .news-article h3,
.news-no-description > .news-article h3,
.sidebar-container > .news-article h3 {
    font-size: 1.1875rem;
    line-height: 1.68
}

.sidebar-container .news-article {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

@media (min-width:480px) {
    .news-row .news-article {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .news-row .news-article div {
        padding-left: 20px;
        padding-right: 20px
    }

    .news-row .news-article div:first-child {
        padding-left: 0
    }

    .news-row .news-article div:last-child {
        padding-right: 0
    }

    .news-row .news-article .datetime {
        padding-top: 0
    }

    .news-row .news-article .article-info-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        width: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .news-row .news-article .image-container,
    .news-row .news-article .image-container + .article-info-container {
        width: 50%
    }
}

.sectional {
    overflow: auto;
    overflow-x: hidden;
    position: relative
}

.sectional-background > * {
    z-index: 2;
    position: relative
}

.sectional-background {
    position: relative;
    background-attachment: fixed;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 200px
}

.sectional-background:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: hsla(0, 0%, 100%, 0);
    display: block
}

.sectional-background.sectional.theme-01:before {
    background-color: rgba(0, 108, 104, .75)
}

.sectional-background.sectional.theme-02:before {
    background-color: rgba(0, 107, 166, .75)
}

.sectional-background.sectional.theme-03:before {
    background-color: rgba(0, 0, 0, .75)
}

.sectional-background.sectional.theme-04:before {
    background-color: hsla(0, 0%, 100%, .75)
}

.sectional-padded {
    padding-top: 30px;
    padding-bottom: 30px
}

.sectional.bg-primary,
.sectional.theme-01 {
    background-color: #00685e
}

.sectional.theme-02 {
    background-color: #006ba6
}

.sectional.theme-03 {
    background-color: #000
}

.sectional.bg-light,
.sectional.theme-04 {
    background-color: #f2faf9
}

.sectional2 img {
    max-width: none;
    width: 100%;
    height: auto
}

.sectional-inverted .card {
    color: #444
}

.sectional-inverted .card-text a,
.sectional-inverted .card-text a:active,
.sectional-inverted .card-text a:focus,
.sectional-inverted .card-text a:hover,
.sectional-inverted .card-text a:visited,
.sectional-inverted .card-title a,
.sectional-inverted .card-title a:active,
.sectional-inverted .card-title a:focus,
.sectional-inverted .card-title a:hover,
.sectional-inverted .card-title a:visited {
    text-shadow: none;
    color: #0074b3
}

.sectional-inverted h3.accordion-handle {
    background: hsla(0, 0%, 100%, .21);
    margin-bottom: 0;
    border-bottom: 0;
    font-weight: 700
}

.sectional-inverted .accordion-content {
    background: hsla(0, 0%, 100%, .1)
}

.sectional .accordion-inner {
    padding: 10px 25px
}

.sectional-inverted .accordion-handle:after {
    background-image: url("/_resources/img/graphics/arrow-double-down-white.png")
}

.sectional-inverted .accordion-handle.active:after {
    background-image: url(/_resources/img/graphics/arrow-double-up-white.png)
}

.sectional .accordion-content {
    display: none
}

.sectional .accordion-content.active {
    display: block
}

.timeline {
    width: 100%;
    position: relative;
    padding: 0 0 60px;
    margin-top: 0;
    margin-top: 4px
}

.timeline:after {
    clear: both;
    content: "";
    display: table
}

.timeline .photoholder {
    position: absolute;
    right: 0;
    display: none
}

.timeline .collapse.in .photoholder {
    float: right;
    width: 30%;
    padding: 0 10px;
    display: block
}

.timeline .panel {
    width: 100%
}

.timeline .panel-collapse {
    width: 70%
}

.timeline .photoholder img {
    width: 100%;
    height: auto
}

.timeline .glyphicon.glyphicon-one-fine-dot:before {
    content: "\25CF";
    font-size: 1.5em;
    color: #0074b3
}

.timeline .line {
    position: absolute;
    width: 2px;
    display: block;
    top: 32px;
    bottom: 0;
    margin-left: 30px;
    background: #0074b3
}

.timeline .separator {
    border-top: 1px solid #0074b3;
    padding: 5px;
    padding-left: 40px;
    font-style: italic;
    font-size: .9em;
    margin-left: 30px
}

.timeline .line:before {
    top: -2px
}

.timeline .line:after {
    bottom: -2px
}

.timeline .line:after,
.timeline .line:before {
    content: "";
    position: absolute;
    left: -6px;
    width: 0;
    height: 0;
    display: block;
    border-radius: 50%;
    background: #0074b3
}

.timeline .panel {
    position: relative;
    margin: 10px 0 0 40px;
    clear: both;
    margin: 0 auto;
    padding: 10px 0 0 40px;
    background: none
}

.timeline .panel:before {
    position: absolute;
    display: block;
    top: 8px;
    left: -24px;
    content: "";
    width: 0;
    height: 0;
    border: inherit;
    border-width: 12px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent
}

.timeline .panel .panel-heading.icon * {
    font-size: 14px;
    vertical-align: middle;
    line-height: 40px
}

.timeline .panel > .panel-heading .icon {
    position: absolute;
    left: 11px;
    width: 40px;
    height: 40px;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    float: left
}

.timeline .panel-outline {
    border-color: transparent;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.timeline .panel-outline .panel-body {
    padding: 10px .5rem
}

.timeline .panel-default {
    border: 0
}

.timeline .panel-default > .panel-heading {
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    border: 0;
    background: none;
    font-weight: 400
}

.timeline .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
    padding-top: 0;
    border-bottom: 0
}

.timeline h4.panel-title {
    border: 0;
    padding-top: .5rem
}

.timeline .panel {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn {
    white-space: normal;
    min-width: 100px;
    cursor: pointer;
    font-weight: 700;
    border: 0;
    border-radius: 999px;
    font-size: 1.1875rem;
    padding-left: 1.5em;
    padding-right: 1.5em
}

.btn-sm {
    font-size: .8125rem
}

.btn-lg {
    font-size: 1.4875rem
}

a.btn {
    text-decoration: none
}

.btn + .btn {
    margin-left: .5rem
}

.btn.btn-block + .btn.btn-block {
    margin-top: 1.625rem;
    margin-left: 0
}

.btn-block:first-child {
    margin-top: 1.1875rem
}

.btn-block:last-child {
    margin-bottom: 1.1875rem
}

.btn-important,
a.btn-important {
    background-color: #d43c00;
    color: #fff
}

.btn-important:hover,
a.btn-important:hover {
    background-color: #bb3500
}

.btn-primary {
    background-color: #00685e;
    color: #fff
}

.btn-secondary {
    background-color: transparent;
    color: #00685e;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .1);
    margin-top: 0
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: inherit;
    -webkit-box-shadow: inset 0 0 0 2px #00685e;
    box-shadow: inset 0 0 0 2px #00685e;
    color: #00685e
}

.btn-tertiary {
    background-color: transparent;
    color: #00685e;
    border: transparent
}

.btn-tertiary:hover {
    background-color: #f2faf9
}

.alert .btn-primary,
.bg-primary .btn-primary {
    background-color: #fff;
    color: #00685e
}

.alert .btn-primary:hover,
.bg-primary .btn-primary:hover {
    color: #00685e;
    background-color: #fff;
    opacity: .9
}

.alert .btn-primary:focus,
.bg-primary .btn-primary:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.alert .btn-primary:hover:visited,
.alert .btn-primary:visited,
.bg-primary .btn-primary:hover:visited,
.bg-primary .btn-primary:visited {
    color: #00685e
}

.alert .btn-secondary,
.alert .btn-tertiary,
.bg-primary .btn-secondary,
.bg-primary .btn-tertiary {
    background-color: #00685e;
    color: #fff
}

.alert .btn-secondary:hover,
.alert .btn-tertiary:hover,
.bg-primary .btn-secondary:hover,
.bg-primary .btn-tertiary:hover {
    background-color: rgba(0, 0, 0, .1);
    color: #fff
}

.alert .btn-secondary:focus,
.alert .btn-tertiary:focus,
.bg-primary .btn-secondary:focus,
.bg-primary .btn-tertiary:focus {
    -webkit-box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5);
    box-shadow: 0 0 0 .2rem hsla(0, 0%, 100%, .5)
}

.alert .btn-secondary:not(:disabled):not(.disabled):active,
.alert .btn-tertiary:not(:disabled):not(.disabled):active,
.bg-primary .btn-secondary:not(:disabled):not(.disabled):active,
.bg-primary .btn-tertiary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: hsla(0, 10%, 84%, .15)
}

.alert .btn-secondary,
.bg-primary .btn-secondary {
    -webkit-box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, .2);
    box-shadow: inset 0 0 0 2px hsla(0, 0%, 100%, .2)
}

dl .btn-toggle {
    font-size: 1rem
}

@media (min-width:768px) {
    dl .btn-toggle {
        font-size: 1.1875rem
    }
}

@media (max-width:479px) {
    .header-content .btn {
        width: 100%;
        margin-bottom: 1rem
    }

    .header-content .btn + .btn {
        margin-left: 0
    }
}

@media (min-width:480px) {
    .btn {
        min-width: 150px;
        padding-top: .75rem;
        padding-bottom: .75rem
    }

    .btn + .btn {
        margin-left: 22px
    }
}

.btn-toggle {
    font-weight: 400;
    text-align: left;
    color: #0074b3;
    background: transparent;
    padding: 0;
    border-radius: 0;
    width: 100%
}

.btn-toggle:before {
    content: " ";
    float: right;
    font-size: 1rem;
    line-height: 1.5;
    background: none;
    background-size: 30px;
    background-repeat: no-repeat;
    -webkit-transition: background-color .1s ease-in-out;
    transition: background-color .1s ease-in-out;
    background-image: url(../../resources/img/icons/toggle/icons.svg);
    background-position: 0 0;
    height: 30px;
    width: 30px;
    margin-top: -3px
}

.btn-toggle[aria-expanded=true]:before {
    background-image: url(../../resources/img/icons/toggle/icons.svg);
    background-position: 0 -60px
}

@media (min-width:320px) {
    .btn-toggle.verbose:after {
        content: "collapse";
        width: auto;
        padding-right: .5rem;
        float: right
    }

    .btn-toggle.verbose.collapsed:after {
        content: "expand"
    }
}

@media (min-width:768px) {
    .btn-toggle.verbose:before {
        margin-top: 0
    }
}

dl,
ol,
ul {
    color: #222
}

.content-container ol li,
.content-container ul li,
.sectional ol li,
.sectional ul li,
main ol li,
main ul li {
    margin-bottom: .75rem;
    margin-top: .75rem
}

.content-container ul li,
.sectional ul li,
main ul li {
    word-break: break-word;
    padding-left: 1.75rem;
    text-indent: -2rem
}

.content-container ul,
.sectional ul,
main ul {
    list-style: none;
    padding: 0
}

.content-container ul li,
.sectional ul li,
main ul li {
    list-style: none;
    position: relative
}

.content-container ul li:before,
.sectional ul li:before,
main ul li:before {
    content: "";
    font-size: 2em;
    height: .5rem;
    width: .5rem;
    background: #000;
    border-radius: 50%;
    float: left;
    top: .75rem;
    margin-right: 0;
    position: relative;
    left: -1.5rem;
    margin-right: 1.5rem;
    padding: 0
}

.content-container ol a,
.content-container ul a,
.sectional ol a,
.sectional ul a,
main ol a,
main ul a {
    vertical-align: top
}

.content-container ol ol,
.content-container ol ul,
.content-container ul ol,
.content-container ul ul,
.sectional ol ol,
.sectional ol ul,
.sectional ul ol,
.sectional ul ul,
main ol ol,
main ol ul,
main ul ol,
main ul ul {
    margin-bottom: .5em;
    padding-left: 0
}

.content-container ol,
.sectional ol,
main ol {
    overflow: visible;
    margin: 0;
    margin-left: 2rem;
    padding: 0;
    list-style-type: none;
    counter-reset: li-counter
}

.content-container ol li,
.sectional ol li,
main ol li {
    position: relative;
    overflow: visible;
    list-style-type: none
}

.content-container ol li:before,
.sectional ol li:before,
main ol li:before {
    position: absolute;
    top: 0;
    left: -2rem;
    z-index: -99;
    overflow: hidden;
    background-color: #fff;
    color: #000;
    content: counter(li-counter);
    counter-increment: li-counter;
    text-align: right;
    font-weight: 700;
    height: auto;
    width: auto;
    font-size: 1em
}

.content-container ol ol,
.content-container ol ul,
.content-container ul ol,
.content-container ul ul,
.sectional ol ol,
.sectional ol ul,
.sectional ul ol,
.sectional ul ul,
main ol ol,
main ol ul,
main ul ol,
main ul ul {
    margin-left: 1rem
}

.content-container ol ul li,
.content-container ul ul li,
.sectional ol ul li,
.sectional ul ul li,
main ol ul li,
main ul ul li {
    list-style: disc
}

.content-container ol ol li,
.content-container ul ol li,
.sectional ol ol li,
.sectional ul ol li,
main ol ol li,
main ul ol li {
    list-style-type: lower-alpha
}

.content-container ol ol ul li,
.content-container ol ul ul li,
.content-container ul ol ul li,
.content-container ul ul ul li,
.sectional ol ol ul li,
.sectional ol ul ul li,
.sectional ul ol ul li,
.sectional ul ul ul li,
main ol ol ul li,
main ol ul ul li,
main ul ol ul li,
main ul ul ul li {
    list-style: circle
}

.content-container ol ol ol li,
.content-container ol ul ol li,
.content-container ul ol ol li,
.content-container ul ul ol li,
.sectional ol ol ol li,
.sectional ol ul ol li,
.sectional ul ol ol li,
.sectional ul ul ol li,
main ol ol ol li,
main ol ul ol li,
main ul ol ol li,
main ul ul ol li {
    list-style-type: lower-roman
}

.content-container ol ol li,
.content-container ol ul li,
.content-container ul ol li,
.content-container ul ul li,
.sectional ol ol li,
.sectional ol ul li,
.sectional ul ol li,
.sectional ul ul li,
main ol ol li,
main ol ul li,
main ul ol li,
main ul ul li {
    margin-left: 0;
    text-indent: 0;
    padding-left: 0
}

.content-container ol ol li:before,
.content-container ol ul li:before,
.content-container ul ol li:before,
.content-container ul ul li:before,
.sectional ol ol li:before,
.sectional ol ul li:before,
.sectional ul ol li:before,
.sectional ul ul li:before,
main ol ol li:before,
main ol ul li:before,
main ul ol li:before,
main ul ul li:before {
    content: none;
    left: auto;
    top: auto;
    position: relative;
    color: #000
}

ul.list-group li {
    text-indent: 0;
    padding-left: 1.25rem
}

ul.list-group li:before {
    content: none
}

ul.list-inline li {
    text-indent: 0;
    padding: 0
}

ul.list-inline li:before {
    content: none
}

ul.list-inline.inline-list-padded li {
    display: inline-block;
    margin-right: 30px;
    margin-top: .5rem;
    margin-bottom: .5rem
}

ul.list-inline.inline-list-padded li:after {
    content: " ";
    display: table;
    clear: both
}

ol.list-expanded p,
ul.list-expanded p {
    font-size: 1.1875rem
}

ol.list-expanded p strong,
ul.list-expanded p strong {
    font-size: 1.5rem
}

ul.features li:before,
ul.icon-box li:before,
ul.icon-check li:before,
ul.icon-x li:before {
    content: "";
    font-size: 1em;
    left: -1.5rem;
    margin-right: 1rem;
    float: left;
    padding-top: 0;
    top: .25rem;
    background: none;
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: top;
    height: 1rem;
    width: 1rem;
    background-image: url("../../resources/img/icons/list-check.svg");
    border-radius: 0
}

ul.features.large-list li,
ul.icon-box.large-list li,
ul.icon-check.large-list li,
ul.icon-x.large-list li {
    padding-left: 2rem;
    text-indent: -3.5rem
}

ul.features.large-list li:before,
ul.icon-box.large-list li:before,
ul.icon-check.large-list li:before,
ul.icon-x.large-list li:before {
    height: 1.5rem;
    width: 1.5rem;
    background-size: 1.5rem;
    margin-right: 2rem;
    left: -2rem
}

ul.icon-x li:before {
    background-image: url("../../resources/img/icons/times.svg")
}

ul.icon-box li:before {
    background-image: url("../../resources/img/icons/square-o.svg")
}

.large-list {
    font-size: 1.5rem;
    color: #000
}

.large-list li,
.large-list li p {
    color: inherit
}

main ol.large-list li:before {
    color: #00685e
}

* .card-links,
.breadcrumb li,
.breadcrumb ol,
.content-container .card-links,
.left-sidebar li,
.left-sidebar ul,
.popup-gallery ul.thumbnails,
.sectional .card-links,
main .card-links,
ol.list-unstyled,
ul.list-unstyled {
    list-style-type: none
}

* .card-links li,
.breadcrumb li li,
.breadcrumb ol li,
.content-container .card-links li,
.left-sidebar li li,
.left-sidebar ul li,
.popup-gallery ul.thumbnails li,
.sectional .card-links li,
main .card-links li,
ol.list-unstyled li,
ul.list-unstyled li {
    padding-left: 0;
    margin: 0;
    text-indent: 0;
    position: relative
}

* .card-links li:before,
.breadcrumb li li:before,
.breadcrumb ol li:before,
.content-container .card-links li:before,
.left-sidebar li li:before,
.left-sidebar ul li:before,
.popup-gallery ul.thumbnails li:before,
.sectional .card-links li:before,
main .card-links li:before,
ol.list-unstyled li:before,
ul.list-unstyled li:before {
    display: none;
    position: static;
    top: auto;
    left: auto;
    z-index: auto;
    overflow: auto
}

.nav-tabs {
    -ms-flex-align: stretch;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left
}

.nav-tabs,
.nav-tabs li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: stretch;
    align-items: stretch
}

.nav-tabs li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 0;
    border-radius: 0;
    -ms-flex-align: stretch;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.nav-tabs li + li {
    border-left: 0
}

.nav-tabs li .nav-link {
    border: 0;
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.nav-tabs .nav-link[aria-selected=true] {
    color: #00685e;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px
}

@media (min-width:480px) {
    .nav-tabs li {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial
    }
}

@media (min-width:768px) {

    ul.features li:before,
    ul.icon-box li:before,
    ul.icon-check li:before,
    ul.icon-x li:before {
        top: .5rem
    }
}

.tab-content {
    font-size: 1.1875rem;
    line-height: 1.68;
    padding: 1.5rem 0;
    color: #444
}

.list-bulleted {
    margin-bottom: .75rem;
    margin-top: .75rem
}

.list-bulleted dt:before {
    content: "";
    font-size: 2em;
    height: .5rem;
    width: .5rem;
    background: #000;
    border-radius: 50%;
    float: left;
    top: .75rem;
    margin-right: 0;
    position: relative;
    left: -1.5rem;
    margin-right: 1.5rem;
    padding: 0
}

.list-bulleted dd,
.list-bulleted dt {
    list-style: none;
    position: relative;
    padding-left: 1.75rem
}

.list-bulleted dt {
    text-indent: -2rem
}

.list-bulleted dd {
    margin-bottom: 1em
}

.list-bulleted.list-ordered {
    overflow: visible;
    margin: 0;
    margin-left: 2rem;
    padding: 0;
    list-style-type: none;
    counter-reset: li-counter
}

.list-bulleted.list-ordered dd,
.list-bulleted.list-ordered dt {
    position: relative;
    overflow: visible;
    list-style-type: none;
    text-indent: 0;
    padding-left: .5rem;
    font-size: inherit
}

.list-bulleted.list-ordered dt:before {
    position: absolute;
    top: 0;
    left: -1.5rem;
    z-index: -99;
    overflow: hidden;
    background-color: #fff;
    color: #000;
    content: counter(li-counter);
    counter-increment: li-counter;
    text-align: right;
    font-weight: 700;
    height: auto;
    width: auto;
    font-size: inherit
}

.video-container {
    clear: both;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.video-container .video-lightbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.video-container .video-lightbox .btn,
.video-container .video-lightbox img {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.video-container .video-lightbox .btn {
    bottom: auto;
    right: auto;
    position: absolute;
    z-index: 4
}

.video-container .video-lightbox img {
    text-align: left;
    background: -webkit-gradient(linear, left top, left bottom, from(#00685e), to(#00685e)) no-repeat 10px 10px;
    background: -webkit-linear-gradient(#00685e, #00685e) no-repeat 10px 10px;
    background: -moz- oldlinear-gradient(#00685e, #00685e) no-repeat 10px 10px;
    background: -o-linear-gradient(#00685e, #00685e) no-repeat 10px 10px;
    background: linear-gradient(#00685e, #00685e) no-repeat 10px 10px;
    background-color: transparent;
    padding: 0 10px 10px 0;
    margin-bottom: .70625rem;
    width: 100%;
    z-index: 3;
    position: relative;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0
}

.video-container .video-lightbox .icon-watch {
    padding-left: 58px
}

.video-container .video-lightbox .icon-watch:before {
    border: 0;
    padding-left: 0;
    margin-right: 1rem;
    position: absolute;
    top: 20%;
    left: 20px
}

.video-container .card-title {
    margin-bottom: 0;
    color: #00685e
}

.video-container .btn {
    color: #0074b3;
    background-color: #fff
}

.video-container .btn-secondary:not(:disabled):not(.disabled).active,
.video-container .btn-secondary:not(:disabled):not(.disabled):active {
    background-color: hsla(0, 0%, 100%, .8)
}

.video-box-content {
    padding: 1rem 0
}

.video-box-content,
.video-box-image {
    width: 100%
}

@media (min-width:640px) {
    .video-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .video-box-content {
        padding: 0 1rem 1rem
    }

    .video-box-content,
    .video-box-image {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .video-full-width .video-box {
        display: block
    }

    .video-full-width .video-box-content,
    .video-full-width .video-box-image {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

@media (min-width:768px) {
    .video-box-image {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 41.6%;
        flex: 1 1 41.6%
    }

    .video-box-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 58.4%;
        flex: 1 1 58.4%
    }

    .video-full-width .video-box-content,
    .video-full-width .video-box-image {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

@media (min-width:992px) {
    .video-full-width {
        width: 80%;
        margin: 0 auto
    }

    .layout-has-sidebar .video-full-width {
        width: 100%
    }
}

@media (min-width:640px) and (max-width:991px) {
    .layout-has-sidebar .video-box {
        display: block
    }

    .layout-has-sidebar .video-box-content,
    .layout-has-sidebar .video-box-image {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .layout-has-sidebar .video-box-content {
        padding: 1rem 0
    }
}

header#header h1 {
    margin: 0
}

header#header {
    padding-bottom: 0
}

.header-logo {
    padding-right: 0
}

.navbar-brand {
    line-height: 1.2rem;
    padding: 5px 0;
    text-align: center;
    margin-right: 0;
    color: #00685e
}

.navmenu a.navbar-brand {
    color: #00685e
}

.navbar-brand img {
    max-width: 160px;
    height: auto;
    width: 100%
}

.navbar {
    padding: 0
}

.search-container label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0
}

.search-container input {
    border: 2px solid transparent;
    line-height: 1.15;
    border-radius: 1.5625rem
}

.main-search {
    width: 100%;
    min-width: 180px;
    -webkit-transition: border-color .02s ease;
    transition: border-color .02s ease
}

.main-search.input-group > label .form-control {
    border-top-right-radius: 999px;
    border-bottom-right-radius: 999px;
    background-color: transparent
}

.main-search.input-group > .input-group-prepend > .input-group-text {
    border-top-left-radius: 999px;
    border-bottom-left-radius: 999px;
    border-color: rgba(0, 0, 0, .2);
    border-width: 2px;
    border-right: 0;
    margin-right: 1px;
    padding: .375rem .75rem
}

.main-search .entersearch {
    border-color: rgba(0, 0, 0, .2) !important;
    padding: .40625rem .5rem .40625rem 0;
    font-size: 1rem;
    height: auto
}

.main-search .entersearch.border {
    border-width: 2px !important
}

.main-search:focus-within .entersearch,
.main-search:focus-within .input-group-prepend > .input-group-text {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #00685e !important
}

.navmenu .navbar-brand {
    padding: 8px 0
}

.navmenu .navbar-brand img {
    width: 75px
}

@media (min-width:992px) {
    header#header {
        padding-bottom: 1.5rem
    }

    .searchbox input.form-control {
        display: none
    }

    #searchCollapse.navbar-collapse {
        display: none !important
    }

    .searchbox .btn {
        background-color: transparent;
        color: #00685e;
        border: 0;
        border-radius: 0
    }

    .searchbox.active .btn {
        background: #00685e;
        color: #fff
    }

    .navbar-container,
    .search-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .search-container {
        max-width: 237px;
        padding: 0 .5rem
    }

    .header-actions {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .header-actions .search-container {
        top: -.25rem;
        position: relative
    }

    .header-actions .search-container .btn {
        margin-top: 0;
        margin-bottom: 0
    }

    .navbar-container {
        width: 100%
    }

    .navbar-container ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        margin: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .searchbox input.form-control {
        position: absolute;
        top: -1px;
        right: 0;
        width: 200px
    }

    .searchbox .input-group-append {
        margin-left: -1px;
        position: relative;
        z-index: 5
    }

    .navbar-brand {
        padding-top: 24px
    }

    .searchicon .fa-search {
        display: none
    }
}

@media (max-width:991px) {

    .form-inline,
    .navbar-collapse .search-container,
    .navbar-collapse .search-container .searchbox {
        display: block !important;
        position: relative;
        clear: both;
        color: #fff
    }

    .col-sm-9.d-flex.header-actions {
        display: block !important
    }

    .searchbox .btn {
        color: #fff
    }

    .navbar-nav {
        display: block
    }

    .searchform-mobile {
        margin-bottom: 1rem
    }

    .searchform-mobile .form-inline .input-group {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex
    }

    .searchform-mobile button.searchicon.btn.btn-primary {
        background: rgba(0, 0, 0, .2);
        border: 1px solid hsla(0, 0%, 100%, .2)
    }

    .searchform-mobile p a {
        color: #fff;
        padding: .5rem
    }
}

.sidebar-container .navbar-collapse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.sidebar-container .card {
    width: 100%
}

.sidebar-container .card ul {
    margin-bottom: 0
}

.sidebar-container .card li {
    margin-bottom: .5rem
}

.sidebar-container .card li + li {
    margin-top: .5rem
}

.sidebar-container .card-program-heading h2 {
    color: #000;
    font-size: 1rem;
    font-weight: 600
}

.sidebar-container .card-program-heading h2 a {
    color: inherit;
    text-decoration: none
}

.card.card-program-heading {
    margin: 0;
    margin-top: 1rem
}

@media (min-width:768px) {
    .card.card-program-heading {
        margin-top: 0
    }
}

.navmenu a {
    padding: 5px 10px;
    color: #000;
    text-align: center;
    display: block
}

.navmenu .dropdown-menu a {
    text-align: left
}

.navmenu .nav-link {
    color: #003530
}

.flex-button {
    text-align: left;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    position: relative
}

.flex-button .navbar-toggler {
    height: 100%;
    padding-top: 15px;
    padding-bottom: 15px
}

.flex-button-right {
    text-align: right
}

.megamenu .navbar-brand {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 0
}

.megamenu {
    position: fixed;
    background-color: #fff;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    color: #00685e;
    font-size: 1.1rem;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05)
}

.megamenu div,
.megamenu ul {
    margin-bottom: 0;
    padding-left: 0
}

.megamenu li {
    display: block;
    color: #00685e;
    width: 100%
}

.megamenu li .nav-link,
.megamenu li a {
    color: #00685e;
    display: block;
    padding: 10px 15px
}

.megamenu .dropdown-menu {
    color: inherit;
    padding: 0;
    border: 0
}

.megamenu .dropdown-menu a {
    color: inherit;
    display: block;
    padding: 5px 15px
}

.megamenu .dropdown-toggle:after {
    content: "";
    background-image: url(../../resources/img/icons/line@3x.png);
    background-position: 50%;
    margin: 0 auto;
    background-repeat: no-repeat;
    height: .7rem;
    width: .7rem;
    display: block;
    background-size: contain;
    border: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.megamenu .dropdown.show .dropdown-toggle:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.megamenu .dropdown.show .dropdown-menu {
    display: block !important
}

.megamenu .dropdown .dropdown-menu {
    border-radius: 0;
    width: 100%
}

.megamenu .dropdown .dropdown-menu a {
    padding-left: 15px
}

#searchCollapse {
    border-top: 1px solid #dfdfdf
}

#searchCollapse .container {
    padding-left: 15px
}

#searchCollapse p {
    padding: .5rem;
    margin: 0;
    font-size: .8rem
}

.searchform-mobile {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.searchform-mobile label {
    display: block;
    width: 70%;
    margin-bottom: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-transition: -webkit-transform .1s ease-in-out;
    transition: -webkit-transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
    transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out
}

@media (min-width:280px) {
    .searchform-mobile label {
        width: 80%
    }
}

@media (min-width:480px) {
    .searchform-mobile label {
        width: 90%
    }
}

@media (min-width:992px) {
    .megamenu .dropdown .dropdown-menu {
        width: 220px
    }

    li.dropdown:last-child .dropdown-menu {
        right: 0;
        left: auto
    }

    .megamenu {
        font-size: 1rem;
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent
    }

    .megamenu li {
        width: auto
    }

    .megamenu .dropdown-menu {
        background: #f9f9f9;
        margin-top: -2px
    }

    .megamenu .dropdown-menu a {
        padding: 12px 20px;
        font-size: 16px;
        font-weight: 500;
        color: #373737
    }

    .megamenu .dropdown-menu .nav-link {
        padding: 10px 8px
    }

    .megamenu .dropdown-menu a:hover {
        background: #f2faf9
    }

    .megamenu .dropdown-menu li {
        border-bottom: 1px solid #dfdfdf;
        display: block;
        width: auto
    }

    .megamenu .dropdown-menu li:last-child {
        border-bottom: 0
    }

    .megamenu li.dropdown > a {
        padding-right: 1.5rem !important;
        position: relative
    }

    .megamenu li.dropdown.show > a,
    .megamenu li.dropdown:hover > a {
        color: #0074b3;
        text-decoration: none
    }

    .megamenu .dropdown-toggle:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .megamenu .dropdown.show .dropdown-toggle:after,
    .megamenu .dropdown:hover .dropdown-toggle:after {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        background-image: url(../../resources/img/icons/arrow@3x.png)
    }

    ul.navbar-nav.ml-auto {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    ul.distributed {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    ul.distributed li {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .dropdown-toggle.dropdown-toggle-split {
        top: 1.2rem;
        left: auto;
        position: absolute;
        right: 0;
        display: inline-block
    }

    .dropdown:hover > .dropdown-menu {
        display: block
    }
}

@media (min-width:1200px) {
    .dropdown-toggle.dropdown-toggle-split {
        right: auto
    }
}

@media (max-width:991px) {
    .dropdown .dropdown-menu {
        float: none !important;
        position: relative !important;
        -webkit-transform: none !important;
        transform: none !important
    }

    li.dropdown {
        border-top: 1px solid rgba(0, 0, 0, .1)
    }

    .megamenu .dropdown .dropdown-menu a {
        padding-left: 25px
    }

    .navmenu ul li a {
        text-align: left
    }

    .megamenu .dropdown-toggle-split {
        position: absolute;
        top: 0;
        right: 0;
        padding: 1.25rem 1.125rem !important;
        font-size: 1.25rem;
        border-left: 1px solid #e6e6e6
    }

    .megamenu > div > div {
        width: 100%
    }

    #navbarCollapse > div > ul > li > a,
    #navbarCollapse > ul > li > a {
        position: relative
    }

    #navbarCollapse > ul > li > a {
        overflow: hidden
    }

    #navbarCollapse {
        height: 70%;
        max-height: 70%;
        height: -webkit-calc(100vh - 61px);
        height: -moz-calc(100vh - 61px);
        height: calc(100vh - 61px);
        max-height: -webkit-calc(100vh - 61px);
        max-height: -moz-calc(100vh - 61px);
        max-height: calc(100vh - 61px);
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }

    #searchCollapse.show + #navbarCollapse.show {
        height: -webkit-calc(100vh - 135px);
        height: -moz-calc(100vh - 135px);
        height: calc(100vh - 135px);
        max-height: -webkit-calc(100vh - 135px);
        max-height: -moz-calc(100vh - 135px);
        max-height: calc(100vh - 135px)
    }

    body {
        padding-top: 61px
    }
}

.left-sidebar {
    margin-bottom: 0;
    padding-right: 0;
    margin-left: -20px;
    margin-right: -20px
}

.left-sidebar ul.nav {
    padding: 0;
    padding-bottom: 1.5rem;
    background: #fff;
    border: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border-radius: 0;
    margin-bottom: 0;
    border-top: 6px solid #ffb500
}

.left-sidebar ul.nav > li {
    display: block;
    width: 100%;
    padding: 0 23px
}

.left-sidebar ul.nav > li > div {
    position: relative
}

.left-sidebar ul.nav > li ul {
    padding-left: 0
}

.left-sidebar ul.nav > li > a {
    padding: 14px 1px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.left-sidebar ul.nav > li > a:hover {
    text-decoration: underline;
    color: #00685e
}

.left-sidebar ul.nav > li:last-child > a {
    border-bottom: 0
}

.left-sidebar ul.nav > li.menu-heading {
    padding: 14px 23px;
    font-weight: 700
}

.left-sidebar ul.nav > li > ul {
    font-weight: 400
}

.left-sidebar ul.nav > li > ul a {
    padding: 12px 0 12px 16px;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.left-sidebar ul.nav ul#subnav_child {
    padding-bottom: 14px
}

.left-sidebar ul.nav > li.current {
    position: relative;
    background-color: #00685e;
    display: block
}

.left-sidebar ul.nav > li.current a {
    color: #fff;
    border-bottom: 0
}

.left-sidebar ul.nav > li.current li a {
    font-size: .8125rem;
    padding: 12px 0;
    display: block
}

.left-sidebar li.current > a {
    font-weight: 700
}

@media (min-width:480px) {
    .left-sidebar {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px
    }

    .left-sidebar ul.nav {
        padding-bottom: .875rem;
        border: 1px solid rgba(0, 0, 0, .05);
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05);
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .05);
        border-radius: 5px;
        margin-bottom: 1rem;
        border-top: 6px solid #ffb500
    }
}

.quicklinks:first-of-type {
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.quicklinks {
    font-size: .875rem;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.quicklinks a {
    padding: 2px 16px
}

.quicklinks a.btn-important {
    color: #fff;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: inherit;
    text-align: center
}

.megamenu .quicklinks.list-1 li a {
    color: #0074b3
}

@media (max-width:767px) {

    .quicklinks.list-1,
    .quicklinks.list-2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        padding-top: .5625rem;
        padding-bottom: .5625rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .quicklinks.list-1 li a,
    .quicklinks.list-2 li a {
        font-size: .8125rem
    }

    .quicklinks.list-1 a.btn-important,
    .quicklinks.list-2 a.btn-important {
        min-width: auto
    }
}

@media (min-width:480px) {

    .quicklinks.list-1 li a,
    .quicklinks.list-2 li a {
        font-size: .875rem
    }

    .quicklinks.list-1 a.btn-important,
    .quicklinks.list-2 a.btn-important {
        min-width: 97px
    }
}

.megamenu .quicklinks li {
    display: inline-block;
    width: auto
}

.megamenu .quicklinks li a {
    color: #444
}

.megamenu .quicklinks li a strong {
    color: #00685e
}

.megamenu .quicklinks li a.btn-important {
    color: #fff
}

@media (min-width:768px) {
    .quicklinks.list-2 {
        padding: 1.1875rem 0
    }

    .quicklinks.list-2 a {
        padding-right: 10px;
        padding-left: 10px
    }

    .quicklinks.list-1,
    .quicklinks.list-2 {
        display: inherit
    }

    .quicklinks.list-1 li,
    .quicklinks.list-2 li {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}

@media (max-width:479px) {
    .megamenu .quicklinks.list-2 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .megamenu .quicklinks li.has-button:before {
        content: " ";
        clear: both;
        width: 100%;
        min-width: 300px;
        display: block
    }

    .megamenu .quicklinks li.has-button {
        width: 100%;
        display: block;
        min-width: 300px;
        padding: 8px 15px
    }
}

@media (min-width:480px) {
    .megamenu .quicklinks li.has-button {
        padding-right: 15px
    }
}

@media (min-width:992px) {
    .quicklinks.list-1 {
        float: none
    }

    .quicklinks.list-1 a {
        border-right: 1px solid #ccc
    }

    .quicklinks.list-1 li:last-child a {
        border-right: 0
    }

    .quicklinks,
    .quicklinks.list-2 {
        border-bottom: 0;
        padding: 0
    }

    .header-actions {
        padding-top: 22px;
        padding-bottom: 22px
    }

    .header-actions .has-button {
        top: -.25rem;
        position: relative;
        margin-left: 10px
    }

    .header-actions .has-button .btn {
        margin-top: 0;
        margin-bottom: 0
    }

    .quicklinks:first-of-type {
        border-top: 0
    }

    .quicklinks:first-of-type a {
        color: #0074b3
    }

    .navmenu .quicklinks a strong {
        color: #00685e
    }

    .navbar.utility-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

#footer footer {
    border-top: 1rem solid #f2faf9;
    padding-top: 4rem;
    padding-bottom: 4rem;
    font-size: 1rem;
    color: #444;
    text-align: center
}

#footer footer .navbar-brand {
    padding-top: 0
}

#footer footer .footer-column-1 a {
    color: inherit
}

#footer footer .col-12 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

#footer footer a,
#footer footer dl,
#footer footer ol,
#footer footer p,
#footer footer ul {
    font-size: inherit
}

#footer footer .footer-logo {
    margin-bottom: 3rem
}

#footer footer .footer-logo img {
    width: auto;
    max-height: 120px
}

#footer footer .navbar-brand img {
    max-width: none
}

#footer footer .links .footer-social a {
    color: #00685e;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

#footer footer .links .footer-social a:hover {
    color: #004f47
}

#footer footer .links a {
    color: #0074b3
}

#footer footer .links ul {
    list-style: none;
    padding: 0
}

#footer footer .links li {
    line-height: 1rem;
    padding-bottom: .5rem
}

#footer footer .links li + li {
    padding-top: .5rem
}

#footer footer .links .list-inline li {
    margin-right: 1rem
}

#footer footer .links .list-inline li + li {
    padding-top: 0
}

@media (min-width:768px) {
    #footer footer {
        text-align: left
    }

    #footer footer .footer-logo {
        margin-bottom: 1rem
    }

    #footer footer .footer-logo img {
        width: auto;
        max-height: 80px
    }

    #footer footer .footer-column-1 {
        display: block
    }

    .footer-buttons .btn:first-child {
        margin-top: 0
    }
}

#footer footer .back-to-top {
    font-size: .9rem;
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    position: fixed;
    right: 30px;
    bottom: 25px;
    z-index: 20;
    line-height: 1.3
}

#footer footer .back-to-top.visible {
    opacity: 1
}

#footer footer .back-to-top:hover {
    text-decoration: none
}

#footer footer .back-to-top:hover:before {
    background-color: #003530
}

#footer footer .back-to-top:after {
    content: "";
    background-image: url("../../resources/img/icons/arrow-up-white.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    position: absolute;
    top: 10px;
    display: block;
    width: 15px;
    height: 15px;
    top: -20px;
    left: 25px
}

#footer footer .back-to-top:before {
    content: "";
    width: 90px;
    height: 90px;
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #006c68;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    margin-top: -36px;
    margin-left: -11px
}

@media (min-width:992px) {
    #footer footer .footer-column-1.col-12 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (max-width:1025px) {
    #footer footer .back-to-top {
        position: relative;
        right: auto;
        bottom: auto;
        padding-top: 50px;
        padding-bottom: 15px
    }

    #footer footer .back-to-top:before {
        margin: 0 auto;
        top: 15px;
        left: 50%;
        margin-left: -45px
    }

    #footer footer .back-to-top:after {
        width: 15px;
        height: 15px;
        top: 30px;
        left: 50%;
        margin-left: -7.5px
    }
}

.footer-mobile-logo {
    display: block
}

.footer-desktop-logo {
    display: none
}

@media (min-width:992px) {
    .footer-mobile-logo {
        display: none
    }

    .footer-desktop-logo {
        display: block
    }
}

.featureicon {
    text-align: center;
    margin-bottom: 2rem
}

.featureicon p {
    margin: 0;
    padding: 0;
    line-height: 1.5
}

.featureicon p a.btn:hover {
    text-decoration: underline
}

.featureicon h3 {
    color: #00685e;
    margin: 0;
    margin-top: 1rem;
    line-height: 1.2;
    font-size: 3rem;
    font-weight: 900
}

.featureicon a.btn {
    color: #0074b3;
    font-weight: 400;
    font-size: 1.1875rem
}

.featureicon .icon {
    margin: 0 auto;
    display: block;
    text-align: center
}

.featureicon .icon img {
    height: 80px;
    width: auto
}

.featureicon-container {
    position: relative;
    z-index: 2
}

@media (min-width:768px) {
    .featureicon {
        margin-bottom: 0
    }

    .featureicon h3 {
        font-size: 4.5rem;
        font-weight: 900
    }
}

.fa-container {
    min-width: 2rem;
    text-align: center;
    margin: 0 .2rem
}

.fa-container.fa-2x {
    min-width: 3rem
}

.header-content .fa-container.fa-2x:before {
    position: relative;
    top: .5rem
}

.homepage-banner .expand-button {
    width: 8rem
}

.homepage-banner {
    background: #00685e;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative
}

.homepage-banner .heading {
    font-size: 2.4375rem;
    line-height: 1.16;
    font-weight: 900;
    margin-top: 0
}

.homepage-banner p {
    font-size: 1.5rem
}

.homepage #maincontent {
    margin-bottom: 0
}

.homepage-banner .hero {
    min-height: auto;
    margin-top: 0;
    padding-top: 50%
}

.homepage-banner .hero.bg-primary {
    background-color: transparent !important
}

.homepage-banner .hero-caption {
    padding: 1.5rem 1.5rem 2.5rem
}

@media screen and (max-width:900px) {
    .homepage-banner .hero .hero-image-wrapper {
        position: relative;
        height: auto;
        padding-bottom: 50%
    }
}

.homepage-banner .hero .hero-image-wrapper {
    background-size: cover;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: bottom
}

.homepage-banner .hero-caption {
    position: relative;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
    display: block;
    right: 0;
    left: 0;
    z-index: 2
}

.homepage-banner .hero-caption .desc,
.homepage-banner .hero-caption .heading {
    max-width: 640px
}

.homepage-expand.show > .arrow-marker:before {
    display: block
}

.homepage-expand {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    overflow: none;
    -webkit-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
    position: relative;
    z-index: 1
}

.homepage-expand > .container-fluid {
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.homepage-expand > .container-fluid .row {
    z-index: 4;
    position: relative
}

.homepage-expand > .arrow-marker {
    position: relative;
    max-width: 1280px;
    margin: 0 auto
}

.homepage-expand > .arrow-marker:before {
    content: "";
    display: none;
    position: absolute;
    left: 4.5rem;
    width: 2rem;
    height: 2rem;
    top: -.5rem;
    background-color: #fff;
    border-color: transparent;
    z-index: 2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.homepage-expand.show {
    max-height: 999px;
    overflow: initial;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out
}

@media (min-width:480px) {
    .homepage-expand > .arrow-marker:before {
        left: 6rem;
        top: -1rem
    }

    .homepage-banner {
        background: #000;
        background-size: cover;
        background-position: 50%
    }

    .homepage-banner .heading,
    .homepage-banner p {
        text-shadow: 0 1px 2px rgba(0, 0, 0, .5)
    }

    .homepage-banner .hero {
        padding-bottom: 0;
        padding-top: 0;
        min-height: 400px
    }

    .homepage-banner .hero .hero-image-wrapper {
        background: -webkit-gradient(linear, left bottom, left top, from(#000), to(transparent));
        background: -webkit-linear-gradient(bottom, #000, transparent);
        background: -moz- oldlinear-gradient(bottom, #000, transparent);
        background: -o-linear-gradient(bottom, #000, transparent);
        background: linear-gradient(0deg, #000, transparent);
        opacity: .5
    }

    .homepage-banner .hero-caption {
        position: absolute;
        padding: 2.5rem
    }
}

@media (min-width:992px) {
    .homepage-banner .hero {
        min-height: 670px
    }

    .homepage-banner .heading {
        font-size: 3.4375rem
    }
}

@media (min-width:480px) {
    .homepage-banner .hero {
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%
    }

    .homepage-banner .hero,
    .homepage-banner .hero-caption {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .homepage-banner .hero-caption {
        top: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        bottom: auto;
        height: auto;
        margin: auto;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 100%;
        height: 100px
    }
}

.module {
    margin-bottom: 1rem;
    margin-top: .75rem
}

.image-with-caption {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem
}

.image-with-caption h3 {
    margin-top: 0
}

.reverse-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width:768px) {
    .reverse-mobile {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.RightCallOutGreenBorder {
    padding-left: 20px;
    border-left: 1px solid #00685e
}

.event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex
}

.event h2,
.event h3,
.event h4,
.event h5,
.event h6 {
    font-weight: 400;
    margin-top: .25rem;
    line-height: 1.26
}

.event .event-date {
    margin-right: 20px
}

.event .event-date .event-date-container {
    background: #00685e;
    color: #fff;
    padding: .5rem .75rem;
    text-align: center
}

.event .event-date .day,
.event .event-date .month {
    color: inherit;
    display: block;
    width: 100%
}

.event .event-date .day {
    font-size: 2rem;
    font-weight: 600;
    padding-top: 0;
    line-height: 1
}

.event .event-content {
    font-size: 1rem
}

.event .event-content p {
    font-size: inherit
}

.interior-hero {
    position: relative;
    margin-top: -7px;
    background-size: cover;
    background-position: 50%;
    min-height: 500px
}

@media screen and (max-width:900px) {
    .interior-hero {
        min-height: 0;
        background-image: none
    }
}

.interior-hero .hero-image-wrapper {
    background-size: cover;
    background-repeat: no-repeat
}

@media screen and (max-width:900px) {
    .interior-hero .hero-image-wrapper {
        padding-bottom: 33%
    }
}

.interior-hero img {
    width: 100%;
    vertical-align: top
}

.interior-hero .hero-caption {
    position: absolute;
    top: 60px;
    left: 0;
    width: 55%;
    background: #000;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    text-align: right;
    text-shadow: 1px 1px 11px #333;
    padding: 30px 40px 30px 50px
}

@media screen and (max-width:900px) {
    .interior-hero {
        background: none
    }

    .interior-hero .hero-caption {
        position: relative;
        top: auto;
        padding: 20px 25px;
        background: #000;
        width: 100%;
        text-align: left
    }
}

.interior-hero h1 {
    color: #fff;
    margin-bottom: .2em
}

.interior-hero p {
    margin-bottom: 0;
    font-size: 2.1vw;
    color: #fff
}

.interior-hero p:last-child {
    margin-bottom: 0
}

@media screen and (max-width:900px) {
    .interior-hero p {
        font-size: 14px
    }
}

.image-gallery img {
    width: 100%;
    vertical-align: top;
    margin-bottom: 20px
}

@media (min-width:480px) {
    .image-gallery .row > div:first-child {
        padding-right: 10px
    }

    .image-gallery .row > div:last-child {
        padding-left: 10px
    }
}

.popup-gallery ul.thumbnails {
    margin-left: 0
}

.popup-gallery ul.thumbnails li {
    padding: 5px 10px 5px 0
}

.twitter-module h3 {
    padding-left: 50px;
    background: url("../../resources/img/graphics/icon-twitter-large.png");
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: 0
}

.twitter-feed ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none
}

.twitter-feed ul li {
    list-style: none;
    border: 2px solid rgba(0, 0, 0, .1);
    padding: 1rem;
    text-indent: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 100%;
    word-wrap: break-word
}

.twitter-feed ul a {
    display: inline
}

.twitter-feed ul li:before {
    display: none !important
}

.twitter-feed ul .timePosted {
    margin-bottom: 0;
    font-size: .9rem
}

.twitter-feed ul .timePosted a {
    color: #757575
}

@media (min-width:768px) {
    .twitter-feed ul {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .twitter-feed ul li {
        width: 33%;
        margin-bottom: 1.5rem;
        margin-right: 15px
    }

    .twitter-feed ul li:last-child {
        margin-right: 0
    }
}

@media print {
    * {
        text-align: left !important
    }

    html {
        margin: 0 !important;
        padding: 0 !important
    }

    .container-fluid,
    .layout-has-left-sidebar {
        max-width: 100%
    }

    .layout-has-left-sidebar .content-container,
    .layout-has-left-sidebar.layout-has-sidebar .content-container,
    .layout-has-left-sidebar .left-sidebar.accordion {
        width: 100%
    }

    .center-cropped img {
        opacity: 1;
        max-width: 300px;
        padding: 15px
    }

    body {
        background: #fff !important;
        font-size: 9pt !important;
        padding: 0 !important;
        margin: 10px !important
    }

    a {
        color: #33f !important;
        font-weight: 400;
        text-decoration: underline !important
    }

    td,
    th {
        color: #2f2f2f !important;
        border-color: #ccc !important
    }

    th {
        border-bottom: 1px solid #000 !important;
        font-size: 15px
    }

    .header-logo.d-none {
        display: block !important
    }

    #footer,
    #skiptocontent,
    .header-actions,
    kbd.ouc,
    kbd.small,
    nav {
        display: none !important
    }

    #header .navbar-brand {
        padding: 0
    }

    #header .navbar-brand img {
        max-width: 120px;
        height: auto
    }

    .main-content,
    .padded {
        padding: 0;
        margin: 0
    }

    header#header {
        border-bottom: 0;
        position: relative;
        padding-bottom: 6px !important;
        margin-bottom: 0
    }

    blockquote {
        border: 0
    }

    a[href]:after {
        content: ""
    }

    .accordion .card .card-body,
    .breadcrumb ol a,
    li,
    p,
    td,
    th {
        font-size: 16px;
        line-height: 1.6
    }

    main ul > li {
        margin-bottom: 5px
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 blockquote,
    pre {
        padding: 0;
        color: #000 !important;
        text-transform: none;
        font-style: normal;
        font-variant: normal;
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        margin-top: 1.5em
    }

    h1 {
        font-size: 24px
    }

    .xl,
    h1,
    h2,
    h3 {
        font-weight: 500
    }

    .xl,
    h2,
    h3 {
        font-size: 16px
    }

    .xxl,
    h2 {
        font-size: 18px
    }

    .large,
    h4 {
        font-size: 15px
    }

    .medium,
    h5 {
        font-size: 14px
    }

    .small,
    h6 {
        font-size: 13px
    }

    p {
        color: #000;
        font-size: 14px;
        line-height: 20px
    }

    blockquote,
    p {
        font-weight: 400
    }

    blockquote {
        font-size: 21px;
        line-height: 30px
    }

    pre {
        font-size: 13px;
        font-weight: 400;
        line-height: 18.5714px
    }

    main img {
        max-height: none !important;
        padding: 8px 10px
    }

    .accordion .card-header h2 .btn,
    .accordion .card-header h3 .btn,
    .accordion .card-header h4 .btn,
    .accordion .card-header h5 .btn {
        font-size: 16px;
        background-color: #eee !important
    }

    .btn,
    button {
        text-align: center !important;
        border: 1px solid #000;
        font-size: 14px;
        text-decoration: none;
        color: #000
    }

    .accordion .btn-toggle:before {
        display: none
    }

    .btn-link {
        color: #000
    }

    .collapse,
    .layout-has-nav {
        display: block
    }

    .layout-has-nav main {
        width: 100% !important
    }

    .collapse:not(.show) {
        display: block
    }

    .interior-feature {
        height: auto;
        background: none
    }

    .page-interior {
        border-top: 0;
        margin-bottom: 0
    }

    .interior-feature .interior-header {
        bottom: auto;
        position: relative
    }

    .interior-feature .interior-header h1 {
        margin: 0
    }

    .content-header,
    .content-header.bg-primary {
        color: #000;
        border-top: 0;
        margin-top: 0
    }

    .bg-primary {
        color: #000;
        background-color: transparent !important
    }

    .bg-primary .btn,
    .bg-primary .btn-important,
    .bg-primary .btn-primary,
    .bg-primary .btn-secondary,
    .bg-primary .btn-tertiary,
    .bg-primary ol {
        color: #000
    }
}
