﻿@charset "UTF-8";

.site-title h4{
    margin-top:15px;
}

.order-box {
    max-width: 1000px;
    margin-top: 20px;
    margin-left:auto;
    margin-right:auto;
}

.orderrow{
    margin-bottom:5px;
}

.bg-offwhite {
    background-color: #f5f5f5 !important;
}
.modal {
    z-index: 10001;
}

.modal-backdrop {
    z-index: 10000;
}


/*#MainContent_Login1 label {height:45px; text-align:left;}*/
.Login input[type=text], .Login input[type=password] {
    width: 80%;
    display: inline-block;
    margin-right: 5px;
}

.Login input[type=text], .Login input[type=password], .Login label {
    margin-top: 10px;
    margin-left: 10px;
}

.Login [type=submit] {
    margin-top: 10px;
    margin-right: 10%;
}

.Login {
    border-radius: 15px 15px 15px 15px;
}

.Login {
    background-color:#F7F6F3; 
    border-color:#E6E2D8;
    padding:4px; 
    color:#333333;
}

.LoginTitle {
    background-color: #005eaa;
    /*font-weight: bold;*/
    color: #FFF;
    /*BorderColor="White" BorderWidth="5"*/
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 5px 5px 5px 5px;
}

.LoginInstruct {
    padding: 5px 5px 5px 5px;
}

.LoginLinks {
    text-align: center;
    padding-top: 10px;
}

.LoginLinks a{
    margin-bottom:8px;
    display:inline-block;
}

.center-align {
    text-align: center;
}

.left-align {
    text-align: left;
}

.right-align {
    text-align: right;
}

.center-block{
    margin-left:auto;
    margin-right:auto;
}

.bg-white{
    background-color:#fff;
}

#MainContent_PasswordRecovery1 .btn {
    margin-bottom:5px;
}

@font-face {
    font-family: Merriweather;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/merriweather-v19-latin-regular.eot);
    src: local("Merriweather Regular"),local("Merriweather-Regular"),url(../fonts/merriweather-v19-latin-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/merriweather-v19-latin-regular.woff2) format("woff2"),url(../fonts/merriweather-v19-latin-regular.woff) format("woff"),url(../fonts/merriweather-v19-latin-regular.ttf) format("truetype"),url(../fonts/merriweather-v19-latin-regular.svg#Merriweather) format("svg")
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/open-sans-v15-latin-regular.eot);
    src: local("Open Sans Regular"),local("OpenSans-Regular"),url(../fonts/open-sans-v15-latin-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/open-sans-v15-latin-regular.woff2) format("woff2"),url(../fonts/open-sans-v15-latin-regular.woff) format("woff"),url(../fonts/open-sans-v15-latin-regular.ttf) format("truetype"),url(../fonts/open-sans-v15-latin-regular.svg#OpenSans) format("svg")
}

body::after {
    content: "xs,sm,md,lg,xl,xxl";
    display: none
}

body::before {
    display: none;
    content: "xs"
}

@media (min-width:576px) {
    body::before {
        content: "sm"
    }
}

@media (min-width:768px) {
    body::before {
        content: "md"
    }
}

@media (min-width:992px) {
    body::before {
        content: "lg"
    }
}

@media (min-width:1200px) {
    body::before {
        content: "xl"
    }
}

@media (min-width:1440px) {
    body::before {
        content: "xxl"
    }
}

.bt-0 {
    border-top: none !important
}

.bt-1 {
    border-top: 1px solid !important
}

.bt-2 {
    border-top: 2px solid !important
}

.bt-3 {
    border-top: 3px solid !important
}

.bt-4 {
    border-top: 4px solid !important
}

.bt-5 {
    border-top: 5px solid !important
}

.br-0 {
    border-right: none !important
}

.br-1 {
    border-right: 1px solid !important
}

.br-2 {
    border-right: 2px solid !important
}

.br-3 {
    border-right: 3px solid !important
}

.br-4 {
    border-right: 4px solid !important
}

.br-5 {
    border-right: 5px solid !important
}

.bb-0 {
    border-bottom: none !important
}

.bb-1 {
    border-bottom: 1px solid !important
}

.bb-2 {
    border-bottom: 2px solid !important
}

.bb-3 {
    border-bottom: 3px solid !important
}

.bb-4 {
    border-bottom: 4px solid !important
}

.bb-5 {
    border-bottom: 5px solid !important
}

.bl-0 {
    border-left: none !important
}

.bl-1 {
    border-left: 1px solid !important
}

.bl-2 {
    border-left: 2px solid !important
}

.bl-3 {
    border-left: 3px solid !important
}

.bl-4 {
    border-left: 4px solid !important
}

.bl-5 {
    border-left: 5px solid !important
}

.ba-0 {
    border: none !important
}

.ba-1 {
    border: 1px solid !important
}

.ba-2 {
    border: 2px solid !important
}

.ba-3 {
    border: 3px solid !important
}

.ba-4 {
    border: 4px solid !important
}

.ba-5 {
    border: 5px solid !important
}

.bs-dotted {
    border-style: dotted !important
}

.bs-dashed {
    border-style: dashed !important
}

.bs-solid {
    border-style: solid !important
}

.bs-none {
    border-style: none !important
}

.bs-hidden {
    border-style: hidden !important
}

.r-xsmall {
    border-radius: .1rem !important
}

.r-small {
    border-radius: .25rem !important
}

.r-medium {
    border-radius: .5rem !important
}

.r-large {
    border-radius: .75rem !important
}

.r-xlarge {
    border-radius: 1rem !important
}

.r-none {
    border-radius: 0 !important
}

.r-tr-0 {
    border-top-right-radius: 0 !important
}

.r-tl-0 {
    border-top-left-radius: 0 !important
}

.r-br-0 {
    border-bottom-right-radius: 0 !important
}

.r-bl-0 {
    border-bottom-left-radius: 0 !important
}

.r-tr-1 {
    border-top-right-radius: .25rem !important
}

.r-tl-1 {
    border-top-left-radius: .25rem !important
}

.r-br-1 {
    border-bottom-right-radius: .25rem !important
}

.r-bl-1 {
    border-bottom-left-radius: .25rem !important
}

.r-tr-2 {
    border-top-right-radius: .5rem !important
}

.r-tl-2 {
    border-top-left-radius: .5rem !important
}

.r-br-2 {
    border-bottom-right-radius: .5rem !important
}

.r-bl-2 {
    border-bottom-left-radius: .5rem !important
}

.r-tr-3 {
    border-top-right-radius: .75rem !important
}

.r-tl-3 {
    border-top-left-radius: .75rem !important
}

.r-br-3 {
    border-bottom-right-radius: .75rem !important
}

.r-bl-3 {
    border-bottom-left-radius: .75rem !important
}

.r-tr-4 {
    border-top-right-radius: 1rem !important
}

.r-tl-4 {
    border-top-left-radius: 1rem !important
}

.r-br-4 {
    border-bottom-right-radius: 1rem !important
}

.r-bl-4 {
    border-bottom-left-radius: 1rem !important
}

.r-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.r-right-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.r-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.r-left-0 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.r-top-1 {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.r-top-2 {
    border-top-left-radius: .5rem !important;
    border-top-right-radius: .5rem !important
}

.r-top-3 {
    border-top-left-radius: .75rem !important;
    border-top-right-radius: .75rem !important
}

.r-top-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important
}

.r-right-1 {
    border-bottom-right-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.r-right-2 {
    border-bottom-right-radius: .5rem !important;
    border-top-right-radius: .5rem !important
}

.r-right-3 {
    border-bottom-right-radius: .75rem !important;
    border-top-right-radius: .75rem !important
}

.r-right-4 {
    border-bottom-right-radius: 1rem !important;
    border-top-right-radius: 1rem !important
}

.r-bottom-1 {
    border-bottom-left-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.r-bottom-2 {
    border-bottom-left-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important
}

.r-bottom-3 {
    border-bottom-left-radius: .75rem !important;
    border-bottom-right-radius: .75rem !important
}

.r-bottom-4 {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important
}

.r-left-1 {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.r-left-2 {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important
}

.r-left-3 {
    border-top-left-radius: .75rem !important;
    border-bottom-left-radius: .75rem !important
}

.r-left-4 {
    border-top-left-radius: 1rem !important;
    border-bottom-left-radius: 1rem !important
}

.ds-0 {
    box-shadow: none !important
}

.ds-1 {
    box-shadow: 0 0 50px 10px rgba(0,0,0,.1)
}

.ds-2 {
    box-shadow: 10px 10px 5px 0 rgba(0,0,0,.5)
}

.ds-2a {
    box-shadow: 0 10px 5px 0 rgba(0,0,0,.5)
}

.ds-2b {
    box-shadow: -10px 10px 5px 0 rgba(0,0,0,.5)
}

.ds-3 {
    box-shadow: inset 0 0 10px rgba(0,0,0,.5)
}

.ds-4 {
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.5)
}

.ds-5 {
    box-shadow: 0 0 8px rgba(0,0,0,.23)
}

.ds-6 {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)
}

.ds-7 {
    overflow: hidden;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    transition: .25s box-shadow
}

    .ds-7:focus, .ds-7:hover {
        box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)
    }

.ds-8 {
    overflow: hidden;
    transition: .25s box-shadow
}

    .ds-8:focus, .ds-8:hover {
        box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)
    }

.ds-9 {
    box-shadow: 0 1px 4px 0 rgba(215,215,215,.75)
}

.color-bar {
    display: flex;
    width: 100%;
    max-width: 390px
}

    .color-bar div {
        height: 17px;
        width: 33%;
        margin-right: 1px;
        margin-bottom: 1.7rem
    }

    .color-bar.half div {
        height: 8.5px
    }

    .color-bar.cyan div:nth-child(1) {
        background: #cce5e9
    }

    .color-bar.cyan div:nth-child(2) {
        background: #65b0bd
    }

    .color-bar.cyan div:nth-child(3) {
        background: #007c91
    }

    .color-bar.gray div:nth-child(1) {
        background: #e0e0e0
    }

    .color-bar.gray div:nth-child(2) {
        background: #bdbdbd
    }

    .color-bar.gray div:nth-child(3) {
        background: #555
    }

    .color-bar.blue div:nth-child(1) {
        background: #c0e9ff
    }

    .color-bar.blue div:nth-child(2) {
        background: #88c3ea
    }

    .color-bar.blue div:nth-child(3) {
        background: #005eaa
    }

    .color-bar.amber div:nth-child(1) {
        background: #ffecb3
    }

    .color-bar.amber div:nth-child(2) {
        background: #ffd54f
    }

    .color-bar.amber div:nth-child(3) {
        background: #fbab18
    }

    .color-bar.slate div:nth-child(1) {
        background: #b6c6d2
    }

    .color-bar.slate div:nth-child(2) {
        background: #7e9ba5
    }

    .color-bar.slate div:nth-child(3) {
        background: #29434e
    }

    .color-bar.purple div:nth-child(1) {
        background: #e3d3e4
    }

    .color-bar.purple div:nth-child(2) {
        background: #b890bb
    }

    .color-bar.purple div:nth-child(3) {
        background: #712177
    }

@media (max-width:575.98px) {
    .bt-sm-0 {
        border-top: none !important
    }

    .br-sm-0 {
        border-right: none !important
    }

    .bb-sm-0 {
        border-bottom: none !important
    }

    .bl-sm-0 {
        border-left: none !important
    }

    .bt-sm-1 {
        border-top: 1px solid !important
    }

    .br-sm-1 {
        border-right: 1px solid !important
    }

    .bb-sm-1 {
        border-bottom: 1px solid !important
    }

    .bl-sm-1 {
        border-left: 1px solid !important
    }
}

@media (max-width:767.98px) {
    .bt-md-0 {
        border-top: none !important
    }

    .br-md-0 {
        border-right: none !important
    }

    .bb-md-0 {
        border-bottom: none !important
    }

    .bl-md-0 {
        border-left: none !important
    }

    .bt-md-1 {
        border-top: 1px solid !important
    }

    .br-md-1 {
        border-right: 1px solid !important
    }

    .bb-md-1 {
        border-bottom: 1px solid !important
    }

    .bl-md-1 {
        border-left: 1px solid !important
    }
}

@media (max-width:991.98px) {
    .bt-lg-0 {
        border-top: none !important
    }

    .br-lg-0 {
        border-right: none !important
    }

    .bb-lg-0 {
        border-bottom: none !important
    }

    .bl-lg-0 {
        border-left: none !important
    }

    .bt-lg-1 {
        border-top: 1px solid !important
    }

    .br-lg-1 {
        border-right: 1px solid !important
    }

    .bb-lg-1 {
        border-bottom: 1px solid !important
    }

    .bl-lg-1 {
        border-left: 1px solid !important
    }
}

@media (max-width:1199.98px) {
    .bt-xl-0 {
        border-top: none !important
    }

    .br-xl-0 {
        border-right: none !important
    }

    .bb-xl-0 {
        border-bottom: none !important
    }

    .bl-xl-0 {
        border-left: none !important
    }

    .bt-xl-1 {
        border-top: 1px solid !important
    }

    .br-xl-1 {
        border-right: 1px solid !important
    }

    .bb-xl-1 {
        border-bottom: 1px solid !important
    }

    .bl-xl-1 {
        border-left: 1px solid !important
    }
}

@media (max-width:1439.98px) {
    .bt-xxl-0 {
        border-top: none !important
    }

    .br-xxl-0 {
        border-right: none !important
    }

    .bb-xxl-0 {
        border-bottom: none !important
    }

    .bl-xxl-0 {
        border-left: none !important
    }

    .bt-xxl-1 {
        border-top: 1px solid !important
    }

    .br-xxl-1 {
        border-right: 1px solid !important
    }

    .bb-xxl-1 {
        border-bottom: 1px solid !important
    }

    .bl-xxl-1 {
        border-left: 1px solid !important
    }
}

.cl {
    clear: left
}

.cr, .rl {
    clear: right
}

.cb, .clear {
    clear: both
}

.cf::after, .cf::before {
    content: " ";
    display: table
}

.cf::after {
    clear: both
}

.bg-blue-p {
    background-color: #005eaa !important;
    color: #fff
}

    .bg-blue-p:hover {
        color: #fff
    }

    .bg-blue-p a:not(.btn) {
        color: #fff
    }

        .bg-blue-p a:not(.btn):hover {
            color: #fff
        }

    .bg-blue-p a svg {
        fill: #fff
    }

.bg-blue-s {
    background-color: #88c3ea !important;
    color: #000
}

    .bg-blue-s:hover {
        color: #000
    }

    .bg-blue-s a:not(.btn) {
        color: #000
    }

        .bg-blue-s a:not(.btn):hover {
            color: #000
        }

    .bg-blue-s a svg {
        fill: #000
    }

.bg-blue-t {
    background-color: #c0e9ff !important;
    color: #000
}

    .bg-blue-t:hover {
        color: #000
    }

    .bg-blue-t a svg {
        fill: #000
    }

    .bg-blue-t.card-header a {
        color: #000
    }

.bg-blue-q {
    background-color: #edf9ff !important;
    color: #000
}

    .bg-blue-q:hover {
        color: #000
    }

    .bg-blue-q a svg {
        fill: #000
    }

    .bg-blue-q.card-header a {
        color: #000
    }

.b-blue-p {
    border-color: #005eaa !important
}

.b-blue-s {
    border-color: #88c3ea !important
}

.b-blue-t {
    border-color: #c0e9ff !important
}

.b-blue-q {
    border-color: #edf9ff !important
}

.bt-blue-p {
    border-top-color: #005eaa !important
}

.bt-blue-s {
    border-top-color: #88c3ea !important
}

.bt-blue-t {
    border-top-color: #c0e9ff !important
}

.bt-blue-q {
    border-top-color: #edf9ff !important
}

.br-blue-p {
    border-right-color: #005eaa !important
}

.br-blue-s {
    border-right-color: #88c3ea !important
}

.br-blue-t {
    border-right-color: #c0e9ff !important
}

.br-blue-q {
    border-right-color: #edf9ff !important
}

.bb-blue-p {
    border-bottom-color: #005eaa !important
}

.bb-blue-s {
    border-bottom-color: #88c3ea !important
}

.bb-blue-t {
    border-bottom-color: #c0e9ff !important
}

.bb-blue-q {
    border-bottom-color: #edf9ff !important
}

.bl-blue-p {
    border-left-color: #005eaa !important
}

.bl-blue-s {
    border-left-color: #88c3ea !important
}

.bl-blue-t {
    border-left-color: #c0e9ff !important
}

.bl-blue-q {
    border-left-color: #edf9ff !important
}

.fill-blue-p, svg .fill-blue-p, svg.fill-blue-p {
    fill: #005eaa !important
}

    .fill-blue-p::before, svg .fill-blue-p::before, svg.fill-blue-p::before {
        color: #005eaa !important
    }

.fill-blue-s, svg .fill-blue-s, svg.fill-blue-s {
    fill: #88c3ea !important
}

    .fill-blue-s::before, svg .fill-blue-s::before, svg.fill-blue-s::before {
        color: #88c3ea !important
    }

.fill-blue-t, svg .fill-blue-t, svg.fill-blue-t {
    fill: #c0e9ff !important
}

    .fill-blue-t::before, svg .fill-blue-t::before, svg.fill-blue-t::before {
        color: #c0e9ff !important
    }

.fill-blue-q, svg .fill-blue-q, svg.fill-blue-q {
    fill: #edf9ff !important
}

    .fill-blue-q::before, svg .fill-blue-q::before, svg.fill-blue-q::before {
        color: #edf9ff !important
    }

.btn-blue-p {
    background-color: #005eaa !important;
    border-color: #005eaa !important;
    color: #fff
}

    .btn-blue-p:hover {
        background-color: #005091 !important;
        color: #fff
    }

    .btn-blue-p svg {
        fill: #fff !important
    }

.btn-blue-s {
    background-color: #88c3ea !important;
    border-color: #88c3ea !important;
    color: #000
}

    .btn-blue-s:hover {
        background-color: #72b8e6 !important;
        color: #000
    }

    .btn-blue-s svg {
        fill: #000 !important
    }

.btn-blue-t {
    background-color: #c0e9ff !important;
    border-color: #c0e9ff !important;
    color: #075290
}

    .btn-blue-t:hover {
        background-color: #a7e0ff !important;
        color: #075290
    }

    .btn-blue-t svg {
        fill: #075290 !important
    }

.btn-blue-q {
    background-color: #edf9ff !important;
    border-color: #edf9ff !important;
    color: #075290
}

    .btn-blue-q:hover {
        background-color: #d4f1ff !important;
        color: #075290
    }

    .btn-blue-q svg {
        fill: #075290 !important
    }

.bg-purple-p {
    background-color: #712177 !important;
    color: #fff
}

    .bg-purple-p:hover {
        color: #fff
    }

    .bg-purple-p a:not(.btn) {
        color: #fff
    }

        .bg-purple-p a:not(.btn):hover {
            color: #fff
        }

    .bg-purple-p a svg {
        fill: #fff
    }

.bg-purple-s {
    background-color: #b890bb !important;
    color: #000
}

    .bg-purple-s:hover {
        color: #000
    }

    .bg-purple-s a:not(.btn) {
        color: #000
    }

        .bg-purple-s a:not(.btn):hover {
            color: #000
        }

    .bg-purple-s a svg {
        fill: #000
    }

.bg-purple-t {
    background-color: #e3d3e4 !important;
    color: #000
}

    .bg-purple-t:hover {
        color: #000
    }

    .bg-purple-t a svg {
        fill: #000
    }

    .bg-purple-t.card-header a {
        color: #000
    }

.bg-purple-q {
    background-color: #f7f2f7 !important;
    color: #000
}

    .bg-purple-q:hover {
        color: #000
    }

    .bg-purple-q a svg {
        fill: #000
    }

    .bg-purple-q.card-header a {
        color: #000
    }

.b-purple-p {
    border-color: #712177 !important
}

.b-purple-s {
    border-color: #b890bb !important
}

.b-purple-t {
    border-color: #e3d3e4 !important
}

.b-purple-q {
    border-color: #f7f2f7 !important
}

.bt-purple-p {
    border-top-color: #712177 !important
}

.bt-purple-s {
    border-top-color: #b890bb !important
}

.bt-purple-t {
    border-top-color: #e3d3e4 !important
}

.bt-purple-q {
    border-top-color: #f7f2f7 !important
}

.br-purple-p {
    border-right-color: #712177 !important
}

.br-purple-s {
    border-right-color: #b890bb !important
}

.br-purple-t {
    border-right-color: #e3d3e4 !important
}

.br-purple-q {
    border-right-color: #f7f2f7 !important
}

.bb-purple-p {
    border-bottom-color: #712177 !important
}

.bb-purple-s {
    border-bottom-color: #b890bb !important
}

.bb-purple-t {
    border-bottom-color: #e3d3e4 !important
}

.bb-purple-q {
    border-bottom-color: #f7f2f7 !important
}

.bl-purple-p {
    border-left-color: #712177 !important
}

.bl-purple-s {
    border-left-color: #b890bb !important
}

.bl-purple-t {
    border-left-color: #e3d3e4 !important
}

.bl-purple-q {
    border-left-color: #f7f2f7 !important
}

.fill-purple-p, svg .fill-purple-p, svg.fill-purple-p {
    fill: #712177 !important
}

    .fill-purple-p::before, svg .fill-purple-p::before, svg.fill-purple-p::before {
        color: #712177 !important
    }

.fill-purple-s, svg .fill-purple-s, svg.fill-purple-s {
    fill: #b890bb !important
}

    .fill-purple-s::before, svg .fill-purple-s::before, svg.fill-purple-s::before {
        color: #b890bb !important
    }

.fill-purple-t, svg .fill-purple-t, svg.fill-purple-t {
    fill: #e3d3e4 !important
}

    .fill-purple-t::before, svg .fill-purple-t::before, svg.fill-purple-t::before {
        color: #e3d3e4 !important
    }

.fill-purple-q, svg .fill-purple-q, svg.fill-purple-q {
    fill: #f7f2f7 !important
}

    .fill-purple-q::before, svg .fill-purple-q::before, svg.fill-purple-q::before {
        color: #f7f2f7 !important
    }

.btn-purple-p {
    background-color: #712177 !important;
    border-color: #712177 !important;
    color: #fff
}

    .btn-purple-p:hover {
        background-color: #5e1b63 !important;
        color: #fff
    }

    .btn-purple-p svg {
        fill: #fff !important
    }

.btn-purple-s {
    background-color: #b890bb !important;
    border-color: #b890bb !important;
    color: #000
}

    .btn-purple-s:hover {
        background-color: #ae80b1 !important;
        color: #000
    }

    .btn-purple-s svg {
        fill: #000 !important
    }

.btn-purple-t {
    background-color: #e3d3e4 !important;
    border-color: #e3d3e4 !important;
    color: #075290
}

    .btn-purple-t:hover {
        background-color: #d9c3da !important;
        color: #075290
    }

    .btn-purple-t svg {
        fill: #075290 !important
    }

.btn-purple-q {
    background-color: #f7f2f7 !important;
    border-color: #f7f2f7 !important;
    color: #075290
}

    .btn-purple-q:hover {
        background-color: #ede2ed !important;
        color: #075290
    }

    .btn-purple-q svg {
        fill: #075290 !important
    }

.bg-brown-p {
    background-color: #705043 !important;
    color: #fff
}

    .bg-brown-p:hover {
        color: #fff
    }

    .bg-brown-p a:not(.btn) {
        color: #fff
    }

        .bg-brown-p a:not(.btn):hover {
            color: #fff
        }

    .bg-brown-p a svg {
        fill: #fff
    }

.bg-brown-s {
    background-color: #ad907b !important;
    color: #000
}

    .bg-brown-s:hover {
        color: #000
    }

    .bg-brown-s a:not(.btn) {
        color: #000
    }

        .bg-brown-s a:not(.btn):hover {
            color: #000
        }

    .bg-brown-s a svg {
        fill: #000
    }

.bg-brown-t {
    background-color: #d7ccc8 !important;
    color: #000
}

    .bg-brown-t:hover {
        color: #000
    }

    .bg-brown-t a svg {
        fill: #000
    }

    .bg-brown-t.card-header a {
        color: #000
    }

.bg-brown-q {
    background-color: #f2ebe8 !important;
    color: #000
}

    .bg-brown-q:hover {
        color: #000
    }

    .bg-brown-q a svg {
        fill: #000
    }

    .bg-brown-q.card-header a {
        color: #000
    }

.b-brown-p {
    border-color: #705043 !important
}

.b-brown-s {
    border-color: #ad907b !important
}

.b-brown-t {
    border-color: #d7ccc8 !important
}

.b-brown-q {
    border-color: #f2ebe8 !important
}

.bt-brown-p {
    border-top-color: #705043 !important
}

.bt-brown-s {
    border-top-color: #ad907b !important
}

.bt-brown-t {
    border-top-color: #d7ccc8 !important
}

.bt-brown-q {
    border-top-color: #f2ebe8 !important
}

.br-brown-p {
    border-right-color: #705043 !important
}

.br-brown-s {
    border-right-color: #ad907b !important
}

.br-brown-t {
    border-right-color: #d7ccc8 !important
}

.br-brown-q {
    border-right-color: #f2ebe8 !important
}

.bb-brown-p {
    border-bottom-color: #705043 !important
}

.bb-brown-s {
    border-bottom-color: #ad907b !important
}

.bb-brown-t {
    border-bottom-color: #d7ccc8 !important
}

.bb-brown-q {
    border-bottom-color: #f2ebe8 !important
}

.bl-brown-p {
    border-left-color: #705043 !important
}

.bl-brown-s {
    border-left-color: #ad907b !important
}

.bl-brown-t {
    border-left-color: #d7ccc8 !important
}

.bl-brown-q {
    border-left-color: #f2ebe8 !important
}

.fill-brown-p, svg .fill-brown-p, svg.fill-brown-p {
    fill: #705043 !important
}

    .fill-brown-p::before, svg .fill-brown-p::before, svg.fill-brown-p::before {
        color: #705043 !important
    }

.fill-brown-s, svg .fill-brown-s, svg.fill-brown-s {
    fill: #ad907b !important
}

    .fill-brown-s::before, svg .fill-brown-s::before, svg.fill-brown-s::before {
        color: #ad907b !important
    }

.fill-brown-t, svg .fill-brown-t, svg.fill-brown-t {
    fill: #d7ccc8 !important
}

    .fill-brown-t::before, svg .fill-brown-t::before, svg.fill-brown-t::before {
        color: #d7ccc8 !important
    }

.fill-brown-q, svg .fill-brown-q, svg.fill-brown-q {
    fill: #f2ebe8 !important
}

    .fill-brown-q::before, svg .fill-brown-q::before, svg.fill-brown-q::before {
        color: #f2ebe8 !important
    }

.btn-brown-p {
    background-color: #705043 !important;
    border-color: #705043 !important;
    color: #fff
}

    .btn-brown-p:hover {
        background-color: #604539 !important;
        color: #fff
    }

    .btn-brown-p svg {
        fill: #fff !important
    }

.btn-brown-s {
    background-color: #ad907b !important;
    border-color: #ad907b !important;
    color: #000
}

    .btn-brown-s:hover {
        background-color: #a3836b !important;
        color: #000
    }

    .btn-brown-s svg {
        fill: #000 !important
    }

.btn-brown-t {
    background-color: #d7ccc8 !important;
    border-color: #d7ccc8 !important;
    color: #075290
}

    .btn-brown-t:hover {
        background-color: #ccbeb9 !important;
        color: #075290
    }

    .btn-brown-t svg {
        fill: #075290 !important
    }

.btn-brown-q {
    background-color: #f2ebe8 !important;
    border-color: #f2ebe8 !important;
    color: #075290
}

    .btn-brown-q:hover {
        background-color: #e9ddd8 !important;
        color: #075290
    }

    .btn-brown-q svg {
        fill: #075290 !important
    }

.bg-teal-p {
    background-color: #00695c !important;
    color: #fff
}

    .bg-teal-p:hover {
        color: #fff
    }

    .bg-teal-p a:not(.btn) {
        color: #fff
    }

        .bg-teal-p a:not(.btn):hover {
            color: #fff
        }

    .bg-teal-p a svg {
        fill: #fff
    }

.bg-teal-s {
    background-color: #4ebaaa !important;
    color: #000
}

    .bg-teal-s:hover {
        color: #000
    }

    .bg-teal-s a:not(.btn) {
        color: #000
    }

        .bg-teal-s a:not(.btn):hover {
            color: #000
        }

    .bg-teal-s a svg {
        fill: #000
    }

.bg-teal-t {
    background-color: #ceece7 !important;
    color: #000
}

    .bg-teal-t:hover {
        color: #000
    }

    .bg-teal-t a svg {
        fill: #000
    }

    .bg-teal-t.card-header a {
        color: #000
    }

.bg-teal-q {
    background-color: #ebf7f5 !important;
    color: #000
}

    .bg-teal-q:hover {
        color: #000
    }

    .bg-teal-q a svg {
        fill: #000
    }

    .bg-teal-q.card-header a {
        color: #000
    }

.b-teal-p {
    border-color: #00695c !important
}

.b-teal-s {
    border-color: #4ebaaa !important
}

.b-teal-t {
    border-color: #ceece7 !important
}

.b-teal-q {
    border-color: #ebf7f5 !important
}

.bt-teal-p {
    border-top-color: #00695c !important
}

.bt-teal-s {
    border-top-color: #4ebaaa !important
}

.bt-teal-t {
    border-top-color: #ceece7 !important
}

.bt-teal-q {
    border-top-color: #ebf7f5 !important
}

.br-teal-p {
    border-right-color: #00695c !important
}

.br-teal-s {
    border-right-color: #4ebaaa !important
}

.br-teal-t {
    border-right-color: #ceece7 !important
}

.br-teal-q {
    border-right-color: #ebf7f5 !important
}

.bb-teal-p {
    border-bottom-color: #00695c !important
}

.bb-teal-s {
    border-bottom-color: #4ebaaa !important
}

.bb-teal-t {
    border-bottom-color: #ceece7 !important
}

.bb-teal-q {
    border-bottom-color: #ebf7f5 !important
}

.bl-teal-p {
    border-left-color: #00695c !important
}

.bl-teal-s {
    border-left-color: #4ebaaa !important
}

.bl-teal-t {
    border-left-color: #ceece7 !important
}

.bl-teal-q {
    border-left-color: #ebf7f5 !important
}

.fill-teal-p, svg .fill-teal-p, svg.fill-teal-p {
    fill: #00695c !important
}

    .fill-teal-p::before, svg .fill-teal-p::before, svg.fill-teal-p::before {
        color: #00695c !important
    }

.fill-teal-s, svg .fill-teal-s, svg.fill-teal-s {
    fill: #4ebaaa !important
}

    .fill-teal-s::before, svg .fill-teal-s::before, svg.fill-teal-s::before {
        color: #4ebaaa !important
    }

.fill-teal-t, svg .fill-teal-t, svg.fill-teal-t {
    fill: #ceece7 !important
}

    .fill-teal-t::before, svg .fill-teal-t::before, svg.fill-teal-t::before {
        color: #ceece7 !important
    }

.fill-teal-q, svg .fill-teal-q, svg.fill-teal-q {
    fill: #ebf7f5 !important
}

    .fill-teal-q::before, svg .fill-teal-q::before, svg.fill-teal-q::before {
        color: #ebf7f5 !important
    }

.btn-teal-p {
    background-color: #00695c !important;
    border-color: #00695c !important;
    color: #fff
}

    .btn-teal-p:hover {
        background-color: #005046 !important;
        color: #fff
    }

    .btn-teal-p svg {
        fill: #fff !important
    }

.btn-teal-s {
    background-color: #4ebaaa !important;
    border-color: #4ebaaa !important;
    color: #000
}

    .btn-teal-s:hover {
        background-color: #43ac9c !important;
        color: #000
    }

    .btn-teal-s svg {
        fill: #000 !important
    }

.btn-teal-t {
    background-color: #ceece7 !important;
    border-color: #ceece7 !important;
    color: #075290
}

    .btn-teal-t:hover {
        background-color: #bce5de !important;
        color: #075290
    }

    .btn-teal-t svg {
        fill: #075290 !important
    }

.btn-teal-q {
    background-color: #ebf7f5 !important;
    border-color: #ebf7f5 !important;
    color: #075290
}

    .btn-teal-q:hover {
        background-color: #d9f0ec !important;
        color: #075290
    }

    .btn-teal-q svg {
        fill: #075290 !important
    }

.bg-orange-p {
    background-color: #bb4d00 !important;
    color: #fff
}

    .bg-orange-p:hover {
        color: #fff
    }

    .bg-orange-p a:not(.btn) {
        color: #fff
    }

        .bg-orange-p a:not(.btn):hover {
            color: #fff
        }

    .bg-orange-p a svg {
        fill: #fff
    }

.bg-orange-s {
    background-color: #ffad42 !important;
    color: #000
}

    .bg-orange-s:hover {
        color: #000
    }

    .bg-orange-s a:not(.btn) {
        color: #000
    }

        .bg-orange-s a:not(.btn):hover {
            color: #000
        }

    .bg-orange-s a svg {
        fill: #000
    }

.bg-orange-t {
    background-color: #ffe97d !important;
    color: #000
}

    .bg-orange-t:hover {
        color: #000
    }

    .bg-orange-t a svg {
        fill: #000
    }

    .bg-orange-t.card-header a {
        color: #000
    }

.bg-orange-q {
    background-color: #fff4cf !important;
    color: #000
}

    .bg-orange-q:hover {
        color: #000
    }

    .bg-orange-q a svg {
        fill: #000
    }

    .bg-orange-q.card-header a {
        color: #000
    }

.b-orange-p {
    border-color: #bb4d00 !important
}

.b-orange-s {
    border-color: #ffad42 !important
}

.b-orange-t {
    border-color: #ffe97d !important
}

.b-orange-q {
    border-color: #fff4cf !important
}

.bt-orange-p {
    border-top-color: #bb4d00 !important
}

.bt-orange-s {
    border-top-color: #ffad42 !important
}

.bt-orange-t {
    border-top-color: #ffe97d !important
}

.bt-orange-q {
    border-top-color: #fff4cf !important
}

.br-orange-p {
    border-right-color: #bb4d00 !important
}

.br-orange-s {
    border-right-color: #ffad42 !important
}

.br-orange-t {
    border-right-color: #ffe97d !important
}

.br-orange-q {
    border-right-color: #fff4cf !important
}

.bb-orange-p {
    border-bottom-color: #bb4d00 !important
}

.bb-orange-s {
    border-bottom-color: #ffad42 !important
}

.bb-orange-t {
    border-bottom-color: #ffe97d !important
}

.bb-orange-q {
    border-bottom-color: #fff4cf !important
}

.bl-orange-p {
    border-left-color: #bb4d00 !important
}

.bl-orange-s {
    border-left-color: #ffad42 !important
}

.bl-orange-t {
    border-left-color: #ffe97d !important
}

.bl-orange-q {
    border-left-color: #fff4cf !important
}

.fill-orange-p, svg .fill-orange-p, svg.fill-orange-p {
    fill: #bb4d00 !important
}

    .fill-orange-p::before, svg .fill-orange-p::before, svg.fill-orange-p::before {
        color: #bb4d00 !important
    }

.fill-orange-s, svg .fill-orange-s, svg.fill-orange-s {
    fill: #ffad42 !important
}

    .fill-orange-s::before, svg .fill-orange-s::before, svg.fill-orange-s::before {
        color: #ffad42 !important
    }

.fill-orange-t, svg .fill-orange-t, svg.fill-orange-t {
    fill: #ffe97d !important
}

    .fill-orange-t::before, svg .fill-orange-t::before, svg.fill-orange-t::before {
        color: #ffe97d !important
    }

.fill-orange-q, svg .fill-orange-q, svg.fill-orange-q {
    fill: #fff4cf !important
}

    .fill-orange-q::before, svg .fill-orange-q::before, svg.fill-orange-q::before {
        color: #fff4cf !important
    }

.btn-orange-p {
    background-color: #bb4d00 !important;
    border-color: #bb4d00 !important;
    color: #fff
}

    .btn-orange-p:hover {
        background-color: #a24300 !important;
        color: #fff
    }

    .btn-orange-p svg {
        fill: #fff !important
    }

.btn-orange-s {
    background-color: #ffad42 !important;
    border-color: #ffad42 !important;
    color: #000
}

    .btn-orange-s:hover {
        background-color: #ffa229 !important;
        color: #000
    }

    .btn-orange-s svg {
        fill: #000 !important
    }

.btn-orange-t {
    background-color: #ffe97d !important;
    border-color: #ffe97d !important;
    color: #075290
}

    .btn-orange-t:hover {
        background-color: #ffe564 !important;
        color: #075290
    }

    .btn-orange-t svg {
        fill: #075290 !important
    }

.btn-orange-q {
    background-color: #fff4cf !important;
    border-color: #fff4cf !important;
    color: #075290
}

    .btn-orange-q:hover {
        background-color: #ffeeb6 !important;
        color: #075290
    }

    .btn-orange-q svg {
        fill: #075290 !important
    }

.bg-pink-p {
    background-color: #af4448 !important;
    color: #fff
}

    .bg-pink-p:hover {
        color: #fff
    }

    .bg-pink-p a:not(.btn) {
        color: #fff
    }

        .bg-pink-p a:not(.btn):hover {
            color: #fff
        }

    .bg-pink-p a svg {
        fill: #fff
    }

.bg-pink-s {
    background-color: #e57373 !important;
    color: #000
}

    .bg-pink-s:hover {
        color: #000
    }

    .bg-pink-s a:not(.btn) {
        color: #000
    }

        .bg-pink-s a:not(.btn):hover {
            color: #000
        }

    .bg-pink-s a svg {
        fill: #000
    }

.bg-pink-t {
    background-color: #ffc2c2 !important;
    color: #000
}

    .bg-pink-t:hover {
        color: #000
    }

    .bg-pink-t a svg {
        fill: #000
    }

    .bg-pink-t.card-header a {
        color: #000
    }

.bg-pink-q {
    background-color: #ffe7e7 !important;
    color: #000
}

    .bg-pink-q:hover {
        color: #000
    }

    .bg-pink-q a svg {
        fill: #000
    }

    .bg-pink-q.card-header a {
        color: #000
    }

.b-pink-p {
    border-color: #af4448 !important
}

.b-pink-s {
    border-color: #e57373 !important
}

.b-pink-t {
    border-color: #ffc2c2 !important
}

.b-pink-q {
    border-color: #ffe7e7 !important
}

.bt-pink-p {
    border-top-color: #af4448 !important
}

.bt-pink-s {
    border-top-color: #e57373 !important
}

.bt-pink-t {
    border-top-color: #ffc2c2 !important
}

.bt-pink-q {
    border-top-color: #ffe7e7 !important
}

.br-pink-p {
    border-right-color: #af4448 !important
}

.br-pink-s {
    border-right-color: #e57373 !important
}

.br-pink-t {
    border-right-color: #ffc2c2 !important
}

.br-pink-q {
    border-right-color: #ffe7e7 !important
}

.bb-pink-p {
    border-bottom-color: #af4448 !important
}

.bb-pink-s {
    border-bottom-color: #e57373 !important
}

.bb-pink-t {
    border-bottom-color: #ffc2c2 !important
}

.bb-pink-q {
    border-bottom-color: #ffe7e7 !important
}

.bl-pink-p {
    border-left-color: #af4448 !important
}

.bl-pink-s {
    border-left-color: #e57373 !important
}

.bl-pink-t {
    border-left-color: #ffc2c2 !important
}

.bl-pink-q {
    border-left-color: #ffe7e7 !important
}

.fill-pink-p, svg .fill-pink-p, svg.fill-pink-p {
    fill: #af4448 !important
}

    .fill-pink-p::before, svg .fill-pink-p::before, svg.fill-pink-p::before {
        color: #af4448 !important
    }

.fill-pink-s, svg .fill-pink-s, svg.fill-pink-s {
    fill: #e57373 !important
}

    .fill-pink-s::before, svg .fill-pink-s::before, svg.fill-pink-s::before {
        color: #e57373 !important
    }

.fill-pink-t, svg .fill-pink-t, svg.fill-pink-t {
    fill: #ffc2c2 !important
}

    .fill-pink-t::before, svg .fill-pink-t::before, svg.fill-pink-t::before {
        color: #ffc2c2 !important
    }

.fill-pink-d, svg .fill-pink-d, svg.fill-pink-d {
    fill: #ffe7e7 !important
}

    .fill-pink-d::before, svg .fill-pink-d::before, svg.fill-pink-d::before {
        color: #ffe7e7 !important
    }

.btn-pink-p {
    background-color: #af4448 !important;
    border-color: #af4448 !important;
    color: #fff
}

    .btn-pink-p:hover {
        background-color: #9d3d40 !important;
        color: #fff
    }

    .btn-pink-p svg {
        fill: #fff !important
    }

.btn-pink-s {
    background-color: #e57373 !important;
    border-color: #e57373 !important;
    color: #000
}

    .btn-pink-s:hover {
        background-color: #e15d5d !important;
        color: #000
    }

    .btn-pink-s svg {
        fill: #000 !important
    }

.btn-pink-t {
    background-color: #ffc2c2 !important;
    border-color: #ffc2c2 !important;
    color: #075290
}

    .btn-pink-t:hover {
        background-color: #ffa9a9 !important;
        color: #075290
    }

    .btn-pink-t svg {
        fill: #075290 !important
    }

.btn-pink-q {
    background-color: #ffe7e7 !important;
    border-color: #ffe7e7 !important;
    color: #075290
}

    .btn-pink-q:hover {
        background-color: #ffcece !important;
        color: #075290
    }

    .btn-pink-q svg {
        fill: #075290 !important
    }

.bg-slate-p {
    background-color: #29434e !important;
    color: #fff
}

    .bg-slate-p:hover {
        color: #fff
    }

    .bg-slate-p a:not(.btn) {
        color: #fff
    }

        .bg-slate-p a:not(.btn):hover {
            color: #fff
        }

    .bg-slate-p a svg {
        fill: #fff
    }

.bg-slate-s {
    background-color: #7e9ba5 !important;
    color: #000
}

    .bg-slate-s:hover {
        color: #000
    }

    .bg-slate-s a:not(.btn) {
        color: #000
    }

        .bg-slate-s a:not(.btn):hover {
            color: #000
        }

    .bg-slate-s a svg {
        fill: #000
    }

.bg-slate-t {
    background-color: #b6c6d2 !important;
    color: #000
}

    .bg-slate-t:hover {
        color: #000
    }

    .bg-slate-t a svg {
        fill: #000
    }

    .bg-slate-t.card-header a {
        color: #000
    }

.bg-slate-q {
    background-color: #e2e8ed !important;
    color: #000
}

    .bg-slate-q:hover {
        color: #000
    }

    .bg-slate-q a svg {
        fill: #000
    }

    .bg-slate-q.card-header a {
        color: #000
    }

.b-slate-p {
    border-color: #29434e !important
}

.b-slate-s {
    border-color: #7e9ba5 !important
}

.b-slate-t {
    border-color: #b6c6d2 !important
}

.b-slate-q {
    border-color: #e2e8ed !important
}

.bt-slate-p {
    border-top-color: #29434e !important
}

.bt-slate-s {
    border-top-color: #7e9ba5 !important
}

.bt-slate-t {
    border-top-color: #b6c6d2 !important
}

.bt-slate-q {
    border-top-color: #e2e8ed !important
}

.br-slate-p {
    border-right-color: #29434e !important
}

.br-slate-s {
    border-right-color: #7e9ba5 !important
}

.br-slate-t {
    border-right-color: #b6c6d2 !important
}

.br-slate-q {
    border-right-color: #e2e8ed !important
}

.bb-slate-p {
    border-bottom-color: #29434e !important
}

.bb-slate-s {
    border-bottom-color: #7e9ba5 !important
}

.bb-slate-t {
    border-bottom-color: #b6c6d2 !important
}

.bb-slate-q {
    border-bottom-color: #e2e8ed !important
}

.bl-slate-p {
    border-left-color: #29434e !important
}

.bl-slate-s {
    border-left-color: #7e9ba5 !important
}

.bl-slate-t {
    border-left-color: #b6c6d2 !important
}

.bl-slate-q {
    border-left-color: #e2e8ed !important
}

.fill-slate-p, svg .fill-slate-p, svg.fill-slate-p {
    fill: #29434e !important
}

    .fill-slate-p::before, svg .fill-slate-p::before, svg.fill-slate-p::before {
        color: #29434e !important
    }

.fill-slate-s, svg .fill-slate-s, svg.fill-slate-s {
    fill: #7e9ba5 !important
}

    .fill-slate-s::before, svg .fill-slate-s::before, svg.fill-slate-s::before {
        color: #7e9ba5 !important
    }

.fill-slate-t, svg .fill-slate-t, svg.fill-slate-t {
    fill: #b6c6d2 !important
}

    .fill-slate-t::before, svg .fill-slate-t::before, svg.fill-slate-t::before {
        color: #b6c6d2 !important
    }

.fill-slate-q, svg .fill-slate-q, svg.fill-slate-q {
    fill: #e2e8ed !important
}

    .fill-slate-q::before, svg .fill-slate-q::before, svg.fill-slate-q::before {
        color: #e2e8ed !important
    }

.btn-slate-p {
    background-color: #29434e !important;
    border-color: #29434e !important;
    color: #fff
}

    .btn-slate-p:hover {
        background-color: #20353d !important;
        color: #fff
    }

    .btn-slate-p svg {
        fill: #fff !important
    }

.btn-slate-s {
    background-color: #7e9ba5 !important;
    border-color: #7e9ba5 !important;
    color: #000
}

    .btn-slate-s:hover {
        background-color: #6f8f9b !important;
        color: #000
    }

    .btn-slate-s svg {
        fill: #000 !important
    }

.btn-slate-t {
    background-color: #b6c6d2 !important;
    border-color: #b6c6d2 !important;
    color: #075290
}

    .btn-slate-t:hover {
        background-color: #a6bac8 !important;
        color: #075290
    }

    .btn-slate-t svg {
        fill: #075290 !important
    }

.btn-slate-q {
    background-color: #e2e8ed !important;
    border-color: #e2e8ed !important;
    color: #075290
}

    .btn-slate-q:hover {
        background-color: #d2dce3 !important;
        color: #075290
    }

    .btn-slate-q svg {
        fill: #075290 !important
    }

.bg-indigo-p {
    background-color: #26418f !important;
    color: #fff
}

    .bg-indigo-p:hover {
        color: #fff
    }

    .bg-indigo-p a:not(.btn) {
        color: #fff
    }

        .bg-indigo-p a:not(.btn):hover {
            color: #fff
        }

    .bg-indigo-p a svg {
        fill: #fff
    }

.bg-indigo-s {
    background-color: #92a6dd !important;
    color: #000
}

    .bg-indigo-s:hover {
        color: #000
    }

    .bg-indigo-s a:not(.btn) {
        color: #000
    }

        .bg-indigo-s a:not(.btn):hover {
            color: #000
        }

    .bg-indigo-s a svg {
        fill: #000
    }

.bg-indigo-t {
    background-color: #dee8ff !important;
    color: #000
}

    .bg-indigo-t:hover {
        color: #000
    }

    .bg-indigo-t a svg {
        fill: #000
    }

    .bg-indigo-t.card-header a {
        color: #000
    }

.bg-indigo-q {
    background-color: #f2f6ff !important;
    color: #000
}

    .bg-indigo-q:hover {
        color: #000
    }

    .bg-indigo-q a svg {
        fill: #000
    }

    .bg-indigo-q.card-header a {
        color: #000
    }

.b-indigo-p {
    border-color: #26418f !important
}

.b-indigo-s {
    border-color: #92a6dd !important
}

.b-indigo-t {
    border-color: #dee8ff !important
}

.b-indigo-q {
    border-color: #f2f6ff !important
}

.bt-indigo-p {
    border-top-color: #26418f !important
}

.bt-indigo-s {
    border-top-color: #92a6dd !important
}

.bt-indigo-t {
    border-top-color: #dee8ff !important
}

.bt-indigo-q {
    border-top-color: #f2f6ff !important
}

.br-indigo-p {
    border-right-color: #26418f !important
}

.br-indigo-s {
    border-right-color: #92a6dd !important
}

.br-indigo-t {
    border-right-color: #dee8ff !important
}

.br-indigo-q {
    border-right-color: #f2f6ff !important
}

.bb-indigo-p {
    border-bottom-color: #26418f !important
}

.bb-indigo-s {
    border-bottom-color: #92a6dd !important
}

.bb-indigo-t {
    border-bottom-color: #dee8ff !important
}

.bb-indigo-q {
    border-bottom-color: #f2f6ff !important
}

.bl-indigo-p {
    border-left-color: #26418f !important
}

.bl-indigo-s {
    border-left-color: #92a6dd !important
}

.bl-indigo-t {
    border-left-color: #dee8ff !important
}

.bl-indigo-q {
    border-left-color: #f2f6ff !important
}

.fill-indigo-p, svg .fill-indigo-p, svg.fill-indigo-p {
    fill: #26418f !important
}

    .fill-indigo-p::before, svg .fill-indigo-p::before, svg.fill-indigo-p::before {
        color: #26418f !important
    }

.fill-indigo-s, svg .fill-indigo-s, svg.fill-indigo-s {
    fill: #92a6dd !important
}

    .fill-indigo-s::before, svg .fill-indigo-s::before, svg.fill-indigo-s::before {
        color: #92a6dd !important
    }

.fill-indigo-t, svg .fill-indigo-t, svg.fill-indigo-t {
    fill: #dee8ff !important
}

    .fill-indigo-t::before, svg .fill-indigo-t::before, svg.fill-indigo-t::before {
        color: #dee8ff !important
    }

.fill-indigo-q, svg .fill-indigo-q, svg.fill-indigo-q {
    fill: #f2f6ff !important
}

    .fill-indigo-q::before, svg .fill-indigo-q::before, svg.fill-indigo-q::before {
        color: #f2f6ff !important
    }

.btn-indigo-p {
    background-color: #26418f !important;
    border-color: #26418f !important;
    color: #fff
}

    .btn-indigo-p:hover {
        background-color: #21387b !important;
        color: #fff
    }

    .btn-indigo-p svg {
        fill: #fff !important
    }

.btn-indigo-s {
    background-color: #92a6dd !important;
    border-color: #92a6dd !important;
    color: #000
}

    .btn-indigo-s:hover {
        background-color: #7f96d7 !important;
        color: #000
    }

    .btn-indigo-s svg {
        fill: #000 !important
    }

.btn-indigo-t {
    background-color: #dee8ff !important;
    border-color: #dee8ff !important;
    color: #075290
}

    .btn-indigo-t:hover {
        background-color: #c5d6ff !important;
        color: #075290
    }

    .btn-indigo-t svg {
        fill: #075290 !important
    }

.btn-indigo-q {
    background-color: #f2f6ff !important;
    border-color: #f2f6ff !important;
    color: #075290
}

    .btn-indigo-q:hover {
        background-color: #d9e4ff !important;
        color: #075290
    }

    .btn-indigo-q svg {
        fill: #075290 !important
    }

.bg-cyan-p {
    background-color: #007c91 !important;
    color: #fff
}

    .bg-cyan-p:hover {
        color: #fff
    }

    .bg-cyan-p a:not(.btn) {
        color: #fff
    }

        .bg-cyan-p a:not(.btn):hover {
            color: #fff
        }

    .bg-cyan-p a svg {
        fill: #fff
    }

.bg-cyan-s {
    background-color: #65b0bd !important;
    color: #000
}

    .bg-cyan-s:hover {
        color: #000
    }

    .bg-cyan-s a:not(.btn) {
        color: #000
    }

        .bg-cyan-s a:not(.btn):hover {
            color: #000
        }

    .bg-cyan-s a svg {
        fill: #000
    }

.bg-cyan-t {
    background-color: #cce5e9 !important;
    color: #000
}

    .bg-cyan-t:hover {
        color: #000
    }

    .bg-cyan-t a svg {
        fill: #000
    }

    .bg-cyan-t.card-header a {
        color: #000
    }

.bg-cyan-q {
    background-color: #ebf5f6 !important;
    color: #000
}

    .bg-cyan-q:hover {
        color: #000
    }

    .bg-cyan-q a svg {
        fill: #000
    }

    .bg-cyan-q.card-header a {
        color: #000
    }

.b-cyan-p {
    border-color: #007c91 !important
}

.b-cyan-s {
    border-color: #65b0bd !important
}

.b-cyan-t {
    border-color: #cce5e9 !important
}

.b-cyan-q {
    border-color: #ebf5f6 !important
}

.bt-cyan-p {
    border-top-color: #007c91 !important
}

.bt-cyan-s {
    border-top-color: #65b0bd !important
}

.bt-cyan-t {
    border-top-color: #cce5e9 !important
}

.bt-cyan-q {
    border-top-color: #ebf5f6 !important
}

.br-cyan-p {
    border-right-color: #007c91 !important
}

.br-cyan-s {
    border-right-color: #65b0bd !important
}

.br-cyan-t {
    border-right-color: #cce5e9 !important
}

.br-cyan-q {
    border-right-color: #ebf5f6 !important
}

.bb-cyan-p {
    border-bottom-color: #007c91 !important
}

.bb-cyan-s {
    border-bottom-color: #65b0bd !important
}

.bb-cyan-t {
    border-bottom-color: #cce5e9 !important
}

.bb-cyan-q {
    border-bottom-color: #ebf5f6 !important
}

.bl-cyan-p {
    border-left-color: #007c91 !important
}

.bl-cyan-s {
    border-left-color: #65b0bd !important
}

.bl-cyan-t {
    border-left-color: #cce5e9 !important
}

.bl-cyan-q {
    border-left-color: #ebf5f6 !important
}

.fill-cyan-p, svg .fill-cyan-p, svg.fill-cyan-p {
    fill: #007c91 !important
}

    .fill-cyan-p::before, svg .fill-cyan-p::before, svg.fill-cyan-p::before {
        color: #007c91 !important
    }

.fill-cyan-s, svg .fill-cyan-s, svg.fill-cyan-s {
    fill: #65b0bd !important
}

    .fill-cyan-s::before, svg .fill-cyan-s::before, svg.fill-cyan-s::before {
        color: #65b0bd !important
    }

.fill-cyan-t, svg .fill-cyan-t, svg.fill-cyan-t {
    fill: #cce5e9 !important
}

    .fill-cyan-t::before, svg .fill-cyan-t::before, svg.fill-cyan-t::before {
        color: #cce5e9 !important
    }

.fill-cyan-q, svg .fill-cyan-q, svg.fill-cyan-q {
    fill: #ebf5f6 !important
}

    .fill-cyan-q::before, svg .fill-cyan-q::before, svg.fill-cyan-q::before {
        color: #ebf5f6 !important
    }

.btn-cyan-p {
    background-color: #007c91 !important;
    border-color: #007c91 !important;
    color: #fff
}

    .btn-cyan-p:hover {
        background-color: #006678 !important;
        color: #fff
    }

    .btn-cyan-p svg {
        fill: #fff !important
    }

.btn-cyan-s {
    background-color: #65b0bd !important;
    border-color: #65b0bd !important;
    color: #000
}

    .btn-cyan-s:hover {
        background-color: #53a7b5 !important;
        color: #000
    }

    .btn-cyan-s svg {
        fill: #000 !important
    }

.btn-cyan-t {
    background-color: #cce5e9 !important;
    border-color: #cce5e9 !important;
    color: #075290
}

    .btn-cyan-t:hover {
        background-color: #badce1 !important;
        color: #075290
    }

    .btn-cyan-t svg {
        fill: #075290 !important
    }

.btn-cyan-q {
    background-color: #ebf5f6 !important;
    border-color: #ebf5f6 !important;
    color: #075290
}

    .btn-cyan-q:hover {
        background-color: #d9ecee !important;
        color: #075290
    }

    .btn-cyan-q svg {
        fill: #075290 !important
    }

.bg-green-p {
    background-color: #4b830d !important;
    color: #fff
}

    .bg-green-p:hover {
        color: #fff
    }

    .bg-green-p a:not(.btn) {
        color: #fff
    }

        .bg-green-p a:not(.btn):hover {
            color: #fff
        }

    .bg-green-p a svg {
        fill: #fff
    }

.bg-green-s {
    background-color: #84bc49 !important;
    color: #000
}

    .bg-green-s:hover {
        color: #000
    }

    .bg-green-s a:not(.btn) {
        color: #000
    }

        .bg-green-s a:not(.btn):hover {
            color: #000
        }

    .bg-green-s a svg {
        fill: #000
    }

.bg-green-t {
    background-color: #dcedc8 !important;
    color: #000
}

    .bg-green-t:hover {
        color: #000
    }

    .bg-green-t a svg {
        fill: #000
    }

    .bg-green-t.card-header a {
        color: #000
    }

.bg-green-q {
    background-color: #f1f8e9 !important;
    color: #000
}

    .bg-green-q:hover {
        color: #000
    }

    .bg-green-q a svg {
        fill: #000
    }

    .bg-green-q.card-header a {
        color: #000
    }

.b-green-p {
    border-color: #4b830d !important
}

.b-green-s {
    border-color: #84bc49 !important
}

.b-green-t {
    border-color: #dcedc8 !important
}

.b-green-q {
    border-color: #f1f8e9 !important
}

.bt-green-p {
    border-top-color: #4b830d !important
}

.bt-green-s {
    border-top-color: #84bc49 !important
}

.bt-green-t {
    border-top-color: #dcedc8 !important
}

.bt-green-q {
    border-top-color: #f1f8e9 !important
}

.br-green-p {
    border-right-color: #4b830d !important
}

.br-green-s {
    border-right-color: #84bc49 !important
}

.br-green-t {
    border-right-color: #dcedc8 !important
}

.br-green-q {
    border-right-color: #f1f8e9 !important
}

.bb-green-p {
    border-bottom-color: #4b830d !important
}

.bb-green-s {
    border-bottom-color: #84bc49 !important
}

.bb-green-t {
    border-bottom-color: #dcedc8 !important
}

.bb-green-q {
    border-bottom-color: #f1f8e9 !important
}

.bl-green-p {
    border-left-color: #4b830d !important
}

.bl-green-s {
    border-left-color: #84bc49 !important
}

.bl-green-t {
    border-left-color: #dcedc8 !important
}

.bl-green-q {
    border-left-color: #f1f8e9 !important
}

.fill-green-p, svg .fill-green-p, svg.fill-green-p {
    fill: #4b830d !important
}

    .fill-green-p::before, svg .fill-green-p::before, svg.fill-green-p::before {
        color: #4b830d !important
    }

.fill-green-s, svg .fill-green-s, svg.fill-green-s {
    fill: #84bc49 !important
}

    .fill-green-s::before, svg .fill-green-s::before, svg.fill-green-s::before {
        color: #84bc49 !important
    }

.fill-green-t, svg .fill-green-t, svg.fill-green-t {
    fill: #dcedc8 !important
}

    .fill-green-t::before, svg .fill-green-t::before, svg.fill-green-t::before {
        color: #dcedc8 !important
    }

.fill-green-q, svg .fill-green-q, svg.fill-green-q {
    fill: #f1f8e9 !important
}

    .fill-green-q::before, svg .fill-green-q::before, svg.fill-green-q::before {
        color: #f1f8e9 !important
    }

.btn-green-p {
    background-color: #4b830d !important;
    border-color: #4b830d !important;
    color: #fff
}

    .btn-green-p:hover {
        background-color: #3e6c0b !important;
        color: #fff
    }

    .btn-green-p svg {
        fill: #fff !important
    }

.btn-green-s {
    background-color: #84bc49 !important;
    border-color: #84bc49 !important;
    color: #000
}

    .btn-green-s:hover {
        background-color: #77ac3f !important;
        color: #000
    }

    .btn-green-s svg {
        fill: #000 !important
    }

.btn-green-t {
    background-color: #dcedc8 !important;
    border-color: #dcedc8 !important;
    color: #075290
}

    .btn-green-t:hover {
        background-color: #d0e7b5 !important;
        color: #075290
    }

    .btn-green-t svg {
        fill: #075290 !important
    }

.btn-green-q {
    background-color: #f1f8e9 !important;
    border-color: #f1f8e9 !important;
    color: #075290
}

    .btn-green-q:hover {
        background-color: #e5f2d6 !important;
        color: #075290
    }

    .btn-green-q svg {
        fill: #075290 !important
    }

.bg-amber-p {
    background-color: #fbab18 !important;
    color: #fff
}

    .bg-amber-p:hover {
        color: #fff
    }

    .bg-amber-p a:not(.btn) {
        color: #fff
    }

        .bg-amber-p a:not(.btn):hover {
            color: #fff
        }

    .bg-amber-p a svg {
        fill: #fff
    }

.bg-amber-s {
    background-color: #ffd54f !important;
    color: #000
}

    .bg-amber-s:hover {
        color: #000
    }

    .bg-amber-s a:not(.btn) {
        color: #000
    }

        .bg-amber-s a:not(.btn):hover {
            color: #000
        }

    .bg-amber-s a svg {
        fill: #000
    }

.bg-amber-t {
    background-color: #ffecb3 !important;
    color: #000
}

    .bg-amber-t:hover {
        color: #000
    }

    .bg-amber-t a svg {
        fill: #000
    }

    .bg-amber-t.card-header a {
        color: #000
    }

.bg-amber-q {
    background-color: #fff7e1 !important;
    color: #000
}

    .bg-amber-q:hover {
        color: #000
    }

    .bg-amber-q a svg {
        fill: #000
    }

    .bg-amber-q.card-header a {
        color: #000
    }

.b-amber-p {
    border-color: #fbab18 !important
}

.b-amber-s {
    border-color: #ffd54f !important
}

.b-amber-t {
    border-color: #ffecb3 !important
}

.b-amber-q {
    border-color: #fff7e1 !important
}

.bt-amber-p {
    border-top-color: #fbab18 !important
}

.bt-amber-s {
    border-top-color: #ffd54f !important
}

.bt-amber-t {
    border-top-color: #ffecb3 !important
}

.bt-amber-q {
    border-top-color: #fff7e1 !important
}

.br-amber-p {
    border-right-color: #fbab18 !important
}

.br-amber-s {
    border-right-color: #ffd54f !important
}

.br-amber-t {
    border-right-color: #ffecb3 !important
}

.br-amber-q {
    border-right-color: #fff7e1 !important
}

.bb-amber-p {
    border-bottom-color: #fbab18 !important
}

.bb-amber-s {
    border-bottom-color: #ffd54f !important
}

.bb-amber-t {
    border-bottom-color: #ffecb3 !important
}

.bb-amber-q {
    border-bottom-color: #fff7e1 !important
}

.bl-amber-p {
    border-left-color: #fbab18 !important
}

.bl-amber-s {
    border-left-color: #ffd54f !important
}

.bl-amber-t {
    border-left-color: #ffecb3 !important
}

.bl-amber-q {
    border-left-color: #fff7e1 !important
}

.fill-amber-p, svg .fill-amber-p, svg.fill-amber-p {
    fill: #fbab18 !important
}

    .fill-amber-p::before, svg .fill-amber-p::before, svg.fill-amber-p::before {
        color: #fbab18 !important
    }

.fill-amber-s, svg .fill-amber-s, svg.fill-amber-s {
    fill: #ffd54f !important
}

    .fill-amber-s::before, svg .fill-amber-s::before, svg.fill-amber-s::before {
        color: #ffd54f !important
    }

.fill-amber-t, svg .fill-amber-t, svg.fill-amber-t {
    fill: #ffecb3 !important
}

    .fill-amber-t::before, svg .fill-amber-t::before, svg.fill-amber-t::before {
        color: #ffecb3 !important
    }

.fill-amber-q, svg .fill-amber-q, svg.fill-amber-q {
    fill: #fff7e1 !important
}

    .fill-amber-q::before, svg .fill-amber-q::before, svg.fill-amber-q::before {
        color: #fff7e1 !important
    }

.btn-amber-p {
    background-color: #fbab18 !important;
    border-color: #fbab18 !important;
    color: #fff
}

    .btn-amber-p:hover {
        background-color: #f5a004 !important;
        color: #fff
    }

    .btn-amber-p svg {
        fill: #fff !important
    }

.btn-amber-s {
    background-color: #ffd54f !important;
    border-color: #ffd54f !important;
    color: #000
}

    .btn-amber-s:hover {
        background-color: #ffcf36 !important;
        color: #000
    }

    .btn-amber-s svg {
        fill: #000 !important
    }

.btn-amber-t {
    background-color: #ffecb3 !important;
    border-color: #ffecb3 !important;
    color: #075290
}

    .btn-amber-t:hover {
        background-color: #ffe69a !important;
        color: #075290
    }

    .btn-amber-t svg {
        fill: #075290 !important
    }

.btn-amber-q {
    background-color: #fff7e1 !important;
    border-color: #fff7e1 !important;
    color: #075290
}

    .btn-amber-q:hover {
        background-color: #fff0c8 !important;
        color: #075290
    }

    .btn-amber-q svg {
        fill: #075290 !important
    }

.bg-alert-r, .bg-alert-red {
    background-color: #870808 !important
}

.bg-r, .bg-red {
    background-color: #8f0000 !important
}

.bg-white {
    background: #fff !important
}

    .bg-white.card-header a {
        color: #000
    }

.bg-black {
    background: #000 !important
}

.b-white {
    border-color: #fff !important
}

.b-black {
    border-color: #000 !important
}

.bg-gray-d2 {
    background-color: #333 !important;
    color: #fff
}

    .bg-gray-d2:hover {
        color: #fff
    }

    .bg-gray-d2 a:not(.btn) {
        color: #fff
    }

        .bg-gray-d2 a:not(.btn):hover {
            color: #fff
        }

    .bg-gray-d2 a svg {
        fill: #fff
    }

.bg-gray-d1 {
    background-color: #555 !important;
    color: #fff
}

    .bg-gray-d1:hover {
        color: #fff
    }

    .bg-gray-d1 a:not(.btn) {
        color: #fff
    }

        .bg-gray-d1 a:not(.btn):hover {
            color: #fff
        }

    .bg-gray-d1 a svg {
        fill: #fff
    }

.bg-gray {
    background-color: #bdbdbd !important;
    color: #000
}

    .bg-gray:hover {
        color: #000
    }

    .bg-gray a:not(.btn) {
        color: #000
    }

        .bg-gray a:not(.btn):hover {
            color: #000
        }

    .bg-gray a svg {
        fill: #000
    }

.bg-gray-l1 {
    background-color: #e0e0e0 !important;
    color: #000
}

    .bg-gray-l1:hover {
        color: #000
    }

    .bg-gray-l1 a svg {
        fill: #000
    }

    .bg-gray-l1.card-header a {
        color: #000
    }

.bg-gray-l2 {
    background-color: #f0f0f0 !important;
    color: #000
}

    .bg-gray-l2:hover {
        color: #000
    }

    .bg-gray-l2 a svg {
        fill: #000
    }

    .bg-gray-l2.card-header a {
        color: #000
    }

.bg-gray-l3 {
    background-color: #f5f5f5 !important;
    color: #000
}

    .bg-gray-l3:hover {
        color: #000
    }

    .bg-gray-l3 a svg {
        fill: #000
    }

    .bg-gray-l3.card-header a {
        color: #000
    }

.btn-gray-d2 {
    background-color: #333 !important;
    color: #fff
}

    .btn-gray-d2:hover {
        color: #fff
    }

    .btn-gray-d2 a:not(.btn) {
        color: #fff
    }

        .btn-gray-d2 a:not(.btn):hover {
            color: #fff
        }

    .btn-gray-d2 a svg {
        fill: #fff
    }

    .btn-gray-d2 .file-details {
        color: #fff
    }

    .btn-gray-d2 svg {
        fill: #fff !important
    }

.btn-gray-d1 {
    background-color: #555 !important;
    color: #fff
}

    .btn-gray-d1:hover {
        color: #fff
    }

    .btn-gray-d1 a:not(.btn) {
        color: #fff
    }

        .btn-gray-d1 a:not(.btn):hover {
            color: #fff
        }

    .btn-gray-d1 a svg {
        fill: #fff
    }

    .btn-gray-d1 svg {
        fill: #fff !important
    }

.btn-gray {
    background-color: #bdbdbd !important;
    color: #000
}

    .btn-gray:hover {
        color: #000
    }

    .btn-gray a:not(.btn) {
        color: #000
    }

        .btn-gray a:not(.btn):hover {
            color: #000
        }

    .btn-gray a svg {
        fill: #000
    }

    .btn-gray svg {
        fill: #000 !important
    }

.btn-gray-l1 {
    background-color: #e0e0e0 !important;
    color: #000
}

    .btn-gray-l1:hover {
        color: #000
    }

    .btn-gray-l1 a:not(.btn) {
        color: #000
    }

        .btn-gray-l1 a:not(.btn):hover {
            color: #000
        }

    .btn-gray-l1 a svg {
        fill: #000
    }

    .btn-gray-l1 svg {
        fill: #000 !important
    }

.btn-gray-l2 {
    background-color: #f0f0f0 !important;
    color: #000
}

    .btn-gray-l2:hover {
        color: #000
    }

    .btn-gray-l2 a:not(.btn) {
        color: #000
    }

        .btn-gray-l2 a:not(.btn):hover {
            color: #000
        }

    .btn-gray-l2 a svg {
        fill: #000
    }

    .btn-gray-l2 svg {
        fill: #000 !important
    }

.btn-gray-l3 {
    background-color: #f5f5f5 !important;
    color: #000
}

    .btn-gray-l3:hover {
        color: #000
    }

    .btn-gray-l3 a:not(.btn) {
        color: #000
    }

        .btn-gray-l3 a:not(.btn):hover {
            color: #000
        }

    .btn-gray-l3 a svg {
        fill: #000
    }

    .btn-gray-l3 svg {
        fill: #000 !important
    }

.b-gray-d2 {
    border-color: #333 !important
}

.b-gray-d1 {
    border-color: #555 !important
}

.b-gray {
    border-color: #bdbdbd !important
}

.b-gray-l1 {
    border-color: #e0e0e0 !important
}

.b-gray-l2 {
    border-color: #f0f0f0 !important
}

.b-gray-l3 {
    border-color: #f5f5f5 !important
}

.bt-gray-d2 {
    border-color: #333 !important
}

.bt-gray-d1 {
    border-color: #555 !important
}

.bt-gray {
    border-color: #bdbdbd !important
}

.bt-gray-l1 {
    border-color: #e0e0e0 !important
}

.bt-gray-l2 {
    border-color: #f0f0f0 !important
}

.bt-gray-l3 {
    border-color: #f5f5f5 !important
}

.br-gray-d2 {
    border-color: #333 !important
}

.br-gray-d1 {
    border-color: #555 !important
}

.br-gray {
    border-color: #bdbdbd !important
}

.br-gray-l1 {
    border-color: #e0e0e0 !important
}

.br-gray-l2 {
    border-color: #f0f0f0 !important
}

.br-gray-l3 {
    border-color: #f5f5f5 !important
}

.bb-gray-d2 {
    border-color: #333 !important
}

.bb-gray-d1 {
    border-color: #555 !important
}

.bb-gray {
    border-color: #bdbdbd !important
}

.bb-gray-l1 {
    border-color: #e0e0e0 !important
}

.bb-gray-l2 {
    border-color: #f0f0f0 !important
}

.bb-gray-l3 {
    border-color: #f5f5f5 !important
}

.bl-gray-d2 {
    border-color: #333 !important
}

.bl-gray-d1 {
    border-color: #555 !important
}

.bl-gray {
    border-color: #bdbdbd !important
}

.bl-gray-l1 {
    border-color: #e0e0e0 !important
}

.bl-gray-l2 {
    border-color: #f0f0f0 !important
}

.bl-gray-l3 {
    border-color: #f5f5f5 !important
}

.c-white, .text-white {
    color: #fff !important
}

.c-black, .text-black {
    color: #000 !important
}

.c-red, .text-red {
    color: #8f0000 !important
}

.c-orange, .text-orange {
    color: orange !important
}

.c-blue, .text-blue {
    color: #005eaa !important
}

.c-gray-d2, .text-gray-d2 {
    color: #333 !important
}

.c-gray-d1, .text-gray-d1 {
    color: #555 !important
}

.c-gray, .text-gray {
    color: #bdbdbd !important
}

.c-gray-l1, .text-gray-l1 {
    color: #e0e0e0 !important
}

.c-gray-l2, .text-gray-l2 {
    color: #f0f0f0 !important
}

.c-gray-l3, .text-gray-l3 {
    color: #f5f5f5 !important
}

a.btn[class$="-p"]:hover {
    color: #fff
}

[class*=cc-] li, [class*=cc-] p {
    -moz-column-break-inside: avoid;
    break-inside: avoid-column
}

.cc-1 {
    -moz-column-count: 1;
    column-count: 1
}

.cc-2 {
    -moz-column-count: 2;
    column-count: 2
}

.cc-3 {
    -moz-column-count: 3;
    column-count: 3
}

.cc-4 {
    -moz-column-count: 4;
    column-count: 4
}

@media (min-width:576px) {
    .cc-sm-1 {
        -moz-column-count: 1;
        column-count: 1
    }

    .cc-sm-2 {
        -moz-column-count: 2;
        column-count: 2
    }

    .cc-sm-3 {
        -moz-column-count: 3;
        column-count: 3
    }

    .cc-sm-4 {
        -moz-column-count: 4;
        column-count: 4
    }
}

@media (min-width:768px) {
    .cc-md-1 {
        -moz-column-count: 1;
        column-count: 1
    }

    .cc-md-2 {
        -moz-column-count: 2;
        column-count: 2
    }

    .cc-md-3 {
        -moz-column-count: 3;
        column-count: 3
    }

    .cc-md-4 {
        -moz-column-count: 4;
        column-count: 4
    }
}

@media (min-width:992px) {
    .cc-lg-1 {
        -moz-column-count: 1;
        column-count: 1
    }

    .cc-lg-2 {
        -moz-column-count: 2;
        column-count: 2
    }

    .cc-lg-3 {
        -moz-column-count: 3;
        column-count: 3
    }

    .cc-lg-4 {
        -moz-column-count: 4;
        column-count: 4
    }
}

@media (min-width:1200px) {
    .cc-xl-1 {
        -moz-column-count: 1;
        column-count: 1
    }

    .cc-xl-2 {
        -moz-column-count: 2;
        column-count: 2
    }

    .cc-xl-3 {
        -moz-column-count: 3;
        column-count: 3
    }

    .cc-xl-4 {
        -moz-column-count: 4;
        column-count: 4
    }
}

@media (min-width:1440px) {
    .cc-xxl-1 {
        -moz-column-count: 1;
        column-count: 1
    }

    .cc-xxl-2 {
        -moz-column-count: 2;
        column-count: 2
    }

    .cc-xxl-3 {
        -moz-column-count: 3;
        column-count: 3
    }

    .cc-xxl-4 {
        -moz-column-count: 4;
        column-count: 4
    }
}

.cg-1 {
    -moz-column-gap: .25rem;
    column-gap: .25rem
}

.cg-2 {
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.cg-3 {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.cg-4 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem
}

.cg-5 {
    -moz-column-gap: 2rem;
    column-gap: 2rem
}

.crs-solid {
    -moz-column-rule-style: solid;
    column-rule-style: solid
}

.crs-dotted {
    -moz-column-rule-style: dotted;
    column-rule-style: dotted
}

.crs-dashed {
    -moz-column-rule-style: dashed;
    column-rule-style: dashed
}

.crw-1 {
    -moz-column-rule-width: 1px;
    column-rule-width: 1px
}

.crw-2 {
    -moz-column-rule-width: 2px;
    column-rule-width: 2px
}

.crw-3 {
    -moz-column-rule-width: 3px;
    column-rule-width: 3px
}

.crw-4 {
    -moz-column-rule-width: 4px;
    column-rule-width: 4px
}

.crw-5 {
    -moz-column-rule-width: 5px;
    column-rule-width: 5px
}

.crc-p {
    -moz-column-rule-color: #005eaa;
    column-rule-color: #005eaa
}

.crc-s {
    -moz-column-rule-color: #88c3ea;
    column-rule-color: #88c3ea
}

.cs-1 {
    -moz-column-span: 1;
    column-span: 1
}

.cs-all {
    -moz-column-span: all;
    column-span: all
}

.w-col12 {
    width: 100%
}

.w-col11 {
    width: 91.6%
}

.w-col10 {
    width: 83%
}

.w-col9 {
    width: 75%
}

.w-col8 {
    width: 66.6%
}

.w-col7 {
    width: 58.3%
}

.w-col6 {
    width: 50%
}

.w-col5 {
    width: 41.6%
}

.w-col4 {
    width: 33.3%
}

.w-col3 {
    width: 25%
}

.w-col2 {
    width: 16.6%
}

.w-col1 {
    width: 8.3%
}

@media only screen and (min-width:769px) {
    .w-md-col12 {
        width: 100%
    }

    .w-md-col11 {
        width: 91.6%
    }

    .w-md-col10 {
        width: 83%
    }

    .w-md-col9 {
        width: 75%
    }

    .w-md-col8 {
        width: 66.6%
    }

    .w-md-col7 {
        width: 58.3%
    }

    .w-md-col6 {
        width: 50%
    }

    .w-md-col5 {
        width: 41.6%
    }

    .w-md-col4 {
        width: 33.3%
    }

    .w-md-col3 {
        width: 25%
    }

    .w-md-col2 {
        width: 16.6%
    }

    .w-md-col1 {
        width: 8.3%
    }
}

.cur-auto {
    cursor: auto
}

.cur-default {
    cursor: default
}

.cur-none {
    cursor: none
}

.cur-context-menu {
    cursor: context-menu
}

.cur-help {
    cursor: help
}

.cur-pointer {
    cursor: pointer
}

.cur-progress {
    cursor: progress
}

.cur-wait {
    cursor: wait
}

.cur-cell {
    cursor: cell
}

.cur-crosshair {
    cursor: crosshair
}

.cur-text {
    cursor: text
}

.cur-vertical-text {
    cursor: vertical-text
}

.cur-alias {
    cursor: alias
}

.cur-copy {
    cursor: copy
}

.cur-move {
    cursor: move
}

.cur-no-drop {
    cursor: no-drop
}

.cur-not-allowed {
    cursor: not-allowed
}

.cur-all-scroll {
    cursor: all-scroll
}

.cur-col-resize {
    cursor: col-resize
}

.cur-row-resize {
    cursor: row-resize
}

.cur-n-resize {
    cursor: n-resize
}

.cur-e-resize {
    cursor: e-resize
}

.cur-s-resize {
    cursor: s-resize
}

.cur-w-resize {
    cursor: w-resize
}

.cur-ns-resize {
    cursor: ns-resize
}

.cur-ew-resize {
    cursor: ew-resize
}

.cur-ne-resize {
    cursor: ne-resize
}

.cur-nw-resize {
    cursor: nw-resize
}

.cur-se-resize {
    cursor: se-resize
}

.cur-sw-resize {
    cursor: sw-resize
}

.cur-nesw-resize {
    cursor: nesw-resize
}

.cur-nwse-resize {
    cursor: nwse-resize
}

.or-1 {
    order: 1
}

.or-2 {
    order: 2
}

.or-3 {
    order: 3
}

.or-4 {
    order: 4
}

.or-5 {
    order: 5
}

.or-6 {
    order: 6
}

.or-7 {
    order: 7
}

.or-8 {
    order: 8
}

.or-9 {
    order: 9
}

.or-10 {
    order: 10
}

.or-11 {
    order: 11
}

.or-12 {
    order: 12
}

.fa-start {
    align-content: flex-start !important
}

.fa-end {
    align-content: flex-end !important
}

.fa-center {
    align-content: center !important
}

.fa-between {
    align-content: space-between !important
}

.fa-around {
    align-content: space-around !important
}

.fa-stretch {
    align-content: stretch !important
}

.fj-start {
    justify-content: flex-start !important
}

.fj-end {
    justify-content: flex-end !important
}

.fj-center {
    justify-content: center !important
}

.fj-between {
    justify-content: space-between !important
}

.fj-around {
    justify-content: space-around !important
}

.fj-stretch {
    justify-content: space-evenly !important
}

.fd-row {
    flex-direction: row !important
}

.fd-row-reverse {
    flex-direction: row-reverse !important
}

.fd-col {
    flex-direction: column !important
}

.fd-col-reverse {
    flex-direction: column-reverse !important
}

.fb-auto {
    flex-basis: auto !important
}

.flex-fill {
    flex: 100% !important
}

.no-js .js-hidden {
    display: inherit
}

.no-js .js-hidden-block {
    display: block
}

.no-js .js-hidden-inline {
    display: inline
}

.no-js .js-hidden-inline-block {
    display: inline-block
}

.no-js .js-visible {
    visibility: hidden
}

.js .js-hidden {
    display: hidden
}

.js .js-hidden-block {
    display: hidden
}

.js .js-hidden-inline {
    display: hidden
}

.js .js-hidden-inline-block {
    display: hidden
}

.js .js-visible {
    visibility: visible
}

.lh1 {
    line-height: 1
}

.lh1-1 {
    line-height: 1.1
}

.lh1-2 {
    line-height: 1.2
}

.lh1-3 {
    line-height: 1.3
}

.lh1-4 {
    line-height: 1.4
}

.lh1-5 {
    line-height: 1.5
}

.lh1-6 {
    line-height: 1.6
}

.lh1-7 {
    line-height: 1.7
}

.lh1-8 {
    line-height: 1.8
}

.lh1-9 {
    line-height: 1.9
}

.lh2 {
    line-height: 2
}

.lla, .lst-la {
    list-style-type: lower-alpha
}

.llg, .lst-lg {
    list-style-type: lower-greek
}

.llr, .lst-lr {
    list-style-type: lower-roman
}

.lst-ua, .lua {
    list-style-type: upper-alpha
}

.lst-ur, .lur {
    list-style-type: upper-roman
}

.lsp-in {
    list-style-position: inside
}

.lsp-out {
    list-style-position: outside;
    padding-left: 1rem
}

    .lsp-out li {
        margin-left: 1.5rem
    }

.op-100 {
    opacity: 1
}

.op-90 {
    opacity: .9
}

.op-80 {
    opacity: .8
}

.op-75 {
    opacity: .75
}

.op-50 {
    opacity: .5
}

.op-25 {
    opacity: .25
}

.op-0 {
    opacity: 0
}

.of-v {
    overflow: visible
}

.of-h {
    overflow: hidden
}

.of-s {
    overflow: scroll
}

.of-a {
    overflow: auto
}

.of-x-s {
    overflow-x: scroll
}

.of-x-h {
    overflow-x: hidden
}

.of-x-v {
    overflow-x: visible
}

.of-x-a {
    overflow-x: auto
}

.of-y-s {
    overflow-y: scroll
}

.of-y-h {
    overflow-y: hidden
}

.of-y-v {
    overflow-y: visible
}

.of-y-a {
    overflow-y: auto
}

.p-rel {
    position: relative !important
}

.p-sta {
    position: static !important
}

.p-abs {
    position: absolute !important
}

.p-fix {
    position: fixed !important
}

.p-sti {
    position: -webkit-sticky !important;
    position: sticky !important
}

.p-cen {
    margin-left: auto !important;
    margin-right: auto !important
}

.p-mid {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important
}

.p-abs-cen {
    position: absolute;
    top: 50% !important;
    left: 50% !important;
    margin-right: -50% !important;
    transform: translate(-50%,-50%) !important
}

.p-top {
    top: 0 !important
}

.p-right {
    right: 0 !important
}

.p-bottom {
    bottom: 0 !important
}

.p-left {
    left: 0 !important
}

.p-edges {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important
}

.pin-top {
    position: absolute;
    top: 0
}

.pin-right {
    position: absolute;
    right: 0
}

.pin-bottom {
    position: absolute;
    bottom: 0
}

.pin-left {
    position: absolute;
    left: 0
}

.pin-top-left {
    position: absolute;
    top: 0;
    left: 0
}

.pin-top-right {
    position: absolute;
    top: 0;
    right: 0
}

.pin-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0
}

.pin-bottom-left {
    position: absolute;
    bottom: 0;
    left: 0
}

.p-fix-bottom {
    position: fixed;
    bottom: 0
}

.p-fix-top {
    position: fixed;
    top: 0
}

.p-x-0 {
    left: 0 !important
}

.p-x-25 {
    left: 25% !important;
    margin-right: -25% !important;
    transform: translate(-25%) !important
}

.p-x-33 {
    left: 33% !important;
    margin-right: -33% !important;
    transform: translate(-33%) !important
}

.p-x-50 {
    left: 50% !important;
    margin-right: -50% !important;
    transform: translate(-50%) !important
}

.p-x-66 {
    left: 66% !important;
    margin-right: -66% !important;
    transform: translate(-66%) !important
}

.p-x-75 {
    left: 75% !important;
    margin-right: -75% !important;
    transform: translate(-75%) !important
}

.p-x-100 {
    right: 0 !important
}

.p-y-0 {
    top: 0 !important
}

.p-y-25 {
    top: 25% !important
}

.p-y-33 {
    top: 33% !important
}

.p-y-50 {
    top: 50% !important
}

.p-y-66 {
    top: 66% !important
}

.p-y-75 {
    top: 75% !important
}

.p-y-100 {
    bottom: 0 !important
}

.z-0 {
    z-index: 0
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.z-30 {
    z-index: 30
}

.z-40 {
    z-index: 40
}

.z-50 {
    z-index: 50
}

.z-max {
    z-index: 2147483646
}

.z-supermax {
    z-index: 2147483647
}

.z-auto {
    z-index: auto
}

.pl-15 {
    padding-left: 15px !important
}

.pr-15 {
    padding-right: 15px !important
}

.d-list-item {
    display: list-item !important
}

@media (max-width:575px) {
    .pl-xs-15 {
        padding-left: 15px !important
    }

    .pr-xs-15 {
        padding-right: 15px !important
    }

    .display-xs-1 {
        font-size: 6rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-xs-2 {
        font-size: 5.5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-xs-3 {
        font-size: 5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-xs-4 {
        font-size: 4.5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-xs-5 {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-xs-6 {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .d-xs-list-item {
        display: list-item !important
    }

    .bt-xs-0 {
        border-top: none !important
    }

    .br-xs-0 {
        border-right: none !important
    }

    .bb-xs-0 {
        border-bottom: none !important
    }

    .bl-xs-0 {
        border-left: none !important
    }
}

@media (min-width:576px) {
    .pl-sm-15 {
        padding-left: 15px !important
    }

    .pr-sm-15 {
        padding-right: 15px !important
    }

    .display-sm-1 {
        font-size: 6rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-sm-2 {
        font-size: 5.5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-sm-3 {
        font-size: 5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-sm-4 {
        font-size: 4.5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-sm-5 {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-sm-6 {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .d-sm-list-item {
        display: list-item !important
    }

    .bt-sm-0 {
        border-top: none !important
    }

    .br-sm-0 {
        border-right: none !important
    }

    .bb-sm-0 {
        border-bottom: none !important
    }

    .bl-sm-0 {
        border-left: none !important
    }
}

@media (min-width:768px) {
    .pl-md-15 {
        padding-left: 15px !important
    }

    .pr-md-15 {
        padding-right: 15px !important
    }

    .display-md-1 {
        font-size: 6rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-md-2 {
        font-size: 5.5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-md-3 {
        font-size: 5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-md-4 {
        font-size: 4.5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-md-5 {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-md-6 {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .d-md-list-item {
        display: list-item !important
    }

    .bt-md-0 {
        border-top: none !important
    }

    .br-md-0 {
        border-right: none !important
    }

    .bb-md-0 {
        border-bottom: none !important
    }

    .bl-md-0 {
        border-left: none !important
    }
}

@media (min-width:992px) {
    .pl-lg-15 {
        padding-left: 15px !important
    }

    .pr-lg-15 {
        padding-right: 15px !important
    }

    .display-lg-1 {
        font-size: 6rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-lg-2 {
        font-size: 5.5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-lg-3 {
        font-size: 5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-lg-4 {
        font-size: 4.5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-lg-5 {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-lg-6 {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .d-lg-list-item {
        display: list-item !important
    }

    .bt-lg-0 {
        border-top: none !important
    }

    .br-lg-0 {
        border-right: none !important
    }

    .bb-lg-0 {
        border-bottom: none !important
    }

    .bl-lg-0 {
        border-left: none !important
    }
}

@media (min-width:1200px) {
    .pl-xl-15 {
        padding-left: 15px !important
    }

    .pr-xl-15 {
        padding-right: 15px !important
    }

    .display-xl-1 {
        font-size: 6rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-xl-2 {
        font-size: 5.5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-xl-3 {
        font-size: 5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-xl-4 {
        font-size: 4.5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-xl-5 {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-xl-6 {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .d-xl-list-item {
        display: list-item !important
    }

    .bt-xl-0 {
        border-top: none !important
    }

    .br-xl-0 {
        border-right: none !important
    }

    .bb-xl-0 {
        border-bottom: none !important
    }

    .bl-xl-0 {
        border-left: none !important
    }
}

@media (min-width:1440px) {
    .pl-xxl-15 {
        padding-left: 15px !important
    }

    .pr-xxl-15 {
        padding-right: 15px !important
    }

    .display-xxl-1 {
        font-size: 6rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-xxl-2 {
        font-size: 5.5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-xxl-3 {
        font-size: 5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-xxl-4 {
        font-size: 4.5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-xxl-5 {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .display-xxl-6 {
        font-size: 1.5rem;
        font-weight: 300;
        line-height: 1.1
    }

    .d-xxl-list-item {
        display: list-item !important
    }

    .bt-xxl-0 {
        border-top: none !important
    }

    .br-xxl-0 {
        border-right: none !important
    }

    .bb-xxl-0 {
        border-bottom: none !important
    }

    .bl-xxl-0 {
        border-left: none !important
    }
}

.w-33 {
    width: 33% !important
}

.w-66 {
    width: 66% !important
}

.w-025 {
    width: .25rem !important
}

.w-05 {
    width: .5rem !important
}

.w-075 {
    width: .75rem !important
}

.w-1 {
    width: 1rem !important
}

.w-125 {
    width: 1.25rem !important
}

.w-15 {
    width: 1.5rem !important
}

.w-175 {
    width: 1.75rem !important
}

.w-2 {
    width: 2rem !important
}

.w-225 {
    width: 2.25rem !important
}

.w-25 {
    width: 2.5rem !important
}

.w-3 {
    width: 3rem !important
}

.w-4 {
    width: 4rem !important
}

.w-6 {
    width: 6rem !important
}

.w-8 {
    width: 8rem !important
}

.w-10 {
    width: 10rem !important
}

.w-12 {
    width: 13rem !important
}

.w-14 {
    width: 14rem !important
}

.w-20 {
    width: 20rem !important
}

.w-30 {
    width: 30rem !important
}

.w-40 {
    width: 40rem !important
}

@media (min-width:576px) {
    .w-sm-25 {
        width: 25% !important
    }

    .w-sm-33 {
        width: 33% !important
    }

    .w-sm-66 {
        width: 66% !important
    }

    .w-sm-50 {
        width: 50% !important
    }

    .w-sm-75 {
        width: 75% !important
    }

    .w-sm-100 {
        width: 100% !important
    }

    .w-sm-1 {
        width: 1rem !important
    }

    .w-sm-2 {
        width: 2rem !important
    }

    .w-sm-3 {
        width: 3rem !important
    }

    .w-sm-4 {
        width: 4rem !important
    }

    .w-sm-6 {
        width: 6rem !important
    }

    .w-sm-8 {
        width: 8rem !important
    }

    .w-sm-10 {
        width: 10rem !important
    }

    .w-sm-12 {
        width: 12rem !important
    }

    .w-sm-14 {
        width: 14rem !important
    }

    .w-sm-20 {
        width: 20rem !important
    }

    .w-sm-30 {
        width: 30rem !important
    }

    .w-sm-40 {
        width: 40rem !important
    }

    .minw-sm-1 {
        min-width: 1rem !important
    }

    .minw-sm-2 {
        min-width: 2rem !important
    }

    .minw-sm-3 {
        min-width: 3rem !important
    }

    .minw-sm-4 {
        min-width: 4rem !important
    }

    .minw-sm-6 {
        min-width: 6rem !important
    }

    .minw-sm-8 {
        min-width: 8rem !important
    }

    .minw-sm-10 {
        min-width: 10rem !important
    }

    .minw-sm-12 {
        min-width: 12rem !important
    }

    .minw-sm-14 {
        min-width: 14rem !important
    }

    .minw-sm-20 {
        min-width: 20rem !important
    }

    .minw-sm-30 {
        min-width: 30rem !important
    }

    .minw-sm-40 {
        min-width: 40rem !important
    }

    .maxw-sm-1 {
        max-width: 1rem !important
    }

    .maxw-sm-2 {
        max-width: 2rem !important
    }

    .maxw-sm-3 {
        max-width: 3rem !important
    }

    .maxw-sm-4 {
        max-width: 4rem !important
    }

    .maxw-sm-6 {
        max-width: 6rem !important
    }

    .maxw-sm-8 {
        max-width: 8rem !important
    }

    .maxw-sm-10 {
        max-width: 10rem !important
    }

    .maxw-sm-12 {
        max-width: 12rem !important
    }

    .maxw-sm-14 {
        max-width: 14rem !important
    }

    .maxw-sm-20 {
        max-width: 20rem !important
    }

    .maxw-sm-30 {
        max-width: 30rem !important
    }

    .maxw-sm-40 {
        max-width: 40rem !important
    }
}

@media (min-width:768px) {
    .w-md-25 {
        width: 25% !important
    }

    .w-md-33 {
        width: 33% !important
    }

    .w-md-66 {
        width: 66% !important
    }

    .w-md-50 {
        width: 50% !important
    }

    .w-md-75 {
        width: 75% !important
    }

    .w-md-100 {
        width: 100% !important
    }

    .w-md-1 {
        width: 1rem !important
    }

    .w-md-2 {
        width: 2rem !important
    }

    .w-md-3 {
        width: 3rem !important
    }

    .w-md-4 {
        width: 4rem !important
    }

    .w-md-6 {
        width: 6rem !important
    }

    .w-md-8 {
        width: 8rem !important
    }

    .w-md-10 {
        width: 10rem !important
    }

    .w-md-12 {
        width: 12rem !important
    }

    .w-md-14 {
        width: 14rem !important
    }

    .w-md-20 {
        width: 20rem !important
    }

    .w-md-30 {
        width: 30rem !important
    }

    .w-md-40 {
        width: 40rem !important
    }

    .minw-md-1 {
        min-width: 1rem !important
    }

    .minw-md-2 {
        min-width: 2rem !important
    }

    .minw-md-3 {
        min-width: 3rem !important
    }

    .minw-md-4 {
        min-width: 4rem !important
    }

    .minw-md-6 {
        min-width: 6rem !important
    }

    .minw-md-8 {
        min-width: 8rem !important
    }

    .minw-md-10 {
        min-width: 10rem !important
    }

    .minw-md-12 {
        min-width: 12rem !important
    }

    .minw-md-14 {
        min-width: 14rem !important
    }

    .minw-md-20 {
        min-width: 20rem !important
    }

    .minw-md-30 {
        min-width: 30rem !important
    }

    .minw-md-40 {
        min-width: 40rem !important
    }

    .maxw-md-1 {
        max-width: 1rem !important
    }

    .maxw-md-2 {
        max-width: 2rem !important
    }

    .maxw-md-3 {
        max-width: 3rem !important
    }

    .maxw-md-4 {
        max-width: 4rem !important
    }

    .maxw-md-6 {
        max-width: 6rem !important
    }

    .maxw-md-8 {
        max-width: 8rem !important
    }

    .maxw-md-10 {
        max-width: 10rem !important
    }

    .maxw-md-12 {
        max-width: 12rem !important
    }

    .maxw-md-14 {
        max-width: 14rem !important
    }

    .maxw-md-20 {
        max-width: 20rem !important
    }

    .maxw-md-30 {
        max-width: 30rem !important
    }

    .maxw-md-40 {
        max-width: 40rem !important
    }
}

@media (min-width:992px) {
    .w-lg-25 {
        width: 25% !important
    }

    .w-lg-33 {
        width: 33% !important
    }

    .w-lg-66 {
        width: 66% !important
    }

    .w-lg-50 {
        width: 50% !important
    }

    .w-lg-75 {
        width: 75% !important
    }

    .w-lg-100 {
        width: 100% !important
    }

    .w-lg-1 {
        width: 1rem !important
    }

    .w-lg-2 {
        width: 2rem !important
    }

    .w-lg-3 {
        width: 3rem !important
    }

    .w-lg-4 {
        width: 4rem !important
    }

    .w-lg-6 {
        width: 6rem !important
    }

    .w-lg-8 {
        width: 8rem !important
    }

    .w-lg-10 {
        width: 10rem !important
    }

    .w-lg-12 {
        width: 12rem !important
    }

    .w-lg-14 {
        width: 14rem !important
    }

    .w-lg-20 {
        width: 20rem !important
    }

    .w-lg-30 {
        width: 30rem !important
    }

    .w-lg-40 {
        width: 40rem !important
    }

    .minw-lg-1 {
        min-width: 1rem !important
    }

    .minw-lg-2 {
        min-width: 2rem !important
    }

    .minw-lg-3 {
        min-width: 3rem !important
    }

    .minw-lg-4 {
        min-width: 4rem !important
    }

    .minw-lg-6 {
        min-width: 6rem !important
    }

    .minw-lg-8 {
        min-width: 8rem !important
    }

    .minw-lg-10 {
        min-width: 10rem !important
    }

    .minw-lg-12 {
        min-width: 12rem !important
    }

    .minw-lg-14 {
        min-width: 14rem !important
    }

    .minw-lg-20 {
        min-width: 20rem !important
    }

    .minw-lg-30 {
        min-width: 30rem !important
    }

    .minw-lg-40 {
        min-width: 40rem !important
    }

    .maxw-lg-1 {
        max-width: 1rem !important
    }

    .maxw-lg-2 {
        max-width: 2rem !important
    }

    .maxw-lg-3 {
        max-width: 3rem !important
    }

    .maxw-lg-4 {
        max-width: 4rem !important
    }

    .maxw-lg-6 {
        max-width: 6rem !important
    }

    .maxw-lg-8 {
        max-width: 8rem !important
    }

    .maxw-lg-10 {
        max-width: 10rem !important
    }

    .maxw-lg-12 {
        max-width: 12rem !important
    }

    .maxw-lg-14 {
        max-width: 14rem !important
    }

    .maxw-lg-20 {
        max-width: 20rem !important
    }

    .maxw-lg-30 {
        max-width: 30rem !important
    }

    .maxw-lg-40 {
        max-width: 40rem !important
    }
}

@media (min-width:1200px) {
    .w-xl-25 {
        width: 25% !important
    }

    .w-xl-33 {
        width: 33% !important
    }

    .w-xl-66 {
        width: 66% !important
    }

    .w-xl-50 {
        width: 50% !important
    }

    .w-xl-75 {
        width: 75% !important
    }

    .w-xl-100 {
        width: 100% !important
    }

    .w-xl-1 {
        width: 1rem !important
    }

    .w-xl-2 {
        width: 2rem !important
    }

    .w-xl-3 {
        width: 3rem !important
    }

    .w-xl-4 {
        width: 4rem !important
    }

    .w-xl-6 {
        width: 6rem !important
    }

    .w-xl-8 {
        width: 8rem !important
    }

    .w-xl-10 {
        width: 10rem !important
    }

    .w-xl-12 {
        width: 12rem !important
    }

    .w-xl-14 {
        width: 14rem !important
    }

    .w-xl-20 {
        width: 20rem !important
    }

    .w-xl-30 {
        width: 30rem !important
    }

    .w-xl-40 {
        width: 40rem !important
    }

    .minw-xl-1 {
        min-width: 1rem !important
    }

    .minw-xl-2 {
        min-width: 2rem !important
    }

    .minw-xl-3 {
        min-width: 3rem !important
    }

    .minw-xl-4 {
        min-width: 4rem !important
    }

    .minw-xl-6 {
        min-width: 6rem !important
    }

    .minw-xl-8 {
        min-width: 8rem !important
    }

    .minw-xl-10 {
        min-width: 10rem !important
    }

    .minw-xl-12 {
        min-width: 12rem !important
    }

    .minw-xl-14 {
        min-width: 14rem !important
    }

    .minw-xl-20 {
        min-width: 20rem !important
    }

    .minw-xl-30 {
        min-width: 30rem !important
    }

    .minw-xl-40 {
        min-width: 40rem !important
    }

    .maxw-xl-1 {
        max-width: 1rem !important
    }

    .maxw-xl-2 {
        max-width: 2rem !important
    }

    .maxw-xl-3 {
        max-width: 3rem !important
    }

    .maxw-xl-4 {
        max-width: 4rem !important
    }

    .maxw-xl-6 {
        max-width: 6rem !important
    }

    .maxw-xl-8 {
        max-width: 8rem !important
    }

    .maxw-xl-10 {
        max-width: 10rem !important
    }

    .maxw-xl-12 {
        max-width: 12rem !important
    }

    .maxw-xl-14 {
        max-width: 14rem !important
    }

    .maxw-xl-20 {
        max-width: 20rem !important
    }

    .maxw-xl-30 {
        max-width: 30rem !important
    }

    .maxw-xl-40 {
        max-width: 40rem !important
    }
}

@media (min-width:1440px) {
    .w-xxl-25 {
        width: 25% !important
    }

    .w-xxl-33 {
        width: 33% !important
    }

    .w-xxl-66 {
        width: 66% !important
    }

    .w-xxl-50 {
        width: 50% !important
    }

    .w-xxl-75 {
        width: 75% !important
    }

    .w-xxl-100 {
        width: 100% !important
    }

    .w-xxl-1 {
        width: 1rem !important
    }

    .w-xxl-2 {
        width: 2rem !important
    }

    .w-xxl-3 {
        width: 3rem !important
    }

    .w-xxl-4 {
        width: 4rem !important
    }

    .w-xxl-6 {
        width: 6rem !important
    }

    .w-xxl-8 {
        width: 8rem !important
    }

    .w-xxl-10 {
        width: 10rem !important
    }

    .w-xxl-12 {
        width: 12rem !important
    }

    .w-xxl-14 {
        width: 14rem !important
    }

    .w-xxl-20 {
        width: 20rem !important
    }

    .w-xxl-30 {
        width: 30rem !important
    }

    .w-xxl-40 {
        width: 40rem !important
    }

    .minw-xxl-1 {
        min-width: 1rem !important
    }

    .minw-xxl-2 {
        min-width: 2rem !important
    }

    .minw-xxl-3 {
        min-width: 3rem !important
    }

    .minw-xxl-4 {
        min-width: 4rem !important
    }

    .minw-xxl-6 {
        min-width: 6rem !important
    }

    .minw-xxl-8 {
        min-width: 8rem !important
    }

    .minw-xxl-10 {
        min-width: 10rem !important
    }

    .minw-xxl-12 {
        min-width: 12rem !important
    }

    .minw-xxl-14 {
        min-width: 14rem !important
    }

    .minw-xxl-20 {
        min-width: 20rem !important
    }

    .minw-xxl-30 {
        min-width: 30rem !important
    }

    .minw-xxl-40 {
        min-width: 40rem !important
    }

    .maxw-xxl-1 {
        max-width: 1rem !important
    }

    .maxw-xxl-2 {
        max-width: 2rem !important
    }

    .maxw-xxl-3 {
        max-width: 3rem !important
    }

    .maxw-xxl-4 {
        max-width: 4rem !important
    }

    .maxw-xxl-6 {
        max-width: 6rem !important
    }

    .maxw-xxl-8 {
        max-width: 8rem !important
    }

    .maxw-xxl-10 {
        max-width: 10rem !important
    }

    .maxw-xxl-12 {
        max-width: 12rem !important
    }

    .maxw-xxl-14 {
        max-width: 14rem !important
    }

    .maxw-xxl-20 {
        max-width: 20rem !important
    }

    .maxw-xxl-30 {
        max-width: 30rem !important
    }

    .maxw-xxl-40 {
        max-width: 40rem !important
    }
}

.minw-33 {
    min-width: 33% !important
}

.minw-66 {
    min-width: 66% !important
}

.minw-025 {
    min-width: .25rem !important
}

.minw-05 {
    min-width: .5rem !important
}

.minw-075 {
    min-width: .75rem !important
}

.minw-1 {
    min-width: 1rem !important
}

.minw-125 {
    min-width: 1.25rem !important
}

.minw-15 {
    min-width: 1.5rem !important
}

.minw-175 {
    min-width: 1.75rem !important
}

.minw-2 {
    min-width: 2rem !important
}

.minw-225 {
    min-width: 2.25rem !important
}

.minw-25 {
    min-width: 2.5rem !important
}

.minw-3 {
    min-width: 3rem !important
}

.minw-4 {
    min-width: 4rem !important
}

.minw-6 {
    min-width: 6rem !important
}

.minw-8 {
    min-width: 8rem !important
}

.minw-10 {
    min-width: 10rem !important
}

.minw-12 {
    min-width: 13rem !important
}

.minw-14 {
    min-width: 14rem !important
}

.minw-20 {
    min-width: 20rem !important
}

.minw-30 {
    min-width: 30rem !important
}

.minw-40 {
    min-width: 40rem !important
}

.maxw-1 {
    max-width: 1rem !important
}

.maxw-2 {
    max-width: 2rem !important
}

.maxw-3 {
    max-width: 3rem !important
}

.maxw-4 {
    max-width: 4rem !important
}

.maxw-6 {
    max-width: 6rem !important
}

.maxw-8 {
    max-width: 8rem !important
}

.maxw-10 {
    max-width: 10rem !important
}

.maxw-12 {
    max-width: 12rem !important
}

.maxw-14 {
    max-width: 14rem !important
}

.maxw-20 {
    max-width: 20rem !important
}

.maxw-30 {
    max-width: 30rem !important
}

.maxw-40 {
    max-width: 40rem !important
}

.vw5 {
    width: 5vw
}

.vw10 {
    width: 10vw
}

.vw15 {
    width: 15vw
}

.vw20 {
    width: 20vw
}

.vw25 {
    width: 25vw
}

.vw30 {
    width: 30vw
}

.vw35 {
    width: 35vw
}

.vw40 {
    width: 40vw
}

.vw45 {
    width: 45vw
}

.vw50 {
    width: 50vw
}

.vw55 {
    width: 55vw
}

.vw60 {
    width: 60vw
}

.vw65 {
    width: 65vw
}

.vw70 {
    width: 70vw
}

.vw75 {
    width: 75vw
}

.vw80 {
    width: 80vw
}

.vw85 {
    width: 85vw
}

.vw90 {
    width: 90vw
}

.vw95 {
    width: 95vw
}

.vw100 {
    width: 100vw
}

.h-33 {
    height: 33% !important
}

.h-66 {
    height: 66% !important
}

.h-025 {
    height: .25rem !important
}

.h-05 {
    height: .5rem !important
}

.h-075 {
    height: .75rem !important
}

.h-1 {
    height: 1rem !important
}

.h-125 {
    height: 1.25rem !important
}

.h-15 {
    height: 1.5rem !important
}

.h-175 {
    height: 1.75rem !important
}

.h-2 {
    height: 2rem !important
}

.h-225 {
    height: 2.25rem !important
}

.h-25 {
    height: 2.5rem !important
}

.h-3 {
    height: 3rem !important
}

.h-4 {
    height: 4rem !important
}

.h-6 {
    height: 6rem !important
}

.h-8 {
    height: 8rem !important
}

.h-10 {
    height: 10rem !important
}

.h-12 {
    height: 13rem !important
}

.h-14 {
    height: 14rem !important
}

.h-16 {
    height: 16rem !important
}

.h-18 {
    height: 18rem !important
}

.h-20 {
    height: 20rem !important
}

.h-22 {
    height: 22rem !important
}

.h-24 {
    height: 24rem !important
}

.h-26 {
    height: 26rem !important
}

.h-28 {
    height: 28rem !important
}

.h-30 {
    height: 30rem !important
}

.h-32 {
    height: 32rem !important
}

.h-34 {
    height: 34rem !important
}

.h-36 {
    height: 36rem !important
}

.h-38 {
    height: 38rem !important
}

.h-40 {
    height: 40rem !important
}

@media (min-width:576px) {
    .h-sm-1 {
        height: 1rem !important
    }

    .h-sm-2 {
        height: 2rem !important
    }

    .h-sm-3 {
        height: 3rem !important
    }

    .h-sm-4 {
        height: 4rem !important
    }

    .h-sm-6 {
        height: 6rem !important
    }

    .h-sm-8 {
        height: 8rem !important
    }

    .h-sm-10 {
        height: 10rem !important
    }

    .h-sm-12 {
        height: 12rem !important
    }

    .h-sm-14 {
        height: 14rem !important
    }

    .h-sm-20 {
        height: 20rem !important
    }

    .h-sm-30 {
        height: 30rem !important
    }

    .h-sm-40 {
        height: 40rem !important
    }

    .minh-sm-1 {
        min-height: 1rem !important
    }

    .minh-sm-2 {
        min-height: 2rem !important
    }

    .minh-sm-3 {
        min-height: 3rem !important
    }

    .minh-sm-4 {
        min-height: 4rem !important
    }

    .minh-sm-6 {
        min-height: 6rem !important
    }

    .minh-sm-8 {
        min-height: 8rem !important
    }

    .minh-sm-10 {
        min-height: 10rem !important
    }

    .minh-sm-12 {
        min-height: 12rem !important
    }

    .minh-sm-14 {
        min-height: 14rem !important
    }

    .minh-sm-20 {
        min-height: 20rem !important
    }

    .minh-sm-30 {
        min-height: 30rem !important
    }

    .minh-sm-40 {
        min-height: 40rem !important
    }

    .maxh-sm-1 {
        max-height: 1rem !important
    }

    .maxh-sm-2 {
        max-height: 2rem !important
    }

    .maxh-sm-3 {
        max-height: 3rem !important
    }

    .maxh-sm-4 {
        max-height: 4rem !important
    }

    .maxh-sm-6 {
        max-height: 6rem !important
    }

    .maxh-sm-8 {
        max-height: 8rem !important
    }

    .maxh-sm-10 {
        max-height: 10rem !important
    }

    .maxh-sm-12 {
        max-height: 12rem !important
    }

    .maxh-sm-14 {
        max-height: 14rem !important
    }

    .maxh-sm-20 {
        max-height: 20rem !important
    }

    .maxh-sm-30 {
        max-height: 30rem !important
    }

    .maxh-sm-40 {
        max-height: 40rem !important
    }
}

@media (min-width:768px) {
    .h-md-1 {
        height: 1rem !important
    }

    .h-md-2 {
        height: 2rem !important
    }

    .h-md-3 {
        height: 3rem !important
    }

    .h-md-4 {
        height: 4rem !important
    }

    .h-md-6 {
        height: 6rem !important
    }

    .h-md-8 {
        height: 8rem !important
    }

    .h-md-10 {
        height: 10rem !important
    }

    .h-md-12 {
        height: 12rem !important
    }

    .h-md-14 {
        height: 14rem !important
    }

    .h-md-20 {
        height: 20rem !important
    }

    .h-md-30 {
        height: 30rem !important
    }

    .h-md-40 {
        height: 40rem !important
    }

    .minh-md-1 {
        min-height: 1rem !important
    }

    .minh-md-2 {
        min-height: 2rem !important
    }

    .minh-md-3 {
        min-height: 3rem !important
    }

    .minh-md-4 {
        min-height: 4rem !important
    }

    .minh-md-6 {
        min-height: 6rem !important
    }

    .minh-md-8 {
        min-height: 8rem !important
    }

    .minh-md-10 {
        min-height: 10rem !important
    }

    .minh-md-12 {
        min-height: 12rem !important
    }

    .minh-md-14 {
        min-height: 14rem !important
    }

    .minh-md-20 {
        min-height: 20rem !important
    }

    .minh-md-30 {
        min-height: 30rem !important
    }

    .minh-md-40 {
        min-height: 40rem !important
    }

    .maxh-md-1 {
        max-height: 1rem !important
    }

    .maxh-md-2 {
        max-height: 2rem !important
    }

    .maxh-md-3 {
        max-height: 3rem !important
    }

    .maxh-md-4 {
        max-height: 4rem !important
    }

    .maxh-md-6 {
        max-height: 6rem !important
    }

    .maxh-md-8 {
        max-height: 8rem !important
    }

    .maxh-md-10 {
        max-height: 10rem !important
    }

    .maxh-md-12 {
        max-height: 12rem !important
    }

    .maxh-md-14 {
        max-height: 14rem !important
    }

    .maxh-md-20 {
        max-height: 20rem !important
    }

    .maxh-md-30 {
        max-height: 30rem !important
    }

    .maxh-md-40 {
        max-height: 40rem !important
    }
}

@media (min-width:992px) {
    .h-lg-1 {
        height: 1rem !important
    }

    .h-lg-2 {
        height: 2rem !important
    }

    .h-lg-3 {
        height: 3rem !important
    }

    .h-lg-4 {
        height: 4rem !important
    }

    .h-lg-6 {
        height: 6rem !important
    }

    .h-lg-8 {
        height: 8rem !important
    }

    .h-lg-10 {
        height: 10rem !important
    }

    .h-lg-12 {
        height: 12rem !important
    }

    .h-lg-14 {
        height: 14rem !important
    }

    .h-lg-20 {
        height: 20rem !important
    }

    .h-lg-30 {
        height: 30rem !important
    }

    .h-lg-40 {
        height: 40rem !important
    }

    .minh-lg-1 {
        min-height: 1rem !important
    }

    .minh-lg-2 {
        min-height: 2rem !important
    }

    .minh-lg-3 {
        min-height: 3rem !important
    }

    .minh-lg-4 {
        min-height: 4rem !important
    }

    .minh-lg-6 {
        min-height: 6rem !important
    }

    .minh-lg-8 {
        min-height: 8rem !important
    }

    .minh-lg-10 {
        min-height: 10rem !important
    }

    .minh-lg-12 {
        min-height: 12rem !important
    }

    .minh-lg-14 {
        min-height: 14rem !important
    }

    .minh-lg-20 {
        min-height: 20rem !important
    }

    .minh-lg-30 {
        min-height: 30rem !important
    }

    .minh-lg-40 {
        min-height: 40rem !important
    }

    .maxh-lg-1 {
        max-height: 1rem !important
    }

    .maxh-lg-2 {
        max-height: 2rem !important
    }

    .maxh-lg-3 {
        max-height: 3rem !important
    }

    .maxh-lg-4 {
        max-height: 4rem !important
    }

    .maxh-lg-6 {
        max-height: 6rem !important
    }

    .maxh-lg-8 {
        max-height: 8rem !important
    }

    .maxh-lg-10 {
        max-height: 10rem !important
    }

    .maxh-lg-12 {
        max-height: 12rem !important
    }

    .maxh-lg-14 {
        max-height: 14rem !important
    }

    .maxh-lg-20 {
        max-height: 20rem !important
    }

    .maxh-lg-30 {
        max-height: 30rem !important
    }

    .maxh-lg-40 {
        max-height: 40rem !important
    }
}

@media (min-width:1200px) {
    .h-xl-1 {
        height: 1rem !important
    }

    .h-xl-2 {
        height: 2rem !important
    }

    .h-xl-3 {
        height: 3rem !important
    }

    .h-xl-4 {
        height: 4rem !important
    }

    .h-xl-6 {
        height: 6rem !important
    }

    .h-xl-8 {
        height: 8rem !important
    }

    .h-xl-10 {
        height: 10rem !important
    }

    .h-xl-12 {
        height: 12rem !important
    }

    .h-xl-14 {
        height: 14rem !important
    }

    .h-xl-20 {
        height: 20rem !important
    }

    .h-xl-30 {
        height: 30rem !important
    }

    .h-xl-40 {
        height: 40rem !important
    }

    .minh-xl-1 {
        min-height: 1rem !important
    }

    .minh-xl-2 {
        min-height: 2rem !important
    }

    .minh-xl-3 {
        min-height: 3rem !important
    }

    .minh-xl-4 {
        min-height: 4rem !important
    }

    .minh-xl-6 {
        min-height: 6rem !important
    }

    .minh-xl-8 {
        min-height: 8rem !important
    }

    .minh-xl-10 {
        min-height: 10rem !important
    }

    .minh-xl-12 {
        min-height: 12rem !important
    }

    .minh-xl-14 {
        min-height: 14rem !important
    }

    .minh-xl-20 {
        min-height: 20rem !important
    }

    .minh-xl-30 {
        min-height: 30rem !important
    }

    .minh-xl-40 {
        min-height: 40rem !important
    }

    .maxh-xl-1 {
        max-height: 1rem !important
    }

    .maxh-xl-2 {
        max-height: 2rem !important
    }

    .maxh-xl-3 {
        max-height: 3rem !important
    }

    .maxh-xl-4 {
        max-height: 4rem !important
    }

    .maxh-xl-6 {
        max-height: 6rem !important
    }

    .maxh-xl-8 {
        max-height: 8rem !important
    }

    .maxh-xl-10 {
        max-height: 10rem !important
    }

    .maxh-xl-12 {
        max-height: 12rem !important
    }

    .maxh-xl-14 {
        max-height: 14rem !important
    }

    .maxh-xl-20 {
        max-height: 20rem !important
    }

    .maxh-xl-30 {
        max-height: 30rem !important
    }

    .maxh-xl-40 {
        max-height: 40rem !important
    }
}

@media (min-width:1440px) {
    .h-xxl-1 {
        height: 1rem !important
    }

    .h-xxl-2 {
        height: 2rem !important
    }

    .h-xxl-3 {
        height: 3rem !important
    }

    .h-xxl-4 {
        height: 4rem !important
    }

    .h-xxl-6 {
        height: 6rem !important
    }

    .h-xxl-8 {
        height: 8rem !important
    }

    .h-xxl-10 {
        height: 10rem !important
    }

    .h-xxl-12 {
        height: 12rem !important
    }

    .h-xxl-14 {
        height: 14rem !important
    }

    .h-xxl-20 {
        height: 20rem !important
    }

    .h-xxl-30 {
        height: 30rem !important
    }

    .h-xxl-40 {
        height: 40rem !important
    }

    .minh-xxl-1 {
        min-height: 1rem !important
    }

    .minh-xxl-2 {
        min-height: 2rem !important
    }

    .minh-xxl-3 {
        min-height: 3rem !important
    }

    .minh-xxl-4 {
        min-height: 4rem !important
    }

    .minh-xxl-6 {
        min-height: 6rem !important
    }

    .minh-xxl-8 {
        min-height: 8rem !important
    }

    .minh-xxl-10 {
        min-height: 10rem !important
    }

    .minh-xxl-12 {
        min-height: 12rem !important
    }

    .minh-xxl-14 {
        min-height: 14rem !important
    }

    .minh-xxl-20 {
        min-height: 20rem !important
    }

    .minh-xxl-30 {
        min-height: 30rem !important
    }

    .minh-xxl-40 {
        min-height: 40rem !important
    }

    .maxh-xxl-1 {
        max-height: 1rem !important
    }

    .maxh-xxl-2 {
        max-height: 2rem !important
    }

    .maxh-xxl-3 {
        max-height: 3rem !important
    }

    .maxh-xxl-4 {
        max-height: 4rem !important
    }

    .maxh-xxl-6 {
        max-height: 6rem !important
    }

    .maxh-xxl-8 {
        max-height: 8rem !important
    }

    .maxh-xxl-10 {
        max-height: 10rem !important
    }

    .maxh-xxl-12 {
        max-height: 12rem !important
    }

    .maxh-xxl-14 {
        max-height: 14rem !important
    }

    .maxh-xxl-20 {
        max-height: 20rem !important
    }

    .maxh-xxl-30 {
        max-height: 30rem !important
    }

    .maxh-xxl-40 {
        max-height: 40rem !important
    }
}

.minh-33 {
    min-height: 33% !important
}

.minh-66 {
    min-height: 66% !important
}

.minh-025 {
    height: .25rem !important
}

.minh-05 {
    height: .5rem !important
}

.minh-075 {
    height: .75rem !important
}

.minh-1 {
    height: 1rem !important
}

.minh-125 {
    height: 1.25rem !important
}

.minh-15 {
    height: 1.5rem !important
}

.minh-175 {
    height: 1.75rem !important
}

.minh-2 {
    height: 2rem !important
}

.minh-225 {
    height: 2.25rem !important
}

.minh-25 {
    height: 2.5rem !important
}

.minh-3 {
    height: 3rem !important
}

.minh-4 {
    height: 4rem !important
}

.minh-6 {
    height: 6rem !important
}

.minh-8 {
    height: 8rem !important
}

.minh-10 {
    height: 10rem !important
}

.minh-12 {
    height: 13rem !important
}

.minh-14 {
    height: 14rem !important
}

.minh-20 {
    height: 20rem !important
}

.minh-30 {
    height: 30rem !important
}

.minh-40 {
    height: 40rem !important
}

.maxh-1 {
    max-height: 1rem !important
}

.maxh-2 {
    max-height: 2rem !important
}

.maxh-3 {
    max-height: 3rem !important
}

.maxh-4 {
    max-height: 4rem !important
}

.maxh-6 {
    max-height: 6rem !important
}

.maxh-8 {
    max-height: 8rem !important
}

.maxh-10 {
    max-height: 10rem !important
}

.maxh-12 {
    max-height: 12rem !important
}

.maxh-14 {
    max-height: 14rem !important
}

.maxh-20 {
    max-height: 20rem !important
}

.maxh-30 {
    max-height: 30rem !important
}

.maxh-40 {
    max-height: 40rem !important
}

.maxw-50 {
    max-width: 50% !important
}

.maxh-50 {
    max-height: 50% !important
}

.max {
    max-width: 100%;
    width: auto;
    height: auto
}

.vh5 {
    height: 5vh
}

.vh10 {
    height: 10vh
}

.vh15 {
    height: 15vh
}

.vh20 {
    height: 20vh
}

.vh25 {
    height: 25vh
}

.vh30 {
    height: 30vh
}

.vh35 {
    height: 35vh
}

.vh40 {
    height: 40vh
}

.vh45 {
    height: 45vh
}

.vh50 {
    height: 50vh
}

.vh55 {
    height: 55vh
}

.vh60 {
    height: 60vh
}

.vh65 {
    height: 65vh
}

.vh70 {
    height: 70vh
}

.vh75 {
    height: 75vh
}

.vh80 {
    height: 80vh
}

.vh85 {
    height: 85vh
}

.vh90 {
    height: 90vh
}

.vh95 {
    height: 95vh
}

.vh100 {
    height: 100vh
}

.fill-w {
    fill: #fff !important
}

    .fill-w::before {
        color: #fff !important
    }

.fill-b {
    fill: #005eaa !important
}

    .fill-b::before {
        color: #005eaa !important
    }

.fill-bookmark {
    fill: #40871b !important
}

    .fill-bookmark::before {
        color: #40871b !important
    }

.fill-epub {
    fill: #86b916 !important
}

    .fill-epub::before {
        color: #86b916 !important
    }

.fill-excel {
    fill: #207245 !important
}

    .fill-excel::before {
        color: #207245 !important
    }

.fill-govd {
    fill: #5a5a5a !important
}

    .fill-govd::before {
        color: #5a5a5a !important
    }

.fill-googleplus {
    fill: #df4a32 !important
}

    .fill-googleplus::before {
        color: #df4a32 !important
    }

.fill-pdf {
    fill: #c1272d !important
}

    .fill-pdf::before {
        color: #c1272d !important
    }

.fill-podcast {
    fill: #724faa !important
}

    .fill-podcast::before {
        color: #724faa !important
    }

.fill-ppt {
    fill: #d24625 !important
}

    .fill-ppt::before {
        color: #d24625 !important
    }

.fill-pinterest {
    fill: #cb2027 !important
}

    .fill-pinterest::before {
        color: #cb2027 !important
    }

.fill-flickr.flr-bg {
    fill: #d4dde2 !important
}

    .fill-flickr.flr-bg::before {
        color: #d4dde2 !important
    }

.fill-flickr.flr-dot-1 {
    fill: #006add !important
}

    .fill-flickr.flr-dot-1::before {
        color: #006add !important
    }

.fill-flickr.flr-dot-2 {
    fill: #f40083 !important
}

    .fill-flickr.flr-dot-2::before {
        color: #f40083 !important
    }

.fill-youtube {
    fill: red !important
}

    .fill-youtube::before {
        color: red !important
    }

.fill-fb {
    fill: #3b5998 !important
}

    .fill-fb::before {
        color: #3b5998 !important
    }

.fill-tw {
    fill: #1da1f2 !important
}

    .fill-tw::before {
        color: #1da1f2 !important
    }

.fill-rss {
    fill: #fa9b39 !important
}

    .fill-rss::before {
        color: #fa9b39 !important
    }

.fill-synd1 {
    fill: #0060aa !important
}

    .fill-synd1::before {
        color: #0060aa !important
    }

.fill-synd, .fill-synd2 {
    fill: #f26722 !important
}

    .fill-synd2::before, .fill-synd::before {
        color: #f26722 !important
    }

.fill-em, .fill-email {
    fill: #4f4f4f !important
}

    .fill-em::before, .fill-email::before {
        color: #4f4f4f !important
    }

.fill-linkin {
    fill: #007bb5 !important
}

    .fill-linkin::before {
        color: #007bb5 !important
    }

.fill-svgimgfile {
    fill: #5e5887 !important
}

    .fill-svgimgfile::before {
        color: #5e5887 !important
    }

.fill-media {
    fill: #0060aa !important
}

    .fill-media::before {
        color: #0060aa !important
    }

.fill-txt {
    fill: #555 !important
}

    .fill-txt::before {
        color: #555 !important
    }

.fill-txt-1 {
    fill: #b0bec5 !important
}

    .fill-txt-1::before {
        color: #b0bec5 !important
    }

.fill-txt-2 {
    opacity: .2
}

.fill-txt-3 {
    fill: #455a64 !important
}

    .fill-txt-3::before {
        color: #455a64 !important
    }

.fill-txt-4 {
    fill: #fff !important
}

    .fill-txt-4::before {
        color: #fff !important
    }

.fill-zip-1 {
    fill: #ffca28 !important
}

    .fill-zip-1::before {
        color: #ffca28 !important
    }

.fill-zip-2 {
    opacity: .2
}

.fill-zip-3 {
    fill: #3e2723 !important
}

    .fill-zip-3::before {
        color: #3e2723 !important
    }

.fill-epub-3 {
    fill: #fff !important
}

    .fill-epub-3::before {
        color: #fff !important
    }

.fill-gray-d2 {
    fill: #333 !important
}

    .fill-gray-d2::before {
        color: #333 !important
    }

.fill-gray-d1 {
    fill: #555 !important
}

    .fill-gray-d1::before {
        color: #555 !important
    }

.fill-gray {
    fill: #bdbdbd !important
}

    .fill-gray::before {
        color: #bdbdbd !important
    }

.fill-gray-l1 {
    fill: #e0e0e0 !important
}

    .fill-gray-l1::before {
        color: #e0e0e0 !important
    }

.fill-gray-l2 {
    fill: #f0f0f0 !important
}

    .fill-gray-l2::before {
        color: #f0f0f0 !important
    }

.fill-gray-l3 {
    fill: #f5f5f5 !important
}

    .fill-gray-l3::before {
        color: #f5f5f5 !important
    }

.fill-h {
    fill: #005eaa !important
}

    .fill-h::before {
        color: #005eaa !important
    }

    .fill-h:hover {
        fill: #0088f7 !important
    }

.fill-lg {
    fill: url(#linear-gradient)
}

.fill-mask {
    -webkit-mask: url(#mask);
    mask: url(#mask)
}

.fr-evenodd {
    fill-rule: evenodd
}

.fill-op-2, .zip-fill-2 {
    opacity: .2
}

.fill-ppt-1 {
    fill: #c1272d !important
}

    .fill-ppt-1::before {
        color: #c1272d !important
    }

.fill-ppt-2 {
    fill: #fff !important
}

    .fill-ppt-2::before {
        color: #fff !important
    }

.fill-pdf-1 {
    fill: #c1272d !important
}

    .fill-pdf-1::before {
        color: #c1272d !important
    }

.fill-pdf-2 {
    fill: #fff !important
}

    .fill-pdf-2::before {
        color: #fff !important
    }

.zip-fill-1 {
    fill: #ffca28 !important
}

    .zip-fill-1::before {
        color: #ffca28 !important
    }

.zip-fill-3 {
    fill: #3e2723 !important
}

    .zip-fill-3::before {
        color: #3e2723 !important
    }

.txt-fill-1 {
    fill: #b0bec5 !important
}

    .txt-fill-1::before {
        color: #b0bec5 !important
    }

.txt-fill-2 {
    opacity: .2
}

.txt-fill-3 {
    fill: #455a64 !important
}

    .txt-fill-3::before {
        color: #455a64 !important
    }

.txt-fill-4 {
    fill: #fff !important
}

    .txt-fill-4::before {
        color: #fff !important
    }

.word-fill-1 {
    fill: #2a5699 !important
}

    .word-fill-1::before {
        color: #2a5699 !important
    }

.word-fill-2 {
    fill: #fff
}

.media-fill-1 {
    fill: #2196f3 !important
}

    .media-fill-1::before {
        color: #2196f3 !important
    }

.media-fill-2 {
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 10;
    stroke-width: 2px
}

.media-fill-3 {
    fill: #fff !important
}

    .media-fill-3::before {
        color: #fff !important
    }

.fill-excel-1 {
    fill: #207245 !important
}

    .fill-excel-1::before {
        color: #207245 !important
    }

.fill-excel-2 {
    fill: #fff !important
}

    .fill-excel-2::before {
        color: #fff !important
    }

.fill-epub-1 {
    fill: #86b916 !important
}

    .fill-epub-1::before {
        color: #86b916 !important
    }

.fill-epub-2 {
    opacity: .2;
    fill: #fff !important
}

    .fill-epub-2::before {
        color: #fff !important
    }

.fill-op-2 {
    opacity: .2
}

.fill-figure {
    fill: #e41928 !important
}

    .fill-figure::before {
        color: #e41928 !important
    }

.fill-tumblr {
    fill: #35465d !important
}

    .fill-tumblr::before {
        color: #35465d !important
    }

.fill-sas {
    fill: #007cc2 !important
}

    .fill-sas::before {
        color: #007cc2 !important
    }

.fill-cdc-tv {
    fill: #0060a9 !important
}

    .fill-cdc-tv::before {
        color: #0060a9 !important
    }

[class*=" cdc-icon-"], [class^=cdc-icon-] {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.bg-amber-p > span[class*=fill-]::before, .bg-blue-p > span[class*=fill-]::before, .bg-brown-p > span[class*=fill-]::before, .bg-cyan-p > span[class*=fill-]::before, .bg-gray-d1 > span[class*=fill-]::before, .bg-gray-d2 > span[class*=fill-]::before, .bg-green-p > span[class*=fill-]::before, .bg-indigo-p > span[class*=fill-]::before, .bg-orange-p > span[class*=fill-]::before, .bg-pink-p > span[class*=fill-]::before, .bg-purple-p > span[class*=fill-]::before, .bg-slate-p > span[class*=fill-]::before, .bg-teal-p > span[class*=fill-]::before {
    color: #fff !important
}

.svg-1 {
    width: 1rem;
    height: 1rem
}

.svg-2 {
    width: 2rem;
    height: 2rem
}

.svg-3 {
    width: 3rem;
    height: 3rem
}

.svg-4 {
    width: 4rem;
    height: 4rem
}

.svg-5 {
    width: 5rem;
    height: 5rem
}

svg.x10 {
    width: 10px !important;
    height: 10px
}

    svg.x10 svg {
        width: 10px;
        height: 10px
    }

.x10 {
    display: inline-block;
    vertical-align: middle
}

    .x10::before {
        font-size: 10px;
        text-align: center
    }

svg.x16 {
    width: 16px !important;
    height: 16px
}

    svg.x16 svg {
        width: 16px;
        height: 16px
    }

.x16 {
    display: inline-block;
    vertical-align: middle
}

    .x16::before {
        font-size: 16px;
        text-align: center
    }

svg.x20 {
    width: 20px !important;
    height: 20px
}

    svg.x20 svg {
        width: 20px;
        height: 20px
    }

.x20 {
    display: inline-block;
    vertical-align: middle
}

    .x20::before {
        font-size: 20px;
        text-align: center
    }

svg.x24 {
    width: 24px !important;
    height: 24px
}

    svg.x24 svg {
        width: 24px;
        height: 24px
    }

.x24 {
    display: inline-block;
    vertical-align: middle
}

    .x24::before {
        font-size: 24px;
        text-align: center
    }

svg.x28 {
    width: 28px !important;
    height: 28px
}

    svg.x28 svg {
        width: 28px;
        height: 28px
    }

.x28 {
    display: inline-block;
    vertical-align: middle
}

    .x28::before {
        font-size: 28px;
        text-align: center
    }

svg.x32 {
    width: 32px !important;
    height: 32px
}

    svg.x32 svg {
        width: 32px;
        height: 32px
    }

.x32 {
    display: inline-block;
    vertical-align: middle
}

    .x32::before {
        font-size: 32px;
        text-align: center
    }

svg.x36 {
    width: 36px !important;
    height: 36px
}

    svg.x36 svg {
        width: 36px;
        height: 36px
    }

.x36 {
    display: inline-block;
    vertical-align: middle
}

    .x36::before {
        font-size: 36px;
        text-align: center
    }

svg.x40 {
    width: 40px !important;
    height: 40px
}

    svg.x40 svg {
        width: 40px;
        height: 40px
    }

.x40 {
    display: inline-block;
    vertical-align: middle
}

    .x40::before {
        font-size: 40px;
        text-align: center
    }

svg.x48 {
    width: 48px !important;
    height: 48px
}

    svg.x48 svg {
        width: 48px;
        height: 48px
    }

.x48 {
    display: inline-block;
    vertical-align: middle
}

    .x48::before {
        font-size: 48px;
        text-align: center
    }

svg.x64 {
    width: 64px !important;
    height: 64px
}

    svg.x64 svg {
        width: 64px;
        height: 64px
    }

.x64 {
    display: inline-block;
    vertical-align: middle
}

    .x64::before {
        font-size: 64px;
        text-align: center
    }

svg.x96 {
    width: 96px !important;
    height: 96px
}

    svg.x96 svg {
        width: 96px;
        height: 96px
    }

.x96 {
    display: inline-block;
    vertical-align: middle
}

    .x96::before {
        font-size: 96px;
        text-align: center
    }

svg.x128 {
    width: 128px !important;
    height: 128px
}

    svg.x128 svg {
        width: 128px;
        height: 128px
    }

.x128 {
    display: inline-block;
    vertical-align: middle
}

    .x128::before {
        font-size: 128px;
        text-align: center
    }

svg.x256 {
    width: 256px !important;
    height: 256px
}

    svg.x256 svg {
        width: 256px;
        height: 256px
    }

.x256 {
    display: inline-block;
    vertical-align: middle
}

    .x256::before {
        font-size: 256px;
        text-align: center
    }

.fw-100 {
    font-weight: 100 !important
}

.fw-200 {
    font-weight: 200 !important
}

.fw-300 {
    font-weight: 300 !important
}

.fw-400 {
    font-weight: 400 !important
}

.fw-500 {
    font-weight: 500 !important
}

.fw-600 {
    font-weight: 600 !important
}

.fw-700 {
    font-weight: 700 !important
}

.fw-800 {
    font-weight: 800 !important
}

.fw-900 {
    font-weight: 900 !important
}

.fw-light {
    font-weight: 300 !important
}

.fw-heavy {
    font-weight: 700 !important
}

.fs4 {
    font-size: 4rem
}

.fs35 {
    font-size: 3.5rem
}

.fs3 {
    font-size: 3rem
}

.fs25 {
    font-size: 2.5rem
}

.fs2 {
    font-size: 2rem
}

.fs15 {
    font-size: 1.5rem
}

.fs14 {
    font-size: 1.4rem
}

.fs13 {
    font-size: 1.3rem
}

.fs12 {
    font-size: 1.2rem
}

.fs11 {
    font-size: 1.1rem
}

.fs1 {
    font-size: 1rem
}

.fs0875 {
    font-size: .875rem
}

.fs08 {
    font-size: .8rem
}

.fs07 {
    font-size: .7rem
}

.t-leg {
    text-rendering: optimizeLegibility !important
}

.t-spd {
    text-rendering: optimizeSpeed !important
}

.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.1
}

.display-6 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.1
}

.text-monospace {
    font-family: menlo,monaco,consolas,liberation mono,courier new,monospace
}

.text-underline {
    text-decoration: underline
}

.text-pub-date {
    font-size: .8rem;
    text-transform: uppercase;
    color: #666;
    display: inline-block
}

.pad-italics h1 .font-italic::after, .pad-italics h1 em::after, .pad-italics h1 i::after, .pad-italics h2 .font-italic::after, .pad-italics h2 em::after, .pad-italics h2 i::after, .pad-italics h3 .font-italic::after, .pad-italics h3 em::after, .pad-italics h3 i::after, .pad-italics h4 .font-italic::after, .pad-italics h4 em::after, .pad-italics h4 i::after, .pad-italics h5 .font-italic::after, .pad-italics h5 em::after, .pad-italics h5 i::after, .pad-italics h6 .font-italic::after, .pad-italics h6 em::after, .pad-italics h6 i::after {
    content: ""
}

.pad-italics .font-italic::after, .pad-italics em::after, .pad-italics i::after {
    content: "\00a0"
}

.mark.mark-yellow {
    background-color: #ffff80
}

.mark.mark-green {
    background-color: #80ff80
}

.blockquote, blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

    .blockquote.with-quote p::before, blockquote.with-quote p::before {
        content: "\201C"
    }

    .blockquote.with-quote p::after, blockquote.with-quote p::after {
        content: "\201D"
    }

    .blockquote .blockquote-footer, blockquote .blockquote-footer {
        color: #555
    }

table.table td.text-left, table.table th.text-left {
    text-align: left
}

table.table td.text-center, table.table th.text-center {
    text-align: center
}

table.table td.text-right, table.table th.text-right {
    text-align: right
}

table.table td.indent-1, table.table th.indent-1 {
    padding-left: 1rem
}

table.table td.indent-2, table.table th.indent-2 {
    padding-left: 1.4rem
}

table.table td.indent-3, table.table th.indent-3 {
    padding-left: 1.8rem
}

table.table td.indent-4, table.table th.indent-4 {
    padding-left: 2.4rem
}

table.table td.indent-5, table.table th.indent-5 {
    padding-left: 2.8rem
}

.clickthru {
    pointer-events: none
}

html {
    font-size: 17px
}

body {
    font-family: "Open Sans",apple-system,blinkmacsystemfont,"Segoe UI","Helvetica Neue",arial,sans-serif;
    color: #000;
    font-size: 17px;
    border-top: 5px solid #bdbdbd;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Merriweather,serif;
    line-height: 1.3;
    margin-top: 2rem;
    margin-bottom: .75rem
}

    .h1 .italic::after, .h1 .text-italic::after, .h1 em::after, .h1 i::after, .h2 .italic::after, .h2 .text-italic::after, .h2 em::after, .h2 i::after, .h3 .italic::after, .h3 .text-italic::after, .h3 em::after, .h3 i::after, .h4 .italic::after, .h4 .text-italic::after, .h4 em::after, .h4 i::after, .h5 .italic::after, .h5 .text-italic::after, .h5 em::after, .h5 i::after, .h6 .italic::after, .h6 .text-italic::after, .h6 em::after, .h6 i::after, h1 .italic::after, h1 .text-italic::after, h1 em::after, h1 i::after, h2 .italic::after, h2 .text-italic::after, h2 em::after, h2 i::after, h3 .italic::after, h3 .text-italic::after, h3 em::after, h3 i::after, h4 .italic::after, h4 .text-italic::after, h4 em::after, h4 i::after, h5 .italic::after, h5 .text-italic::after, h5 em::after, h5 i::after, h6 .italic::after, h6 .text-italic::after, h6 em::after, h6 i::after {
        content: ""
    }

    .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        text-decoration: none
    }

    .h1 sup, .h2 sup, .h3 sup, .h4 sup, .h5 sup, .h6 sup, h1 sup, h2 sup, h3 sup, h4 sup, h5 sup, h6 sup {
        vertical-align: top;
        top: 0
    }

    .h1.card-header, .h1.card-subtitle, .h1.card-title, .h2.card-header, .h2.card-subtitle, .h2.card-title, .h3.card-header, .h3.card-subtitle, .h3.card-title, .h4.card-header, .h4.card-subtitle, .h4.card-title, .h5.card-header, .h5.card-subtitle, .h5.card-title, .h6.card-header, .h6.card-subtitle, .h6.card-title, h1.card-header, h1.card-subtitle, h1.card-title, h2.card-header, h2.card-subtitle, h2.card-title, h3.card-header, h3.card-subtitle, h3.card-title, h4.card-header, h4.card-subtitle, h4.card-title, h5.card-header, h5.card-subtitle, h5.card-title, h6.card-header, h6.card-subtitle, h6.card-title {
        margin-top: 0 !important
    }

.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-family: "Open Sans",apple-system,blinkmacsystemfont,"Segoe UI","Helvetica Neue",arial,sans-serif
}

blockquote {
    font-size: 1.25rem
}

    blockquote.with-quote p::before {
        content: "\201C"
    }

    blockquote.with-quote p::after {
        content: "\201D"
    }

.merri {
    font-family: Merriweather,serif !important
}

.open {
    font-family: "Open Sans",apple-system,blinkmacsystemfont,"Segoe UI","Helvetica Neue",arial,sans-serif !important
}

.italicize .italic::after, .italicize .text-italic::after, .italicize em::after, .italicize i::after {
    content: "\00a0"
}

.h1, h1 {
    font-size: 2.125rem
}

.h2, h2 {
    font-size: 1.875rem
}

.h3, h3 {
    font-size: 1.625rem
}

.h4, h4 {
    font-size: 1.375rem
}

.h5, h5 {
    font-size: 1.125rem
}

.h6, h6 {
    font-size: 1rem;
    font-weight: 700
}

.small, small {
    font-size: .8rem;
    line-height: 1.15
}

.extrasmall, .superscript, sub, sup {
    font-size: .65em;
    line-height: 1.15;
    text-decoration: none
}

    .extrasmall a, .superscript a, sub a, sup a {
        text-decoration: none
    }

.extrasmall {
    font-size: .7rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

[dir=RTL] {
    text-align: right
}

a {
    color: #075290;
    text-decoration: underline
}

    a:hover {
        text-decoration: none;
        color: #075290
    }

    a .h1, a .h2, a .h3, a .h4, a .h5, a .h6, a h1, a h2, a h3, a h4, a h5, a h6 {
        text-decoration: none
    }

    a .file-details {
        font-size: 1rem !important;
        text-decoration: none;
        display: inline-block
    }

    a span {
        text-decoration: none !important
    }

    a svg, a svg.icon {
        fill: #075290
    }

    a .x16 {
        vertical-align: middle;
        margin-right: 5px;
        margin-left: 5px
    }

    a .fi.x16 {
        vertical-align: inherit
    }

    a.skippy {
        position: absolute;
        top: -1000px;
        left: -1000px;
        height: 1px;
        width: 1px;
        text-align: left;
        overflow: hidden
    }

:focus {
    outline: auto 3px rgba(255,102,1,.9)
}

.dropdown a, .dropdown-menu a, .dropdown-submenu a {
    text-decoration: none !important
}

    .dropdown a:hover, .dropdown-menu a:hover, .dropdown-submenu a:hover {
        text-decoration: underline
    }

.td-none {
    text-decoration: none !important
}

    .td-none a {
        text-decoration: none !important
    }

.td-none-black {
    text-decoration: none;
    color: #000
}

.td-ul {
    text-decoration: underline !important
}

    .td-ul a {
        text-decoration: underline !important
    }

.tp-label:hover {
    text-decoration: none !important
}

.td-lt {
    text-decoration: line-through !important
}

    .td-lt a {
        text-decoration: line-through !important
    }

.td-none-hover:hover {
    text-decoration: none !important
}

.td-ul-hover:hover {
    text-decoration: underline !important
}

.td-ul-none-hover:hover {
    text-decoration: none !important;
    border-bottom: none !important
}

ol li, ul li {
    margin-bottom: .4rem
}

.unstyled-list {
    list-style-type: none
}

.outlook-list .outlook-list {
    list-style-type: lower-alpha
}

    .outlook-list .outlook-list .outlook-list {
        list-style-type: lower-roman
    }

.calendar-list {
    border: 1px solid #f0f0f0;
    width: 60px;
    vertical-align: middle;
    margin-right: 10px;
    float: left;
    clear: both
}

    .calendar-list span {
        display: block;
        padding: 2px;
        text-align: center;
        font-weight: 700
    }

    .calendar-list .month {
        background: #00695c;
        color: #fff
    }

    .calendar-list .day {
        color: #00695c
    }

    .calendar-list + a {
        display: block;
        overflow: hidden;
        height: 75px
    }

.block-list {
    list-style-type: none;
    padding-left: 1rem
}

    .block-list.lsp-out li {
        margin-left: 0
    }

    .block-list.td-none a:hover {
        text-decoration: underline !important
    }

    .block-list li {
        padding: .7rem 0;
        border-bottom: 1px dashed #e0e0e0;
        margin-bottom: 1px
    }

        .block-list li:last-child {
            border-bottom: none
        }

        .block-list li:nth-last-child(2) {
            margin-bottom: 2px
        }

        .block-list li .list-icon + p {
            overflow: hidden;
            margin-top: 0
        }

        .block-list li .list-icon.normal {
            width: 24px;
            height: 24px;
            vertical-align: top;
            margin-right: 10px;
            margin-bottom: 10px;
            float: left;
            font-size: 24px
        }

            .block-list li .list-icon.normal::before {
                vertical-align: top
            }

        .block-list li .list-icon.large {
            width: 48px;
            height: 48px;
            vertical-align: middle;
            margin-right: 10px;
            margin-bottom: 10px;
            float: left;
            font-size: 48px
        }

            .block-list li .list-icon.large::before {
                vertical-align: top
            }

    .block-list.block-list-with-icons li {
        line-height: 2.5
    }

        .block-list.block-list-with-icons li span[class*=cdc-icon] {
            width: 24px;
            height: 24px;
            font-size: 24px;
            vertical-align: initial;
            margin-right: 10px
        }

        .block-list.block-list-with-icons li a {
            font-size: 1.2rem;
            text-decoration: none
        }

            .block-list.block-list-with-icons li a:hover {
                text-decoration: underline
            }

.fancy-block-list li {
    padding: 0
}

    .fancy-block-list li:hover {
        background: #edf9ff
    }

    .fancy-block-list li a {
        display: block;
        padding: 10px 20px;
        margin: 0
    }

.checkbox-list {
    margin-top: 0;
    padding-left: 0 !important;
    list-style-type: none
}

    .checkbox-list li {
        position: relative;
        padding-left: 25px
    }

    .checkbox-list .fi.cdc-icon-square {
        position: absolute;
        left: 0
    }

    .checkbox-list.lsp-out li {
        margin-left: 0
    }

.image-list {
    list-style-type: none;
    padding-left: 0
}

    .image-list li {
        padding: 1rem 0;
        overflow: auto;
        border-bottom: 1px solid #f0f0f0
    }

        .image-list li img {
            float: left;
            margin-right: 1rem;
            max-width: 150px
        }

        .image-list li div, .image-list li p {
            overflow: hidden
        }

        .image-list li:last-child {
            border-bottom: none
        }

.card .image-list li:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}

.linked-list {
    padding: 0 !important;
    list-style-type: none
}

    .linked-list.large li a {
        font-size: 1.125rem !important
    }

    .linked-list li a {
        text-decoration: none;
        padding: .5rem;
        font-size: 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: .1s all;
        border-radius: 4px
    }

        .linked-list li a:hover {
            background: #eff2f5;
            transition: .1s all;
            text-decoration: none
        }

        .linked-list li a > span:first-child {
            padding-right: 3rem
        }

    .linked-list li span.cdc-icon-single_arrow {
        width: 1rem;
        height: 1rem;
        flex-shrink: 0
    }

@media only screen and (min-width:1200px) {
    .linked-list {
        -moz-column-gap: 4em;
        column-gap: 4em
    }
}

main h1:first-child {
    margin-top: 1rem !important
}

nav .mobile-section-nav a.nav-expandcollapse {
    display: none !important
}

nav .mobile-section-nav button.dropdown-toggle, nav ul.tp-nav-main button.dropdown-toggle {
    position: relative;
    z-index: 1000
}

nav .mobile-section-nav .dropdown-menu, nav ul.tp-nav-main .dropdown-menu {
    pointer-events: none
}

    nav .mobile-section-nav .dropdown-menu a, nav ul.tp-nav-main .dropdown-menu a {
        pointer-events: all
    }

nav .mobile-section-nav .list-group-item, nav ul.tp-nav-main .list-group-item {
    border: inherit;
    background-color: inherit
}

nav .mobile-section-nav li, nav ul.tp-nav-main li {
    border: none;
    margin: 0;
    padding: 0;
    position: relative
}

    nav .mobile-section-nav li a, nav .mobile-section-nav li ul li a, nav ul.tp-nav-main li a, nav ul.tp-nav-main li ul li a {
        border-left: 4px solid #fff;
        background-color: #fff
    }

        nav .mobile-section-nav li a:active, nav .mobile-section-nav li a:hover, nav .mobile-section-nav li a:link, nav .mobile-section-nav li a:visited, nav .mobile-section-nav li ul li a:active, nav .mobile-section-nav li ul li a:hover, nav .mobile-section-nav li ul li a:link, nav .mobile-section-nav li ul li a:visited, nav ul.tp-nav-main li a:active, nav ul.tp-nav-main li a:hover, nav ul.tp-nav-main li a:link, nav ul.tp-nav-main li a:visited, nav ul.tp-nav-main li ul li a:active, nav ul.tp-nav-main li ul li a:hover, nav ul.tp-nav-main li ul li a:link, nav ul.tp-nav-main li ul li a:visited {
            text-decoration: none;
            color: #333;
            position: relative;
            display: block;
            padding: .75rem 1.25rem;
            margin-bottom: 0;
            border-bottom: 1px dashed #e0e0e0;
            transition: border-color .5s,background-color .5s,color .5s
        }

        nav .mobile-section-nav li a:focus, nav .mobile-section-nav li ul li a:focus, nav ul.tp-nav-main li a:focus, nav ul.tp-nav-main li ul li a:focus {
            z-index: 1070
        }

        nav .mobile-section-nav li a.nav-expandcollapse .fi, nav ul.tp-nav-main li a.nav-expandcollapse .fi {
            transition: all .5s
        }

        nav .mobile-section-nav li a.nav-minus:link, nav .mobile-section-nav li a.nav-minus:visited, nav .mobile-section-nav li a.nav-plus:link, nav .mobile-section-nav li a.nav-plus:visited, nav ul.tp-nav-main li a.nav-minus:link, nav ul.tp-nav-main li a.nav-minus:visited, nav ul.tp-nav-main li a.nav-plus:link, nav ul.tp-nav-main li a.nav-plus:visited {
            position: absolute;
            z-index: 998;
            top: 11px;
            right: 5px;
            width: 20px;
            height: 20px;
            display: inline-block;
            padding: 0;
            background-color: transparent;
            border: inherit;
            box-sizing: content-box;
            text-align: center
        }

            nav .mobile-section-nav li a.nav-minus:link svg, nav .mobile-section-nav li a.nav-minus:visited svg, nav .mobile-section-nav li a.nav-plus:link svg, nav .mobile-section-nav li a.nav-plus:visited svg, nav ul.tp-nav-main li a.nav-minus:link svg, nav ul.tp-nav-main li a.nav-minus:visited svg, nav ul.tp-nav-main li a.nav-plus:link svg, nav ul.tp-nav-main li a.nav-plus:visited svg {
                fill: #bdbdbd;
                width: 100%;
                height: 100%;
                transition: fill .5s,transform .4s linear;
                transform: rotate(0)
            }

            nav .mobile-section-nav li a.nav-minus:link .fi, nav .mobile-section-nav li a.nav-minus:visited .fi, nav .mobile-section-nav li a.nav-plus:link .fi, nav .mobile-section-nav li a.nav-plus:visited .fi, nav ul.tp-nav-main li a.nav-minus:link .fi, nav ul.tp-nav-main li a.nav-minus:visited .fi, nav ul.tp-nav-main li a.nav-plus:link .fi, nav ul.tp-nav-main li a.nav-plus:visited .fi {
                color: #bdbdbd;
                font-size: 20px
            }

            nav .mobile-section-nav li a.nav-minus:link.collapsed svg, nav .mobile-section-nav li a.nav-minus:link:active svg, nav .mobile-section-nav li a.nav-minus:visited.collapsed svg, nav .mobile-section-nav li a.nav-minus:visited:active svg, nav .mobile-section-nav li a.nav-plus:link.collapsed svg, nav .mobile-section-nav li a.nav-plus:link:active svg, nav .mobile-section-nav li a.nav-plus:visited.collapsed svg, nav .mobile-section-nav li a.nav-plus:visited:active svg, nav ul.tp-nav-main li a.nav-minus:link.collapsed svg, nav ul.tp-nav-main li a.nav-minus:link:active svg, nav ul.tp-nav-main li a.nav-minus:visited.collapsed svg, nav ul.tp-nav-main li a.nav-minus:visited:active svg, nav ul.tp-nav-main li a.nav-plus:link.collapsed svg, nav ul.tp-nav-main li a.nav-plus:link:active svg, nav ul.tp-nav-main li a.nav-plus:visited.collapsed svg, nav ul.tp-nav-main li a.nav-plus:visited:active svg {
                transform: rotate(-90deg)
            }

    nav .mobile-section-nav li.active > a:first-child, nav ul.tp-nav-main li.active > a:first-child {
        font-weight: 700
    }

    nav .mobile-section-nav li.active ul li a:active, nav .mobile-section-nav li.active ul li a:link, nav .mobile-section-nav li.active ul li a:visited, nav ul.tp-nav-main li.active ul li a:active, nav ul.tp-nav-main li.active ul li a:link, nav ul.tp-nav-main li.active ul li a:visited {
        font-weight: 400;
        border-left: 4px solid #f5f5f5
    }

    nav .mobile-section-nav li.active ul li.active > a:first-child, nav ul.tp-nav-main li.active ul li.active > a:first-child {
        font-weight: 700
    }

    nav .mobile-section-nav li.active.selected > a:first-child, nav ul.tp-nav-main li.active.selected > a:first-child {
        font-weight: 700
    }

    nav .mobile-section-nav li ul, nav ul.tp-nav-main li ul {
        padding-left: 0
    }

        nav .mobile-section-nav li ul li a, nav ul.tp-nav-main li ul li a {
            border-left: 4px solid #f5f5f5
        }

        nav .mobile-section-nav li ul li, nav .mobile-section-nav li ul li.active, nav ul.tp-nav-main li ul li, nav ul.tp-nav-main li ul li.active {
            margin-left: 20px
        }

            nav .mobile-section-nav li ul li a, nav .mobile-section-nav li ul li.active a, nav ul.tp-nav-main li ul li a, nav ul.tp-nav-main li ul li.active a {
                font-size: .9rem
            }

            nav .mobile-section-nav li ul li ul li a, nav .mobile-section-nav li ul li.active ul li a, nav ul.tp-nav-main li ul li ul li a, nav ul.tp-nav-main li ul li.active ul li a {
                font-size: .8rem
            }

                nav .mobile-section-nav li ul li ul li a.nav-minus:link, nav .mobile-section-nav li ul li ul li a.nav-plus:link, nav .mobile-section-nav li ul li.active ul li a.nav-minus:link, nav .mobile-section-nav li ul li.active ul li a.nav-plus:link, nav ul.tp-nav-main li ul li ul li a.nav-minus:link, nav ul.tp-nav-main li ul li ul li a.nav-plus:link, nav ul.tp-nav-main li ul li.active ul li a.nav-minus:link, nav ul.tp-nav-main li ul li.active ul li a.nav-plus:link {
                    display: none
                }

            nav .mobile-section-nav li ul li ul li ul, nav .mobile-section-nav li ul li.active ul li ul, nav ul.tp-nav-main li ul li ul li ul, nav ul.tp-nav-main li ul li.active ul li ul {
                display: none
            }

nav .mobile-section-nav-menu {
    max-height: 400px;
    overflow-y: scroll;
    background: #fff;
    padding-top: 10px;
    display: none
}

    nav .mobile-section-nav-menu ul {
        padding-left: 1em
    }

    nav .mobile-section-nav-menu.show {
        display: block
    }

nav .mobile-section-nav-foot.new-mobile-menu-footer {
    display: none
}

    nav .mobile-section-nav-foot.new-mobile-menu-footer.show {
        display: block !important
    }

.modalMask {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
    z-index: 970
}

.learn-more-double {
    font-size: 1.3rem
}

    .learn-more-double a {
        text-decoration: none
    }

        .learn-more-double a:hover {
            text-decoration: underline
        }

            .learn-more-double a:hover + span {
                margin-left: .75em;
                transition: .1s all
            }

    .learn-more-double span {
        margin-left: .5rem;
        width: 1.3rem;
        height: 1.3rem;
        transition: .1s all;
        display: inline !important;
        color: #075290;
        margin-top: -3px
    }

a:hover .learn-more-double span {
    margin-left: .75em;
    transition: .1s all
}

.tp-on-this-page {
    color: #000;
    line-height: 1.3
}

    .tp-on-this-page a, .tp-on-this-page a:link {
        text-decoration: none
    }

        .tp-on-this-page a:hover, .tp-on-this-page a:link:hover {
            color: #005eaa;
            text-decoration: underline
        }

    .tp-on-this-page.float-right {
        margin-left: 1rem
    }

    .tp-on-this-page .collapse-link, .tp-on-this-page a.collapse-link {
        font-size: 17px;
        font-family: "Open Sans",apple-system,blinkmacsystemfont,"Segoe UI","Helvetica Neue",arial,sans-serif;
        color: #005eaa
    }

    .tp-on-this-page ul.list-group {
        padding-left: 15px;
        padding-right: 15px
    }

        .tp-on-this-page ul.list-group li.list-group-item {
            border: none;
            border-top: 1px dashed #e0e0e0;
            padding-left: 0
        }

            .tp-on-this-page ul.list-group li.list-group-item:last-child {
                border-bottom: none
            }

                .tp-on-this-page ul.list-group li.list-group-item:last-child:hover {
                    border-bottom: none
                }

.tp-on-this-page-large {
    width: 100%
}

@media (max-width:768px) {
    .tp-on-this-page {
        width: 100% !important
    }
}

@media (min-width:768px) {
    .tp-on-this-page ul.list-group li.list-group-item:first-child {
        border-top: none
    }

        .tp-on-this-page ul.list-group li.list-group-item:first-child:hover {
            border-top: none
        }
}

.accordion .card {
    border: 0
}

.accordion .card-title {
    margin-bottom: 0
}

.accordion .card-header {
    cursor: pointer;
    position: relative;
    background-color: #f5f5f5
}

    .accordion .card-header.collapsed {
        background-color: #f5f5f5
    }

    .accordion .card-header:hover {
        background-color: #e0e0e0
    }

    .accordion .card-header .card-title {
        padding-right: 50px;
        font-weight: 700;
        white-space: normal;
        text-align: left
    }

        .accordion .card-header .card-title.btn.btn-link:focus {
            text-decoration: underline;
            outline: 0;
            transform: scale(1,1)
        }

.accordion.heading-right .card-title {
    position: absolute;
    right: 50px
}

.accordion.accordion-white .card-header {
    background-color: #fff
}

    .accordion.accordion-white .card-header:hover {
        background-color: #f5f5f5
    }

.accordion.indicator-plus .card-header::after {
    content: " ";
    background-image: url(/TemplatePackage/contrib/icons/materialdesignicons/minus.svg);
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
    float: right;
    margin-top: 4px;
    transition: transform .25s linear;
    transform: rotate(180deg);
    position: absolute;
    right: 1rem;
    top: 25%
}

.accordion.indicator-plus .card-header.collapsed::after {
    content: " ";
    background-image: url(/TemplatePackage/contrib/icons/materialdesignicons/plus.svg);
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
    float: right;
    margin-top: 4px;
    transition: transform .25s linear;
    transform: rotate(90deg);
    position: absolute;
    right: 1rem;
    top: 25%
}

.accordion.indicator-plus-before.round-indicator .card-header::before {
    content: " ";
    background-image: url(/TemplatePackage/contrib/icons/font-awesome/minus6.svg);
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
    margin-right: 10px;
    margin-top: 4px
}

.accordion.indicator-plus-before.round-indicator .card-header.collapsed::before {
    content: " ";
    background-image: url(/TemplatePackage/contrib/icons/font-awesome/plus6.svg);
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
    margin-top: 4px
}

.accordion.indicator-plus-before .card-header::before {
    font-family: FontAwesome;
    content: "\f068";
    float: left
}

.accordion.indicator-plus-before .card-header.collapsed::before {
    content: "\f067"
}

.accordion.indicator-chevron .card-header::after {
    content: " ";
    background-image: url(/TemplatePackage/contrib/icons/materialdesignicons/chevron-up.svg);
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
    float: right;
    margin-top: 4px
}

.accordion.indicator-chevron .card-header.collapsed::after {
    content: " ";
    background-image: url(/TemplatePackage/contrib/icons/materialdesignicons/chevron-down.svg);
    background-size: 18px 18px;
    height: 18px;
    width: 18px;
    margin-top: 4px
}

.accordion.background-none [class^=card] {
    background: 0 0
}

.accordion.border-0 .card {
    border: 0
}

.accordion .collapse.show {
    border-bottom: 1px solid rgba(0,0,0,.125)
}

    .accordion .collapse.show:last-child {
        border-bottom: none
    }

.btn.hide-me[aria-expanded=true] {
    display: none
}

a.nav-btn {
    text-decoration: none
}

    a.nav-btn .bg-primary {
        color: #fff
    }

    a.nav-btn .bg-gray, a.nav-btn .bg-gray-l1, a.nav-btn .bg-gray-l2, a.nav-btn .bg-gray-l3, a.nav-btn .bg-secondary, a.nav-btn .bg-white {
        color: #000
    }

    a.nav-btn .bg-primary p {
        color: #fff
    }

    a.nav-btn.nav-btn-horizontal .col p:last-of-type {
        margin-bottom: 0
    }

.card-deck {
    display: flex
}

    .card-deck > a {
        margin-bottom: 15px
    }

        .card-deck > a .card {
            margin-right: 0;
            margin-left: 0
        }

a.card {
    text-decoration: none
}

    a.card .btn {
        pointer-events: none
    }

.card.card-multi .card a {
    height: auto
}

.card {
    border-color: #e0e0e0
}

    .card .card > a {
        height: 100%
    }

    .card.card-multi .card {
        height: inherit
    }

    .card .card {
        background-color: transparent !important;
        border: none;
        height: auto
    }

    .card.tb-rc {
        border-radius: .25rem;
        border-top: 0 solid transparent;
        border-right: 0 solid transparent !important;
        border-bottom: 0 solid transparent !important;
        border-left: 0 solid transparent !important
    }

        .card.tb-rc .card-body {
            border-radius: .25rem
        }

    .card.tb-rc-with-header .card-body {
        border-top-right-radius: 0 !important;
        border-top-left-radius: 0 !important;
        border-bottom-right-radius: .25rem !important;
        border-bottom-left-radius: .25rem !important
    }

    .card.border-trans {
        border-top: 0 solid transparent;
        border-right: 0 solid transparent !important;
        border-bottom: 0 solid transparent !important;
        border-left: 0 solid transparent !important
    }

        .card.border-trans .card-body {
            border-radius: .25rem
        }

    .card.bt-1 .card-img-top, .card.bt-2 .card-img-top, .card.bt-3 .card-img-top, .card.bt-4 .card-img-top, .card.bt-5 .card-img-top {
        border-top-left-radius: 0;
        border-top-right-radius: 0
    }

    .card .h1, .card .h2, .card .h3, .card .h4, .card .h5, .card .h6, .card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
        font-family: "Open Sans",apple-system,blinkmacsystemfont,"Segoe UI","Helvetica Neue",arial,sans-serif;
        line-height: 1.3;
        margin-top: 0;
        margin-bottom: 0
    }

        .card .h1 a, .card .h2 a, .card .h3 a, .card .h4 a, .card .h5 a, .card .h6 a, .card h1 a, .card h2 a, .card h3 a, .card h4 a, .card h5 a, .card h6 a {
            text-decoration: none
        }

    .card.card-zoom {
        transform: scale(1);
        transition: transform .15s ease-in-out,box-shadow .15s ease-in-out
    }

        .card.card-zoom:hover {
            transform: scale(1.1);
            box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)
        }

    .card.card-flush .card {
        border: 0
    }

    .card .card-footer a {
        text-decoration: underline
    }

        .card .card-footer a:hover {
            text-decoration: none
        }

        .card .card-footer a.btn {
            text-decoration: none
        }

            .card .card-footer a.btn:hover {
                text-decoration: underline
            }

    .card.fd-row .card-img-top {
        border-top-right-radius: 0;
        border-bottom-left-radius: calc(.25rem - 1px)
    }

    .card .card-body, .card .card-footer, .card .card-header {
        padding: 1rem
    }

        .card .card-body > p:last-child {
            margin-bottom: 0
        }

        .card .card-body .card-subtitle {
            font-size: .8rem
        }

        .card .card-body > ol, .card .card-body > ul {
            padding-left: 25px
        }

            .card .card-body > ol.lsp-out, .card .card-body > ul.block-list, .card .card-body > ul.lsp-out {
                padding-left: 0
            }

        .card .card-body ul:only-child {
            margin-bottom: 0
        }

    .card .card-header {
        padding-top: .5rem;
        padding-bottom: .5rem
    }

        .card .card-header + .card-img-top {
            border-radius: 0
        }

        .card .card-header a svg {
            float: left
        }

            .card .card-header a svg + span {
                display: block;
                overflow: hidden
            }

        .card .card-header a:not(.collapse-link) svg {
            margin-top: 8px
        }

    .card .card-img-none {
        width: 100%;
        border-radius: 0
    }

    .card .card-img-left {
        width: 100%;
        border-top-left-radius: calc(.25rem - 1px);
        border-bottom-left-radius: calc(.25rem - 1px)
    }

    .card .card-img-right {
        width: 100%;
        border-top-right-radius: calc(.25rem - 1px);
        border-bottom-right-radius: calc(.25rem - 1px)
    }

    .card .card-img-bottom, .card .card-img-top {
        flex-shrink: 0
    }

        .card .card-img-top.img-zoom:hover img {
            opacity: .5;
            transform: scale(1.2,1.2);
            transition: all .3s ease 0s
        }

        .card .card-img-top.img-zoom:active img, .card .card-img-top.img-zoom:focus img {
            opacity: .5;
            transform: scale(.99,.99);
            transition: all .3s ease 0s
        }

        .card .card-img-top img.img-zoom:hover {
            opacity: .5;
            transform: scale(1.2,1.2);
            transition: all .3s ease 0s
        }

        .card .card-img-top img.img-zoom:active, .card .card-img-top img.img-zoom:focus {
            opacity: .5;
            transform: scale(.99,.99);
            transition: all .3s ease 0s
        }

        .card .card-img-top.card-img-orig {
            width: auto;
            display: block;
            margin: 0 auto
        }

    .card .card-icon {
        padding: 1rem
    }

    .card .image-with-caption p:first-child {
        margin-top: 0
    }

    .card .image-with-caption p:last-child {
        margin-bottom: 0
    }

a.card-btn {
    color: inherit;
    text-decoration: none
}

    a.card-btn div .btn, a.card-btn span .btn {
        text-transform: none;
        overflow: visible;
        margin: 0;
        font-family: inherit;
        cursor: auto
    }

@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
    .card.card-multi .card {
        flex: none !important
    }

    .card.card-multi .card-body {
        height: auto;
        flex: none !important
    }

    .card .card-img-container {
        height: 100%
    }

    .card .card-body {
        height: 100%
    }

    .card a {
        min-height: 1px
    }

    .card .card-header {
        flex: 0 0 auto !important
    }

    .card .card-footer svg {
        margin: 5px
    }
}

.audio-container {
    width: 360px
}

    .audio-container .scrub-range-slider {
        width: 100%
    }

.audio-player, .audio-player + div {
    overflow: hidden
}

    .audio-player .btn, .audio-player + div .btn {
        border-radius: 0
    }

    .audio-player .btn-secondary:focus, .audio-player input[type=range]:focus, .audio-player + div .btn-secondary:focus, .audio-player + div input[type=range]:focus {
        box-shadow: none
    }

    .audio-player .scrub-range-slider, .audio-player + div .scrub-range-slider {
        width: 100%;
        padding: 0;
        margin: 0 !important
    }

    .audio-player .volume-range-slider, .audio-player + div .volume-range-slider {
        min-width: 100px;
        padding: 0;
        margin: 0 !important
    }

        .audio-player .volume-range-slider[type=range]::-webkit-slider-runnable-track, .audio-player + div .volume-range-slider[type=range]::-webkit-slider-runnable-track {
            background: #bb4d00
        }

            .audio-player .volume-range-slider[type=range]::-webkit-slider-runnable-track:active, .audio-player .volume-range-slider[type=range]::-webkit-slider-runnable-track:focus, .audio-player + div .volume-range-slider[type=range]::-webkit-slider-runnable-track:active, .audio-player + div .volume-range-slider[type=range]::-webkit-slider-runnable-track:focus {
                background: #d55800
            }

        .audio-player .volume-range-slider[type=range]:focus::-webkit-slider-runnable-track, .audio-player + div .volume-range-slider[type=range]:focus::-webkit-slider-runnable-track {
            background: #d55800
        }

        .audio-player .volume-range-slider[type=range]::-ms-fill-lower, .audio-player .volume-range-slider[type=range]::-ms-fill-upper, .audio-player + div .volume-range-slider[type=range]::-ms-fill-lower, .audio-player + div .volume-range-slider[type=range]::-ms-fill-upper {
            background: #bb4d00
        }

        .audio-player .volume-range-slider[type=range]:focus::-ms-fill-lower, .audio-player .volume-range-slider[type=range]:focus::-ms-fill-upper, .audio-player + div .volume-range-slider[type=range]:focus::-ms-fill-lower, .audio-player + div .volume-range-slider[type=range]:focus::-ms-fill-upper {
            background: #d55800
        }

    .audio-player .icon, .audio-player + div .icon {
        width: 28px;
        height: 28px
    }

        .audio-player .icon.fi, .audio-player + div .icon.fi {
            vertical-align: middle
        }

    .audio-player [type=range], .audio-player + div [type=range] {
        -webkit-appearance: none;
        margin: 10px 0;
        width: 100%;
        background: 0 0
    }

        .audio-player [type=range]:focus, .audio-player + div [type=range]:focus {
            outline: 0
        }

            .audio-player [type=range]:focus::-webkit-slider-runnable-track, .audio-player + div [type=range]:focus::-webkit-slider-runnable-track {
                background: #ffb85c
            }

            .audio-player [type=range]:focus::-ms-fill-lower, .audio-player + div [type=range]:focus::-ms-fill-lower {
                background: #bb4d00
            }

            .audio-player [type=range]:focus::-ms-fill-upper, .audio-player + div [type=range]:focus::-ms-fill-upper {
                background: #ffb85c
            }

        .audio-player [type=range]::-webkit-slider-runnable-track, .audio-player + div [type=range]::-webkit-slider-runnable-track {
            cursor: pointer;
            height: 8px;
            transition: all .2s ease;
            width: 100%;
            box-shadow: 0 0 0 rgba(0,0,0,.2),0 0 0 rgba(13,13,13,.2);
            background: #ffad42;
            border: 0 solid #cfd8dc;
            border-radius: 0
        }

        .audio-player [type=range]::-webkit-slider-thumb, .audio-player + div [type=range]::-webkit-slider-thumb {
            box-shadow: 0 0 0 rgba(0,0,0,.2),0 0 0 rgba(13,13,13,.2);
            background: #333;
            border: 3px solid #eceff1;
            border-radius: 12px;
            cursor: pointer;
            height: 20px;
            width: 20px;
            -webkit-appearance: none;
            margin-top: -6px
        }

        .audio-player [type=range]::-moz-range-track, .audio-player + div [type=range]::-moz-range-track {
            cursor: pointer;
            height: 8px;
            transition: all .2s ease;
            width: 100%;
            box-shadow: 0 0 0 rgba(0,0,0,.2),0 0 0 rgba(13,13,13,.2);
            background: #ffad42;
            border: 0 solid #cfd8dc;
            border-radius: 0
        }

        .audio-player [type=range]::-moz-range-thumb, .audio-player + div [type=range]::-moz-range-thumb {
            box-shadow: 0 0 0 rgba(0,0,0,.2),0 0 0 rgba(13,13,13,.2);
            background: #333;
            border: 3px solid #eceff1;
            border-radius: 12px;
            cursor: pointer;
            height: 20px;
            width: 20px
        }

        .audio-player [type=range]::-ms-track, .audio-player + div [type=range]::-ms-track {
            cursor: pointer;
            height: 8px;
            transition: all .2s ease;
            width: 100%;
            background: 0 0;
            border-color: transparent;
            border-width: 10px 0;
            color: transparent
        }

        .audio-player [type=range]::-ms-fill-lower, .audio-player + div [type=range]::-ms-fill-lower {
            box-shadow: 0 0 0 rgba(0,0,0,.2),0 0 0 rgba(13,13,13,.2);
            background: #bb4d00;
            border: 0 solid #cfd8dc;
            border-radius: 0
        }

        .audio-player [type=range]::-ms-fill-upper, .audio-player + div [type=range]::-ms-fill-upper {
            box-shadow: 0 0 0 rgba(0,0,0,.2),0 0 0 rgba(13,13,13,.2);
            background: #ffad42;
            border: 0 solid #cfd8dc;
            border-radius: 0
        }

        .audio-player [type=range]::-ms-thumb, .audio-player + div [type=range]::-ms-thumb {
            box-shadow: 0 0 0 rgba(0,0,0,.2),0 0 0 rgba(13,13,13,.2);
            background: #333;
            border: 3px solid #eceff1;
            border-radius: 12px;
            cursor: pointer;
            height: 20px;
            width: 20px;
            margin-top: 0
        }

    .audio-player + div {
        margin-top: -9px;
        z-index: 998;
        position: relative
    }

@media (max-width:767px) {
    .audio-player .volume-range-button {
        display: none
    }

    .audio-player + div {
        display: none
    }
}

@media (max-width:767.98px) {
    .audio-player .btn-volume-toggle {
        visibility: hidden;
        display: none
    }
}

.tabs-horizontal.nav-tabs .nav-item.show .nav-link, .tabs-horizontal.nav-tabs .nav-link.active {
    border-color: transparent
}

.tabs-horizontal.nav-tabs .nav-link:focus, .tabs-horizontal.nav-tabs .nav-link:hover {
    border-color: transparent
}

.tabs-horizontal.nav-tabs {
    border-bottom: none
}

    .tabs-horizontal.nav-tabs .nav-link {
        border: none
    }

.nav-tabs .nav-link {
    border-top: 1px solid transparent;
    border-radius: 0
}

.nav-tabs-alt .nav-link {
    width: 120px;
    text-align: center
}

    .nav-tabs-alt .nav-link.active {
        border-bottom: 3px solid #005eaa
    }

    .nav-tabs-alt .nav-link:hover {
        color: #075290
    }

.nav-pills {
    background-color: #f5f5f5
}

    .nav-pills .nav-item {
        margin-bottom: 0
    }

    .nav-pills .nav-link {
        border-radius: 0
    }

.tabs-horizontal.nav-tabs {
    border-bottom: 3px solid #f0f0f0
}

    .tabs-horizontal.nav-tabs .nav-item {
        margin-bottom: -3px
    }

    .tabs-horizontal.nav-tabs .nav-link {
        border-top: 0
    }

        .tabs-horizontal.nav-tabs .nav-link.active {
            border-top: none !important
        }

.nav-link {
    text-decoration: none;
    color: #000;
    font-weight: 400
}

    .nav-link:hover {
        color: #000;
        font-weight: 400
    }

.tabs-module .nav-link:hover {
    font-weight: 400 !important;
    cursor: pointer;
    position: relative
}

.tabs-module .nav-link.active {
    color: #000 !important
}

    .tabs-module .nav-link.active:hover {
        font-weight: 700 !important
    }

.nav-tabs-alt .nav-link.active {
    border-bottom: 3px solid #005eaa
}

[data-cdc-slider] img {
    max-width: 100%
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    transform: translate3d(0,0,0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table
    }

    .slick-track:after {
        clear: both
    }

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(/TemplatePackage/contrib/libs/slick/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: slick;
    src: url(/TemplatePackage/contrib/libs/slick/fonts/slick.eot);
    src: url(/TemplatePackage/contrib/libs/slick/fonts/slick.eot?#iefix) format("embedded-opentype"),url(/TemplatePackage/contrib/libs/slick/fonts/slick.woff) format("woff"),url(/TemplatePackage/contrib/libs/slick/fonts/slick.ttf) format("truetype"),url(/TemplatePackage/contrib/libs/slick/fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    transform: translate(0,-50%);
    padding: 0;
    border: none;
    outline: 0
}

    .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
        outline: 0;
        background: 0 0;
        color: transparent
    }

        .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
            opacity: 1
        }

    .slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
        opacity: .25
    }

    .slick-next:before, .slick-prev:before {
        font-size: 20px;
        line-height: 1;
        color: #fff;
        opacity: .75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

        .slick-dots li button {
            border: 0;
            background: 0 0;
            display: block;
            height: 20px;
            width: 20px;
            outline: 0;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer
        }

            .slick-dots li button:focus, .slick-dots li button:hover {
                outline: 0
            }

                .slick-dots li button:focus:before, .slick-dots li button:hover:before {
                    opacity: 1
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-size: 6px;
                line-height: 20px;
                text-align: center;
                color: #000;
                opacity: .25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale
            }

        .slick-dots li.slick-active button:before {
            color: #000;
            opacity: .75
        }

.slider {
    display: none
}

    .slider.slick-initialized {
        display: block
    }

.slick-slider .rounded-circle {
    width: 80px;
    height: 80px;
    border-radius: 50% !important
}

.slick-slider .slick-next, .slick-slider .slick-prev {
    z-index: 99;
    opacity: .4;
    border: 1px solid rgba(255,255,255,.25);
    background: rgba(0,0,0,.25);
    border-radius: 50px
}

    .slick-slider .slick-next:active, .slick-slider .slick-next:visited, .slick-slider .slick-prev:active, .slick-slider .slick-prev:visited {
        opacity: .4
    }

    .slick-slider .slick-next:hover, .slick-slider .slick-prev:hover {
        opacity: 1;
        border: 1px solid rgba(255,255,255,.5);
        background: rgba(0,0,0,.25);
        border-radius: 50px
    }

    .slick-slider .slick-next::before, .slick-slider .slick-prev::before {
        font-family: inherit;
        content: none
    }

    .slick-slider .slick-next:focus, .slick-slider .slick-prev:focus {
        border: none
    }

    .slick-slider .slick-next svg, .slick-slider .slick-prev svg {
        fill: #fff;
        width: 60%
    }

    .slick-slider .slick-next .fi, .slick-slider .slick-prev .fi {
        position: relative;
        top: 1px;
        color: #fff;
        font-size: 50px
    }

.slick-slider .slick-prev {
    left: 25px
}

.slick-slider .slick-next {
    right: 25px
}

.slick-slider .slick-slide {
    position: relative;
    opacity: .7
}

    .slick-slider .slick-slide.slick-current, .slick-slider .slick-slide:hover {
        opacity: 1
    }

    .slick-slider .slick-slide svg.minus, .slick-slider .slick-slide svg.plus {
        width: 24px;
        height: 24px;
        display: block
    }

    .slick-slider .slick-slide svg.minus {
        display: none
    }

    .slick-slider .slick-slide img {
        width: 100%;
        max-width: 100%;
        height: auto
    }

.slick-slider .slide-caption h3 {
    font-family: "Open Sans",apple-system,blinkmacsystemfont,"Segoe UI","Helvetica Neue",arial,sans-serif;
    margin-bottom: 0
}

.slick-slider .slide-caption a, .slick-slider .slide-caption a:active, .slick-slider .slide-caption a:hover, .slick-slider .slide-caption a:visited {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: none
}

.slick-slider .slide-caption .tp-link-policy svg {
    fill: #fff
}

.slick-slider .slide-caption .caption-toggle {
    display: none
}

.slick-slider .slide-caption .slide-caption-content {
    display: block
}

    .slick-slider .slide-caption .slide-caption-content a {
        color: #075290
    }

        .slick-slider .slide-caption .slide-caption-content a:hover {
            text-decoration: underline
        }

.slick-slider .slide-caption .slide-caption-icon-container {
    font-size: 1rem;
    position: absolute;
    bottom: 15px;
    left: 20px
}

    .slick-slider .slide-caption .slide-caption-icon-container a {
        color: #fff
    }

    .slick-slider .slide-caption .slide-caption-icon-container svg {
        vertical-align: middle;
        margin-right: 10px;
        width: 17px;
        height: 17px
    }

.slick-slider .slide-content {
    position: relative;
    background: #efefef
}

.slick-slider ul.slick-dots {
    bottom: -35px
}

    .slick-slider ul.slick-dots li {
        width: 30px
    }

        .slick-slider ul.slick-dots li button {
            border: 1px solid #555;
            width: 100%;
            height: 3px;
            padding: 2px
        }

            .slick-slider ul.slick-dots li button::before {
                content: none
            }

            .slick-slider ul.slick-dots li button:hover {
                background-color: #e0e0e0
            }

        .slick-slider ul.slick-dots li.slick-active button {
            background-color: #555
        }

.slick-slider.expand-captions .slick-slide svg.plus {
    display: none
}

.slick-slider.expand-captions .slick-slide svg.minus {
    display: block
}

.slick-slider.w-auto .slick-slide img {
    height: 100%;
    max-height: 100%;
    width: auto
}

.slick-slider .slick-next::before, .slick-slider .slick-prev::before {
    font-size: 55px;
    line-height: 1.55
}

.slick-slider [data-target-type=video] svg.icon-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: .5;
    width: 40%;
    height: 40%;
    fill: #fff
}

.slick-slider [data-target-type=video] .fi.icon-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: .5;
    color: #fff;
    font-size: 20vw
}

.slick-slider.slider-nav {
    padding-top: 4px
}

    .slick-slider.slider-nav .slide-caption {
        position: inherit;
        display: none
    }

    .slick-slider.slider-nav .slick-list {
        margin: 0 0 0 -2px
    }

    .slick-slider.slider-nav .slick-slide {
        margin: 0 0 0 2px
    }

    .slick-slider.slider-nav [data-target-type=video] svg {
        width: 40px;
        height: 40px
    }

.slick-slider.slider-for .slick-slide {
    position: relative
}

.slick-slider[data-cdc-slider=carousel-slider] .slide-caption, .slick-slider[data-cdc-slider=standard-slider] .slide-caption {
    position: absolute;
    background: rgba(0,0,0,.7);
    color: #fff;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: left;
    padding: 20px
}

    .slick-slider[data-cdc-slider=carousel-slider] .slide-caption svg use[href="#external"], .slick-slider[data-cdc-slider=standard-slider] .slide-caption svg use[href="#external"] {
        fill: #fff
    }

    .slick-slider[data-cdc-slider=carousel-slider] .slide-caption h3, .slick-slider[data-cdc-slider=standard-slider] .slide-caption h3 {
        margin-top: 0
    }

    .slick-slider[data-cdc-slider=carousel-slider] .slide-caption.slide-caption-has-icon, .slick-slider[data-cdc-slider=standard-slider] .slide-caption.slide-caption-has-icon {
        padding-bottom: 40px
    }

.slick-slider[data-cdc-slider=carousel-slider] .slide-caption-content, .slick-slider[data-cdc-slider=standard-slider] .slide-caption-content {
    display: block
}

    .slick-slider[data-cdc-slider=carousel-slider] .slide-caption-content a, .slick-slider[data-cdc-slider=standard-slider] .slide-caption-content a {
        color: #fff;
        text-decoration: underline
    }

        .slick-slider[data-cdc-slider=carousel-slider] .slide-caption-content a:hover, .slick-slider[data-cdc-slider=standard-slider] .slide-caption-content a:hover {
            color: #075290
        }

.slick-slider[data-cdc-slider=carousel-slider][data-larger-overlay-description=false] .slide-caption, .slick-slider[data-cdc-slider=standard-slider][data-larger-overlay-description=false] .slide-caption {
    position: relative;
    background: #000
}

.slick-slider[data-cdc-slider=thumbnail-slider] .slick-slide {
    margin: 0 2px;
    padding: 0;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    opacity: 1
}

.slick-slider[data-cdc-slider=thumbnail-slider].description-overlay-off .slide-caption {
    position: inherit
}

.slick-slider[data-cdc-slider=thumbnail-slider] .slide-caption {
    clear: left;
    text-align: left;
    font-size: .9em;
    background: #fff;
    color: #555;
    overflow: hidden;
    width: 100%;
    position: relative
}

    .slick-slider[data-cdc-slider=thumbnail-slider] .slide-caption h3 {
        margin: 15px 0 0 0;
        padding: 0 15px
    }

    .slick-slider[data-cdc-slider=thumbnail-slider] .slide-caption.slide-caption-has-icon {
        padding-bottom: 40px
    }

    .slick-slider[data-cdc-slider=thumbnail-slider] .slide-caption .slide-caption-content {
        padding: 15px
    }

.slick-slider[data-cdc-slider=thumbnail-slider] .slide-caption-icon-container {
    padding: .75rem 1.25rem;
    bottom: 0;
    left: 0;
    width: 100%
}

.slick-slider[data-cdc-slider=thumbnail-slider]:not(.mobile-view) .slide-caption-icon-container {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125)
}

.slick-slider.mobile-view .slick-slide {
    background: #f0f0f0
}

.slick-slider.mobile-view.slider-nav {
    display: none
}

.slick-slider.mobile-view[data-cdc-slider=carousel-slider][data-larger-overlay-description=false] .slide-caption, .slick-slider.mobile-view[data-cdc-slider=standard-slider][data-larger-overlay-description=false] .slide-caption, .slick-slider.mobile-view[data-cdc-slider=thumbnail-slider][data-larger-overlay-description=false] .slide-caption {
    background: #f0f0f0
}

.slick-slider.mobile-view[data-cdc-slider=carousel-slider] .slide-caption, .slick-slider.mobile-view[data-cdc-slider=standard-slider] .slide-caption, .slick-slider.mobile-view[data-cdc-slider=thumbnail-slider] .slide-caption {
    position: relative;
    padding: 10px;
    color: #000;
    background: #f0f0f0
}

    .slick-slider.mobile-view[data-cdc-slider=carousel-slider] .slide-caption .caption-toggle, .slick-slider.mobile-view[data-cdc-slider=standard-slider] .slide-caption .caption-toggle, .slick-slider.mobile-view[data-cdc-slider=thumbnail-slider] .slide-caption .caption-toggle {
        display: block
    }

    .slick-slider.mobile-view[data-cdc-slider=carousel-slider] .slide-caption .slide-caption-content, .slick-slider.mobile-view[data-cdc-slider=standard-slider] .slide-caption .slide-caption-content, .slick-slider.mobile-view[data-cdc-slider=thumbnail-slider] .slide-caption .slide-caption-content {
        display: none
    }

    .slick-slider.mobile-view[data-cdc-slider=carousel-slider] .slide-caption .tp-link-policy svg, .slick-slider.mobile-view[data-cdc-slider=standard-slider] .slide-caption .tp-link-policy svg, .slick-slider.mobile-view[data-cdc-slider=thumbnail-slider] .slide-caption .tp-link-policy svg {
        fill: #075290
    }

    .slick-slider.mobile-view[data-cdc-slider=carousel-slider] .slide-caption h3::before, .slick-slider.mobile-view[data-cdc-slider=standard-slider] .slide-caption h3::before, .slick-slider.mobile-view[data-cdc-slider=thumbnail-slider] .slide-caption h3::before {
        content: attr(data-slide-page-text) " | "
    }

    .slick-slider.mobile-view[data-cdc-slider=carousel-slider] .slide-caption h3.no-title::before, .slick-slider.mobile-view[data-cdc-slider=standard-slider] .slide-caption h3.no-title::before, .slick-slider.mobile-view[data-cdc-slider=thumbnail-slider] .slide-caption h3.no-title::before {
        content: attr(data-slide-page-text) ""
    }

    .slick-slider.mobile-view[data-cdc-slider=carousel-slider] .slide-caption.slide-caption-has-icon, .slick-slider.mobile-view[data-cdc-slider=standard-slider] .slide-caption.slide-caption-has-icon, .slick-slider.mobile-view[data-cdc-slider=thumbnail-slider] .slide-caption.slide-caption-has-icon {
        padding-bottom: 40px
    }

.slick-slider.mobile-view[data-cdc-slider=carousel-slider].expand-captions .slide-caption .slide-caption-content, .slick-slider.mobile-view[data-cdc-slider=standard-slider].expand-captions .slide-caption .slide-caption-content, .slick-slider.mobile-view[data-cdc-slider=thumbnail-slider].expand-captions .slide-caption .slide-caption-content {
    display: block
}

.slick-slider.mobile-view[data-cdc-slider=carousel-slider] .slide-caption .slide-caption-content a, .slick-slider.mobile-view[data-cdc-slider=standard-slider] .slide-caption .slide-caption-content a {
    color: #075290;
    text-decoration: none
}

    .slick-slider.mobile-view[data-cdc-slider=carousel-slider] .slide-caption .slide-caption-content a:hover, .slick-slider.mobile-view[data-cdc-slider=standard-slider] .slide-caption .slide-caption-content a:hover {
        color: #075290;
        text-decoration: underline
    }

a.jumbotron-btn {
    color: inherit;
    text-decoration: initial
}

    a.jumbotron-btn .btn:hover {
        text-decoration: none
    }

.jumbotron {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 15px;
    border-radius: 0;
    position: relative
}

    .jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4, .jumbotron h5, .jumbotron h6 {
        margin-top: 0
    }

    .jumbotron.jumbotron-light .jumbotron-overlay {
        background-color: rgba(255,255,255,.75);
        color: #000
    }

    .jumbotron.jumbotron-dark .jumbotron-overlay {
        background-color: rgba(0,0,0,.75);
        color: #fff
    }

        .jumbotron.jumbotron-dark .jumbotron-overlay a:not(.btn) {
            color: #fff
        }

    .jumbotron.tb-rc {
        border-radius: .25rem
    }

        .jumbotron.tb-rc .card-body {
            border-radius: .25rem
        }

    .jumbotron .jumbotron-overlay {
        padding: 1rem;
        position: absolute;
        overflow: hidden
    }

        .jumbotron .jumbotron-overlay.overlay-fullheight {
            max-height: 100%;
            height: 100%
        }

        .jumbotron .jumbotron-overlay.fullheight {
            max-height: 100%;
            height: 100%
        }

            .jumbotron .jumbotron-overlay.fullheight[class*=m-] {
                margin-top: 0 !important;
                margin-bottom: 0 !important;
                height: auto
            }

            .jumbotron .jumbotron-overlay.fullheight.m-1 {
                top: .25rem;
                bottom: .25rem
            }

            .jumbotron .jumbotron-overlay.fullheight.m-2 {
                top: .5rem;
                bottom: .5rem
            }

            .jumbotron .jumbotron-overlay.fullheight.m-3 {
                top: 1rem;
                bottom: 1rem
            }

            .jumbotron .jumbotron-overlay.fullheight.m-4 {
                top: 2rem;
                bottom: 2rem
            }

            .jumbotron .jumbotron-overlay.fullheight.m-5 {
                top: 3rem;
                bottom: 3rem
            }

        .jumbotron .jumbotron-overlay.overlay-left, .jumbotron .jumbotron-overlay.overlay-top-left {
            left: 0;
            top: 0
        }

        .jumbotron .jumbotron-overlay.overlay-right, .jumbotron .jumbotron-overlay.overlay-top-right {
            right: 0;
            top: 0
        }

        .jumbotron .jumbotron-overlay.overlay-bottom-left {
            left: 0;
            bottom: 0
        }

        .jumbotron .jumbotron-overlay.overlay-bottom-right {
            bottom: 0;
            right: 0
        }

        .jumbotron .jumbotron-overlay.overlay-bottom {
            left: 0;
            bottom: 0;
            right: 0
        }

        .jumbotron .jumbotron-overlay.overlay-middle {
            left: 0;
            top: 50%;
            transform: translateY(-50%) !important;
            right: 0
        }

        .jumbotron .jumbotron-overlay.overlay-middle-left {
            left: 0;
            top: 50%;
            transform: translateY(-50%) !important
        }

        .jumbotron .jumbotron-overlay.overlay-middle-right {
            top: 50%;
            transform: translateY(-50%) !important;
            right: 0
        }

@media (min-width:992px) and (max-width:1199.98px) {
    .jumbotron .display-3, .jumbotron .display-4, .jumbotron .display-5 {
        font-size: 1.5rem
    }
}

@media (max-width:991.98px) {
    .jumbotron img {
        padding-bottom: 0 !important
    }

    .jumbotron .display-3, .jumbotron .display-4, .jumbotron .display-5 {
        font-size: 1.375rem
    }

    .jumbotron .jumbotron-overlay[class*=overlay-] {
        top: 0 !important;
        left: 0;
        bottom: 0;
        height: auto;
        transform: none !important;
        position: relative;
        background: #e0e0e0;
        color: #000
    }

        .jumbotron .jumbotron-overlay[class*=overlay-].m-5 {
            margin: 0 !important
        }

        .jumbotron .jumbotron-overlay[class*=overlay-].ml-5 {
            margin-left: 0 !important
        }

        .jumbotron .jumbotron-overlay[class*=overlay-].mr-5 {
            margin-right: 0 !important
        }

    .jumbotron .jumbotron-overlay a {
        text-decoration: none
    }

    .jumbotron .m-5 {
        margin-top: 0 !important
    }

    .jumbotron .w-33, .jumbotron .w-50 {
        width: auto !important
    }
}

nav#mobilenav {
    position: relative;
    z-index: 980;
    box-shadow: 0 0 8px 0 rgba(0,0,0,.23)
}

.mobile-section-nav {
    background-color: #f5f5f5
}

    .mobile-section-nav nav .dropdown-toggle {
        border-bottom: 2px solid #f0f0f0;
        padding-left: 1rem;
        text-align: left;
        width: 100%;
        font-size: 23px
    }

        .mobile-section-nav nav .dropdown-toggle #svg-down {
            width: 40px;
            height: 40px;
            position: absolute;
            border-radius: 20px;
            right: 30px;
            bottom: -12px;
            z-index: 1002;
            transition: transform .4s ease;
            margin-bottom: -8px;
            border: 2px solid #fff;
            fill: #fff
        }

            .mobile-section-nav nav .dropdown-toggle #svg-down.fi {
                color: #fff
            }

                .mobile-section-nav nav .dropdown-toggle #svg-down.fi::before {
                    display: block;
                    height: 40px;
                    font-size: 36px;
                    text-align: center
                }

        .mobile-section-nav nav .dropdown-toggle::after {
            display: none
        }

    .mobile-section-nav nav .dropdown {
        z-index: 1070
    }

        .mobile-section-nav nav .dropdown .btn {
            padding-top: 3px;
            padding-bottom: 3px;
            background-color: #f5f5f5;
            white-space: normal
        }

            .mobile-section-nav nav .dropdown .btn:hover {
                text-decoration: none
            }

        .mobile-section-nav nav .dropdown .dropdown-menu {
            top: 43px !important;
            transform: none !important;
            padding-bottom: 0;
            z-index: 999 !important
        }

            .mobile-section-nav nav .dropdown .dropdown-menu .list-group {
                max-height: 400px;
                overflow-y: auto
            }

        .mobile-section-nav nav .dropdown .list-group > ul {
            padding-left: 20px
        }

        .mobile-section-nav nav .dropdown ul ul {
            display: none
        }

        .mobile-section-nav nav .dropdown ul a.nav-minus:link, .mobile-section-nav nav .dropdown ul a.nav-plus:link {
            display: none
        }

.nav-section-home, a.mobile-section-nav-foot {
    color: #fff;
    border-bottom: none;
    border-left: 0;
    text-decoration: none
}

    .nav-section-home.list-group-item:last-child, a.mobile-section-nav-foot.list-group-item:last-child {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .nav-section-home svg, a.mobile-section-nav-foot svg {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 4px;
        margin-bottom: 2px;
        fill: #fff;
        vertical-align: middle
    }

    .nav-section-home .fi, a.mobile-section-nav-foot .fi {
        margin-right: 4px;
        margin-bottom: 2px;
        vertical-align: middle
    }

.nav-section-home {
    padding: 10px 8px;
    font-family: "Open Sans",apple-system,blinkmacsystemfont,"Segoe UI","Helvetica Neue",arial,sans-serif;
    font-size: 13pt;
    font-weight: 400;
    border-bottom: 1px dashed #e0e0e0;
    border-top-width: 0;
    border-top-style: solid;
    border-left: 4px solid #fff;
    transition: background-color .4s ease;
    transition: border-left-color .4s ease
}

    .nav-section-home .fi, .nav-section-home svg {
        float: left
    }

    .nav-section-home a {
        color: #555;
        transition: color .4s ease;
        overflow: hidden;
        display: block
    }

    .nav-section-home.selected {
        font-weight: 700
    }

@media (max-width:991px) {
    .container {
        max-width: none
    }

    .content {
        padding-top: 20px;
        padding-left: 15px
    }

        .content h1:first-child {
            display: none
        }

    .content-fullwidth {
        padding-left: 15px
    }

    .body-wrapper h1:first-child {
        display: none
    }

    .mobile-title {
        width: 84%;
        display: inline-block
    }

    .nav-section-home {
        border-top-width: 2px
    }

        .nav-section-home.selected {
            border-left-width: 0 !important
        }

    body .site-title {
        border-bottom: none !important
    }
}

.tp-on-this-page {
    color: #000;
    line-height: 1.3
}

    .tp-on-this-page a, .tp-on-this-page a:link {
        text-decoration: none
    }

        .tp-on-this-page a:hover, .tp-on-this-page a:link:hover {
            color: #005eaa;
            text-decoration: underline
        }

    .tp-on-this-page.float-right {
        margin-left: 1rem
    }

    .tp-on-this-page .collapse-link, .tp-on-this-page a.collapse-link {
        font-size: 17px;
        font-family: "Open Sans",apple-system,blinkmacsystemfont,"Segoe UI","Helvetica Neue",arial,sans-serif;
        color: #005eaa
    }

    .tp-on-this-page ul.list-group {
        padding-left: 15px;
        padding-right: 15px
    }

        .tp-on-this-page ul.list-group li.list-group-item {
            border: none;
            border-top: 1px dashed #e0e0e0;
            padding-left: 0
        }

            .tp-on-this-page ul.list-group li.list-group-item:last-child {
                border-bottom: none
            }

                .tp-on-this-page ul.list-group li.list-group-item:last-child:hover {
                    border-bottom: none
                }

.tp-on-this-page-large {
    width: 100%
}

@media (max-width:768px) {
    .tp-on-this-page {
        width: 100% !important
    }
}

@media (min-width:768px) {
    .tp-on-this-page ul.list-group li.list-group-item:first-child {
        border-top: none
    }

        .tp-on-this-page ul.list-group li.list-group-item:first-child:hover {
            border-top: none
        }
}

.cdc-timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative
}

    .cdc-timeline svg {
        width: 25px;
        height: 25px
    }

    .cdc-timeline ul.list-bullet li {
        margin: 15px
    }

    .cdc-timeline::before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #f5f5f5;
        left: 50%;
        margin-left: -1.5px
    }

    .cdc-timeline > li {
        margin-bottom: 20px;
        position: relative;
        width: 50%;
        float: left;
        clear: left
    }

        .cdc-timeline > li::after, .cdc-timeline > li::before {
            content: " ";
            display: table
        }

        .cdc-timeline > li::after {
            clear: both
        }

        .cdc-timeline > li:nth-child(2) {
            margin-top: 60px
        }

        .cdc-timeline > li .timeline-panel {
            width: 95%;
            float: left;
            border: 1px solid #d4d4d4;
            position: relative;
            box-shadow: 0 0 8px rgba(0,0,0,.23);
            border-radius: .25rem
        }

            .cdc-timeline > li .timeline-panel::before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " "
            }

            .cdc-timeline > li .timeline-panel::after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " "
            }

        .cdc-timeline > li .timeline-heading img {
            border-top-left-radius: .25rem !important;
            border-top-right-radius: .25rem !important
        }

        .cdc-timeline > li .timeline-badge {
            color: #fff;
            width: 24px;
            height: 24px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 20px;
            right: -12px;
            z-index: 100
        }

            .cdc-timeline > li .timeline-badge a {
                color: #005eaa !important
            }

                .cdc-timeline > li .timeline-badge a:hover {
                    color: #00f !important
                }

        .cdc-timeline > li.timeline-inverted {
            float: right;
            clear: right;
            margin-top: 30px;
            margin-bottom: 30px
        }

            .cdc-timeline > li.timeline-inverted > .timeline-panel {
                float: right
            }

                .cdc-timeline > li.timeline-inverted > .timeline-panel::before {
                    border-left-width: 0;
                    border-right-width: 15px;
                    left: -15px;
                    right: auto
                }

                .cdc-timeline > li.timeline-inverted > .timeline-panel::after {
                    border-left-width: 0;
                    border-right-width: 14px;
                    left: -14px;
                    right: auto
                }

            .cdc-timeline > li.timeline-inverted > .timeline-badge {
                left: -12px
            }

        .cdc-timeline > li .timeline-title {
            margin: .75rem 1rem -20px 1rem;
            color: inherit;
            font-family: "Open Sans",sans-serif
        }

        .cdc-timeline > li .timeline-body > p, .cdc-timeline > li .timeline-body > ul {
            padding: .75rem 1rem;
            margin-bottom: 0
        }

            .cdc-timeline > li .timeline-body > p + p {
                margin-top: 5px
            }

        .cdc-timeline > li .timeline-footer {
            padding: 1rem;
            background-color: #f4f4f4
        }

            .cdc-timeline > li .timeline-footer a {
                cursor: pointer;
                text-decoration: none
            }

@media (max-width:992px) {
    .cdc-timeline::before {
        left: 10px
    }

    .cdc-timeline > li {
        margin-bottom: 20px;
        position: relative;
        width: 100%;
        float: left;
        clear: left
    }

        .cdc-timeline > li > .timeline-badge {
            left: -2px;
            margin-left: 0
        }

        .cdc-timeline > li > .timeline-panel {
            width: calc(100% - 40px);
            float: right
        }

            .cdc-timeline > li > .timeline-panel::before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto
            }

            .cdc-timeline > li > .timeline-panel::after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto
            }

        .cdc-timeline > li.timeline-inverted {
            float: left;
            clear: left;
            margin-top: 30px;
            margin-bottom: 30px
        }

            .cdc-timeline > li.timeline-inverted > .timeline-badge {
                left: -2px
            }
}

footer .footer-wrapper {
    font-size: 13px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 1rem;
    color: #fff;
    background-color: #333
}

    footer .footer-wrapper .footer-slim ul.list-inline {
        text-align: center
    }

        footer .footer-wrapper .footer-slim ul.list-inline li {
            display: inline-block
        }

    footer .footer-wrapper .footer-slim span {
        display: inline-block
    }

@media only screen and (max-width:1200px) {
    footer .footer-wrapper .footer-slim ul.list-inline {
        text-align: left
    }

        footer .footer-wrapper .footer-slim ul.list-inline li {
            display: block;
            float: none
        }
}

@media only screen and (min-width:768px) and (max-width:1200px) {
    footer .footer-wrapper .footer-slim ul.list-inline {
        -moz-columns: 2;
        columns: 2;
        width: 100%
    }
}

@media only screen and (max-width:991px) {
    footer .footer-wrapper .footer-slim {
        margin-bottom: 2.6rem
    }
}

footer .footer-wrapper span {
    display: block
}

footer .footer-wrapper svg {
    width: 24px;
    height: 24px
}

footer .footer-wrapper a {
    color: #fff;
    text-decoration: none
}

    footer .footer-wrapper a:hover {
        text-decoration: underline
    }

footer .footer-wrapper .connect-iconsa:hover {
    text-decoration: none
}

footer .footer-wrapper .connect-icons .list-inline li a span.fi {
    width: 24px;
    height: 24px
}

footer .footer-wrapper li {
    margin-bottom: 3px
}

footer .footer-wrapper ul {
    padding-left: 0;
    list-style-type: none
}

    footer .footer-wrapper ul.list-inline {
        display: inline-block;
        margin-bottom: 3px
    }

        footer .footer-wrapper ul.list-inline li {
            float: left;
            margin-right: 10px
        }

            footer .footer-wrapper ul.list-inline li img {
                width: 24px
            }

            footer .footer-wrapper ul.list-inline li.rounded-circle {
                background-color: #fff;
                padding: 7px;
                margin-right: 7px
            }

footer .agency-footer {
    font-size: 13px;
    padding-top: .5rem;
    padding-bottom: 3rem;
    margin-bottom: 1rem
}

    footer .agency-footer a {
        color: #000;
        text-decoration: none
    }

        footer .agency-footer a:hover {
            text-decoration: underline
        }

        footer .agency-footer a.footer-ext svg {
            fill: #000;
            float: left
        }

            footer .agency-footer a.footer-ext svg + span {
                display: block;
                overflow: hidden
            }

        footer .agency-footer a.footer-ext svg {
            fill: #000
        }

footer .language-footer {
    background: #fff;
    padding-top: 1rem
}

@media only screen and (max-width:991px) {
    footer .language-footer {
        margin-bottom: 3rem !important
    }
}

footer .language-footer strong {
    font-size: 13px;
    color: #333
}

    footer .language-footer strong a {
        color: #333
    }

footer .language-footer span a {
    color: #333
}

#cdc-meganav-mobile-menu {
    padding: 0;
    border-radius: 0 !important;
    margin-bottom: 1em
}

    #cdc-meganav-mobile-menu .card {
        border: none
    }

    #cdc-meganav-mobile-menu .card-header:first-child {
        border-radius: 0 !important
    }

    #cdc-meganav-mobile-menu .card-body {
        padding: 1.5rem
    }

    #cdc-meganav-mobile-menu ul {
        list-style-type: none
    }

        #cdc-meganav-mobile-menu ul:only-child {
            padding-left: 0
        }

        #cdc-meganav-mobile-menu ul li a {
            text-decoration: none;
            color: #333
        }

            #cdc-meganav-mobile-menu ul li a.active {
                font-weight: 700
            }

                #cdc-meganav-mobile-menu ul li a.active span[class*=cdc-icon]::before {
                    font-weight: 700
                }

            #cdc-meganav-mobile-menu ul li a span {
                margin-right: 1rem;
                min-width: 2em
            }

                #cdc-meganav-mobile-menu ul li a span::before {
                    font-size: 24px;
                    color: #007c91
                }

header .cdc-logo a {
    display: block
}

    header .cdc-logo a svg {
        color: #000;
        fill: #000;
        max-width: 100%
    }

header .svg-icon {
    width: 24px;
    height: 24px
}

header .cdc-logo .logo-small {
    margin-top: 10px
}

header .dropdown-submenu {
    position: relative
}

header .tp-search-advanced a {
    color: #005eaa !important;
    line-height: 2
}

    header .tp-search-advanced a span {
        font-size: 1.2em
    }

        header .tp-search-advanced a span::before {
            color: #005eaa !important
        }

header #cdcAdvancedSearch .tp-search-advanced-extended {
    display: none
}

header #cdcAdvancedSearch.is-extended .tp-search-advanced-extended {
    display: flex
}

header #cdcAdvancedSearch.is-extended .tp-search-advanced-extended-hide {
    display: none
}

header .cdc-header-local-search .dropdown-menu, header .cdc-header-search .dropdown-menu, header .headerSearch .dropdown-menu {
    z-index: 10000
}

.site-title {
    padding-top: .5rem;
    padding-bottom: .5rem
}

    .site-title a, .site-title a:link, .site-title a:visited {
        text-decoration: none;
        color: #fff;
        vertical-align: text-top
    }

        .site-title a:hover * {
            text-decoration: underline
        }

    .site-title .tagline {
        margin-bottom: 0
    }

    .site-title .site-title-image {
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative
    }

@media (min-width:992px) {
    .site-title .site-title-image {
        text-align: right
    }
}

.site-title .site-title-image img {
    max-height: 35px
}

#cdc-meganav-bar {
    background: #fff
}

    #cdc-meganav-bar .nav-right {
        margin-left: 2rem;
        padding-left: 2rem
    }

    #cdc-meganav-bar .yamm .nav-item.dropdown.show a.nav-link {
        background-color: #fff
    }

    #cdc-meganav-bar .yamm .nav-item .nav-link.selected, #cdc-meganav-bar .yamm .nav-item .nav-link:hover, #cdc-meganav-bar .yamm .nav-item .nav-link[aria-expanded=true] {
        border-color: #65b0bd;
        color: #007c91
    }

    #cdc-meganav-bar .yamm .nav-item .nav-link.active {
        border-color: #65b0bd
    }

    #cdc-meganav-bar .yamm .nav-link {
        border-bottom: 1px solid #fff;
        padding-top: 20px;
        padding-bottom: 6px;
        margin: 0 5px;
        color: #555
    }

        #cdc-meganav-bar .yamm .nav-link:hover {
            background: #fff !important;
            border-bottom: 1px solid;
            box-shadow: 0 8px 6px -4px rgba(40,40,40,.1)
        }

    #cdc-meganav-bar .yamm .nav-item.show .nav-link {
        border-bottom: 1px solid #fff
    }

    #cdc-meganav-bar .yamm .dropdown-menu {
        width: 1000px;
        border: none;
        margin-top: 1px;
        margin-left: -350px;
        box-shadow: 0 6px 10px -4px rgba(40,40,40,.1);
        padding: 0 2em;
        z-index: -1
    }

        #cdc-meganav-bar .yamm .dropdown-menu.side-left {
            left: -1em;
            margin-left: 0
        }

        #cdc-meganav-bar .yamm .dropdown-menu.side-right {
            right: -1em;
            margin-left: 0
        }

        #cdc-meganav-bar .yamm .dropdown-menu.one-col {
            width: 500px;
            min-width: auto
        }

        #cdc-meganav-bar .yamm .dropdown-menu .row {
            padding-top: 2em
        }

            #cdc-meganav-bar .yamm .dropdown-menu .row .color-bar {
                max-width: 180px;
                top: -1em;
                position: absolute
            }

                #cdc-meganav-bar .yamm .dropdown-menu .row .color-bar div {
                    margin: 0;
                    height: 4px
                }

                    #cdc-meganav-bar .yamm .dropdown-menu .row .color-bar div:nth-child(1) {
                        background: rgba(0,124,145,.6)
                    }

                    #cdc-meganav-bar .yamm .dropdown-menu .row .color-bar div:nth-child(2) {
                        background: rgba(0,124,145,.4)
                    }

                    #cdc-meganav-bar .yamm .dropdown-menu .row .color-bar div:nth-child(3) {
                        background: rgba(0,124,145,.2)
                    }

        #cdc-meganav-bar .yamm .dropdown-menu .nav-element {
            padding: .5rem
        }

        #cdc-meganav-bar .yamm .dropdown-menu .nav-header {
            font-size: 1em;
            font-weight: 700;
            line-height: 1.5em;
            padding: .5rem;
            display: block
        }

        #cdc-meganav-bar .yamm .dropdown-menu .linked-list a {
            font-size: 1em;
            line-height: 1.5em
        }

            #cdc-meganav-bar .yamm .dropdown-menu .linked-list a:hover {
                background: #f0f0f0
            }

            #cdc-meganav-bar .yamm .dropdown-menu .linked-list a span:first-child {
                padding-right: 0
            }

        #cdc-meganav-bar .yamm .dropdown-menu .linked-list .list-item a {
            color: #555
        }

            #cdc-meganav-bar .yamm .dropdown-menu .linked-list .list-item a:hover {
                color: #007c91
            }

        #cdc-meganav-bar .yamm .dropdown-menu .linked-list span.cdc-icon-single_arrow {
            height: auto;
            padding: 0
        }

            #cdc-meganav-bar .yamm .dropdown-menu .linked-list span.cdc-icon-single_arrow::before {
                font-size: 20px
            }

        #cdc-meganav-bar .yamm .dropdown-menu .view-all {
            display: inline-block;
            font-size: .9em;
            font-weight: 700;
            line-height: 1.5em;
            padding: .5rem
        }

            #cdc-meganav-bar .yamm .dropdown-menu .view-all:hover {
                text-decoration: underline !important
            }

            #cdc-meganav-bar .yamm .dropdown-menu .view-all span.cdc-icon-single_arrow {
                top: -1px;
                margin-left: 2em
            }

                #cdc-meganav-bar .yamm .dropdown-menu .view-all span.cdc-icon-single_arrow::before {
                    font-size: 16px
                }

    #cdc-meganav-bar.opened .yamm .nav-item .nav-link.active, #cdc-meganav-bar.opened .yamm .nav-item .nav-link.selected, #cdc-meganav-bar.opened .yamm .nav-item .nav-link[aria-expanded=true] {
        border-color: #fff
    }

        #cdc-meganav-bar.opened .yamm .nav-item .nav-link.active:hover, #cdc-meganav-bar.opened .yamm .nav-item .nav-link.selected:hover, #cdc-meganav-bar.opened .yamm .nav-item .nav-link[aria-expanded=true]:hover {
            border-color: #007c91
        }

    #cdc-meganav-bar.opened .yamm .nav-item.show .nav-link.selected:hover, #cdc-meganav-bar.opened .yamm .nav-item.show .nav-link[aria-expanded=true]:hover {
        border-color: #fff
    }

    #cdc-meganav-bar .dropdown-toggle::after {
        border: none !important;
        display: inline-block;
        font-family: cdciconfont;
        content: "\f211";
        vertical-align: middle;
        font-size: 24px
    }

    #cdc-meganav-bar .dropdown .dropdown-menu {
        transition: all .5s;
        max-height: 0;
        display: block;
        opacity: 0
    }

    #cdc-meganav-bar .dropdown.show .dropdown-menu {
        max-height: 600px;
        height: auto;
        opacity: 1;
        z-index: 9999
    }

.cdc-meganav-dropshadow {
    height: .25rem;
    background: #f0f0f0;
    background: radial-gradient(circle,rgba(240,240,240,.9) 0,rgba(255,255,255,0) 100%)
}

.cdc-meganav-overlay {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(0,0,0,.1) 0,rgba(0,0,0,0) 100%);
    z-index: -1;
    cursor: pointer;
    margin-top: -.25em
}

    .cdc-meganav-overlay.show {
        z-index: 1001;
        display: block
    }

@media (max-width:768px) {
    header .svg-icon {
        width: 40px;
        height: 40px
    }
}

@media (max-width:767px) {
    .site-title .site-title-image {
        padding: 10px 0 10px 6px
    }
}

@media (max-width:992px) and (min-width:768px) {
    .site-title .site-title-image {
        padding: 10px 0 10px 6px
    }

        .site-title .site-title-image img {
            position: relative
        }
}

@media (max-width:991px) {
    .site-title .col {
        padding-left: 5px
    }

    .header-wrapper .col {
        padding-left: 0
    }
}

@media only screen and (max-width:374px) {
    header .cdc-logo {
        max-width: 85%
    }
}

@media screen and (max-width:475px) {
    .small-search button {
        padding-right: 0;
        padding-left: 0
    }
}

.dropdown-menu-medium-search, .dropdown-menu-search {
    width: 500px;
    padding: 20px;
    box-shadow: 0 0 8px rgba(0,0,0,.23);
    max-width: calc(100vw - 25px);
    text-align: right
}

.dropdown-menu-small-search {
    margin: 0;
    padding: 12px;
    max-width: 100vw
}

    .dropdown-menu-small-search div.input-group {
        max-width: 90vw
    }

.dropdown-menu-medium-close-icon, span.dropdown-menu-medium-close-icon {
    display: none !important
}

.dropdown-menu-child-dropdown-menu {
    width: 500px
}

html.cdc-home .headerSearch .dropdown-menu-right {
    min-width: inherit
}

#cdc-search-leftnav {
    margin-top: 5em
}

    #cdc-search-leftnav .card {
        font-size: .9em
    }

        #cdc-search-leftnav .card .show-more {
            display: block
        }

        #cdc-search-leftnav .card .show-less {
            display: none
        }

        #cdc-search-leftnav .card.show .show-more {
            display: none
        }

        #cdc-search-leftnav .card.show .show-less {
            display: block
        }

    #cdc-search-leftnav a i {
        text-decoration: none
    }

    #cdc-search-leftnav .card-header {
        border-left: 0 !important;
        color: #005eaa !important
    }

        #cdc-search-leftnav .card-header .card-title {
            margin-bottom: 0;
            font-weight: 700
        }

    #cdc-search-leftnav .card-body {
        max-height: 15em;
        overflow-y: auto;
        padding: .5rem 1rem
    }

    #cdc-search-leftnav .filter-clear {
        padding: .5em 1em
    }

        #cdc-search-leftnav .filter-clear i {
            text-decoration: none;
            bottom: 1px
        }

.tp-search {
    text-align: right
}

@media (max-width:991px) {
    .tp-search {
        padding: 0 0 .75rem 0
    }
}

.tp-search .headerSearch.cdc-header-search .form-control-clear {
    visibility: hidden
}

.tp-search .headerSearch.atsdr-header-search {
    margin-top: 0
}

.tp-search .headerSearch .input-group {
    justify-content: flex-end
}

@media (min-width:1200px) {
    .tp-search .headerSearch .input-group {
        max-width: 350px
    }
}

.tp-search .headerSearch .btn-outline-secondary {
    background: #fff
}

.tp-search .headerSearch .btn.search-button {
    padding: 0;
    margin-top: .375rem
}

    .tp-search .headerSearch .btn.search-button:hover {
        text-decoration: none !important
    }

    .tp-search .headerSearch .btn.search-button span {
        display: none
    }

    .tp-search .headerSearch .btn.search-button .fi {
        vertical-align: middle;
        line-height: 1 !important
    }

@media (min-width:768px) {
    .tp-search .headerSearch .btn.search-button {
        padding: .375rem .175rem .375rem .75rem
    }

        .tp-search .headerSearch .btn.search-button span {
            display: inline-block
        }

        .tp-search .headerSearch .btn.search-button svg {
            width: 24px !important;
            height: 24px !important
        }
}

@media (max-width:767px) {
    .tp-search .headerSearch .btn.search-button {
        background-color: transparent;
        border-color: transparent;
        color: #005eaa
    }

        .tp-search .headerSearch .btn.search-button:focus, .tp-search .headerSearch .btn.search-button:hover {
            background-color: transparent;
            border-color: transparent !important
        }

        .tp-search .headerSearch .btn.search-button svg {
            fill: #005eaa;
            float: right
        }

        .tp-search .headerSearch .btn.search-button .fi.x24::before {
            font-size: 40px
        }
}

.tp-search .headerSearch .btn.search-button:hover {
    text-decoration: none
}

.tp-search .headerSearch .btn.search-submit:hover {
    text-decoration: none !important
}

.tp-search .headerSearch .btn.search-submit .fi {
    padding-top: 2px;
    display: block;
    color: #005eaa
}

@media (max-width:767px) {
    .tp-search .headerSearch .show .btn.search-button {
        background-color: transparent !important;
        border-color: transparent !important
    }

    .tp-search .headerSearch .dropdown-toggle::after {
        content: none;
        margin: 0
    }
}

.tp-search .headerSearch.cdc-header-local-search .input-group {
    max-width: inherit;
    width: 100%
}

@media (max-width:767px) {
    .tp-search .dropdown-menu-search span.form-control-clear {
        display: none !important
    }
}

@media (min-width:768px) {
    .tp-search .dropdown-menu-search {
        background-color: #f0f0f0
    }
}

@media (min-width:1200px) {
    .tp-search .dropdown-menu-search {
        background-color: #fff
    }
}

.tp-search .dropdown-menu-search .a-z-index {
    margin-top: 1rem
}

@media (min-width:1200px) {
    .tp-search .dropdown-menu-search .a-z-index {
        margin-top: 0
    }
}

@media (min-width:1200px) {
    .tp-search .dropdown-menu-search .a-z-index {
        text-align: right;
        position: absolute;
        top: 0;
        right: 0
    }
}

.tp-search .dropdown-menu-search .a-z-index a {
    color: #005eaa !important;
    text-decoration: underline !important
}

    .tp-search .dropdown-menu-search .a-z-index a:hover {
        text-decoration: none !important
    }

.tp-search .dropdown-menu-search #headerSearch.form-control:focus + .local-search-clear[style*=visible] {
    border-color: #80bdff
}

.tp-search .no-toggle::after {
    border: none !important
}

.tp-search .search-submit {
    padding-top: 0;
    padding-bottom: 2px;
    background-color: #e0e0e0 !important;
    border-color: #bdbdbd !important
}

    .tp-search .search-submit .svg-icon {
        width: 24px;
        height: 24px
    }

.tp-search .show .no-toggle .dropdown-menu-medium-search-icon, .tp-search .show .no-toggle span.dropdown-menu-medium-search-icon {
    display: none
}

.tp-search .show .no-toggle .dropdown-menu-medium-close-icon {
    display: inline !important
}

.tp-search .large-search .btn-search {
    border-color: #bdbdbd
}

.tp-search .large-search .fs0875.text-right {
    margin-bottom: .5rem
}

.tp-search .large-search [name=query] {
    padding-right: 2em
}

.tp-search .small-search.show .no-toggle {
    border-top: 1px solid rgba(0,0,0,.15);
    border-left: 1px solid rgba(0,0,0,.15);
    border-right: 1px solid rgba(0,0,0,.15);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.tp-search .small-search .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    box-shadow: -1px 3px 5px 0 #d6d6d6;
    margin-left: -10px
}

.tp-search .medium-search {
    padding-top: 20px
}

    .tp-search .medium-search .show .no-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0
    }

    .tp-search .medium-search .dropdown-menu {
        margin-top: 0;
        border: 0;
        border-top-right-radius: 0;
        background-color: #f0f0f0
    }

    .tp-search .medium-search .dropdown-menu-medium-close-icon, .tp-search .medium-search .dropdown-menu-medium-search-icon {
        float: right
    }

    .tp-search .dropdown-menu-search .form-control-clear, .tp-search .large-search .form-control-clear, .tp-search .medium-search .form-control-clear {
        pointer-events: auto;
        cursor: pointer;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        right: 59px;
        z-index: 99;
        display: block;
        line-height: 1.4;
        text-align: center;
        font-size: 30px
    }

        .tp-search .dropdown-menu-search .form-control-clear.local-search-clear, .tp-search .large-search .form-control-clear.local-search-clear, .tp-search .medium-search .form-control-clear.local-search-clear {
            position: relative;
            background-color: #fff;
            border-top: 1px solid #ced4da;
            border-bottom: 1px solid #ced4da;
            margin-left: -1px;
            height: 40px;
            right: 0;
            width: 0
        }

            .tp-search .dropdown-menu-search .form-control-clear.local-search-clear[style*=visible], .tp-search .large-search .form-control-clear.local-search-clear[style*=visible], .tp-search .medium-search .form-control-clear.local-search-clear[style*=visible] {
                width: 1.5rem;
                margin-left: -1.5rem;
                border-color: #ced4da
            }

                .tp-search .dropdown-menu-search .form-control-clear.local-search-clear[style*=visible]:focus, .tp-search .large-search .form-control-clear.local-search-clear[style*=visible]:focus, .tp-search .medium-search .form-control-clear.local-search-clear[style*=visible]:focus {
                    border-color: #80bdff
                }

#cdc-search-results .searchResultsData #solr-search-form fieldset {
    padding-left: 0
}

#cdc-search-results .searchResultsData #solr-search-form input[name=query] {
    height: 25px;
    padding-left: 5px
}

#cdc-search-results .searchResultsData #solr-search-form input.input-submit {
    height: 29px;
    margin-top: 1px
}

#cdc-search-results .searchResultsSummary {
    font-weight: 700;
    line-height: 1.8em
}

    #cdc-search-results .searchResultsSummary .search-term {
        background: #eee;
        padding: 2px 10px;
        border-radius: 5px;
        cursor: pointer;
        font-weight: 400;
        display: inline-block;
        line-height: 1.2em
    }

        #cdc-search-results .searchResultsSummary .search-term i {
            font-size: .8em;
            opacity: .3;
            bottom: 2px
        }

        #cdc-search-results .searchResultsSummary .search-term:hover {
            background: #cef
        }

            #cdc-search-results .searchResultsSummary .search-term:hover i {
                opacity: .8
            }

    #cdc-search-results .searchResultsSummary .search-terms-clear {
        font-weight: 400
    }

.hidden-four, .hidden-three, .hidden-two {
    display: none
}

.pagination li {
    display: inline
}

.pagination ul {
    padding: 0;
    margin: 0;
    border-radius: 4px
}

.searchResultsModule {
    border-bottom: none;
    padding: 11px 0 20px 0
}

    .searchResultsModule .searchResultsAudio {
        margin-top: .5em
    }

.searchResultsData {
    min-height: 400px;
    padding: 15px 0
}

    .searchResultsData em {
        padding-right: 0
    }

    .searchResultsData .searchResultsSummary {
        font-size: 14pt;
        margin: 10px 0 10px 0;
        color: #222
    }

    .searchResultsData .searchResultsModule {
        color: #222;
        line-height: 22px
    }

        .searchResultsData .searchResultsModule p {
            padding: 0;
            margin: 0
        }

        .searchResultsData .searchResultsModule h3 {
            margin-bottom: 0;
            margin-top: 8px;
            line-height: inherit;
            font-size: 16px !important;
            font-weight: 400 !important
        }

            .searchResultsData .searchResultsModule h3 a {
                color: #075290
            }

                .searchResultsData .searchResultsModule h3 a:link, .searchResultsData .searchResultsModule h3 a:visited {
                    text-decoration: none !important
                }

                .searchResultsData .searchResultsModule h3 a:active, .searchResultsData .searchResultsModule h3 a:hover {
                    text-decoration: underline !important
                }

            .searchResultsData .searchResultsModule h3 small {
                color: inherit;
                line-height: inherit;
                font-weight: inherit;
                font-size: 13px
            }

        .searchResultsData .searchResultsModule .searchResultsUrl {
            color: #006d21;
            line-height: 20px;
            word-break: break-all;
            margin: 0;
            padding-bottom: 3px
        }

        .searchResultsData .searchResultsModule .searchResultsTitle {
            padding-bottom: 3px
        }

        .searchResultsData .searchResultsModule .cdc-faq-accordion {
            margin-top: 1rem;
            margin-bottom: -20px;
            border: 0
        }

            .searchResultsData .searchResultsModule .cdc-faq-accordion .card {
                border: 0
            }

            .searchResultsData .searchResultsModule .cdc-faq-accordion .card-header {
                border-left: 4px solid transparent;
                border-top: 1px solid #ddd;
                border-bottom: 1px solid #ddd;
                margin-top: -1px
            }

                .searchResultsData .searchResultsModule .cdc-faq-accordion .card-header .card-title {
                    font-weight: 400;
                    font-size: .95em;
                    width: calc(100% - 20px)
                }

                    .searchResultsData .searchResultsModule .cdc-faq-accordion .card-header .card-title.btn.btn-link:focus {
                        text-decoration: none
                    }

                .searchResultsData .searchResultsModule .cdc-faq-accordion .card-header[aria-expanded=true] {
                    border-left: 4px solid #005eaa;
                    color: #005eaa
                }

            .searchResultsData .searchResultsModule .cdc-faq-accordion .card-body {
                color: #555;
                font-size: .9em
            }

                .searchResultsData .searchResultsModule .cdc-faq-accordion .card-body p {
                    margin: 5px 0
                }

                .searchResultsData .searchResultsModule .cdc-faq-accordion .card-body ul {
                    margin-left: 20px
                }

            .searchResultsData .searchResultsModule .cdc-faq-accordion .btn.btn-more {
                color: #075290;
                text-align: left;
                padding-left: 20px
            }

                .searchResultsData .searchResultsModule .cdc-faq-accordion .btn.btn-more:hover {
                    color: #075290;
                    text-decoration: none
                }

                .searchResultsData .searchResultsModule .cdc-faq-accordion .btn.btn-more:focus {
                    box-shadow: none
                }

                .searchResultsData .searchResultsModule .cdc-faq-accordion .btn.btn-more[aria-expanded=false]::after {
                    content: "Show more"
                }

                .searchResultsData .searchResultsModule .cdc-faq-accordion .btn.btn-more[aria-expanded=true]::after {
                    content: "Show less"
                }

            .searchResultsData .searchResultsModule .cdc-faq-accordion .collapse.show {
                border: 0
            }

    .searchResultsData .searchResultsBBModule {
        border: 1px solid #ccc;
        background-color: #efefef;
        padding: 10px 18px 6px 18px;
        font-size: 10pt;
        color: #222;
        margin-bottom: 10px
    }

        .searchResultsData .searchResultsBBModule p {
            padding: 0;
            margin: 0
        }

        .searchResultsData .searchResultsBBModule h3 {
            margin-bottom: 0;
            padding-bottom: 10px;
            margin-top: 0;
            line-height: inherit;
            font-size: 18px !important
        }

            .searchResultsData .searchResultsBBModule h3 a {
                color: #075290
            }

                .searchResultsData .searchResultsBBModule h3 a:link, .searchResultsData .searchResultsBBModule h3 a:visited {
                    text-decoration: none !important
                }

                .searchResultsData .searchResultsBBModule h3 a:active, .searchResultsData .searchResultsBBModule h3 a:hover {
                    text-decoration: underline !important
                }

        .searchResultsData .searchResultsBBModule .searchResultsUrl {
            color: #006d21;
            line-height: 14px;
            word-break: break-word;
            margin: 4px 0 0 0
        }

        .searchResultsData .searchResultsBBModule .searchResultsBBItem {
            padding-bottom: 0;
            margin-bottom: 13px
        }

            .searchResultsData .searchResultsBBModule .searchResultsBBItem p {
                line-height: 20px
            }

            .searchResultsData .searchResultsBBModule .searchResultsBBItem h3 {
                font-size: 13pt !important;
                margin: 0;
                padding: 0;
                line-height: 15px;
                font-weight: 400 !important
            }

    .searchResultsData .searchResultsPaging {
        text-align: center;
        padding: 10px 0;
        margin: 20px 0
    }

        .searchResultsData .searchResultsPaging .searchBtnPrev {
            margin-right: 6px
        }

        .searchResultsData .searchResultsPaging .searchBtnNext {
            margin-left: 6px
        }

        .searchResultsData .searchResultsPaging .searchBtnNext, .searchResultsData .searchResultsPaging .searchBtnPrev {
            background-color: #fff;
            border: 1px solid #ccc;
            padding: 7px 8px;
            border-radius: 3px
        }

            .searchResultsData .searchResultsPaging .searchBtnNext:hover, .searchResultsData .searchResultsPaging .searchBtnPrev:hover {
                background-color: #efefef
            }

        .searchResultsData .searchResultsPaging .icon-angle-right {
            margin-left: 7px
        }

        .searchResultsData .searchResultsPaging .icon-angle-left {
            margin-right: 7px
        }

        .searchResultsData .searchResultsPaging.pagination ul > .active > a, .searchResultsData .searchResultsPaging.pagination ul > .active > span {
            color: #999 !important;
            cursor: default !important
        }

        .searchResultsData .searchResultsPaging.pagination .endcap a {
            font-size: 11pt
        }

        .searchResultsData .searchResultsPaging.pagination ul > .active > a, .searchResultsData .searchResultsPaging.pagination ul > .active > span, .searchResultsData .searchResultsPaging.pagination ul > li > a:focus, .searchResultsData .searchResultsPaging.pagination ul > li > a:hover {
            background-color: #f5f5f5
        }

        .searchResultsData .searchResultsPaging.pagination ul > li > a, .searchResultsData .searchResultsPaging.pagination ul > li > span {
            float: left;
            padding: 6px 12px;
            line-height: 20px;
            text-decoration: none !important;
            background-color: #fff;
            border: 1px solid #ddd;
            border-left-width: 0;
            cursor: pointer !important
        }

        .searchResultsData .searchResultsPaging.pagination ul > .disabled > a, .searchResultsData .searchResultsPaging.pagination ul > .disabled > a:focus, .searchResultsData .searchResultsPaging.pagination ul > .disabled > a:hover, .searchResultsData .searchResultsPaging.pagination ul > .disabled > span {
            color: #999 !important;
            background-color: transparent;
            cursor: default !important
        }

        .searchResultsData .searchResultsPaging.pagination ul > li:first-child > a, .searchResultsData .searchResultsPaging.pagination ul > li:first-child > span {
            border-left-width: 1px
        }

    .searchResultsData .searchSpinner {
        text-align: center
    }

        .searchResultsData .searchSpinner .icon-refresh {
            font-size: 16pt
        }

    .searchResultsData .cdc-widget {
        float: right;
        padding: 0 0 1em 1em
    }

@media (max-width:575px) {
    .searchResultsData .cdc-widget {
        float: none;
        padding: 0 0 1em 0;
        margin: 0 auto;
        text-align: center
    }
}

.tp-search form .input-group .searchTypeAhead {
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 1000
}

    .tp-search form .input-group .searchTypeAhead .searchTypeAheadWrap {
        border: 1px solid #e5e5e5;
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
        width: 300px;
        background-color: #fff
    }

        .tp-search form .input-group .searchTypeAhead .searchTypeAheadWrap ul {
            padding: 0;
            margin: 0
        }

        .tp-search form .input-group .searchTypeAhead .searchTypeAheadWrap li {
            list-style-type: none;
            text-align: left;
            margin-bottom: 0
        }

            .tp-search form .input-group .searchTypeAhead .searchTypeAheadWrap li a {
                padding: 5px 8px;
                display: block;
                text-decoration: none
            }

                .tp-search form .input-group .searchTypeAhead .searchTypeAheadWrap li a:hover {
                    background-color: #efefef
                }

.searchResultsPaging .disabled.endcap {
    padding: 0;
    background-color: none
}

.searchResultsData {
    padding: 0 15px 15px 0
}

.searchResultsPaging ul {
    display: inline-block;
    float: none !important
}

.pagination li a {
    text-decoration: none;
    color: #075290
}

.searchResultsTitle a {
    text-decoration: none
}

.searchResultsTitle {
    margin-top: 7px
}

.searchResultsSummary {
    font-size: 14pt;
    margin: 10px 0 10px 0;
    color: #222
}

.searchResultsUrl a {
    color: #006d21;
    line-height: 20px;
    word-break: break-all;
    margin: 0;
    text-decoration: none
}

    .searchResultsUrl a:hover {
        color: #006d21;
        text-decoration: underline
    }

.journalResultsData .searchResultsModule .searchResultsUrl {
    color: #006d21;
    line-height: 20px;
    word-break: break-all;
    margin: 0
}

.videoResultsData .searchResultsModule {
    clear: both
}

    .videoResultsData .searchResultsModule .searchResultsTitle {
        margin-top: 0 !important
    }

    .videoResultsData .searchResultsModule .searchResultsUrl {
        color: #006d21
    }

.searchResultsData .slick-slider[data-cdc-slider=thumbnail-slider] .slide-caption a {
    color: #075290 !important
}

.headerSearch {
    margin-top: .2rem
}

@media (min-width:992px) {
    .headerSearch {
        margin-top: 1rem
    }
}

@media (min-width:1200px) {
    .headerSearch {
        margin-top: inherit
    }

        .headerSearch .dropdown-menu-medium-search .input-group {
            margin-top: 27px
        }
}

.headerSearch .form-control-clear {
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    line-height: 1.4;
    text-align: center;
    font-size: 30px
}

.headerSearch.cdc-header-local-search .form-control-clear {
    left: -25px
}

@media only screen and (min-width:1200px) {
    .dropdown-menu.dropdown-menu-right.dropdown-menu-medium-search {
        position: relative !important;
        top: inherit;
        left: inherit;
        transform: none !important;
        display: flex;
        border: 0;
        box-shadow: none;
        padding: 0;
        width: 100%;
        justify-content: flex-end
    }
}

@media only screen and (min-width:768px) {
    .dropdown-menu .menu-promo {
        position: absolute;
        bottom: 0;
        display: block;
        border: none;
        width: 100%;
        max-width: 315px
    }
}

.btn {
    text-decoration: none
}

    .btn:hover {
        text-decoration: underline
    }

    .btn.btn-success {
        background-color: #4b830d;
        border-color: #4b830d;
        color: #fff
    }

        .btn.btn-success:hover {
            background-color: #3e6c0b
        }

        .btn.btn-success:focus, .btn.btn-success:not(:disabled):not(.disabled).active, .btn.btn-success:not(:disabled):not(.disabled):active {
            background-color: #4b830d;
            border-color: #4b830d
        }

    .btn.btn-danger {
        background-color: #af4448;
        border-color: #af4448;
        color: #fff
    }

        .btn.btn-danger:hover {
            background-color: #9d3d40
        }

        .btn.btn-danger:focus, .btn.btn-danger:not(:disabled):not(.disabled).active, .btn.btn-danger:not(:disabled):not(.disabled):active {
            background-color: #af4448;
            border-color: #af4448
        }

    .btn.btn-warning {
        background-color: #fbab18;
        border-color: #fbab18;
        color: #000
    }

        .btn.btn-warning:hover {
            background-color: #f5a004
        }

        .btn.btn-warning:focus, .btn.btn-warning:not(:disabled):not(.disabled).active, .btn.btn-warning:not(:disabled):not(.disabled):active {
            background-color: #fbab18;
            border-color: #fbab18
        }

    .btn.btn-info {
        background-color: #88c3ea;
        border-color: #88c3ea;
        color: #000
    }

        .btn.btn-info:hover {
            background-color: #72b8e6
        }

        .btn.btn-info:focus, .btn.btn-info:not(:disabled):not(.disabled).active, .btn.btn-info:not(:disabled):not(.disabled):active {
            background-color: #88c3ea;
            border-color: #88c3ea;
            color: #000
        }

    .btn.btn-light {
        background-color: #f0f0f0;
        border-color: #f0f0f0;
        color: #000
    }

        .btn.btn-light:hover {
            background-color: #e8e8e8
        }

        .btn.btn-light:focus, .btn.btn-light:not(:disabled):not(.disabled).active, .btn.btn-light:not(:disabled):not(.disabled):active {
            background-color: #f5f5f5;
            border-color: #f5f5f5
        }

    .btn.btn-dark {
        background-color: #000;
        border-color: #000;
        color: #fff
    }

        .btn.btn-dark:hover {
            background-color: #262626
        }

        .btn.btn-dark:focus, .btn.btn-dark:not(:disabled):not(.disabled).active, .btn.btn-dark:not(:disabled):not(.disabled):active {
            background-color: #000;
            border-color: #000
        }

    .btn.btn-white {
        background-color: #fff;
        border-color: #fff;
        color: #075290
    }

        .btn.btn-white:hover {
            background-color: #f2f2f2;
            box-shadow: 0 0 8px rgba(0,0,0,.23)
        }

        .btn.btn-white:focus, .btn.btn-white:not(:disabled):not(.disabled).active, .btn.btn-white:not(:disabled):not(.disabled):active {
            background-color: #fff;
            border-color: #fff
        }

        .btn.btn-white svg {
            fill: #075290
        }

    .btn.btn-link {
        color: #075290
    }

    .btn.btn-left {
        border-radius: 0;
        padding: 0;
        padding-right: 1rem
    }

        .btn.btn-left div {
            vertical-align: middle;
            display: inline-block;
            padding: .5rem;
            margin-right: 1rem;
            padding-top: .7rem;
            padding-left: .7rem;
            padding-right: .7rem
        }

    .btn.btn-right {
        border-radius: 0;
        padding: 0;
        padding-left: 1rem
    }

        .btn.btn-right div {
            vertical-align: middle;
            display: inline-block;
            padding: .5rem;
            margin-left: 1rem;
            padding-top: .7rem;
            padding-right: .7rem;
            padding-left: .7rem
        }

.btn-control {
    background-color: #fff;
    border: 1px solid #ced4da
}

body, html {
    background-color: #f5f5f5
}

.body-wrapper, .header-wrapper {
    background-color: #fff
}

    .header-wrapper header .logo-large {
        margin-top: 1rem;
        margin-bottom: 1rem;
        fill: #000
    }

    .header-wrapper header .logo-small {
        fill: #000
    }

    .header-wrapper header .logo-atsdr {
        max-height: 60px
    }

.body-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1rem
}

#skippy {
    display: block;
    padding: 1em;
    color: #fff;
    background-color: #005eaa !important;
    outline: 0
}

    #skippy .skiplink-text {
        padding: .5em;
        outline: 1px dotted
    }

@media (min-width:992px) {
    .content {
        padding-left: 35px
    }

    .content-fullwidth {
        padding-left: 15px
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #bdbdbd
}

.breadcrumb-item + .breadcrumb-item.active {
    color: #000
}

.container ol.breadcrumb {
    padding-left: 0;
    padding-right: 0
}

.breadcrumb {
    background-color: transparent;
    font-size: .875rem;
    margin-bottom: 0
}

    .breadcrumb li {
        margin-bottom: 0
    }

    .breadcrumb a {
        text-decoration: none
    }

        .breadcrumb a:hover {
            text-decoration: underline
        }

.alert .h1, .alert .h2, .alert .h3, .alert .h4, .alert .h5, .alert .h6, .alert h1, .alert h2, .alert h3, .alert h4, .alert h5, .alert h6 {
    font-family: "Open Sans",apple-system,blinkmacsystemfont,"Segoe UI","Helvetica Neue",arial,sans-serif
}

    .alert .h1 a, .alert .h2 a, .alert .h3 a, .alert .h4 a, .alert .h5 a, .alert .h6 a, .alert h1 a, .alert h2 a, .alert h3 a, .alert h4 a, .alert h5 a, .alert h6 a {
        text-decoration: none
    }

.alert .h4 {
    margin-top: 0
}

.alert .padding-pagealert {
    padding-left: 10px;
    padding-top: 4px
}

.alert .margin-pagealert {
    margin-top: 8px
}

.alert a.link-pagealert:link {
    text-decoration: none
}

.alert a.link-pagealert:active, .alert a.link-pagealert:hover {
    text-decoration: underline
}

.alert p {
    color: #000
}

.alert svg {
    width: 36px;
    height: 36px
}

.alert .row .fi {
    font-size: 36px;
    line-height: 1
}

.alert.alert-success {
    background-color: #dcedc8;
    border-top: 5px solid #4b830d
}

    .alert.alert-success hr {
        border-top-color: #bdbdbd
    }

    .alert.alert-success svg {
        fill: #4b830d
    }

    .alert.alert-success .row .fi {
        color: #4b830d
    }

    .alert.alert-success a.btn .fi.x16 {
        vertical-align: baseline
    }

.alert.alert-danger {
    background-color: #ffc2c2;
    border-top: 5px solid #af4448
}

    .alert.alert-danger hr {
        border-top-color: #bdbdbd
    }

    .alert.alert-danger svg {
        fill: #af4448
    }

    .alert.alert-danger .row .fi {
        color: #af4448
    }

    .alert.alert-danger a.btn .fi.x16 {
        vertical-align: baseline
    }

.alert.alert-warning {
    background-color: #ffecb3;
    border-top: 5px solid #fbab18
}

    .alert.alert-warning hr {
        border-top-color: #bdbdbd
    }

    .alert.alert-warning svg {
        fill: #fbab18
    }

    .alert.alert-warning .row .fi {
        color: #fbab18
    }

    .alert.alert-warning a.btn .fi.x16 {
        vertical-align: baseline
    }

.alert.alert-info {
    background-color: #c0e9ff;
    border-top: 5px solid #005eaa
}

    .alert.alert-info hr {
        border-top-color: #bdbdbd
    }

    .alert.alert-info svg {
        fill: #005eaa
    }

    .alert.alert-info .row div .fi {
        color: #005eaa
    }

    .alert.alert-info a.btn .fi.x16 {
        vertical-align: baseline
    }

.alert.alert-archive {
    background-color: #f0f0f0;
    border-top: 5px solid #333
}

    .alert.alert-archive hr {
        border-top-color: #bdbdbd
    }

    .alert.alert-archive svg {
        fill: #333
    }

    .alert.alert-archive .row .fi {
        color: #333
    }

    .alert.alert-archive a.btn .fi.x16 {
        vertical-align: baseline
    }

html.cdc-2020 body {
    background-color: #fff
}

@media only screen and (min-width:992px) {
    html.cdc-2020 .body-wrapper {
        padding-top: 2rem
    }
}

@media only screen and (max-width:1200px) {
    html.cdc-2020 .cdc-header-local-search, html.cdc-2020 .cdc-header-search {
        display: none !important
    }
}

html.cdc-2020 .mobile-section-nav {
    display: none
}

html.cdc-2020 .cdc-2020-breadcrumb li a {
    text-transform: uppercase
}

html.cdc-2020 .cdc-2020-title #content, html.cdc-2020 .cdc-2020-title .cdc-2020-mobile-title {
    margin-top: 0 !important;
    margin-bottom: .25rem !important
}

html.cdc-2020 .cdc-2020-title .lead {
    font-size: 1.15rem;
    color: #555
}

html.cdc-2020 .cdc-2020-bar {
    padding: 5px 0 !important;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 1.7rem
}

    html.cdc-2020 .cdc-2020-bar .last-updated {
        font-size: small;
        color: #555;
        margin-top: 10px;
        margin-bottom: 10px
    }

    html.cdc-2020 .cdc-2020-bar .dropdown-toggle {
        border: none
    }

    html.cdc-2020 .cdc-2020-bar #clickToPrint {
        padding: .5rem .75rem 0
    }

html.cdc-2020 .share-mobile #share-nav ul {
    float: none !important;
    text-align: right
}

html.cdc-2020 .social-media-footer {
    display: none !important
}

html.cdc-2020 .cdc-2020-site-footer {
    background: #f5f5f5;
    padding: 2rem 0
}

    html.cdc-2020 .cdc-2020-site-footer h4 {
        color: #29434e;
        padding: 0 .5rem;
        margin: 0 0 .25rem;
        font-family: "Open Sans","Helvetica Neue",Helvetica,arial,sans-serif
    }

    html.cdc-2020 .cdc-2020-site-footer .linked-list li a {
        color: #29434e;
        font-size: 1em;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: .1s all;
        border-radius: .3rem
    }

        html.cdc-2020 .cdc-2020-site-footer .linked-list li a .cdc-icon-single_arrow {
            color: #7e9ba5
        }

    html.cdc-2020 .cdc-2020-site-footer .tp-gov-d {
        background-color: transparent;
        border: none
    }

        html.cdc-2020 .cdc-2020-site-footer .tp-gov-d label {
            width: 100%
        }

        html.cdc-2020 .cdc-2020-site-footer .tp-gov-d .gov-d-header-text {
            color: #29434e;
            font-family: "Open Sans","Helvetica Neue",Helvetica,arial,sans-serif
        }

        html.cdc-2020 .cdc-2020-site-footer .tp-gov-d .card-header {
            background: 0 0;
            padding: 0 1rem;
            border-bottom: none
        }

        html.cdc-2020 .cdc-2020-site-footer .tp-gov-d .cdc-icon-email_03 {
            display: none
        }

        html.cdc-2020 .cdc-2020-site-footer .tp-gov-d .btn-primary {
            background-color: #29434e;
            border-color: #29434e
        }

            html.cdc-2020 .cdc-2020-site-footer .tp-gov-d .btn-primary:hover {
                background-color: #65b0bd;
                border-color: #65b0bd
            }

html.cdc-2020 footer .footer-wrapper {
    margin-top: 0
}

@media (max-width:992px) {
    html.cdc-2020 body, html.cdc-2020 html {
        overflow-x: hidden
    }
}

@media (max-width:1200px) {
    html.cdc-2020 .masthead {
        display: none
    }
}

html.cdc-2020 .covid-home .list-group-item a .x16 {
    margin-right: 15px
}

html.cdc-2020 .covid-home .list-group-item.list-item-last {
    display: none !important
}

html.cdc-2020 .list-group-item-action:focus, html.cdc-2020 .list-group-item-action:hover {
    background-color: transparent !important
}

html.cdc-2020 #mobilenav {
    display: none
}

html.cdc-2020 .site-title {
    z-index: 9999;
    position: relative
}

    html.cdc-2020 .site-title.container-fluid {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        border-bottom: none
    }

    html.cdc-2020 .site-title .col {
        padding-left: 0 !important;
        padding-top: .5em;
        padding-bottom: .5em
    }

    html.cdc-2020 .site-title .display-6 {
        line-height: initial
    }

@media (min-width:1200px) {
    html.cdc-2020 .site-title .display-6 {
        font-size: 28px
    }
}

html.cdc-2020 .site-title .site-title-image {
    padding: 0
}

    html.cdc-2020 .site-title .site-title-image img {
        max-height: 100px
    }

html.cdc-2020 .site-title .row {
    min-height: 60px;
    align-items: center
}

@media (min-width:768px) {
    html.cdc-2020 .site-title .row {
        margin-left: 0;
        margin-right: 0
    }
}

html.cdc-2020 h1.d-lg-none {
    font-size: 28px
}

html.cdc-2020 #covid-nav-mobile {
    position: absolute;
    overflow: hidden;
    width: 90%;
    height: auto;
    transition: all .5s ease-in-out 0s;
    left: 100%;
    background: #fff;
    z-index: 9999
}

    html.cdc-2020 #covid-nav-mobile.show {
        left: 10%
    }

    html.cdc-2020 #covid-nav-mobile.hide {
        display: none
    }

    html.cdc-2020 #covid-nav-mobile li ul {
        position: absolute;
        top: 0;
        left: 100%;
        height: 100vh;
        width: 100%;
        transition: top 0s ease-in-out 0s;
        transition: left .5s ease-in-out 0s;
        z-index: 5;
        padding-left: 0;
        background: #fff;
        overflow: hidden
    }

        html.cdc-2020 #covid-nav-mobile li ul.active {
            left: 0;
            z-index: 10
        }

        html.cdc-2020 #covid-nav-mobile li ul li:nth-child(2), html.cdc-2020 #covid-nav-mobile li ul li:nth-child(n+3) {
            padding-left: 41px
        }

    html.cdc-2020 #covid-nav-mobile .cdc-icon-single_arrow {
        float: right
    }

    html.cdc-2020 #covid-nav-mobile .nav-back {
        background-color: #f5f5f5 !important;
        color: #00758a !important;
        text-transform: uppercase;
        font-size: 15px
    }

        html.cdc-2020 #covid-nav-mobile .nav-back span {
            border-color: #007c91;
            padding: 5px
        }

    html.cdc-2020 #covid-nav-mobile .nav-parent {
        font-size: 19px;
        text-transform: uppercase
    }

    html.cdc-2020 #covid-nav-mobile li {
        margin: 0;
        border: 0;
        border-bottom: 1px solid #f5f5f5;
        width: 100%;
        display: flex;
        align-items: center
    }

        html.cdc-2020 #covid-nav-mobile li:first-child, html.cdc-2020 #covid-nav-mobile li:last-child {
            border-radius: 0 !important
        }

        html.cdc-2020 #covid-nav-mobile li a {
            text-decoration: none;
            color: #555
        }

            html.cdc-2020 #covid-nav-mobile li a.nav-expandcollapse {
                display: flex;
                margin-left: auto
            }

        html.cdc-2020 #covid-nav-mobile li:hover {
            background-color: #f0f0f0
        }

        html.cdc-2020 #covid-nav-mobile li.list-under-item {
            line-height: 2.3;
            border-bottom: 0;
            background-color: #f5fafb;
            padding-left: 1rem
        }

            html.cdc-2020 #covid-nav-mobile li.list-under-item.list-item-first {
                padding-top: 1rem;
                border-top: 1px solid #cce5e9
            }

            html.cdc-2020 #covid-nav-mobile li.list-under-item.list-item-last {
                padding-bottom: 1rem;
                border-bottom: 1px solid #007c91
            }

            html.cdc-2020 #covid-nav-mobile li.list-under-item a {
                text-transform: uppercase;
                text-decoration: none;
                color: #007c91
            }

                html.cdc-2020 #covid-nav-mobile li.list-under-item a:hover {
                    text-decoration: underline
                }

                html.cdc-2020 #covid-nav-mobile li.list-under-item a span {
                    margin-right: 1rem;
                    font-size: 18px
                }

html.cdc-2020 .covid-mobile-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(126,148,165,.7);
    z-index: 9998
}

html.cdc-2020 .btn-mobile-menu {
    margin-right: -20px;
    float: right;
    border: 1px solid #fff !important
}

    html.cdc-2020 .btn-mobile-menu:hover {
        text-decoration: none !important
    }

    html.cdc-2020 .btn-mobile-menu span {
        margin-top: -3px
    }

html.cdc-2020 .covid-mobile-search {
    background-color: #e8edee;
    width: auto
}

    html.cdc-2020 .covid-mobile-search .btn {
        border-radius: 7px
    }

    html.cdc-2020 .covid-mobile-search input[type=text] {
        border: 0;
        color: #333;
        font-size: 15px
    }

        html.cdc-2020 .covid-mobile-search input[type=text]:focus {
            outline: 0;
            border: none;
            box-shadow: none !important
        }

            html.cdc-2020 .covid-mobile-search input[type=text]:focus::-webkit-input-placeholder {
                color: transparent
            }

            html.cdc-2020 .covid-mobile-search input[type=text]:focus::-moz-placeholder {
                color: transparent
            }

            html.cdc-2020 .covid-mobile-search input[type=text]:focus:-moz-placeholder {
                color: transparent
            }

    html.cdc-2020 .covid-mobile-search .btn-mobile-covid-search {
        padding-top: 2px;
        padding-bottom: 5px
    }

        html.cdc-2020 .covid-mobile-search .btn-mobile-covid-search span.fill-p.dark {
            fill: #2f4f4f
        }

            html.cdc-2020 .covid-mobile-search .btn-mobile-covid-search span.fill-p.dark::before {
                color: #2f4f4f
            }

        html.cdc-2020 .covid-mobile-search .btn-mobile-covid-search span.fill-p.active {
            fill: #fff
        }

            html.cdc-2020 .covid-mobile-search .btn-mobile-covid-search span.fill-p.active::before {
                color: #fff
            }

    html.cdc-2020 .covid-mobile-search .btn-mobile-covid-arrow {
        display: none;
        text-decoration: none
    }

        html.cdc-2020 .covid-mobile-search .btn-mobile-covid-arrow:hover {
            text-decoration: none
        }

        html.cdc-2020 .covid-mobile-search .btn-mobile-covid-arrow span:first-child {
            font-family: "Open Sans, serif";
            padding: 1px;
            font-size: 1.4rem;
            line-height: 1;
            color: #999
        }

html.cdc-2020 .cdc-arrow {
    border: solid #075290;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 6px
}

    html.cdc-2020 .cdc-arrow.cdc-arrow-right {
        transform: rotate(-45deg)
    }

    html.cdc-2020 .cdc-arrow.cdc-arrow-left {
        transform: rotate(135deg)
    }

    html.cdc-2020 .cdc-arrow.cdc-arrow-up {
        transform: rotate(-135deg)
    }

    html.cdc-2020 .cdc-arrow.cdc-arrow-down {
        transform: rotate(45deg)
    }

    html.cdc-2020 .cdc-arrow.cdc-arrow-white {
        border-color: #fff
    }

    html.cdc-2020 .cdc-arrow.cdc-arrow-black {
        border-color: #000
    }

    html.cdc-2020 .cdc-arrow.cdc-arrow-thin {
        border-width: 0 1px 1px 0
    }

    html.cdc-2020 .cdc-arrow.cdc-arrow-thick {
        border-width: 0 5px 5px 0
    }

    html.cdc-2020 .cdc-arrow.cdc-arrow-small {
        padding: 3px
    }

    html.cdc-2020 .cdc-arrow.cdc-arrow-large {
        padding: 9px
    }

.last-reviewed {
    font-size: .8rem;
    color: #333;
    text-align: right;
    margin: 1rem 0
}

.d-table-cell {
    display: table-cell
}

.inline-table {
    display: inline-table
}

.fixed-table {
    table-layout: fixed
}

@media (max-width:768px) {
    .opt-in .expander {
        text-align: center
    }

    .opt-in .faded {
        opacity: .5
    }

    .opt-in tbody > tr {
        display: none
    }

        .opt-in tbody > tr.expanded {
            display: table-row
        }

    .opt-in.expanded tbody > tr {
        display: table-row
    }

    .opt-in.expanded + div > .expander {
        display: none
    }

    .opt-in.expanded .faded {
        opacity: 1
    }
}

table.table .thead-light th {
    color: #000
}

table caption {
    color: #555
}

    table caption.caption-top {
        caption-side: top
    }

    table caption.caption-bottom {
        caption-side: bottom;
        font-size: .8rem;
        font-style: italic;
        color: #555
    }

table.table-striped tbody tr:nth-of-type(even) {
    background-color: #fff;
    color: #000
}

@media (min-width:769px) {
    table.table-fixed {
        min-width: 600px
    }

        table.table-fixed table, table.table-fixed td, table.table-fixed th, table.table-fixed tr {
            border-collapse: collapse
        }

        table.table-fixed thead {
            display: table;
            width: 100%;
            table-layout: fixed
        }

        table.table-fixed tbody {
            display: block;
            overflow-x: hidden;
            overflow-y: overlay
        }

            table.table-fixed tbody tr {
                display: table;
                width: 100%;
                table-layout: fixed
            }

        table.table-fixed td {
            overflow: hidden;
            text-overflow: ellipsis
        }

        table.table-fixed th:nth-child(n) {
            width: auto
        }

        table.table-fixed.mh-200 tbody {
            max-height: 200px
        }

        table.table-fixed.mh-400 tbody {
            max-height: 400px
        }

        table.table-fixed.mh-600 tbody {
            max-height: 600px
        }

        table.table-fixed.mh-800 tbody {
            max-height: 800px
        }
}

.page-format {
    background-color: #f5f5f5;
    margin-top: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-left: 2rem;
    margin-right: 1rem
}

    .page-format a {
        display: inline-block;
        margin-left: 1rem;
        color: #000;
        text-decoration: none
    }

        .page-format a:hover {
            text-decoration: underline
        }

    .page-format svg {
        vertical-align: middle;
        margin-right: .5rem
    }

.pca {
    margin-top: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.progress-bar {
    background-color: #005eaa
}

    .progress-bar.bg-success {
        background-color: #4b830d !important
    }

    .progress-bar.bg-info {
        background-color: #88c3ea !important
    }

    .progress-bar.bg-warning {
        background-color: #fbab18 !important
    }

    .progress-bar.bg-danger {
        background-color: #af4448 !important
    }

.badge.badge-primary {
    background-color: #005eaa !important
}

.badge.badge-success {
    background-color: #4b830d !important
}

.badge.badge-info {
    background-color: #c0e9ff !important;
    color: #000
}

.badge.badge-warning {
    background-color: #fbab18 !important;
    color: #fff
}

.badge.badge-danger {
    background-color: #af4448 !important
}

.list-group-item.list-group-item-success {
    background-color: #4b830d !important;
    color: #fff
}

.list-group-item.list-group-item-info {
    background-color: #c0e9ff !important;
    color: #000
}

.list-group-item.list-group-item-warning {
    background-color: #fbab18 !important;
    color: #fff
}

.list-group-item.list-group-item-danger {
    background-color: #af4448 !important;
    color: #fff
}

.related-topics .list-group-item {
    border: 1px dashed #e0e0e0;
    border-left: 0;
    border-right: 0;
    padding-left: 0
}

    .related-topics .list-group-item a {
        text-decoration: none
    }

.modal .modal-title {
    margin-top: 0;
    font-size: 1.375rem;
    line-height: inherit;
    font-family: "Open Sans",apple-system,blinkmacsystemfont,"Segoe UI","Helvetica Neue",arial,sans-serif
}

.modal button.close {
    background-color: #000;
    padding: .5rem;
    font-size: inherit;
    line-height: 0;
    position: absolute;
    top: 1.7rem;
    right: 1.7rem;
    z-index: 999;
    border: 1px solid #fff
}

    .modal button.close svg {
        fill: #fff
    }

    .modal button.close .fi {
        color: #fff;
        text-shadow: none
    }

.modal .modal-body svg {
    fill: #075290
}

.modal .extlink-url-notice {
    color: #555;
    font-size: 10pt;
    position: absolute;
    left: 18px
}

.modal .modal-footer a {
    color: inherit
}

.modal-full {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
    max-width: 80%;
    max-height: 80%
}

    .modal-full .modal-header .modal-content {
        border-radius: 0 !important
    }

    .modal-full .modal-body button.close {
        background-color: #000;
        padding: .5rem;
        font-size: inherit;
        line-height: 0;
        position: absolute;
        top: .5rem;
        right: .5rem
    }

    .modal-full .modal-body + .modal-body {
        background-color: #000;
        opacity: .7;
        color: #fff;
        position: absolute;
        bottom: 58px;
        width: 100%
    }

    .modal-full .modal-footer .modal-buttons {
        position: absolute;
        right: .5rem;
        bottom: .5rem
    }

.modal-fullscreen {
    min-width: 100%;
    margin: 0
}

    .modal-fullscreen .modal-header .modal-content {
        border-radius: 0 !important
    }

    .modal-fullscreen .modal-body button.close {
        background-color: #000;
        padding: .5rem;
        font-size: inherit;
        line-height: 0;
        position: absolute;
        top: .5rem;
        right: .5rem
    }

    .modal-fullscreen .modal-body + .modal-body {
        background-color: #000;
        opacity: .7;
        color: #fff;
        position: absolute;
        bottom: 58px;
        width: 100%
    }

    .modal-fullscreen .modal-footer .modal-buttons {
        position: absolute;
        right: .5rem;
        bottom: .5rem
    }

@media (max-width:767.98px) {
    .modal-full {
        top: 0;
        left: 0;
        transform: none !important;
        max-width: 100%;
        max-height: 100%
    }
}

.card-topic-media .card-header {
    background-color: #fff
}

.card-topic-media .card-body > ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0
}

    .card-topic-media .card-body > ul li {
        display: inline-block;
        padding-left: 1rem;
        margin-bottom: 0
    }

        .card-topic-media .card-body > ul li:first-child {
            padding-left: 0
        }

.multi-page .collapse a.active {
    font-weight: 700;
    color: #000
}

.tp-multipage {
    background: #f5f5f5;
    border-radius: .25rem
}

    .tp-multipage ul {
        padding-left: 0
    }

        .tp-multipage ul li {
            list-style-type: none;
            margin-bottom: -5px
        }

            .tp-multipage ul li a {
                position: relative;
                top: -20px
            }

            .tp-multipage ul li.tp-mp-arrow:last-child::after {
                content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAZiS0dEAAAAAAAA+UO7fwAAAAlwSFlzAAAASAAAAEgARslrPgAAASVJREFUaN7tmDFOw0AQRd9uKko4CBHQpkLKDRJXYI5BOjuigWu4CnEugOIiVVrki9CmsymiCBQrFTPjIM0rp5j9b2dkywbHcRzHcRxHhvQ9Jy1fLY8ciIYnZMCIYXJBXVb/R+BxOSOEl1+VEcNJoF5ttAWiSJcQP4Cvo2JmsU5BrFO6uoGmAq6OjnijmM7OX6AnCZkVOlBMPmmaMZ11ap+11kl2AgceFrfEuMZgEjoChhJ6AkYSugIGEvoCPxIVcCktIfsUOsUgnrqo3V9b60/gaXlHy5ru7ecU0/l5CyiH1xUwCK8nYBReR8AwvLyAcXhZgR7Cywn0FB6kXmQt993w7Vw7PEh9E9fllutkR2C8L4ScIlEPL09aZvu/E47jOI7jOI4F3zk/bUzYQnf/AAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE4LTAzLTIwVDE2OjM5OjEyKzAwOjAwt3gNdgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxOC0wMy0yMFQxNjozOToxMiswMDowMMYltcoAAAAodEVYdHN2ZzpiYXNlLXVyaQBmaWxlOi8vL3RtcC9tYWdpY2std05CN1dVZHZOP/85AAAAAElFTkSuQmCC)
            }

            .tp-multipage ul li.tp-mp-arrow:first-child::before {
                content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAZiS0dEAAAAAAAA+UO7fwAAAAlwSFlzAAAASAAAAEgARslrPgAAARVJREFUaN7tmDFOAzEQRZ8NDQ1HSS4QOkQuEBaqvQblQgXcAiVVtBwBoRQUQBduAg0goSwFAqQIqsyME+m/0sX3f1vY4wUhhBBCCBFDPT2lbi8sI7dCy5MaYEC/2mHe3myOwG/5bwb0Dt95au9Wjc4FykPHM4lbi/hUqPwB4+pxvQUCyvsJ/FeePGQyerDcyl4gsLy9QHB5W4EC5e0ECpW3EShYHmDbIOP1j8+SyB++d8zPVhbU0xNIy0PaC3kx5Or4fv0FCkpYH6PhEh4XWaiE1ygRJuE5zIVIeI/T7hL+Z7WzhP+LbHx0Cd3Z0uoui7xnER/zJp5fz+iP3iDtA9DRMKnOQ/Y25eu3SrN6kBBCCCGEAPgEKe+DSJLIW5cAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTgtMDMtMjBUMTY6NDA6MzIrMDA6MDAgczRCAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE4LTAzLTIwVDE2OjQwOjMyKzAwOjAwUS6M/gAAACh0RVh0c3ZnOmJhc2UtdXJpAGZpbGU6Ly8vdG1wL21hZ2ljay1ZZkpHTDg0ZisLX9kAAAAASUVORK5CYII=)
            }

.tp-gov-d .card-header {
    background: #fff
}

    .tp-gov-d .card-header .fi, .tp-gov-d .card-header svg {
        vertical-align: middle;
        margin-right: .5rem
    }

    .tp-gov-d .card-header .fi {
        color: #5a5a5a
    }

        .tp-gov-d .card-header .fi::before {
            position: relative;
            top: 2px
        }

.tp-gov-d input#gov-d {
    color: #000
}

.feature-area {
    padding: 0
}

.dropdown.dropdown-languages {
    margin-top: -5px;
    margin-bottom: 33px
}

    .dropdown.dropdown-languages .dropdown-item {
        padding: .5rem 1.5rem
    }

.theme-blue .site-title {
    background-color: #005eaa;
    color: #fff;
    border-bottom: 3px solid #88c3ea
}

    .theme-blue .site-title .tagline {
        color: #fff
    }

.theme-blue .alert-primary, .theme-blue .bg-primary, .theme-blue.bg-primary {
    background-color: #005eaa !important;
    color: #fff !important
}

    .theme-blue .alert-primary a:not(.btn), .theme-blue .bg-primary a:not(.btn), .theme-blue.bg-primary a:not(.btn) {
        color: #fff
    }

        .theme-blue .alert-primary a:not(.btn) .file-details, .theme-blue .bg-primary a:not(.btn) .file-details, .theme-blue.bg-primary a:not(.btn) .file-details {
            color: #fff
        }

    .theme-blue .alert-primary svg, .theme-blue .bg-primary svg, .theme-blue.bg-primary svg {
        fill: #fff
    }

    .theme-blue .alert-primary .card-header a, .theme-blue .bg-primary .card-header a, .theme-blue.bg-primary .card-header a {
        color: #fff
    }

.theme-blue .alert-secondary, .theme-blue .bg-secondary, .theme-blue.bg-secondary {
    background-color: #88c3ea !important;
    color: #000 !important
}

    .theme-blue .alert-secondary a:not(.btn), .theme-blue .bg-secondary a:not(.btn), .theme-blue.bg-secondary a:not(.btn) {
        color: #000
    }

    .theme-blue .alert-secondary svg, .theme-blue .bg-secondary svg, .theme-blue.bg-secondary svg {
        fill: #000
    }

.theme-blue .bg-tertiary, .theme-blue.bg-tertiary {
    background-color: #c0e9ff !important;
    color: #000
}

    .theme-blue .bg-tertiary.card-header a, .theme-blue.bg-tertiary.card-header a {
        color: #000
    }

.theme-blue .bg-quaternary, .theme-blue.bg-quaternary {
    background-color: #edf9ff !important;
    color: #000
}

    .theme-blue .bg-quaternary.card-header a, .theme-blue.bg-quaternary.card-header a {
        color: #000
    }

.theme-blue .b-primary, .theme-blue.b-primary {
    border-color: #005eaa !important
}

.theme-blue .b-secondary, .theme-blue.b-secondary {
    border-color: #88c3ea !important
}

.theme-blue .b-tertiary, .theme-blue.b-tertiary {
    border-color: #c0e9ff !important
}

.theme-blue .b-quaternary, .theme-blue.b-quaternary {
    border-color: #edf9ff !important
}

.theme-blue .bt-primary, .theme-blue.bt-primary {
    border-top-color: #005eaa !important
}

.theme-blue .bt-secondary, .theme-blue.bt-secondary {
    border-top-color: #88c3ea !important
}

.theme-blue .bt-tertiary, .theme-blue.bt-tertiary {
    border-top-color: #c0e9ff !important
}

.theme-blue .bt-quaternary, .theme-blue.bt-quaternary {
    border-top-color: #edf9ff !important
}

.theme-blue .br-primary, .theme-blue.br-primary {
    border-right-color: #005eaa !important
}

.theme-blue .br-secondary, .theme-blue.br-secondary {
    border-right-color: #88c3ea !important
}

.theme-blue .br-tertiary, .theme-blue.br-tertiary {
    border-right-color: #c0e9ff !important
}

.theme-blue .br-quaternary, .theme-blue.br-quaternary {
    border-right-color: #edf9ff !important
}

.theme-blue .bb-primary, .theme-blue.bb-primary {
    border-bottom-color: #005eaa !important
}

.theme-blue .bb-secondary, .theme-blue.bb-secondary {
    border-bottom-color: #88c3ea !important
}

.theme-blue .bb-tertiary, .theme-blue.bb-tertiary {
    border-bottom-color: #c0e9ff !important
}

.theme-blue .bb-quaternary, .theme-blue.bb-quaternary {
    border-bottom-color: #edf9ff !important
}

.theme-blue .bl-primary, .theme-blue.bl-primary {
    border-left-color: #005eaa !important
}

.theme-blue .bl-secondary, .theme-blue.bl-secondary {
    border-left-color: #88c3ea !important
}

.theme-blue .bl-tertiary, .theme-blue.bl-tertiary {
    border-left-color: #c0e9ff !important
}

.theme-blue .bl-quaternary, .theme-blue.bl-quaternary {
    border-left-color: #edf9ff !important
}

.theme-blue .c-primary, .theme-blue .text-primary, .theme-blue.c-primary, .theme-blue.text-primary {
    color: #005eaa !important
}

.theme-blue .primary li.checked::before, .theme-blue .primary li::before {
    color: #005eaa !important
}

.theme-blue .alert-primary svg {
    fill: #88c3ea
}

.theme-blue .cdc-timeline svg {
    fill: #005eaa
}

.theme-blue .tabs-horizontal.nav-tabs .nav-link.active {
    border-bottom: 3px solid #005eaa
}

.theme-blue .yamm .dropdown-item:hover {
    border-left: 4px solid #005eaa
}

.theme-blue .yamm .dropdown-item:active {
    border-left: 4px solid #005eaa;
    background-color: #f8f9fa
}

.theme-blue .yamm .nav-item.dropdown.show a.nav-link, .theme-blue .yamm .nav-link:hover {
    background: #88c3ea
}

.theme-blue .tabs-vertical .nav-link.active {
    border-bottom: 3px solid #005eaa
}

.theme-blue .nav-tabs .nav-link.active, .theme-blue .nav-tabs .nav-link:hover {
    border-top: 3px solid #005eaa;
    font-weight: 700
}

.theme-blue .nav-pills .nav-link.active {
    border-bottom: 3px solid #88c3ea
}

.theme-blue .gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .theme-blue .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    color: #005eaa
}

.theme-blue .gj-datepicker-bootstrap button {
    background-color: #fff;
    border-color: #bdbdbd !important;
    margin-left: 1px
}

.theme-blue .gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: #005eaa !important;
    border-color: #005eaa !important
}

.theme-blue .table.table-dark {
    background-color: #005eaa
}

.theme-blue .table .thead-light th {
    background-color: #88c3ea
}

.theme-blue .table .thead-dark th {
    background-color: #005eaa;
    border-color: #005eaa;
    color: #fff
}

.theme-blue .table.table-striped-dark tbody tr:nth-of-type(odd) {
    background-color: #005eaa;
    color: #fff
}

.theme-blue .table.table-striped-light tbody tr:nth-of-type(odd) {
    background-color: #88c3ea;
    color: #000
}

.theme-blue .table.table-hover-dark tbody tr:hover {
    background-color: #005eaa;
    color: #fff
}

.theme-blue .table.table-hover-light tbody tr:hover {
    background-color: #88c3ea;
    color: #000
}

.theme-blue .audio-player .btn-primary, .theme-blue .audio-player .btn-secondary {
    background-color: #f0f0f0;
    border-color: #f0f0f0
}

    .theme-blue .audio-player .btn-primary:active, .theme-blue .audio-player .btn-primary:focus, .theme-blue .audio-player .btn-primary:hover, .theme-blue .audio-player .btn-primary:not(:disabled):not(.disabled):active, .theme-blue .audio-player .btn-secondary:active, .theme-blue .audio-player .btn-secondary:focus, .theme-blue .audio-player .btn-secondary:hover, .theme-blue .audio-player .btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #d7d7d7;
        border-color: #d7d7d7
    }

    .theme-blue .audio-player .btn-primary .volume-range-button input, .theme-blue .audio-player .btn-secondary .volume-range-button input {
        margin-bottom: 10px !important
    }

    .theme-blue .audio-player .btn-primary svg, .theme-blue .audio-player .btn-secondary svg {
        fill: #333
    }

    .theme-blue .audio-player .btn-primary .fi, .theme-blue .audio-player .btn-secondary .fi {
        color: #333;
        vertical-align: middle
    }

.theme-blue a .btn-primary:hover, .theme-blue a.btn-primary:hover {
    background-color: #005091
}

.theme-blue a .btn-secondary:hover, .theme-blue a.btn-secondary:hover {
    background-color: #72b8e6
}

.theme-blue a .btn-tertiary:hover, .theme-blue a.btn-tertiary:hover {
    background-color: #a7e0ff
}

.theme-blue a .btn-quaternary:hover, .theme-blue a.btn-quaternary:hover {
    background-color: #d4f1ff
}

.theme-blue a.bg-primary.nav-btn:focus, .theme-blue a.bg-primary.nav-btn:hover {
    background-color: #005eaa !important
}

.theme-blue a.bg-secondary.nav-btn:focus, .theme-blue a.bg-secondary.nav-btn:hover {
    background-color: #88c3ea !important
}

.theme-blue .btn-primary, .theme-blue.btn-primary {
    background-color: #005eaa;
    border-color: #005eaa;
    color: #fff
}

    .theme-blue .btn-primary .file-details, .theme-blue.btn-primary .file-details {
        color: #fff
    }

    .theme-blue .btn-primary svg, .theme-blue.btn-primary svg {
        fill: #fff
    }

    .theme-blue .btn-primary:hover, .theme-blue.btn-primary:hover {
        background-color: #005091
    }

    .theme-blue .btn-primary:focus, .theme-blue .btn-primary:not(:disabled):not(.disabled).active, .theme-blue .btn-primary:not(:disabled):not(.disabled):active, .theme-blue.btn-primary:focus, .theme-blue.btn-primary:not(:disabled):not(.disabled).active, .theme-blue.btn-primary:not(:disabled):not(.disabled):active {
        background-color: #005eaa;
        border-color: #005eaa
    }

.theme-blue .show .btn-primary.dropdown-toggle {
    background-color: #005eaa;
    border-color: #005eaa
}

.theme-blue .btn-secondary, .theme-blue.btn-secondary {
    background-color: #88c3ea;
    border-color: #88c3ea;
    color: #000
}

    .theme-blue .btn-secondary .file-details, .theme-blue.btn-secondary .file-details {
        color: #000
    }

    .theme-blue .btn-secondary svg, .theme-blue.btn-secondary svg {
        fill: #000
    }

    .theme-blue .btn-secondary:hover, .theme-blue.btn-secondary:hover {
        background-color: #72b8e6;
        border-color: #72b8e6;
        color: #000
    }

    .theme-blue .btn-secondary:focus, .theme-blue .btn-secondary:not(:disabled):not(.disabled).active, .theme-blue .btn-secondary:not(:disabled):not(.disabled):active, .theme-blue.btn-secondary:focus, .theme-blue.btn-secondary:not(:disabled):not(.disabled).active, .theme-blue.btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #88c3ea;
        border-color: #88c3ea;
        color: #000
    }

.theme-blue .btn-tertiary, .theme-blue.btn-tertiary {
    background-color: #c0e9ff;
    border-color: #c0e9ff;
    color: #075290
}

    .theme-blue .btn-tertiary .file-details, .theme-blue.btn-tertiary .file-details {
        color: #000
    }

    .theme-blue .btn-tertiary svg, .theme-blue.btn-tertiary svg {
        fill: #005eaa
    }

    .theme-blue .btn-tertiary:hover, .theme-blue.btn-tertiary:hover {
        background-color: #a7e0ff;
        border-color: #a7e0ff
    }

    .theme-blue .btn-tertiary:focus, .theme-blue .btn-tertiary:not(:disabled):not(.disabled).active, .theme-blue .btn-tertiary:not(:disabled):not(.disabled):active, .theme-blue.btn-tertiary:focus, .theme-blue.btn-tertiary:not(:disabled):not(.disabled).active, .theme-blue.btn-tertiary:not(:disabled):not(.disabled):active {
        background-color: #c0e9ff;
        border-color: #c0e9ff
    }

.theme-blue .btn-quaternary, .theme-blue.btn-quaternary {
    background-color: #edf9ff;
    border-color: #edf9ff;
    color: #000
}

    .theme-blue .btn-quaternary .file-details, .theme-blue.btn-quaternary .file-details {
        color: #000
    }

    .theme-blue .btn-quaternary svg, .theme-blue.btn-quaternary svg {
        fill: #005eaa
    }

    .theme-blue .btn-quaternary:hover, .theme-blue.btn-quaternary:hover {
        background-color: #d4f1ff;
        border-color: #d4f1ff
    }

    .theme-blue .btn-quaternary:focus, .theme-blue .btn-quaternary:not(:disabled):not(.disabled).active, .theme-blue .btn-quaternary:not(:disabled):not(.disabled):active, .theme-blue.btn-quaternary:focus, .theme-blue.btn-quaternary:not(:disabled):not(.disabled).active, .theme-blue.btn-quaternary:not(:disabled):not(.disabled):active {
        background-color: #edf9ff;
        border-color: #edf9ff
    }

.theme-blue .list-group-item.active {
    background-color: #005eaa;
    border-color: #005eaa
}

.theme-blue .list-group-item.list-group-item-primary {
    background-color: #005eaa;
    color: #fff
}

.theme-blue .list-group-item.list-group-item-secondary {
    background-color: #88c3ea;
    color: #000
}

.theme-blue .radioBtn-styled .form-check input:checked ~ .checkmark {
    background-color: #005eaa
}

.theme-blue .radioBtn-styled .form-check .checkmark::after {
    background-color: #005eaa
}

.theme-blue .checkbox-list.primary .fi {
    color: #005eaa
}

.theme-blue .accordion .card-header {
    border-left-color: #005eaa;
    color: #005eaa
}

    .theme-blue .accordion .card-header:hover {
        border-left-color: #005eaa !important;
        color: #005eaa !important
    }

.theme-blue .dropdown-menu-search svg .fill-p, .theme-blue .dropdown-menu-search svg.fill-p {
    fill: #005eaa
}

.theme-blue .fill-p, .theme-blue svg .fill-p, .theme-blue svg.fill-p {
    fill: #005eaa
}

    .theme-blue .fill-p::before, .theme-blue svg .fill-p::before, .theme-blue svg.fill-p::before {
        color: #005eaa
    }

.theme-blue .fill-s, .theme-blue svg .fill-s, .theme-blue svg.fill-s {
    fill: #88c3ea
}

    .theme-blue .fill-s::before, .theme-blue svg .fill-s::before, .theme-blue svg.fill-s::before {
        color: #88c3ea
    }

.theme-blue .fill-t, .theme-blue svg .fill-t, .theme-blue svg.fill-t {
    fill: #c0e9ff
}

    .theme-blue .fill-t::before, .theme-blue svg .fill-t::before, .theme-blue svg.fill-t::before {
        color: #c0e9ff
    }

.theme-blue .fill-q, .theme-blue svg .fill-q, .theme-blue svg.fill-q {
    fill: #edf9ff
}

    .theme-blue .fill-q::before, .theme-blue svg .fill-q::before, .theme-blue svg.fill-q::before {
        color: #edf9ff
    }

.theme-blue .nav-pills .nav-link.active, .theme-blue .nav-pills .show > .nav-link {
    background-color: #005eaa;
    color: #fff
}

.theme-blue .mobile-section-nav li a:active, .theme-blue .mobile-section-nav li a:hover, .theme-blue nav ul.tp-nav-main li a:active, .theme-blue nav ul.tp-nav-main li a:hover {
    border-left: 4px solid #005eaa;
    background-color: #f5f5f5;
    color: #005eaa
}

.theme-blue .mobile-section-nav {
    border-top: 3px solid #88c3ea
}

    .theme-blue .mobile-section-nav #svg-down {
        background-color: #005eaa
    }

    .theme-blue .mobile-section-nav nav .dropdown .list-group a.selected {
        border-left: 4px solid #005eaa
    }

.theme-blue nav .nav-section-home {
    border-top-color: #005eaa
}

    .theme-blue nav .nav-section-home svg {
        fill: #005eaa
    }

    .theme-blue nav .nav-section-home .fi {
        color: #005eaa
    }

    .theme-blue nav .nav-section-home.selected {
        border-left: 4px solid #005eaa;
        background-color: #f5f5f5
    }

    .theme-blue nav .nav-section-home:hover {
        background-color: #f5f5f5;
        border-left: 4px solid #005eaa
    }

        .theme-blue nav .nav-section-home:hover a {
            color: #005eaa
        }

    .theme-blue nav .nav-section-home a {
        text-decoration: none
    }

.theme-blue nav .mobile-section-nav li a.nav-minus, .theme-blue nav .mobile-section-nav li a.nav-minus:hover, .theme-blue nav .mobile-section-nav li a.nav-plus, .theme-blue nav .mobile-section-nav li a.nav-plus:hover, .theme-blue nav ul.tp-nav-main li a.nav-minus, .theme-blue nav ul.tp-nav-main li a.nav-minus:hover, .theme-blue nav ul.tp-nav-main li a.nav-plus, .theme-blue nav ul.tp-nav-main li a.nav-plus:hover {
    background-color: transparent;
    border-width: 0
}

.theme-blue nav .mobile-section-nav li.active, .theme-blue nav ul.tp-nav-main li.active {
    background-color: #fff
}

    .theme-blue nav .mobile-section-nav li.active > a:first-child, .theme-blue nav ul.tp-nav-main li.active > a:first-child {
        border-left-color: #005eaa
    }

    .theme-blue nav .mobile-section-nav li.active a:hover, .theme-blue nav ul.tp-nav-main li.active a:hover {
        border-left-color: #005eaa;
        background-color: #f5f5f5
    }

    .theme-blue nav .mobile-section-nav li.active a.nav-minus:hover, .theme-blue nav .mobile-section-nav li.active a.nav-minus:link, .theme-blue nav .mobile-section-nav li.active a.nav-plus:hover, .theme-blue nav .mobile-section-nav li.active a.nav-plus:link, .theme-blue nav ul.tp-nav-main li.active a.nav-minus:hover, .theme-blue nav ul.tp-nav-main li.active a.nav-minus:link, .theme-blue nav ul.tp-nav-main li.active a.nav-plus:hover, .theme-blue nav ul.tp-nav-main li.active a.nav-plus:link {
        background-color: transparent;
        border-width: 0
    }

    .theme-blue nav .mobile-section-nav li.active ul li, .theme-blue nav ul.tp-nav-main li.active ul li {
        border-left-color: #88c3ea
    }

        .theme-blue nav .mobile-section-nav li.active ul li a:active, .theme-blue nav .mobile-section-nav li.active ul li a:link, .theme-blue nav .mobile-section-nav li.active ul li a:visited, .theme-blue nav ul.tp-nav-main li.active ul li a:active, .theme-blue nav ul.tp-nav-main li.active ul li a:link, .theme-blue nav ul.tp-nav-main li.active ul li a:visited {
            font-weight: 400;
            border-left: 4px solid #f5f5f5;
            border-left: 4px solid #88c3ea
        }

        .theme-blue nav .mobile-section-nav li.active ul li a:hover, .theme-blue nav ul.tp-nav-main li.active ul li a:hover {
            background-color: #f5f5f5;
            color: #005eaa
        }

        .theme-blue nav .mobile-section-nav li.active ul li.selected > a:first-child, .theme-blue nav ul.tp-nav-main li.active ul li.selected > a:first-child {
            font-weight: 700;
            background-color: #f5f5f5
        }

        .theme-blue nav .mobile-section-nav li.active ul li.selected a[data-toggle=collapse]:hover, .theme-blue nav ul.tp-nav-main li.active ul li.selected a[data-toggle=collapse]:hover {
            border-left-color: #f5f5f5
        }

        .theme-blue nav .mobile-section-nav li.active ul li.active, .theme-blue nav ul.tp-nav-main li.active ul li.active {
            border-left-color: #88c3ea
        }

            .theme-blue nav .mobile-section-nav li.active ul li.active > a:first-child, .theme-blue nav ul.tp-nav-main li.active ul li.active > a:first-child {
                font-weight: 700
            }

        .theme-blue nav .mobile-section-nav li.active ul li ul li > a:first-child, .theme-blue nav ul.tp-nav-main li.active ul li ul li > a:first-child {
            border-left-color: #daf2ff
        }

.theme-blue nav .mobile-section-nav li.selected > a:first-child, .theme-blue nav ul.tp-nav-main li.selected > a:first-child {
    font-weight: 700;
    background-color: #f5f5f5;
    color: #005eaa
}

.theme-blue nav .mobile-section-nav li.selected.active > a:first-child, .theme-blue nav ul.tp-nav-main li.selected.active > a:first-child {
    font-weight: 700
}

.theme-blue nav .mobile-section-nav li.selected.active > a, .theme-blue nav ul.tp-nav-main li.selected.active > a {
    background-color: #f5f5f5
}

.theme-blue nav .mobile-section-nav a.mobile-section-nav-foot {
    background-color: #005eaa
}

    .theme-blue nav .mobile-section-nav a.mobile-section-nav-foot:hover {
        background-color: #005091
    }

.theme-blue nav .mobile-section-nav li.selected > a:first-child {
    border-left-color: #005eaa
}

.theme-blue .pagination li.active a {
    background-color: #005eaa !important;
    border-color: #005eaa !important
}

.theme-purple .site-title {
    background-color: #712177;
    color: #fff;
    border-bottom: 3px solid #b890bb
}

    .theme-purple .site-title .tagline {
        color: #fff
    }

.theme-purple .alert-primary, .theme-purple .bg-primary, .theme-purple.bg-primary {
    background-color: #712177 !important;
    color: #fff !important
}

    .theme-purple .alert-primary a:not(.btn), .theme-purple .bg-primary a:not(.btn), .theme-purple.bg-primary a:not(.btn) {
        color: #fff
    }

        .theme-purple .alert-primary a:not(.btn) .file-details, .theme-purple .bg-primary a:not(.btn) .file-details, .theme-purple.bg-primary a:not(.btn) .file-details {
            color: #fff
        }

    .theme-purple .alert-primary svg, .theme-purple .bg-primary svg, .theme-purple.bg-primary svg {
        fill: #fff
    }

    .theme-purple .alert-primary .card-header a, .theme-purple .bg-primary .card-header a, .theme-purple.bg-primary .card-header a {
        color: #fff
    }

.theme-purple .alert-secondary, .theme-purple .bg-secondary, .theme-purple.bg-secondary {
    background-color: #b890bb !important;
    color: #000 !important
}

    .theme-purple .alert-secondary a:not(.btn), .theme-purple .bg-secondary a:not(.btn), .theme-purple.bg-secondary a:not(.btn) {
        color: #000
    }

    .theme-purple .alert-secondary svg, .theme-purple .bg-secondary svg, .theme-purple.bg-secondary svg {
        fill: #000
    }

.theme-purple .bg-tertiary, .theme-purple.bg-tertiary {
    background-color: #e3d3e4 !important;
    color: #000
}

    .theme-purple .bg-tertiary.card-header a, .theme-purple.bg-tertiary.card-header a {
        color: #000
    }

.theme-purple .bg-quaternary, .theme-purple.bg-quaternary {
    background-color: #f7f2f7 !important;
    color: #000
}

    .theme-purple .bg-quaternary.card-header a, .theme-purple.bg-quaternary.card-header a {
        color: #000
    }

.theme-purple .b-primary, .theme-purple.b-primary {
    border-color: #712177 !important
}

.theme-purple .b-secondary, .theme-purple.b-secondary {
    border-color: #b890bb !important
}

.theme-purple .b-tertiary, .theme-purple.b-tertiary {
    border-color: #e3d3e4 !important
}

.theme-purple .b-quaternary, .theme-purple.b-quaternary {
    border-color: #f7f2f7 !important
}

.theme-purple .bt-primary, .theme-purple.bt-primary {
    border-top-color: #712177 !important
}

.theme-purple .bt-secondary, .theme-purple.bt-secondary {
    border-top-color: #b890bb !important
}

.theme-purple .bt-tertiary, .theme-purple.bt-tertiary {
    border-top-color: #e3d3e4 !important
}

.theme-purple .bt-quaternary, .theme-purple.bt-quaternary {
    border-top-color: #f7f2f7 !important
}

.theme-purple .br-primary, .theme-purple.br-primary {
    border-right-color: #712177 !important
}

.theme-purple .br-secondary, .theme-purple.br-secondary {
    border-right-color: #b890bb !important
}

.theme-purple .br-tertiary, .theme-purple.br-tertiary {
    border-right-color: #e3d3e4 !important
}

.theme-purple .br-quaternary, .theme-purple.br-quaternary {
    border-right-color: #f7f2f7 !important
}

.theme-purple .bb-primary, .theme-purple.bb-primary {
    border-bottom-color: #712177 !important
}

.theme-purple .bb-secondary, .theme-purple.bb-secondary {
    border-bottom-color: #b890bb !important
}

.theme-purple .bb-tertiary, .theme-purple.bb-tertiary {
    border-bottom-color: #e3d3e4 !important
}

.theme-purple .bb-quaternary, .theme-purple.bb-quaternary {
    border-bottom-color: #f7f2f7 !important
}

.theme-purple .bl-primary, .theme-purple.bl-primary {
    border-left-color: #712177 !important
}

.theme-purple .bl-secondary, .theme-purple.bl-secondary {
    border-left-color: #b890bb !important
}

.theme-purple .bl-tertiary, .theme-purple.bl-tertiary {
    border-left-color: #e3d3e4 !important
}

.theme-purple .bl-quaternary, .theme-purple.bl-quaternary {
    border-left-color: #f7f2f7 !important
}

.theme-purple .c-primary, .theme-purple .text-primary, .theme-purple.c-primary, .theme-purple.text-primary {
    color: #712177 !important
}

.theme-purple .primary li.checked::before, .theme-purple .primary li::before {
    color: #712177 !important
}

.theme-purple .alert-primary svg {
    fill: #b890bb
}

.theme-purple .cdc-timeline svg {
    fill: #712177
}

.theme-purple .tabs-horizontal.nav-tabs .nav-link.active {
    border-bottom: 3px solid #712177
}

.theme-purple .yamm .dropdown-item:hover {
    border-left: 4px solid #712177
}

.theme-purple .yamm .dropdown-item:active {
    border-left: 4px solid #712177;
    background-color: #f8f9fa
}

.theme-purple .yamm .nav-item.dropdown.show a.nav-link, .theme-purple .yamm .nav-link:hover {
    background: #b890bb
}

.theme-purple .tabs-vertical .nav-link.active {
    border-bottom: 3px solid #712177
}

.theme-purple .nav-tabs .nav-link.active, .theme-purple .nav-tabs .nav-link:hover {
    border-top: 3px solid #712177;
    font-weight: 700
}

.theme-purple .nav-pills .nav-link.active {
    border-bottom: 3px solid #b890bb
}

.theme-purple .gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .theme-purple .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    color: #712177
}

.theme-purple .gj-datepicker-bootstrap button {
    background-color: #fff;
    border-color: #bdbdbd !important;
    margin-left: 1px
}

.theme-purple .gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: #712177 !important;
    border-color: #712177 !important
}

.theme-purple .table.table-dark {
    background-color: #712177
}

.theme-purple .table .thead-light th {
    background-color: #b890bb
}

.theme-purple .table .thead-dark th {
    background-color: #712177;
    border-color: #712177;
    color: #fff
}

.theme-purple .table.table-striped-dark tbody tr:nth-of-type(odd) {
    background-color: #712177;
    color: #fff
}

.theme-purple .table.table-striped-light tbody tr:nth-of-type(odd) {
    background-color: #b890bb;
    color: #000
}

.theme-purple .table.table-hover-dark tbody tr:hover {
    background-color: #712177;
    color: #fff
}

.theme-purple .table.table-hover-light tbody tr:hover {
    background-color: #b890bb;
    color: #000
}

.theme-purple .audio-player .btn-primary, .theme-purple .audio-player .btn-secondary {
    background-color: #f0f0f0;
    border-color: #f0f0f0
}

    .theme-purple .audio-player .btn-primary:active, .theme-purple .audio-player .btn-primary:focus, .theme-purple .audio-player .btn-primary:hover, .theme-purple .audio-player .btn-primary:not(:disabled):not(.disabled):active, .theme-purple .audio-player .btn-secondary:active, .theme-purple .audio-player .btn-secondary:focus, .theme-purple .audio-player .btn-secondary:hover, .theme-purple .audio-player .btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #d7d7d7;
        border-color: #d7d7d7
    }

    .theme-purple .audio-player .btn-primary .volume-range-button input, .theme-purple .audio-player .btn-secondary .volume-range-button input {
        margin-bottom: 10px !important
    }

    .theme-purple .audio-player .btn-primary svg, .theme-purple .audio-player .btn-secondary svg {
        fill: #333
    }

    .theme-purple .audio-player .btn-primary .fi, .theme-purple .audio-player .btn-secondary .fi {
        color: #333;
        vertical-align: middle
    }

.theme-purple a .btn-primary:hover, .theme-purple a.btn-primary:hover {
    background-color: #5e1b63
}

.theme-purple a .btn-secondary:hover, .theme-purple a.btn-secondary:hover {
    background-color: #ae80b1
}

.theme-purple a .btn-tertiary:hover, .theme-purple a.btn-tertiary:hover {
    background-color: #d9c3da
}

.theme-purple a .btn-quaternary:hover, .theme-purple a.btn-quaternary:hover {
    background-color: #ede2ed
}

.theme-purple a.bg-primary.nav-btn:focus, .theme-purple a.bg-primary.nav-btn:hover {
    background-color: #712177 !important
}

.theme-purple a.bg-secondary.nav-btn:focus, .theme-purple a.bg-secondary.nav-btn:hover {
    background-color: #b890bb !important
}

.theme-purple .btn-primary, .theme-purple.btn-primary {
    background-color: #712177;
    border-color: #712177;
    color: #fff
}

    .theme-purple .btn-primary .file-details, .theme-purple.btn-primary .file-details {
        color: #fff
    }

    .theme-purple .btn-primary svg, .theme-purple.btn-primary svg {
        fill: #fff
    }

    .theme-purple .btn-primary:hover, .theme-purple.btn-primary:hover {
        background-color: #5e1b63
    }

    .theme-purple .btn-primary:focus, .theme-purple .btn-primary:not(:disabled):not(.disabled).active, .theme-purple .btn-primary:not(:disabled):not(.disabled):active, .theme-purple.btn-primary:focus, .theme-purple.btn-primary:not(:disabled):not(.disabled).active, .theme-purple.btn-primary:not(:disabled):not(.disabled):active {
        background-color: #712177;
        border-color: #712177
    }

.theme-purple .show .btn-primary.dropdown-toggle {
    background-color: #712177;
    border-color: #712177
}

.theme-purple .btn-secondary, .theme-purple.btn-secondary {
    background-color: #b890bb;
    border-color: #b890bb;
    color: #000
}

    .theme-purple .btn-secondary .file-details, .theme-purple.btn-secondary .file-details {
        color: #000
    }

    .theme-purple .btn-secondary svg, .theme-purple.btn-secondary svg {
        fill: #000
    }

    .theme-purple .btn-secondary:hover, .theme-purple.btn-secondary:hover {
        background-color: #ae80b1;
        border-color: #ae80b1;
        color: #000
    }

    .theme-purple .btn-secondary:focus, .theme-purple .btn-secondary:not(:disabled):not(.disabled).active, .theme-purple .btn-secondary:not(:disabled):not(.disabled):active, .theme-purple.btn-secondary:focus, .theme-purple.btn-secondary:not(:disabled):not(.disabled).active, .theme-purple.btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #b890bb;
        border-color: #b890bb;
        color: #000
    }

.theme-purple .btn-tertiary, .theme-purple.btn-tertiary {
    background-color: #e3d3e4;
    border-color: #e3d3e4;
    color: #075290
}

    .theme-purple .btn-tertiary .file-details, .theme-purple.btn-tertiary .file-details {
        color: #000
    }

    .theme-purple .btn-tertiary svg, .theme-purple.btn-tertiary svg {
        fill: #005eaa
    }

    .theme-purple .btn-tertiary:hover, .theme-purple.btn-tertiary:hover {
        background-color: #d9c3da;
        border-color: #d9c3da
    }

    .theme-purple .btn-tertiary:focus, .theme-purple .btn-tertiary:not(:disabled):not(.disabled).active, .theme-purple .btn-tertiary:not(:disabled):not(.disabled):active, .theme-purple.btn-tertiary:focus, .theme-purple.btn-tertiary:not(:disabled):not(.disabled).active, .theme-purple.btn-tertiary:not(:disabled):not(.disabled):active {
        background-color: #e3d3e4;
        border-color: #e3d3e4
    }

.theme-purple .btn-quaternary, .theme-purple.btn-quaternary {
    background-color: #f7f2f7;
    border-color: #f7f2f7;
    color: #000
}

    .theme-purple .btn-quaternary .file-details, .theme-purple.btn-quaternary .file-details {
        color: #000
    }

    .theme-purple .btn-quaternary svg, .theme-purple.btn-quaternary svg {
        fill: #005eaa
    }

    .theme-purple .btn-quaternary:hover, .theme-purple.btn-quaternary:hover {
        background-color: #ede2ed;
        border-color: #ede2ed
    }

    .theme-purple .btn-quaternary:focus, .theme-purple .btn-quaternary:not(:disabled):not(.disabled).active, .theme-purple .btn-quaternary:not(:disabled):not(.disabled):active, .theme-purple.btn-quaternary:focus, .theme-purple.btn-quaternary:not(:disabled):not(.disabled).active, .theme-purple.btn-quaternary:not(:disabled):not(.disabled):active {
        background-color: #f7f2f7;
        border-color: #f7f2f7
    }

.theme-purple .list-group-item.active {
    background-color: #712177;
    border-color: #712177
}

.theme-purple .list-group-item.list-group-item-primary {
    background-color: #712177;
    color: #fff
}

.theme-purple .list-group-item.list-group-item-secondary {
    background-color: #b890bb;
    color: #000
}

.theme-purple .radioBtn-styled .form-check input:checked ~ .checkmark {
    background-color: #712177
}

.theme-purple .radioBtn-styled .form-check .checkmark::after {
    background-color: #712177
}

.theme-purple .checkbox-list.primary .fi {
    color: #712177
}

.theme-purple .accordion .card-header {
    border-left-color: #712177;
    color: #712177
}

    .theme-purple .accordion .card-header:hover {
        border-left-color: #712177 !important;
        color: #712177 !important
    }

.theme-purple .dropdown-menu-search svg .fill-p, .theme-purple .dropdown-menu-search svg.fill-p {
    fill: #005eaa
}

.theme-purple .fill-p, .theme-purple svg .fill-p, .theme-purple svg.fill-p {
    fill: #712177
}

    .theme-purple .fill-p::before, .theme-purple svg .fill-p::before, .theme-purple svg.fill-p::before {
        color: #712177
    }

.theme-purple .fill-s, .theme-purple svg .fill-s, .theme-purple svg.fill-s {
    fill: #b890bb
}

    .theme-purple .fill-s::before, .theme-purple svg .fill-s::before, .theme-purple svg.fill-s::before {
        color: #b890bb
    }

.theme-purple .fill-t, .theme-purple svg .fill-t, .theme-purple svg.fill-t {
    fill: #e3d3e4
}

    .theme-purple .fill-t::before, .theme-purple svg .fill-t::before, .theme-purple svg.fill-t::before {
        color: #e3d3e4
    }

.theme-purple .fill-q, .theme-purple svg .fill-q, .theme-purple svg.fill-q {
    fill: #f7f2f7
}

    .theme-purple .fill-q::before, .theme-purple svg .fill-q::before, .theme-purple svg.fill-q::before {
        color: #f7f2f7
    }

.theme-purple .nav-pills .nav-link.active, .theme-purple .nav-pills .show > .nav-link {
    background-color: #712177;
    color: #fff
}

.theme-purple .mobile-section-nav li a:active, .theme-purple .mobile-section-nav li a:hover, .theme-purple nav ul.tp-nav-main li a:active, .theme-purple nav ul.tp-nav-main li a:hover {
    border-left: 4px solid #712177;
    background-color: #f5f5f5;
    color: #712177
}

.theme-purple .mobile-section-nav {
    border-top: 3px solid #b890bb
}

    .theme-purple .mobile-section-nav #svg-down {
        background-color: #712177
    }

    .theme-purple .mobile-section-nav nav .dropdown .list-group a.selected {
        border-left: 4px solid #712177
    }

.theme-purple nav .nav-section-home {
    border-top-color: #712177
}

    .theme-purple nav .nav-section-home svg {
        fill: #712177
    }

    .theme-purple nav .nav-section-home .fi {
        color: #712177
    }

    .theme-purple nav .nav-section-home.selected {
        border-left: 4px solid #712177;
        background-color: #f5f5f5
    }

    .theme-purple nav .nav-section-home:hover {
        background-color: #f5f5f5;
        border-left: 4px solid #712177
    }

        .theme-purple nav .nav-section-home:hover a {
            color: #712177
        }

    .theme-purple nav .nav-section-home a {
        text-decoration: none
    }

.theme-purple nav .mobile-section-nav li a.nav-minus, .theme-purple nav .mobile-section-nav li a.nav-minus:hover, .theme-purple nav .mobile-section-nav li a.nav-plus, .theme-purple nav .mobile-section-nav li a.nav-plus:hover, .theme-purple nav ul.tp-nav-main li a.nav-minus, .theme-purple nav ul.tp-nav-main li a.nav-minus:hover, .theme-purple nav ul.tp-nav-main li a.nav-plus, .theme-purple nav ul.tp-nav-main li a.nav-plus:hover {
    background-color: transparent;
    border-width: 0
}

.theme-purple nav .mobile-section-nav li.active, .theme-purple nav ul.tp-nav-main li.active {
    background-color: #fff
}

    .theme-purple nav .mobile-section-nav li.active > a:first-child, .theme-purple nav ul.tp-nav-main li.active > a:first-child {
        border-left-color: #712177
    }

    .theme-purple nav .mobile-section-nav li.active a:hover, .theme-purple nav ul.tp-nav-main li.active a:hover {
        border-left-color: #712177;
        background-color: #f5f5f5
    }

    .theme-purple nav .mobile-section-nav li.active a.nav-minus:hover, .theme-purple nav .mobile-section-nav li.active a.nav-minus:link, .theme-purple nav .mobile-section-nav li.active a.nav-plus:hover, .theme-purple nav .mobile-section-nav li.active a.nav-plus:link, .theme-purple nav ul.tp-nav-main li.active a.nav-minus:hover, .theme-purple nav ul.tp-nav-main li.active a.nav-minus:link, .theme-purple nav ul.tp-nav-main li.active a.nav-plus:hover, .theme-purple nav ul.tp-nav-main li.active a.nav-plus:link {
        background-color: transparent;
        border-width: 0
    }

    .theme-purple nav .mobile-section-nav li.active ul li, .theme-purple nav ul.tp-nav-main li.active ul li {
        border-left-color: #b890bb
    }

        .theme-purple nav .mobile-section-nav li.active ul li a:active, .theme-purple nav .mobile-section-nav li.active ul li a:link, .theme-purple nav .mobile-section-nav li.active ul li a:visited, .theme-purple nav ul.tp-nav-main li.active ul li a:active, .theme-purple nav ul.tp-nav-main li.active ul li a:link, .theme-purple nav ul.tp-nav-main li.active ul li a:visited {
            font-weight: 400;
            border-left: 4px solid #f5f5f5;
            border-left: 4px solid #b890bb
        }

        .theme-purple nav .mobile-section-nav li.active ul li a:hover, .theme-purple nav ul.tp-nav-main li.active ul li a:hover {
            background-color: #f5f5f5;
            color: #712177
        }

        .theme-purple nav .mobile-section-nav li.active ul li.selected > a:first-child, .theme-purple nav ul.tp-nav-main li.active ul li.selected > a:first-child {
            font-weight: 700;
            background-color: #f5f5f5
        }

        .theme-purple nav .mobile-section-nav li.active ul li.selected a[data-toggle=collapse]:hover, .theme-purple nav ul.tp-nav-main li.active ul li.selected a[data-toggle=collapse]:hover {
            border-left-color: #f5f5f5
        }

        .theme-purple nav .mobile-section-nav li.active ul li.active, .theme-purple nav ul.tp-nav-main li.active ul li.active {
            border-left-color: #b890bb
        }

            .theme-purple nav .mobile-section-nav li.active ul li.active > a:first-child, .theme-purple nav ul.tp-nav-main li.active ul li.active > a:first-child {
                font-weight: 700
            }

        .theme-purple nav .mobile-section-nav li.active ul li ul li > a:first-child, .theme-purple nav ul.tp-nav-main li.active ul li ul li > a:first-child {
            border-left-color: #ede3ee
        }

.theme-purple nav .mobile-section-nav li.selected > a:first-child, .theme-purple nav ul.tp-nav-main li.selected > a:first-child {
    font-weight: 700;
    background-color: #f5f5f5;
    color: #712177
}

.theme-purple nav .mobile-section-nav li.selected.active > a:first-child, .theme-purple nav ul.tp-nav-main li.selected.active > a:first-child {
    font-weight: 700
}

.theme-purple nav .mobile-section-nav li.selected.active > a, .theme-purple nav ul.tp-nav-main li.selected.active > a {
    background-color: #f5f5f5
}

.theme-purple nav .mobile-section-nav a.mobile-section-nav-foot {
    background-color: #712177
}

    .theme-purple nav .mobile-section-nav a.mobile-section-nav-foot:hover {
        background-color: #5e1b63
    }

.theme-purple nav .mobile-section-nav li.selected > a:first-child {
    border-left-color: #712177
}

.theme-purple .pagination li.active a {
    background-color: #712177 !important;
    border-color: #712177 !important
}

.theme-brown .site-title {
    background-color: #705043;
    color: #fff;
    border-bottom: 3px solid #ad907b
}

    .theme-brown .site-title .tagline {
        color: #fff
    }

.theme-brown .alert-primary, .theme-brown .bg-primary, .theme-brown.bg-primary {
    background-color: #705043 !important;
    color: #fff !important
}

    .theme-brown .alert-primary a:not(.btn), .theme-brown .bg-primary a:not(.btn), .theme-brown.bg-primary a:not(.btn) {
        color: #fff
    }

        .theme-brown .alert-primary a:not(.btn) .file-details, .theme-brown .bg-primary a:not(.btn) .file-details, .theme-brown.bg-primary a:not(.btn) .file-details {
            color: #fff
        }

    .theme-brown .alert-primary svg, .theme-brown .bg-primary svg, .theme-brown.bg-primary svg {
        fill: #fff
    }

    .theme-brown .alert-primary .card-header a, .theme-brown .bg-primary .card-header a, .theme-brown.bg-primary .card-header a {
        color: #fff
    }

.theme-brown .alert-secondary, .theme-brown .bg-secondary, .theme-brown.bg-secondary {
    background-color: #ad907b !important;
    color: #000 !important
}

    .theme-brown .alert-secondary a:not(.btn), .theme-brown .bg-secondary a:not(.btn), .theme-brown.bg-secondary a:not(.btn) {
        color: #000
    }

    .theme-brown .alert-secondary svg, .theme-brown .bg-secondary svg, .theme-brown.bg-secondary svg {
        fill: #000
    }

.theme-brown .bg-tertiary, .theme-brown.bg-tertiary {
    background-color: #d7ccc8 !important;
    color: #000
}

    .theme-brown .bg-tertiary.card-header a, .theme-brown.bg-tertiary.card-header a {
        color: #000
    }

.theme-brown .bg-quaternary, .theme-brown.bg-quaternary {
    background-color: #f2ebe8 !important;
    color: #000
}

    .theme-brown .bg-quaternary.card-header a, .theme-brown.bg-quaternary.card-header a {
        color: #000
    }

.theme-brown .b-primary, .theme-brown.b-primary {
    border-color: #705043 !important
}

.theme-brown .b-secondary, .theme-brown.b-secondary {
    border-color: #ad907b !important
}

.theme-brown .b-tertiary, .theme-brown.b-tertiary {
    border-color: #d7ccc8 !important
}

.theme-brown .b-quaternary, .theme-brown.b-quaternary {
    border-color: #f2ebe8 !important
}

.theme-brown .bt-primary, .theme-brown.bt-primary {
    border-top-color: #705043 !important
}

.theme-brown .bt-secondary, .theme-brown.bt-secondary {
    border-top-color: #ad907b !important
}

.theme-brown .bt-tertiary, .theme-brown.bt-tertiary {
    border-top-color: #d7ccc8 !important
}

.theme-brown .bt-quaternary, .theme-brown.bt-quaternary {
    border-top-color: #f2ebe8 !important
}

.theme-brown .br-primary, .theme-brown.br-primary {
    border-right-color: #705043 !important
}

.theme-brown .br-secondary, .theme-brown.br-secondary {
    border-right-color: #ad907b !important
}

.theme-brown .br-tertiary, .theme-brown.br-tertiary {
    border-right-color: #d7ccc8 !important
}

.theme-brown .br-quaternary, .theme-brown.br-quaternary {
    border-right-color: #f2ebe8 !important
}

.theme-brown .bb-primary, .theme-brown.bb-primary {
    border-bottom-color: #705043 !important
}

.theme-brown .bb-secondary, .theme-brown.bb-secondary {
    border-bottom-color: #ad907b !important
}

.theme-brown .bb-tertiary, .theme-brown.bb-tertiary {
    border-bottom-color: #d7ccc8 !important
}

.theme-brown .bb-quaternary, .theme-brown.bb-quaternary {
    border-bottom-color: #f2ebe8 !important
}

.theme-brown .bl-primary, .theme-brown.bl-primary {
    border-left-color: #705043 !important
}

.theme-brown .bl-secondary, .theme-brown.bl-secondary {
    border-left-color: #ad907b !important
}

.theme-brown .bl-tertiary, .theme-brown.bl-tertiary {
    border-left-color: #d7ccc8 !important
}

.theme-brown .bl-quaternary, .theme-brown.bl-quaternary {
    border-left-color: #f2ebe8 !important
}

.theme-brown .c-primary, .theme-brown .text-primary, .theme-brown.c-primary, .theme-brown.text-primary {
    color: #705043 !important
}

.theme-brown .primary li.checked::before, .theme-brown .primary li::before {
    color: #705043 !important
}

.theme-brown .alert-primary svg {
    fill: #ad907b
}

.theme-brown .cdc-timeline svg {
    fill: #705043
}

.theme-brown .tabs-horizontal.nav-tabs .nav-link.active {
    border-bottom: 3px solid #705043
}

.theme-brown .yamm .dropdown-item:hover {
    border-left: 4px solid #705043
}

.theme-brown .yamm .dropdown-item:active {
    border-left: 4px solid #705043;
    background-color: #f8f9fa
}

.theme-brown .yamm .nav-item.dropdown.show a.nav-link, .theme-brown .yamm .nav-link:hover {
    background: #ad907b
}

.theme-brown .tabs-vertical .nav-link.active {
    border-bottom: 3px solid #705043
}

.theme-brown .nav-tabs .nav-link.active, .theme-brown .nav-tabs .nav-link:hover {
    border-top: 3px solid #705043;
    font-weight: 700
}

.theme-brown .nav-pills .nav-link.active {
    border-bottom: 3px solid #ad907b
}

.theme-brown .gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .theme-brown .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    color: #705043
}

.theme-brown .gj-datepicker-bootstrap button {
    background-color: #fff;
    border-color: #bdbdbd !important;
    margin-left: 1px
}

.theme-brown .gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: #705043 !important;
    border-color: #705043 !important
}

.theme-brown .table.table-dark {
    background-color: #705043
}

.theme-brown .table .thead-light th {
    background-color: #ad907b
}

.theme-brown .table .thead-dark th {
    background-color: #705043;
    border-color: #705043;
    color: #fff
}

.theme-brown .table.table-striped-dark tbody tr:nth-of-type(odd) {
    background-color: #705043;
    color: #fff
}

.theme-brown .table.table-striped-light tbody tr:nth-of-type(odd) {
    background-color: #ad907b;
    color: #000
}

.theme-brown .table.table-hover-dark tbody tr:hover {
    background-color: #705043;
    color: #fff
}

.theme-brown .table.table-hover-light tbody tr:hover {
    background-color: #ad907b;
    color: #000
}

.theme-brown .audio-player .btn-primary, .theme-brown .audio-player .btn-secondary {
    background-color: #f0f0f0;
    border-color: #f0f0f0
}

    .theme-brown .audio-player .btn-primary:active, .theme-brown .audio-player .btn-primary:focus, .theme-brown .audio-player .btn-primary:hover, .theme-brown .audio-player .btn-primary:not(:disabled):not(.disabled):active, .theme-brown .audio-player .btn-secondary:active, .theme-brown .audio-player .btn-secondary:focus, .theme-brown .audio-player .btn-secondary:hover, .theme-brown .audio-player .btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #d7d7d7;
        border-color: #d7d7d7
    }

    .theme-brown .audio-player .btn-primary .volume-range-button input, .theme-brown .audio-player .btn-secondary .volume-range-button input {
        margin-bottom: 10px !important
    }

    .theme-brown .audio-player .btn-primary svg, .theme-brown .audio-player .btn-secondary svg {
        fill: #333
    }

    .theme-brown .audio-player .btn-primary .fi, .theme-brown .audio-player .btn-secondary .fi {
        color: #333;
        vertical-align: middle
    }

.theme-brown a .btn-primary:hover, .theme-brown a.btn-primary:hover {
    background-color: #604539
}

.theme-brown a .btn-secondary:hover, .theme-brown a.btn-secondary:hover {
    background-color: #a3836b
}

.theme-brown a .btn-tertiary:hover, .theme-brown a.btn-tertiary:hover {
    background-color: #ccbeb9
}

.theme-brown a .btn-quaternary:hover, .theme-brown a.btn-quaternary:hover {
    background-color: #e9ddd8
}

.theme-brown a.bg-primary.nav-btn:focus, .theme-brown a.bg-primary.nav-btn:hover {
    background-color: #705043 !important
}

.theme-brown a.bg-secondary.nav-btn:focus, .theme-brown a.bg-secondary.nav-btn:hover {
    background-color: #ad907b !important
}

.theme-brown .btn-primary, .theme-brown.btn-primary {
    background-color: #705043;
    border-color: #705043;
    color: #fff
}

    .theme-brown .btn-primary .file-details, .theme-brown.btn-primary .file-details {
        color: #fff
    }

    .theme-brown .btn-primary svg, .theme-brown.btn-primary svg {
        fill: #fff
    }

    .theme-brown .btn-primary:hover, .theme-brown.btn-primary:hover {
        background-color: #604539
    }

    .theme-brown .btn-primary:focus, .theme-brown .btn-primary:not(:disabled):not(.disabled).active, .theme-brown .btn-primary:not(:disabled):not(.disabled):active, .theme-brown.btn-primary:focus, .theme-brown.btn-primary:not(:disabled):not(.disabled).active, .theme-brown.btn-primary:not(:disabled):not(.disabled):active {
        background-color: #705043;
        border-color: #705043
    }

.theme-brown .show .btn-primary.dropdown-toggle {
    background-color: #705043;
    border-color: #705043
}

.theme-brown .btn-secondary, .theme-brown.btn-secondary {
    background-color: #ad907b;
    border-color: #ad907b;
    color: #000
}

    .theme-brown .btn-secondary .file-details, .theme-brown.btn-secondary .file-details {
        color: #000
    }

    .theme-brown .btn-secondary svg, .theme-brown.btn-secondary svg {
        fill: #000
    }

    .theme-brown .btn-secondary:hover, .theme-brown.btn-secondary:hover {
        background-color: #a3836b;
        border-color: #a3836b;
        color: #000
    }

    .theme-brown .btn-secondary:focus, .theme-brown .btn-secondary:not(:disabled):not(.disabled).active, .theme-brown .btn-secondary:not(:disabled):not(.disabled):active, .theme-brown.btn-secondary:focus, .theme-brown.btn-secondary:not(:disabled):not(.disabled).active, .theme-brown.btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #ad907b;
        border-color: #ad907b;
        color: #000
    }

.theme-brown .btn-tertiary, .theme-brown.btn-tertiary {
    background-color: #d7ccc8;
    border-color: #d7ccc8;
    color: #075290
}

    .theme-brown .btn-tertiary .file-details, .theme-brown.btn-tertiary .file-details {
        color: #000
    }

    .theme-brown .btn-tertiary svg, .theme-brown.btn-tertiary svg {
        fill: #005eaa
    }

    .theme-brown .btn-tertiary:hover, .theme-brown.btn-tertiary:hover {
        background-color: #ccbeb9;
        border-color: #ccbeb9
    }

    .theme-brown .btn-tertiary:focus, .theme-brown .btn-tertiary:not(:disabled):not(.disabled).active, .theme-brown .btn-tertiary:not(:disabled):not(.disabled):active, .theme-brown.btn-tertiary:focus, .theme-brown.btn-tertiary:not(:disabled):not(.disabled).active, .theme-brown.btn-tertiary:not(:disabled):not(.disabled):active {
        background-color: #d7ccc8;
        border-color: #d7ccc8
    }

.theme-brown .btn-quaternary, .theme-brown.btn-quaternary {
    background-color: #f2ebe8;
    border-color: #f2ebe8;
    color: #000
}

    .theme-brown .btn-quaternary .file-details, .theme-brown.btn-quaternary .file-details {
        color: #000
    }

    .theme-brown .btn-quaternary svg, .theme-brown.btn-quaternary svg {
        fill: #005eaa
    }

    .theme-brown .btn-quaternary:hover, .theme-brown.btn-quaternary:hover {
        background-color: #e9ddd8;
        border-color: #e9ddd8
    }

    .theme-brown .btn-quaternary:focus, .theme-brown .btn-quaternary:not(:disabled):not(.disabled).active, .theme-brown .btn-quaternary:not(:disabled):not(.disabled):active, .theme-brown.btn-quaternary:focus, .theme-brown.btn-quaternary:not(:disabled):not(.disabled).active, .theme-brown.btn-quaternary:not(:disabled):not(.disabled):active {
        background-color: #f2ebe8;
        border-color: #f2ebe8
    }

.theme-brown .list-group-item.active {
    background-color: #705043;
    border-color: #705043
}

.theme-brown .list-group-item.list-group-item-primary {
    background-color: #705043;
    color: #fff
}

.theme-brown .list-group-item.list-group-item-secondary {
    background-color: #ad907b;
    color: #000
}

.theme-brown .radioBtn-styled .form-check input:checked ~ .checkmark {
    background-color: #705043
}

.theme-brown .radioBtn-styled .form-check .checkmark::after {
    background-color: #705043
}

.theme-brown .checkbox-list.primary .fi {
    color: #705043
}

.theme-brown .accordion .card-header {
    border-left-color: #705043;
    color: #705043
}

    .theme-brown .accordion .card-header:hover {
        border-left-color: #705043 !important;
        color: #705043 !important
    }

.theme-brown .dropdown-menu-search svg .fill-p, .theme-brown .dropdown-menu-search svg.fill-p {
    fill: #005eaa
}

.theme-brown .fill-p, .theme-brown svg .fill-p, .theme-brown svg.fill-p {
    fill: #705043
}

    .theme-brown .fill-p::before, .theme-brown svg .fill-p::before, .theme-brown svg.fill-p::before {
        color: #705043
    }

.theme-brown .fill-s, .theme-brown svg .fill-s, .theme-brown svg.fill-s {
    fill: #ad907b
}

    .theme-brown .fill-s::before, .theme-brown svg .fill-s::before, .theme-brown svg.fill-s::before {
        color: #ad907b
    }

.theme-brown .fill-t, .theme-brown svg .fill-t, .theme-brown svg.fill-t {
    fill: #d7ccc8
}

    .theme-brown .fill-t::before, .theme-brown svg .fill-t::before, .theme-brown svg.fill-t::before {
        color: #d7ccc8
    }

.theme-brown .fill-q, .theme-brown svg .fill-q, .theme-brown svg.fill-q {
    fill: #f2ebe8
}

    .theme-brown .fill-q::before, .theme-brown svg .fill-q::before, .theme-brown svg.fill-q::before {
        color: #f2ebe8
    }

.theme-brown .nav-pills .nav-link.active, .theme-brown .nav-pills .show > .nav-link {
    background-color: #705043;
    color: #fff
}

.theme-brown .mobile-section-nav li a:active, .theme-brown .mobile-section-nav li a:hover, .theme-brown nav ul.tp-nav-main li a:active, .theme-brown nav ul.tp-nav-main li a:hover {
    border-left: 4px solid #705043;
    background-color: #f5f5f5;
    color: #705043
}

.theme-brown .mobile-section-nav {
    border-top: 3px solid #ad907b
}

    .theme-brown .mobile-section-nav #svg-down {
        background-color: #705043
    }

    .theme-brown .mobile-section-nav nav .dropdown .list-group a.selected {
        border-left: 4px solid #705043
    }

.theme-brown nav .nav-section-home {
    border-top-color: #705043
}

    .theme-brown nav .nav-section-home svg {
        fill: #705043
    }

    .theme-brown nav .nav-section-home .fi {
        color: #705043
    }

    .theme-brown nav .nav-section-home.selected {
        border-left: 4px solid #705043;
        background-color: #f5f5f5
    }

    .theme-brown nav .nav-section-home:hover {
        background-color: #f5f5f5;
        border-left: 4px solid #705043
    }

        .theme-brown nav .nav-section-home:hover a {
            color: #705043
        }

    .theme-brown nav .nav-section-home a {
        text-decoration: none
    }

.theme-brown nav .mobile-section-nav li a.nav-minus, .theme-brown nav .mobile-section-nav li a.nav-minus:hover, .theme-brown nav .mobile-section-nav li a.nav-plus, .theme-brown nav .mobile-section-nav li a.nav-plus:hover, .theme-brown nav ul.tp-nav-main li a.nav-minus, .theme-brown nav ul.tp-nav-main li a.nav-minus:hover, .theme-brown nav ul.tp-nav-main li a.nav-plus, .theme-brown nav ul.tp-nav-main li a.nav-plus:hover {
    background-color: transparent;
    border-width: 0
}

.theme-brown nav .mobile-section-nav li.active, .theme-brown nav ul.tp-nav-main li.active {
    background-color: #fff
}

    .theme-brown nav .mobile-section-nav li.active > a:first-child, .theme-brown nav ul.tp-nav-main li.active > a:first-child {
        border-left-color: #705043
    }

    .theme-brown nav .mobile-section-nav li.active a:hover, .theme-brown nav ul.tp-nav-main li.active a:hover {
        border-left-color: #705043;
        background-color: #f5f5f5
    }

    .theme-brown nav .mobile-section-nav li.active a.nav-minus:hover, .theme-brown nav .mobile-section-nav li.active a.nav-minus:link, .theme-brown nav .mobile-section-nav li.active a.nav-plus:hover, .theme-brown nav .mobile-section-nav li.active a.nav-plus:link, .theme-brown nav ul.tp-nav-main li.active a.nav-minus:hover, .theme-brown nav ul.tp-nav-main li.active a.nav-minus:link, .theme-brown nav ul.tp-nav-main li.active a.nav-plus:hover, .theme-brown nav ul.tp-nav-main li.active a.nav-plus:link {
        background-color: transparent;
        border-width: 0
    }

    .theme-brown nav .mobile-section-nav li.active ul li, .theme-brown nav ul.tp-nav-main li.active ul li {
        border-left-color: #ad907b
    }

        .theme-brown nav .mobile-section-nav li.active ul li a:active, .theme-brown nav .mobile-section-nav li.active ul li a:link, .theme-brown nav .mobile-section-nav li.active ul li a:visited, .theme-brown nav ul.tp-nav-main li.active ul li a:active, .theme-brown nav ul.tp-nav-main li.active ul li a:link, .theme-brown nav ul.tp-nav-main li.active ul li a:visited {
            font-weight: 400;
            border-left: 4px solid #f5f5f5;
            border-left: 4px solid #ad907b
        }

        .theme-brown nav .mobile-section-nav li.active ul li a:hover, .theme-brown nav ul.tp-nav-main li.active ul li a:hover {
            background-color: #f5f5f5;
            color: #705043
        }

        .theme-brown nav .mobile-section-nav li.active ul li.selected > a:first-child, .theme-brown nav ul.tp-nav-main li.active ul li.selected > a:first-child {
            font-weight: 700;
            background-color: #f5f5f5
        }

        .theme-brown nav .mobile-section-nav li.active ul li.selected a[data-toggle=collapse]:hover, .theme-brown nav ul.tp-nav-main li.active ul li.selected a[data-toggle=collapse]:hover {
            border-left-color: #f5f5f5
        }

        .theme-brown nav .mobile-section-nav li.active ul li.active, .theme-brown nav ul.tp-nav-main li.active ul li.active {
            border-left-color: #ad907b
        }

            .theme-brown nav .mobile-section-nav li.active ul li.active > a:first-child, .theme-brown nav ul.tp-nav-main li.active ul li.active > a:first-child {
                font-weight: 700
            }

        .theme-brown nav .mobile-section-nav li.active ul li ul li > a:first-child, .theme-brown nav ul.tp-nav-main li.active ul li ul li > a:first-child {
            border-left-color: #e2dad7
        }

.theme-brown nav .mobile-section-nav li.selected > a:first-child, .theme-brown nav ul.tp-nav-main li.selected > a:first-child {
    font-weight: 700;
    background-color: #f5f5f5;
    color: #705043
}

.theme-brown nav .mobile-section-nav li.selected.active > a:first-child, .theme-brown nav ul.tp-nav-main li.selected.active > a:first-child {
    font-weight: 700
}

.theme-brown nav .mobile-section-nav li.selected.active > a, .theme-brown nav ul.tp-nav-main li.selected.active > a {
    background-color: #f5f5f5
}

.theme-brown nav .mobile-section-nav a.mobile-section-nav-foot {
    background-color: #705043
}

    .theme-brown nav .mobile-section-nav a.mobile-section-nav-foot:hover {
        background-color: #604539
    }

.theme-brown nav .mobile-section-nav li.selected > a:first-child {
    border-left-color: #705043
}

.theme-brown .pagination li.active a {
    background-color: #705043 !important;
    border-color: #705043 !important
}

.theme-teal .site-title {
    background-color: #00695c;
    color: #fff;
    border-bottom: 3px solid #4ebaaa
}

    .theme-teal .site-title .tagline {
        color: #fff
    }

.theme-teal .alert-primary, .theme-teal .bg-primary, .theme-teal.bg-primary {
    background-color: #00695c !important;
    color: #fff !important
}

    .theme-teal .alert-primary a:not(.btn), .theme-teal .bg-primary a:not(.btn), .theme-teal.bg-primary a:not(.btn) {
        color: #fff
    }

        .theme-teal .alert-primary a:not(.btn) .file-details, .theme-teal .bg-primary a:not(.btn) .file-details, .theme-teal.bg-primary a:not(.btn) .file-details {
            color: #fff
        }

    .theme-teal .alert-primary svg, .theme-teal .bg-primary svg, .theme-teal.bg-primary svg {
        fill: #fff
    }

    .theme-teal .alert-primary .card-header a, .theme-teal .bg-primary .card-header a, .theme-teal.bg-primary .card-header a {
        color: #fff
    }

.theme-teal .alert-secondary, .theme-teal .bg-secondary, .theme-teal.bg-secondary {
    background-color: #4ebaaa !important;
    color: #000 !important
}

    .theme-teal .alert-secondary a:not(.btn), .theme-teal .bg-secondary a:not(.btn), .theme-teal.bg-secondary a:not(.btn) {
        color: #000
    }

    .theme-teal .alert-secondary svg, .theme-teal .bg-secondary svg, .theme-teal.bg-secondary svg {
        fill: #000
    }

.theme-teal .bg-tertiary, .theme-teal.bg-tertiary {
    background-color: #ceece7 !important;
    color: #000
}

    .theme-teal .bg-tertiary.card-header a, .theme-teal.bg-tertiary.card-header a {
        color: #000
    }

.theme-teal .bg-quaternary, .theme-teal.bg-quaternary {
    background-color: #ebf7f5 !important;
    color: #000
}

    .theme-teal .bg-quaternary.card-header a, .theme-teal.bg-quaternary.card-header a {
        color: #000
    }

.theme-teal .b-primary, .theme-teal.b-primary {
    border-color: #00695c !important
}

.theme-teal .b-secondary, .theme-teal.b-secondary {
    border-color: #4ebaaa !important
}

.theme-teal .b-tertiary, .theme-teal.b-tertiary {
    border-color: #ceece7 !important
}

.theme-teal .b-quaternary, .theme-teal.b-quaternary {
    border-color: #ebf7f5 !important
}

.theme-teal .bt-primary, .theme-teal.bt-primary {
    border-top-color: #00695c !important
}

.theme-teal .bt-secondary, .theme-teal.bt-secondary {
    border-top-color: #4ebaaa !important
}

.theme-teal .bt-tertiary, .theme-teal.bt-tertiary {
    border-top-color: #ceece7 !important
}

.theme-teal .bt-quaternary, .theme-teal.bt-quaternary {
    border-top-color: #ebf7f5 !important
}

.theme-teal .br-primary, .theme-teal.br-primary {
    border-right-color: #00695c !important
}

.theme-teal .br-secondary, .theme-teal.br-secondary {
    border-right-color: #4ebaaa !important
}

.theme-teal .br-tertiary, .theme-teal.br-tertiary {
    border-right-color: #ceece7 !important
}

.theme-teal .br-quaternary, .theme-teal.br-quaternary {
    border-right-color: #ebf7f5 !important
}

.theme-teal .bb-primary, .theme-teal.bb-primary {
    border-bottom-color: #00695c !important
}

.theme-teal .bb-secondary, .theme-teal.bb-secondary {
    border-bottom-color: #4ebaaa !important
}

.theme-teal .bb-tertiary, .theme-teal.bb-tertiary {
    border-bottom-color: #ceece7 !important
}

.theme-teal .bb-quaternary, .theme-teal.bb-quaternary {
    border-bottom-color: #ebf7f5 !important
}

.theme-teal .bl-primary, .theme-teal.bl-primary {
    border-left-color: #00695c !important
}

.theme-teal .bl-secondary, .theme-teal.bl-secondary {
    border-left-color: #4ebaaa !important
}

.theme-teal .bl-tertiary, .theme-teal.bl-tertiary {
    border-left-color: #ceece7 !important
}

.theme-teal .bl-quaternary, .theme-teal.bl-quaternary {
    border-left-color: #ebf7f5 !important
}

.theme-teal .c-primary, .theme-teal .text-primary, .theme-teal.c-primary, .theme-teal.text-primary {
    color: #00695c !important
}

.theme-teal .primary li.checked::before, .theme-teal .primary li::before {
    color: #00695c !important
}

.theme-teal .alert-primary svg {
    fill: #4ebaaa
}

.theme-teal .cdc-timeline svg {
    fill: #00695c
}

.theme-teal .tabs-horizontal.nav-tabs .nav-link.active {
    border-bottom: 3px solid #00695c
}

.theme-teal .yamm .dropdown-item:hover {
    border-left: 4px solid #00695c
}

.theme-teal .yamm .dropdown-item:active {
    border-left: 4px solid #00695c;
    background-color: #f8f9fa
}

.theme-teal .yamm .nav-item.dropdown.show a.nav-link, .theme-teal .yamm .nav-link:hover {
    background: #4ebaaa
}

.theme-teal .tabs-vertical .nav-link.active {
    border-bottom: 3px solid #00695c
}

.theme-teal .nav-tabs .nav-link.active, .theme-teal .nav-tabs .nav-link:hover {
    border-top: 3px solid #00695c;
    font-weight: 700
}

.theme-teal .nav-pills .nav-link.active {
    border-bottom: 3px solid #4ebaaa
}

.theme-teal .gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .theme-teal .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    color: #00695c
}

.theme-teal .gj-datepicker-bootstrap button {
    background-color: #fff;
    border-color: #bdbdbd !important;
    margin-left: 1px
}

.theme-teal .gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: #00695c !important;
    border-color: #00695c !important
}

.theme-teal .table.table-dark {
    background-color: #00695c
}

.theme-teal .table .thead-light th {
    background-color: #4ebaaa
}

.theme-teal .table .thead-dark th {
    background-color: #00695c;
    border-color: #00695c;
    color: #fff
}

.theme-teal .table.table-striped-dark tbody tr:nth-of-type(odd) {
    background-color: #00695c;
    color: #fff
}

.theme-teal .table.table-striped-light tbody tr:nth-of-type(odd) {
    background-color: #4ebaaa;
    color: #000
}

.theme-teal .table.table-hover-dark tbody tr:hover {
    background-color: #00695c;
    color: #fff
}

.theme-teal .table.table-hover-light tbody tr:hover {
    background-color: #4ebaaa;
    color: #000
}

.theme-teal .audio-player .btn-primary, .theme-teal .audio-player .btn-secondary {
    background-color: #f0f0f0;
    border-color: #f0f0f0
}

    .theme-teal .audio-player .btn-primary:active, .theme-teal .audio-player .btn-primary:focus, .theme-teal .audio-player .btn-primary:hover, .theme-teal .audio-player .btn-primary:not(:disabled):not(.disabled):active, .theme-teal .audio-player .btn-secondary:active, .theme-teal .audio-player .btn-secondary:focus, .theme-teal .audio-player .btn-secondary:hover, .theme-teal .audio-player .btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #d7d7d7;
        border-color: #d7d7d7
    }

    .theme-teal .audio-player .btn-primary .volume-range-button input, .theme-teal .audio-player .btn-secondary .volume-range-button input {
        margin-bottom: 10px !important
    }

    .theme-teal .audio-player .btn-primary svg, .theme-teal .audio-player .btn-secondary svg {
        fill: #333
    }

    .theme-teal .audio-player .btn-primary .fi, .theme-teal .audio-player .btn-secondary .fi {
        color: #333;
        vertical-align: middle
    }

.theme-teal a .btn-primary:hover, .theme-teal a.btn-primary:hover {
    background-color: #005046
}

.theme-teal a .btn-secondary:hover, .theme-teal a.btn-secondary:hover {
    background-color: #43ac9c
}

.theme-teal a .btn-tertiary:hover, .theme-teal a.btn-tertiary:hover {
    background-color: #bce5de
}

.theme-teal a .btn-quaternary:hover, .theme-teal a.btn-quaternary:hover {
    background-color: #d9f0ec
}

.theme-teal a.bg-primary.nav-btn:focus, .theme-teal a.bg-primary.nav-btn:hover {
    background-color: #00695c !important
}

.theme-teal a.bg-secondary.nav-btn:focus, .theme-teal a.bg-secondary.nav-btn:hover {
    background-color: #4ebaaa !important
}

.theme-teal .btn-primary, .theme-teal.btn-primary {
    background-color: #00695c;
    border-color: #00695c;
    color: #fff
}

    .theme-teal .btn-primary .file-details, .theme-teal.btn-primary .file-details {
        color: #fff
    }

    .theme-teal .btn-primary svg, .theme-teal.btn-primary svg {
        fill: #fff
    }

    .theme-teal .btn-primary:hover, .theme-teal.btn-primary:hover {
        background-color: #005046
    }

    .theme-teal .btn-primary:focus, .theme-teal .btn-primary:not(:disabled):not(.disabled).active, .theme-teal .btn-primary:not(:disabled):not(.disabled):active, .theme-teal.btn-primary:focus, .theme-teal.btn-primary:not(:disabled):not(.disabled).active, .theme-teal.btn-primary:not(:disabled):not(.disabled):active {
        background-color: #00695c;
        border-color: #00695c
    }

.theme-teal .show .btn-primary.dropdown-toggle {
    background-color: #00695c;
    border-color: #00695c
}

.theme-teal .btn-secondary, .theme-teal.btn-secondary {
    background-color: #4ebaaa;
    border-color: #4ebaaa;
    color: #000
}

    .theme-teal .btn-secondary .file-details, .theme-teal.btn-secondary .file-details {
        color: #000
    }

    .theme-teal .btn-secondary svg, .theme-teal.btn-secondary svg {
        fill: #000
    }

    .theme-teal .btn-secondary:hover, .theme-teal.btn-secondary:hover {
        background-color: #43ac9c;
        border-color: #43ac9c;
        color: #000
    }

    .theme-teal .btn-secondary:focus, .theme-teal .btn-secondary:not(:disabled):not(.disabled).active, .theme-teal .btn-secondary:not(:disabled):not(.disabled):active, .theme-teal.btn-secondary:focus, .theme-teal.btn-secondary:not(:disabled):not(.disabled).active, .theme-teal.btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #4ebaaa;
        border-color: #4ebaaa;
        color: #000
    }

.theme-teal .btn-tertiary, .theme-teal.btn-tertiary {
    background-color: #ceece7;
    border-color: #ceece7;
    color: #075290
}

    .theme-teal .btn-tertiary .file-details, .theme-teal.btn-tertiary .file-details {
        color: #000
    }

    .theme-teal .btn-tertiary svg, .theme-teal.btn-tertiary svg {
        fill: #005eaa
    }

    .theme-teal .btn-tertiary:hover, .theme-teal.btn-tertiary:hover {
        background-color: #bce5de;
        border-color: #bce5de
    }

    .theme-teal .btn-tertiary:focus, .theme-teal .btn-tertiary:not(:disabled):not(.disabled).active, .theme-teal .btn-tertiary:not(:disabled):not(.disabled):active, .theme-teal.btn-tertiary:focus, .theme-teal.btn-tertiary:not(:disabled):not(.disabled).active, .theme-teal.btn-tertiary:not(:disabled):not(.disabled):active {
        background-color: #ceece7;
        border-color: #ceece7
    }

.theme-teal .btn-quaternary, .theme-teal.btn-quaternary {
    background-color: #ebf7f5;
    border-color: #ebf7f5;
    color: #000
}

    .theme-teal .btn-quaternary .file-details, .theme-teal.btn-quaternary .file-details {
        color: #000
    }

    .theme-teal .btn-quaternary svg, .theme-teal.btn-quaternary svg {
        fill: #005eaa
    }

    .theme-teal .btn-quaternary:hover, .theme-teal.btn-quaternary:hover {
        background-color: #d9f0ec;
        border-color: #d9f0ec
    }

    .theme-teal .btn-quaternary:focus, .theme-teal .btn-quaternary:not(:disabled):not(.disabled).active, .theme-teal .btn-quaternary:not(:disabled):not(.disabled):active, .theme-teal.btn-quaternary:focus, .theme-teal.btn-quaternary:not(:disabled):not(.disabled).active, .theme-teal.btn-quaternary:not(:disabled):not(.disabled):active {
        background-color: #ebf7f5;
        border-color: #ebf7f5
    }

.theme-teal .list-group-item.active {
    background-color: #00695c;
    border-color: #00695c
}

.theme-teal .list-group-item.list-group-item-primary {
    background-color: #00695c;
    color: #fff
}

.theme-teal .list-group-item.list-group-item-secondary {
    background-color: #4ebaaa;
    color: #000
}

.theme-teal .radioBtn-styled .form-check input:checked ~ .checkmark {
    background-color: #00695c
}

.theme-teal .radioBtn-styled .form-check .checkmark::after {
    background-color: #00695c
}

.theme-teal .checkbox-list.primary .fi {
    color: #00695c
}

.theme-teal .accordion .card-header {
    border-left-color: #00695c;
    color: #00695c
}

    .theme-teal .accordion .card-header:hover {
        border-left-color: #00695c !important;
        color: #00695c !important
    }

.theme-teal .dropdown-menu-search svg .fill-p, .theme-teal .dropdown-menu-search svg.fill-p {
    fill: #005eaa
}

.theme-teal .fill-p, .theme-teal svg .fill-p, .theme-teal svg.fill-p {
    fill: #00695c
}

    .theme-teal .fill-p::before, .theme-teal svg .fill-p::before, .theme-teal svg.fill-p::before {
        color: #00695c
    }

.theme-teal .fill-s, .theme-teal svg .fill-s, .theme-teal svg.fill-s {
    fill: #4ebaaa
}

    .theme-teal .fill-s::before, .theme-teal svg .fill-s::before, .theme-teal svg.fill-s::before {
        color: #4ebaaa
    }

.theme-teal .fill-t, .theme-teal svg .fill-t, .theme-teal svg.fill-t {
    fill: #ceece7
}

    .theme-teal .fill-t::before, .theme-teal svg .fill-t::before, .theme-teal svg.fill-t::before {
        color: #ceece7
    }

.theme-teal .fill-q, .theme-teal svg .fill-q, .theme-teal svg.fill-q {
    fill: #ebf7f5
}

    .theme-teal .fill-q::before, .theme-teal svg .fill-q::before, .theme-teal svg.fill-q::before {
        color: #ebf7f5
    }

.theme-teal .nav-pills .nav-link.active, .theme-teal .nav-pills .show > .nav-link {
    background-color: #00695c;
    color: #fff
}

.theme-teal .mobile-section-nav li a:active, .theme-teal .mobile-section-nav li a:hover, .theme-teal nav ul.tp-nav-main li a:active, .theme-teal nav ul.tp-nav-main li a:hover {
    border-left: 4px solid #00695c;
    background-color: #f5f5f5;
    color: #00695c
}

.theme-teal .mobile-section-nav {
    border-top: 3px solid #4ebaaa
}

    .theme-teal .mobile-section-nav #svg-down {
        background-color: #00695c
    }

    .theme-teal .mobile-section-nav nav .dropdown .list-group a.selected {
        border-left: 4px solid #00695c
    }

.theme-teal nav .nav-section-home {
    border-top-color: #00695c
}

    .theme-teal nav .nav-section-home svg {
        fill: #00695c
    }

    .theme-teal nav .nav-section-home .fi {
        color: #00695c
    }

    .theme-teal nav .nav-section-home.selected {
        border-left: 4px solid #00695c;
        background-color: #f5f5f5
    }

    .theme-teal nav .nav-section-home:hover {
        background-color: #f5f5f5;
        border-left: 4px solid #00695c
    }

        .theme-teal nav .nav-section-home:hover a {
            color: #00695c
        }

    .theme-teal nav .nav-section-home a {
        text-decoration: none
    }

.theme-teal nav .mobile-section-nav li a.nav-minus, .theme-teal nav .mobile-section-nav li a.nav-minus:hover, .theme-teal nav .mobile-section-nav li a.nav-plus, .theme-teal nav .mobile-section-nav li a.nav-plus:hover, .theme-teal nav ul.tp-nav-main li a.nav-minus, .theme-teal nav ul.tp-nav-main li a.nav-minus:hover, .theme-teal nav ul.tp-nav-main li a.nav-plus, .theme-teal nav ul.tp-nav-main li a.nav-plus:hover {
    background-color: transparent;
    border-width: 0
}

.theme-teal nav .mobile-section-nav li.active, .theme-teal nav ul.tp-nav-main li.active {
    background-color: #fff
}

    .theme-teal nav .mobile-section-nav li.active > a:first-child, .theme-teal nav ul.tp-nav-main li.active > a:first-child {
        border-left-color: #00695c
    }

    .theme-teal nav .mobile-section-nav li.active a:hover, .theme-teal nav ul.tp-nav-main li.active a:hover {
        border-left-color: #00695c;
        background-color: #f5f5f5
    }

    .theme-teal nav .mobile-section-nav li.active a.nav-minus:hover, .theme-teal nav .mobile-section-nav li.active a.nav-minus:link, .theme-teal nav .mobile-section-nav li.active a.nav-plus:hover, .theme-teal nav .mobile-section-nav li.active a.nav-plus:link, .theme-teal nav ul.tp-nav-main li.active a.nav-minus:hover, .theme-teal nav ul.tp-nav-main li.active a.nav-minus:link, .theme-teal nav ul.tp-nav-main li.active a.nav-plus:hover, .theme-teal nav ul.tp-nav-main li.active a.nav-plus:link {
        background-color: transparent;
        border-width: 0
    }

    .theme-teal nav .mobile-section-nav li.active ul li, .theme-teal nav ul.tp-nav-main li.active ul li {
        border-left-color: #4ebaaa
    }

        .theme-teal nav .mobile-section-nav li.active ul li a:active, .theme-teal nav .mobile-section-nav li.active ul li a:link, .theme-teal nav .mobile-section-nav li.active ul li a:visited, .theme-teal nav ul.tp-nav-main li.active ul li a:active, .theme-teal nav ul.tp-nav-main li.active ul li a:link, .theme-teal nav ul.tp-nav-main li.active ul li a:visited {
            font-weight: 400;
            border-left: 4px solid #f5f5f5;
            border-left: 4px solid #4ebaaa
        }

        .theme-teal nav .mobile-section-nav li.active ul li a:hover, .theme-teal nav ul.tp-nav-main li.active ul li a:hover {
            background-color: #f5f5f5;
            color: #00695c
        }

        .theme-teal nav .mobile-section-nav li.active ul li.selected > a:first-child, .theme-teal nav ul.tp-nav-main li.active ul li.selected > a:first-child {
            font-weight: 700;
            background-color: #f5f5f5
        }

        .theme-teal nav .mobile-section-nav li.active ul li.selected a[data-toggle=collapse]:hover, .theme-teal nav ul.tp-nav-main li.active ul li.selected a[data-toggle=collapse]:hover {
            border-left-color: #f5f5f5
        }

        .theme-teal nav .mobile-section-nav li.active ul li.active, .theme-teal nav ul.tp-nav-main li.active ul li.active {
            border-left-color: #4ebaaa
        }

            .theme-teal nav .mobile-section-nav li.active ul li.active > a:first-child, .theme-teal nav ul.tp-nav-main li.active ul li.active > a:first-child {
                font-weight: 700
            }

        .theme-teal nav .mobile-section-nav li.active ul li ul li > a:first-child, .theme-teal nav ul.tp-nav-main li.active ul li ul li > a:first-child {
            border-left-color: #e0f3f0
        }

.theme-teal nav .mobile-section-nav li.selected > a:first-child, .theme-teal nav ul.tp-nav-main li.selected > a:first-child {
    font-weight: 700;
    background-color: #f5f5f5;
    color: #00695c
}

.theme-teal nav .mobile-section-nav li.selected.active > a:first-child, .theme-teal nav ul.tp-nav-main li.selected.active > a:first-child {
    font-weight: 700
}

.theme-teal nav .mobile-section-nav li.selected.active > a, .theme-teal nav ul.tp-nav-main li.selected.active > a {
    background-color: #f5f5f5
}

.theme-teal nav .mobile-section-nav a.mobile-section-nav-foot {
    background-color: #00695c
}

    .theme-teal nav .mobile-section-nav a.mobile-section-nav-foot:hover {
        background-color: #005046
    }

.theme-teal nav .mobile-section-nav li.selected > a:first-child {
    border-left-color: #00695c
}

.theme-teal .pagination li.active a {
    background-color: #00695c !important;
    border-color: #00695c !important
}

.theme-pink .site-title {
    background-color: #af4448;
    color: #fff;
    border-bottom: 3px solid #e57373
}

    .theme-pink .site-title .tagline {
        color: #fff
    }

.theme-pink .alert-primary, .theme-pink .bg-primary, .theme-pink.bg-primary {
    background-color: #af4448 !important;
    color: #fff !important
}

    .theme-pink .alert-primary a:not(.btn), .theme-pink .bg-primary a:not(.btn), .theme-pink.bg-primary a:not(.btn) {
        color: #fff
    }

        .theme-pink .alert-primary a:not(.btn) .file-details, .theme-pink .bg-primary a:not(.btn) .file-details, .theme-pink.bg-primary a:not(.btn) .file-details {
            color: #fff
        }

    .theme-pink .alert-primary svg, .theme-pink .bg-primary svg, .theme-pink.bg-primary svg {
        fill: #fff
    }

    .theme-pink .alert-primary .card-header a, .theme-pink .bg-primary .card-header a, .theme-pink.bg-primary .card-header a {
        color: #fff
    }

.theme-pink .alert-secondary, .theme-pink .bg-secondary, .theme-pink.bg-secondary {
    background-color: #e57373 !important;
    color: #000 !important
}

    .theme-pink .alert-secondary a:not(.btn), .theme-pink .bg-secondary a:not(.btn), .theme-pink.bg-secondary a:not(.btn) {
        color: #000
    }

    .theme-pink .alert-secondary svg, .theme-pink .bg-secondary svg, .theme-pink.bg-secondary svg {
        fill: #000
    }

.theme-pink .bg-tertiary, .theme-pink.bg-tertiary {
    background-color: #ffc2c2 !important;
    color: #000
}

    .theme-pink .bg-tertiary.card-header a, .theme-pink.bg-tertiary.card-header a {
        color: #000
    }

.theme-pink .bg-quaternary, .theme-pink.bg-quaternary {
    background-color: #ffe7e7 !important;
    color: #000
}

    .theme-pink .bg-quaternary.card-header a, .theme-pink.bg-quaternary.card-header a {
        color: #000
    }

.theme-pink .b-primary, .theme-pink.b-primary {
    border-color: #af4448 !important
}

.theme-pink .b-secondary, .theme-pink.b-secondary {
    border-color: #e57373 !important
}

.theme-pink .b-tertiary, .theme-pink.b-tertiary {
    border-color: #ffc2c2 !important
}

.theme-pink .b-quaternary, .theme-pink.b-quaternary {
    border-color: #ffe7e7 !important
}

.theme-pink .bt-primary, .theme-pink.bt-primary {
    border-top-color: #af4448 !important
}

.theme-pink .bt-secondary, .theme-pink.bt-secondary {
    border-top-color: #e57373 !important
}

.theme-pink .bt-tertiary, .theme-pink.bt-tertiary {
    border-top-color: #ffc2c2 !important
}

.theme-pink .bt-quaternary, .theme-pink.bt-quaternary {
    border-top-color: #ffe7e7 !important
}

.theme-pink .br-primary, .theme-pink.br-primary {
    border-right-color: #af4448 !important
}

.theme-pink .br-secondary, .theme-pink.br-secondary {
    border-right-color: #e57373 !important
}

.theme-pink .br-tertiary, .theme-pink.br-tertiary {
    border-right-color: #ffc2c2 !important
}

.theme-pink .br-quaternary, .theme-pink.br-quaternary {
    border-right-color: #ffe7e7 !important
}

.theme-pink .bb-primary, .theme-pink.bb-primary {
    border-bottom-color: #af4448 !important
}

.theme-pink .bb-secondary, .theme-pink.bb-secondary {
    border-bottom-color: #e57373 !important
}

.theme-pink .bb-tertiary, .theme-pink.bb-tertiary {
    border-bottom-color: #ffc2c2 !important
}

.theme-pink .bb-quaternary, .theme-pink.bb-quaternary {
    border-bottom-color: #ffe7e7 !important
}

.theme-pink .bl-primary, .theme-pink.bl-primary {
    border-left-color: #af4448 !important
}

.theme-pink .bl-secondary, .theme-pink.bl-secondary {
    border-left-color: #e57373 !important
}

.theme-pink .bl-tertiary, .theme-pink.bl-tertiary {
    border-left-color: #ffc2c2 !important
}

.theme-pink .bl-quaternary, .theme-pink.bl-quaternary {
    border-left-color: #ffe7e7 !important
}

.theme-pink .c-primary, .theme-pink .text-primary, .theme-pink.c-primary, .theme-pink.text-primary {
    color: #af4448 !important
}

.theme-pink .primary li.checked::before, .theme-pink .primary li::before {
    color: #af4448 !important
}

.theme-pink .alert-primary svg {
    fill: #e57373
}

.theme-pink .cdc-timeline svg {
    fill: #af4448
}

.theme-pink .tabs-horizontal.nav-tabs .nav-link.active {
    border-bottom: 3px solid #af4448
}

.theme-pink .yamm .dropdown-item:hover {
    border-left: 4px solid #af4448
}

.theme-pink .yamm .dropdown-item:active {
    border-left: 4px solid #af4448;
    background-color: #f8f9fa
}

.theme-pink .yamm .nav-item.dropdown.show a.nav-link, .theme-pink .yamm .nav-link:hover {
    background: #e57373
}

.theme-pink .tabs-vertical .nav-link.active {
    border-bottom: 3px solid #af4448
}

.theme-pink .nav-tabs .nav-link.active, .theme-pink .nav-tabs .nav-link:hover {
    border-top: 3px solid #af4448;
    font-weight: 700
}

.theme-pink .nav-pills .nav-link.active {
    border-bottom: 3px solid #e57373
}

.theme-pink .gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .theme-pink .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    color: #af4448
}

.theme-pink .gj-datepicker-bootstrap button {
    background-color: #fff;
    border-color: #bdbdbd !important;
    margin-left: 1px
}

.theme-pink .gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: #af4448 !important;
    border-color: #af4448 !important
}

.theme-pink .table.table-dark {
    background-color: #af4448
}

.theme-pink .table .thead-light th {
    background-color: #e57373
}

.theme-pink .table .thead-dark th {
    background-color: #af4448;
    border-color: #af4448;
    color: #fff
}

.theme-pink .table.table-striped-dark tbody tr:nth-of-type(odd) {
    background-color: #af4448;
    color: #fff
}

.theme-pink .table.table-striped-light tbody tr:nth-of-type(odd) {
    background-color: #e57373;
    color: #000
}

.theme-pink .table.table-hover-dark tbody tr:hover {
    background-color: #af4448;
    color: #fff
}

.theme-pink .table.table-hover-light tbody tr:hover {
    background-color: #e57373;
    color: #000
}

.theme-pink .audio-player .btn-primary, .theme-pink .audio-player .btn-secondary {
    background-color: #f0f0f0;
    border-color: #f0f0f0
}

    .theme-pink .audio-player .btn-primary:active, .theme-pink .audio-player .btn-primary:focus, .theme-pink .audio-player .btn-primary:hover, .theme-pink .audio-player .btn-primary:not(:disabled):not(.disabled):active, .theme-pink .audio-player .btn-secondary:active, .theme-pink .audio-player .btn-secondary:focus, .theme-pink .audio-player .btn-secondary:hover, .theme-pink .audio-player .btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #d7d7d7;
        border-color: #d7d7d7
    }

    .theme-pink .audio-player .btn-primary .volume-range-button input, .theme-pink .audio-player .btn-secondary .volume-range-button input {
        margin-bottom: 10px !important
    }

    .theme-pink .audio-player .btn-primary svg, .theme-pink .audio-player .btn-secondary svg {
        fill: #333
    }

    .theme-pink .audio-player .btn-primary .fi, .theme-pink .audio-player .btn-secondary .fi {
        color: #333;
        vertical-align: middle
    }

.theme-pink a .btn-primary:hover, .theme-pink a.btn-primary:hover {
    background-color: #9d3d40
}

.theme-pink a .btn-secondary:hover, .theme-pink a.btn-secondary:hover {
    background-color: #e15d5d
}

.theme-pink a .btn-tertiary:hover, .theme-pink a.btn-tertiary:hover {
    background-color: #ffa9a9
}

.theme-pink a .btn-quaternary:hover, .theme-pink a.btn-quaternary:hover {
    background-color: #ffcece
}

.theme-pink a.bg-primary.nav-btn:focus, .theme-pink a.bg-primary.nav-btn:hover {
    background-color: #af4448 !important
}

.theme-pink a.bg-secondary.nav-btn:focus, .theme-pink a.bg-secondary.nav-btn:hover {
    background-color: #e57373 !important
}

.theme-pink .btn-primary, .theme-pink.btn-primary {
    background-color: #af4448;
    border-color: #af4448;
    color: #fff
}

    .theme-pink .btn-primary .file-details, .theme-pink.btn-primary .file-details {
        color: #fff
    }

    .theme-pink .btn-primary svg, .theme-pink.btn-primary svg {
        fill: #fff
    }

    .theme-pink .btn-primary:hover, .theme-pink.btn-primary:hover {
        background-color: #9d3d40
    }

    .theme-pink .btn-primary:focus, .theme-pink .btn-primary:not(:disabled):not(.disabled).active, .theme-pink .btn-primary:not(:disabled):not(.disabled):active, .theme-pink.btn-primary:focus, .theme-pink.btn-primary:not(:disabled):not(.disabled).active, .theme-pink.btn-primary:not(:disabled):not(.disabled):active {
        background-color: #af4448;
        border-color: #af4448
    }

.theme-pink .show .btn-primary.dropdown-toggle {
    background-color: #af4448;
    border-color: #af4448
}

.theme-pink .btn-secondary, .theme-pink.btn-secondary {
    background-color: #e57373;
    border-color: #e57373;
    color: #000
}

    .theme-pink .btn-secondary .file-details, .theme-pink.btn-secondary .file-details {
        color: #000
    }

    .theme-pink .btn-secondary svg, .theme-pink.btn-secondary svg {
        fill: #000
    }

    .theme-pink .btn-secondary:hover, .theme-pink.btn-secondary:hover {
        background-color: #e15d5d;
        border-color: #e15d5d;
        color: #000
    }

    .theme-pink .btn-secondary:focus, .theme-pink .btn-secondary:not(:disabled):not(.disabled).active, .theme-pink .btn-secondary:not(:disabled):not(.disabled):active, .theme-pink.btn-secondary:focus, .theme-pink.btn-secondary:not(:disabled):not(.disabled).active, .theme-pink.btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #e57373;
        border-color: #e57373;
        color: #000
    }

.theme-pink .btn-tertiary, .theme-pink.btn-tertiary {
    background-color: #ffc2c2;
    border-color: #ffc2c2;
    color: #075290
}

    .theme-pink .btn-tertiary .file-details, .theme-pink.btn-tertiary .file-details {
        color: #000
    }

    .theme-pink .btn-tertiary svg, .theme-pink.btn-tertiary svg {
        fill: #005eaa
    }

    .theme-pink .btn-tertiary:hover, .theme-pink.btn-tertiary:hover {
        background-color: #ffa9a9;
        border-color: #ffa9a9
    }

    .theme-pink .btn-tertiary:focus, .theme-pink .btn-tertiary:not(:disabled):not(.disabled).active, .theme-pink .btn-tertiary:not(:disabled):not(.disabled):active, .theme-pink.btn-tertiary:focus, .theme-pink.btn-tertiary:not(:disabled):not(.disabled).active, .theme-pink.btn-tertiary:not(:disabled):not(.disabled):active {
        background-color: #ffc2c2;
        border-color: #ffc2c2
    }

.theme-pink .btn-quaternary, .theme-pink.btn-quaternary {
    background-color: #ffe7e7;
    border-color: #ffe7e7;
    color: #000
}

    .theme-pink .btn-quaternary .file-details, .theme-pink.btn-quaternary .file-details {
        color: #000
    }

    .theme-pink .btn-quaternary svg, .theme-pink.btn-quaternary svg {
        fill: #005eaa
    }

    .theme-pink .btn-quaternary:hover, .theme-pink.btn-quaternary:hover {
        background-color: #ffcece;
        border-color: #ffcece
    }

    .theme-pink .btn-quaternary:focus, .theme-pink .btn-quaternary:not(:disabled):not(.disabled).active, .theme-pink .btn-quaternary:not(:disabled):not(.disabled):active, .theme-pink.btn-quaternary:focus, .theme-pink.btn-quaternary:not(:disabled):not(.disabled).active, .theme-pink.btn-quaternary:not(:disabled):not(.disabled):active {
        background-color: #ffe7e7;
        border-color: #ffe7e7
    }

.theme-pink .list-group-item.active {
    background-color: #af4448;
    border-color: #af4448
}

.theme-pink .list-group-item.list-group-item-primary {
    background-color: #af4448;
    color: #fff
}

.theme-pink .list-group-item.list-group-item-secondary {
    background-color: #e57373;
    color: #000
}

.theme-pink .radioBtn-styled .form-check input:checked ~ .checkmark {
    background-color: #af4448
}

.theme-pink .radioBtn-styled .form-check .checkmark::after {
    background-color: #af4448
}

.theme-pink .checkbox-list.primary .fi {
    color: #af4448
}

.theme-pink .accordion .card-header {
    border-left-color: #af4448;
    color: #af4448
}

    .theme-pink .accordion .card-header:hover {
        border-left-color: #af4448 !important;
        color: #af4448 !important
    }

.theme-pink .dropdown-menu-search svg .fill-p, .theme-pink .dropdown-menu-search svg.fill-p {
    fill: #005eaa
}

.theme-pink .fill-p, .theme-pink svg .fill-p, .theme-pink svg.fill-p {
    fill: #af4448
}

    .theme-pink .fill-p::before, .theme-pink svg .fill-p::before, .theme-pink svg.fill-p::before {
        color: #af4448
    }

.theme-pink .fill-s, .theme-pink svg .fill-s, .theme-pink svg.fill-s {
    fill: #e57373
}

    .theme-pink .fill-s::before, .theme-pink svg .fill-s::before, .theme-pink svg.fill-s::before {
        color: #e57373
    }

.theme-pink .fill-t, .theme-pink svg .fill-t, .theme-pink svg.fill-t {
    fill: #ffc2c2
}

    .theme-pink .fill-t::before, .theme-pink svg .fill-t::before, .theme-pink svg.fill-t::before {
        color: #ffc2c2
    }

.theme-pink .fill-q, .theme-pink svg .fill-q, .theme-pink svg.fill-q {
    fill: #ffe7e7
}

    .theme-pink .fill-q::before, .theme-pink svg .fill-q::before, .theme-pink svg.fill-q::before {
        color: #ffe7e7
    }

.theme-pink .nav-pills .nav-link.active, .theme-pink .nav-pills .show > .nav-link {
    background-color: #af4448;
    color: #fff
}

.theme-pink .mobile-section-nav li a:active, .theme-pink .mobile-section-nav li a:hover, .theme-pink nav ul.tp-nav-main li a:active, .theme-pink nav ul.tp-nav-main li a:hover {
    border-left: 4px solid #af4448;
    background-color: #f5f5f5;
    color: #af4448
}

.theme-pink .mobile-section-nav {
    border-top: 3px solid #e57373
}

    .theme-pink .mobile-section-nav #svg-down {
        background-color: #af4448
    }

    .theme-pink .mobile-section-nav nav .dropdown .list-group a.selected {
        border-left: 4px solid #af4448
    }

.theme-pink nav .nav-section-home {
    border-top-color: #af4448
}

    .theme-pink nav .nav-section-home svg {
        fill: #af4448
    }

    .theme-pink nav .nav-section-home .fi {
        color: #af4448
    }

    .theme-pink nav .nav-section-home.selected {
        border-left: 4px solid #af4448;
        background-color: #f5f5f5
    }

    .theme-pink nav .nav-section-home:hover {
        background-color: #f5f5f5;
        border-left: 4px solid #af4448
    }

        .theme-pink nav .nav-section-home:hover a {
            color: #af4448
        }

    .theme-pink nav .nav-section-home a {
        text-decoration: none
    }

.theme-pink nav .mobile-section-nav li a.nav-minus, .theme-pink nav .mobile-section-nav li a.nav-minus:hover, .theme-pink nav .mobile-section-nav li a.nav-plus, .theme-pink nav .mobile-section-nav li a.nav-plus:hover, .theme-pink nav ul.tp-nav-main li a.nav-minus, .theme-pink nav ul.tp-nav-main li a.nav-minus:hover, .theme-pink nav ul.tp-nav-main li a.nav-plus, .theme-pink nav ul.tp-nav-main li a.nav-plus:hover {
    background-color: transparent;
    border-width: 0
}

.theme-pink nav .mobile-section-nav li.active, .theme-pink nav ul.tp-nav-main li.active {
    background-color: #fff
}

    .theme-pink nav .mobile-section-nav li.active > a:first-child, .theme-pink nav ul.tp-nav-main li.active > a:first-child {
        border-left-color: #af4448
    }

    .theme-pink nav .mobile-section-nav li.active a:hover, .theme-pink nav ul.tp-nav-main li.active a:hover {
        border-left-color: #af4448;
        background-color: #f5f5f5
    }

    .theme-pink nav .mobile-section-nav li.active a.nav-minus:hover, .theme-pink nav .mobile-section-nav li.active a.nav-minus:link, .theme-pink nav .mobile-section-nav li.active a.nav-plus:hover, .theme-pink nav .mobile-section-nav li.active a.nav-plus:link, .theme-pink nav ul.tp-nav-main li.active a.nav-minus:hover, .theme-pink nav ul.tp-nav-main li.active a.nav-minus:link, .theme-pink nav ul.tp-nav-main li.active a.nav-plus:hover, .theme-pink nav ul.tp-nav-main li.active a.nav-plus:link {
        background-color: transparent;
        border-width: 0
    }

    .theme-pink nav .mobile-section-nav li.active ul li, .theme-pink nav ul.tp-nav-main li.active ul li {
        border-left-color: #e57373
    }

        .theme-pink nav .mobile-section-nav li.active ul li a:active, .theme-pink nav .mobile-section-nav li.active ul li a:link, .theme-pink nav .mobile-section-nav li.active ul li a:visited, .theme-pink nav ul.tp-nav-main li.active ul li a:active, .theme-pink nav ul.tp-nav-main li.active ul li a:link, .theme-pink nav ul.tp-nav-main li.active ul li a:visited {
            font-weight: 400;
            border-left: 4px solid #f5f5f5;
            border-left: 4px solid #e57373
        }

        .theme-pink nav .mobile-section-nav li.active ul li a:hover, .theme-pink nav ul.tp-nav-main li.active ul li a:hover {
            background-color: #f5f5f5;
            color: #af4448
        }

        .theme-pink nav .mobile-section-nav li.active ul li.selected > a:first-child, .theme-pink nav ul.tp-nav-main li.active ul li.selected > a:first-child {
            font-weight: 700;
            background-color: #f5f5f5
        }

        .theme-pink nav .mobile-section-nav li.active ul li.selected a[data-toggle=collapse]:hover, .theme-pink nav ul.tp-nav-main li.active ul li.selected a[data-toggle=collapse]:hover {
            border-left-color: #f5f5f5
        }

        .theme-pink nav .mobile-section-nav li.active ul li.active, .theme-pink nav ul.tp-nav-main li.active ul li.active {
            border-left-color: #e57373
        }

            .theme-pink nav .mobile-section-nav li.active ul li.active > a:first-child, .theme-pink nav ul.tp-nav-main li.active ul li.active > a:first-child {
                font-weight: 700
            }

        .theme-pink nav .mobile-section-nav li.active ul li ul li > a:first-child, .theme-pink nav ul.tp-nav-main li.active ul li ul li > a:first-child {
            border-left-color: #ffdcdc
        }

.theme-pink nav .mobile-section-nav li.selected > a:first-child, .theme-pink nav ul.tp-nav-main li.selected > a:first-child {
    font-weight: 700;
    background-color: #f5f5f5;
    color: #af4448
}

.theme-pink nav .mobile-section-nav li.selected.active > a:first-child, .theme-pink nav ul.tp-nav-main li.selected.active > a:first-child {
    font-weight: 700
}

.theme-pink nav .mobile-section-nav li.selected.active > a, .theme-pink nav ul.tp-nav-main li.selected.active > a {
    background-color: #f5f5f5
}

.theme-pink nav .mobile-section-nav a.mobile-section-nav-foot {
    background-color: #af4448
}

    .theme-pink nav .mobile-section-nav a.mobile-section-nav-foot:hover {
        background-color: #9d3d40
    }

.theme-pink nav .mobile-section-nav li.selected > a:first-child {
    border-left-color: #af4448
}

.theme-pink .pagination li.active a {
    background-color: #af4448 !important;
    border-color: #af4448 !important
}

.theme-orange .site-title {
    background-color: #bb4d00;
    color: #fff;
    border-bottom: 3px solid #ffad42
}

    .theme-orange .site-title .tagline {
        color: #fff
    }

.theme-orange .alert-primary, .theme-orange .bg-primary, .theme-orange.bg-primary {
    background-color: #bb4d00 !important;
    color: #fff !important
}

    .theme-orange .alert-primary a:not(.btn), .theme-orange .bg-primary a:not(.btn), .theme-orange.bg-primary a:not(.btn) {
        color: #fff
    }

        .theme-orange .alert-primary a:not(.btn) .file-details, .theme-orange .bg-primary a:not(.btn) .file-details, .theme-orange.bg-primary a:not(.btn) .file-details {
            color: #fff
        }

    .theme-orange .alert-primary svg, .theme-orange .bg-primary svg, .theme-orange.bg-primary svg {
        fill: #fff
    }

    .theme-orange .alert-primary .card-header a, .theme-orange .bg-primary .card-header a, .theme-orange.bg-primary .card-header a {
        color: #fff
    }

.theme-orange .alert-secondary, .theme-orange .bg-secondary, .theme-orange.bg-secondary {
    background-color: #ffad42 !important;
    color: #000 !important
}

    .theme-orange .alert-secondary a:not(.btn), .theme-orange .bg-secondary a:not(.btn), .theme-orange.bg-secondary a:not(.btn) {
        color: #000
    }

    .theme-orange .alert-secondary svg, .theme-orange .bg-secondary svg, .theme-orange.bg-secondary svg {
        fill: #000
    }

.theme-orange .bg-tertiary, .theme-orange.bg-tertiary {
    background-color: #ffe97d !important;
    color: #000
}

    .theme-orange .bg-tertiary.card-header a, .theme-orange.bg-tertiary.card-header a {
        color: #000
    }

.theme-orange .bg-quaternary, .theme-orange.bg-quaternary {
    background-color: #fff4cf !important;
    color: #000
}

    .theme-orange .bg-quaternary.card-header a, .theme-orange.bg-quaternary.card-header a {
        color: #000
    }

.theme-orange .b-primary, .theme-orange.b-primary {
    border-color: #bb4d00 !important
}

.theme-orange .b-secondary, .theme-orange.b-secondary {
    border-color: #ffad42 !important
}

.theme-orange .b-tertiary, .theme-orange.b-tertiary {
    border-color: #ffe97d !important
}

.theme-orange .b-quaternary, .theme-orange.b-quaternary {
    border-color: #fff4cf !important
}

.theme-orange .bt-primary, .theme-orange.bt-primary {
    border-top-color: #bb4d00 !important
}

.theme-orange .bt-secondary, .theme-orange.bt-secondary {
    border-top-color: #ffad42 !important
}

.theme-orange .bt-tertiary, .theme-orange.bt-tertiary {
    border-top-color: #ffe97d !important
}

.theme-orange .bt-quaternary, .theme-orange.bt-quaternary {
    border-top-color: #fff4cf !important
}

.theme-orange .br-primary, .theme-orange.br-primary {
    border-right-color: #bb4d00 !important
}

.theme-orange .br-secondary, .theme-orange.br-secondary {
    border-right-color: #ffad42 !important
}

.theme-orange .br-tertiary, .theme-orange.br-tertiary {
    border-right-color: #ffe97d !important
}

.theme-orange .br-quaternary, .theme-orange.br-quaternary {
    border-right-color: #fff4cf !important
}

.theme-orange .bb-primary, .theme-orange.bb-primary {
    border-bottom-color: #bb4d00 !important
}

.theme-orange .bb-secondary, .theme-orange.bb-secondary {
    border-bottom-color: #ffad42 !important
}

.theme-orange .bb-tertiary, .theme-orange.bb-tertiary {
    border-bottom-color: #ffe97d !important
}

.theme-orange .bb-quaternary, .theme-orange.bb-quaternary {
    border-bottom-color: #fff4cf !important
}

.theme-orange .bl-primary, .theme-orange.bl-primary {
    border-left-color: #bb4d00 !important
}

.theme-orange .bl-secondary, .theme-orange.bl-secondary {
    border-left-color: #ffad42 !important
}

.theme-orange .bl-tertiary, .theme-orange.bl-tertiary {
    border-left-color: #ffe97d !important
}

.theme-orange .bl-quaternary, .theme-orange.bl-quaternary {
    border-left-color: #fff4cf !important
}

.theme-orange .c-primary, .theme-orange .text-primary, .theme-orange.c-primary, .theme-orange.text-primary {
    color: #bb4d00 !important
}

.theme-orange .primary li.checked::before, .theme-orange .primary li::before {
    color: #bb4d00 !important
}

.theme-orange .alert-primary svg {
    fill: #ffad42
}

.theme-orange .cdc-timeline svg {
    fill: #bb4d00
}

.theme-orange .tabs-horizontal.nav-tabs .nav-link.active {
    border-bottom: 3px solid #bb4d00
}

.theme-orange .yamm .dropdown-item:hover {
    border-left: 4px solid #bb4d00
}

.theme-orange .yamm .dropdown-item:active {
    border-left: 4px solid #bb4d00;
    background-color: #f8f9fa
}

.theme-orange .yamm .nav-item.dropdown.show a.nav-link, .theme-orange .yamm .nav-link:hover {
    background: #ffad42
}

.theme-orange .tabs-vertical .nav-link.active {
    border-bottom: 3px solid #bb4d00
}

.theme-orange .nav-tabs .nav-link.active, .theme-orange .nav-tabs .nav-link:hover {
    border-top: 3px solid #bb4d00;
    font-weight: 700
}

.theme-orange .nav-pills .nav-link.active {
    border-bottom: 3px solid #ffad42
}

.theme-orange .gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .theme-orange .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    color: #bb4d00
}

.theme-orange .gj-datepicker-bootstrap button {
    background-color: #fff;
    border-color: #bdbdbd !important;
    margin-left: 1px
}

.theme-orange .gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: #bb4d00 !important;
    border-color: #bb4d00 !important
}

.theme-orange .table.table-dark {
    background-color: #bb4d00
}

.theme-orange .table .thead-light th {
    background-color: #ffad42
}

.theme-orange .table .thead-dark th {
    background-color: #bb4d00;
    border-color: #bb4d00;
    color: #fff
}

.theme-orange .table.table-striped-dark tbody tr:nth-of-type(odd) {
    background-color: #bb4d00;
    color: #fff
}

.theme-orange .table.table-striped-light tbody tr:nth-of-type(odd) {
    background-color: #ffad42;
    color: #000
}

.theme-orange .table.table-hover-dark tbody tr:hover {
    background-color: #bb4d00;
    color: #fff
}

.theme-orange .table.table-hover-light tbody tr:hover {
    background-color: #ffad42;
    color: #000
}

.theme-orange .audio-player .btn-primary, .theme-orange .audio-player .btn-secondary {
    background-color: #f0f0f0;
    border-color: #f0f0f0
}

    .theme-orange .audio-player .btn-primary:active, .theme-orange .audio-player .btn-primary:focus, .theme-orange .audio-player .btn-primary:hover, .theme-orange .audio-player .btn-primary:not(:disabled):not(.disabled):active, .theme-orange .audio-player .btn-secondary:active, .theme-orange .audio-player .btn-secondary:focus, .theme-orange .audio-player .btn-secondary:hover, .theme-orange .audio-player .btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #d7d7d7;
        border-color: #d7d7d7
    }

    .theme-orange .audio-player .btn-primary .volume-range-button input, .theme-orange .audio-player .btn-secondary .volume-range-button input {
        margin-bottom: 10px !important
    }

    .theme-orange .audio-player .btn-primary svg, .theme-orange .audio-player .btn-secondary svg {
        fill: #333
    }

    .theme-orange .audio-player .btn-primary .fi, .theme-orange .audio-player .btn-secondary .fi {
        color: #333;
        vertical-align: middle
    }

.theme-orange a .btn-primary:hover, .theme-orange a.btn-primary:hover {
    background-color: #a24300
}

.theme-orange a .btn-secondary:hover, .theme-orange a.btn-secondary:hover {
    background-color: #ffa229
}

.theme-orange a .btn-tertiary:hover, .theme-orange a.btn-tertiary:hover {
    background-color: #ffe564
}

.theme-orange a .btn-quaternary:hover, .theme-orange a.btn-quaternary:hover {
    background-color: #ffeeb6
}

.theme-orange a.bg-primary.nav-btn:focus, .theme-orange a.bg-primary.nav-btn:hover {
    background-color: #bb4d00 !important
}

.theme-orange a.bg-secondary.nav-btn:focus, .theme-orange a.bg-secondary.nav-btn:hover {
    background-color: #ffad42 !important
}

.theme-orange .btn-primary, .theme-orange.btn-primary {
    background-color: #bb4d00;
    border-color: #bb4d00;
    color: #fff
}

    .theme-orange .btn-primary .file-details, .theme-orange.btn-primary .file-details {
        color: #fff
    }

    .theme-orange .btn-primary svg, .theme-orange.btn-primary svg {
        fill: #fff
    }

    .theme-orange .btn-primary:hover, .theme-orange.btn-primary:hover {
        background-color: #a24300
    }

    .theme-orange .btn-primary:focus, .theme-orange .btn-primary:not(:disabled):not(.disabled).active, .theme-orange .btn-primary:not(:disabled):not(.disabled):active, .theme-orange.btn-primary:focus, .theme-orange.btn-primary:not(:disabled):not(.disabled).active, .theme-orange.btn-primary:not(:disabled):not(.disabled):active {
        background-color: #bb4d00;
        border-color: #bb4d00
    }

.theme-orange .show .btn-primary.dropdown-toggle {
    background-color: #bb4d00;
    border-color: #bb4d00
}

.theme-orange .btn-secondary, .theme-orange.btn-secondary {
    background-color: #ffad42;
    border-color: #ffad42;
    color: #000
}

    .theme-orange .btn-secondary .file-details, .theme-orange.btn-secondary .file-details {
        color: #000
    }

    .theme-orange .btn-secondary svg, .theme-orange.btn-secondary svg {
        fill: #000
    }

    .theme-orange .btn-secondary:hover, .theme-orange.btn-secondary:hover {
        background-color: #ffa229;
        border-color: #ffa229;
        color: #000
    }

    .theme-orange .btn-secondary:focus, .theme-orange .btn-secondary:not(:disabled):not(.disabled).active, .theme-orange .btn-secondary:not(:disabled):not(.disabled):active, .theme-orange.btn-secondary:focus, .theme-orange.btn-secondary:not(:disabled):not(.disabled).active, .theme-orange.btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #ffad42;
        border-color: #ffad42;
        color: #000
    }

.theme-orange .btn-tertiary, .theme-orange.btn-tertiary {
    background-color: #ffe97d;
    border-color: #ffe97d;
    color: #075290
}

    .theme-orange .btn-tertiary .file-details, .theme-orange.btn-tertiary .file-details {
        color: #000
    }

    .theme-orange .btn-tertiary svg, .theme-orange.btn-tertiary svg {
        fill: #005eaa
    }

    .theme-orange .btn-tertiary:hover, .theme-orange.btn-tertiary:hover {
        background-color: #ffe564;
        border-color: #ffe564
    }

    .theme-orange .btn-tertiary:focus, .theme-orange .btn-tertiary:not(:disabled):not(.disabled).active, .theme-orange .btn-tertiary:not(:disabled):not(.disabled):active, .theme-orange.btn-tertiary:focus, .theme-orange.btn-tertiary:not(:disabled):not(.disabled).active, .theme-orange.btn-tertiary:not(:disabled):not(.disabled):active {
        background-color: #ffe97d;
        border-color: #ffe97d
    }

.theme-orange .btn-quaternary, .theme-orange.btn-quaternary {
    background-color: #fff4cf;
    border-color: #fff4cf;
    color: #000
}

    .theme-orange .btn-quaternary .file-details, .theme-orange.btn-quaternary .file-details {
        color: #000
    }

    .theme-orange .btn-quaternary svg, .theme-orange.btn-quaternary svg {
        fill: #005eaa
    }

    .theme-orange .btn-quaternary:hover, .theme-orange.btn-quaternary:hover {
        background-color: #ffeeb6;
        border-color: #ffeeb6
    }

    .theme-orange .btn-quaternary:focus, .theme-orange .btn-quaternary:not(:disabled):not(.disabled).active, .theme-orange .btn-quaternary:not(:disabled):not(.disabled):active, .theme-orange.btn-quaternary:focus, .theme-orange.btn-quaternary:not(:disabled):not(.disabled).active, .theme-orange.btn-quaternary:not(:disabled):not(.disabled):active {
        background-color: #fff4cf;
        border-color: #fff4cf
    }

.theme-orange .list-group-item.active {
    background-color: #bb4d00;
    border-color: #bb4d00
}

.theme-orange .list-group-item.list-group-item-primary {
    background-color: #bb4d00;
    color: #fff
}

.theme-orange .list-group-item.list-group-item-secondary {
    background-color: #ffad42;
    color: #000
}

.theme-orange .radioBtn-styled .form-check input:checked ~ .checkmark {
    background-color: #bb4d00
}

.theme-orange .radioBtn-styled .form-check .checkmark::after {
    background-color: #bb4d00
}

.theme-orange .checkbox-list.primary .fi {
    color: #bb4d00
}

.theme-orange .accordion .card-header {
    border-left-color: #bb4d00;
    color: #bb4d00
}

    .theme-orange .accordion .card-header:hover {
        border-left-color: #bb4d00 !important;
        color: #bb4d00 !important
    }

.theme-orange .dropdown-menu-search svg .fill-p, .theme-orange .dropdown-menu-search svg.fill-p {
    fill: #005eaa
}

.theme-orange .fill-p, .theme-orange svg .fill-p, .theme-orange svg.fill-p {
    fill: #bb4d00
}

    .theme-orange .fill-p::before, .theme-orange svg .fill-p::before, .theme-orange svg.fill-p::before {
        color: #bb4d00
    }

.theme-orange .fill-s, .theme-orange svg .fill-s, .theme-orange svg.fill-s {
    fill: #ffad42
}

    .theme-orange .fill-s::before, .theme-orange svg .fill-s::before, .theme-orange svg.fill-s::before {
        color: #ffad42
    }

.theme-orange .fill-t, .theme-orange svg .fill-t, .theme-orange svg.fill-t {
    fill: #ffe97d
}

    .theme-orange .fill-t::before, .theme-orange svg .fill-t::before, .theme-orange svg.fill-t::before {
        color: #ffe97d
    }

.theme-orange .fill-q, .theme-orange svg .fill-q, .theme-orange svg.fill-q {
    fill: #fff4cf
}

    .theme-orange .fill-q::before, .theme-orange svg .fill-q::before, .theme-orange svg.fill-q::before {
        color: #fff4cf
    }

.theme-orange .nav-pills .nav-link.active, .theme-orange .nav-pills .show > .nav-link {
    background-color: #bb4d00;
    color: #fff
}

.theme-orange .mobile-section-nav li a:active, .theme-orange .mobile-section-nav li a:hover, .theme-orange nav ul.tp-nav-main li a:active, .theme-orange nav ul.tp-nav-main li a:hover {
    border-left: 4px solid #bb4d00;
    background-color: #f5f5f5;
    color: #bb4d00
}

.theme-orange .mobile-section-nav {
    border-top: 3px solid #ffad42
}

    .theme-orange .mobile-section-nav #svg-down {
        background-color: #bb4d00
    }

    .theme-orange .mobile-section-nav nav .dropdown .list-group a.selected {
        border-left: 4px solid #bb4d00
    }

.theme-orange nav .nav-section-home {
    border-top-color: #bb4d00
}

    .theme-orange nav .nav-section-home svg {
        fill: #bb4d00
    }

    .theme-orange nav .nav-section-home .fi {
        color: #bb4d00
    }

    .theme-orange nav .nav-section-home.selected {
        border-left: 4px solid #bb4d00;
        background-color: #f5f5f5
    }

    .theme-orange nav .nav-section-home:hover {
        background-color: #f5f5f5;
        border-left: 4px solid #bb4d00
    }

        .theme-orange nav .nav-section-home:hover a {
            color: #bb4d00
        }

    .theme-orange nav .nav-section-home a {
        text-decoration: none
    }

.theme-orange nav .mobile-section-nav li a.nav-minus, .theme-orange nav .mobile-section-nav li a.nav-minus:hover, .theme-orange nav .mobile-section-nav li a.nav-plus, .theme-orange nav .mobile-section-nav li a.nav-plus:hover, .theme-orange nav ul.tp-nav-main li a.nav-minus, .theme-orange nav ul.tp-nav-main li a.nav-minus:hover, .theme-orange nav ul.tp-nav-main li a.nav-plus, .theme-orange nav ul.tp-nav-main li a.nav-plus:hover {
    background-color: transparent;
    border-width: 0
}

.theme-orange nav .mobile-section-nav li.active, .theme-orange nav ul.tp-nav-main li.active {
    background-color: #fff
}

    .theme-orange nav .mobile-section-nav li.active > a:first-child, .theme-orange nav ul.tp-nav-main li.active > a:first-child {
        border-left-color: #bb4d00
    }

    .theme-orange nav .mobile-section-nav li.active a:hover, .theme-orange nav ul.tp-nav-main li.active a:hover {
        border-left-color: #bb4d00;
        background-color: #f5f5f5
    }

    .theme-orange nav .mobile-section-nav li.active a.nav-minus:hover, .theme-orange nav .mobile-section-nav li.active a.nav-minus:link, .theme-orange nav .mobile-section-nav li.active a.nav-plus:hover, .theme-orange nav .mobile-section-nav li.active a.nav-plus:link, .theme-orange nav ul.tp-nav-main li.active a.nav-minus:hover, .theme-orange nav ul.tp-nav-main li.active a.nav-minus:link, .theme-orange nav ul.tp-nav-main li.active a.nav-plus:hover, .theme-orange nav ul.tp-nav-main li.active a.nav-plus:link {
        background-color: transparent;
        border-width: 0
    }

    .theme-orange nav .mobile-section-nav li.active ul li, .theme-orange nav ul.tp-nav-main li.active ul li {
        border-left-color: #ffad42
    }

        .theme-orange nav .mobile-section-nav li.active ul li a:active, .theme-orange nav .mobile-section-nav li.active ul li a:link, .theme-orange nav .mobile-section-nav li.active ul li a:visited, .theme-orange nav ul.tp-nav-main li.active ul li a:active, .theme-orange nav ul.tp-nav-main li.active ul li a:link, .theme-orange nav ul.tp-nav-main li.active ul li a:visited {
            font-weight: 400;
            border-left: 4px solid #f5f5f5;
            border-left: 4px solid #ffad42
        }

        .theme-orange nav .mobile-section-nav li.active ul li a:hover, .theme-orange nav ul.tp-nav-main li.active ul li a:hover {
            background-color: #f5f5f5;
            color: #bb4d00
        }

        .theme-orange nav .mobile-section-nav li.active ul li.selected > a:first-child, .theme-orange nav ul.tp-nav-main li.active ul li.selected > a:first-child {
            font-weight: 700;
            background-color: #f5f5f5
        }

        .theme-orange nav .mobile-section-nav li.active ul li.selected a[data-toggle=collapse]:hover, .theme-orange nav ul.tp-nav-main li.active ul li.selected a[data-toggle=collapse]:hover {
            border-left-color: #f5f5f5
        }

        .theme-orange nav .mobile-section-nav li.active ul li.active, .theme-orange nav ul.tp-nav-main li.active ul li.active {
            border-left-color: #ffad42
        }

            .theme-orange nav .mobile-section-nav li.active ul li.active > a:first-child, .theme-orange nav ul.tp-nav-main li.active ul li.active > a:first-child {
                font-weight: 700
            }

        .theme-orange nav .mobile-section-nav li.active ul li ul li > a:first-child, .theme-orange nav ul.tp-nav-main li.active ul li ul li > a:first-child {
            border-left-color: #ffed97
        }

.theme-orange nav .mobile-section-nav li.selected > a:first-child, .theme-orange nav ul.tp-nav-main li.selected > a:first-child {
    font-weight: 700;
    background-color: #f5f5f5;
    color: #bb4d00
}

.theme-orange nav .mobile-section-nav li.selected.active > a:first-child, .theme-orange nav ul.tp-nav-main li.selected.active > a:first-child {
    font-weight: 700
}

.theme-orange nav .mobile-section-nav li.selected.active > a, .theme-orange nav ul.tp-nav-main li.selected.active > a {
    background-color: #f5f5f5
}

.theme-orange nav .mobile-section-nav a.mobile-section-nav-foot {
    background-color: #bb4d00
}

    .theme-orange nav .mobile-section-nav a.mobile-section-nav-foot:hover {
        background-color: #a24300
    }

.theme-orange nav .mobile-section-nav li.selected > a:first-child {
    border-left-color: #bb4d00
}

.theme-orange .pagination li.active a {
    background-color: #bb4d00 !important;
    border-color: #bb4d00 !important
}

.theme-slate .site-title {
    background-color: #29434e;
    color: #fff;
    border-bottom: 3px solid #7e9ba5
}

    .theme-slate .site-title .tagline {
        color: #fff
    }

.theme-slate .alert-primary, .theme-slate .bg-primary, .theme-slate.bg-primary {
    background-color: #29434e !important;
    color: #fff !important
}

    .theme-slate .alert-primary a:not(.btn), .theme-slate .bg-primary a:not(.btn), .theme-slate.bg-primary a:not(.btn) {
        color: #fff
    }

        .theme-slate .alert-primary a:not(.btn) .file-details, .theme-slate .bg-primary a:not(.btn) .file-details, .theme-slate.bg-primary a:not(.btn) .file-details {
            color: #fff
        }

    .theme-slate .alert-primary svg, .theme-slate .bg-primary svg, .theme-slate.bg-primary svg {
        fill: #fff
    }

    .theme-slate .alert-primary .card-header a, .theme-slate .bg-primary .card-header a, .theme-slate.bg-primary .card-header a {
        color: #fff
    }

.theme-slate .alert-secondary, .theme-slate .bg-secondary, .theme-slate.bg-secondary {
    background-color: #7e9ba5 !important;
    color: #000 !important
}

    .theme-slate .alert-secondary a:not(.btn), .theme-slate .bg-secondary a:not(.btn), .theme-slate.bg-secondary a:not(.btn) {
        color: #000
    }

    .theme-slate .alert-secondary svg, .theme-slate .bg-secondary svg, .theme-slate.bg-secondary svg {
        fill: #000
    }

.theme-slate .bg-tertiary, .theme-slate.bg-tertiary {
    background-color: #b6c6d2 !important;
    color: #000
}

    .theme-slate .bg-tertiary.card-header a, .theme-slate.bg-tertiary.card-header a {
        color: #000
    }

.theme-slate .bg-quaternary, .theme-slate.bg-quaternary {
    background-color: #e2e8ed !important;
    color: #000
}

    .theme-slate .bg-quaternary.card-header a, .theme-slate.bg-quaternary.card-header a {
        color: #000
    }

.theme-slate .b-primary, .theme-slate.b-primary {
    border-color: #29434e !important
}

.theme-slate .b-secondary, .theme-slate.b-secondary {
    border-color: #7e9ba5 !important
}

.theme-slate .b-tertiary, .theme-slate.b-tertiary {
    border-color: #b6c6d2 !important
}

.theme-slate .b-quaternary, .theme-slate.b-quaternary {
    border-color: #e2e8ed !important
}

.theme-slate .bt-primary, .theme-slate.bt-primary {
    border-top-color: #29434e !important
}

.theme-slate .bt-secondary, .theme-slate.bt-secondary {
    border-top-color: #7e9ba5 !important
}

.theme-slate .bt-tertiary, .theme-slate.bt-tertiary {
    border-top-color: #b6c6d2 !important
}

.theme-slate .bt-quaternary, .theme-slate.bt-quaternary {
    border-top-color: #e2e8ed !important
}

.theme-slate .br-primary, .theme-slate.br-primary {
    border-right-color: #29434e !important
}

.theme-slate .br-secondary, .theme-slate.br-secondary {
    border-right-color: #7e9ba5 !important
}

.theme-slate .br-tertiary, .theme-slate.br-tertiary {
    border-right-color: #b6c6d2 !important
}

.theme-slate .br-quaternary, .theme-slate.br-quaternary {
    border-right-color: #e2e8ed !important
}

.theme-slate .bb-primary, .theme-slate.bb-primary {
    border-bottom-color: #29434e !important
}

.theme-slate .bb-secondary, .theme-slate.bb-secondary {
    border-bottom-color: #7e9ba5 !important
}

.theme-slate .bb-tertiary, .theme-slate.bb-tertiary {
    border-bottom-color: #b6c6d2 !important
}

.theme-slate .bb-quaternary, .theme-slate.bb-quaternary {
    border-bottom-color: #e2e8ed !important
}

.theme-slate .bl-primary, .theme-slate.bl-primary {
    border-left-color: #29434e !important
}

.theme-slate .bl-secondary, .theme-slate.bl-secondary {
    border-left-color: #7e9ba5 !important
}

.theme-slate .bl-tertiary, .theme-slate.bl-tertiary {
    border-left-color: #b6c6d2 !important
}

.theme-slate .bl-quaternary, .theme-slate.bl-quaternary {
    border-left-color: #e2e8ed !important
}

.theme-slate .c-primary, .theme-slate .text-primary, .theme-slate.c-primary, .theme-slate.text-primary {
    color: #29434e !important
}

.theme-slate .primary li.checked::before, .theme-slate .primary li::before {
    color: #29434e !important
}

.theme-slate .alert-primary svg {
    fill: #7e9ba5
}

.theme-slate .cdc-timeline svg {
    fill: #29434e
}

.theme-slate .tabs-horizontal.nav-tabs .nav-link.active {
    border-bottom: 3px solid #29434e
}

.theme-slate .yamm .dropdown-item:hover {
    border-left: 4px solid #29434e
}

.theme-slate .yamm .dropdown-item:active {
    border-left: 4px solid #29434e;
    background-color: #f8f9fa
}

.theme-slate .yamm .nav-item.dropdown.show a.nav-link, .theme-slate .yamm .nav-link:hover {
    background: #7e9ba5
}

.theme-slate .tabs-vertical .nav-link.active {
    border-bottom: 3px solid #29434e
}

.theme-slate .nav-tabs .nav-link.active, .theme-slate .nav-tabs .nav-link:hover {
    border-top: 3px solid #29434e;
    font-weight: 700
}

.theme-slate .nav-pills .nav-link.active {
    border-bottom: 3px solid #7e9ba5
}

.theme-slate .gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .theme-slate .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    color: #29434e
}

.theme-slate .gj-datepicker-bootstrap button {
    background-color: #fff;
    border-color: #bdbdbd !important;
    margin-left: 1px
}

.theme-slate .gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: #29434e !important;
    border-color: #29434e !important
}

.theme-slate .table.table-dark {
    background-color: #29434e
}

.theme-slate .table .thead-light th {
    background-color: #7e9ba5
}

.theme-slate .table .thead-dark th {
    background-color: #29434e;
    border-color: #29434e;
    color: #fff
}

.theme-slate .table.table-striped-dark tbody tr:nth-of-type(odd) {
    background-color: #29434e;
    color: #fff
}

.theme-slate .table.table-striped-light tbody tr:nth-of-type(odd) {
    background-color: #7e9ba5;
    color: #000
}

.theme-slate .table.table-hover-dark tbody tr:hover {
    background-color: #29434e;
    color: #fff
}

.theme-slate .table.table-hover-light tbody tr:hover {
    background-color: #7e9ba5;
    color: #000
}

.theme-slate .audio-player .btn-primary, .theme-slate .audio-player .btn-secondary {
    background-color: #f0f0f0;
    border-color: #f0f0f0
}

    .theme-slate .audio-player .btn-primary:active, .theme-slate .audio-player .btn-primary:focus, .theme-slate .audio-player .btn-primary:hover, .theme-slate .audio-player .btn-primary:not(:disabled):not(.disabled):active, .theme-slate .audio-player .btn-secondary:active, .theme-slate .audio-player .btn-secondary:focus, .theme-slate .audio-player .btn-secondary:hover, .theme-slate .audio-player .btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #d7d7d7;
        border-color: #d7d7d7
    }

    .theme-slate .audio-player .btn-primary .volume-range-button input, .theme-slate .audio-player .btn-secondary .volume-range-button input {
        margin-bottom: 10px !important
    }

    .theme-slate .audio-player .btn-primary svg, .theme-slate .audio-player .btn-secondary svg {
        fill: #333
    }

    .theme-slate .audio-player .btn-primary .fi, .theme-slate .audio-player .btn-secondary .fi {
        color: #333;
        vertical-align: middle
    }

.theme-slate a .btn-primary:hover, .theme-slate a.btn-primary:hover {
    background-color: #20353d
}

.theme-slate a .btn-secondary:hover, .theme-slate a.btn-secondary:hover {
    background-color: #6f8f9b
}

.theme-slate a .btn-tertiary:hover, .theme-slate a.btn-tertiary:hover {
    background-color: #a6bac8
}

.theme-slate a .btn-quaternary:hover, .theme-slate a.btn-quaternary:hover {
    background-color: #d2dce3
}

.theme-slate a.bg-primary.nav-btn:focus, .theme-slate a.bg-primary.nav-btn:hover {
    background-color: #29434e !important
}

.theme-slate a.bg-secondary.nav-btn:focus, .theme-slate a.bg-secondary.nav-btn:hover {
    background-color: #7e9ba5 !important
}

.theme-slate .btn-primary, .theme-slate.btn-primary {
    background-color: #29434e;
    border-color: #29434e;
    color: #fff
}

    .theme-slate .btn-primary .file-details, .theme-slate.btn-primary .file-details {
        color: #fff
    }

    .theme-slate .btn-primary svg, .theme-slate.btn-primary svg {
        fill: #fff
    }

    .theme-slate .btn-primary:hover, .theme-slate.btn-primary:hover {
        background-color: #20353d
    }

    .theme-slate .btn-primary:focus, .theme-slate .btn-primary:not(:disabled):not(.disabled).active, .theme-slate .btn-primary:not(:disabled):not(.disabled):active, .theme-slate.btn-primary:focus, .theme-slate.btn-primary:not(:disabled):not(.disabled).active, .theme-slate.btn-primary:not(:disabled):not(.disabled):active {
        background-color: #29434e;
        border-color: #29434e
    }

.theme-slate .show .btn-primary.dropdown-toggle {
    background-color: #29434e;
    border-color: #29434e
}

.theme-slate .btn-secondary, .theme-slate.btn-secondary {
    background-color: #7e9ba5;
    border-color: #7e9ba5;
    color: #000
}

    .theme-slate .btn-secondary .file-details, .theme-slate.btn-secondary .file-details {
        color: #000
    }

    .theme-slate .btn-secondary svg, .theme-slate.btn-secondary svg {
        fill: #000
    }

    .theme-slate .btn-secondary:hover, .theme-slate.btn-secondary:hover {
        background-color: #6f8f9b;
        border-color: #6f8f9b;
        color: #000
    }

    .theme-slate .btn-secondary:focus, .theme-slate .btn-secondary:not(:disabled):not(.disabled).active, .theme-slate .btn-secondary:not(:disabled):not(.disabled):active, .theme-slate.btn-secondary:focus, .theme-slate.btn-secondary:not(:disabled):not(.disabled).active, .theme-slate.btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #7e9ba5;
        border-color: #7e9ba5;
        color: #000
    }

.theme-slate .btn-tertiary, .theme-slate.btn-tertiary {
    background-color: #b6c6d2;
    border-color: #b6c6d2;
    color: #075290
}

    .theme-slate .btn-tertiary .file-details, .theme-slate.btn-tertiary .file-details {
        color: #000
    }

    .theme-slate .btn-tertiary svg, .theme-slate.btn-tertiary svg {
        fill: #005eaa
    }

    .theme-slate .btn-tertiary:hover, .theme-slate.btn-tertiary:hover {
        background-color: #a6bac8;
        border-color: #a6bac8
    }

    .theme-slate .btn-tertiary:focus, .theme-slate .btn-tertiary:not(:disabled):not(.disabled).active, .theme-slate .btn-tertiary:not(:disabled):not(.disabled):active, .theme-slate.btn-tertiary:focus, .theme-slate.btn-tertiary:not(:disabled):not(.disabled).active, .theme-slate.btn-tertiary:not(:disabled):not(.disabled):active {
        background-color: #b6c6d2;
        border-color: #b6c6d2
    }

.theme-slate .btn-quaternary, .theme-slate.btn-quaternary {
    background-color: #e2e8ed;
    border-color: #e2e8ed;
    color: #000
}

    .theme-slate .btn-quaternary .file-details, .theme-slate.btn-quaternary .file-details {
        color: #000
    }

    .theme-slate .btn-quaternary svg, .theme-slate.btn-quaternary svg {
        fill: #005eaa
    }

    .theme-slate .btn-quaternary:hover, .theme-slate.btn-quaternary:hover {
        background-color: #d2dce3;
        border-color: #d2dce3
    }

    .theme-slate .btn-quaternary:focus, .theme-slate .btn-quaternary:not(:disabled):not(.disabled).active, .theme-slate .btn-quaternary:not(:disabled):not(.disabled):active, .theme-slate.btn-quaternary:focus, .theme-slate.btn-quaternary:not(:disabled):not(.disabled).active, .theme-slate.btn-quaternary:not(:disabled):not(.disabled):active {
        background-color: #e2e8ed;
        border-color: #e2e8ed
    }

.theme-slate .list-group-item.active {
    background-color: #29434e;
    border-color: #29434e
}

.theme-slate .list-group-item.list-group-item-primary {
    background-color: #29434e;
    color: #fff
}

.theme-slate .list-group-item.list-group-item-secondary {
    background-color: #7e9ba5;
    color: #000
}

.theme-slate .radioBtn-styled .form-check input:checked ~ .checkmark {
    background-color: #29434e
}

.theme-slate .radioBtn-styled .form-check .checkmark::after {
    background-color: #29434e
}

.theme-slate .checkbox-list.primary .fi {
    color: #29434e
}

.theme-slate .accordion .card-header {
    border-left-color: #29434e;
    color: #29434e
}

    .theme-slate .accordion .card-header:hover {
        border-left-color: #29434e !important;
        color: #29434e !important
    }

.theme-slate .dropdown-menu-search svg .fill-p, .theme-slate .dropdown-menu-search svg.fill-p {
    fill: #005eaa
}

.theme-slate .fill-p, .theme-slate svg .fill-p, .theme-slate svg.fill-p {
    fill: #29434e
}

    .theme-slate .fill-p::before, .theme-slate svg .fill-p::before, .theme-slate svg.fill-p::before {
        color: #29434e
    }

.theme-slate .fill-s, .theme-slate svg .fill-s, .theme-slate svg.fill-s {
    fill: #7e9ba5
}

    .theme-slate .fill-s::before, .theme-slate svg .fill-s::before, .theme-slate svg.fill-s::before {
        color: #7e9ba5
    }

.theme-slate .fill-t, .theme-slate svg .fill-t, .theme-slate svg.fill-t {
    fill: #b6c6d2
}

    .theme-slate .fill-t::before, .theme-slate svg .fill-t::before, .theme-slate svg.fill-t::before {
        color: #b6c6d2
    }

.theme-slate .fill-q, .theme-slate svg .fill-q, .theme-slate svg.fill-q {
    fill: #e2e8ed
}

    .theme-slate .fill-q::before, .theme-slate svg .fill-q::before, .theme-slate svg.fill-q::before {
        color: #e2e8ed
    }

.theme-slate .nav-pills .nav-link.active, .theme-slate .nav-pills .show > .nav-link {
    background-color: #29434e;
    color: #fff
}

.theme-slate .mobile-section-nav li a:active, .theme-slate .mobile-section-nav li a:hover, .theme-slate nav ul.tp-nav-main li a:active, .theme-slate nav ul.tp-nav-main li a:hover {
    border-left: 4px solid #29434e;
    background-color: #f5f5f5;
    color: #29434e
}

.theme-slate .mobile-section-nav {
    border-top: 3px solid #7e9ba5
}

    .theme-slate .mobile-section-nav #svg-down {
        background-color: #29434e
    }

    .theme-slate .mobile-section-nav nav .dropdown .list-group a.selected {
        border-left: 4px solid #29434e
    }

.theme-slate nav .nav-section-home {
    border-top-color: #29434e
}

    .theme-slate nav .nav-section-home svg {
        fill: #29434e
    }

    .theme-slate nav .nav-section-home .fi {
        color: #29434e
    }

    .theme-slate nav .nav-section-home.selected {
        border-left: 4px solid #29434e;
        background-color: #f5f5f5
    }

    .theme-slate nav .nav-section-home:hover {
        background-color: #f5f5f5;
        border-left: 4px solid #29434e
    }

        .theme-slate nav .nav-section-home:hover a {
            color: #29434e
        }

    .theme-slate nav .nav-section-home a {
        text-decoration: none
    }

.theme-slate nav .mobile-section-nav li a.nav-minus, .theme-slate nav .mobile-section-nav li a.nav-minus:hover, .theme-slate nav .mobile-section-nav li a.nav-plus, .theme-slate nav .mobile-section-nav li a.nav-plus:hover, .theme-slate nav ul.tp-nav-main li a.nav-minus, .theme-slate nav ul.tp-nav-main li a.nav-minus:hover, .theme-slate nav ul.tp-nav-main li a.nav-plus, .theme-slate nav ul.tp-nav-main li a.nav-plus:hover {
    background-color: transparent;
    border-width: 0
}

.theme-slate nav .mobile-section-nav li.active, .theme-slate nav ul.tp-nav-main li.active {
    background-color: #fff
}

    .theme-slate nav .mobile-section-nav li.active > a:first-child, .theme-slate nav ul.tp-nav-main li.active > a:first-child {
        border-left-color: #29434e
    }

    .theme-slate nav .mobile-section-nav li.active a:hover, .theme-slate nav ul.tp-nav-main li.active a:hover {
        border-left-color: #29434e;
        background-color: #f5f5f5
    }

    .theme-slate nav .mobile-section-nav li.active a.nav-minus:hover, .theme-slate nav .mobile-section-nav li.active a.nav-minus:link, .theme-slate nav .mobile-section-nav li.active a.nav-plus:hover, .theme-slate nav .mobile-section-nav li.active a.nav-plus:link, .theme-slate nav ul.tp-nav-main li.active a.nav-minus:hover, .theme-slate nav ul.tp-nav-main li.active a.nav-minus:link, .theme-slate nav ul.tp-nav-main li.active a.nav-plus:hover, .theme-slate nav ul.tp-nav-main li.active a.nav-plus:link {
        background-color: transparent;
        border-width: 0
    }

    .theme-slate nav .mobile-section-nav li.active ul li, .theme-slate nav ul.tp-nav-main li.active ul li {
        border-left-color: #7e9ba5
    }

        .theme-slate nav .mobile-section-nav li.active ul li a:active, .theme-slate nav .mobile-section-nav li.active ul li a:link, .theme-slate nav .mobile-section-nav li.active ul li a:visited, .theme-slate nav ul.tp-nav-main li.active ul li a:active, .theme-slate nav ul.tp-nav-main li.active ul li a:link, .theme-slate nav ul.tp-nav-main li.active ul li a:visited {
            font-weight: 400;
            border-left: 4px solid #f5f5f5;
            border-left: 4px solid #7e9ba5
        }

        .theme-slate nav .mobile-section-nav li.active ul li a:hover, .theme-slate nav ul.tp-nav-main li.active ul li a:hover {
            background-color: #f5f5f5;
            color: #29434e
        }

        .theme-slate nav .mobile-section-nav li.active ul li.selected > a:first-child, .theme-slate nav ul.tp-nav-main li.active ul li.selected > a:first-child {
            font-weight: 700;
            background-color: #f5f5f5
        }

        .theme-slate nav .mobile-section-nav li.active ul li.selected a[data-toggle=collapse]:hover, .theme-slate nav ul.tp-nav-main li.active ul li.selected a[data-toggle=collapse]:hover {
            border-left-color: #f5f5f5
        }

        .theme-slate nav .mobile-section-nav li.active ul li.active, .theme-slate nav ul.tp-nav-main li.active ul li.active {
            border-left-color: #7e9ba5
        }

            .theme-slate nav .mobile-section-nav li.active ul li.active > a:first-child, .theme-slate nav ul.tp-nav-main li.active ul li.active > a:first-child {
                font-weight: 700
            }

        .theme-slate nav .mobile-section-nav li.active ul li ul li > a:first-child, .theme-slate nav ul.tp-nav-main li.active ul li ul li > a:first-child {
            border-left-color: #c6d2dc
        }

.theme-slate nav .mobile-section-nav li.selected > a:first-child, .theme-slate nav ul.tp-nav-main li.selected > a:first-child {
    font-weight: 700;
    background-color: #f5f5f5;
    color: #29434e
}

.theme-slate nav .mobile-section-nav li.selected.active > a:first-child, .theme-slate nav ul.tp-nav-main li.selected.active > a:first-child {
    font-weight: 700
}

.theme-slate nav .mobile-section-nav li.selected.active > a, .theme-slate nav ul.tp-nav-main li.selected.active > a {
    background-color: #f5f5f5
}

.theme-slate nav .mobile-section-nav a.mobile-section-nav-foot {
    background-color: #29434e
}

    .theme-slate nav .mobile-section-nav a.mobile-section-nav-foot:hover {
        background-color: #20353d
    }

.theme-slate nav .mobile-section-nav li.selected > a:first-child {
    border-left-color: #29434e
}

.theme-slate .pagination li.active a {
    background-color: #29434e !important;
    border-color: #29434e !important
}

.theme-indigo .site-title {
    background-color: #26418f;
    color: #fff;
    border-bottom: 3px solid #92a6dd
}

    .theme-indigo .site-title .tagline {
        color: #fff
    }

.theme-indigo .alert-primary, .theme-indigo .bg-primary, .theme-indigo.bg-primary {
    background-color: #26418f !important;
    color: #fff !important
}

    .theme-indigo .alert-primary a:not(.btn), .theme-indigo .bg-primary a:not(.btn), .theme-indigo.bg-primary a:not(.btn) {
        color: #fff
    }

        .theme-indigo .alert-primary a:not(.btn) .file-details, .theme-indigo .bg-primary a:not(.btn) .file-details, .theme-indigo.bg-primary a:not(.btn) .file-details {
            color: #fff
        }

    .theme-indigo .alert-primary svg, .theme-indigo .bg-primary svg, .theme-indigo.bg-primary svg {
        fill: #fff
    }

    .theme-indigo .alert-primary .card-header a, .theme-indigo .bg-primary .card-header a, .theme-indigo.bg-primary .card-header a {
        color: #fff
    }

.theme-indigo .alert-secondary, .theme-indigo .bg-secondary, .theme-indigo.bg-secondary {
    background-color: #92a6dd !important;
    color: #000 !important
}

    .theme-indigo .alert-secondary a:not(.btn), .theme-indigo .bg-secondary a:not(.btn), .theme-indigo.bg-secondary a:not(.btn) {
        color: #000
    }

    .theme-indigo .alert-secondary svg, .theme-indigo .bg-secondary svg, .theme-indigo.bg-secondary svg {
        fill: #000
    }

.theme-indigo .bg-tertiary, .theme-indigo.bg-tertiary {
    background-color: #dee8ff !important;
    color: #000
}

    .theme-indigo .bg-tertiary.card-header a, .theme-indigo.bg-tertiary.card-header a {
        color: #000
    }

.theme-indigo .bg-quaternary, .theme-indigo.bg-quaternary {
    background-color: #f2f6ff !important;
    color: #000
}

    .theme-indigo .bg-quaternary.card-header a, .theme-indigo.bg-quaternary.card-header a {
        color: #000
    }

.theme-indigo .b-primary, .theme-indigo.b-primary {
    border-color: #26418f !important
}

.theme-indigo .b-secondary, .theme-indigo.b-secondary {
    border-color: #92a6dd !important
}

.theme-indigo .b-tertiary, .theme-indigo.b-tertiary {
    border-color: #dee8ff !important
}

.theme-indigo .b-quaternary, .theme-indigo.b-quaternary {
    border-color: #f2f6ff !important
}

.theme-indigo .bt-primary, .theme-indigo.bt-primary {
    border-top-color: #26418f !important
}

.theme-indigo .bt-secondary, .theme-indigo.bt-secondary {
    border-top-color: #92a6dd !important
}

.theme-indigo .bt-tertiary, .theme-indigo.bt-tertiary {
    border-top-color: #dee8ff !important
}

.theme-indigo .bt-quaternary, .theme-indigo.bt-quaternary {
    border-top-color: #f2f6ff !important
}

.theme-indigo .br-primary, .theme-indigo.br-primary {
    border-right-color: #26418f !important
}

.theme-indigo .br-secondary, .theme-indigo.br-secondary {
    border-right-color: #92a6dd !important
}

.theme-indigo .br-tertiary, .theme-indigo.br-tertiary {
    border-right-color: #dee8ff !important
}

.theme-indigo .br-quaternary, .theme-indigo.br-quaternary {
    border-right-color: #f2f6ff !important
}

.theme-indigo .bb-primary, .theme-indigo.bb-primary {
    border-bottom-color: #26418f !important
}

.theme-indigo .bb-secondary, .theme-indigo.bb-secondary {
    border-bottom-color: #92a6dd !important
}

.theme-indigo .bb-tertiary, .theme-indigo.bb-tertiary {
    border-bottom-color: #dee8ff !important
}

.theme-indigo .bb-quaternary, .theme-indigo.bb-quaternary {
    border-bottom-color: #f2f6ff !important
}

.theme-indigo .bl-primary, .theme-indigo.bl-primary {
    border-left-color: #26418f !important
}

.theme-indigo .bl-secondary, .theme-indigo.bl-secondary {
    border-left-color: #92a6dd !important
}

.theme-indigo .bl-tertiary, .theme-indigo.bl-tertiary {
    border-left-color: #dee8ff !important
}

.theme-indigo .bl-quaternary, .theme-indigo.bl-quaternary {
    border-left-color: #f2f6ff !important
}

.theme-indigo .c-primary, .theme-indigo .text-primary, .theme-indigo.c-primary, .theme-indigo.text-primary {
    color: #26418f !important
}

.theme-indigo .primary li.checked::before, .theme-indigo .primary li::before {
    color: #26418f !important
}

.theme-indigo .alert-primary svg {
    fill: #92a6dd
}

.theme-indigo .cdc-timeline svg {
    fill: #26418f
}

.theme-indigo .tabs-horizontal.nav-tabs .nav-link.active {
    border-bottom: 3px solid #26418f
}

.theme-indigo .yamm .dropdown-item:hover {
    border-left: 4px solid #26418f
}

.theme-indigo .yamm .dropdown-item:active {
    border-left: 4px solid #26418f;
    background-color: #f8f9fa
}

.theme-indigo .yamm .nav-item.dropdown.show a.nav-link, .theme-indigo .yamm .nav-link:hover {
    background: #92a6dd
}

.theme-indigo .tabs-vertical .nav-link.active {
    border-bottom: 3px solid #26418f
}

.theme-indigo .nav-tabs .nav-link.active, .theme-indigo .nav-tabs .nav-link:hover {
    border-top: 3px solid #26418f;
    font-weight: 700
}

.theme-indigo .nav-pills .nav-link.active {
    border-bottom: 3px solid #92a6dd
}

.theme-indigo .gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .theme-indigo .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    color: #26418f
}

.theme-indigo .gj-datepicker-bootstrap button {
    background-color: #fff;
    border-color: #bdbdbd !important;
    margin-left: 1px
}

.theme-indigo .gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: #26418f !important;
    border-color: #26418f !important
}

.theme-indigo .table.table-dark {
    background-color: #26418f
}

.theme-indigo .table .thead-light th {
    background-color: #92a6dd
}

.theme-indigo .table .thead-dark th {
    background-color: #26418f;
    border-color: #26418f;
    color: #fff
}

.theme-indigo .table.table-striped-dark tbody tr:nth-of-type(odd) {
    background-color: #26418f;
    color: #fff
}

.theme-indigo .table.table-striped-light tbody tr:nth-of-type(odd) {
    background-color: #92a6dd;
    color: #000
}

.theme-indigo .table.table-hover-dark tbody tr:hover {
    background-color: #26418f;
    color: #fff
}

.theme-indigo .table.table-hover-light tbody tr:hover {
    background-color: #92a6dd;
    color: #000
}

.theme-indigo .audio-player .btn-primary, .theme-indigo .audio-player .btn-secondary {
    background-color: #f0f0f0;
    border-color: #f0f0f0
}

    .theme-indigo .audio-player .btn-primary:active, .theme-indigo .audio-player .btn-primary:focus, .theme-indigo .audio-player .btn-primary:hover, .theme-indigo .audio-player .btn-primary:not(:disabled):not(.disabled):active, .theme-indigo .audio-player .btn-secondary:active, .theme-indigo .audio-player .btn-secondary:focus, .theme-indigo .audio-player .btn-secondary:hover, .theme-indigo .audio-player .btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #d7d7d7;
        border-color: #d7d7d7
    }

    .theme-indigo .audio-player .btn-primary .volume-range-button input, .theme-indigo .audio-player .btn-secondary .volume-range-button input {
        margin-bottom: 10px !important
    }

    .theme-indigo .audio-player .btn-primary svg, .theme-indigo .audio-player .btn-secondary svg {
        fill: #333
    }

    .theme-indigo .audio-player .btn-primary .fi, .theme-indigo .audio-player .btn-secondary .fi {
        color: #333;
        vertical-align: middle
    }

.theme-indigo a .btn-primary:hover, .theme-indigo a.btn-primary:hover {
    background-color: #21387b
}

.theme-indigo a .btn-secondary:hover, .theme-indigo a.btn-secondary:hover {
    background-color: #7f96d7
}

.theme-indigo a .btn-tertiary:hover, .theme-indigo a.btn-tertiary:hover {
    background-color: #c5d6ff
}

.theme-indigo a .btn-quaternary:hover, .theme-indigo a.btn-quaternary:hover {
    background-color: #d9e4ff
}

.theme-indigo a.bg-primary.nav-btn:focus, .theme-indigo a.bg-primary.nav-btn:hover {
    background-color: #26418f !important
}

.theme-indigo a.bg-secondary.nav-btn:focus, .theme-indigo a.bg-secondary.nav-btn:hover {
    background-color: #92a6dd !important
}

.theme-indigo .btn-primary, .theme-indigo.btn-primary {
    background-color: #26418f;
    border-color: #26418f;
    color: #fff
}

    .theme-indigo .btn-primary .file-details, .theme-indigo.btn-primary .file-details {
        color: #fff
    }

    .theme-indigo .btn-primary svg, .theme-indigo.btn-primary svg {
        fill: #fff
    }

    .theme-indigo .btn-primary:hover, .theme-indigo.btn-primary:hover {
        background-color: #21387b
    }

    .theme-indigo .btn-primary:focus, .theme-indigo .btn-primary:not(:disabled):not(.disabled).active, .theme-indigo .btn-primary:not(:disabled):not(.disabled):active, .theme-indigo.btn-primary:focus, .theme-indigo.btn-primary:not(:disabled):not(.disabled).active, .theme-indigo.btn-primary:not(:disabled):not(.disabled):active {
        background-color: #26418f;
        border-color: #26418f
    }

.theme-indigo .show .btn-primary.dropdown-toggle {
    background-color: #26418f;
    border-color: #26418f
}

.theme-indigo .btn-secondary, .theme-indigo.btn-secondary {
    background-color: #92a6dd;
    border-color: #92a6dd;
    color: #000
}

    .theme-indigo .btn-secondary .file-details, .theme-indigo.btn-secondary .file-details {
        color: #000
    }

    .theme-indigo .btn-secondary svg, .theme-indigo.btn-secondary svg {
        fill: #000
    }

    .theme-indigo .btn-secondary:hover, .theme-indigo.btn-secondary:hover {
        background-color: #7f96d7;
        border-color: #7f96d7;
        color: #000
    }

    .theme-indigo .btn-secondary:focus, .theme-indigo .btn-secondary:not(:disabled):not(.disabled).active, .theme-indigo .btn-secondary:not(:disabled):not(.disabled):active, .theme-indigo.btn-secondary:focus, .theme-indigo.btn-secondary:not(:disabled):not(.disabled).active, .theme-indigo.btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #92a6dd;
        border-color: #92a6dd;
        color: #000
    }

.theme-indigo .btn-tertiary, .theme-indigo.btn-tertiary {
    background-color: #dee8ff;
    border-color: #dee8ff;
    color: #075290
}

    .theme-indigo .btn-tertiary .file-details, .theme-indigo.btn-tertiary .file-details {
        color: #000
    }

    .theme-indigo .btn-tertiary svg, .theme-indigo.btn-tertiary svg {
        fill: #005eaa
    }

    .theme-indigo .btn-tertiary:hover, .theme-indigo.btn-tertiary:hover {
        background-color: #c5d6ff;
        border-color: #c5d6ff
    }

    .theme-indigo .btn-tertiary:focus, .theme-indigo .btn-tertiary:not(:disabled):not(.disabled).active, .theme-indigo .btn-tertiary:not(:disabled):not(.disabled):active, .theme-indigo.btn-tertiary:focus, .theme-indigo.btn-tertiary:not(:disabled):not(.disabled).active, .theme-indigo.btn-tertiary:not(:disabled):not(.disabled):active {
        background-color: #dee8ff;
        border-color: #dee8ff
    }

.theme-indigo .btn-quaternary, .theme-indigo.btn-quaternary {
    background-color: #f2f6ff;
    border-color: #f2f6ff;
    color: #000
}

    .theme-indigo .btn-quaternary .file-details, .theme-indigo.btn-quaternary .file-details {
        color: #000
    }

    .theme-indigo .btn-quaternary svg, .theme-indigo.btn-quaternary svg {
        fill: #005eaa
    }

    .theme-indigo .btn-quaternary:hover, .theme-indigo.btn-quaternary:hover {
        background-color: #d9e4ff;
        border-color: #d9e4ff
    }

    .theme-indigo .btn-quaternary:focus, .theme-indigo .btn-quaternary:not(:disabled):not(.disabled).active, .theme-indigo .btn-quaternary:not(:disabled):not(.disabled):active, .theme-indigo.btn-quaternary:focus, .theme-indigo.btn-quaternary:not(:disabled):not(.disabled).active, .theme-indigo.btn-quaternary:not(:disabled):not(.disabled):active {
        background-color: #f2f6ff;
        border-color: #f2f6ff
    }

.theme-indigo .list-group-item.active {
    background-color: #26418f;
    border-color: #26418f
}

.theme-indigo .list-group-item.list-group-item-primary {
    background-color: #26418f;
    color: #fff
}

.theme-indigo .list-group-item.list-group-item-secondary {
    background-color: #92a6dd;
    color: #000
}

.theme-indigo .radioBtn-styled .form-check input:checked ~ .checkmark {
    background-color: #26418f
}

.theme-indigo .radioBtn-styled .form-check .checkmark::after {
    background-color: #26418f
}

.theme-indigo .checkbox-list.primary .fi {
    color: #26418f
}

.theme-indigo .accordion .card-header {
    border-left-color: #26418f;
    color: #26418f
}

    .theme-indigo .accordion .card-header:hover {
        border-left-color: #26418f !important;
        color: #26418f !important
    }

.theme-indigo .dropdown-menu-search svg .fill-p, .theme-indigo .dropdown-menu-search svg.fill-p {
    fill: #005eaa
}

.theme-indigo .fill-p, .theme-indigo svg .fill-p, .theme-indigo svg.fill-p {
    fill: #26418f
}

    .theme-indigo .fill-p::before, .theme-indigo svg .fill-p::before, .theme-indigo svg.fill-p::before {
        color: #26418f
    }

.theme-indigo .fill-s, .theme-indigo svg .fill-s, .theme-indigo svg.fill-s {
    fill: #92a6dd
}

    .theme-indigo .fill-s::before, .theme-indigo svg .fill-s::before, .theme-indigo svg.fill-s::before {
        color: #92a6dd
    }

.theme-indigo .fill-t, .theme-indigo svg .fill-t, .theme-indigo svg.fill-t {
    fill: #dee8ff
}

    .theme-indigo .fill-t::before, .theme-indigo svg .fill-t::before, .theme-indigo svg.fill-t::before {
        color: #dee8ff
    }

.theme-indigo .fill-q, .theme-indigo svg .fill-q, .theme-indigo svg.fill-q {
    fill: #f2f6ff
}

    .theme-indigo .fill-q::before, .theme-indigo svg .fill-q::before, .theme-indigo svg.fill-q::before {
        color: #f2f6ff
    }

.theme-indigo .nav-pills .nav-link.active, .theme-indigo .nav-pills .show > .nav-link {
    background-color: #26418f;
    color: #fff
}

.theme-indigo .mobile-section-nav li a:active, .theme-indigo .mobile-section-nav li a:hover, .theme-indigo nav ul.tp-nav-main li a:active, .theme-indigo nav ul.tp-nav-main li a:hover {
    border-left: 4px solid #26418f;
    background-color: #f5f5f5;
    color: #26418f
}

.theme-indigo .mobile-section-nav {
    border-top: 3px solid #92a6dd
}

    .theme-indigo .mobile-section-nav #svg-down {
        background-color: #26418f
    }

    .theme-indigo .mobile-section-nav nav .dropdown .list-group a.selected {
        border-left: 4px solid #26418f
    }

.theme-indigo nav .nav-section-home {
    border-top-color: #26418f
}

    .theme-indigo nav .nav-section-home svg {
        fill: #26418f
    }

    .theme-indigo nav .nav-section-home .fi {
        color: #26418f
    }

    .theme-indigo nav .nav-section-home.selected {
        border-left: 4px solid #26418f;
        background-color: #f5f5f5
    }

    .theme-indigo nav .nav-section-home:hover {
        background-color: #f5f5f5;
        border-left: 4px solid #26418f
    }

        .theme-indigo nav .nav-section-home:hover a {
            color: #26418f
        }

    .theme-indigo nav .nav-section-home a {
        text-decoration: none
    }

.theme-indigo nav .mobile-section-nav li a.nav-minus, .theme-indigo nav .mobile-section-nav li a.nav-minus:hover, .theme-indigo nav .mobile-section-nav li a.nav-plus, .theme-indigo nav .mobile-section-nav li a.nav-plus:hover, .theme-indigo nav ul.tp-nav-main li a.nav-minus, .theme-indigo nav ul.tp-nav-main li a.nav-minus:hover, .theme-indigo nav ul.tp-nav-main li a.nav-plus, .theme-indigo nav ul.tp-nav-main li a.nav-plus:hover {
    background-color: transparent;
    border-width: 0
}

.theme-indigo nav .mobile-section-nav li.active, .theme-indigo nav ul.tp-nav-main li.active {
    background-color: #fff
}

    .theme-indigo nav .mobile-section-nav li.active > a:first-child, .theme-indigo nav ul.tp-nav-main li.active > a:first-child {
        border-left-color: #26418f
    }

    .theme-indigo nav .mobile-section-nav li.active a:hover, .theme-indigo nav ul.tp-nav-main li.active a:hover {
        border-left-color: #26418f;
        background-color: #f5f5f5
    }

    .theme-indigo nav .mobile-section-nav li.active a.nav-minus:hover, .theme-indigo nav .mobile-section-nav li.active a.nav-minus:link, .theme-indigo nav .mobile-section-nav li.active a.nav-plus:hover, .theme-indigo nav .mobile-section-nav li.active a.nav-plus:link, .theme-indigo nav ul.tp-nav-main li.active a.nav-minus:hover, .theme-indigo nav ul.tp-nav-main li.active a.nav-minus:link, .theme-indigo nav ul.tp-nav-main li.active a.nav-plus:hover, .theme-indigo nav ul.tp-nav-main li.active a.nav-plus:link {
        background-color: transparent;
        border-width: 0
    }

    .theme-indigo nav .mobile-section-nav li.active ul li, .theme-indigo nav ul.tp-nav-main li.active ul li {
        border-left-color: #92a6dd
    }

        .theme-indigo nav .mobile-section-nav li.active ul li a:active, .theme-indigo nav .mobile-section-nav li.active ul li a:link, .theme-indigo nav .mobile-section-nav li.active ul li a:visited, .theme-indigo nav ul.tp-nav-main li.active ul li a:active, .theme-indigo nav ul.tp-nav-main li.active ul li a:link, .theme-indigo nav ul.tp-nav-main li.active ul li a:visited {
            font-weight: 400;
            border-left: 4px solid #f5f5f5;
            border-left: 4px solid #92a6dd
        }

        .theme-indigo nav .mobile-section-nav li.active ul li a:hover, .theme-indigo nav ul.tp-nav-main li.active ul li a:hover {
            background-color: #f5f5f5;
            color: #26418f
        }

        .theme-indigo nav .mobile-section-nav li.active ul li.selected > a:first-child, .theme-indigo nav ul.tp-nav-main li.active ul li.selected > a:first-child {
            font-weight: 700;
            background-color: #f5f5f5
        }

        .theme-indigo nav .mobile-section-nav li.active ul li.selected a[data-toggle=collapse]:hover, .theme-indigo nav ul.tp-nav-main li.active ul li.selected a[data-toggle=collapse]:hover {
            border-left-color: #f5f5f5
        }

        .theme-indigo nav .mobile-section-nav li.active ul li.active, .theme-indigo nav ul.tp-nav-main li.active ul li.active {
            border-left-color: #92a6dd
        }

            .theme-indigo nav .mobile-section-nav li.active ul li.active > a:first-child, .theme-indigo nav ul.tp-nav-main li.active ul li.active > a:first-child {
                font-weight: 700
            }

        .theme-indigo nav .mobile-section-nav li.active ul li ul li > a:first-child, .theme-indigo nav ul.tp-nav-main li.active ul li ul li > a:first-child {
            border-left-color: #f8faff
        }

.theme-indigo nav .mobile-section-nav li.selected > a:first-child, .theme-indigo nav ul.tp-nav-main li.selected > a:first-child {
    font-weight: 700;
    background-color: #f5f5f5;
    color: #26418f
}

.theme-indigo nav .mobile-section-nav li.selected.active > a:first-child, .theme-indigo nav ul.tp-nav-main li.selected.active > a:first-child {
    font-weight: 700
}

.theme-indigo nav .mobile-section-nav li.selected.active > a, .theme-indigo nav ul.tp-nav-main li.selected.active > a {
    background-color: #f5f5f5
}

.theme-indigo nav .mobile-section-nav a.mobile-section-nav-foot {
    background-color: #26418f
}

    .theme-indigo nav .mobile-section-nav a.mobile-section-nav-foot:hover {
        background-color: #21387b
    }

.theme-indigo nav .mobile-section-nav li.selected > a:first-child {
    border-left-color: #26418f
}

.theme-indigo .pagination li.active a {
    background-color: #26418f !important;
    border-color: #26418f !important
}

.theme-cyan .site-title {
    background-color: #007c91;
    color: #fff;
    border-bottom: 3px solid #65b0bd
}

    .theme-cyan .site-title .tagline {
        color: #fff
    }

.theme-cyan .alert-primary, .theme-cyan .bg-primary, .theme-cyan.bg-primary {
    background-color: #007c91 !important;
    color: #fff !important
}

    .theme-cyan .alert-primary a:not(.btn), .theme-cyan .bg-primary a:not(.btn), .theme-cyan.bg-primary a:not(.btn) {
        color: #fff
    }

        .theme-cyan .alert-primary a:not(.btn) .file-details, .theme-cyan .bg-primary a:not(.btn) .file-details, .theme-cyan.bg-primary a:not(.btn) .file-details {
            color: #fff
        }

    .theme-cyan .alert-primary svg, .theme-cyan .bg-primary svg, .theme-cyan.bg-primary svg {
        fill: #fff
    }

    .theme-cyan .alert-primary .card-header a, .theme-cyan .bg-primary .card-header a, .theme-cyan.bg-primary .card-header a {
        color: #fff
    }

.theme-cyan .alert-secondary, .theme-cyan .bg-secondary, .theme-cyan.bg-secondary {
    background-color: #65b0bd !important;
    color: #000 !important
}

    .theme-cyan .alert-secondary a:not(.btn), .theme-cyan .bg-secondary a:not(.btn), .theme-cyan.bg-secondary a:not(.btn) {
        color: #000
    }

    .theme-cyan .alert-secondary svg, .theme-cyan .bg-secondary svg, .theme-cyan.bg-secondary svg {
        fill: #000
    }

.theme-cyan .bg-tertiary, .theme-cyan.bg-tertiary {
    background-color: #cce5e9 !important;
    color: #000
}

    .theme-cyan .bg-tertiary.card-header a, .theme-cyan.bg-tertiary.card-header a {
        color: #000
    }

.theme-cyan .bg-quaternary, .theme-cyan.bg-quaternary {
    background-color: #ebf5f6 !important;
    color: #000
}

    .theme-cyan .bg-quaternary.card-header a, .theme-cyan.bg-quaternary.card-header a {
        color: #000
    }

.theme-cyan .b-primary, .theme-cyan.b-primary {
    border-color: #007c91 !important
}

.theme-cyan .b-secondary, .theme-cyan.b-secondary {
    border-color: #65b0bd !important
}

.theme-cyan .b-tertiary, .theme-cyan.b-tertiary {
    border-color: #cce5e9 !important
}

.theme-cyan .b-quaternary, .theme-cyan.b-quaternary {
    border-color: #ebf5f6 !important
}

.theme-cyan .bt-primary, .theme-cyan.bt-primary {
    border-top-color: #007c91 !important
}

.theme-cyan .bt-secondary, .theme-cyan.bt-secondary {
    border-top-color: #65b0bd !important
}

.theme-cyan .bt-tertiary, .theme-cyan.bt-tertiary {
    border-top-color: #cce5e9 !important
}

.theme-cyan .bt-quaternary, .theme-cyan.bt-quaternary {
    border-top-color: #ebf5f6 !important
}

.theme-cyan .br-primary, .theme-cyan.br-primary {
    border-right-color: #007c91 !important
}

.theme-cyan .br-secondary, .theme-cyan.br-secondary {
    border-right-color: #65b0bd !important
}

.theme-cyan .br-tertiary, .theme-cyan.br-tertiary {
    border-right-color: #cce5e9 !important
}

.theme-cyan .br-quaternary, .theme-cyan.br-quaternary {
    border-right-color: #ebf5f6 !important
}

.theme-cyan .bb-primary, .theme-cyan.bb-primary {
    border-bottom-color: #007c91 !important
}

.theme-cyan .bb-secondary, .theme-cyan.bb-secondary {
    border-bottom-color: #65b0bd !important
}

.theme-cyan .bb-tertiary, .theme-cyan.bb-tertiary {
    border-bottom-color: #cce5e9 !important
}

.theme-cyan .bb-quaternary, .theme-cyan.bb-quaternary {
    border-bottom-color: #ebf5f6 !important
}

.theme-cyan .bl-primary, .theme-cyan.bl-primary {
    border-left-color: #007c91 !important
}

.theme-cyan .bl-secondary, .theme-cyan.bl-secondary {
    border-left-color: #65b0bd !important
}

.theme-cyan .bl-tertiary, .theme-cyan.bl-tertiary {
    border-left-color: #cce5e9 !important
}

.theme-cyan .bl-quaternary, .theme-cyan.bl-quaternary {
    border-left-color: #ebf5f6 !important
}

.theme-cyan .c-primary, .theme-cyan .text-primary, .theme-cyan.c-primary, .theme-cyan.text-primary {
    color: #007c91 !important
}

.theme-cyan .primary li.checked::before, .theme-cyan .primary li::before {
    color: #007c91 !important
}

.theme-cyan .alert-primary svg {
    fill: #65b0bd
}

.theme-cyan .cdc-timeline svg {
    fill: #007c91
}

.theme-cyan .tabs-horizontal.nav-tabs .nav-link.active {
    border-bottom: 3px solid #007c91
}

.theme-cyan .yamm .dropdown-item:hover {
    border-left: 4px solid #007c91
}

.theme-cyan .yamm .dropdown-item:active {
    border-left: 4px solid #007c91;
    background-color: #f8f9fa
}

.theme-cyan .yamm .nav-item.dropdown.show a.nav-link, .theme-cyan .yamm .nav-link:hover {
    background: #65b0bd
}

.theme-cyan .tabs-vertical .nav-link.active {
    border-bottom: 3px solid #007c91
}

.theme-cyan .nav-tabs .nav-link.active, .theme-cyan .nav-tabs .nav-link:hover {
    border-top: 3px solid #007c91;
    font-weight: 700
}

.theme-cyan .nav-pills .nav-link.active {
    border-bottom: 3px solid #65b0bd
}

.theme-cyan .gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .theme-cyan .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    color: #007c91
}

.theme-cyan .gj-datepicker-bootstrap button {
    background-color: #fff;
    border-color: #bdbdbd !important;
    margin-left: 1px
}

.theme-cyan .gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: #007c91 !important;
    border-color: #007c91 !important
}

.theme-cyan .table.table-dark {
    background-color: #007c91
}

.theme-cyan .table .thead-light th {
    background-color: #65b0bd
}

.theme-cyan .table .thead-dark th {
    background-color: #007c91;
    border-color: #007c91;
    color: #fff
}

.theme-cyan .table.table-striped-dark tbody tr:nth-of-type(odd) {
    background-color: #007c91;
    color: #fff
}

.theme-cyan .table.table-striped-light tbody tr:nth-of-type(odd) {
    background-color: #65b0bd;
    color: #000
}

.theme-cyan .table.table-hover-dark tbody tr:hover {
    background-color: #007c91;
    color: #fff
}

.theme-cyan .table.table-hover-light tbody tr:hover {
    background-color: #65b0bd;
    color: #000
}

.theme-cyan .audio-player .btn-primary, .theme-cyan .audio-player .btn-secondary {
    background-color: #f0f0f0;
    border-color: #f0f0f0
}

    .theme-cyan .audio-player .btn-primary:active, .theme-cyan .audio-player .btn-primary:focus, .theme-cyan .audio-player .btn-primary:hover, .theme-cyan .audio-player .btn-primary:not(:disabled):not(.disabled):active, .theme-cyan .audio-player .btn-secondary:active, .theme-cyan .audio-player .btn-secondary:focus, .theme-cyan .audio-player .btn-secondary:hover, .theme-cyan .audio-player .btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #d7d7d7;
        border-color: #d7d7d7
    }

    .theme-cyan .audio-player .btn-primary .volume-range-button input, .theme-cyan .audio-player .btn-secondary .volume-range-button input {
        margin-bottom: 10px !important
    }

    .theme-cyan .audio-player .btn-primary svg, .theme-cyan .audio-player .btn-secondary svg {
        fill: #333
    }

    .theme-cyan .audio-player .btn-primary .fi, .theme-cyan .audio-player .btn-secondary .fi {
        color: #333;
        vertical-align: middle
    }

.theme-cyan a .btn-primary:hover, .theme-cyan a.btn-primary:hover {
    background-color: #006678
}

.theme-cyan a .btn-secondary:hover, .theme-cyan a.btn-secondary:hover {
    background-color: #53a7b5
}

.theme-cyan a .btn-tertiary:hover, .theme-cyan a.btn-tertiary:hover {
    background-color: #badce1
}

.theme-cyan a .btn-quaternary:hover, .theme-cyan a.btn-quaternary:hover {
    background-color: #d9ecee
}

.theme-cyan a.bg-primary.nav-btn:focus, .theme-cyan a.bg-primary.nav-btn:hover {
    background-color: #007c91 !important
}

.theme-cyan a.bg-secondary.nav-btn:focus, .theme-cyan a.bg-secondary.nav-btn:hover {
    background-color: #65b0bd !important
}

.theme-cyan .btn-primary, .theme-cyan.btn-primary {
    background-color: #007c91;
    border-color: #007c91;
    color: #fff
}

    .theme-cyan .btn-primary .file-details, .theme-cyan.btn-primary .file-details {
        color: #fff
    }

    .theme-cyan .btn-primary svg, .theme-cyan.btn-primary svg {
        fill: #fff
    }

    .theme-cyan .btn-primary:hover, .theme-cyan.btn-primary:hover {
        background-color: #006678
    }

    .theme-cyan .btn-primary:focus, .theme-cyan .btn-primary:not(:disabled):not(.disabled).active, .theme-cyan .btn-primary:not(:disabled):not(.disabled):active, .theme-cyan.btn-primary:focus, .theme-cyan.btn-primary:not(:disabled):not(.disabled).active, .theme-cyan.btn-primary:not(:disabled):not(.disabled):active {
        background-color: #007c91;
        border-color: #007c91
    }

.theme-cyan .show .btn-primary.dropdown-toggle {
    background-color: #007c91;
    border-color: #007c91
}

.theme-cyan .btn-secondary, .theme-cyan.btn-secondary {
    background-color: #65b0bd;
    border-color: #65b0bd;
    color: #000
}

    .theme-cyan .btn-secondary .file-details, .theme-cyan.btn-secondary .file-details {
        color: #000
    }

    .theme-cyan .btn-secondary svg, .theme-cyan.btn-secondary svg {
        fill: #000
    }

    .theme-cyan .btn-secondary:hover, .theme-cyan.btn-secondary:hover {
        background-color: #53a7b5;
        border-color: #53a7b5;
        color: #000
    }

    .theme-cyan .btn-secondary:focus, .theme-cyan .btn-secondary:not(:disabled):not(.disabled).active, .theme-cyan .btn-secondary:not(:disabled):not(.disabled):active, .theme-cyan.btn-secondary:focus, .theme-cyan.btn-secondary:not(:disabled):not(.disabled).active, .theme-cyan.btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #65b0bd;
        border-color: #65b0bd;
        color: #000
    }

.theme-cyan .btn-tertiary, .theme-cyan.btn-tertiary {
    background-color: #cce5e9;
    border-color: #cce5e9;
    color: #075290
}

    .theme-cyan .btn-tertiary .file-details, .theme-cyan.btn-tertiary .file-details {
        color: #000
    }

    .theme-cyan .btn-tertiary svg, .theme-cyan.btn-tertiary svg {
        fill: #005eaa
    }

    .theme-cyan .btn-tertiary:hover, .theme-cyan.btn-tertiary:hover {
        background-color: #badce1;
        border-color: #badce1
    }

    .theme-cyan .btn-tertiary:focus, .theme-cyan .btn-tertiary:not(:disabled):not(.disabled).active, .theme-cyan .btn-tertiary:not(:disabled):not(.disabled):active, .theme-cyan.btn-tertiary:focus, .theme-cyan.btn-tertiary:not(:disabled):not(.disabled).active, .theme-cyan.btn-tertiary:not(:disabled):not(.disabled):active {
        background-color: #cce5e9;
        border-color: #cce5e9
    }

.theme-cyan .btn-quaternary, .theme-cyan.btn-quaternary {
    background-color: #ebf5f6;
    border-color: #ebf5f6;
    color: #000
}

    .theme-cyan .btn-quaternary .file-details, .theme-cyan.btn-quaternary .file-details {
        color: #000
    }

    .theme-cyan .btn-quaternary svg, .theme-cyan.btn-quaternary svg {
        fill: #005eaa
    }

    .theme-cyan .btn-quaternary:hover, .theme-cyan.btn-quaternary:hover {
        background-color: #d9ecee;
        border-color: #d9ecee
    }

    .theme-cyan .btn-quaternary:focus, .theme-cyan .btn-quaternary:not(:disabled):not(.disabled).active, .theme-cyan .btn-quaternary:not(:disabled):not(.disabled):active, .theme-cyan.btn-quaternary:focus, .theme-cyan.btn-quaternary:not(:disabled):not(.disabled).active, .theme-cyan.btn-quaternary:not(:disabled):not(.disabled):active {
        background-color: #ebf5f6;
        border-color: #ebf5f6
    }

.theme-cyan .list-group-item.active {
    background-color: #007c91;
    border-color: #007c91
}

.theme-cyan .list-group-item.list-group-item-primary {
    background-color: #007c91;
    color: #fff
}

.theme-cyan .list-group-item.list-group-item-secondary {
    background-color: #65b0bd;
    color: #000
}

.theme-cyan .radioBtn-styled .form-check input:checked ~ .checkmark {
    background-color: #007c91
}

.theme-cyan .radioBtn-styled .form-check .checkmark::after {
    background-color: #007c91
}

.theme-cyan .checkbox-list.primary .fi {
    color: #007c91
}

.theme-cyan .accordion .card-header {
    border-left-color: #007c91;
    color: #007c91
}

    .theme-cyan .accordion .card-header:hover {
        border-left-color: #007c91 !important;
        color: #007c91 !important
    }

.theme-cyan .dropdown-menu-search svg .fill-p, .theme-cyan .dropdown-menu-search svg.fill-p {
    fill: #005eaa
}

.theme-cyan .fill-p, .theme-cyan svg .fill-p, .theme-cyan svg.fill-p {
    fill: #007c91
}

    .theme-cyan .fill-p::before, .theme-cyan svg .fill-p::before, .theme-cyan svg.fill-p::before {
        color: #007c91
    }

.theme-cyan .fill-s, .theme-cyan svg .fill-s, .theme-cyan svg.fill-s {
    fill: #65b0bd
}

    .theme-cyan .fill-s::before, .theme-cyan svg .fill-s::before, .theme-cyan svg.fill-s::before {
        color: #65b0bd
    }

.theme-cyan .fill-t, .theme-cyan svg .fill-t, .theme-cyan svg.fill-t {
    fill: #cce5e9
}

    .theme-cyan .fill-t::before, .theme-cyan svg .fill-t::before, .theme-cyan svg.fill-t::before {
        color: #cce5e9
    }

.theme-cyan .fill-q, .theme-cyan svg .fill-q, .theme-cyan svg.fill-q {
    fill: #ebf5f6
}

    .theme-cyan .fill-q::before, .theme-cyan svg .fill-q::before, .theme-cyan svg.fill-q::before {
        color: #ebf5f6
    }

.theme-cyan .nav-pills .nav-link.active, .theme-cyan .nav-pills .show > .nav-link {
    background-color: #007c91;
    color: #fff
}

.theme-cyan .mobile-section-nav li a:active, .theme-cyan .mobile-section-nav li a:hover, .theme-cyan nav ul.tp-nav-main li a:active, .theme-cyan nav ul.tp-nav-main li a:hover {
    border-left: 4px solid #007c91;
    background-color: #f5f5f5;
    color: #007c91
}

.theme-cyan .mobile-section-nav {
    border-top: 3px solid #65b0bd
}

    .theme-cyan .mobile-section-nav #svg-down {
        background-color: #007c91
    }

    .theme-cyan .mobile-section-nav nav .dropdown .list-group a.selected {
        border-left: 4px solid #007c91
    }

.theme-cyan nav .nav-section-home {
    border-top-color: #007c91
}

    .theme-cyan nav .nav-section-home svg {
        fill: #007c91
    }

    .theme-cyan nav .nav-section-home .fi {
        color: #007c91
    }

    .theme-cyan nav .nav-section-home.selected {
        border-left: 4px solid #007c91;
        background-color: #f5f5f5
    }

    .theme-cyan nav .nav-section-home:hover {
        background-color: #f5f5f5;
        border-left: 4px solid #007c91
    }

        .theme-cyan nav .nav-section-home:hover a {
            color: #007c91
        }

    .theme-cyan nav .nav-section-home a {
        text-decoration: none
    }

.theme-cyan nav .mobile-section-nav li a.nav-minus, .theme-cyan nav .mobile-section-nav li a.nav-minus:hover, .theme-cyan nav .mobile-section-nav li a.nav-plus, .theme-cyan nav .mobile-section-nav li a.nav-plus:hover, .theme-cyan nav ul.tp-nav-main li a.nav-minus, .theme-cyan nav ul.tp-nav-main li a.nav-minus:hover, .theme-cyan nav ul.tp-nav-main li a.nav-plus, .theme-cyan nav ul.tp-nav-main li a.nav-plus:hover {
    background-color: transparent;
    border-width: 0
}

.theme-cyan nav .mobile-section-nav li.active, .theme-cyan nav ul.tp-nav-main li.active {
    background-color: #fff
}

    .theme-cyan nav .mobile-section-nav li.active > a:first-child, .theme-cyan nav ul.tp-nav-main li.active > a:first-child {
        border-left-color: #007c91
    }

    .theme-cyan nav .mobile-section-nav li.active a:hover, .theme-cyan nav ul.tp-nav-main li.active a:hover {
        border-left-color: #007c91;
        background-color: #f5f5f5
    }

    .theme-cyan nav .mobile-section-nav li.active a.nav-minus:hover, .theme-cyan nav .mobile-section-nav li.active a.nav-minus:link, .theme-cyan nav .mobile-section-nav li.active a.nav-plus:hover, .theme-cyan nav .mobile-section-nav li.active a.nav-plus:link, .theme-cyan nav ul.tp-nav-main li.active a.nav-minus:hover, .theme-cyan nav ul.tp-nav-main li.active a.nav-minus:link, .theme-cyan nav ul.tp-nav-main li.active a.nav-plus:hover, .theme-cyan nav ul.tp-nav-main li.active a.nav-plus:link {
        background-color: transparent;
        border-width: 0
    }

    .theme-cyan nav .mobile-section-nav li.active ul li, .theme-cyan nav ul.tp-nav-main li.active ul li {
        border-left-color: #65b0bd
    }

        .theme-cyan nav .mobile-section-nav li.active ul li a:active, .theme-cyan nav .mobile-section-nav li.active ul li a:link, .theme-cyan nav .mobile-section-nav li.active ul li a:visited, .theme-cyan nav ul.tp-nav-main li.active ul li a:active, .theme-cyan nav ul.tp-nav-main li.active ul li a:link, .theme-cyan nav ul.tp-nav-main li.active ul li a:visited {
            font-weight: 400;
            border-left: 4px solid #f5f5f5;
            border-left: 4px solid #65b0bd
        }

        .theme-cyan nav .mobile-section-nav li.active ul li a:hover, .theme-cyan nav ul.tp-nav-main li.active ul li a:hover {
            background-color: #f5f5f5;
            color: #007c91
        }

        .theme-cyan nav .mobile-section-nav li.active ul li.selected > a:first-child, .theme-cyan nav ul.tp-nav-main li.active ul li.selected > a:first-child {
            font-weight: 700;
            background-color: #f5f5f5
        }

        .theme-cyan nav .mobile-section-nav li.active ul li.selected a[data-toggle=collapse]:hover, .theme-cyan nav ul.tp-nav-main li.active ul li.selected a[data-toggle=collapse]:hover {
            border-left-color: #f5f5f5
        }

        .theme-cyan nav .mobile-section-nav li.active ul li.active, .theme-cyan nav ul.tp-nav-main li.active ul li.active {
            border-left-color: #65b0bd
        }

            .theme-cyan nav .mobile-section-nav li.active ul li.active > a:first-child, .theme-cyan nav ul.tp-nav-main li.active ul li.active > a:first-child {
                font-weight: 700
            }

        .theme-cyan nav .mobile-section-nav li.active ul li ul li > a:first-child, .theme-cyan nav ul.tp-nav-main li.active ul li ul li > a:first-child {
            border-left-color: #deeef1
        }

.theme-cyan nav .mobile-section-nav li.selected > a:first-child, .theme-cyan nav ul.tp-nav-main li.selected > a:first-child {
    font-weight: 700;
    background-color: #f5f5f5;
    color: #007c91
}

.theme-cyan nav .mobile-section-nav li.selected.active > a:first-child, .theme-cyan nav ul.tp-nav-main li.selected.active > a:first-child {
    font-weight: 700
}

.theme-cyan nav .mobile-section-nav li.selected.active > a, .theme-cyan nav ul.tp-nav-main li.selected.active > a {
    background-color: #f5f5f5
}

.theme-cyan nav .mobile-section-nav a.mobile-section-nav-foot {
    background-color: #007c91
}

    .theme-cyan nav .mobile-section-nav a.mobile-section-nav-foot:hover {
        background-color: #006678
    }

.theme-cyan nav .mobile-section-nav li.selected > a:first-child {
    border-left-color: #007c91
}

.theme-cyan .pagination li.active a {
    background-color: #007c91 !important;
    border-color: #007c91 !important
}

.theme-green .site-title {
    background-color: #4b830d;
    color: #fff;
    border-bottom: 3px solid #84bc49
}

    .theme-green .site-title .tagline {
        color: #fff
    }

.theme-green .alert-primary, .theme-green .bg-primary, .theme-green.bg-primary {
    background-color: #4b830d !important;
    color: #fff !important
}

    .theme-green .alert-primary a:not(.btn), .theme-green .bg-primary a:not(.btn), .theme-green.bg-primary a:not(.btn) {
        color: #fff
    }

        .theme-green .alert-primary a:not(.btn) .file-details, .theme-green .bg-primary a:not(.btn) .file-details, .theme-green.bg-primary a:not(.btn) .file-details {
            color: #fff
        }

    .theme-green .alert-primary svg, .theme-green .bg-primary svg, .theme-green.bg-primary svg {
        fill: #fff
    }

    .theme-green .alert-primary .card-header a, .theme-green .bg-primary .card-header a, .theme-green.bg-primary .card-header a {
        color: #fff
    }

.theme-green .alert-secondary, .theme-green .bg-secondary, .theme-green.bg-secondary {
    background-color: #84bc49 !important;
    color: #000 !important
}

    .theme-green .alert-secondary a:not(.btn), .theme-green .bg-secondary a:not(.btn), .theme-green.bg-secondary a:not(.btn) {
        color: #000
    }

    .theme-green .alert-secondary svg, .theme-green .bg-secondary svg, .theme-green.bg-secondary svg {
        fill: #000
    }

.theme-green .bg-tertiary, .theme-green.bg-tertiary {
    background-color: #dcedc8 !important;
    color: #000
}

    .theme-green .bg-tertiary.card-header a, .theme-green.bg-tertiary.card-header a {
        color: #000
    }

.theme-green .bg-quaternary, .theme-green.bg-quaternary {
    background-color: #f1f8e9 !important;
    color: #000
}

    .theme-green .bg-quaternary.card-header a, .theme-green.bg-quaternary.card-header a {
        color: #000
    }

.theme-green .b-primary, .theme-green.b-primary {
    border-color: #4b830d !important
}

.theme-green .b-secondary, .theme-green.b-secondary {
    border-color: #84bc49 !important
}

.theme-green .b-tertiary, .theme-green.b-tertiary {
    border-color: #dcedc8 !important
}

.theme-green .b-quaternary, .theme-green.b-quaternary {
    border-color: #f1f8e9 !important
}

.theme-green .bt-primary, .theme-green.bt-primary {
    border-top-color: #4b830d !important
}

.theme-green .bt-secondary, .theme-green.bt-secondary {
    border-top-color: #84bc49 !important
}

.theme-green .bt-tertiary, .theme-green.bt-tertiary {
    border-top-color: #dcedc8 !important
}

.theme-green .bt-quaternary, .theme-green.bt-quaternary {
    border-top-color: #f1f8e9 !important
}

.theme-green .br-primary, .theme-green.br-primary {
    border-right-color: #4b830d !important
}

.theme-green .br-secondary, .theme-green.br-secondary {
    border-right-color: #84bc49 !important
}

.theme-green .br-tertiary, .theme-green.br-tertiary {
    border-right-color: #dcedc8 !important
}

.theme-green .br-quaternary, .theme-green.br-quaternary {
    border-right-color: #f1f8e9 !important
}

.theme-green .bb-primary, .theme-green.bb-primary {
    border-bottom-color: #4b830d !important
}

.theme-green .bb-secondary, .theme-green.bb-secondary {
    border-bottom-color: #84bc49 !important
}

.theme-green .bb-tertiary, .theme-green.bb-tertiary {
    border-bottom-color: #dcedc8 !important
}

.theme-green .bb-quaternary, .theme-green.bb-quaternary {
    border-bottom-color: #f1f8e9 !important
}

.theme-green .bl-primary, .theme-green.bl-primary {
    border-left-color: #4b830d !important
}

.theme-green .bl-secondary, .theme-green.bl-secondary {
    border-left-color: #84bc49 !important
}

.theme-green .bl-tertiary, .theme-green.bl-tertiary {
    border-left-color: #dcedc8 !important
}

.theme-green .bl-quaternary, .theme-green.bl-quaternary {
    border-left-color: #f1f8e9 !important
}

.theme-green .c-primary, .theme-green .text-primary, .theme-green.c-primary, .theme-green.text-primary {
    color: #4b830d !important
}

.theme-green .primary li.checked::before, .theme-green .primary li::before {
    color: #4b830d !important
}

.theme-green .alert-primary svg {
    fill: #84bc49
}

.theme-green .cdc-timeline svg {
    fill: #4b830d
}

.theme-green .tabs-horizontal.nav-tabs .nav-link.active {
    border-bottom: 3px solid #4b830d
}

.theme-green .yamm .dropdown-item:hover {
    border-left: 4px solid #4b830d
}

.theme-green .yamm .dropdown-item:active {
    border-left: 4px solid #4b830d;
    background-color: #f8f9fa
}

.theme-green .yamm .nav-item.dropdown.show a.nav-link, .theme-green .yamm .nav-link:hover {
    background: #84bc49
}

.theme-green .tabs-vertical .nav-link.active {
    border-bottom: 3px solid #4b830d
}

.theme-green .nav-tabs .nav-link.active, .theme-green .nav-tabs .nav-link:hover {
    border-top: 3px solid #4b830d;
    font-weight: 700
}

.theme-green .nav-pills .nav-link.active {
    border-bottom: 3px solid #84bc49
}

.theme-green .gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .theme-green .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    color: #4b830d
}

.theme-green .gj-datepicker-bootstrap button {
    background-color: #fff;
    border-color: #bdbdbd !important;
    margin-left: 1px
}

.theme-green .gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: #4b830d !important;
    border-color: #4b830d !important
}

.theme-green .table.table-dark {
    background-color: #4b830d
}

.theme-green .table .thead-light th {
    background-color: #84bc49
}

.theme-green .table .thead-dark th {
    background-color: #4b830d;
    border-color: #4b830d;
    color: #fff
}

.theme-green .table.table-striped-dark tbody tr:nth-of-type(odd) {
    background-color: #4b830d;
    color: #fff
}

.theme-green .table.table-striped-light tbody tr:nth-of-type(odd) {
    background-color: #84bc49;
    color: #000
}

.theme-green .table.table-hover-dark tbody tr:hover {
    background-color: #4b830d;
    color: #fff
}

.theme-green .table.table-hover-light tbody tr:hover {
    background-color: #84bc49;
    color: #000
}

.theme-green .audio-player .btn-primary, .theme-green .audio-player .btn-secondary {
    background-color: #f0f0f0;
    border-color: #f0f0f0
}

    .theme-green .audio-player .btn-primary:active, .theme-green .audio-player .btn-primary:focus, .theme-green .audio-player .btn-primary:hover, .theme-green .audio-player .btn-primary:not(:disabled):not(.disabled):active, .theme-green .audio-player .btn-secondary:active, .theme-green .audio-player .btn-secondary:focus, .theme-green .audio-player .btn-secondary:hover, .theme-green .audio-player .btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #d7d7d7;
        border-color: #d7d7d7
    }

    .theme-green .audio-player .btn-primary .volume-range-button input, .theme-green .audio-player .btn-secondary .volume-range-button input {
        margin-bottom: 10px !important
    }

    .theme-green .audio-player .btn-primary svg, .theme-green .audio-player .btn-secondary svg {
        fill: #333
    }

    .theme-green .audio-player .btn-primary .fi, .theme-green .audio-player .btn-secondary .fi {
        color: #333;
        vertical-align: middle
    }

.theme-green a .btn-primary:hover, .theme-green a.btn-primary:hover {
    background-color: #3e6c0b
}

.theme-green a .btn-secondary:hover, .theme-green a.btn-secondary:hover {
    background-color: #77ac3f
}

.theme-green a .btn-tertiary:hover, .theme-green a.btn-tertiary:hover {
    background-color: #d0e7b5
}

.theme-green a .btn-quaternary:hover, .theme-green a.btn-quaternary:hover {
    background-color: #e5f2d6
}

.theme-green a.bg-primary.nav-btn:focus, .theme-green a.bg-primary.nav-btn:hover {
    background-color: #4b830d !important
}

.theme-green a.bg-secondary.nav-btn:focus, .theme-green a.bg-secondary.nav-btn:hover {
    background-color: #84bc49 !important
}

.theme-green .btn-primary, .theme-green.btn-primary {
    background-color: #4b830d;
    border-color: #4b830d;
    color: #fff
}

    .theme-green .btn-primary .file-details, .theme-green.btn-primary .file-details {
        color: #fff
    }

    .theme-green .btn-primary svg, .theme-green.btn-primary svg {
        fill: #fff
    }

    .theme-green .btn-primary:hover, .theme-green.btn-primary:hover {
        background-color: #3e6c0b
    }

    .theme-green .btn-primary:focus, .theme-green .btn-primary:not(:disabled):not(.disabled).active, .theme-green .btn-primary:not(:disabled):not(.disabled):active, .theme-green.btn-primary:focus, .theme-green.btn-primary:not(:disabled):not(.disabled).active, .theme-green.btn-primary:not(:disabled):not(.disabled):active {
        background-color: #4b830d;
        border-color: #4b830d
    }

.theme-green .show .btn-primary.dropdown-toggle {
    background-color: #4b830d;
    border-color: #4b830d
}

.theme-green .btn-secondary, .theme-green.btn-secondary {
    background-color: #84bc49;
    border-color: #84bc49;
    color: #000
}

    .theme-green .btn-secondary .file-details, .theme-green.btn-secondary .file-details {
        color: #000
    }

    .theme-green .btn-secondary svg, .theme-green.btn-secondary svg {
        fill: #000
    }

    .theme-green .btn-secondary:hover, .theme-green.btn-secondary:hover {
        background-color: #77ac3f;
        border-color: #77ac3f;
        color: #000
    }

    .theme-green .btn-secondary:focus, .theme-green .btn-secondary:not(:disabled):not(.disabled).active, .theme-green .btn-secondary:not(:disabled):not(.disabled):active, .theme-green.btn-secondary:focus, .theme-green.btn-secondary:not(:disabled):not(.disabled).active, .theme-green.btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #84bc49;
        border-color: #84bc49;
        color: #000
    }

.theme-green .btn-tertiary, .theme-green.btn-tertiary {
    background-color: #dcedc8;
    border-color: #dcedc8;
    color: #075290
}

    .theme-green .btn-tertiary .file-details, .theme-green.btn-tertiary .file-details {
        color: #000
    }

    .theme-green .btn-tertiary svg, .theme-green.btn-tertiary svg {
        fill: #005eaa
    }

    .theme-green .btn-tertiary:hover, .theme-green.btn-tertiary:hover {
        background-color: #d0e7b5;
        border-color: #d0e7b5
    }

    .theme-green .btn-tertiary:focus, .theme-green .btn-tertiary:not(:disabled):not(.disabled).active, .theme-green .btn-tertiary:not(:disabled):not(.disabled):active, .theme-green.btn-tertiary:focus, .theme-green.btn-tertiary:not(:disabled):not(.disabled).active, .theme-green.btn-tertiary:not(:disabled):not(.disabled):active {
        background-color: #dcedc8;
        border-color: #dcedc8
    }

.theme-green .btn-quaternary, .theme-green.btn-quaternary {
    background-color: #f1f8e9;
    border-color: #f1f8e9;
    color: #000
}

    .theme-green .btn-quaternary .file-details, .theme-green.btn-quaternary .file-details {
        color: #000
    }

    .theme-green .btn-quaternary svg, .theme-green.btn-quaternary svg {
        fill: #005eaa
    }

    .theme-green .btn-quaternary:hover, .theme-green.btn-quaternary:hover {
        background-color: #e5f2d6;
        border-color: #e5f2d6
    }

    .theme-green .btn-quaternary:focus, .theme-green .btn-quaternary:not(:disabled):not(.disabled).active, .theme-green .btn-quaternary:not(:disabled):not(.disabled):active, .theme-green.btn-quaternary:focus, .theme-green.btn-quaternary:not(:disabled):not(.disabled).active, .theme-green.btn-quaternary:not(:disabled):not(.disabled):active {
        background-color: #f1f8e9;
        border-color: #f1f8e9
    }

.theme-green .list-group-item.active {
    background-color: #4b830d;
    border-color: #4b830d
}

.theme-green .list-group-item.list-group-item-primary {
    background-color: #4b830d;
    color: #fff
}

.theme-green .list-group-item.list-group-item-secondary {
    background-color: #84bc49;
    color: #000
}

.theme-green .radioBtn-styled .form-check input:checked ~ .checkmark {
    background-color: #4b830d
}

.theme-green .radioBtn-styled .form-check .checkmark::after {
    background-color: #4b830d
}

.theme-green .checkbox-list.primary .fi {
    color: #4b830d
}

.theme-green .accordion .card-header {
    border-left-color: #4b830d;
    color: #4b830d
}

    .theme-green .accordion .card-header:hover {
        border-left-color: #4b830d !important;
        color: #4b830d !important
    }

.theme-green .dropdown-menu-search svg .fill-p, .theme-green .dropdown-menu-search svg.fill-p {
    fill: #005eaa
}

.theme-green .fill-p, .theme-green svg .fill-p, .theme-green svg.fill-p {
    fill: #4b830d
}

    .theme-green .fill-p::before, .theme-green svg .fill-p::before, .theme-green svg.fill-p::before {
        color: #4b830d
    }

.theme-green .fill-s, .theme-green svg .fill-s, .theme-green svg.fill-s {
    fill: #84bc49
}

    .theme-green .fill-s::before, .theme-green svg .fill-s::before, .theme-green svg.fill-s::before {
        color: #84bc49
    }

.theme-green .fill-t, .theme-green svg .fill-t, .theme-green svg.fill-t {
    fill: #dcedc8
}

    .theme-green .fill-t::before, .theme-green svg .fill-t::before, .theme-green svg.fill-t::before {
        color: #dcedc8
    }

.theme-green .fill-q, .theme-green svg .fill-q, .theme-green svg.fill-q {
    fill: #f1f8e9
}

    .theme-green .fill-q::before, .theme-green svg .fill-q::before, .theme-green svg.fill-q::before {
        color: #f1f8e9
    }

.theme-green .nav-pills .nav-link.active, .theme-green .nav-pills .show > .nav-link {
    background-color: #4b830d;
    color: #fff
}

.theme-green .mobile-section-nav li a:active, .theme-green .mobile-section-nav li a:hover, .theme-green nav ul.tp-nav-main li a:active, .theme-green nav ul.tp-nav-main li a:hover {
    border-left: 4px solid #4b830d;
    background-color: #f5f5f5;
    color: #4b830d
}

.theme-green .mobile-section-nav {
    border-top: 3px solid #84bc49
}

    .theme-green .mobile-section-nav #svg-down {
        background-color: #4b830d
    }

    .theme-green .mobile-section-nav nav .dropdown .list-group a.selected {
        border-left: 4px solid #4b830d
    }

.theme-green nav .nav-section-home {
    border-top-color: #4b830d
}

    .theme-green nav .nav-section-home svg {
        fill: #4b830d
    }

    .theme-green nav .nav-section-home .fi {
        color: #4b830d
    }

    .theme-green nav .nav-section-home.selected {
        border-left: 4px solid #4b830d;
        background-color: #f5f5f5
    }

    .theme-green nav .nav-section-home:hover {
        background-color: #f5f5f5;
        border-left: 4px solid #4b830d
    }

        .theme-green nav .nav-section-home:hover a {
            color: #4b830d
        }

    .theme-green nav .nav-section-home a {
        text-decoration: none
    }

.theme-green nav .mobile-section-nav li a.nav-minus, .theme-green nav .mobile-section-nav li a.nav-minus:hover, .theme-green nav .mobile-section-nav li a.nav-plus, .theme-green nav .mobile-section-nav li a.nav-plus:hover, .theme-green nav ul.tp-nav-main li a.nav-minus, .theme-green nav ul.tp-nav-main li a.nav-minus:hover, .theme-green nav ul.tp-nav-main li a.nav-plus, .theme-green nav ul.tp-nav-main li a.nav-plus:hover {
    background-color: transparent;
    border-width: 0
}

.theme-green nav .mobile-section-nav li.active, .theme-green nav ul.tp-nav-main li.active {
    background-color: #fff
}

    .theme-green nav .mobile-section-nav li.active > a:first-child, .theme-green nav ul.tp-nav-main li.active > a:first-child {
        border-left-color: #4b830d
    }

    .theme-green nav .mobile-section-nav li.active a:hover, .theme-green nav ul.tp-nav-main li.active a:hover {
        border-left-color: #4b830d;
        background-color: #f5f5f5
    }

    .theme-green nav .mobile-section-nav li.active a.nav-minus:hover, .theme-green nav .mobile-section-nav li.active a.nav-minus:link, .theme-green nav .mobile-section-nav li.active a.nav-plus:hover, .theme-green nav .mobile-section-nav li.active a.nav-plus:link, .theme-green nav ul.tp-nav-main li.active a.nav-minus:hover, .theme-green nav ul.tp-nav-main li.active a.nav-minus:link, .theme-green nav ul.tp-nav-main li.active a.nav-plus:hover, .theme-green nav ul.tp-nav-main li.active a.nav-plus:link {
        background-color: transparent;
        border-width: 0
    }

    .theme-green nav .mobile-section-nav li.active ul li, .theme-green nav ul.tp-nav-main li.active ul li {
        border-left-color: #84bc49
    }

        .theme-green nav .mobile-section-nav li.active ul li a:active, .theme-green nav .mobile-section-nav li.active ul li a:link, .theme-green nav .mobile-section-nav li.active ul li a:visited, .theme-green nav ul.tp-nav-main li.active ul li a:active, .theme-green nav ul.tp-nav-main li.active ul li a:link, .theme-green nav ul.tp-nav-main li.active ul li a:visited {
            font-weight: 400;
            border-left: 4px solid #f5f5f5;
            border-left: 4px solid #84bc49
        }

        .theme-green nav .mobile-section-nav li.active ul li a:hover, .theme-green nav ul.tp-nav-main li.active ul li a:hover {
            background-color: #f5f5f5;
            color: #4b830d
        }

        .theme-green nav .mobile-section-nav li.active ul li.selected > a:first-child, .theme-green nav ul.tp-nav-main li.active ul li.selected > a:first-child {
            font-weight: 700;
            background-color: #f5f5f5
        }

        .theme-green nav .mobile-section-nav li.active ul li.selected a[data-toggle=collapse]:hover, .theme-green nav ul.tp-nav-main li.active ul li.selected a[data-toggle=collapse]:hover {
            border-left-color: #f5f5f5
        }

        .theme-green nav .mobile-section-nav li.active ul li.active, .theme-green nav ul.tp-nav-main li.active ul li.active {
            border-left-color: #84bc49
        }

            .theme-green nav .mobile-section-nav li.active ul li.active > a:first-child, .theme-green nav ul.tp-nav-main li.active ul li.active > a:first-child {
                font-weight: 700
            }

        .theme-green nav .mobile-section-nav li.active ul li ul li > a:first-child, .theme-green nav ul.tp-nav-main li.active ul li ul li > a:first-child {
            border-left-color: #e8f3db
        }

.theme-green nav .mobile-section-nav li.selected > a:first-child, .theme-green nav ul.tp-nav-main li.selected > a:first-child {
    font-weight: 700;
    background-color: #f5f5f5;
    color: #4b830d
}

.theme-green nav .mobile-section-nav li.selected.active > a:first-child, .theme-green nav ul.tp-nav-main li.selected.active > a:first-child {
    font-weight: 700
}

.theme-green nav .mobile-section-nav li.selected.active > a, .theme-green nav ul.tp-nav-main li.selected.active > a {
    background-color: #f5f5f5
}

.theme-green nav .mobile-section-nav a.mobile-section-nav-foot {
    background-color: #4b830d
}

    .theme-green nav .mobile-section-nav a.mobile-section-nav-foot:hover {
        background-color: #3e6c0b
    }

.theme-green nav .mobile-section-nav li.selected > a:first-child {
    border-left-color: #4b830d
}

.theme-green .pagination li.active a {
    background-color: #4b830d !important;
    border-color: #4b830d !important
}

.theme-amber .site-title {
    background-color: #fbab18;
    color: #000;
    border-bottom: 3px solid #ffd54f
}

    .theme-amber .site-title .tagline {
        color: #000
    }

.theme-amber .alert-primary, .theme-amber .bg-primary, .theme-amber.bg-primary {
    background-color: #fbab18 !important;
    color: #000 !important
}

    .theme-amber .alert-primary a:not(.btn), .theme-amber .bg-primary a:not(.btn), .theme-amber.bg-primary a:not(.btn) {
        color: #000
    }

        .theme-amber .alert-primary a:not(.btn) .file-details, .theme-amber .bg-primary a:not(.btn) .file-details, .theme-amber.bg-primary a:not(.btn) .file-details {
            color: #000
        }

    .theme-amber .alert-primary svg, .theme-amber .bg-primary svg, .theme-amber.bg-primary svg {
        fill: #000
    }

    .theme-amber .alert-primary .card-header a, .theme-amber .bg-primary .card-header a, .theme-amber.bg-primary .card-header a {
        color: #000
    }

.theme-amber .alert-secondary, .theme-amber .bg-secondary, .theme-amber.bg-secondary {
    background-color: #ffd54f !important;
    color: #000 !important
}

    .theme-amber .alert-secondary a:not(.btn), .theme-amber .bg-secondary a:not(.btn), .theme-amber.bg-secondary a:not(.btn) {
        color: #000
    }

    .theme-amber .alert-secondary svg, .theme-amber .bg-secondary svg, .theme-amber.bg-secondary svg {
        fill: #000
    }

.theme-amber .bg-tertiary, .theme-amber.bg-tertiary {
    background-color: #ffecb3 !important;
    color: #000
}

    .theme-amber .bg-tertiary.card-header a, .theme-amber.bg-tertiary.card-header a {
        color: #000
    }

.theme-amber .bg-quaternary, .theme-amber.bg-quaternary {
    background-color: #fff7e1 !important;
    color: #000
}

    .theme-amber .bg-quaternary.card-header a, .theme-amber.bg-quaternary.card-header a {
        color: #000
    }

.theme-amber .b-primary, .theme-amber.b-primary {
    border-color: #fbab18 !important
}

.theme-amber .b-secondary, .theme-amber.b-secondary {
    border-color: #ffd54f !important
}

.theme-amber .b-tertiary, .theme-amber.b-tertiary {
    border-color: #ffecb3 !important
}

.theme-amber .b-quaternary, .theme-amber.b-quaternary {
    border-color: #fff7e1 !important
}

.theme-amber .bt-primary, .theme-amber.bt-primary {
    border-top-color: #fbab18 !important
}

.theme-amber .bt-secondary, .theme-amber.bt-secondary {
    border-top-color: #ffd54f !important
}

.theme-amber .bt-tertiary, .theme-amber.bt-tertiary {
    border-top-color: #ffecb3 !important
}

.theme-amber .bt-quaternary, .theme-amber.bt-quaternary {
    border-top-color: #fff7e1 !important
}

.theme-amber .br-primary, .theme-amber.br-primary {
    border-right-color: #fbab18 !important
}

.theme-amber .br-secondary, .theme-amber.br-secondary {
    border-right-color: #ffd54f !important
}

.theme-amber .br-tertiary, .theme-amber.br-tertiary {
    border-right-color: #ffecb3 !important
}

.theme-amber .br-quaternary, .theme-amber.br-quaternary {
    border-right-color: #fff7e1 !important
}

.theme-amber .bb-primary, .theme-amber.bb-primary {
    border-bottom-color: #fbab18 !important
}

.theme-amber .bb-secondary, .theme-amber.bb-secondary {
    border-bottom-color: #ffd54f !important
}

.theme-amber .bb-tertiary, .theme-amber.bb-tertiary {
    border-bottom-color: #ffecb3 !important
}

.theme-amber .bb-quaternary, .theme-amber.bb-quaternary {
    border-bottom-color: #fff7e1 !important
}

.theme-amber .bl-primary, .theme-amber.bl-primary {
    border-left-color: #fbab18 !important
}

.theme-amber .bl-secondary, .theme-amber.bl-secondary {
    border-left-color: #ffd54f !important
}

.theme-amber .bl-tertiary, .theme-amber.bl-tertiary {
    border-left-color: #ffecb3 !important
}

.theme-amber .bl-quaternary, .theme-amber.bl-quaternary {
    border-left-color: #fff7e1 !important
}

.theme-amber .c-primary, .theme-amber .text-primary, .theme-amber.c-primary, .theme-amber.text-primary {
    color: #fbab18 !important
}

.theme-amber .primary li.checked::before, .theme-amber .primary li::before {
    color: #fbab18 !important
}

.theme-amber .alert-primary svg {
    fill: #ffd54f
}

.theme-amber .cdc-timeline svg {
    fill: #fbab18
}

.theme-amber .tabs-horizontal.nav-tabs .nav-link.active {
    border-bottom: 3px solid #fbab18
}

.theme-amber .yamm .dropdown-item:hover {
    border-left: 4px solid #fbab18
}

.theme-amber .yamm .dropdown-item:active {
    border-left: 4px solid #fbab18;
    background-color: #f8f9fa
}

.theme-amber .yamm .nav-item.dropdown.show a.nav-link, .theme-amber .yamm .nav-link:hover {
    background: #ffd54f
}

.theme-amber .tabs-vertical .nav-link.active {
    border-bottom: 3px solid #fbab18
}

.theme-amber .nav-tabs .nav-link.active, .theme-amber .nav-tabs .nav-link:hover {
    border-top: 3px solid #fbab18;
    font-weight: 700
}

.theme-amber .nav-pills .nav-link.active {
    border-bottom: 3px solid #ffd54f
}

.theme-amber .gj-datepicker-bootstrap [role=right-icon] button .gj-icon, .theme-amber .gj-datepicker-bootstrap [role=right-icon] button .material-icons {
    color: #fbab18
}

.theme-amber .gj-datepicker-bootstrap button {
    background-color: #fff;
    border-color: #bdbdbd !important;
    margin-left: 1px
}

.theme-amber .gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background-color: #fbab18 !important;
    border-color: #fbab18 !important
}

.theme-amber .table.table-dark {
    background-color: #fbab18
}

.theme-amber .table .thead-light th {
    background-color: #ffd54f
}

.theme-amber .table .thead-dark th {
    background-color: #fbab18;
    border-color: #fbab18;
    color: #000
}

.theme-amber .table.table-striped-dark tbody tr:nth-of-type(odd) {
    background-color: #fbab18;
    color: #000
}

.theme-amber .table.table-striped-light tbody tr:nth-of-type(odd) {
    background-color: #ffd54f;
    color: #000
}

.theme-amber .table.table-hover-dark tbody tr:hover {
    background-color: #fbab18;
    color: #000
}

.theme-amber .table.table-hover-light tbody tr:hover {
    background-color: #ffd54f;
    color: #000
}

.theme-amber .audio-player .btn-primary, .theme-amber .audio-player .btn-secondary {
    background-color: #f0f0f0;
    border-color: #f0f0f0
}

    .theme-amber .audio-player .btn-primary:active, .theme-amber .audio-player .btn-primary:focus, .theme-amber .audio-player .btn-primary:hover, .theme-amber .audio-player .btn-primary:not(:disabled):not(.disabled):active, .theme-amber .audio-player .btn-secondary:active, .theme-amber .audio-player .btn-secondary:focus, .theme-amber .audio-player .btn-secondary:hover, .theme-amber .audio-player .btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #d7d7d7;
        border-color: #d7d7d7
    }

    .theme-amber .audio-player .btn-primary .volume-range-button input, .theme-amber .audio-player .btn-secondary .volume-range-button input {
        margin-bottom: 10px !important
    }

    .theme-amber .audio-player .btn-primary svg, .theme-amber .audio-player .btn-secondary svg {
        fill: #333
    }

    .theme-amber .audio-player .btn-primary .fi, .theme-amber .audio-player .btn-secondary .fi {
        color: #333;
        vertical-align: middle
    }

.theme-amber a .btn-primary:hover, .theme-amber a.btn-primary:hover {
    background-color: #f5a004
}

.theme-amber a .btn-secondary:hover, .theme-amber a.btn-secondary:hover {
    background-color: #ffcf36
}

.theme-amber a .btn-tertiary:hover, .theme-amber a.btn-tertiary:hover {
    background-color: #ffe69a
}

.theme-amber a .btn-quaternary:hover, .theme-amber a.btn-quaternary:hover {
    background-color: #fff0c8
}

.theme-amber a.bg-primary.nav-btn:focus, .theme-amber a.bg-primary.nav-btn:hover {
    background-color: #fbab18 !important
}

.theme-amber a.bg-secondary.nav-btn:focus, .theme-amber a.bg-secondary.nav-btn:hover {
    background-color: #ffd54f !important
}

.theme-amber .btn-primary, .theme-amber.btn-primary {
    background-color: #fbab18;
    border-color: #fbab18;
    color: #000
}

    .theme-amber .btn-primary .file-details, .theme-amber.btn-primary .file-details {
        color: #000
    }

    .theme-amber .btn-primary svg, .theme-amber.btn-primary svg {
        fill: #000
    }

    .theme-amber .btn-primary:hover, .theme-amber.btn-primary:hover {
        background-color: #f5a004
    }

    .theme-amber .btn-primary:focus, .theme-amber .btn-primary:not(:disabled):not(.disabled).active, .theme-amber .btn-primary:not(:disabled):not(.disabled):active, .theme-amber.btn-primary:focus, .theme-amber.btn-primary:not(:disabled):not(.disabled).active, .theme-amber.btn-primary:not(:disabled):not(.disabled):active {
        background-color: #fbab18;
        border-color: #fbab18
    }

.theme-amber .show .btn-primary.dropdown-toggle {
    background-color: #fbab18;
    border-color: #fbab18
}

.theme-amber .btn-secondary, .theme-amber.btn-secondary {
    background-color: #ffd54f;
    border-color: #ffd54f;
    color: #000
}

    .theme-amber .btn-secondary .file-details, .theme-amber.btn-secondary .file-details {
        color: #000
    }

    .theme-amber .btn-secondary svg, .theme-amber.btn-secondary svg {
        fill: #000
    }

    .theme-amber .btn-secondary:hover, .theme-amber.btn-secondary:hover {
        background-color: #ffcf36;
        border-color: #ffcf36;
        color: #000
    }

    .theme-amber .btn-secondary:focus, .theme-amber .btn-secondary:not(:disabled):not(.disabled).active, .theme-amber .btn-secondary:not(:disabled):not(.disabled):active, .theme-amber.btn-secondary:focus, .theme-amber.btn-secondary:not(:disabled):not(.disabled).active, .theme-amber.btn-secondary:not(:disabled):not(.disabled):active {
        background-color: #ffd54f;
        border-color: #ffd54f;
        color: #000
    }

.theme-amber .btn-tertiary, .theme-amber.btn-tertiary {
    background-color: #ffecb3;
    border-color: #ffecb3;
    color: #075290
}

    .theme-amber .btn-tertiary .file-details, .theme-amber.btn-tertiary .file-details {
        color: #000
    }

    .theme-amber .btn-tertiary svg, .theme-amber.btn-tertiary svg {
        fill: #005eaa
    }

    .theme-amber .btn-tertiary:hover, .theme-amber.btn-tertiary:hover {
        background-color: #ffe69a;
        border-color: #ffe69a
    }

    .theme-amber .btn-tertiary:focus, .theme-amber .btn-tertiary:not(:disabled):not(.disabled).active, .theme-amber .btn-tertiary:not(:disabled):not(.disabled):active, .theme-amber.btn-tertiary:focus, .theme-amber.btn-tertiary:not(:disabled):not(.disabled).active, .theme-amber.btn-tertiary:not(:disabled):not(.disabled):active {
        background-color: #ffecb3;
        border-color: #ffecb3
    }

.theme-amber .btn-quaternary, .theme-amber.btn-quaternary {
    background-color: #fff7e1;
    border-color: #fff7e1;
    color: #000
}

    .theme-amber .btn-quaternary .file-details, .theme-amber.btn-quaternary .file-details {
        color: #000
    }

    .theme-amber .btn-quaternary svg, .theme-amber.btn-quaternary svg {
        fill: #005eaa
    }

    .theme-amber .btn-quaternary:hover, .theme-amber.btn-quaternary:hover {
        background-color: #fff0c8;
        border-color: #fff0c8
    }

    .theme-amber .btn-quaternary:focus, .theme-amber .btn-quaternary:not(:disabled):not(.disabled).active, .theme-amber .btn-quaternary:not(:disabled):not(.disabled):active, .theme-amber.btn-quaternary:focus, .theme-amber.btn-quaternary:not(:disabled):not(.disabled).active, .theme-amber.btn-quaternary:not(:disabled):not(.disabled):active {
        background-color: #fff7e1;
        border-color: #fff7e1
    }

.theme-amber .list-group-item.active {
    background-color: #fbab18;
    border-color: #fbab18
}

.theme-amber .list-group-item.list-group-item-primary {
    background-color: #fbab18;
    color: #000
}

.theme-amber .list-group-item.list-group-item-secondary {
    background-color: #ffd54f;
    color: #000
}

.theme-amber .radioBtn-styled .form-check input:checked ~ .checkmark {
    background-color: #fbab18
}

.theme-amber .radioBtn-styled .form-check .checkmark::after {
    background-color: #fbab18
}

.theme-amber .checkbox-list.primary .fi {
    color: #fbab18
}

.theme-amber .accordion .card-header {
    border-left-color: #fbab18;
    color: #fbab18
}

    .theme-amber .accordion .card-header:hover {
        border-left-color: #fbab18 !important;
        color: #fbab18 !important
    }

.theme-amber .dropdown-menu-search svg .fill-p, .theme-amber .dropdown-menu-search svg.fill-p {
    fill: #005eaa
}

.theme-amber .fill-p, .theme-amber svg .fill-p, .theme-amber svg.fill-p {
    fill: #fbab18
}

    .theme-amber .fill-p::before, .theme-amber svg .fill-p::before, .theme-amber svg.fill-p::before {
        color: #fbab18
    }

.theme-amber .fill-s, .theme-amber svg .fill-s, .theme-amber svg.fill-s {
    fill: #ffd54f
}

    .theme-amber .fill-s::before, .theme-amber svg .fill-s::before, .theme-amber svg.fill-s::before {
        color: #ffd54f
    }

.theme-amber .fill-t, .theme-amber svg .fill-t, .theme-amber svg.fill-t {
    fill: #ffecb3
}

    .theme-amber .fill-t::before, .theme-amber svg .fill-t::before, .theme-amber svg.fill-t::before {
        color: #ffecb3
    }

.theme-amber .fill-q, .theme-amber svg .fill-q, .theme-amber svg.fill-q {
    fill: #fff7e1
}

    .theme-amber .fill-q::before, .theme-amber svg .fill-q::before, .theme-amber svg.fill-q::before {
        color: #fff7e1
    }

.theme-amber .nav-pills .nav-link.active, .theme-amber .nav-pills .show > .nav-link {
    background-color: #fbab18;
    color: #000
}

.theme-amber .mobile-section-nav li a:active, .theme-amber .mobile-section-nav li a:hover, .theme-amber nav ul.tp-nav-main li a:active, .theme-amber nav ul.tp-nav-main li a:hover {
    border-left: 4px solid #fbab18;
    background-color: #f5f5f5;
    color: #fbab18
}

.theme-amber .mobile-section-nav {
    border-top: 3px solid #ffd54f
}

    .theme-amber .mobile-section-nav #svg-down {
        background-color: #fbab18
    }

    .theme-amber .mobile-section-nav nav .dropdown .list-group a.selected {
        border-left: 4px solid #fbab18
    }

.theme-amber nav .nav-section-home {
    border-top-color: #fbab18
}

    .theme-amber nav .nav-section-home svg {
        fill: #fbab18
    }

    .theme-amber nav .nav-section-home .fi {
        color: #fbab18
    }

    .theme-amber nav .nav-section-home.selected {
        border-left: 4px solid #fbab18;
        background-color: #f5f5f5
    }

    .theme-amber nav .nav-section-home:hover {
        background-color: #f5f5f5;
        border-left: 4px solid #fbab18
    }

        .theme-amber nav .nav-section-home:hover a {
            color: #fbab18
        }

    .theme-amber nav .nav-section-home a {
        text-decoration: none
    }

.theme-amber nav .mobile-section-nav li a.nav-minus, .theme-amber nav .mobile-section-nav li a.nav-minus:hover, .theme-amber nav .mobile-section-nav li a.nav-plus, .theme-amber nav .mobile-section-nav li a.nav-plus:hover, .theme-amber nav ul.tp-nav-main li a.nav-minus, .theme-amber nav ul.tp-nav-main li a.nav-minus:hover, .theme-amber nav ul.tp-nav-main li a.nav-plus, .theme-amber nav ul.tp-nav-main li a.nav-plus:hover {
    background-color: transparent;
    border-width: 0
}

.theme-amber nav .mobile-section-nav li.active, .theme-amber nav ul.tp-nav-main li.active {
    background-color: #fff
}

    .theme-amber nav .mobile-section-nav li.active > a:first-child, .theme-amber nav ul.tp-nav-main li.active > a:first-child {
        border-left-color: #fbab18
    }

    .theme-amber nav .mobile-section-nav li.active a:hover, .theme-amber nav ul.tp-nav-main li.active a:hover {
        border-left-color: #fbab18;
        background-color: #f5f5f5
    }

    .theme-amber nav .mobile-section-nav li.active a.nav-minus:hover, .theme-amber nav .mobile-section-nav li.active a.nav-minus:link, .theme-amber nav .mobile-section-nav li.active a.nav-plus:hover, .theme-amber nav .mobile-section-nav li.active a.nav-plus:link, .theme-amber nav ul.tp-nav-main li.active a.nav-minus:hover, .theme-amber nav ul.tp-nav-main li.active a.nav-minus:link, .theme-amber nav ul.tp-nav-main li.active a.nav-plus:hover, .theme-amber nav ul.tp-nav-main li.active a.nav-plus:link {
        background-color: transparent;
        border-width: 0
    }

    .theme-amber nav .mobile-section-nav li.active ul li, .theme-amber nav ul.tp-nav-main li.active ul li {
        border-left-color: #ffd54f
    }

        .theme-amber nav .mobile-section-nav li.active ul li a:active, .theme-amber nav .mobile-section-nav li.active ul li a:link, .theme-amber nav .mobile-section-nav li.active ul li a:visited, .theme-amber nav ul.tp-nav-main li.active ul li a:active, .theme-amber nav ul.tp-nav-main li.active ul li a:link, .theme-amber nav ul.tp-nav-main li.active ul li a:visited {
            font-weight: 400;
            border-left: 4px solid #f5f5f5;
            border-left: 4px solid #ffd54f
        }

        .theme-amber nav .mobile-section-nav li.active ul li a:hover, .theme-amber nav ul.tp-nav-main li.active ul li a:hover {
            background-color: #f5f5f5;
            color: #fbab18
        }

        .theme-amber nav .mobile-section-nav li.active ul li.selected > a:first-child, .theme-amber nav ul.tp-nav-main li.active ul li.selected > a:first-child {
            font-weight: 700;
            background-color: #f5f5f5
        }

        .theme-amber nav .mobile-section-nav li.active ul li.selected a[data-toggle=collapse]:hover, .theme-amber nav ul.tp-nav-main li.active ul li.selected a[data-toggle=collapse]:hover {
            border-left-color: #f5f5f5
        }

        .theme-amber nav .mobile-section-nav li.active ul li.active, .theme-amber nav ul.tp-nav-main li.active ul li.active {
            border-left-color: #ffd54f
        }

            .theme-amber nav .mobile-section-nav li.active ul li.active > a:first-child, .theme-amber nav ul.tp-nav-main li.active ul li.active > a:first-child {
                font-weight: 700
            }

        .theme-amber nav .mobile-section-nav li.active ul li ul li > a:first-child, .theme-amber nav ul.tp-nav-main li.active ul li ul li > a:first-child {
            border-left-color: #fff2cd
        }

.theme-amber nav .mobile-section-nav li.selected > a:first-child, .theme-amber nav ul.tp-nav-main li.selected > a:first-child {
    font-weight: 700;
    background-color: #f5f5f5;
    color: #fbab18
}

.theme-amber nav .mobile-section-nav li.selected.active > a:first-child, .theme-amber nav ul.tp-nav-main li.selected.active > a:first-child {
    font-weight: 700
}

.theme-amber nav .mobile-section-nav li.selected.active > a, .theme-amber nav ul.tp-nav-main li.selected.active > a {
    background-color: #f5f5f5
}

.theme-amber nav .mobile-section-nav a.mobile-section-nav-foot {
    background-color: #fbab18
}

    .theme-amber nav .mobile-section-nav a.mobile-section-nav-foot:hover {
        background-color: #f5a004
    }

.theme-amber nav .mobile-section-nav li.selected > a:first-child {
    border-left-color: #fbab18
}

.theme-amber .pagination li.active a {
    background-color: #fbab18 !important;
    border-color: #fbab18 !important
}

.carousel {
    position: relative
}

    .carousel .carousel-thumbnails {
        width: 100%
    }

        .carousel .carousel-thumbnails .carousel-item {
            border-top: 2px solid #fff
        }

            .carousel .carousel-thumbnails .carousel-item a {
                display: block;
                float: left;
                border-bottom: 5px solid #fff;
                cursor: pointer;
                outline: 0
            }

                .carousel .carousel-thumbnails .carousel-item a:not(:first-child) {
                    padding-left: 2px
                }

                .carousel .carousel-thumbnails .carousel-item a.active img {
                    border-bottom: 5px solid #bdbdbd
                }

                .carousel .carousel-thumbnails .carousel-item a:not(.active):focus img {
                    border-bottom: 5px solid #f0f0f0
                }

                .carousel .carousel-thumbnails .carousel-item a img {
                    border-bottom: 5px solid #fff
                }

            .carousel .carousel-thumbnails .carousel-item .card-footer a {
                width: 100% !important;
                border: none !important
            }

    .carousel .collapse {
        padding: .5rem
    }

    .carousel a[data-toggle=collapse] {
        cursor: pointer;
        display: block;
        font-weight: 400;
        padding-right: 10px
    }

        .carousel a[data-toggle=collapse]::after {
            content: " ";
            background-image: url(../icons/other/plus.svg);
            background-size: 28px 28px;
            height: 28px;
            width: 28px;
            float: right
        }

        .carousel a[data-toggle=collapse][aria-expanded=true]::after {
            background-image: url(../icons/other/minus.svg)
        }

    .carousel .carousel-caption {
        background: rgba(0,0,0,.7);
        color: #fff;
        bottom: 0;
        right: 0;
        left: 0;
        text-align: left;
        padding: 20px
    }

    .carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
        width: 45px;
        height: 45px
    }

    .carousel .carousel-control-next-icon {
        background-image: url("data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI1NnB4IiBoZWlnaHQ9IjI1NnB4IiB2aWV3Qm94PSIwIDAgNDM4LjUzMyA0MzguNTMzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MzguNTMzIDQzOC41MzM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNNDA5LjEzMywxMDkuMjAzYy0xOS42MDgtMzMuNTkyLTQ2LjIwNS02MC4xODktNzkuNzk4LTc5Ljc5NkMyOTUuNzM2LDkuODAxLDI1OS4wNTgsMCwyMTkuMjczLDAgICBjLTM5Ljc4MSwwLTc2LjQ3LDkuODAxLTExMC4wNjMsMjkuNDA3Yy0zMy41OTUsMTkuNjA0LTYwLjE5Miw0Ni4yMDEtNzkuOCw3OS43OTZDOS44MDEsMTQyLjgsMCwxNzkuNDg5LDAsMjE5LjI2NyAgIGMwLDM5Ljc4LDkuODA0LDc2LjQ2MywyOS40MDcsMTEwLjA2MmMxOS42MDcsMzMuNTkyLDQ2LjIwNCw2MC4xODksNzkuNzk5LDc5Ljc5OGMzMy41OTcsMTkuNjA1LDcwLjI4MywyOS40MDcsMTEwLjA2MywyOS40MDcgICBzNzYuNDctOS44MDIsMTEwLjA2NS0yOS40MDdjMzMuNTkzLTE5LjYwMiw2MC4xODktNDYuMjA2LDc5Ljc5NS03OS43OThjMTkuNjAzLTMzLjU5NiwyOS40MDMtNzAuMjg0LDI5LjQwMy0xMTAuMDYyICAgQzQzOC41MzMsMTc5LjQ4NSw0MjguNzMyLDE0Mi43OTUsNDA5LjEzMywxMDkuMjAzeiBNMzM0LjMzMiwyMzIuMTExTDIwNC43MSwzNjEuNzM2Yy0zLjYxNywzLjYxMy03Ljg5Niw1LjQyOC0xMi44NDcsNS40MjggICBjLTQuOTUyLDAtOS4yMzUtMS44MTQtMTIuODUtNS40MjhsLTI5LjEyMS0yOS4xM2MtMy42MTctMy42MTMtNS40MjYtNy44OTgtNS40MjYtMTIuODQ3YzAtNC45NDEsMS44MDktOS4yMzIsNS40MjYtMTIuODQ3ICAgbDg3LjY1My04Ny42NDZsLTg3LjY1Ny04Ny42NWMtMy42MTctMy42MTItNS40MjYtNy44OTgtNS40MjYtMTIuODQ1YzAtNC45NDksMS44MDktOS4yMzEsNS40MjYtMTIuODQ3bDI5LjEyMS0yOS4xMyAgIGMzLjYxOS0zLjYxNSw3Ljg5OC01LjQyNCwxMi44NS01LjQyNGM0Ljk1LDAsOS4yMzMsMS44MDksMTIuODUsNS40MjRsMTI5LjYyMiwxMjkuNjIxYzMuNjEzLDMuNjE0LDUuNDIsNy44OTgsNS40MiwxMi44NDcgICBDMzM5Ljc1MiwyMjQuMjEzLDMzNy45NDUsMjI4LjQ5OCwzMzQuMzMyLDIzMi4xMTF6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==")
    }

    .carousel .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI1NnB4IiBoZWlnaHQ9IjI1NnB4IiB2aWV3Qm94PSIwIDAgNDM4LjUzMyA0MzguNTMzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MzguNTMzIDQzOC41MzM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNNDA5LjEzMywxMDkuMjAzYy0xOS42MDgtMzMuNTkyLTQ2LjIwNS02MC4xODktNzkuNzk4LTc5Ljc5NkMyOTUuNzM2LDkuODAxLDI1OS4wNTgsMCwyMTkuMjczLDAgICBjLTM5Ljc4MSwwLTc2LjQ3LDkuODAxLTExMC4wNjMsMjkuNDA3Yy0zMy41OTUsMTkuNjA0LTYwLjE5Miw0Ni4yMDEtNzkuOCw3OS43OTZDOS44MDEsMTQyLjgsMCwxNzkuNDg5LDAsMjE5LjI2NyAgIGMwLDM5Ljc4LDkuODA0LDc2LjQ2MywyOS40MDcsMTEwLjA2MmMxOS42MDcsMzMuNTkyLDQ2LjIwNCw2MC4xODksNzkuNzk5LDc5Ljc5OGMzMy41OTcsMTkuNjA1LDcwLjI4MywyOS40MDcsMTEwLjA2MywyOS40MDcgICBzNzYuNDctOS44MDIsMTEwLjA2NS0yOS40MDdjMzMuNTkzLTE5LjYwMiw2MC4xODktNDYuMjA2LDc5Ljc5NS03OS43OThjMTkuNjAzLTMzLjU5NiwyOS40MDMtNzAuMjg0LDI5LjQwMy0xMTAuMDYyICAgQzQzOC41MzMsMTc5LjQ4NSw0MjguNzMyLDE0Mi43OTUsNDA5LjEzMywxMDkuMjAzeiBNMjg4LjY0NiwzMDYuOTEzYzMuNjIxLDMuNjE0LDUuNDM1LDcuOTAxLDUuNDM1LDEyLjg0NyAgIGMwLDQuOTQ4LTEuODEzLDkuMjM2LTUuNDM1LDEyLjg0N2wtMjkuMTI2LDI5LjEzYy0zLjYxLDMuNjE3LTcuODkxLDUuNDI4LTEyLjg0LDUuNDIxYy00Ljk1MSwwLTkuMjMyLTEuODExLTEyLjg1NC01LjQyMSAgIEwxMDQuMjEsMjMyLjExMWMtMy42MTctMy42Mi01LjQyNC03Ljg5OC01LjQyNC0xMi44NDhjMC00Ljk0OSwxLjgwNy05LjIzMyw1LjQyNC0xMi44NDdMMjMzLjgyNiw3Ni43OTUgICBjMy42MjEtMy42MTUsNy45MDItNS40MjQsMTIuODU0LTUuNDI0YzQuOTQ5LDAsOS4yMjksMS44MDksMTIuODQsNS40MjRsMjkuMTI2LDI5LjEzYzMuNjIxLDMuNjE1LDUuNDM1LDcuODk4LDUuNDM1LDEyLjg0NyAgIGMwLDQuOTQ2LTEuODEzLDkuMjMzLTUuNDM1LDEyLjg0NWwtODcuNjQ2LDg3LjY1TDI4OC42NDYsMzA2LjkxM3oiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K")
    }

    .carousel .carousel-control-next, .carousel .carousel-control-prev {
        width: 90px;
        height: 90px;
        top: 50%;
        margin-top: -45px;
        opacity: .4;
        border: 1px solid rgba(255,255,255,.2);
        background: rgba(0,0,0,.2);
        border-radius: 50px
    }

        .carousel .carousel-control-next:hover, .carousel .carousel-control-prev:hover {
            opacity: 1
        }

    .carousel .carousel-control-next {
        right: 10px
    }

    .carousel .carousel-control-prev {
        left: 10px
    }

    .carousel .carousel-caption-info {
        font-size: smaller;
        text-align: left;
        position: absolute;
        padding: 5px 10px;
        bottom: 0;
        border-top: 1px solid #333;
        width: 100%;
        opacity: .8;
        background: #000
    }

        .carousel .carousel-caption-info a[data-toggle=collapse] {
            color: #fff
        }

    .carousel .carousel-caption-icon {
        width: 100%
    }

        .carousel .carousel-caption-icon img {
            width: 20px
        }

    .carousel .carousel-sub-caption {
        display: none;
        position: relative;
        color: #000;
        background: #f0f0f0;
        padding: 3px
    }

        .carousel .carousel-sub-caption a:hover {
            text-decoration: none
        }

        .carousel .carousel-sub-caption .carousel-sub-caption-title {
            text-align: left;
            color: #404040;
            font-size: 1.4rem;
            font-weight: 400;
            position: relative;
            top: -3px
        }

        .carousel .carousel-caption p a, .carousel .carousel-caption-icon a, .carousel .carousel-sub-caption p a {
            color: #fff
        }

        .carousel .carousel-sub-caption .carousel-caption-icon a {
            color: #000
        }

    .carousel .carousel-caption a svg {
        position: relative;
        margin-right: .5rem;
        top: 5px
    }

    .carousel .carousel-sub-caption-title {
        text-decoration: none
    }

    .carousel .carousel-sub-caption .carousel-sub-caption-title a:hover {
        text-decoration: none
    }

    .carousel .carousel-sub-caption .carousel-index-indicator {
        padding-top: .25rem;
        padding-left: 1rem;
        width: 60px
    }

        .carousel .carousel-sub-caption .carousel-index-indicator span {
            margin-left: 10px
        }

    .carousel .carousel-indicators {
        margin-left: 50%;
        transform: translate(-50%,-50%)
    }

        .carousel .carousel-indicators li {
            background: #fff;
            border: 1px solid #333;
            padding: 1px;
            height: 5px;
            cursor: pointer
        }

        .carousel .carousel-indicators .active {
            background: #333
        }

    .carousel .carousel-indicators {
        bottom: -20px;
        position: relative
    }

    .carousel .thumbnail-slider .slider-thumb-list .carousel-indicators {
        bottom: -10px
    }

    .carousel .carousel-loading span {
        font-size: 4rem;
        -webkit-animation-name: loading;
        animation-name: loading;
        -webkit-animation-duration: 1.4s;
        animation-duration: 1.4s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both
    }

        .carousel .carousel-loading span:nth-child(2) {
            -webkit-animation-delay: .2s;
            animation-delay: .2s
        }

        .carousel .carousel-loading span:nth-child(3) {
            -webkit-animation-delay: .4s;
            animation-delay: .4s
        }

@-webkit-keyframes loading {
    0% {
        opacity: .2
    }

    20% {
        opacity: 1
    }

    100% {
        opacity: .2
    }
}

@keyframes loading {
    0% {
        opacity: .2
    }

    20% {
        opacity: 1
    }

    100% {
        opacity: .2
    }
}

.carousel .carousel-thumbnails {
    display: block
}

.carousel .thumbnails .carousel-item {
    height: 130px;
    overflow: hidden
}

.carousel .c-white {
    color: #fff !important
}

.carousel .thumbnails .carousel-item a {
    display: block;
    float: left;
    width: 25%;
    border-bottom: 5px solid #fff
}

    .carousel .thumbnails .carousel-item a.active {
        border-bottom: 5px solid #8f0000
    }

    .carousel .thumbnails .carousel-item a img {
        height: 125px
    }

.carousel .carousel-caption:hover {
    cursor: pointer
}

.carousel .carousel-caption-icon img {
    margin: 0 5px;
    color: #fff;
    width: 20px
}

.carousel .carousel-control-next-icon {
    position: relative;
    background-image: url("data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI1NnB4IiBoZWlnaHQ9IjI1NnB4IiB2aWV3Qm94PSIwIDAgNDM4LjUzMyA0MzguNTMzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MzguNTMzIDQzOC41MzM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNNDA5LjEzMywxMDkuMjAzYy0xOS42MDgtMzMuNTkyLTQ2LjIwNS02MC4xODktNzkuNzk4LTc5Ljc5NkMyOTUuNzM2LDkuODAxLDI1OS4wNTgsMCwyMTkuMjczLDAgICBjLTM5Ljc4MSwwLTc2LjQ3LDkuODAxLTExMC4wNjMsMjkuNDA3Yy0zMy41OTUsMTkuNjA0LTYwLjE5Miw0Ni4yMDEtNzkuOCw3OS43OTZDOS44MDEsMTQyLjgsMCwxNzkuNDg5LDAsMjE5LjI2NyAgIGMwLDM5Ljc4LDkuODA0LDc2LjQ2MywyOS40MDcsMTEwLjA2MmMxOS42MDcsMzMuNTkyLDQ2LjIwNCw2MC4xODksNzkuNzk5LDc5Ljc5OGMzMy41OTcsMTkuNjA1LDcwLjI4MywyOS40MDcsMTEwLjA2MywyOS40MDcgICBzNzYuNDctOS44MDIsMTEwLjA2NS0yOS40MDdjMzMuNTkzLTE5LjYwMiw2MC4xODktNDYuMjA2LDc5Ljc5NS03OS43OThjMTkuNjAzLTMzLjU5NiwyOS40MDMtNzAuMjg0LDI5LjQwMy0xMTAuMDYyICAgQzQzOC41MzMsMTc5LjQ4NSw0MjguNzMyLDE0Mi43OTUsNDA5LjEzMywxMDkuMjAzeiBNMzM0LjMzMiwyMzIuMTExTDIwNC43MSwzNjEuNzM2Yy0zLjYxNywzLjYxMy03Ljg5Niw1LjQyOC0xMi44NDcsNS40MjggICBjLTQuOTUyLDAtOS4yMzUtMS44MTQtMTIuODUtNS40MjhsLTI5LjEyMS0yOS4xM2MtMy42MTctMy42MTMtNS40MjYtNy44OTgtNS40MjYtMTIuODQ3YzAtNC45NDEsMS44MDktOS4yMzIsNS40MjYtMTIuODQ3ICAgbDg3LjY1My04Ny42NDZsLTg3LjY1Ny04Ny42NWMtMy42MTctMy42MTItNS40MjYtNy44OTgtNS40MjYtMTIuODQ1YzAtNC45NDksMS44MDktOS4yMzEsNS40MjYtMTIuODQ3bDI5LjEyMS0yOS4xMyAgIGMzLjYxOS0zLjYxNSw3Ljg5OC01LjQyNCwxMi44NS01LjQyNGM0Ljk1LDAsOS4yMzMsMS44MDksMTIuODUsNS40MjRsMTI5LjYyMiwxMjkuNjIxYzMuNjEzLDMuNjE0LDUuNDIsNy44OTgsNS40MiwxMi44NDcgICBDMzM5Ljc1MiwyMjQuMjEzLDMzNy45NDUsMjI4LjQ5OCwzMzQuMzMyLDIzMi4xMTF6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==")
}

.carousel .carousel-control-prev-icon {
    position: relative;
    background-image: url("data:image/svg+xml;charset=utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI1NnB4IiBoZWlnaHQ9IjI1NnB4IiB2aWV3Qm94PSIwIDAgNDM4LjUzMyA0MzguNTMzIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MzguNTMzIDQzOC41MzM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNNDA5LjEzMywxMDkuMjAzYy0xOS42MDgtMzMuNTkyLTQ2LjIwNS02MC4xODktNzkuNzk4LTc5Ljc5NkMyOTUuNzM2LDkuODAxLDI1OS4wNTgsMCwyMTkuMjczLDAgICBjLTM5Ljc4MSwwLTc2LjQ3LDkuODAxLTExMC4wNjMsMjkuNDA3Yy0zMy41OTUsMTkuNjA0LTYwLjE5Miw0Ni4yMDEtNzkuOCw3OS43OTZDOS44MDEsMTQyLjgsMCwxNzkuNDg5LDAsMjE5LjI2NyAgIGMwLDM5Ljc4LDkuODA0LDc2LjQ2MywyOS40MDcsMTEwLjA2MmMxOS42MDcsMzMuNTkyLDQ2LjIwNCw2MC4xODksNzkuNzk5LDc5Ljc5OGMzMy41OTcsMTkuNjA1LDcwLjI4MywyOS40MDcsMTEwLjA2MywyOS40MDcgICBzNzYuNDctOS44MDIsMTEwLjA2NS0yOS40MDdjMzMuNTkzLTE5LjYwMiw2MC4xODktNDYuMjA2LDc5Ljc5NS03OS43OThjMTkuNjAzLTMzLjU5NiwyOS40MDMtNzAuMjg0LDI5LjQwMy0xMTAuMDYyICAgQzQzOC41MzMsMTc5LjQ4NSw0MjguNzMyLDE0Mi43OTUsNDA5LjEzMywxMDkuMjAzeiBNMjg4LjY0NiwzMDYuOTEzYzMuNjIxLDMuNjE0LDUuNDM1LDcuOTAxLDUuNDM1LDEyLjg0NyAgIGMwLDQuOTQ4LTEuODEzLDkuMjM2LTUuNDM1LDEyLjg0N2wtMjkuMTI2LDI5LjEzYy0zLjYxLDMuNjE3LTcuODkxLDUuNDI4LTEyLjg0LDUuNDIxYy00Ljk1MSwwLTkuMjMyLTEuODExLTEyLjg1NC01LjQyMSAgIEwxMDQuMjEsMjMyLjExMWMtMy42MTctMy42Mi01LjQyNC03Ljg5OC01LjQyNC0xMi44NDhjMC00Ljk0OSwxLjgwNy05LjIzMyw1LjQyNC0xMi44NDdMMjMzLjgyNiw3Ni43OTUgICBjMy42MjEtMy42MTUsNy45MDItNS40MjQsMTIuODU0LTUuNDI0YzQuOTQ5LDAsOS4yMjksMS44MDksMTIuODQsNS40MjRsMjkuMTI2LDI5LjEzYzMuNjIxLDMuNjE1LDUuNDM1LDcuODk4LDUuNDM1LDEyLjg0NyAgIGMwLDQuOTQ2LTEuODEzLDkuMjMzLTUuNDM1LDEyLjg0NWwtODcuNjQ2LDg3LjY1TDI4OC42NDYsMzA2LjkxM3oiIGZpbGw9IiNGRkZGRkYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K")
}

.carousel .carousel-caption-info {
    font-size: smaller;
    text-align: left;
    position: absolute;
    padding: 5px 10px;
    bottom: 0;
    border-top: 1px solid #555;
    width: 100%;
    opacity: .8;
    background: #000
}

.carousel .carousel-control-next, .carousel .carousel-control-prev {
    position: absolute;
    width: 45px;
    height: 45px
}

.carousel .carousel-control-next {
    right: 10px;
    margin-bottom: 45px
}

.carousel .carousel-control-prev {
    left: 10px
}

.carousel .carousel-control-next, .carousel .carousel-control-prev {
    top: 65%
}

    .carousel .carousel-control-next:hover, .carousel .carousel-control-prev:hover {
        opacity: 1
    }

.carousel .carousel-control-next-icon, .carousel .carousel-control-prev-icon {
    width: 45px;
    height: 45px
}

.carousel .carousel-caption-icon {
    width: 100%;
    font-size: 1rem
}

.carousel .carousel-sub-caption .carousel-index-indicator, .carousel .carousel-sub-caption .carousel-sub-caption-title {
    position: relative;
    text-align: left;
    color: #3b3b3b;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0 0 0 25px
}

.carousel .carousel-sub-caption .carousel-sub-caption-title {
    padding: 5px 0 0 0
}

.carousel .carousel-sub-caption .carousel-index-indicator {
    border-color: #3b3b3b;
    width: 85px
}

.carousel .carousel-caption-info a[data-toggle=collapse] {
    color: #fff
}

.carousel .carousel-inner {
    width: 100%
}

.carousel .rounded-circle {
    width: 80px;
    height: 80px
}

.carousel .carousel-thumbnails .carousel-sub-caption {
    display: none
}

.carousel .carousel-caption-icon svg {
    position: relative;
    top: 5px;
    margin-right: .5rem
}

.carousel .carousel-index-indicator span {
    color: #e0e0e0
}

.carousel .thumbnail-wrapper {
    float: left;
    overflow: hidden;
    width: 25%
}

.carousel .thumbnail-image img {
    width: 100%;
    height: 170px
}

.carousel a.thumbnail-image {
    width: 100%
}

    .carousel a.thumbnail-image iframe {
        height: 170px;
        overflow: hidden
    }

.carousel .thumbnail-slider-description {
    clear: left;
    text-align: left;
    font-size: .9em;
    background: #fff;
    color: #555;
    overflow: hidden;
    padding: 15px;
    width: 100%;
    position: relative
}

    .carousel .thumbnail-slider-description h3 {
        font-family: "Open Sans",apple-system,blinkmacsystemfont,"Segoe UI","Helvetica Neue",arial,sans-serif;
        font-size: 1.6em;
        padding: 5px 0 8px 0
    }

.carousel h3 {
    padding: 5px 0 5px 0;
    margin-top: 0;
    font-family: "Open Sans",apple-system,blinkmacsystemfont,"Segoe UI","Helvetica Neue",arial,sans-serif
}

.carousel .small_control {
    display: none
}

    .carousel .small_control .carousel-control-next, .carousel .small_control .carousel-control-prev {
        position: absolute;
        top: 55%
    }

.carousel .large_control {
    position: absolute;
    top: 50%;
    width: 100%
}

    .carousel .large_control .carousel-control-next, .carousel .large_control .carousel-control-prev {
        position: absolute;
        width: 70px;
        height: 70px
    }

    .carousel .large_control .carousel-control-prev {
        left: 20px
    }

    .carousel .large_control .carousel-control-next {
        right: 20px
    }

.carousel .carousel-slider .large_control {
    display: none
}

.carousel .small_control_thumb {
    display: none
}

.carousel .thumbnail-wrapper {
    width: 24%;
    text-align: left;
    margin: 0 5px 0 0
}

    .carousel .thumbnail-wrapper:last-child {
        margin: 0
    }

    .carousel .thumbnail-wrapper img {
        margin: 0;
        width: 100%;
        height: 170px
    }

    .carousel .thumbnail-wrapper .thumbnail-image {
        width: 100%;
        height: 170px
    }

.carousel-slider .carousel-indicators {
    position: absolute;
    bottom: -180px
}

.carousel.carousel-thumbnails a:focus {
    outline: 0
}

.carousel-thumbnails .small_control_thumb {
    display: none
}

.carousel-thumbnails .small_control {
    z-index: 2;
    display: block
}

    .carousel-thumbnails .small_control .carousel-control-next {
        right: 5px
    }

    .carousel-thumbnails .small_control .carousel-control-prev {
        left: 5px
    }

.slider-thumb-list {
    margin: 0 auto;
    width: 100%;
    text-align: center
}

    .slider-thumb-list img {
        margin: 8px 0;
        width: 24.5%;
        height: 120px
    }

    .slider-thumb-list a {
        text-decoration: none
    }

    .slider-thumb-list .three-per-slide img {
        width: 32.85%
    }

    .slider-thumb-list .four-per-slide img {
        width: 24.5%
    }

    .slider-thumb-list .five-per-slide img {
        width: 19.45%
    }

    .slider-thumb-list .carousel-items-5 img {
        margin: 8px 3px 0 3px;
        width: 18%;
        height: 120px
    }

.thumb-slider .slider-thumb-list {
    display: block
}

.thumb-slider .small_control {
    width: 100%;
    position: absolute;
    top: 75px
}

    .thumb-slider .small_control .carousel-control-next {
        right: 20px
    }

    .thumb-slider .small_control .carousel-control-prev {
        left: 20px
    }

.thumb-slider .carousel-indicators {
    display: flex;
    bottom: -100px
}

@media (max-width:767px) {
    .slider-thumb-list.smallest {
        display: none
    }

    .carousel-indicators {
        display: none
    }

    .carousel {
        position: relative
    }

        .carousel .video-container a svg {
            width: 100px;
            z-index: 10
        }

        .carousel .carousel-item img {
            height: 250px !important
        }

        .carousel .carousel-item iframe {
            height: 250px !important
        }

        .carousel .carousel-control-next, .carousel .carousel-control-prev {
            top: 100px
        }

        .carousel .carousel-caption {
            display: none
        }

        .carousel .carousel-sub-caption {
            display: block
        }

        .carousel .thumbnail-wrapper {
            width: 100%;
            height: auto;
            min-height: 500px
        }

        .carousel .carousel-thumbnails .carousel-item a {
            display: block;
            float: none;
            width: auto;
            border-bottom: none
        }

        .carousel .carousel-thumbnails .carousel-sub-caption {
            display: inline-block;
            margin-top: -10px
        }

        .carousel .carousel-thumbnails .thumbnail-slider-description {
            display: none
        }

        .carousel .carousel-thumbnails .carousel-item a img {
            height: 100%;
            border-bottom: 5px solid #fff
        }

        .carousel .thumbnail-wrapper .carousel-sub-caption {
            display: block;
            width: 100%
        }

        .carousel .thumbnail-image iframe {
            height: 220px;
            overflow: hidden
        }

        .carousel .slider-thumb-list .carousel-sub-caption {
            position: relative;
            top: 50px
        }

        .carousel .slider-thumb-list .thumbnail-wrapper {
            width: 100%
        }

            .carousel .slider-thumb-list .thumbnail-wrapper.card {
                border-bottom: none;
                border-left: none;
                border-right: none
            }

        .carousel .carousel-indicators {
            display: flex
        }

            .carousel .carousel-indicators.carousel-thumbnail-indicators {
                position: relative;
                bottom: -20px
            }

        .carousel .large_control {
            display: none
        }

        .carousel .small_control {
            width: 100%;
            position: absolute;
            top: 125px;
            display: block
        }

        .carousel .small_control_thumb {
            display: block
        }

        .carousel .slider-standard .small_control {
            display: block
        }

        .carousel .slider-thumb-list .small_control {
            top: 100px
        }

    .thumbnail-slider .carousel-indicators {
        bottom: 0;
        position: relative
    }
}

@media (max-width:991px) and (min-width:767px) {
    .carousel .thumbnail-wrapper {
        width: 50%
    }

        .carousel .thumbnail-wrapper img {
            width: 100%
        }

    .thumbnail-slider .slider-thumb-list {
        margin: 0 auto;
        width: 100%;
        text-align: center
    }

        .thumbnail-slider .slider-thumb-list .thumbnail-wrapper {
            width: 48%
        }
}

.thumbnail-slider.carousel-slider {
    display: block
}

    .thumbnail-slider.carousel-slider .card {
        width: 100%
    }

    .thumbnail-slider.carousel-slider .small_control_thumb {
        display: block
    }

.thumbnail-slider.carousel-thumbnails {
    display: none
}

@media (min-width:991px) {
    .thumbnail-slider.carousel-slider {
        display: none
    }

    .thumbnail-slider.carousel-thumbnails {
        display: block
    }
}

.accordion .card-header {
    padding-right: 50px;
    border-left: 4px solid;
    border-left-color: #005eaa;
    color: #005eaa;
    transition: border-left-color .5s;
    transition-timing-function: ease
}

    .accordion .card-header.collapsed {
        border-left-color: transparent;
        color: inherit
    }

        .accordion .card-header.collapsed:hover {
            padding-right: 50px;
            border-left: 4px solid;
            border-left-color: #005eaa;
            color: #005eaa
        }

    .accordion .card-header .btn-link.btn-link, .accordion .card-header .btn.btn-link {
        text-decoration: none;
        transition: color .5s
    }

.card-header .btn-link {
    font-weight: inherit;
    color: inherit
}

.card-header .btn.btn-link {
    padding: 0
}

.card-header .btn-link:hover {
    cursor: pointer
}

.tab-pane {
    padding: 15px 10px
}

.collapse-link, a.collapse-link {
    font-size: 17px;
    font-family: "Open Sans",apple-system,blinkmacsystemfont,"Segoe UI","Helvetica Neue",arial,sans-serif;
    color: #005eaa
}

.collapse .card-body .card {
    border-radius: .25rem;
    border: 1px solid #e0e0e0
}

    .collapse .card-body .card .card-body {
        padding-left: 1rem
    }

    .collapse .card-body .card .card-header::after {
        background: 0 0
    }

    .collapse .card-body .card .card-header:hover {
        background: 0 0
    }

.video-toolbar button i {
    color: #fff
}

.video-container {
    position: relative
}

    .video-container a:active, .video-container a:focus {
        outline: 0;
        border: none
    }

    .video-container .video-container-placeholder svg {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        opacity: .5
    }

        .video-container .video-container-placeholder svg:hover {
            opacity: .9
        }

.video-container-inline {
    display: inline
}

.video-container-small {
    position: relative;
    width: 50%;
    height: 100%
}

    .video-container-small iframe {
        width: 100%;
        height: 100%
    }

.modal-video {
    max-width: 700px
}

    .modal-video .modal-header {
        padding: 22px;
        border-bottom: none
    }

@media (max-width:768px) {
    .video-links {
        display: grid
    }

        .video-links span {
            display: inherit;
            float: none;
            text-align: left
        }

        .video-links .video-transcript a.noDecoration.nonHtml {
            display: block;
            margin-bottom: .5rem
        }

            .video-links .video-transcript a.noDecoration.nonHtml svg.ml-2 {
                margin-left: 5px
            }

    .video-container-small {
        width: 100%
    }

    .modal-video {
        width: 100%
    }
}

img.img-thumbnail {
    border-radius: 0
}

    img.img-thumbnail.img-left {
        float: left;
        margin-right: 1rem;
        margin-bottom: 1rem
    }

    img.img-thumbnail.img-right {
        float: right;
        margin-left: 1rem;
        margin-bottom: 1rem
    }

.socialMediaFeeds {
    padding: 0;
    background: #fff;
    border: 1px solid #e0e0e0
}

    .socialMediaFeeds .card-header {
        padding-left: none;
        background: #fff;
        height: 50px
    }

        .socialMediaFeeds .card-header svg {
            float: left
        }

        .socialMediaFeeds .card-header h4 {
            float: left;
            position: relative;
            left: 10px
        }

    .socialMediaFeeds .card-footer a {
        text-decoration: none
    }

        .socialMediaFeeds .card-footer a:hover {
            color: #005eaa;
            border-bottom: 1px solid #005eaa
        }

    .socialMediaFeeds svg.social-icon {
        width: 25px;
        height: 25px;
        float: left;
        margin: 0 5px 0 0
    }

    .socialMediaFeeds .post {
        font-size: 17px;
        padding: 10px 0;
        line-height: 30px;
        border-bottom: 1px dashed #e0e0e0
    }

        .socialMediaFeeds .post:last-child {
            border-bottom: none
        }

    .socialMediaFeeds .feed-header {
        width: 100%;
        font-weight: 400;
        font-size: 1.375rem
    }

        .socialMediaFeeds .feed-header a {
            text-decoration: none
        }

.page-share {
    list-style-type: none;
    padding-top: .5rem;
    padding-bottom: .5rem
}

    .page-share ul {
        margin-bottom: 0;
        padding: 0
    }

    .page-share li {
        display: inline-block;
        padding-left: .875rem;
        margin-bottom: 0
    }

        .page-share li a {
            display: inline-block
        }

            .page-share li a .fi {
                font-size: 24px;
                vertical-align: middle
            }

                .page-share li a .fi.cdc-icon-fb-round {
                    color: #3b5998
                }

                .page-share li a .fi.cdc-icon-email-round {
                    color: #333
                }

                .page-share li a .fi.cdc-icon-twitter-round {
                    color: #00b6f1
                }

                .page-share li a .fi.cdc-icon-syndication-round {
                    color: #f45a03
                }

.social-media-footer {
    list-style: none;
    padding-left: 0 !important
}

    .social-media-footer li {
        margin-bottom: 0;
        width: 100%;
        text-align: center
    }

        .social-media-footer li:not(:first-of-type) {
            border-left: 1px solid #fff
        }

        .social-media-footer li .fi {
            position: relative;
            top: 3px;
            color: #fff
        }

div.socl-hd.card-header {
    height: auto
}

    div.socl-hd.card-header h4 {
        float: none
    }

.fourth-level-nav.ordered-list li.list-group-item {
    border: none !important;
    padding: 0
}

    .fourth-level-nav.ordered-list li.list-group-item:first-child {
        padding-top: .5rem
    }

.fourth-level-nav.ordered-list a, .fourth-level-nav.ordered-list a:link {
    text-decoration: underline
}

.fourth-level-nav.ordered-list.disc ol {
    list-style-type: disc !important
}

.fourth-level-nav.ordered-list.decimal ol {
    list-style-type: decimal !important
}

.fourth-level-container ol {
    padding-left: 1rem
}

    .fourth-level-container ol .list-group-item {
        display: list-item;
        margin-left: 1rem
    }

        .fourth-level-container ol .list-group-item a {
            color: #000
        }

    .fourth-level-container ol.two-column-list, .fourth-level-container ul.two-column-list {
        -moz-columns: 2;
        columns: 2;
        list-style-position: inside;
        display: block
    }

        .fourth-level-container ol.two-column-list li.list-group-item:nth-child(6), .fourth-level-container ul.two-column-list li.list-group-item:nth-child(6) {
            border-top: 1px dashed #e0e0e0 !important
        }

.tp-related-pages a, .tp-related-pages a:link {
    text-decoration: none
}

    .tp-related-pages a:hover, .tp-related-pages a:link:hover {
        color: #005eaa;
        text-decoration: underline
    }

    .tp-related-pages .collapse-link, .tp-related-pages a.collapse-link {
        font-size: 17px;
        font-family: "Open Sans",apple-system,blinkmacsystemfont,"Segoe UI","Helvetica Neue",arial,sans-serif;
        color: #005eaa
    }

.tp-related-pages .list-group {
    padding-left: 15px;
    padding-right: 15px
}

    .tp-related-pages .list-group li.list-group-item {
        border: none;
        padding-left: 0
    }

.tp-related-pages .list-group-item.active {
    color: #000;
    font-weight: 700;
    background: 0 0 !important
}

    .tp-related-pages .list-group-item.active a.list-group-item-action {
        color: #000
    }

.tp-related-pages .list-group {
    font-weight: 400
}

    .tp-related-pages .list-group li.list-group-item:first-child {
        border-top: none
    }

        .tp-related-pages .list-group li.list-group-item:first-child:hover {
            border-top: none
        }

    .tp-related-pages .list-group li.list-group-item:last-child {
        border-bottom: none
    }

        .tp-related-pages .list-group li.list-group-item:last-child:hover {
            border-bottom: none
        }

    .tp-related-pages .list-group li.list-group-item:nth-child(6) {
        border-top: none
    }

        .tp-related-pages .list-group li.list-group-item:nth-child(6):hover {
            border-top: none
        }

.collapse-icon a.nav-minus:link, .collapse-icon a.nav-minus:visited, .collapse-icon a.nav-plus:link, .collapse-icon a.nav-plus:visited {
    position: absolute;
    z-index: 1071;
    top: 15px;
    right: 5px;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 0;
    background-color: transparent;
    box-sizing: content-box;
    text-align: center
}

    .collapse-icon a.nav-minus:link svg, .collapse-icon a.nav-minus:visited svg, .collapse-icon a.nav-plus:link svg, .collapse-icon a.nav-plus:visited svg {
        fill: #bdbdbd;
        width: 100%;
        height: 100%;
        transition: fill .5s,transform .4s linear;
        transform: rotate(0)
    }

    .collapse-icon a.nav-minus:link .fi, .collapse-icon a.nav-minus:visited .fi, .collapse-icon a.nav-plus:link .fi, .collapse-icon a.nav-plus:visited .fi {
        color: #bdbdbd;
        font-size: 20px;
        line-height: 1;
        vertical-align: top;
        transition: all .5s,transform .4s linear;
        transform: rotate(-180deg)
    }

    .collapse-icon a.nav-minus:link.collapsed .fi, .collapse-icon a.nav-minus:link.collapsed svg, .collapse-icon a.nav-minus:link:active .fi, .collapse-icon a.nav-minus:link:active svg, .collapse-icon a.nav-minus:visited.collapsed .fi, .collapse-icon a.nav-minus:visited.collapsed svg, .collapse-icon a.nav-minus:visited:active .fi, .collapse-icon a.nav-minus:visited:active svg, .collapse-icon a.nav-plus:link.collapsed .fi, .collapse-icon a.nav-plus:link.collapsed svg, .collapse-icon a.nav-plus:link:active .fi, .collapse-icon a.nav-plus:link:active svg, .collapse-icon a.nav-plus:visited.collapsed .fi, .collapse-icon a.nav-plus:visited.collapsed svg, .collapse-icon a.nav-plus:visited:active .fi, .collapse-icon a.nav-plus:visited:active svg {
        transform: rotate(-90deg)
    }

.collapse-icon.active > a:first-child {
    font-weight: 700
}

.collapse-icon.active ul li a:active, .collapse-icon.active ul li a:link, .collapse-icon.active ul li a:visited {
    font-weight: 400;
    border-left: 4px solid #f5f5f5
}

.collapse-icon.active ul li.active > a:first-child {
    font-weight: 700
}

.collapse-icon.active.selected > a:first-child {
    font-weight: 700
}

@media (max-width:767px) {
    .tp-related-pages:not(.multi-page) {
        display: none
    }
}

::-ms-clear {
    display: none
}

form.validate .form-group fieldset.fieldset.border {
    padding: 10px;
    border: 1px solid #555;
    border-radius: 8px;
    box-shadow: 0 0 1px #555;
    margin: 12px 0 18px 0
}

    form.validate .form-group fieldset.fieldset.border legend {
        float: left;
        margin-top: -24px;
        margin-left: 10px;
        margin-bottom: 0;
        width: inherit;
        padding: 0 10px;
        border-bottom: none;
        background-color: #fff;
        font-size: inherit;
        line-height: inherit
    }

        form.validate .form-group fieldset.fieldset.border legend + * {
            clear: both
        }

.forms .form-control:focus {
    color: #000;
    box-shadow: 0 0 0 .2rem rgba(255,102,1,.9)
}

.forms .datepicker-size {
    width: 276px;
    margin: 0
}

.forms .btn.btn-white:hover {
    background-color: #fff
}

.forms .form-control:disabled {
    background-color: #f0f0f0
}

.forms .form-control::-webkit-input-placeholder {
    color: #555;
    opacity: 1
}

.forms .form-control::-moz-placeholder {
    color: #555;
    opacity: 1
}

.forms .form-control:-ms-input-placeholder {
    color: #555;
    opacity: 1
}

.forms .form-control::-ms-input-placeholder {
    color: #555;
    opacity: 1
}

.forms .form-control::placeholder {
    color: #555;
    opacity: 1
}

.forms .form-control:-ms-input-placeholder {
    color: #555
}

.forms .form-control::-ms-input-placeholder {
    color: #555
}

.forms .typedtext-formscontrols {
    color: #000
}

.forms .fontsize-large-dropdown {
    font-size: 14px
}

.forms .dynamicdropdown-counter {
    float: right;
    clear: both
}

.forms ::-ms-clear {
    display: none
}

.forms .has-clear {
    position: relative
}

    .forms .has-clear .form-control .typetext-field {
        padding-right: 20px
    }

    .forms .has-clear .form-control-clear {
        z-index: 10;
        pointer-events: auto;
        cursor: pointer;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        right: 10px;
        display: block;
        line-height: 34px;
        text-align: center;
        font-size: 30px
    }

.forms .box-margin {
    margin-bottom: 20px;
    margin-top: 20px
}

.forms .bold-hint {
    margin-top: -5px;
    margin-bottom: 0;
    padding: 0
}

.forms .spec-box {
    margin: 10px;
    padding: 10px;
    background: #3da9cc;
    margin-bottom: 20px
}

.forms .header-top-space {
    margin-top: 0
}

.forms .row-top {
    margin-top: 50px;
    margin-bottom: 10px
}

.forms .label-space-padding {
    padding: 10px
}

.forms .label-space-margin {
    margin: 10px
}

.forms .label-inline-h2 {
    margin-left: -8px
}

.forms .margin-container-intems {
    padding-right: 10px
}

.forms .form-control.is-invalid {
    border-color: #8f0000
}

.forms .invalid-feedback {
    color: #8f0000;
    font-size: .8rem;
    margin-top: .25rem
}

.forms .form-check-input.is-invalid ~ .form-check-label {
    color: #8f0000
}

.forms .form-container {
    background-color: #f2f2f2;
    padding: 30px
}

.forms .forms-label {
    margin-top: 1rem;
    margin-bottom: .5rem;
    width: 100%
}

.forms .forms-optional {
    color: #555;
    margin-left: .5rem;
    font-size: .8rem
}

.forms .forms-bold-hint {
    color: #555;
    margin-top: .25rem;
    font-size: .8rem
}

.forms .form-control {
    border-color: #bdbdbd
}

.forms input::-webkit-input-placeholder {
    color: #bdbdbd;
    opacity: 1
}

.forms input::-webkit-input-placeholder, .forms input::placeholder {
    color: #bdbdbd;
    opacity: 1
}

.forms input:-ms-input-placeholder {
    color: #bdbdbd
}

.forms input::-ms-input-placeholder {
    color: #bdbdbd
}

.forms :focus {
    outline: 0
}

.forms .form-check {
    margin-bottom: .5rem
}

    .forms .form-check label.form-check-label {
        padding: 0 .25rem
    }

        .forms .form-check label.form-check-label:hover {
            background-color: #f0f0f0
        }

.forms .radioBig {
    -webkit-appearance: button;
    -moz-appearance: button;
    border: 4px solid #ccc;
    border-top-color: #bbb;
    border-left-color: #bbb;
    background: #fff;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    cursor: pointer
}

    .forms .radioBig:checked {
        border: 6px solid #333
    }

.forms .big-checkbox {
    width: 20px;
    height: 20px
}

.forms .small-checkbox {
    width: 13px;
    height: 13px
}

.forms .button-FooterSpace {
    margin-bottom: 30px;
    margin-top: 30px
}

.forms .resetbutton-Color {
    margin-left: 30px
}

.forms .form-control:focus option, .forms select.form-control[multiple]:focus option {
    color: #000
}

    .forms .form-control:focus option:checked, .forms select.form-control[multiple]:focus option:checked {
        background: #555 linear-gradient(0deg,#555 0,#555 100%)
    }

        .forms .form-control:focus option:checked:hover, .forms select.form-control[multiple]:focus option:checked:hover {
            background: #333 linear-gradient(0deg,#333 0,#333 100%)
        }

    .forms .form-control:focus option.selected, .forms select.form-control[multiple]:focus option.selected {
        background-color: #555;
        color: #fff
    }

        .forms .form-control:focus option.selected:hover, .forms select.form-control[multiple]:focus option.selected:hover {
            background-color: #bdbdbd;
            color: #000
        }

    .forms .form-control:focus option:hover, .forms select.form-control[multiple]:focus option:hover {
        background-color: #f0f0f0
    }

.forms .dropdown {
    border-color: #bdbdbd
}

    .forms .dropdown .btn.dropdown-toggle {
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        padding-right: 1.5rem
    }

        .forms .dropdown .btn.dropdown-toggle::after {
            position: absolute;
            right: .5rem;
            top: 50%;
            transform: translateY(-50%)
        }

.forms .dropdown-menu {
    min-width: 100%
}

    .forms .dropdown-menu .dropdown-item:hover {
        background-color: #f0f0f0
    }

    .forms .dropdown-menu .dropdown-item.selected {
        color: #fff;
        background-color: #075290
    }

    .forms .dropdown-menu label.dropdown-header {
        color: #000;
        font-weight: 700
    }

.forms .dropdown-node-one {
    padding-left: 20px
}

.forms .dropdown-node-two {
    padding-left: 35px
}

.forms .dropdown-node-three {
    padding-left: 50px
}

.forms .dropdown-node-four {
    padding-left: 65px
}

.forms .forms-checkbox-gridtopspace {
    margin-top: -30px
}

.forms .required-color {
    color: #c10000
}

.g-recaptcha {
    display: none
}

.grecaptcha-badge {
    width: 256px;
    height: 80px;
    padding: 0 2px 0 2px;
    margin-bottom: 1.5rem;
    font-size: smaller
}

    .grecaptcha-badge a, .grecaptcha-badge a:visited {
        color: gray
    }

    .grecaptcha-badge .rc-anchor-logo-img {
        background: url(https://www.gstatic.com/recaptcha/api2/logo_48.png);
        background-repeat: no-repeat;
        height: 48px;
        width: 48px;
        float: left;
        display: inline-block;
        margin-right: 1rem
    }

    .grecaptcha-badge .rc-anchor-normal-footer {
        margin-bottom: 1rem
    }

    .grecaptcha-badge .rc-anchor-pt {
        line-height: 48px
    }

        .grecaptcha-badge .rc-anchor-pt svg {
            width: 12px
        }

    .grecaptcha-badge .rc-anchor-normal-footer div:first-of-type {
        margin-bottom: .5rem
    }

.yamm .collapse, .yamm .dropdown, .yamm .dropup, .yamm .nav {
    position: static
}

.yamm .container {
    position: relative
}

.yamm .dropdown-menu {
    left: auto;
    border-radius: 0;
    min-width: 400px;
    box-shadow: 0 0 10px rgba(85,85,85,.25)
}

.yamm .dropdown-toggle::after {
    margin-left: .5em
}

.yamm .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0
}

.yamm .yamm-content {
    padding: 20px 30px
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0
}

@media (min-width:767px) {
    .yamm .panel-group {
        width: 400px
    }

    .yamm .thumbnail {
        margin: 0
    }
}

.yamm .menu-body {
    padding: 10px 20px
}

.yamm .nav-justified .nav-item {
    flex-basis: auto
}

.yamm .nav-item.dropdown.show a.nav-link, .yamm .nav-link:hover {
    background: #88c3ea;
    color: #000
}

.yamm .dropdown-item {
    border-left: 4px solid #f5f5f5;
    padding: .75rem 1.25rem;
    border-bottom: 1px dashed #e0e0e0
}

    .yamm .dropdown-item:hover {
        border-left: 4px solid #005eaa;
        color: #005eaa !important
    }

.yamm a.dropdown-item, .yamm a:link.dropdown-item {
    color: #000
}

    .yamm a.dropdown-item:hover, .yamm a:link.dropdown-item:hover {
        color: #000
    }

.yamm .nav-item {
    margin-bottom: 0
}

.yamm .nav-link {
    padding: 20px 5px;
    height: 100%
}

html.cdc-home .body-wrapper {
    background-color: transparent
}

html.cdc-home .dropdown-menu-right {
    min-width: 700px
}

html.cdc-home .small-search .dropdown-menu-right {
    min-width: inherit
}

html.cdc-home .dropdown-menu a.btn-primary:hover {
    text-decoration: underline !important
}

html.cdc-home #masthead-homepage {
    fill: #000
}

html.cdc-home .tp-search .medium-search {
    padding-top: 0
}

html.cdc-home .az-strip a {
    color: #000
}

html.cdc-home .az-strip .card {
    float: left;
    font-weight: 700;
    margin-left: 1px
}

    html.cdc-home .az-strip .card .card-body {
        padding-top: .6rem;
        text-align: center
    }

html.cdc-home .az-strip .w-3 {
    width: 2.99rem !important
}

html.cdc-home .az-strip .h-3 {
    height: 2.99rem !important
}

html.cdc-home div.site-title:not(.intranet-horizontal-nav) {
    padding: 0
}

@media (max-width:991px) {
    html.cdc-home div.site-title:not(.intranet-horizontal-nav) {
        padding: 4px 0;
        border-bottom: 2px solid #88c3ea !important
    }
}

html.cdc-home .navbar {
    padding: 0
}

html.cdc-home footer .agency-footer {
    padding-bottom: 0
}

html.cdc-home .fill-germ {
    fill: #84bc49
}

html.cdc-home .block-list {
    padding-left: 0
}

    html.cdc-home .block-list li .list-icon + span {
        display: inline-block
    }

html.cdc-home .card .card-body > ul {
    padding-left: 0
}

html.cdc-home .card .card-footer {
    background-color: #fff;
    border-top: none;
    padding-top: 0
}

@media (min-width:992px) {
    html.cdc-home .navbar-expand-md .navbar-collapse.collapse {
        display: flex !important;
        flex-basis: auto
    }
}

@media (min-width:768px) {
    html.cdc-home .navbar-expand-md .navbar-collapse {
        display: none !important
    }
}

@media (max-width:991px) {
    html.cdc-home .feature-area .jumbotron {
        margin-bottom: 0
    }

    html.cdc-home .feature-area + .container.body-wrapper {
        padding-top: 0
    }
}

.az-strip a {
    color: #000;
    text-decoration: none
}

.az-strip .card {
    float: left;
    font-weight: 700;
    margin-right: 5px;
    margin-bottom: 5px
}

    .az-strip .card.active, .az-strip .card:hover {
        background: #e0e0e0 !important
    }

    .az-strip .card .card-body {
        padding-top: .6rem;
        text-align: center
    }

.az-strip .w-3 {
    width: 2.99rem !important
}

.az-strip .h-3 {
    height: 2.99rem !important
}

.az-content h2 {
    text-transform: uppercase
}

@media (max-width:991.98px) {
    .az-strip .w-3 {
        width: 1.99rem !important
    }

    .az-strip .h-3 {
        height: 1.99rem !important
    }

    .az-strip .card .card-body {
        padding: 0;
        padding-top: .2rem
    }
}

.comment-meta-notification {
    background: #ffc;
    padding: 10px;
    border: 1px solid #fc0
}

#cdc_comments .commentlist {
    list-style-type: none
}

#cdc_comments .children {
    border-left: 1px dotted #555;
    margin-bottom: .25rem;
    list-style-type: none;
    padding-left: 0;
    margin-left: 30px
}

    #cdc_comments .children .comment-body {
        margin-top: 1em
    }

#cdc_comments .commentlist, #cdc_comments .media-list {
    padding-left: 0
}

    #cdc_comments .media-list:nth-of-type(0) {
        border-left: none !important
    }

#cdc_comments .media-list {
    border-left: 1px dotted #555
}

#cdc_comments .comment-body {
    margin-left: .75rem
}

#cdc_comments .depth-1 {
    background: #f0f0f0;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-top: 4px solid #555;
    border-radius: .25rem
}

#cdc_comments .comment-meta {
    overflow: auto
}

#cdc_comments .comment-author {
    float: left
}

#cdc_comments .comment-metadata {
    float: right
}

#respond {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: .25rem;
    padding: 1rem;
    margin-bottom: 1rem
}

    #respond h5 {
        margin-top: 0 !important
    }

    #respond .respond-text {
        margin-bottom: 1rem
    }

    #respond .respond-subtitle {
        margin-bottom: 1rem;
        display: block
    }

    #respond #comment_content {
        height: 40px;
        min-height: 25px;
        width: 100%;
        border-radius: .25rem;
        border: 1px solid #e0e0e0 !important;
        padding: .25rem .5rem
    }

        #respond #comment_content.open {
            height: 250px
        }

    #respond #commentform .anon_review_text {
        margin-left: 1rem
    }

    #respond #commentform .comment_author {
        margin-bottom: 0
    }

    #respond #commentform #comment_author {
        font-weight: 700
    }

    #respond #commentform #comment_author, #respond #commentform #comment_author_email {
        border: none !important;
        background: 0 0 !important
    }

    #respond #commentform [name=author_name] {
        border: none !important;
        background: 0 0 !important;
        color: #000
    }

    #respond #submit {
        color: #000;
        border: none;
        padding: .25rem .75rem .5rem;
        border-radius: .2rem;
        margin-left: 1.5rem
    }

    #respond #comment_cancel {
        background: #fff;
        border: 1px solid #f0f0f0 !important;
        border: none !important;
        padding: .25rem .75rem .5rem;
        border-radius: .2rem;
        margin-left: 1.5rem
    }

#comment_count_container {
    overflow: auto;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between
}

    #comment_count_container .comment_count_left {
        float: left
    }

    #comment_count_container .comment_count_right {
        float: right
    }

        #comment_count_container .comment_count_right .form-group {
            margin-bottom: 0
        }

    #comment_count_container #comments {
        margin-top: .5rem;
        margin-bottom: 0
    }

label.forms-label[for=comment_sort_by] {
    margin: 0;
    width: auto
}

#comment_sort_by {
    margin: 0 1rem;
    height: auto !important;
    font-size: 16px !important;
    width: auto
}

    #comment_sort_by:focus {
        box-shadow: none !important
    }

.intranet_comment_thankyou {
    background: #e0e0e0;
    padding: 1rem 1rem 0;
    overflow: auto;
    margin-bottom: 1rem;
    border-radius: .25rem;
    background-color: #dcedc8;
    border: 1px solid #e0e0e0
}

.top-comment-count {
    float: right;
    clear: both
}

    .top-comment-count .fi {
        vertical-align: middle
    }

.comments-closed .reply {
    display: none
}

.intranet_comment_thankyou .comment-reply-header {
    overflow: hidden
}

.intranet_comment_thankyou .reply-name {
    float: left
}

.intranet_comment_thankyou .reply-date {
    float: right
}

.comment-content {
    word-wrap: break-word
}

.intranet body {
    border-top: 0 !important
}

.intranet .svg-icon {
    width: 24px;
    height: 24px
}

.intranet .searchbutton-intranet {
    border-color: #bdbdbd
}

.intranet .search-button {
    padding-right: .125rem
}

    .intranet .search-button svg {
        fill: #fff
    }

    .intranet .search-button:hover {
        text-decoration: none
    }

.intranet #searchSelected-intranet {
    display: inline-block;
    text-align: left;
    width: 100%
}

.intranet .headerSearch-intranet .dropdown-menu-right {
    min-width: auto
}

.intranet .navbar {
    padding: 0
}

.intranet .nav-item {
    margin-bottom: 0
}

.intranet .nav-link {
    padding: 17px 5px;
    height: auto
}

    .intranet .nav-link:hover {
        background: #88c3ea
    }

.intranet .mega-menu {
    padding: 0
}

.intranet .site-title {
    padding: 0 !important
}

    .intranet .site-title a:link.dropdown-item {
        color: #000
    }

    .intranet .site-title .more-links a.more-link {
        color: #007c91 !important
    }

.intranet .site-title-intranet {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    background: #cce5e9 !important;
    border-bottom-color: #bdbdbd !important
}

    .intranet .site-title-intranet a {
        color: #000;
        text-decoration: none
    }

    .intranet .site-title-intranet .tagline {
        color: #000
    }

.intranet .medium-search {
    padding-top: 10px !important
}

.intranet .intranet-mobile-search-menu-btn {
    padding: 5px 0 6px 8px;
    margin-right: .4rem
}

    .intranet .intranet-mobile-search-menu-btn:hover {
        text-decoration: none
    }

.intranet .intranet-mobile-menu-btn {
    height: 40px;
    width: 95px;
    color: #007c91;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 700;
    text-decoration: none
}

    .intranet .intranet-mobile-menu-btn.active {
        background-color: #007c91 !important;
        color: #fff;
        text-decoration: none
    }

        .intranet .intranet-mobile-menu-btn.active svg {
            fill: #fff
        }

    .intranet .intranet-mobile-menu-btn .open-smallmenu::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }

    .intranet .intranet-mobile-menu-btn .close-smallmenu {
        font-weight: 900;
        text-shadow: -1px -1px 0 #fff,-1px 0 0 #fff,0 -1px 0 #fff;
        margin-left: 4px
    }

.intranet .small-search {
    position: relative
}

.intranet .dropdown-menu-small-search {
    max-width: 98vw !important
}

    .intranet .dropdown-menu-small-search div.input-group {
        max-width: 100% !important
    }

.intranet .small-menu::after {
    display: none
}

.intranet .small-menu-content {
    background: #fff !important;
    height: auto !important;
    z-index: 999999
}

    .intranet .small-menu-content .dropdown-item-submenu {
        padding: 0 !important;
        border: none !important;
        box-shadow: none !important;
        margin: 0 !important;
        position: relative !important;
        top: 0 !important;
        display: block;
        float: none !important
    }

.intranet .is-hidden {
    display: none
}

.intranet .az-strip a {
    color: #000
}

    .intranet .az-strip a:hover {
        text-decoration: none !important
    }

.intranet .az-strip .card {
    float: left;
    font-weight: 700;
    margin-left: 1px
}

    .intranet .az-strip .card:hover {
        background: #e0e0e0 !important
    }

    .intranet .az-strip .card .card-body {
        padding-top: .6rem;
        text-align: center
    }

.intranet .az-strip .w-3 {
    width: 2.99rem !important
}

.intranet .az-strip .h-3 {
    height: 2.99rem !important
}

.intranet .az-intranet-strip {
    margin: 0;
    padding: 0
}

    .intranet .az-intranet-strip a:hover * {
        text-decoration: none !important
    }

    .intranet .az-intranet-strip .card-mitem-intranet {
        float: left;
        margin-left: 1px
    }

    .intranet .az-intranet-strip .h-3 {
        height: 2.5rem !important
    }

    .intranet .az-intranet-strip .w-3 {
        width: 2.5rem !important
    }

    .intranet .az-intranet-strip .card-mitem-intranet {
        float: left;
        margin-right: 5px;
        margin-bottom: 5px
    }

.intranet .cdc-people-finder-widget span.twitter-typeahead {
    width: 100%;
    background: #fff
}

.intranet .cdc-people-finder-widget input.typeahead.tt-hint {
    width: 100%;
    padding: 10px
}

.intranet .cdc-people-finder-widget .cdc-people-finder-widget-input, .intranet .cdc-people-finder-widget input#cdc-people-finder-widget-input {
    width: 100%;
    border: 0;
    padding: 10px;
    background-color: #fff !important
}

.intranet .cdc-people-finder-widget .twitter-typeahead {
    display: block !important;
    width: 100%
}

.intranet .tp-search .twitter-typeahead {
    flex: 1 1 auto
}

    .intranet .tp-search .twitter-typeahead .searchTypeAhead {
        display: none !important
    }

.intranet .tp-search.d-xl-block .twitter-typeahead {
    width: 62%
}

.intranet .tt-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.intranet .tt-error, .intranet .tt-menu {
    width: 350px;
    max-height: 540px;
    overflow-y: auto;
    padding: 10px;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.1)
}

.intranet .tt-error {
    position: absolute;
    top: 100%;
    left: 0 !important;
    z-index: 2
}

    .intranet .tt-error.tt-widget-error {
        top: 95%;
        width: 100%;
        max-width: 350px;
        z-index: 2
    }

.intranet .tt-suggestion {
    border-radius: .25rem
}

.intranet .suggestion-url {
    display: block
}

.intranet .tt-cursor, .intranet .tt-suggestion:focus, .intranet .tt-suggestion:hover {
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.1)
}

.intranet .tt-cursor {
    outline: auto 3px rgba(255,102,1,.9)
}

.intranet .people-finder-input {
    position: relative;
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 41.38px
}

.intranet .input-loading {
    background: transparent url(/TemplatePackage/4.0/assets/imgs/loading.gif) no-repeat scroll right center content-box;
    background-size: auto 160%
}

.intranet .yamm .dropdown-menu {
    min-width: 350px
}

    .intranet .yamm .dropdown-menu .dropdown-item:active {
        background: #f8f9fa
    }

.intranet #page-validation {
    position: absolute;
    left: -999999px;
    top: -100px
}

.intranet #masthead-homepage {
    fill: #000
}

.intranet .header-wrapper header .logo-large {
    margin-bottom: 0;
    margin-top: 0
}

.intranet footer .agency-footer {
    padding-bottom: 0
}

.intranet .fill-germ {
    fill: #84bc49
}

.intranet .more-link svg {
    position: absolute;
    z-index: 998;
    top: 15px;
    right: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    padding: 0;
    background-color: transparent;
    border: none;
    box-sizing: content-box;
    text-align: center;
    fill: #bdbdbd
}

.intranet .card .card-footer a:hover {
    text-decoration: underline !important
}

.intranet .card-mitem-intranet {
    border-color: #fff
}

.intranet .bg-gray-l3 {
    background-color: #f5f5f5 !important;
    color: #000
}

.intranet .card-mitem-intranet {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box
}

.intranet .card-body-intranet-mitem {
    flex: 1 1 auto;
    padding-top: 9px;
    padding-right: 11px;
    padding-bottom: 6px;
    padding-left: 11px;
    text-align: center
}

    .intranet .card-body-intranet-mitem:hover {
        background: #007c91;
        color: #fff
    }

.intranet .bordertop-intraheader {
    border-color: #007c91 !important
}

.intranet .body-wrapper {
    margin-bottom: 2rem
}

.intranet .footer-intranet ul {
    list-style-type: none;
    padding-left: 0
}

.intranet .footer-intranet .sitefooter-container {
    background-color: #cde5e9;
    color: #000
}

.intranet .footer-intranet .globalfooter-container {
    background-color: #107c8f;
    color: #fff
}

    .intranet .footer-intranet .globalfooter-container a {
        color: #fff
    }

.intranet .footer-intranet .footerintranet-wrapper {
    font-size: .9rem;
    padding-top: 1rem
}

    .intranet .footer-intranet .footerintranet-wrapper a {
        text-decoration: none
    }

        .intranet .footer-intranet .footerintranet-wrapper a:hover {
            text-decoration: underline
        }

        .intranet .footer-intranet .footerintranet-wrapper a li {
            margin-bottom: 3px
        }

.intranet .body-wrapper {
    position: relative
}

    .intranet .body-wrapper .overlay {
        background-color: #000;
        opacity: .5;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }

.intranet .cio-content a.card-btn {
    color: #075290
}

.intranet .menu-2-col {
    width: 100%;
    max-width: 700px
}

.intranet .menu-promo {
    background: #e0e0e0;
    color: #000 !important
}

    .intranet .menu-promo:hover, .intranet .menu-promo:hover * {
        text-decoration: none !important
    }

    .intranet .menu-promo img {
        max-width: 50px
    }

    .intranet .menu-promo span {
        text-decoration: underline !important;
        color: #075290
    }

    .intranet .menu-promo h4 {
        margin-top: 0
    }

@media only screen and (max-width:990px) {
    .intranet .header-wrapper {
        position: relative;
        z-index: 990;
        border-bottom: 1px solid #007c91
    }

    .intranet .mobile-overlay {
        position: fixed;
        top: -1%;
        z-index: 2;
        height: 101%;
        background: rgba(0,0,0,.4);
        width: 100vw
    }

    .intranet #navbar-collapse-grid {
        position: absolute;
        top: -25px;
        right: 0;
        left: 2%;
        z-index: 99999;
        width: 98%;
        padding: 1rem;
        background: #fff;
        border: 1px solid #e0e0e0;
        border-top: 3px solid #007c91;
        border-radius: .25rem;
        box-shadow: 0 0 10px rgba(85,85,85,.25)
    }

        .intranet #navbar-collapse-grid .nav-link {
            background: #fff !important;
            text-transform: uppercase
        }

            .intranet #navbar-collapse-grid .nav-link:hover {
                background: #f5f5f5 !important
            }

        .intranet #navbar-collapse-grid .show .nav-link {
            background: #f5f5f5 !important
        }

    .intranet body .container-fluid.site-title.intranet-horizontal-nav {
        background-color: #cce5e9 !important
    }

    .intranet body .container-fluid.site-title.bg-cyan-t.bb-1.bb-secondary.site-title-intranet {
        border-bottom: solid 1px #bdbdbd !important
    }

    .intranet .yamm {
        background: #fff
    }

        .intranet .yamm .menu-body {
            padding-top: 0;
            padding-bottom: 0
        }

        .intranet .yamm .nav-justified .nav-item {
            flex-basis: auto;
            text-align: left
        }

        .intranet .yamm .nav-item.dropdown.show a.nav-link, .intranet .yamm .nav-link:hover {
            color: #000
        }

        .intranet .yamm .dropdown-item.active, .intranet .yamm .dropdown-item:active {
            background-color: transparent !important
        }

        .intranet .yamm .nav-link {
            padding: 1rem 1.25rem;
            height: auto
        }

            .intranet .yamm .nav-link:hover {
                background: #f0f0f0
            }

        .intranet .yamm a.nav-link, .intranet .yamm a:link.nav-link {
            color: #000
        }

            .intranet .yamm a.nav-link:hover, .intranet .yamm a:link.nav-link:hover {
                color: #000
            }

        .intranet .yamm .nav-item {
            margin-bottom: .5rem
        }

            .intranet .yamm .nav-item:last-child {
                margin-bottom: 0
            }

            .intranet .yamm .nav-item > a {
                border: 1px solid #e0e0e0;
                border-left: 4px solid #007c91
            }

            .intranet .yamm .nav-item .dropdown-menu {
                min-width: 350px;
                border: none;
                box-shadow: none;
                padding-bottom: 0
            }

                .intranet .yamm .nav-item .dropdown-menu a {
                    border-left: 4px solid #f5f5f5
                }

                    .intranet .yamm .nav-item .dropdown-menu a.menu-promo {
                        border: none
                    }

                .intranet .yamm .nav-item .dropdown-menu .az-intranet-strip a {
                    border: none
                }

                .intranet .yamm .nav-item .dropdown-menu .dropdown-item:active {
                    background: 0 0 !important
                }

        .intranet .yamm .dropdown .dropdown-toggle::after {
            color: #555
        }

        .intranet .yamm .dropdown.show .dropdown-toggle::after {
            transform: rotate(180deg)
        }

        .intranet .yamm .btn.btn-primary {
            background: 0 0 !important;
            color: #000;
            text-align: left !important;
            margin-top: 0 !important;
            border-top: none;
            border-right: none;
            border-bottom: 1px dashed #e0e0e0;
            border-left: 4px solid #f5f5f5;
            border-radius: 0 !important;
            padding: .75rem 1.25rem
        }

            .intranet .yamm .btn.btn-primary.nav-more {
                text-transform: uppercase;
                color: #007c91
            }

            .intranet .yamm .btn.btn-primary:hover {
                text-decoration: none;
                border-left: 4px solid #007c91
            }

    .intranet .mobile-section-nav {
        border-top: none
    }

        .intranet .mobile-section-nav #mobileNav-dropdown .list-group ul {
            padding-left: 20px
        }

        .intranet .mobile-section-nav #mobileNav-dropdown .list-group-item {
            margin-bottom: 0
        }

            .intranet .mobile-section-nav #mobileNav-dropdown .list-group-item.active, .intranet .mobile-section-nav #mobileNav-dropdown .list-group-item:active, .intranet .mobile-section-nav #mobileNav-dropdown .list-group-item:hover {
                border-color: #e0e0e0;
                border-left: 4px solid #007c91;
                background-color: #f5f5f5;
                color: #007c91;
                transition: border-color .5s,background-color .5s,color .5s;
                transition-timing-function: ease
            }

                .intranet .mobile-section-nav #mobileNav-dropdown .list-group-item.active a, .intranet .mobile-section-nav #mobileNav-dropdown .list-group-item:active a, .intranet .mobile-section-nav #mobileNav-dropdown .list-group-item:hover a {
                    color: #007c91
                }

            .intranet .mobile-section-nav #mobileNav-dropdown .list-group-item a {
                color: #000
            }

                .intranet .mobile-section-nav #mobileNav-dropdown .list-group-item a:hover {
                    border-left: none;
                    background-color: transparent
                }

            .intranet .mobile-section-nav #mobileNav-dropdown .list-group-item.active {
                color: #007c91
            }

                .intranet .mobile-section-nav #mobileNav-dropdown .list-group-item.active a {
                    color: #007c91
                }

        .intranet .mobile-section-nav #mobileNav-dropdown .mobile-section-nav-foot {
            background: #007c91;
            border: none !important;
            transition: background .4s ease
        }

            .intranet .mobile-section-nav #mobileNav-dropdown .mobile-section-nav-foot:hover {
                background: #006678;
                color: #fff
            }

    .intranet .site-title-image {
        display: none
    }

    .intranet .content {
        padding-left: 15px
    }

        .intranet .content h1:first-child {
            display: none
        }

    .intranet .body-wrapper h1:first-child {
        display: none
    }

    .intranet .tp-search {
        padding: 0 15px 0 0
    }

        .intranet .tp-search form {
            display: inline-block
        }

    .intranet .search-button {
        background: #fff;
        border: 1px solid #dee2e6 !important;
        color: #007c91
    }

        .intranet .search-button span {
            display: none
        }

        .intranet .search-button svg {
            fill: #007c91
        }

        .intranet .search-button:active svg, .intranet .search-button:focus svg, .intranet .search-button:hover svg {
            fill: #fff
        }

        .intranet .search-button:active .fi, .intranet .search-button:focus .fi, .intranet .search-button:hover .fi {
            color: #fff
        }

    .intranet .show .search-button svg {
        fill: #fff
    }
}

@media only screen and (min-width:1198px) {
    .intranet .dropdown-menu.dropdown-menu-right.dropdown-menu-medium-search {
        position: relative !important;
        top: inherit;
        left: inherit;
        transform: none !important;
        display: flex;
        border: 0;
        box-shadow: none;
        padding: 0;
        width: 100%
    }
}

@media only screen and (min-width:768px) {
    .intranet .dropdown-menu .menu-promo {
        position: absolute;
        bottom: -10px;
        display: block;
        border: none;
        width: 100%;
        max-width: 315px
    }
}

@media only screen and (max-width:330px) {
    .intranet .cdc-intranet-logo, .intranet .tp-search {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center
    }

    .intranet .tp-search {
        margin-top: 1rem;
        padding: 0
    }
}

@media only screen and (max-width:394px) {
    .intranet .header-wrapper header .logo-small {
        max-width: 100%
    }

    .intranet .intranet-mobile-menu-btn {
        width: 80px;
        font-size: 15px
    }

    .intranet .intranet-mobile-search-menu-btn {
        margin-right: 0
    }
}

.headerSearch-intranet .search-button .fi {
    vertical-align: middle;
    line-height: 1 !important
}

.headerSearch-intranet .btn.search-submit .fi {
    padding-top: 2px;
    display: block;
    color: #005eaa
}

.headerSearch-intranet .headerSearchInput-intranet {
    padding-right: 40px
}

.headerSearch-intranet .form-control-clear {
    pointer-events: auto;
    cursor: pointer;
    width: 0;
    height: 20px;
    position: relative;
    top: 0;
    right: 30px;
    z-index: 99;
    display: block;
    line-height: 1.3;
    text-align: center;
    font-size: 30px
}

.headerSearch-intranet form:not(.show) .intranet .search-button svg {
    fill: #007c91
}

.headerSearch-intranet form:not(.show) .btn-primary:focus {
    background-color: transparent;
    box-shadow: none
}

.headerSearch-intranet form:not(.show):hover .dropdown-menu-medium-search-icon {
    fill: #007c91
}

.calendar-card {
    width: 100px;
    background-color: #ffecb3
}

    .calendar-card .card-body {
        padding: .5rem;
        text-align: center
    }

    .calendar-card .month, .calendar-card .s-day {
        font-size: .75rem
    }

    .calendar-card .n-day {
        font-size: 3rem
    }

.card.calendar-card span {
    display: inline-block
}

@media (max-width:767px) {
    .calendar-card {
        width: 100%
    }

        .calendar-card .month, .calendar-card .s-day {
            font-size: 1rem
        }

        .calendar-card .n-day {
            font-size: 1.5rem;
            margin-left: 7px;
            margin-right: 7px
        }

    .event-card-body {
        order: 1
    }

    .event-row {
        margin-left: -30px !important
    }
}

@font-face {
    font-family: cdciconfont;
    src: url(../fonts/cdciconfont.eot?fa65cae9d9496cec538a26e68900f99a);
    src: url(../fonts/cdciconfont.eot?fa65cae9d9496cec538a26e68900f99a#iefix) format("embedded-opentype"),url(../fonts/cdciconfont.woff2?fa65cae9d9496cec538a26e68900f99a) format("woff2"),url(../fonts/cdciconfont.woff?fa65cae9d9496cec538a26e68900f99a) format("woff"),url(../fonts/cdciconfont.ttf?fa65cae9d9496cec538a26e68900f99a) format("truetype"),url(../fonts/cdciconfont.svg?fa65cae9d9496cec538a26e68900f99a#icons) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" cdc-icon-"]:before, [class^=cdc-icon-]:before {
    font-family: cdciconfont;
    display: inline-block;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-decoration: inherit;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

a [class*=" cdc-icon-"], a [class^=cdc-icon-] {
    display: inline-block;
    text-decoration: inherit
}

.cdc-icon-large:before {
    vertical-align: top;
    font-size: 1.333em
}

.btn [class*=" cdc-icon-"], .btn [class^=cdc-icon-] {
    line-height: .9em
}

li [class*=" cdc-icon-"], li [class^=cdc-icon-] {
    display: inline-block;
    min-width: 1.25em;
    text-align: center
}

li .cdc-icon-large[class*=" cdc-icon-"], li .cdc-icon-large[class^=cdc-icon-] {
    min-width: 1.875em
}

li[class*=" cdc-icon-"], li[class^=cdc-icon-] {
    margin-left: 0;
    list-style-type: none
}

    li[class*=" cdc-icon-"]:before, li[class^=cdc-icon-]:before {
        text-indent: -2em;
        text-align: center
    }

    li[class*=" cdc-icon-"].cdc-icon-large:before, li[class^=cdc-icon-].cdc-icon-large:before {
        text-indent: -1.333em
    }

.cdc-icon-alert_01:before {
    content: "\f101"
}

.cdc-icon-alert_02:before {
    content: "\f102"
}

.cdc-icon-alert_03:before {
    content: "\f103"
}

.cdc-icon-alert_04:before {
    content: "\f104"
}

.cdc-icon-alert_05:before {
    content: "\f105"
}

.cdc-icon-alert_06:before {
    content: "\f106"
}

.cdc-icon-allergy_01:before {
    content: "\f107"
}

.cdc-icon-animal_01:before {
    content: "\f108"
}

.cdc-icon-animal_02:before {
    content: "\f109"
}

.cdc-icon-animal_03:before {
    content: "\f10a"
}

.cdc-icon-audio_01:before {
    content: "\f10b"
}

.cdc-icon-audio_02:before {
    content: "\f10c"
}

.cdc-icon-audio_03:before {
    content: "\f10d"
}

.cdc-icon-audio_04:before {
    content: "\f10e"
}

.cdc-icon-audio_05:before {
    content: "\f10f"
}

.cdc-icon-badge_01:before {
    content: "\f110"
}

.cdc-icon-badge_02:before {
    content: "\f111"
}

.cdc-icon-badge_03:before {
    content: "\f112"
}

.cdc-icon-badge_04:before {
    content: "\f113"
}

.cdc-icon-badge_05:before {
    content: "\f114"
}

.cdc-icon-bag_01:before {
    content: "\f115"
}

.cdc-icon-bat_1:before {
    content: "\f116"
}

.cdc-icon-book_01:before {
    content: "\f117"
}

.cdc-icon-book_02:before {
    content: "\f118"
}

.cdc-icon-book_03:before {
    content: "\f119"
}

.cdc-icon-book_04:before {
    content: "\f11a"
}

.cdc-icon-bookmark_01:before {
    content: "\f11b"
}

.cdc-icon-brain_01:before {
    content: "\f11c"
}

.cdc-icon-building_01:before {
    content: "\f11d"
}

.cdc-icon-building_02:before {
    content: "\f11e"
}

.cdc-icon-building_03:before {
    content: "\f11f"
}

.cdc-icon-building_04:before {
    content: "\f120"
}

.cdc-icon-calendar_01:before {
    content: "\f121"
}

.cdc-icon-cancer_02:before {
    content: "\f122"
}

.cdc-icon-candle:before {
    content: "\f123"
}

.cdc-icon-cat_1:before {
    content: "\f124"
}

.cdc-icon-chart_01:before {
    content: "\f125"
}

.cdc-icon-chart_02:before {
    content: "\f126"
}

.cdc-icon-chart_03:before {
    content: "\f127"
}

.cdc-icon-chart_04:before {
    content: "\f128"
}

.cdc-icon-chat_01:before {
    content: "\f129"
}

.cdc-icon-chat_02:before {
    content: "\f12a"
}

.cdc-icon-chat_03:before {
    content: "\f12b"
}

.cdc-icon-chat_04:before {
    content: "\f12c"
}

.cdc-icon-chat_05:before {
    content: "\f12d"
}

.cdc-icon-chicken_1:before {
    content: "\f12e"
}

.cdc-icon-cleaning_01:before {
    content: "\f12f"
}

.cdc-icon-cleaning_02:before {
    content: "\f130"
}

.cdc-icon-cleaning_03:before {
    content: "\f131"
}

.cdc-icon-clipboard_01:before {
    content: "\f132"
}

.cdc-icon-clock_01:before {
    content: "\f133"
}

.cdc-icon-clothes_01:before {
    content: "\f134"
}

.cdc-icon-cloud_01:before {
    content: "\f135"
}

.cdc-icon-comment3:before {
    content: "\f136"
}

.cdc-icon-contact:before {
    content: "\f137"
}

.cdc-icon-crowd:before {
    content: "\f138"
}

.cdc-icon-data_01:before {
    content: "\f139"
}

.cdc-icon-device_01:before {
    content: "\f13a"
}

.cdc-icon-device_02:before {
    content: "\f13b"
}

.cdc-icon-device_03:before {
    content: "\f13c"
}

.cdc-icon-device_04:before {
    content: "\f13d"
}

.cdc-icon-digital-thermometer:before {
    content: "\f13e"
}

.cdc-icon-direction_01:before {
    content: "\f13f"
}

.cdc-icon-dog_1:before {
    content: "\f140"
}

.cdc-icon-double_arrow:before {
    content: "\f141"
}

.cdc-icon-download_01:before {
    content: "\f142"
}

.cdc-icon-ecig_01:before {
    content: "\f143"
}

.cdc-icon-ecig_02:before {
    content: "\f144"
}

.cdc-icon-ecig_03:before {
    content: "\f145"
}

.cdc-icon-ecigs:before {
    content: "\f146"
}

.cdc-icon-edit_01:before {
    content: "\f147"
}

.cdc-icon-email_01:before {
    content: "\f148"
}

.cdc-icon-email_02:before {
    content: "\f149"
}

.cdc-icon-email_03:before {
    content: "\f14a"
}

.cdc-icon-eye_01:before {
    content: "\f14b"
}

.cdc-icon-fig1_1:before {
    content: "\f14c"
}

.cdc-icon-flea_fly:before {
    content: "\f14d"
}

.cdc-icon-flea:before {
    content: "\f14e"
}

.cdc-icon-food_01:before {
    content: "\f14f"
}

.cdc-icon-food_02:before {
    content: "\f150"
}

.cdc-icon-food_03:before {
    content: "\f151"
}

.cdc-icon-food_04:before {
    content: "\f152"
}

.cdc-icon-food_05:before {
    content: "\f153"
}

.cdc-icon-food_06:before {
    content: "\f154"
}

.cdc-icon-globe_01:before {
    content: "\f155"
}

.cdc-icon-globe_02:before {
    content: "\f156"
}

.cdc-icon-globe_03:before {
    content: "\f157"
}

.cdc-icon-glove:before {
    content: "\f158"
}

.cdc-icon-grid_01:before {
    content: "\f159"
}

.cdc-icon-handwashing:before {
    content: "\f15a"
}

.cdc-icon-hazard_01:before {
    content: "\f15b"
}

.cdc-icon-hazard_02:before {
    content: "\f15c"
}

.cdc-icon-hazard_03:before {
    content: "\f15d"
}

.cdc-icon-hazard_04:before {
    content: "\f15e"
}

.cdc-icon-hazard_05:before {
    content: "\f15f"
}

.cdc-icon-heart_01:before {
    content: "\f160"
}

.cdc-icon-home_01:before {
    content: "\f161"
}

.cdc-icon-hospital_01:before {
    content: "\f162"
}

.cdc-icon-idea_01:before {
    content: "\f163"
}

.cdc-icon-kidney_01:before {
    content: "\f164"
}

.cdc-icon-lab_01:before {
    content: "\f165"
}

.cdc-icon-lab_02:before {
    content: "\f166"
}

.cdc-icon-lab_03:before {
    content: "\f167"
}

.cdc-icon-lab_04:before {
    content: "\f168"
}

.cdc-icon-lab_05:before {
    content: "\f169"
}

.cdc-icon-lab_06:before {
    content: "\f16a"
}

.cdc-icon-lab_07:before {
    content: "\f16b"
}

.cdc-icon-link_01:before {
    content: "\f16c"
}

.cdc-icon-lite_00:before {
    content: "\f16d"
}

.cdc-icon-lite_01:before {
    content: "\f16e"
}

.cdc-icon-lite_02:before {
    content: "\f16f"
}

.cdc-icon-lite_03:before {
    content: "\f170"
}

.cdc-icon-lite_04:before {
    content: "\f171"
}

.cdc-icon-lite_05:before {
    content: "\f172"
}

.cdc-icon-lite_06:before {
    content: "\f173"
}

.cdc-icon-lite_07:before {
    content: "\f174"
}

.cdc-icon-lite_08:before {
    content: "\f175"
}

.cdc-icon-lite_09:before {
    content: "\f176"
}

.cdc-icon-logo_01:before {
    content: "\f177"
}

.cdc-icon-map_01:before {
    content: "\f178"
}

.cdc-icon-map_02:before {
    content: "\f179"
}

.cdc-icon-mask:before {
    content: "\f17a"
}

.cdc-icon-medical_01:before {
    content: "\f17b"
}

.cdc-icon-medical_02:before {
    content: "\f17c"
}

.cdc-icon-medical_03:before {
    content: "\f17d"
}

.cdc-icon-medical_04:before {
    content: "\f17e"
}

.cdc-icon-medical_05:before {
    content: "\f17f"
}

.cdc-icon-medical_06:before {
    content: "\f180"
}

.cdc-icon-medical_07:before {
    content: "\f181"
}

.cdc-icon-medical_08:before {
    content: "\f182"
}

.cdc-icon-medical_09:before {
    content: "\f183"
}

.cdc-icon-medical_10:before {
    content: "\f184"
}

.cdc-icon-medical_11:before {
    content: "\f185"
}

.cdc-icon-money_01:before {
    content: "\f186"
}

.cdc-icon-no_01:before {
    content: "\f187"
}

.cdc-icon-paper_01:before {
    content: "\f188"
}

.cdc-icon-paper_02:before {
    content: "\f189"
}

.cdc-icon-paper_03:before {
    content: "\f18a"
}

.cdc-icon-people_01:before {
    content: "\f18b"
}

.cdc-icon-people_02:before {
    content: "\f18c"
}

.cdc-icon-people_03:before {
    content: "\f18d"
}

.cdc-icon-people_04:before {
    content: "\f18e"
}

.cdc-icon-people_05:before {
    content: "\f18f"
}

.cdc-icon-people_06:before {
    content: "\f190"
}

.cdc-icon-people_07:before {
    content: "\f191"
}

.cdc-icon-people_08:before {
    content: "\f192"
}

.cdc-icon-people_09:before {
    content: "\f193"
}

.cdc-icon-phone_01:before {
    content: "\f194"
}

.cdc-icon-photo_01:before {
    content: "\f195"
}

.cdc-icon-photo_02:before {
    content: "\f196"
}

.cdc-icon-photo_03:before {
    content: "\f197"
}

.cdc-icon-photo_04:before {
    content: "\f198"
}

.cdc-icon-photo_05:before {
    content: "\f199"
}

.cdc-icon-pig_1:before {
    content: "\f19a"
}

.cdc-icon-pin_01:before {
    content: "\f19b"
}

.cdc-icon-pin_02:before {
    content: "\f19c"
}

.cdc-icon-preschool:before {
    content: "\f19d"
}

.cdc-icon-presentation_01:before {
    content: "\f19e"
}

.cdc-icon-question_01:before {
    content: "\f19f"
}

.cdc-icon-question_02:before {
    content: "\f1a0"
}

.cdc-icon-question_03:before {
    content: "\f1a1"
}

.cdc-icon-repellent:before {
    content: "\f1a2"
}

.cdc-icon-scale_01:before {
    content: "\f1a3"
}

.cdc-icon-scale_02:before {
    content: "\f1a4"
}

.cdc-icon-search_01:before {
    content: "\f1a5"
}

.cdc-icon-search_02:before {
    content: "\f1a6"
}

.cdc-icon-search_03:before {
    content: "\f1a7"
}

.cdc-icon-signal_01:before {
    content: "\f1a8"
}

.cdc-icon-single_arrow:before {
    content: "\f1a9"
}

.cdc-icon-smoking_01:before {
    content: "\f1aa"
}

.cdc-icon-sol_00:before {
    content: "\f1ab"
}

.cdc-icon-sol_01:before {
    content: "\f1ac"
}

.cdc-icon-sol_02:before {
    content: "\f1ad"
}

.cdc-icon-sol_03:before {
    content: "\f1ae"
}

.cdc-icon-sol_04:before {
    content: "\f1af"
}

.cdc-icon-sol_05:before {
    content: "\f1b0"
}

.cdc-icon-sol_06:before {
    content: "\f1b1"
}

.cdc-icon-sol_07:before {
    content: "\f1b2"
}

.cdc-icon-sol_08:before {
    content: "\f1b3"
}

.cdc-icon-sol_09:before {
    content: "\f1b4"
}

.cdc-icon-sports_01:before {
    content: "\f1b5"
}

.cdc-icon-spraybottle:before {
    content: "\f1b6"
}

.cdc-icon-stack_01:before {
    content: "\f1b7"
}

.cdc-icon-stack_02:before {
    content: "\f1b8"
}

.cdc-icon-stack_03:before {
    content: "\f1b9"
}

.cdc-icon-stack_04:before {
    content: "\f1ba"
}

.cdc-icon-symbol_01:before {
    content: "\f1bb"
}

.cdc-icon-symbol_02:before {
    content: "\f1bc"
}

.cdc-icon-symptom1:before {
    content: "\f1bd"
}

.cdc-icon-symptom2:before {
    content: "\f1be"
}

.cdc-icon-symptom3:before {
    content: "\f1bf"
}

.cdc-icon-tick:before {
    content: "\f1c0"
}

.cdc-icon-tools_01:before {
    content: "\f1c1"
}

.cdc-icon-tools_02:before {
    content: "\f1c2"
}

.cdc-icon-tools_03:before {
    content: "\f1c3"
}

.cdc-icon-tools_04:before {
    content: "\f1c4"
}

.cdc-icon-travel_01:before {
    content: "\f1c5"
}

.cdc-icon-travel_02:before {
    content: "\f1c6"
}

.cdc-icon-tweezers:before {
    content: "\f1c7"
}

.cdc-icon-usa_map:before {
    content: "\f1c8"
}

.cdc-icon-video_01:before {
    content: "\f1c9"
}

.cdc-icon-video_02:before {
    content: "\f1ca"
}

.cdc-icon-video_03:before {
    content: "\f1cb"
}

.cdc-icon-video_04:before {
    content: "\f1cc"
}

.cdc-icon-weather_01:before {
    content: "\f1cd"
}

.cdc-icon-weather_02:before {
    content: "\f1ce"
}

.cdc-icon-weather_03:before {
    content: "\f1cf"
}

.cdc-icon-weather_04:before {
    content: "\f1d0"
}

.cdc-icon-weather_05:before {
    content: "\f1d1"
}

.cdc-icon-weather_06:before {
    content: "\f1d2"
}

.cdc-icon-weather_07:before {
    content: "\f1d3"
}

.cdc-icon-weather_08:before {
    content: "\f1d4"
}

.cdc-icon-weather_09:before {
    content: "\f1d5"
}

.cdc-icon-weather_10:before {
    content: "\f1d6"
}

.cdc-icon-weather_11:before {
    content: "\f1d7"
}

.cdc-icon-wreath:before {
    content: "\f1d8"
}

.cdc-icon-cdc-tv:before {
    content: "\f1d9"
}

.cdc-icon-fb:before {
    content: "\f1da"
}

.cdc-icon-flickr:before {
    content: "\f1db"
}

.cdc-icon-govd:before {
    content: "\f1dc"
}

.cdc-icon-insta:before {
    content: "\f1dd"
}

.cdc-icon-linkedin:before {
    content: "\f1de"
}

.cdc-icon-pinterest:before {
    content: "\f1df"
}

.cdc-icon-podcast:before {
    content: "\f1e0"
}

.cdc-icon-rss:before {
    content: "\f1e1"
}

.cdc-icon-snapchat:before {
    content: "\f1e2"
}

.cdc-icon-syndication:before {
    content: "\f1e3"
}

.cdc-icon-tumblr:before {
    content: "\f1e4"
}

.cdc-icon-twitter:before {
    content: "\f1e5"
}

.cdc-icon-youtube:before {
    content: "\f1e6"
}

.cdc-icon-bookmark-round:before {
    content: "\f1e7"
}

.cdc-icon-cdc-tv-round:before {
    content: "\f1e8"
}

.cdc-icon-email-round:before {
    content: "\f1e9"
}

.cdc-icon-fb-round:before {
    content: "\f1ea"
}

.cdc-icon-flickr-round:before {
    content: "\f1eb"
}

.cdc-icon-govd-round:before {
    content: "\f1ec"
}

.cdc-icon-ig-round:before {
    content: "\f1ed"
}

.cdc-icon-linkedin-round:before {
    content: "\f1ee"
}

.cdc-icon-pinterest-round:before {
    content: "\f1ef"
}

.cdc-icon-podcast-round:before {
    content: "\f1f0"
}

.cdc-icon-rss-round:before {
    content: "\f1f1"
}

.cdc-icon-syndication-round:before {
    content: "\f1f2"
}

.cdc-icon-tumblr-round:before {
    content: "\f1f3"
}

.cdc-icon-twitter-round:before {
    content: "\f1f4"
}

.cdc-icon-youtube-round:before {
    content: "\f1f5"
}

.cdc-icon-bookmark-white:before {
    content: "\f1f6"
}

.cdc-icon-cdc-tv-white:before {
    content: "\f1f7"
}

.cdc-icon-email-white:before {
    content: "\f1f8"
}

.cdc-icon-fb-white:before {
    content: "\f1f9"
}

.cdc-icon-flickr-white:before {
    content: "\f1fa"
}

.cdc-icon-govd-white:before {
    content: "\f1fb"
}

.cdc-icon-ig-white:before {
    content: "\f1fc"
}

.cdc-icon-linkedin-white:before {
    content: "\f1fd"
}

.cdc-icon-pinterest-white:before {
    content: "\f1fe"
}

.cdc-icon-podcast-white:before {
    content: "\f1ff"
}

.cdc-icon-rss-white:before {
    content: "\f200"
}

.cdc-icon-syndication-white:before {
    content: "\f201"
}

.cdc-icon-tumblr-white:before {
    content: "\f202"
}

.cdc-icon-twitter-white:before {
    content: "\f203"
}

.cdc-icon-youtube-white:before {
    content: "\f204"
}

.cdc-icon-epub:before {
    content: "\f205"
}

.cdc-icon-excel:before {
    content: "\f206"
}

.cdc-icon-external:before {
    content: "\f207"
}

.cdc-icon-image:before {
    content: "\f208"
}

.cdc-icon-media:before {
    content: "\f209"
}

.cdc-icon-pdf:before {
    content: "\f20a"
}

.cdc-icon-ppt:before {
    content: "\f20b"
}

.cdc-icon-sas:before {
    content: "\f20c"
}

.cdc-icon-stats:before {
    content: "\f20d"
}

.cdc-icon-txt:before {
    content: "\f20e"
}

.cdc-icon-word:before {
    content: "\f20f"
}

.cdc-icon-zip:before {
    content: "\f210"
}

.cdc-icon-arrow-down:before {
    content: "\f211"
}

.cdc-icon-cdcsearch:before {
    content: "\f212"
}

.cdc-icon-close-circle:before {
    content: "\f213"
}

.cdc-icon-minus:before {
    content: "\f214"
}

.cdc-icon-next:before {
    content: "\f215"
}

.cdc-icon-play-circle-outline:before {
    content: "\f216"
}

.cdc-icon-plus:before {
    content: "\f217"
}

.cdc-icon-prev:before {
    content: "\f218"
}

.cdc-icon-resize:before {
    content: "\f219"
}

.cdc-icon-cdc-play:before {
    content: "\f21a"
}

.cdc-icon-pause-circle-outline:before {
    content: "\f21b"
}

.cdc-icon-pause-circle:before {
    content: "\f21c"
}

.cdc-icon-pause-octagon-outline:before {
    content: "\f21d"
}

.cdc-icon-pause-octagon:before {
    content: "\f21e"
}

.cdc-icon-pause:before {
    content: "\f21f"
}

.cdc-icon-repeat-off:before {
    content: "\f220"
}

.cdc-icon-repeat-once:before {
    content: "\f221"
}

.cdc-icon-repeat:before {
    content: "\f222"
}

.cdc-icon-replay:before {
    content: "\f223"
}

.cdc-icon-shuffle-disabled:before {
    content: "\f224"
}

.cdc-icon-shuffle-variant:before {
    content: "\f225"
}

.cdc-icon-shuffle:before {
    content: "\f226"
}

.cdc-icon-skip-backward:before {
    content: "\f227"
}

.cdc-icon-skip-forward:before {
    content: "\f228"
}

.cdc-icon-skip-next-circle-outline:before {
    content: "\f229"
}

.cdc-icon-skip-next-circle:before {
    content: "\f22a"
}

.cdc-icon-skip-next:before {
    content: "\f22b"
}

.cdc-icon-skip-previous-circle-outline:before {
    content: "\f22c"
}

.cdc-icon-skip-previous-circle:before {
    content: "\f22d"
}

.cdc-icon-skip-previous:before {
    content: "\f22e"
}

.cdc-icon-stop:before {
    content: "\f22f"
}

.cdc-icon-surround-sound-2-0:before {
    content: "\f230"
}

.cdc-icon-surround-sound-3-1:before {
    content: "\f231"
}

.cdc-icon-surround-sound-5-1:before {
    content: "\f232"
}

.cdc-icon-surround-sound-7-1:before {
    content: "\f233"
}

.cdc-icon-surround-sound:before {
    content: "\f234"
}

.cdc-icon-volume-high:before {
    content: "\f235"
}

.cdc-icon-volume-low:before {
    content: "\f236"
}

.cdc-icon-volume-medium:before {
    content: "\f237"
}

.cdc-icon-volume-minus:before {
    content: "\f238"
}

.cdc-icon-volume-mute:before {
    content: "\f239"
}

.cdc-icon-volume-off:before {
    content: "\f23a"
}

.cdc-icon-volume-plus:before {
    content: "\f23b"
}

.cdc-icon-volume:before {
    content: "\f23c"
}

.cdc-icon-home:before {
    content: "\f23d"
}

.cdc-icon-magnify:before {
    content: "\f23e"
}

.cdc-icon-email:before {
    content: "\f23f"
}

.cdc-icon-phone:before {
    content: "\f240"
}

.cdc-icon-settings:before {
    content: "\f241"
}

.cdc-icon-close:before {
    content: "\f242"
}

.cdc-icon-accessible-icon:before {
    content: "\f243"
}

.cdc-icon-algolia:before {
    content: "\f244"
}

.cdc-icon-hubspot:before {
    content: "\f245"
}

.cdc-icon-microsoft:before {
    content: "\f246"
}

.cdc-icon-windows:before {
    content: "\f247"
}

.cdc-icon-square:before {
    content: "\f248"
}

.cdc-icon-address-book-light:before {
    content: "\f249"
}

.cdc-icon-address-card-light:before {
    content: "\f24a"
}

.cdc-icon-allergies-light:before {
    content: "\f24b"
}

.cdc-icon-ambulance-light:before {
    content: "\f24c"
}

.cdc-icon-american-sign-language-interpreting-light:before {
    content: "\f24d"
}

.cdc-icon-analytics-light:before {
    content: "\f24e"
}

.cdc-icon-apple-alt-light:before {
    content: "\f24f"
}

.cdc-icon-archive-light:before {
    content: "\f250"
}

.cdc-icon-arrow-alt-circle-down-light:before {
    content: "\f251"
}

.cdc-icon-arrow-alt-circle-left-light:before {
    content: "\f252"
}

.cdc-icon-arrow-alt-circle-right-light:before {
    content: "\f253"
}

.cdc-icon-arrow-alt-circle-up-light:before {
    content: "\f254"
}

.cdc-icon-atlas-light:before {
    content: "\f255"
}

.cdc-icon-baby-carriage-light:before {
    content: "\f256"
}

.cdc-icon-baby-light:before {
    content: "\f257"
}

.cdc-icon-bacteria-light:before {
    content: "\f258"
}

.cdc-icon-bacterium-light:before {
    content: "\f259"
}

.cdc-icon-balance-scale-light:before {
    content: "\f25a"
}

.cdc-icon-ballot-check-light:before {
    content: "\f25b"
}

.cdc-icon-ballot-light:before {
    content: "\f25c"
}

.cdc-icon-ban-light:before {
    content: "\f25d"
}

.cdc-icon-band-aid-light:before {
    content: "\f25e"
}

.cdc-icon-bed-light:before {
    content: "\f25f"
}

.cdc-icon-bicycle-light:before {
    content: "\f260"
}

.cdc-icon-biking-light:before {
    content: "\f261"
}

.cdc-icon-blind-light:before {
    content: "\f262"
}

.cdc-icon-bolt-light:before {
    content: "\f263"
}

.cdc-icon-book-alt-light:before {
    content: "\f264"
}

.cdc-icon-book-light:before {
    content: "\f265"
}

.cdc-icon-book-medical-light:before {
    content: "\f266"
}

.cdc-icon-book-open-light:before {
    content: "\f267"
}

.cdc-icon-book-reader-light:before {
    content: "\f268"
}

.cdc-icon-book-user-light:before {
    content: "\f269"
}

.cdc-icon-books-medical-light:before {
    content: "\f26a"
}

.cdc-icon-box-tissue-light:before {
    content: "\f26b"
}

.cdc-icon-bread-loaf-light:before {
    content: "\f26c"
}

.cdc-icon-briefcase-light:before {
    content: "\f26d"
}

.cdc-icon-briefcase-medical-light:before {
    content: "\f26e"
}

.cdc-icon-browser-light:before {
    content: "\f26f"
}

.cdc-icon-building-light:before {
    content: "\f270"
}

.cdc-icon-bullseye-pointer-light:before {
    content: "\f271"
}

.cdc-icon-burger-soda-light:before {
    content: "\f272"
}

.cdc-icon-bus-light:before {
    content: "\f273"
}

.cdc-icon-calendar-alt-light:before {
    content: "\f274"
}

.cdc-icon-calendar-check-light:before {
    content: "\f275"
}

.cdc-icon-calendar-day-light:before {
    content: "\f276"
}

.cdc-icon-calendar-edit-light:before {
    content: "\f277"
}

.cdc-icon-calendar-exclamation-light:before {
    content: "\f278"
}

.cdc-icon-calendar-light:before {
    content: "\f279"
}

.cdc-icon-calendar-plus-light:before {
    content: "\f27a"
}

.cdc-icon-calendar-star-light:before {
    content: "\f27b"
}

.cdc-icon-capsules-light:before {
    content: "\f27c"
}

.cdc-icon-car-bus-light:before {
    content: "\f27d"
}

.cdc-icon-car-side-light:before {
    content: "\f27e"
}

.cdc-icon-carrot-light:before {
    content: "\f27f"
}

.cdc-icon-cauldron-light:before {
    content: "\f280"
}

.cdc-icon-chalkboard-teacher-light:before {
    content: "\f281"
}

.cdc-icon-chart-area-light:before {
    content: "\f282"
}

.cdc-icon-chart-bar-light:before {
    content: "\f283"
}

.cdc-icon-chart-line-light:before {
    content: "\f284"
}

.cdc-icon-chart-pie-light:before {
    content: "\f285"
}

.cdc-icon-check-circle-light:before {
    content: "\f286"
}

.cdc-icon-check-light:before {
    content: "\f287"
}

.cdc-icon-check-square-light:before {
    content: "\f288"
}

.cdc-icon-cheese-swiss-light:before {
    content: "\f289"
}

.cdc-icon-cheeseburger-light:before {
    content: "\f28a"
}

.cdc-icon-chevron-circle-down-light:before {
    content: "\f28b"
}

.cdc-icon-chevron-circle-left-light:before {
    content: "\f28c"
}

.cdc-icon-chevron-circle-right-light:before {
    content: "\f28d"
}

.cdc-icon-chevron-circle-up-light:before {
    content: "\f28e"
}

.cdc-icon-chevron-double-right-light:before {
    content: "\f28f"
}

.cdc-icon-chevron-right-light:before {
    content: "\f290"
}

.cdc-icon-child-light:before {
    content: "\f291"
}

.cdc-icon-city-light:before {
    content: "\f292"
}

.cdc-icon-clinic-medical-light:before {
    content: "\f293"
}

.cdc-icon-clipboard-check-light:before {
    content: "\f294"
}

.cdc-icon-clipboard-light:before {
    content: "\f295"
}

.cdc-icon-clipboard-list-check-light:before {
    content: "\f296"
}

.cdc-icon-clipboard-list-light:before {
    content: "\f297"
}

.cdc-icon-clipboard-prescription-light:before {
    content: "\f298"
}

.cdc-icon-clipboard-user-light:before {
    content: "\f299"
}

.cdc-icon-cloud-light:before {
    content: "\f29a"
}

.cdc-icon-clouds-sun-light:before {
    content: "\f29b"
}

.cdc-icon-cocktail-light:before {
    content: "\f29c"
}

.cdc-icon-code-light:before {
    content: "\f29d"
}

.cdc-icon-coffee-togo-light:before {
    content: "\f29e"
}

.cdc-icon-cog-light:before {
    content: "\f29f"
}

.cdc-icon-cogs-light:before {
    content: "\f2a0"
}

.cdc-icon-comment-alt-light:before {
    content: "\f2a1"
}

.cdc-icon-comment-alt-lines-light:before {
    content: "\f2a2"
}

.cdc-icon-comment-alt-medical-light:before {
    content: "\f2a3"
}

.cdc-icon-comment-light:before {
    content: "\f2a4"
}

.cdc-icon-comment-lines-light:before {
    content: "\f2a5"
}

.cdc-icon-comment-medical-light:before {
    content: "\f2a6"
}

.cdc-icon-comments-alt-light:before {
    content: "\f2a7"
}

.cdc-icon-comments-light:before {
    content: "\f2a8"
}

.cdc-icon-conveyor-belt-light:before {
    content: "\f2a9"
}

.cdc-icon-copy-light:before {
    content: "\f2aa"
}

.cdc-icon-couch-light:before {
    content: "\f2ab"
}

.cdc-icon-cow-light:before {
    content: "\f2ac"
}

.cdc-icon-credit-card-light:before {
    content: "\f2ad"
}

.cdc-icon-database-light:before {
    content: "\f2ae"
}

.cdc-icon-deaf-light:before {
    content: "\f2af"
}

.cdc-icon-desktop-alt-light:before {
    content: "\f2b0"
}

.cdc-icon-desktop-light:before {
    content: "\f2b1"
}

.cdc-icon-diagnoses-light:before {
    content: "\f2b2"
}

.cdc-icon-disease-light:before {
    content: "\f2b3"
}

.cdc-icon-dna-light:before {
    content: "\f2b4"
}

.cdc-icon-dog-light:before {
    content: "\f2b5"
}

.cdc-icon-dolly-flatbed-alt-light:before {
    content: "\f2b6"
}

.cdc-icon-door-closed-light:before {
    content: "\f2b7"
}

.cdc-icon-door-open-light:before {
    content: "\f2b8"
}

.cdc-icon-download-light:before {
    content: "\f2b9"
}

.cdc-icon-drumstick-light:before {
    content: "\f2ba"
}

.cdc-icon-dumbbell-light:before {
    content: "\f2bb"
}

.cdc-icon-dumpster-light:before {
    content: "\f2bc"
}

.cdc-icon-ear-light:before {
    content: "\f2bd"
}

.cdc-icon-envelope-light:before {
    content: "\f2be"
}

.cdc-icon-envelope-open-text-light:before {
    content: "\f2bf"
}

.cdc-icon-exclamation-circle-light:before {
    content: "\f2c0"
}

.cdc-icon-exclamation-square-light:before {
    content: "\f2c1"
}

.cdc-icon-exclamation-triangle-light:before {
    content: "\f2c2"
}

.cdc-icon-eye-dropper-light:before {
    content: "\f2c3"
}

.cdc-icon-eye-light:before {
    content: "\f2c4"
}

.cdc-icon-farm-light:before {
    content: "\f2c5"
}

.cdc-icon-female-light:before {
    content: "\f2c6"
}

.cdc-icon-file-alt-light:before {
    content: "\f2c7"
}

.cdc-icon-file-archive-light:before {
    content: "\f2c8"
}

.cdc-icon-file-audio-light:before {
    content: "\f2c9"
}

.cdc-icon-file-certificate-light:before {
    content: "\f2ca"
}

.cdc-icon-file-chart-line-light:before {
    content: "\f2cb"
}

.cdc-icon-file-medical-alt-light:before {
    content: "\f2cc"
}

.cdc-icon-file-medical-light:before {
    content: "\f2cd"
}

.cdc-icon-file-prescription-light:before {
    content: "\f2ce"
}

.cdc-icon-files-medical-light:before {
    content: "\f2cf"
}

.cdc-icon-first-aid-light:before {
    content: "\f2d0"
}

.cdc-icon-flag-alt-light:before {
    content: "\f2d1"
}

.cdc-icon-flag-light:before {
    content: "\f2d2"
}

.cdc-icon-flame-light:before {
    content: "\f2d3"
}

.cdc-icon-flask-light:before {
    content: "\f2d4"
}

.cdc-icon-flower-daffodil-light:before {
    content: "\f2d5"
}

.cdc-icon-folder-plus-light:before {
    content: "\f2d6"
}

.cdc-icon-football-ball-light:before {
    content: "\f2d7"
}

.cdc-icon-forklift-light:before {
    content: "\f2d8"
}

.cdc-icon-frown-light:before {
    content: "\f2d9"
}

.cdc-icon-gamepad-alt-light:before {
    content: "\f2da"
}

.cdc-icon-gas-pump-light:before {
    content: "\f2db"
}

.cdc-icon-globe-africa-light:before {
    content: "\f2dc"
}

.cdc-icon-globe-americas-light:before {
    content: "\f2dd"
}

.cdc-icon-globe-asia-light:before {
    content: "\f2de"
}

.cdc-icon-globe-europe-light:before {
    content: "\f2df"
}

.cdc-icon-globe-light:before {
    content: "\f2e0"
}

.cdc-icon-graduation-cap-light:before {
    content: "\f2e1"
}

.cdc-icon-grin-light:before {
    content: "\f2e2"
}

.cdc-icon-h-square-light:before {
    content: "\f2e3"
}

.cdc-icon-hand-holding-heart-light:before {
    content: "\f2e4"
}

.cdc-icon-hand-holding-medical-light:before {
    content: "\f2e5"
}

.cdc-icon-hand-paper-light:before {
    content: "\f2e6"
}

.cdc-icon-hand-point-right-light:before {
    content: "\f2e7"
}

.cdc-icon-hand-sparkles-light:before {
    content: "\f2e8"
}

.cdc-icon-hands-helping-light:before {
    content: "\f2e9"
}

.cdc-icon-hands-wash-light:before {
    content: "\f2ea"
}

.cdc-icon-handshake-slash-light:before {
    content: "\f2eb"
}

.cdc-icon-head-side-cough-light:before {
    content: "\f2ec"
}

.cdc-icon-head-side-cough-slash-light:before {
    content: "\f2ed"
}

.cdc-icon-head-side-mask-light:before {
    content: "\f2ee"
}

.cdc-icon-head-side-medical-light:before {
    content: "\f2ef"
}

.cdc-icon-headset-light:before {
    content: "\f2f0"
}

.cdc-icon-heart-rate-light:before {
    content: "\f2f1"
}

.cdc-icon-heartbeat-light:before {
    content: "\f2f2"
}

.cdc-icon-heat-light:before {
    content: "\f2f3"
}

.cdc-icon-hiking-light:before {
    content: "\f2f4"
}

.cdc-icon-home-lg-light:before {
    content: "\f2f5"
}

.cdc-icon-hospital-alt-light:before {
    content: "\f2f6"
}

.cdc-icon-hospital-light:before {
    content: "\f2f7"
}

.cdc-icon-hospital-symbol-light:before {
    content: "\f2f8"
}

.cdc-icon-hospital-user-light:before {
    content: "\f2f9"
}

.cdc-icon-hotel-light:before {
    content: "\f2fa"
}

.cdc-icon-house-leave-light:before {
    content: "\f2fb"
}

.cdc-icon-house-return-light:before {
    content: "\f2fc"
}

.cdc-icon-house-user-light:before {
    content: "\f2fd"
}

.cdc-icon-ice-cream-light:before {
    content: "\f2fe"
}

.cdc-icon-id-badge-light:before {
    content: "\f2ff"
}

.cdc-icon-id-card-light:before {
    content: "\f300"
}

.cdc-icon-inbox-light:before {
    content: "\f301"
}

.cdc-icon-info-circle-light:before {
    content: "\f302"
}

.cdc-icon-info-light:before {
    content: "\f303"
}

.cdc-icon-info-square-light:before {
    content: "\f304"
}

.cdc-icon-inhaler-light:before {
    content: "\f305"
}

.cdc-icon-key-light:before {
    content: "\f306"
}

.cdc-icon-keyboard-light:before {
    content: "\f307"
}

.cdc-icon-keynote-light:before {
    content: "\f308"
}

.cdc-icon-landmark-alt-light:before {
    content: "\f309"
}

.cdc-icon-landmark-light:before {
    content: "\f30a"
}

.cdc-icon-laptop-house-light:before {
    content: "\f30b"
}

.cdc-icon-laptop-light:before {
    content: "\f30c"
}

.cdc-icon-laptop-medical-light:before {
    content: "\f30d"
}

.cdc-icon-leaf-light:before {
    content: "\f30e"
}

.cdc-icon-leaf-oak-light:before {
    content: "\f30f"
}

.cdc-icon-lightbulb-light:before {
    content: "\f310"
}

.cdc-icon-link-light:before {
    content: "\f311"
}

.cdc-icon-lock-alt-light:before {
    content: "\f312"
}

.cdc-icon-lock-open-alt-light:before {
    content: "\f313"
}

.cdc-icon-luggage-cart-light:before {
    content: "\f314"
}

.cdc-icon-lungs-light:before {
    content: "\f315"
}

.cdc-icon-lungs-virus-light:before {
    content: "\f316"
}

.cdc-icon-mail-bulk-light:before {
    content: "\f317"
}

.cdc-icon-male-light:before {
    content: "\f318"
}

.cdc-icon-map-light:before {
    content: "\f319"
}

.cdc-icon-map-marker-alt-slash-light:before {
    content: "\f31a"
}

.cdc-icon-medkit-light:before {
    content: "\f31b"
}

.cdc-icon-microphone-light:before {
    content: "\f31c"
}

.cdc-icon-microscope-light:before {
    content: "\f31d"
}

.cdc-icon-mobile-alt-light:before {
    content: "\f31e"
}

.cdc-icon-mobile-light:before {
    content: "\f31f"
}

.cdc-icon-monitor-heart-rate-light:before {
    content: "\f320"
}

.cdc-icon-moon-light:before {
    content: "\f321"
}

.cdc-icon-mortar-pestle-light:before {
    content: "\f322"
}

.cdc-icon-mouse-pointer-light:before {
    content: "\f323"
}

.cdc-icon-network-wired-light:before {
    content: "\f324"
}

.cdc-icon-newspaper-light:before {
    content: "\f325"
}

.cdc-icon-notes-medical-light:before {
    content: "\f326"
}

.cdc-icon-passport-light:before {
    content: "\f327"
}

.cdc-icon-paw-light:before {
    content: "\f328"
}

.cdc-icon-people-arrows-light:before {
    content: "\f329"
}

.cdc-icon-person-sign-light:before {
    content: "\f32a"
}

.cdc-icon-phone-office-light:before {
    content: "\f32b"
}

.cdc-icon-pills-light:before {
    content: "\f32c"
}

.cdc-icon-place-of-worship-light:before {
    content: "\f32d"
}

.cdc-icon-plane-arrival-light:before {
    content: "\f32e"
}

.cdc-icon-plane-departure-light:before {
    content: "\f32f"
}

.cdc-icon-plane-light:before {
    content: "\f330"
}

.cdc-icon-plane-slash-light:before {
    content: "\f331"
}

.cdc-icon-play-circle-light:before {
    content: "\f332"
}

.cdc-icon-play-light:before {
    content: "\f333"
}

.cdc-icon-poll-people-light:before {
    content: "\f334"
}

.cdc-icon-poop-light:before {
    content: "\f335"
}

.cdc-icon-popcorn-light:before {
    content: "\f336"
}

.cdc-icon-portrait-light:before {
    content: "\f337"
}

.cdc-icon-prescription-bottle-alt-light:before {
    content: "\f338"
}

.cdc-icon-prescription-bottle-light:before {
    content: "\f339"
}

.cdc-icon-prescription-light:before {
    content: "\f33a"
}

.cdc-icon-presentation-light:before {
    content: "\f33b"
}

.cdc-icon-procedures-light:before {
    content: "\f33c"
}

.cdc-icon-pump-medical-light:before {
    content: "\f33d"
}

.cdc-icon-pump-soap-light:before {
    content: "\f33e"
}

.cdc-icon-pumpkin-light:before {
    content: "\f33f"
}

.cdc-icon-question-circle-light:before {
    content: "\f340"
}

.cdc-icon-question-light:before {
    content: "\f341"
}

.cdc-icon-question-square-light:before {
    content: "\f342"
}

.cdc-icon-ribbon-light:before {
    content: "\f343"
}

.cdc-icon-running-light:before {
    content: "\f344"
}

.cdc-icon-school-light:before {
    content: "\f345"
}

.cdc-icon-search-light:before {
    content: "\f346"
}

.cdc-icon-share-alt-light:before {
    content: "\f347"
}

.cdc-icon-share-light:before {
    content: "\f348"
}

.cdc-icon-ship-light:before {
    content: "\f349"
}

.cdc-icon-shipping-fast-light:before {
    content: "\f34a"
}

.cdc-icon-shopping-cart-light:before {
    content: "\f34b"
}

.cdc-icon-shower-light:before {
    content: "\f34c"
}

.cdc-icon-shuttle-van-light:before {
    content: "\f34d"
}

.cdc-icon-sign-language-light:before {
    content: "\f34e"
}

.cdc-icon-sink-light:before {
    content: "\f34f"
}

.cdc-icon-sitemap-light:before {
    content: "\f350"
}

.cdc-icon-soap-light:before {
    content: "\f351"
}

.cdc-icon-spray-can-light:before {
    content: "\f352"
}

.cdc-icon-star-light:before {
    content: "\f353"
}

.cdc-icon-stethoscope-light:before {
    content: "\f354"
}

.cdc-icon-stomach-light:before {
    content: "\f355"
}

.cdc-icon-stopwatch-light:before {
    content: "\f356"
}

.cdc-icon-store-alt-slash-light:before {
    content: "\f357"
}

.cdc-icon-store-slash-light:before {
    content: "\f358"
}

.cdc-icon-stretcher-light:before {
    content: "\f359"
}

.cdc-icon-subway-light:before {
    content: "\f35a"
}

.cdc-icon-suitcase-light:before {
    content: "\f35b"
}

.cdc-icon-sun-light:before {
    content: "\f35c"
}

.cdc-icon-swimmer-light:before {
    content: "\f35d"
}

.cdc-icon-swimming-pool-light:before {
    content: "\f35e"
}

.cdc-icon-sync-alt-light:before {
    content: "\f35f"
}

.cdc-icon-syringe-light:before {
    content: "\f360"
}

.cdc-icon-table-light:before {
    content: "\f361"
}

.cdc-icon-tablet-alt-light:before {
    content: "\f362"
}

.cdc-icon-tablets-light:before {
    content: "\f363"
}

.cdc-icon-taxi-light:before {
    content: "\f364"
}

.cdc-icon-temperature-high-light:before {
    content: "\f365"
}

.cdc-icon-temperature-low-light:before {
    content: "\f366"
}

.cdc-icon-thumbs-down-light:before {
    content: "\f367"
}

.cdc-icon-thumbs-up-light:before {
    content: "\f368"
}

.cdc-icon-times-circle-light:before {
    content: "\f369"
}

.cdc-icon-times-light:before {
    content: "\f36a"
}

.cdc-icon-tint-light:before {
    content: "\f36b"
}

.cdc-icon-tint-slash-light:before {
    content: "\f36c"
}

.cdc-icon-toolbox-light:before {
    content: "\f36d"
}

.cdc-icon-tools-light:before {
    content: "\f36e"
}

.cdc-icon-tooth-light:before {
    content: "\f36f"
}

.cdc-icon-train-light:before {
    content: "\f370"
}

.cdc-icon-trash-light:before {
    content: "\f371"
}

.cdc-icon-tshirt-light:before {
    content: "\f372"
}

.cdc-icon-umbrella-beach-light:before {
    content: "\f373"
}

.cdc-icon-universal-access-light:before {
    content: "\f374"
}

.cdc-icon-user-chart-light:before {
    content: "\f375"
}

.cdc-icon-user-clock-light:before {
    content: "\f376"
}

.cdc-icon-user-cog-light:before {
    content: "\f377"
}

.cdc-icon-user-friends-light:before {
    content: "\f378"
}

.cdc-icon-user-graduate-light:before {
    content: "\f379"
}

.cdc-icon-user-hard-hat-light:before {
    content: "\f37a"
}

.cdc-icon-user-injured-light:before {
    content: "\f37b"
}

.cdc-icon-user-light:before {
    content: "\f37c"
}

.cdc-icon-user-md-chat-light:before {
    content: "\f37d"
}

.cdc-icon-user-md-light:before {
    content: "\f37e"
}

.cdc-icon-user-nurse-light:before {
    content: "\f37f"
}

.cdc-icon-users-class-light:before {
    content: "\f380"
}

.cdc-icon-users-light:before {
    content: "\f381"
}

.cdc-icon-users-medical-light:before {
    content: "\f382"
}

.cdc-icon-users-slash-light:before {
    content: "\f383"
}

.cdc-icon-venus-mars-light:before {
    content: "\f384"
}

.cdc-icon-vial-light:before {
    content: "\f385"
}

.cdc-icon-vials-light:before {
    content: "\f386"
}

.cdc-icon-virus-light:before {
    content: "\f387"
}

.cdc-icon-virus-slash-light:before {
    content: "\f388"
}

.cdc-icon-viruses-light:before {
    content: "\f389"
}

.cdc-icon-walking-light:before {
    content: "\f38a"
}

.cdc-icon-washer-light:before {
    content: "\f38b"
}

.cdc-icon-water-light:before {
    content: "\f38c"
}

.cdc-icon-weight-light:before {
    content: "\f38d"
}

.cdc-icon-wheelchair-light:before {
    content: "\f38e"
}

.cdc-icon-window-close-light:before {
    content: "\f38f"
}

.cdc-icon-x-ray-light:before {
    content: "\f390"
}

.cdc-icon-address-book:before {
    content: "\f391"
}

.cdc-icon-address-card:before {
    content: "\f392"
}

.cdc-icon-allergies:before {
    content: "\f393"
}

.cdc-icon-ambulance:before {
    content: "\f394"
}

.cdc-icon-american-sign-language-interpreting:before {
    content: "\f395"
}

.cdc-icon-analytics:before {
    content: "\f396"
}

.cdc-icon-apple-alt:before {
    content: "\f397"
}

.cdc-icon-archive:before {
    content: "\f398"
}

.cdc-icon-arrow-alt-circle-down:before {
    content: "\f399"
}

.cdc-icon-arrow-alt-circle-left:before {
    content: "\f39a"
}

.cdc-icon-arrow-alt-circle-right:before {
    content: "\f39b"
}

.cdc-icon-arrow-alt-circle-up:before {
    content: "\f39c"
}

.cdc-icon-atlas:before {
    content: "\f39d"
}

.cdc-icon-baby-carriage:before {
    content: "\f39e"
}

.cdc-icon-baby:before {
    content: "\f39f"
}

.cdc-icon-bacteria:before {
    content: "\f3a0"
}

.cdc-icon-bacterium:before {
    content: "\f3a1"
}

.cdc-icon-balance-scale:before {
    content: "\f3a2"
}

.cdc-icon-ballot-check:before {
    content: "\f3a3"
}

.cdc-icon-ballot:before {
    content: "\f3a4"
}

.cdc-icon-ban:before {
    content: "\f3a5"
}

.cdc-icon-band-aid:before {
    content: "\f3a6"
}

.cdc-icon-bed:before {
    content: "\f3a7"
}

.cdc-icon-bicycle:before {
    content: "\f3a8"
}

.cdc-icon-biking:before {
    content: "\f3a9"
}

.cdc-icon-blind:before {
    content: "\f3aa"
}

.cdc-icon-bolt:before {
    content: "\f3ab"
}

.cdc-icon-book-alt:before {
    content: "\f3ac"
}

.cdc-icon-book-medical:before {
    content: "\f3ad"
}

.cdc-icon-book-open:before {
    content: "\f3ae"
}

.cdc-icon-book-reader:before {
    content: "\f3af"
}

.cdc-icon-book-user:before {
    content: "\f3b0"
}

.cdc-icon-book:before {
    content: "\f3b1"
}

.cdc-icon-books-medical:before {
    content: "\f3b2"
}

.cdc-icon-box-tissue:before {
    content: "\f3b3"
}

.cdc-icon-bread-loaf:before {
    content: "\f3b4"
}

.cdc-icon-briefcase-medical:before {
    content: "\f3b5"
}

.cdc-icon-briefcase:before {
    content: "\f3b6"
}

.cdc-icon-browser:before {
    content: "\f3b7"
}

.cdc-icon-building:before {
    content: "\f3b8"
}

.cdc-icon-bullseye-pointer:before {
    content: "\f3b9"
}

.cdc-icon-burger-soda:before {
    content: "\f3ba"
}

.cdc-icon-bus:before {
    content: "\f3bb"
}

.cdc-icon-calendar-alt:before {
    content: "\f3bc"
}

.cdc-icon-calendar-check:before {
    content: "\f3bd"
}

.cdc-icon-calendar-day:before {
    content: "\f3be"
}

.cdc-icon-calendar-edit:before {
    content: "\f3bf"
}

.cdc-icon-calendar-exclamation:before {
    content: "\f3c0"
}

.cdc-icon-calendar-plus:before {
    content: "\f3c1"
}

.cdc-icon-calendar-star:before {
    content: "\f3c2"
}

.cdc-icon-calendar:before {
    content: "\f3c3"
}

.cdc-icon-capsules:before {
    content: "\f3c4"
}

.cdc-icon-car-bus:before {
    content: "\f3c5"
}

.cdc-icon-car-side:before {
    content: "\f3c6"
}

.cdc-icon-carrot:before {
    content: "\f3c7"
}

.cdc-icon-cauldron:before {
    content: "\f3c8"
}

.cdc-icon-chalkboard-teacher:before {
    content: "\f3c9"
}

.cdc-icon-chart-area:before {
    content: "\f3ca"
}

.cdc-icon-chart-bar:before {
    content: "\f3cb"
}

.cdc-icon-chart-line:before {
    content: "\f3cc"
}

.cdc-icon-chart-pie:before {
    content: "\f3cd"
}

.cdc-icon-check-circle:before {
    content: "\f3ce"
}

.cdc-icon-check-square:before {
    content: "\f3cf"
}

.cdc-icon-check:before {
    content: "\f3d0"
}

.cdc-icon-cheese-swiss:before {
    content: "\f3d1"
}

.cdc-icon-cheeseburger:before {
    content: "\f3d2"
}

.cdc-icon-chevron-circle-down:before {
    content: "\f3d3"
}

.cdc-icon-chevron-circle-left:before {
    content: "\f3d4"
}

.cdc-icon-chevron-circle-right:before {
    content: "\f3d5"
}

.cdc-icon-chevron-circle-up:before {
    content: "\f3d6"
}

.cdc-icon-chevron-double-right:before {
    content: "\f3d7"
}

.cdc-icon-chevron-right:before {
    content: "\f3d8"
}

.cdc-icon-child:before {
    content: "\f3d9"
}

.cdc-icon-city:before {
    content: "\f3da"
}

.cdc-icon-clinic-medical:before {
    content: "\f3db"
}

.cdc-icon-clipboard-check:before {
    content: "\f3dc"
}

.cdc-icon-clipboard-list-check:before {
    content: "\f3dd"
}

.cdc-icon-clipboard-list:before {
    content: "\f3de"
}

.cdc-icon-clipboard-prescription:before {
    content: "\f3df"
}

.cdc-icon-clipboard-user:before {
    content: "\f3e0"
}

.cdc-icon-clipboard:before {
    content: "\f3e1"
}

.cdc-icon-cloud:before {
    content: "\f3e2"
}

.cdc-icon-clouds-sun:before {
    content: "\f3e3"
}

.cdc-icon-cocktail:before {
    content: "\f3e4"
}

.cdc-icon-code:before {
    content: "\f3e5"
}

.cdc-icon-coffee-togo:before {
    content: "\f3e6"
}

.cdc-icon-cog:before {
    content: "\f3e7"
}

.cdc-icon-cogs:before {
    content: "\f3e8"
}

.cdc-icon-comment-alt-lines:before {
    content: "\f3e9"
}

.cdc-icon-comment-alt-medical:before {
    content: "\f3ea"
}

.cdc-icon-comment-alt:before {
    content: "\f3eb"
}

.cdc-icon-comment-lines:before {
    content: "\f3ec"
}

.cdc-icon-comment-medical:before {
    content: "\f3ed"
}

.cdc-icon-comment:before {
    content: "\f3ee"
}

.cdc-icon-comments-alt:before {
    content: "\f3ef"
}

.cdc-icon-comments:before {
    content: "\f3f0"
}

.cdc-icon-conveyor-belt:before {
    content: "\f3f1"
}

.cdc-icon-copy:before {
    content: "\f3f2"
}

.cdc-icon-couch:before {
    content: "\f3f3"
}

.cdc-icon-cow:before {
    content: "\f3f4"
}

.cdc-icon-credit-card:before {
    content: "\f3f5"
}

.cdc-icon-database:before {
    content: "\f3f6"
}

.cdc-icon-deaf:before {
    content: "\f3f7"
}

.cdc-icon-desktop-alt:before {
    content: "\f3f8"
}

.cdc-icon-desktop:before {
    content: "\f3f9"
}

.cdc-icon-diagnoses:before {
    content: "\f3fa"
}

.cdc-icon-disease:before {
    content: "\f3fb"
}

.cdc-icon-dna:before {
    content: "\f3fc"
}

.cdc-icon-dog:before {
    content: "\f3fd"
}

.cdc-icon-dolly-flatbed-alt:before {
    content: "\f3fe"
}

.cdc-icon-door-closed:before {
    content: "\f3ff"
}

.cdc-icon-door-open:before {
    content: "\f400"
}

.cdc-icon-download:before {
    content: "\f401"
}

.cdc-icon-drumstick:before {
    content: "\f402"
}

.cdc-icon-dumbbell:before {
    content: "\f403"
}

.cdc-icon-dumpster:before {
    content: "\f404"
}

.cdc-icon-ear:before {
    content: "\f405"
}

.cdc-icon-envelope-open-text:before {
    content: "\f406"
}

.cdc-icon-envelope:before {
    content: "\f407"
}

.cdc-icon-exclamation-circle:before {
    content: "\f408"
}

.cdc-icon-exclamation-square:before {
    content: "\f409"
}

.cdc-icon-exclamation-triangle:before {
    content: "\f40a"
}

.cdc-icon-eye-dropper:before {
    content: "\f40b"
}

.cdc-icon-eye:before {
    content: "\f40c"
}

.cdc-icon-farm:before {
    content: "\f40d"
}

.cdc-icon-female:before {
    content: "\f40e"
}

.cdc-icon-file-alt:before {
    content: "\f40f"
}

.cdc-icon-file-archive:before {
    content: "\f410"
}

.cdc-icon-file-audio:before {
    content: "\f411"
}

.cdc-icon-file-certificate:before {
    content: "\f412"
}

.cdc-icon-file-chart-line:before {
    content: "\f413"
}

.cdc-icon-file-medical-alt:before {
    content: "\f414"
}

.cdc-icon-file-medical:before {
    content: "\f415"
}

.cdc-icon-file-prescription:before {
    content: "\f416"
}

.cdc-icon-files-medical:before {
    content: "\f417"
}

.cdc-icon-first-aid:before {
    content: "\f418"
}

.cdc-icon-flag-alt:before {
    content: "\f419"
}

.cdc-icon-flag:before {
    content: "\f41a"
}

.cdc-icon-flame:before {
    content: "\f41b"
}

.cdc-icon-flask:before {
    content: "\f41c"
}

.cdc-icon-flower-daffodil:before {
    content: "\f41d"
}

.cdc-icon-folder-plus:before {
    content: "\f41e"
}

.cdc-icon-football-ball:before {
    content: "\f41f"
}

.cdc-icon-forklift:before {
    content: "\f420"
}

.cdc-icon-frown:before {
    content: "\f421"
}

.cdc-icon-gamepad-alt:before {
    content: "\f422"
}

.cdc-icon-gas-pump:before {
    content: "\f423"
}

.cdc-icon-globe-africa:before {
    content: "\f424"
}

.cdc-icon-globe-americas:before {
    content: "\f425"
}

.cdc-icon-globe-asia:before {
    content: "\f426"
}

.cdc-icon-globe-europe:before {
    content: "\f427"
}

.cdc-icon-globe:before {
    content: "\f428"
}

.cdc-icon-graduation-cap:before {
    content: "\f429"
}

.cdc-icon-grin:before {
    content: "\f42a"
}

.cdc-icon-h-square:before {
    content: "\f42b"
}

.cdc-icon-hand-holding-heart:before {
    content: "\f42c"
}

.cdc-icon-hand-holding-medical:before {
    content: "\f42d"
}

.cdc-icon-hand-paper:before {
    content: "\f42e"
}

.cdc-icon-hand-point-right:before {
    content: "\f42f"
}

.cdc-icon-hand-sparkles:before {
    content: "\f430"
}

.cdc-icon-hands-helping:before {
    content: "\f431"
}

.cdc-icon-hands-wash:before {
    content: "\f432"
}

.cdc-icon-handshake-slash:before {
    content: "\f433"
}

.cdc-icon-head-side-cough-slash:before {
    content: "\f434"
}

.cdc-icon-head-side-cough:before {
    content: "\f435"
}

.cdc-icon-head-side-mask:before {
    content: "\f436"
}

.cdc-icon-head-side-medical:before {
    content: "\f437"
}

.cdc-icon-headset:before {
    content: "\f438"
}

.cdc-icon-heart-rate:before {
    content: "\f439"
}

.cdc-icon-heartbeat:before {
    content: "\f43a"
}

.cdc-icon-heat:before {
    content: "\f43b"
}

.cdc-icon-hiking:before {
    content: "\f43c"
}

.cdc-icon-home-lg:before {
    content: "\f43d"
}

.cdc-icon-hospital-alt:before {
    content: "\f43e"
}

.cdc-icon-hospital-symbol:before {
    content: "\f43f"
}

.cdc-icon-hospital-user:before {
    content: "\f440"
}

.cdc-icon-hospital:before {
    content: "\f441"
}

.cdc-icon-hotel:before {
    content: "\f442"
}

.cdc-icon-house-leave:before {
    content: "\f443"
}

.cdc-icon-house-return:before {
    content: "\f444"
}

.cdc-icon-house-user:before {
    content: "\f445"
}

.cdc-icon-ice-cream:before {
    content: "\f446"
}

.cdc-icon-id-badge:before {
    content: "\f447"
}

.cdc-icon-id-card:before {
    content: "\f448"
}

.cdc-icon-inbox:before {
    content: "\f449"
}

.cdc-icon-info-circle:before {
    content: "\f44a"
}

.cdc-icon-info-square:before {
    content: "\f44b"
}

.cdc-icon-info:before {
    content: "\f44c"
}

.cdc-icon-inhaler:before {
    content: "\f44d"
}

.cdc-icon-key:before {
    content: "\f44e"
}

.cdc-icon-keyboard:before {
    content: "\f44f"
}

.cdc-icon-keynote:before {
    content: "\f450"
}

.cdc-icon-landmark-alt:before {
    content: "\f451"
}

.cdc-icon-landmark:before {
    content: "\f452"
}

.cdc-icon-laptop-house:before {
    content: "\f453"
}

.cdc-icon-laptop-medical:before {
    content: "\f454"
}

.cdc-icon-laptop:before {
    content: "\f455"
}

.cdc-icon-leaf-oak:before {
    content: "\f456"
}

.cdc-icon-leaf:before {
    content: "\f457"
}

.cdc-icon-lightbulb:before {
    content: "\f458"
}

.cdc-icon-link:before {
    content: "\f459"
}

.cdc-icon-lock-alt:before {
    content: "\f45a"
}

.cdc-icon-lock-open-alt:before {
    content: "\f45b"
}

.cdc-icon-luggage-cart:before {
    content: "\f45c"
}

.cdc-icon-lungs-virus:before {
    content: "\f45d"
}

.cdc-icon-lungs:before {
    content: "\f45e"
}

.cdc-icon-mail-bulk:before {
    content: "\f45f"
}

.cdc-icon-male:before {
    content: "\f460"
}

.cdc-icon-map-marker-alt-slash:before {
    content: "\f461"
}

.cdc-icon-map:before {
    content: "\f462"
}

.cdc-icon-medkit:before {
    content: "\f463"
}

.cdc-icon-microphone:before {
    content: "\f464"
}

.cdc-icon-microscope:before {
    content: "\f465"
}

.cdc-icon-mobile-alt:before {
    content: "\f466"
}

.cdc-icon-mobile:before {
    content: "\f467"
}

.cdc-icon-monitor-heart-rate:before {
    content: "\f468"
}

.cdc-icon-moon:before {
    content: "\f469"
}

.cdc-icon-mortar-pestle:before {
    content: "\f46a"
}

.cdc-icon-mouse-pointer:before {
    content: "\f46b"
}

.cdc-icon-network-wired:before {
    content: "\f46c"
}

.cdc-icon-newspaper:before {
    content: "\f46d"
}

.cdc-icon-notes-medical:before {
    content: "\f46e"
}

.cdc-icon-passport:before {
    content: "\f46f"
}

.cdc-icon-paw:before {
    content: "\f470"
}

.cdc-icon-people-arrows:before {
    content: "\f471"
}

.cdc-icon-person-sign:before {
    content: "\f472"
}

.cdc-icon-phone-office:before {
    content: "\f473"
}

.cdc-icon-pills:before {
    content: "\f474"
}

.cdc-icon-place-of-worship:before {
    content: "\f475"
}

.cdc-icon-plane-arrival:before {
    content: "\f476"
}

.cdc-icon-plane-departure:before {
    content: "\f477"
}

.cdc-icon-plane-slash:before {
    content: "\f478"
}

.cdc-icon-plane:before {
    content: "\f479"
}

.cdc-icon-play-circle:before {
    content: "\f47a"
}

.cdc-icon-play:before {
    content: "\f47b"
}

.cdc-icon-poll-people:before {
    content: "\f47c"
}

.cdc-icon-poop:before {
    content: "\f47d"
}

.cdc-icon-popcorn:before {
    content: "\f47e"
}

.cdc-icon-portrait:before {
    content: "\f47f"
}

.cdc-icon-prescription-bottle-alt:before {
    content: "\f480"
}

.cdc-icon-prescription-bottle:before {
    content: "\f481"
}

.cdc-icon-prescription:before {
    content: "\f482"
}

.cdc-icon-presentation:before {
    content: "\f483"
}

.cdc-icon-procedures:before {
    content: "\f484"
}

.cdc-icon-pump-medical:before {
    content: "\f485"
}

.cdc-icon-pump-soap:before {
    content: "\f486"
}

.cdc-icon-pumpkin:before {
    content: "\f487"
}

.cdc-icon-question-circle:before {
    content: "\f488"
}

.cdc-icon-question-square:before {
    content: "\f489"
}

.cdc-icon-question:before {
    content: "\f48a"
}

.cdc-icon-ribbon:before {
    content: "\f48b"
}

.cdc-icon-running:before {
    content: "\f48c"
}

.cdc-icon-school:before {
    content: "\f48d"
}

.cdc-icon-search:before {
    content: "\f48e"
}

.cdc-icon-share-alt:before {
    content: "\f48f"
}

.cdc-icon-share:before {
    content: "\f490"
}

.cdc-icon-ship:before {
    content: "\f491"
}

.cdc-icon-shipping-fast:before {
    content: "\f492"
}

.cdc-icon-shopping-cart:before {
    content: "\f493"
}

.cdc-icon-shower:before {
    content: "\f494"
}

.cdc-icon-shuttle-van:before {
    content: "\f495"
}

.cdc-icon-sign-language:before {
    content: "\f496"
}

.cdc-icon-sink:before {
    content: "\f497"
}

.cdc-icon-sitemap:before {
    content: "\f498"
}

.cdc-icon-soap:before {
    content: "\f499"
}

.cdc-icon-spray-can:before {
    content: "\f49a"
}

.cdc-icon-star:before {
    content: "\f49b"
}

.cdc-icon-stethoscope:before {
    content: "\f49c"
}

.cdc-icon-stomach:before {
    content: "\f49d"
}

.cdc-icon-stopwatch:before {
    content: "\f49e"
}

.cdc-icon-store-alt-slash:before {
    content: "\f49f"
}

.cdc-icon-store-slash:before {
    content: "\f4a0"
}

.cdc-icon-stretcher:before {
    content: "\f4a1"
}

.cdc-icon-subway:before {
    content: "\f4a2"
}

.cdc-icon-suitcase:before {
    content: "\f4a3"
}

.cdc-icon-sun:before {
    content: "\f4a4"
}

.cdc-icon-swimmer:before {
    content: "\f4a5"
}

.cdc-icon-swimming-pool:before {
    content: "\f4a6"
}

.cdc-icon-sync-alt:before {
    content: "\f4a7"
}

.cdc-icon-syringe:before {
    content: "\f4a8"
}

.cdc-icon-table:before {
    content: "\f4a9"
}

.cdc-icon-tablet-alt:before {
    content: "\f4aa"
}

.cdc-icon-tablets:before {
    content: "\f4ab"
}

.cdc-icon-taxi:before {
    content: "\f4ac"
}

.cdc-icon-temperature-high:before {
    content: "\f4ad"
}

.cdc-icon-temperature-low:before {
    content: "\f4ae"
}

.cdc-icon-thumbs-down:before {
    content: "\f4af"
}

.cdc-icon-thumbs-up:before {
    content: "\f4b0"
}

.cdc-icon-times-circle:before {
    content: "\f4b1"
}

.cdc-icon-times:before {
    content: "\f4b2"
}

.cdc-icon-tint-slash:before {
    content: "\f4b3"
}

.cdc-icon-tint:before {
    content: "\f4b4"
}

.cdc-icon-toolbox:before {
    content: "\f4b5"
}

.cdc-icon-tools:before {
    content: "\f4b6"
}

.cdc-icon-tooth:before {
    content: "\f4b7"
}

.cdc-icon-train:before {
    content: "\f4b8"
}

.cdc-icon-trash:before {
    content: "\f4b9"
}

.cdc-icon-tshirt:before {
    content: "\f4ba"
}

.cdc-icon-umbrella-beach:before {
    content: "\f4bb"
}

.cdc-icon-universal-access:before {
    content: "\f4bc"
}

.cdc-icon-user-chart:before {
    content: "\f4bd"
}

.cdc-icon-user-clock:before {
    content: "\f4be"
}

.cdc-icon-user-cog:before {
    content: "\f4bf"
}

.cdc-icon-user-friends:before {
    content: "\f4c0"
}

.cdc-icon-user-graduate:before {
    content: "\f4c1"
}

.cdc-icon-user-hard-hat:before {
    content: "\f4c2"
}

.cdc-icon-user-injured:before {
    content: "\f4c3"
}

.cdc-icon-user-md-chat:before {
    content: "\f4c4"
}

.cdc-icon-user-md:before {
    content: "\f4c5"
}

.cdc-icon-user-nurse:before {
    content: "\f4c6"
}

.cdc-icon-user:before {
    content: "\f4c7"
}

.cdc-icon-users-class:before {
    content: "\f4c8"
}

.cdc-icon-users-medical:before {
    content: "\f4c9"
}

.cdc-icon-users-slash:before {
    content: "\f4ca"
}

.cdc-icon-users:before {
    content: "\f4cb"
}

.cdc-icon-venus-mars:before {
    content: "\f4cc"
}

.cdc-icon-vial:before {
    content: "\f4cd"
}

.cdc-icon-vials:before {
    content: "\f4ce"
}

.cdc-icon-virus-slash:before {
    content: "\f4cf"
}

.cdc-icon-virus:before {
    content: "\f4d0"
}

.cdc-icon-viruses:before {
    content: "\f4d1"
}

.cdc-icon-walking:before {
    content: "\f4d2"
}

.cdc-icon-washer:before {
    content: "\f4d3"
}

.cdc-icon-water:before {
    content: "\f4d4"
}

.cdc-icon-weight:before {
    content: "\f4d5"
}

.cdc-icon-wheelchair:before {
    content: "\f4d6"
}

.cdc-icon-window-close:before {
    content: "\f4d7"
}

.cdc-icon-x-ray:before {
    content: "\f4d8"
}

.cdc-icon-address-book-solid:before {
    content: "\f4d9"
}

.cdc-icon-address-card-solid:before {
    content: "\f4da"
}

.cdc-icon-allergies-solid:before {
    content: "\f4db"
}

.cdc-icon-ambulance-solid:before {
    content: "\f4dc"
}

.cdc-icon-american-sign-language-interpreting-solid:before {
    content: "\f4dd"
}

.cdc-icon-analytics-solid:before {
    content: "\f4de"
}

.cdc-icon-apple-alt-solid:before {
    content: "\f4df"
}

.cdc-icon-archive-solid:before {
    content: "\f4e0"
}

.cdc-icon-arrow-alt-circle-down-solid:before {
    content: "\f4e1"
}

.cdc-icon-arrow-alt-circle-left-solid:before {
    content: "\f4e2"
}

.cdc-icon-arrow-alt-circle-right-solid:before {
    content: "\f4e3"
}

.cdc-icon-arrow-alt-circle-up-solid:before {
    content: "\f4e4"
}

.cdc-icon-atlas-solid:before {
    content: "\f4e5"
}

.cdc-icon-baby-carriage-solid:before {
    content: "\f4e6"
}

.cdc-icon-baby-solid:before {
    content: "\f4e7"
}

.cdc-icon-bacteria-solid:before {
    content: "\f4e8"
}

.cdc-icon-bacterium-solid:before {
    content: "\f4e9"
}

.cdc-icon-balance-scale-solid:before {
    content: "\f4ea"
}

.cdc-icon-ballot-check-solid:before {
    content: "\f4eb"
}

.cdc-icon-ballot-solid:before {
    content: "\f4ec"
}

.cdc-icon-ban-solid:before {
    content: "\f4ed"
}

.cdc-icon-band-aid-solid:before {
    content: "\f4ee"
}

.cdc-icon-bed-solid:before {
    content: "\f4ef"
}

.cdc-icon-bicycle-solid:before {
    content: "\f4f0"
}

.cdc-icon-biking-solid:before {
    content: "\f4f1"
}

.cdc-icon-blind-solid:before {
    content: "\f4f2"
}

.cdc-icon-bolt-solid:before {
    content: "\f4f3"
}

.cdc-icon-book-alt-solid:before {
    content: "\f4f4"
}

.cdc-icon-book-medical-solid:before {
    content: "\f4f5"
}

.cdc-icon-book-open-solid:before {
    content: "\f4f6"
}

.cdc-icon-book-reader-solid:before {
    content: "\f4f7"
}

.cdc-icon-book-solid:before {
    content: "\f4f8"
}

.cdc-icon-book-user-solid:before {
    content: "\f4f9"
}

.cdc-icon-books-medical-solid:before {
    content: "\f4fa"
}

.cdc-icon-box-tissue-solid:before {
    content: "\f4fb"
}

.cdc-icon-bread-loaf-solid:before {
    content: "\f4fc"
}

.cdc-icon-briefcase-medical-solid:before {
    content: "\f4fd"
}

.cdc-icon-briefcase-solid:before {
    content: "\f4fe"
}

.cdc-icon-browser-solid:before {
    content: "\f4ff"
}

.cdc-icon-building-solid:before {
    content: "\f500"
}

.cdc-icon-bullseye-pointer-solid:before {
    content: "\f501"
}

.cdc-icon-burger-soda-solid:before {
    content: "\f502"
}

.cdc-icon-bus-solid:before {
    content: "\f503"
}

.cdc-icon-calendar-alt-solid:before {
    content: "\f504"
}

.cdc-icon-calendar-check-solid:before {
    content: "\f505"
}

.cdc-icon-calendar-day-solid:before {
    content: "\f506"
}

.cdc-icon-calendar-edit-solid:before {
    content: "\f507"
}

.cdc-icon-calendar-exclamation-solid:before {
    content: "\f508"
}

.cdc-icon-calendar-plus-solid:before {
    content: "\f509"
}

.cdc-icon-calendar-solid:before {
    content: "\f50a"
}

.cdc-icon-calendar-star-solid:before {
    content: "\f50b"
}

.cdc-icon-capsules-solid:before {
    content: "\f50c"
}

.cdc-icon-car-bus-solid:before {
    content: "\f50d"
}

.cdc-icon-car-side-solid:before {
    content: "\f50e"
}

.cdc-icon-carrot-solid:before {
    content: "\f50f"
}

.cdc-icon-cauldron-solid:before {
    content: "\f510"
}

.cdc-icon-chalkboard-teacher-solid:before {
    content: "\f511"
}

.cdc-icon-chart-area-solid:before {
    content: "\f512"
}

.cdc-icon-chart-bar-solid:before {
    content: "\f513"
}

.cdc-icon-chart-line-solid:before {
    content: "\f514"
}

.cdc-icon-chart-pie-solid:before {
    content: "\f515"
}

.cdc-icon-check-circle-solid:before {
    content: "\f516"
}

.cdc-icon-check-solid:before {
    content: "\f517"
}

.cdc-icon-check-square-solid:before {
    content: "\f518"
}

.cdc-icon-cheese-swiss-solid:before {
    content: "\f519"
}

.cdc-icon-cheeseburger-solid:before {
    content: "\f51a"
}

.cdc-icon-chevron-circle-down-solid:before {
    content: "\f51b"
}

.cdc-icon-chevron-circle-left-solid:before {
    content: "\f51c"
}

.cdc-icon-chevron-circle-right-solid:before {
    content: "\f51d"
}

.cdc-icon-chevron-circle-up-solid:before {
    content: "\f51e"
}

.cdc-icon-chevron-double-right-solid:before {
    content: "\f51f"
}

.cdc-icon-chevron-right-solid:before {
    content: "\f520"
}

.cdc-icon-child-solid:before {
    content: "\f521"
}

.cdc-icon-city-solid:before {
    content: "\f522"
}

.cdc-icon-clinic-medical-solid:before {
    content: "\f523"
}

.cdc-icon-clipboard-check-solid:before {
    content: "\f524"
}

.cdc-icon-clipboard-list-check-solid:before {
    content: "\f525"
}

.cdc-icon-clipboard-list-solid:before {
    content: "\f526"
}

.cdc-icon-clipboard-prescription-solid:before {
    content: "\f527"
}

.cdc-icon-clipboard-solid:before {
    content: "\f528"
}

.cdc-icon-clipboard-user-solid:before {
    content: "\f529"
}

.cdc-icon-cloud-solid:before {
    content: "\f52a"
}

.cdc-icon-clouds-sun-solid:before {
    content: "\f52b"
}

.cdc-icon-cocktail-solid:before {
    content: "\f52c"
}

.cdc-icon-code-solid:before {
    content: "\f52d"
}

.cdc-icon-coffee-togo-solid:before {
    content: "\f52e"
}

.cdc-icon-cog-solid:before {
    content: "\f52f"
}

.cdc-icon-cogs-solid:before {
    content: "\f530"
}

.cdc-icon-comment-alt-lines-solid:before {
    content: "\f531"
}

.cdc-icon-comment-alt-medical-solid:before {
    content: "\f532"
}

.cdc-icon-comment-alt-solid:before {
    content: "\f533"
}

.cdc-icon-comment-lines-solid:before {
    content: "\f534"
}

.cdc-icon-comment-medical-solid:before {
    content: "\f535"
}

.cdc-icon-comment-solid:before {
    content: "\f536"
}

.cdc-icon-comments-alt-solid:before {
    content: "\f537"
}

.cdc-icon-comments-solid:before {
    content: "\f538"
}

.cdc-icon-conveyor-belt-solid:before {
    content: "\f539"
}

.cdc-icon-copy-solid:before {
    content: "\f53a"
}

.cdc-icon-couch-solid:before {
    content: "\f53b"
}

.cdc-icon-cow-solid:before {
    content: "\f53c"
}

.cdc-icon-credit-card-solid:before {
    content: "\f53d"
}

.cdc-icon-database-solid:before {
    content: "\f53e"
}

.cdc-icon-deaf-solid:before {
    content: "\f53f"
}

.cdc-icon-desktop-alt-solid:before {
    content: "\f540"
}

.cdc-icon-desktop-solid:before {
    content: "\f541"
}

.cdc-icon-diagnoses-solid:before {
    content: "\f542"
}

.cdc-icon-disease-solid:before {
    content: "\f543"
}

.cdc-icon-dna-solid:before {
    content: "\f544"
}

.cdc-icon-dog-solid:before {
    content: "\f545"
}

.cdc-icon-dolly-flatbed-alt-solid:before {
    content: "\f546"
}

.cdc-icon-door-closed-solid:before {
    content: "\f547"
}

.cdc-icon-door-open-solid:before {
    content: "\f548"
}

.cdc-icon-download-solid:before {
    content: "\f549"
}

.cdc-icon-drumstick-solid:before {
    content: "\f54a"
}

.cdc-icon-dumbbell-solid:before {
    content: "\f54b"
}

.cdc-icon-dumpster-solid:before {
    content: "\f54c"
}

.cdc-icon-ear-solid:before {
    content: "\f54d"
}

.cdc-icon-envelope-open-text-solid:before {
    content: "\f54e"
}

.cdc-icon-envelope-solid:before {
    content: "\f54f"
}

.cdc-icon-exclamation-circle-solid:before {
    content: "\f550"
}

.cdc-icon-exclamation-square-solid:before {
    content: "\f551"
}

.cdc-icon-exclamation-triangle-solid:before {
    content: "\f552"
}

.cdc-icon-eye-dropper-solid:before {
    content: "\f553"
}

.cdc-icon-eye-solid:before {
    content: "\f554"
}

.cdc-icon-farm-solid:before {
    content: "\f555"
}

.cdc-icon-female-solid:before {
    content: "\f556"
}

.cdc-icon-file-alt-solid:before {
    content: "\f557"
}

.cdc-icon-file-archive-solid:before {
    content: "\f558"
}

.cdc-icon-file-audio-solid:before {
    content: "\f559"
}

.cdc-icon-file-certificate-solid:before {
    content: "\f55a"
}

.cdc-icon-file-chart-line-solid:before {
    content: "\f55b"
}

.cdc-icon-file-medical-alt-solid:before {
    content: "\f55c"
}

.cdc-icon-file-medical-solid:before {
    content: "\f55d"
}

.cdc-icon-file-prescription-solid:before {
    content: "\f55e"
}

.cdc-icon-files-medical-solid:before {
    content: "\f55f"
}

.cdc-icon-first-aid-solid:before {
    content: "\f560"
}

.cdc-icon-flag-alt-solid:before {
    content: "\f561"
}

.cdc-icon-flag-solid:before {
    content: "\f562"
}

.cdc-icon-flame-solid:before {
    content: "\f563"
}

.cdc-icon-flask-solid:before {
    content: "\f564"
}

.cdc-icon-flower-daffodil-solid:before {
    content: "\f565"
}

.cdc-icon-folder-plus-solid:before {
    content: "\f566"
}

.cdc-icon-football-ball-solid:before {
    content: "\f567"
}

.cdc-icon-forklift-solid:before {
    content: "\f568"
}

.cdc-icon-frown-solid:before {
    content: "\f569"
}

.cdc-icon-gamepad-alt-solid:before {
    content: "\f56a"
}

.cdc-icon-gas-pump-solid:before {
    content: "\f56b"
}

.cdc-icon-globe-africa-solid:before {
    content: "\f56c"
}

.cdc-icon-globe-americas-solid:before {
    content: "\f56d"
}

.cdc-icon-globe-asia-solid:before {
    content: "\f56e"
}

.cdc-icon-globe-europe-solid:before {
    content: "\f56f"
}

.cdc-icon-globe-solid:before {
    content: "\f570"
}

.cdc-icon-graduation-cap-solid:before {
    content: "\f571"
}

.cdc-icon-grin-solid:before {
    content: "\f572"
}

.cdc-icon-h-square-solid:before {
    content: "\f573"
}

.cdc-icon-hand-holding-heart-solid:before {
    content: "\f574"
}

.cdc-icon-hand-holding-medical-solid:before {
    content: "\f575"
}

.cdc-icon-hand-paper-solid:before {
    content: "\f576"
}

.cdc-icon-hand-point-right-solid:before {
    content: "\f577"
}

.cdc-icon-hand-sparkles-solid:before {
    content: "\f578"
}

.cdc-icon-hands-helping-solid:before {
    content: "\f579"
}

.cdc-icon-hands-wash-solid:before {
    content: "\f57a"
}

.cdc-icon-handshake-slash-solid:before {
    content: "\f57b"
}

.cdc-icon-head-side-cough-slash-solid:before {
    content: "\f57c"
}

.cdc-icon-head-side-cough-solid:before {
    content: "\f57d"
}

.cdc-icon-head-side-mask-solid:before {
    content: "\f57e"
}

.cdc-icon-head-side-medical-solid:before {
    content: "\f57f"
}

.cdc-icon-headset-solid:before {
    content: "\f580"
}

.cdc-icon-heart-rate-solid:before {
    content: "\f581"
}

.cdc-icon-heartbeat-solid:before {
    content: "\f582"
}

.cdc-icon-heat-solid:before {
    content: "\f583"
}

.cdc-icon-hiking-solid:before {
    content: "\f584"
}

.cdc-icon-home-lg-solid:before {
    content: "\f585"
}

.cdc-icon-hospital-alt-solid:before {
    content: "\f586"
}

.cdc-icon-hospital-solid:before {
    content: "\f587"
}

.cdc-icon-hospital-symbol-solid:before {
    content: "\f588"
}

.cdc-icon-hospital-user-solid:before {
    content: "\f589"
}

.cdc-icon-hotel-solid:before {
    content: "\f58a"
}

.cdc-icon-house-leave-solid:before {
    content: "\f58b"
}

.cdc-icon-house-return-solid:before {
    content: "\f58c"
}

.cdc-icon-house-user-solid:before {
    content: "\f58d"
}

.cdc-icon-ice-cream-solid:before {
    content: "\f58e"
}

.cdc-icon-id-badge-solid:before {
    content: "\f58f"
}

.cdc-icon-id-card-solid:before {
    content: "\f590"
}

.cdc-icon-inbox-solid:before {
    content: "\f591"
}

.cdc-icon-info-circle-solid:before {
    content: "\f592"
}

.cdc-icon-info-solid:before {
    content: "\f593"
}

.cdc-icon-info-square-solid:before {
    content: "\f594"
}

.cdc-icon-inhaler-solid:before {
    content: "\f595"
}

.cdc-icon-key-solid:before {
    content: "\f596"
}

.cdc-icon-keyboard-solid:before {
    content: "\f597"
}

.cdc-icon-keynote-solid:before {
    content: "\f598"
}

.cdc-icon-landmark-alt-solid:before {
    content: "\f599"
}

.cdc-icon-landmark-solid:before {
    content: "\f59a"
}

.cdc-icon-laptop-house-solid:before {
    content: "\f59b"
}

.cdc-icon-laptop-medical-solid:before {
    content: "\f59c"
}

.cdc-icon-laptop-solid:before {
    content: "\f59d"
}

.cdc-icon-leaf-oak-solid:before {
    content: "\f59e"
}

.cdc-icon-leaf-solid:before {
    content: "\f59f"
}

.cdc-icon-lightbulb-solid:before {
    content: "\f5a0"
}

.cdc-icon-link-solid:before {
    content: "\f5a1"
}

.cdc-icon-lock-alt-solid:before {
    content: "\f5a2"
}

.cdc-icon-lock-open-alt-solid:before {
    content: "\f5a3"
}

.cdc-icon-luggage-cart-solid:before {
    content: "\f5a4"
}

.cdc-icon-lungs-solid:before {
    content: "\f5a5"
}

.cdc-icon-lungs-virus-solid:before {
    content: "\f5a6"
}

.cdc-icon-mail-bulk-solid:before {
    content: "\f5a7"
}

.cdc-icon-male-solid:before {
    content: "\f5a8"
}

.cdc-icon-map-marker-alt-slash-solid:before {
    content: "\f5a9"
}

.cdc-icon-map-solid:before {
    content: "\f5aa"
}

.cdc-icon-medkit-solid:before {
    content: "\f5ab"
}

.cdc-icon-microphone-solid:before {
    content: "\f5ac"
}

.cdc-icon-microscope-solid:before {
    content: "\f5ad"
}

.cdc-icon-mobile-alt-solid:before {
    content: "\f5ae"
}

.cdc-icon-mobile-solid:before {
    content: "\f5af"
}

.cdc-icon-monitor-heart-rate-solid:before {
    content: "\f5b0"
}

.cdc-icon-moon-solid:before {
    content: "\f5b1"
}

.cdc-icon-mortar-pestle-solid:before {
    content: "\f5b2"
}

.cdc-icon-mouse-pointer-solid:before {
    content: "\f5b3"
}

.cdc-icon-network-wired-solid:before {
    content: "\f5b4"
}

.cdc-icon-newspaper-solid:before {
    content: "\f5b5"
}

.cdc-icon-notes-medical-solid:before {
    content: "\f5b6"
}

.cdc-icon-passport-solid:before {
    content: "\f5b7"
}

.cdc-icon-paw-solid:before {
    content: "\f5b8"
}

.cdc-icon-people-arrows-solid:before {
    content: "\f5b9"
}

.cdc-icon-person-sign-solid:before {
    content: "\f5ba"
}

.cdc-icon-phone-office-solid:before {
    content: "\f5bb"
}

.cdc-icon-pills-solid:before {
    content: "\f5bc"
}

.cdc-icon-place-of-worship-solid:before {
    content: "\f5bd"
}

.cdc-icon-plane-arrival-solid:before {
    content: "\f5be"
}

.cdc-icon-plane-departure-solid:before {
    content: "\f5bf"
}

.cdc-icon-plane-slash-solid:before {
    content: "\f5c0"
}

.cdc-icon-plane-solid:before {
    content: "\f5c1"
}

.cdc-icon-play-circle-solid:before {
    content: "\f5c2"
}

.cdc-icon-play-solid:before {
    content: "\f5c3"
}

.cdc-icon-poll-people-solid:before {
    content: "\f5c4"
}

.cdc-icon-poop-solid:before {
    content: "\f5c5"
}

.cdc-icon-popcorn-solid:before {
    content: "\f5c6"
}

.cdc-icon-portrait-solid:before {
    content: "\f5c7"
}

.cdc-icon-prescription-bottle-alt-solid:before {
    content: "\f5c8"
}

.cdc-icon-prescription-bottle-solid:before {
    content: "\f5c9"
}

.cdc-icon-prescription-solid:before {
    content: "\f5ca"
}

.cdc-icon-presentation-solid:before {
    content: "\f5cb"
}

.cdc-icon-procedures-solid:before {
    content: "\f5cc"
}

.cdc-icon-pump-medical-solid:before {
    content: "\f5cd"
}

.cdc-icon-pump-soap-solid:before {
    content: "\f5ce"
}

.cdc-icon-pumpkin-solid:before {
    content: "\f5cf"
}

.cdc-icon-question-circle-solid:before {
    content: "\f5d0"
}

.cdc-icon-question-solid:before {
    content: "\f5d1"
}

.cdc-icon-question-square-solid:before {
    content: "\f5d2"
}

.cdc-icon-ribbon-solid:before {
    content: "\f5d3"
}

.cdc-icon-running-solid:before {
    content: "\f5d4"
}

.cdc-icon-school-solid:before {
    content: "\f5d5"
}

.cdc-icon-search-solid:before {
    content: "\f5d6"
}

.cdc-icon-share-alt-solid:before {
    content: "\f5d7"
}

.cdc-icon-share-solid:before {
    content: "\f5d8"
}

.cdc-icon-ship-solid:before {
    content: "\f5d9"
}

.cdc-icon-shipping-fast-solid:before {
    content: "\f5da"
}

.cdc-icon-shopping-cart-solid:before {
    content: "\f5db"
}

.cdc-icon-shower-solid:before {
    content: "\f5dc"
}

.cdc-icon-shuttle-van-solid:before {
    content: "\f5dd"
}

.cdc-icon-sign-language-solid:before {
    content: "\f5de"
}

.cdc-icon-sink-solid:before {
    content: "\f5df"
}

.cdc-icon-sitemap-solid:before {
    content: "\f5e0"
}

.cdc-icon-soap-solid:before {
    content: "\f5e1"
}

.cdc-icon-spray-can-solid:before {
    content: "\f5e2"
}

.cdc-icon-star-solid:before {
    content: "\f5e3"
}

.cdc-icon-stethoscope-solid:before {
    content: "\f5e4"
}

.cdc-icon-stomach-solid:before {
    content: "\f5e5"
}

.cdc-icon-stopwatch-solid:before {
    content: "\f5e6"
}

.cdc-icon-store-alt-slash-solid:before {
    content: "\f5e7"
}

.cdc-icon-store-slash-solid:before {
    content: "\f5e8"
}

.cdc-icon-stretcher-solid:before {
    content: "\f5e9"
}

.cdc-icon-subway-solid:before {
    content: "\f5ea"
}

.cdc-icon-suitcase-solid:before {
    content: "\f5eb"
}

.cdc-icon-sun-solid:before {
    content: "\f5ec"
}

.cdc-icon-swimmer-solid:before {
    content: "\f5ed"
}

.cdc-icon-swimming-pool-solid:before {
    content: "\f5ee"
}

.cdc-icon-sync-alt-solid:before {
    content: "\f5ef"
}

.cdc-icon-syringe-solid:before {
    content: "\f5f0"
}

.cdc-icon-table-solid:before {
    content: "\f5f1"
}

.cdc-icon-tablet-alt-solid:before {
    content: "\f5f2"
}

.cdc-icon-tablets-solid:before {
    content: "\f5f3"
}

.cdc-icon-taxi-solid:before {
    content: "\f5f4"
}

.cdc-icon-temperature-high-solid:before {
    content: "\f5f5"
}

.cdc-icon-temperature-low-solid:before {
    content: "\f5f6"
}

.cdc-icon-thumbs-down-solid:before {
    content: "\f5f7"
}

.cdc-icon-thumbs-up-solid:before {
    content: "\f5f8"
}

.cdc-icon-times-circle-solid:before {
    content: "\f5f9"
}

.cdc-icon-times-solid:before {
    content: "\f5fa"
}

.cdc-icon-tint-slash-solid:before {
    content: "\f5fb"
}

.cdc-icon-tint-solid:before {
    content: "\f5fc"
}

.cdc-icon-toolbox-solid:before {
    content: "\f5fd"
}

.cdc-icon-tools-solid:before {
    content: "\f5fe"
}

.cdc-icon-tooth-solid:before {
    content: "\f5ff"
}

.cdc-icon-train-solid:before {
    content: "\f600"
}

.cdc-icon-trash-solid:before {
    content: "\f601"
}

.cdc-icon-tshirt-solid:before {
    content: "\f602"
}

.cdc-icon-umbrella-beach-solid:before {
    content: "\f603"
}

.cdc-icon-universal-access-solid:before {
    content: "\f604"
}

.cdc-icon-user-chart-solid:before {
    content: "\f605"
}

.cdc-icon-user-clock-solid:before {
    content: "\f606"
}

.cdc-icon-user-cog-solid:before {
    content: "\f607"
}

.cdc-icon-user-friends-solid:before {
    content: "\f608"
}

.cdc-icon-user-graduate-solid:before {
    content: "\f609"
}

.cdc-icon-user-hard-hat-solid:before {
    content: "\f60a"
}

.cdc-icon-user-injured-solid:before {
    content: "\f60b"
}

.cdc-icon-user-md-chat-solid:before {
    content: "\f60c"
}

.cdc-icon-user-md-solid:before {
    content: "\f60d"
}

.cdc-icon-user-nurse-solid:before {
    content: "\f60e"
}

.cdc-icon-user-solid:before {
    content: "\f60f"
}

.cdc-icon-users-class-solid:before {
    content: "\f610"
}

.cdc-icon-users-medical-solid:before {
    content: "\f611"
}

.cdc-icon-users-slash-solid:before {
    content: "\f612"
}

.cdc-icon-users-solid:before {
    content: "\f613"
}

.cdc-icon-venus-mars-solid:before {
    content: "\f614"
}

.cdc-icon-vial-solid:before {
    content: "\f615"
}

.cdc-icon-vials-solid:before {
    content: "\f616"
}

.cdc-icon-virus-slash-solid:before {
    content: "\f617"
}

.cdc-icon-virus-solid:before {
    content: "\f618"
}

.cdc-icon-viruses-solid:before {
    content: "\f619"
}

.cdc-icon-walking-solid:before {
    content: "\f61a"
}

.cdc-icon-washer-solid:before {
    content: "\f61b"
}

.cdc-icon-water-solid:before {
    content: "\f61c"
}

.cdc-icon-weight-solid:before {
    content: "\f61d"
}

.cdc-icon-wheelchair-solid:before {
    content: "\f61e"
}

.cdc-icon-window-close-solid:before {
    content: "\f61f"
}

.cdc-icon-x-ray-solid:before {
    content: "\f620"
}

@media (max-width:767.98px) {
    .step-table .row [class*=col-]:not(:last-child) {
        border-bottom: none
    }

    .step-table .row div > p:last-child {
        margin-bottom: 0 !important
    }
}

.step-table .row div > p:last-child {
    margin-bottom: 0 !important
}

.step-table .column-header {
    margin: 0 !important;
    font-size: 1.125rem;
    font-weight: 700
}

.step-table .row-header {
    margin: 0 !important;
    font-size: 1rem;
    font-weight: 700
}

@media (max-width:767px) {
    .step-table .column-header {
        font-size: 1.125rem;
        background-color: inherit !important
    }

    .step-table .row-header {
        font-size: 1.375rem;
        background-color: inherit !important
    }
}

@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
    .cdc-card-slider .card .card-body {
        height: auto !important
    }
}

.cdc-card-slider {
    margin-bottom: 0;
    display: none
}

    .cdc-card-slider .slick-track {
        display: flex
    }

        .cdc-card-slider .slick-track .slick-slide {
            display: flex;
            height: auto
        }

    .cdc-card-slider.slick-initialized {
        display: block;
        -webkit-animation: fadein 1s;
        animation: fadein 1s
    }

    .cdc-card-slider .video-transcript a {
        color: #075290 !important;
        margin-right: .5rem
    }

        .cdc-card-slider .video-transcript a span {
            margin-left: 0 !important
        }

            .cdc-card-slider .video-transcript a span.cdc-icon-video_01 {
                color: #000 !important
            }

    .cdc-card-slider ul.slick-dots {
        bottom: -20px
    }

        .cdc-card-slider ul.slick-dots.slick-dots-left {
            text-align: left
        }

        .cdc-card-slider ul.slick-dots.slick-dots-right {
            text-align: right
        }

        .cdc-card-slider ul.slick-dots.slick-dots-outline {
            bottom: 34px !important;
            padding-bottom: 10px;
            background: rgba(0,0,0,.5)
        }

            .cdc-card-slider ul.slick-dots.slick-dots-outline li button {
                border: 1px solid #f0f0f0;
                width: 100%;
                height: 10px;
                padding: 5px
            }

            .cdc-card-slider ul.slick-dots.slick-dots-outline li.slick-active button {
                background-color: #e0e0e0
            }

        .cdc-card-slider ul.slick-dots.slick-dots-numbers {
            padding: 2px 0
        }

            .cdc-card-slider ul.slick-dots.slick-dots-numbers li button {
                line-height: initial;
                font-size: 1rem;
                color: #fff;
                height: 30px
            }

                .cdc-card-slider ul.slick-dots.slick-dots-numbers li button:hover {
                    color: #000
                }

            .cdc-card-slider ul.slick-dots.slick-dots-numbers li.slick-active button {
                color: #000
            }

                .cdc-card-slider ul.slick-dots.slick-dots-numbers li.slick-active button:hover {
                    color: #000
                }

    .cdc-card-slider .card {
        margin: 10px
    }

        .cdc-card-slider .card .card-img-wrap {
            position: relative;
            overflow: hidden
        }

        .cdc-card-slider .card .playbtn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
            z-index: 9999;
            width: 80px;
            height: 80px;
            cursor: pointer
        }

        .cdc-card-slider .card.dark {
            background-color: #333 !important;
            color: #fff;
            overflow: hidden
        }

        .cdc-card-slider .card .card-img-top {
            max-width: 100%
        }

            .cdc-card-slider .card .card-img-top[src*="ytimg.com"] {
                cursor: pointer
            }

        .cdc-card-slider .card .card-footer img {
            width: 16px;
            max-width: 16px;
            display: inline-block;
            margin-right: 5px
        }

    .cdc-card-slider.video-modal .card .playbtn {
        width: 50px;
        height: 50px
    }

    .cdc-card-slider .slick-slide {
        opacity: 1
    }

        .cdc-card-slider .slick-slide:hover {
            opacity: 1
        }

    .cdc-card-slider .slick-arrow {
        cursor: pointer;
        position: absolute;
        top: 50%;
        top: calc(50% - 40px);
        z-index: 5555;
        width: 45px;
        height: 45px;
        display: block !important;
        -webkit-animation: fadein .75s;
        animation: fadein .75s
    }

    .cdc-card-slider.cdc-standard-slider .slider-next {
        right: -20px !important
    }

    .cdc-card-slider.cdc-standard-slider .slider-prev {
        left: -20px !important
    }

    .cdc-card-slider.cdc-carousel-slider .slider-next {
        right: -20px !important
    }

    .cdc-card-slider.cdc-carousel-slider .slider-prev {
        left: -20px !important
    }

    .cdc-card-slider.cdc-carousel-thumbnail-slider .slider-next {
        right: -20px !important
    }

    .cdc-card-slider.cdc-carousel-thumbnail-slider .slider-prev {
        left: -20px !important
    }

    .cdc-card-slider.cdc-thumbnail-slider .slider-next {
        right: -20px !important
    }

    .cdc-card-slider.cdc-thumbnail-slider .slider-prev {
        left: -20px !important
    }

    .cdc-card-slider .slider-next {
        right: -20px !important
    }

    .cdc-card-slider .slider-prev {
        left: -20px !important
    }

    .cdc-card-slider + .cdc-slider-status {
        text-align: center !important
    }

    .cdc-card-slider.cdc-carousel-thumbnail-slider {
        margin-right: 4px;
        margin-left: 2px
    }

        .cdc-card-slider.cdc-carousel-thumbnail-slider .card-img-top {
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            cursor: pointer
        }

        .cdc-card-slider.cdc-carousel-thumbnail-slider ul.slick-dots {
            bottom: -35px
        }

        .cdc-card-slider.cdc-carousel-thumbnail-slider .slider-next, .cdc-card-slider.cdc-carousel-thumbnail-slider .slider-prev {
            top: calc(50% - 20px)
        }

        .cdc-card-slider.cdc-carousel-thumbnail-slider + .cdc-slider-status {
            display: none !important
        }

        .cdc-card-slider.cdc-carousel-thumbnail-slider .playbtn {
            width: 45px;
            height: 45px
        }

    .cdc-card-slider.cdc-carousel-slider .card {
        margin: 5px
    }

    .cdc-card-slider.cdc-carousel-slider .slider-next, .cdc-card-slider.cdc-carousel-slider .slider-prev {
        top: calc(50% - 20px)
    }

    .cdc-card-slider.cdc-carousel-slider .slick-slide.slick-active {
        box-shadow: none
    }

    .cdc-card-slider.cdc-carousel-slider.d-none + .cdc-slider-status {
        display: none
    }

    .cdc-card-slider.cdc-carousel-slider-nav .slick-slide {
        cursor: pointer
    }

    .cdc-card-slider.cdc-thumbnail-slider .slider-next, .cdc-card-slider.cdc-thumbnail-slider .slider-prev {
        top: calc(50% - 20px);
        display: block !important
    }

    .cdc-card-slider.cdc-centermode-slider .slider-next {
        right: -25px !important
    }

    .cdc-card-slider.cdc-centermode-slider .slider-prev {
        left: -25px !important
    }

    .cdc-card-slider.cdc-centermode-slider .slick-slide {
        opacity: .5
    }

        .cdc-card-slider.cdc-centermode-slider .slick-slide:hover {
            opacity: .5
        }

        .cdc-card-slider.cdc-centermode-slider .slick-slide.slick-active {
            opacity: 1;
            box-shadow: 0 0 8px rgba(0,0,0,.23)
        }

    .cdc-card-slider.cdc-standard-slider-overlay .card-body {
        background: rgba(255,255,255,.85);
        color: #000
    }

    .cdc-card-slider.cdc-standard-slider-overlay.dark .card {
        overflow: hidden
    }

    .cdc-card-slider.cdc-standard-slider-overlay.dark .card-body {
        background: rgba(0,0,0,.8);
        color: #fff
    }

body.modal-open .cdc-card-slider .slider-next, body.modal-open .cdc-card-slider .slider-prev {
    display: none !important;
    -webkit-animation: fadeout 1s;
    animation: fadeout 1s
}

body.modal-open #CDC_videoModal .close {
    opacity: .75
}

body.modal-open #CDC_videoModal .modal-body {
    padding: 0
}

body.modal-open #CDC_videoModal .modal-lg {
    width: 60vw;
    max-width: 60vw
}

body.modal-open #CDC_videoModal .video-transcript a {
    display: inline-block;
    color: #075290 !important;
    margin-right: .5rem
}

    body.modal-open #CDC_videoModal .video-transcript a span {
        margin-left: 0 !important
    }

        body.modal-open #CDC_videoModal .video-transcript a span.cdc-icon-video_01 {
            color: #000 !important
        }

@media (max-width:576px) {
    .cdc-card-slider .card {
        margin: 3px
    }

        .cdc-card-slider .card .playbtn {
            width: 45px;
            height: 45px
        }

        .cdc-card-slider .card .card-footer a {
            display: block
        }
}

@media (max-width:766px) {
    .cdc-card-slider .slick-dots {
        display: none !important
    }
}

@media (max-width:768px) {
    .cdc-card-slider .card {
        margin: 5px
    }

        .cdc-card-slider .card .playbtn {
            width: 50px;
            height: 50px
        }

    .cdc-card-slider.slick-dotted {
        margin-bottom: 0
    }

    .cdc-card-slider.cdc-no-mobile-caption .card-body :not(.card-title) {
        display: none
    }
}

@media (max-width:992px) {
    body.modal-open #CDC_videoModal .modal-lg {
        width: 100vw;
        max-width: 100vw;
        margin: 0
    }

    .cdc-carousel-slider + .cdc-slider-status {
        display: block !important
    }
}

@media (min-width:767px) {
    .cdc-card-slider + .cdc-slider-status:not(.d-block) {
        display: none !important
    }

    .cdc-card-slider.cdc-carousel-slider + .cdc-slider-status:not(.d-block) {
        display: block !important
    }
}

@media (min-width:992px) {
    .cdc-carousel-slider .slick-arrow {
        display: none !important
    }

    .cdc-card-slider.cdc-carousel-slider + .cdc-slider-status:not(.d-block) {
        display: none !important
    }

    .cdc-card-slider.cdc-standard-slider-overlay {
        position: relative
    }

        .cdc-card-slider.cdc-standard-slider-overlay .card-body {
            position: absolute;
            bottom: 0;
            width: 100%
        }

        .cdc-card-slider.cdc-standard-slider-overlay.dark .card {
            overflow: hidden
        }

        .cdc-card-slider.cdc-standard-slider-overlay.dark .card-body {
            background: rgba(0,0,0,.8)
        }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeout {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeout {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}
