@charset "UTF-8";

@font-face {
    font-family: Merriweather;
    font-style: normal;
    font-weight: 300;
    src: local("Merriweather Regular"), local("Merriweather-Regular"), url(../fonts/merriweather-v19-latin-regular.woff2) format("woff2"), url(../fonts/merriweather-v19-latin-regular.woff) format("woff")
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(../fonts/open-sans-v15-latin-regular.woff2) format("woff2"), url(../fonts/open-sans-v15-latin-regular.woff) format("woff")
}

@font-face {
    font-family: "Open Sans Light";
    font-style: normal;
    font-weight: 100;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(../fonts/open-sans-light-webfont.woff2) format("woff2"), url(../fonts/open-sans-light-webfont.woff) format("woff")
}

@font-face {
    font-family: "Open Sans SemiBold";
    font-style: normal;
    font-weight: 600;
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(../fonts/open-sans-semibold-webfont.woff2) format("woff2"), url(../fonts/open-sans-semibold-webfont.woff) format("woff")
}

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: #006778
}

.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
}

.hollow.btn-blue-p {
    background-color: #005eaa !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-blue-p:hover {
    background-color: #006cc4 !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-blue-s {
    background-color: #88c3ea !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-blue-s:hover {
    background-color: #9eceee !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-blue-t {
    background-color: #c0e9ff !important;
    border-color: #005eaa !important;
    color: #005eaa !important
}

.hollow.btn-blue-t:hover {
    background-color: #a7e0ff !important;
    border-color: #005eaa !important;
    color: #005eaa !important
}

.hollow.btn-blue-q {
    background-color: #edf9ff !important;
    border-color: #005eaa !important;
    color: #005eaa !important
}

.hollow.btn-blue-q:hover {
    background-color: #d4f1ff !important;
    border-color: #005eaa !important;
    color: #005eaa !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
}

.hollow.btn-purple-p {
    background-color: #712177 !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-purple-p:hover {
    background-color: #84278b !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-purple-s {
    background-color: #b890bb !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-purple-s:hover {
    background-color: #c2a0c5 !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-purple-t {
    background-color: #e3d3e4 !important;
    border-color: #712177 !important;
    color: #712177 !important
}

.hollow.btn-purple-t:hover {
    background-color: #d9c3da !important;
    border-color: #712177 !important;
    color: #712177 !important
}

.hollow.btn-purple-q {
    background-color: #f7f2f7 !important;
    border-color: #712177 !important;
    color: #712177 !important
}

.hollow.btn-purple-q:hover {
    background-color: #ede2ed !important;
    border-color: #712177 !important;
    color: #712177 !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
}

.hollow.btn-brown-p {
    background-color: #705043 !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-brown-p:hover {
    background-color: #805b4d !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-brown-s {
    background-color: #ad907b !important;
    border-color: #000 !important;
    color: #000 !important
}

.hollow.btn-brown-s:hover {
    background-color: #b79d8b !important;
    border-color: #000 !important;
    color: #000 !important
}

.hollow.btn-brown-t {
    background-color: #d7ccc8 !important;
    border-color: #604539 !important;
    color: #604539 !important
}

.hollow.btn-brown-t:hover {
    background-color: #ccbeb9 !important;
    border-color: #604539 !important;
    color: #604539 !important
}

.hollow.btn-brown-q {
    background-color: #f2ebe8 !important;
    border-color: #604539 !important;
    color: #604539 !important
}

.hollow.btn-brown-q:hover {
    background-color: #e9ddd8 !important;
    border-color: #604539 !important;
    color: #604539 !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
}

.hollow.btn-teal-p {
    background-color: #00695c !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-teal-p:hover {
    background-color: #008372 !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-teal-s {
    background-color: #4ebaaa !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-teal-s:hover {
    background-color: #60c1b3 !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-teal-t {
    background-color: #ceece7 !important;
    border-color: #00695c !important;
    color: #00695c !important
}

.hollow.btn-teal-t:hover {
    background-color: #bce5de !important;
    border-color: #00695c !important;
    color: #00695c !important
}

.hollow.btn-teal-q {
    background-color: #ebf7f5 !important;
    border-color: #00695c !important;
    color: #00695c !important
}

.hollow.btn-teal-q:hover {
    background-color: #d9f0ec !important;
    border-color: #00695c !important;
    color: #00695c !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
}

.hollow.btn-orange-p {
    background-color: #bb4d00 !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-orange-p:hover {
    background-color: #d55800 !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-orange-s {
    background-color: #ffad42 !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-orange-s:hover {
    background-color: #ffb85c !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-orange-t {
    background-color: #ffe97d !important;
    border-color: #bb4d00 !important;
    color: #bb4d00 !important
}

.hollow.btn-orange-t:hover {
    background-color: #ffe564 !important;
    border-color: #bb4d00 !important;
    color: #bb4d00 !important
}

.hollow.btn-orange-q {
    background-color: #fff4cf !important;
    border-color: #bb4d00 !important;
    color: #bb4d00 !important
}

.hollow.btn-orange-q:hover {
    background-color: #ffeeb6 !important;
    border-color: #bb4d00 !important;
    color: #bb4d00 !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
}

.hollow.btn-pink-p {
    background-color: #af4448 !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-pink-p:hover {
    background-color: #bb5155 !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-pink-s {
    background-color: #e57373 !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-pink-s:hover {
    background-color: #e98989 !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-pink-t {
    background-color: #ffc2c2 !important;
    border-color: #af4448 !important;
    color: #af4448 !important
}

.hollow.btn-pink-t:hover {
    background-color: #ffa9a9 !important;
    border-color: #af4448 !important;
    color: #af4448 !important
}

.hollow.btn-pink-q {
    background-color: #ffe7e7 !important;
    border-color: #af4448 !important;
    color: #af4448 !important
}

.hollow.btn-pink-q:hover {
    background-color: #ffcece !important;
    border-color: #af4448 !important;
    color: #af4448 !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
}

.hollow.btn-slate-p {
    background-color: #29434e !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-slate-p:hover {
    background-color: #32515f !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-slate-s {
    background-color: #7e9ba5 !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-slate-s:hover {
    background-color: #8da7af !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-slate-t {
    background-color: #b6c6d2 !important;
    border-color: #29434e !important;
    color: #29434e !important
}

.hollow.btn-slate-t:hover {
    background-color: #a6bac8 !important;
    border-color: #29434e !important;
    color: #29434e !important
}

.hollow.btn-slate-q {
    background-color: #e2e8ed !important;
    border-color: #29434e !important;
    color: #29434e !important
}

.hollow.btn-slate-q:hover {
    background-color: #d2dce3 !important;
    border-color: #29434e !important;
    color: #29434e !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
}

.hollow.btn-indigo-p {
    background-color: #26418f !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-indigo-p:hover {
    background-color: #2b4aa3 !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-indigo-s {
    background-color: #92a6dd !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-indigo-s:hover {
    background-color: #a5b6e3 !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-indigo-t {
    background-color: #dee8ff !important;
    border-color: #26418f !important;
    color: #26418f !important
}

.hollow.btn-indigo-t:hover {
    background-color: #c5d6ff !important;
    border-color: #26418f !important;
    color: #26418f !important
}

.hollow.btn-indigo-q {
    background-color: #f2f6ff !important;
    border-color: #26418f !important;
    color: #26418f !important
}

.hollow.btn-indigo-q:hover {
    background-color: #d9e4ff !important;
    border-color: #26418f !important;
    color: #26418f !important
}

.bg-cyan-p {
    background-color: #006778 !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: #006778 !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: #006778 !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: #006778 !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: #006778 !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: #006778 !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: #006778 !important
}

.fill-cyan-p::before,
svg .fill-cyan-p::before,
svg.fill-cyan-p::before {
    color: #006778 !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: #006778 !important;
    border-color: #006778 !important;
    color: #fff
}

.btn-cyan-p:hover {
    background-color: #00515f !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
}

.hollow.btn-cyan-p {
    background-color: #006778 !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-cyan-p:hover {
    background-color: #007d92 !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-cyan-s {
    background-color: #65b0bd !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-cyan-s:hover {
    background-color: #77b9c5 !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-cyan-t {
    background-color: #cce5e9 !important;
    border-color: #006778 !important;
    color: #006778 !important
}

.hollow.btn-cyan-t:hover {
    background-color: #badce1 !important;
    border-color: #006778 !important;
    color: #006778 !important
}

.hollow.btn-cyan-q {
    background-color: #ebf5f6 !important;
    border-color: #006778 !important;
    color: #006778 !important
}

.hollow.btn-cyan-q:hover {
    background-color: #d9ecee !important;
    border-color: #006778 !important;
    color: #006778 !important
}

.bg-green-p {
    background-color: #497d0c !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: #497d0c !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: #497d0c !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: #497d0c !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: #497d0c !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: #497d0c !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: #497d0c !important
}

.fill-green-p::before,
svg .fill-green-p::before,
svg.fill-green-p::before {
    color: #497d0c !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: #497d0c !important;
    border-color: #497d0c !important;
    color: #fff
}

.btn-green-p:hover {
    background-color: #3b660a !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
}

.hollow.btn-green-p {
    background-color: #497d0c !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-green-p:hover {
    background-color: #57940e !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-green-s {
    background-color: #84bc49 !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-green-s:hover {
    background-color: #91c35c !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-green-t {
    background-color: #dcedc8 !important;
    border-color: #497d0c !important;
    color: #497d0c !important
}

.hollow.btn-green-t:hover {
    background-color: #d0e7b5 !important;
    border-color: #497d0c !important;
    color: #497d0c !important
}

.hollow.btn-green-q {
    background-color: #f1f8e9 !important;
    border-color: #497d0c !important;
    color: #497d0c !important
}

.hollow.btn-green-q:hover {
    background-color: #e5f2d6 !important;
    border-color: #497d0c !important;
    color: #497d0c !important
}

.bg-amber-p {
    background-color: #fbab18 !important;
    color: #000
}

.bg-amber-p:hover {
    color: #000
}

.bg-amber-p a:not(.btn) {
    color: #000
}

.bg-amber-p a:not(.btn):hover {
    color: #000
}

.bg-amber-p a svg {
    fill: #000
}

.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: #000
}

.btn-amber-p:hover {
    background-color: #f5a004 !important;
    color: #000
}

.btn-amber-p svg {
    fill: #000 !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
}

.hollow.btn-amber-p {
    background-color: #fbab18 !important;
    border-color: #000 !important;
    color: #000 !important
}

.hollow.btn-amber-p:hover {
    background-color: #fbb431 !important;
    border-color: #000 !important;
    color: #000 !important
}

.hollow.btn-amber-s {
    background-color: #ffd54f !important;
    border-color: #000 !important;
    color: #000 !important
}

.hollow.btn-amber-s:hover {
    background-color: #ffdb69 !important;
    border-color: #000 !important;
    color: #000 !important
}

.hollow.btn-amber-t {
    background-color: #ffecb3 !important;
    border-color: #005091 !important;
    color: #005091 !important
}

.hollow.btn-amber-t:hover {
    background-color: #ffe69a !important;
    border-color: #005091 !important;
    color: #005091 !important
}

.hollow.btn-amber-q {
    background-color: #fff7e1 !important;
    border-color: #005091 !important;
    color: #005091 !important
}

.hollow.btn-amber-q:hover {
    background-color: #fff0c8 !important;
    border-color: #005091 !important;
    color: #005091 !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
}

.hollow.btn-gray-d2 {
    background-color: #333 !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-gray-d2:hover {
    background-color: #404040 !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-gray-d1 {
    background-color: #555 !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-gray-d1:hover {
    background-color: #626262 !important;
    border-color: #fff !important;
    color: #fff !important
}

.hollow.btn-gray {
    background-color: #bdbdbd !important;
    border-color: #000 !important;
    color: #000 !important
}

.hollow.btn-gray:hover {
    background-color: #b0b0b0 !important;
    border-color: #000 !important;
    color: #000 !important
}

.hollow.btn-gray-l1 {
    background-color: #e0e0e0 !important;
    border-color: #000 !important;
    color: #000 !important
}

.hollow.btn-gray-l1:hover {
    background-color: #d3d3d3 !important;
    border-color: #000 !important;
    color: #000 !important
}

.hollow.btn-gray-l2 {
    background-color: #f0f0f0 !important;
    border-color: #000 !important;
    color: #000 !important
}

.hollow.btn-gray-l2:hover {
    background-color: #e3e3e3 !important;
    border-color: #000 !important;
    color: #000 !important
}

.hollow.btn-gray-l3 {
    background-color: #f5f5f5 !important;
    border-color: #000 !important;
    color: #000 !important
}

.hollow.btn-gray-l3:hover {
    background-color: #e8e8e8 !important;
    border-color: #000 !important;
    color: #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-top-color: #333 !important
}

.bt-gray-d1 {
    border-top-color: #555 !important
}

.bt-gray {
    border-top-color: #bdbdbd !important
}

.bt-gray-l1 {
    border-top-color: #e0e0e0 !important
}

.bt-gray-l2 {
    border-top-color: #f0f0f0 !important
}

.bt-gray-l3 {
    border-top-color: #f5f5f5 !important
}

.br-gray-d2 {
    border-right-color: #333 !important
}

.br-gray-d1 {
    border-right-color: #555 !important
}

.br-gray {
    border-right-color: #bdbdbd !important
}

.br-gray-l1 {
    border-right-color: #e0e0e0 !important
}

.br-gray-l2 {
    border-right-color: #f0f0f0 !important
}

.br-gray-l3 {
    border-right-color: #f5f5f5 !important
}

.bb-gray-d2 {
    border-bottom-color: #333 !important
}

.bb-gray-d1 {
    border-bottom-color: #555 !important
}

.bb-gray {
    border-bottom-color: #bdbdbd !important
}

.bb-gray-l1 {
    border-bottom-color: #e0e0e0 !important
}

.bb-gray-l2 {
    border-bottom-color: #f0f0f0 !important
}

.bb-gray-l3 {
    border-bottom-color: #f5f5f5 !important
}

.bl-gray-d2 {
    border-left-color: #333 !important
}

.bl-gray-d1 {
    border-left-color: #555 !important
}

.bl-gray {
    border-left-color: #bdbdbd !important
}

.bl-gray-l1 {
    border-left-color: #e0e0e0 !important
}

.bl-gray-l2 {
    border-left-color: #f0f0f0 !important
}

.bl-gray-l3 {
    border-left-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.33%
}

@media only screen and (min-width:768px) {
    .w-md-col12 {
        width: 100%
    }

    .w-md-col11 {
        width: 91.66%
    }

    .w-md-col10 {
        width: 83%
    }

    .w-md-col9 {
        width: 75%
    }

    .w-md-col8 {
        width: 66.66%
    }

    .w-md-col7 {
        width: 58.33%
    }

    .w-md-col6 {
        width: 50%
    }

    .w-md-col5 {
        width: 41.66%
    }

    .w-md-col4 {
        width: 33.33%
    }

    .w-md-col3 {
        width: 25%
    }

    .w-md-col2 {
        width: 16.66%
    }

    .w-md-col1 {
        width: 8.33%
    }
}

.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: 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-25p {
    width: 25%
}

.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-35 {
    width: 35rem !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-25p {
    height: 25% !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
}

.cdc-icon-podcast,
.fill-podcast {
    fill: #724faa !important
}

.cdc-icon-podcast::before,
.fill-podcast::before {
    color: #724faa !important
}

.cdc-icon-ppt,
.fill-ppt {
    fill: #d24625 !important
}

.cdc-icon-ppt::before,
.fill-ppt::before {
    color: #d24625 !important
}

.cdc-icon-pinterest,
.fill-pinterest {
    fill: #cb2027 !important
}

.cdc-icon-pinterest::before,
.fill-pinterest::before {
    color: #cb2027 !important
}

.cdc-icon-flickr.flr-bg,
.fill-flickr.flr-bg {
    fill: #d4dde2 !important
}

.cdc-icon-flickr.flr-bg::before,
.fill-flickr.flr-bg::before {
    color: #d4dde2 !important
}

.cdc-icon-flickr.flr-dot-1,
.fill-flickr.flr-dot-1 {
    fill: #006add !important
}

.cdc-icon-flickr.flr-dot-1::before,
.fill-flickr.flr-dot-1::before {
    color: #006add !important
}

.cdc-icon-flickr.flr-dot-2,
.fill-flickr.flr-dot-2 {
    fill: #f40083 !important
}

.cdc-icon-flickr.flr-dot-2::before,
.fill-flickr.flr-dot-2::before {
    color: #f40083 !important
}

.cdc-icon-youtube,
.fill-youtube {
    fill: red !important
}

.cdc-icon-youtube::before,
.fill-youtube::before {
    color: red !important
}

.cdc-icon-fb,
.fill-fb {
    fill: #3b5998 !important
}

.cdc-icon-fb::before,
.fill-fb::before {
    color: #3b5998 !important
}

.cdc-icon-insta {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.cdc-icon-twitter,
.fill-tw {
    fill: #1da1f2 !important
}

.cdc-icon-twitter::before,
.fill-tw::before {
    color: #1da1f2 !important
}

.cdc-icon-rss,
.fill-rss {
    fill: #fa9b39 !important
}

.cdc-icon-rss::before,
.fill-rss::before {
    color: #fa9b39 !important
}

.cdc-icon-synd1,
.fill-synd1 {
    fill: #0060aa !important
}

.cdc-icon-synd1::before,
.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
}

.cdc-icon-linkedin,
.fill-linkin {
    fill: #007bb5 !important
}

.cdc-icon-linkedin::before,
.fill-linkin::before {
    color: #007bb5 !important
}

.fill-image {
    fill: #5e5887 !important
}

.fill-image::before {
    color: #5e5887 !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
}

.cdc-icon-figure,
.fill-figure {
    fill: #e41928 !important
}

.cdc-icon-figure::before,
.fill-figure::before {
    color: #e41928 !important
}

.cdc-icon-tumblr,
.fill-tumblr {
    fill: #35465d !important
}

.cdc-icon-tumblr::before,
.fill-tumblr::before {
    color: #35465d !important
}

.cdc-icon-sas,
.fill-sas {
    fill: #007cc2 !important
}

.cdc-icon-sas::before,
.fill-sas::before {
    color: #007cc2 !important
}

.cdc-icon-cdc-tv,
.fill-cdc-tv {
    fill: #0060a9 !important
}

.cdc-icon-cdc-tv::before,
.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
}

.x-important-10 {
    height: 10px
}

.x-important-10::before {
    font-size: 10px !important;
    vertical-align: top
}

.x-important-16 {
    height: 16px
}

.x-important-16::before {
    font-size: 16px !important;
    vertical-align: top
}

.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: " "
}

.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: "“"
}

.blockquote.with-quote p::after,
blockquote.with-quote p::after {
    content: "”"
}

.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
}

[class^=cdc-lang-] {
    display: none
}

html[lang=en-us] .cdc-lang-en,
html[lang=en] .cdc-lang-en {
    display: block
}

html[lang=en-us] .cdc-lang-inline-en,
html[lang=en] .cdc-lang-inline-en {
    display: inline
}

html[lang=es-us] .cdc-lang-es,
html[lang=es] .cdc-lang-es {
    display: block
}

html[lang=es-us] .cdc-lang-inline-es,
html[lang=es] .cdc-lang-inline-es {
    display: inline
}

html[lang=zh-cn] .cdc-lang-zh,
html[lang=zh] .cdc-lang-zh {
    display: block
}

html[lang=zh-cn] .cdc-lang-inline-zh,
html[lang=zh] .cdc-lang-inline-zh {
    display: inline
}

html[lang=vi-vn] .cdc-lang-vi,
html[lang=vi] .cdc-lang-vi {
    display: block
}

html[lang=vi-vn] .cdc-lang-inline-vi,
html[lang=vi] .cdc-lang-inline-vi {
    display: inline
}

html[lang=ko-kr] .cdc-lang-ko,
html[lang=ko] .cdc-lang-ko {
    display: block
}

html[lang=ko-kr] .cdc-lang-inline-ko,
html[lang=ko] .cdc-lang-inline-ko {
    display: inline
}

html[lang=tl-tl] .cdc-lang-tl,
html[lang=tl] .cdc-lang-tl {
    display: block
}

html[lang=tl-tl] .cdc-lang-inline-tl,
html[lang=tl] .cdc-lang-inline-tl {
    display: inline
}

html[lang=ru-ru] .cdc-lang-ru,
html[lang=ru] .cdc-lang-ru {
    display: block
}

html[lang=ru-ru] .cdc-lang-inline-ru,
html[lang=ru] .cdc-lang-inline-ru {
    display: inline
}

html[lang=ar-ar] .cdc-lang-ar,
html[lang=ar] .cdc-lang-ar {
    display: block
}

html[lang=ar-ar] .cdc-lang-inline-ar,
html[lang=ar] .cdc-lang-inline-ar {
    display: inline
}

html[lang=hat-hat] .cdc-lang-hat,
html[lang=hat] .cdc-lang-hat {
    display: block
}

html[lang=hat-hat] .cdc-lang-inline-hat,
html[lang=hat] .cdc-lang-inline-hat {
    display: inline
}

html[lang=fr-fr] .cdc-lang-fr,
html[lang=fr] .cdc-lang-fr {
    display: block
}

html[lang=fr-fr] .cdc-lang-inline-fr,
html[lang=fr] .cdc-lang-inline-fr {
    display: inline
}

html[lang=pl-pl] .cdc-lang-pl,
html[lang=pl] .cdc-lang-pl {
    display: block
}

html[lang=pl-pl] .cdc-lang-inline-pl,
html[lang=pl] .cdc-lang-inline-pl {
    display: inline
}

html[lang=pt-pt] .cdc-lang-pt,
html[lang=pt] .cdc-lang-pt {
    display: block
}

html[lang=pt-pt] .cdc-lang-inline-pt,
html[lang=pt] .cdc-lang-inline-pt {
    display: inline
}

html[lang=it-it] .cdc-lang-it,
html[lang=it] .cdc-lang-it {
    display: block
}

html[lang=it-it] .cdc-lang-inline-it,
html[lang=it] .cdc-lang-inline-it {
    display: inline
}

html[lang=de-de] .cdc-lang-de,
html[lang=de] .cdc-lang-de {
    display: block
}

html[lang=de-de] .cdc-lang-inline-de,
html[lang=de] .cdc-lang-inline-de {
    display: inline
}

html[lang=ja-jp] .cdc-lang-ja,
html[lang=ja] .cdc-lang-ja {
    display: block
}

html[lang=ja-jp] .cdc-lang-inline-ja,
html[lang=ja] .cdc-lang-inline-ja {
    display: inline
}

html[lang=fa-fa] .cdc-lang-fa,
html[lang=fa] .cdc-lang-fa {
    display: block
}

html[lang=fa-fa] .cdc-lang-inline-fa,
html[lang=fa] .cdc-lang-inline-fa {
    display: inline
}

html[lang=ms-ms] .cdc-lang-ms,
html[lang=ms] .cdc-lang-ms {
    display: block
}

html[lang=ms-ms] .cdc-lang-inline-ms,
html[lang=ms] .cdc-lang-inline-ms {
    display: inline
}

.b-dashed {
    border-style: dashed !important
}

.bt-dashed {
    border-top-style: dashed !important
}

.bl-dashed {
    border-left-style: dashed !important
}

.bb-dashed {
    border-bottom-style: dashed !important
}

.br-dashed {
    border-right-style: dashed !important
}

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%
}

body.syndicated-content {
    border-top: 0;
    background-color: #fff
}

.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
}

.h1:empty,
.h2:empty,
.h3:empty,
.h4:empty,
.h5:empty,
.h6:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
    margin: 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: "“"
}

blockquote.with-quote p::after {
    content: "”"
}

.merri {
    font-family: Merriweather, serif !important
}

.open,
.opensans {
    font-family: "Open Sans", apple-system, blinkmacsystemfont, "Segoe UI", "Helvetica Neue", arial, sans-serif !important
}

.opensanslight {
    font-family: "Open Sans Light", sans-serif !important
}

.opensanssemibold {
    font-family: "Open Sans SemiBold", sans-serif !important
}

.italicize .italic::after,
.italicize .text-italic::after,
.italicize em::after,
.italicize i::after {
    content: " "
}

.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)
}

@media all and (-ms-high-contrast:none) {
    :focus {
        box-shadow: none !important;
        box-shadow: 0 0 2pt 1pt #ff6601 !important
    }
}

.btn:focus,
.form-control:focus {
    box-shadow: none !important;
    outline: auto 3px rgba(255, 102, 1, .9) !important
}

@media all and (-ms-high-contrast:none) {

    .btn:focus,
    .form-control:focus {
        box-shadow: 0 0 2pt 1pt #ff6601 !important
    }
}

.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.standard {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    font-size: 36px
}

.block-list li .list-icon.standard::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
}

.caret-list {
    margin-top: 0;
    padding-left: 0 !important;
    list-style-type: none
}

.caret-list li {
    position: relative;
    padding-left: 25px
}

.caret-list li::before {
    content: "›";
    margin-left: -.78em;
    margin-right: .5em
}

.caret-list a {
    text-decoration: none
}

.caret-list a:hover {
    text-decoration: underline
}

.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 {
    margin: 17px 0;
    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
}

.linked-list li span.cdc-icon-single_arrow::before {
    position: absolute
}

.linked-list.linked-list-icons {
    -moz-column-gap: 1em;
    column-gap: 1em
}

.linked-list.linked-list-icons li {
    line-height: 2rem;
    border-bottom: 1px dashed #e0e0e0;
    padding-bottom: .4em
}

.linked-list.linked-list-icons li a {
    justify-content: normal
}

.linked-list.linked-list-icons li a>span.fi.fill-p {
    min-width: 2em;
    font-size: 1.4em;
    margin-right: .25em
}

.linked-list.linked-list-icons.large li a {
    font-size: 19px !important
}

@media only screen and (min-width:1200px) {
    .linked-list {
        -moz-column-gap: 4em;
        column-gap: 4em
    }
}

.theme-blue .row .bg-primary ul.linked-list li a,
.theme-blue .row ul.linked-list.bg-primary li a,
.theme-blue .row.bg-primary ul.linked-list li a {
    background: #005eaa;
    color: #fff
}

.theme-blue .row .bg-primary ul.linked-list li a:hover,
.theme-blue .row ul.linked-list.bg-primary li a:hover,
.theme-blue .row.bg-primary ul.linked-list li a:hover {
    background: #006cc4
}

.theme-blue .row .bg-secondary ul.linked-list li a:hover,
.theme-blue .row ul.linked-list.bg-secondary li a:hover,
.theme-blue .row.bg-secondary ul.linked-list li a:hover {
    background: #b3d9f2
}

.theme-blue .row .bg-tertiary ul.linked-list li a,
.theme-blue .row ul.linked-list.bg-tertiary li a,
.theme-blue .row.bg-tertiary ul.linked-list li a {
    color: #005091
}

.theme-blue .row .bg-tertiary ul.linked-list li a:hover,
.theme-blue .row ul.linked-list.bg-tertiary li a:hover,
.theme-blue .row.bg-tertiary ul.linked-list li a:hover {
    background: #8dd7ff
}

.theme-blue .row .bg-quaternary ul.linked-list li a:hover,
.theme-blue .row ul.linked-list.bg-quaternary li a:hover,
.theme-blue .row.bg-quaternary ul.linked-list li a:hover {
    background: #bae8ff
}

.theme-blue .row .bg-gray ul.linked-list li a,
.theme-blue .row ul.linked-list.bg-gray li a,
.theme-blue .row.bg-gray ul.linked-list li a {
    color: #004277
}

.theme-blue .row .bg-gray ul.linked-list li a:hover,
.theme-blue .row ul.linked-list.bg-gray li a:hover,
.theme-blue .row.bg-gray ul.linked-list li a:hover {
    background: #cacaca
}

.theme-blue .row .bg-gray-l1 ul.linked-list li a,
.theme-blue .row ul.linked-list.bg-gray-l1 li a,
.theme-blue .row.bg-gray-l1 ul.linked-list li a {
    color: #004277
}

.theme-blue .row .bg-gray-l1 ul.linked-list li a:hover,
.theme-blue .row ul.linked-list.bg-gray-l1 li a:hover,
.theme-blue .row.bg-gray-l1 ul.linked-list li a:hover {
    background: #d3d3d3
}

.theme-blue .row .bg-gray-l2 ul.linked-list li a,
.theme-blue .row ul.linked-list.bg-gray-l2 li a,
.theme-blue .row.bg-gray-l2 ul.linked-list li a {
    color: #004277
}

.theme-blue .row .bg-gray-l2 ul.linked-list li a:hover,
.theme-blue .row ul.linked-list.bg-gray-l2 li a:hover,
.theme-blue .row.bg-gray-l2 ul.linked-list li a:hover {
    background: #e3e3e3
}

.theme-blue .row .bg-gray-l3 ul.linked-list li a,
.theme-blue .row ul.linked-list.bg-gray-l3 li a,
.theme-blue .row.bg-gray-l3 ul.linked-list li a {
    color: #004277
}

.theme-blue .row .bg-gray-l3 ul.linked-list li a:hover,
.theme-blue .row ul.linked-list.bg-gray-l3 li a:hover,
.theme-blue .row.bg-gray-l3 ul.linked-list li a:hover {
    background: #e8e8e8
}

.theme-purple .row .bg-primary ul.linked-list li a,
.theme-purple .row ul.linked-list.bg-primary li a,
.theme-purple .row.bg-primary ul.linked-list li a {
    background: #712177;
    color: #fff
}

.theme-purple .row .bg-primary ul.linked-list li a:hover,
.theme-purple .row ul.linked-list.bg-primary li a:hover,
.theme-purple .row.bg-primary ul.linked-list li a:hover {
    background: #84278b
}

.theme-purple .row .bg-secondary ul.linked-list li a:hover,
.theme-purple .row ul.linked-list.bg-secondary li a:hover,
.theme-purple .row.bg-secondary ul.linked-list li a:hover {
    background: #ccb0ce
}

.theme-purple .row .bg-tertiary ul.linked-list li a,
.theme-purple .row ul.linked-list.bg-tertiary li a,
.theme-purple .row.bg-tertiary ul.linked-list li a {
    color: #5e1b63
}

.theme-purple .row .bg-tertiary ul.linked-list li a:hover,
.theme-purple .row ul.linked-list.bg-tertiary li a:hover,
.theme-purple .row.bg-tertiary ul.linked-list li a:hover {
    background: #cfb3d1
}

.theme-purple .row .bg-quaternary ul.linked-list li a:hover,
.theme-purple .row ul.linked-list.bg-quaternary li a:hover,
.theme-purple .row.bg-quaternary ul.linked-list li a:hover {
    background: #e4d2e4
}

.theme-purple .row .bg-gray ul.linked-list li a,
.theme-purple .row ul.linked-list.bg-gray li a,
.theme-purple .row.bg-gray ul.linked-list li a {
    color: #4b164f
}

.theme-purple .row .bg-gray ul.linked-list li a:hover,
.theme-purple .row ul.linked-list.bg-gray li a:hover,
.theme-purple .row.bg-gray ul.linked-list li a:hover {
    background: #cacaca
}

.theme-purple .row .bg-gray-l1 ul.linked-list li a,
.theme-purple .row ul.linked-list.bg-gray-l1 li a,
.theme-purple .row.bg-gray-l1 ul.linked-list li a {
    color: #4b164f
}

.theme-purple .row .bg-gray-l1 ul.linked-list li a:hover,
.theme-purple .row ul.linked-list.bg-gray-l1 li a:hover,
.theme-purple .row.bg-gray-l1 ul.linked-list li a:hover {
    background: #d3d3d3
}

.theme-purple .row .bg-gray-l2 ul.linked-list li a,
.theme-purple .row ul.linked-list.bg-gray-l2 li a,
.theme-purple .row.bg-gray-l2 ul.linked-list li a {
    color: #4b164f
}

.theme-purple .row .bg-gray-l2 ul.linked-list li a:hover,
.theme-purple .row ul.linked-list.bg-gray-l2 li a:hover,
.theme-purple .row.bg-gray-l2 ul.linked-list li a:hover {
    background: #e3e3e3
}

.theme-purple .row .bg-gray-l3 ul.linked-list li a,
.theme-purple .row ul.linked-list.bg-gray-l3 li a,
.theme-purple .row.bg-gray-l3 ul.linked-list li a {
    color: #4b164f
}

.theme-purple .row .bg-gray-l3 ul.linked-list li a:hover,
.theme-purple .row ul.linked-list.bg-gray-l3 li a:hover,
.theme-purple .row.bg-gray-l3 ul.linked-list li a:hover {
    background: #e8e8e8
}

.theme-brown .row .bg-primary ul.linked-list li a,
.theme-brown .row ul.linked-list.bg-primary li a,
.theme-brown .row.bg-primary ul.linked-list li a {
    background: #705043;
    color: #fff
}

.theme-brown .row .bg-primary ul.linked-list li a:hover,
.theme-brown .row ul.linked-list.bg-primary li a:hover,
.theme-brown .row.bg-primary ul.linked-list li a:hover {
    background: #805b4d
}

.theme-brown .row .bg-secondary ul.linked-list li a:hover,
.theme-brown .row ul.linked-list.bg-secondary li a:hover,
.theme-brown .row.bg-secondary ul.linked-list li a:hover {
    background: #c1aa9a
}

.theme-brown .row .bg-tertiary ul.linked-list li a,
.theme-brown .row ul.linked-list.bg-tertiary li a,
.theme-brown .row.bg-tertiary ul.linked-list li a {
    color: #604539
}

.theme-brown .row .bg-tertiary ul.linked-list li a:hover,
.theme-brown .row ul.linked-list.bg-tertiary li a:hover,
.theme-brown .row.bg-tertiary ul.linked-list li a:hover {
    background: #c2b1aa
}

.theme-brown .row .bg-quaternary ul.linked-list li a:hover,
.theme-brown .row ul.linked-list.bg-quaternary li a:hover,
.theme-brown .row.bg-quaternary ul.linked-list li a:hover {
    background: #e0cfc7
}

.theme-brown .row .bg-gray ul.linked-list li a,
.theme-brown .row ul.linked-list.bg-gray li a,
.theme-brown .row.bg-gray ul.linked-list li a {
    color: #503930
}

.theme-brown .row .bg-gray ul.linked-list li a:hover,
.theme-brown .row ul.linked-list.bg-gray li a:hover,
.theme-brown .row.bg-gray ul.linked-list li a:hover {
    background: #cacaca
}

.theme-brown .row .bg-gray-l1 ul.linked-list li a,
.theme-brown .row ul.linked-list.bg-gray-l1 li a,
.theme-brown .row.bg-gray-l1 ul.linked-list li a {
    color: #503930
}

.theme-brown .row .bg-gray-l1 ul.linked-list li a:hover,
.theme-brown .row ul.linked-list.bg-gray-l1 li a:hover,
.theme-brown .row.bg-gray-l1 ul.linked-list li a:hover {
    background: #d3d3d3
}

.theme-brown .row .bg-gray-l2 ul.linked-list li a,
.theme-brown .row ul.linked-list.bg-gray-l2 li a,
.theme-brown .row.bg-gray-l2 ul.linked-list li a {
    color: #503930
}

.theme-brown .row .bg-gray-l2 ul.linked-list li a:hover,
.theme-brown .row ul.linked-list.bg-gray-l2 li a:hover,
.theme-brown .row.bg-gray-l2 ul.linked-list li a:hover {
    background: #e3e3e3
}

.theme-brown .row .bg-gray-l3 ul.linked-list li a,
.theme-brown .row ul.linked-list.bg-gray-l3 li a,
.theme-brown .row.bg-gray-l3 ul.linked-list li a {
    color: #503930
}

.theme-brown .row .bg-gray-l3 ul.linked-list li a:hover,
.theme-brown .row ul.linked-list.bg-gray-l3 li a:hover,
.theme-brown .row.bg-gray-l3 ul.linked-list li a:hover {
    background: #e8e8e8
}

.theme-teal .row .bg-primary ul.linked-list li a,
.theme-teal .row ul.linked-list.bg-primary li a,
.theme-teal .row.bg-primary ul.linked-list li a {
    background: #00695c;
    color: #fff
}

.theme-teal .row .bg-primary ul.linked-list li a:hover,
.theme-teal .row ul.linked-list.bg-primary li a:hover,
.theme-teal .row.bg-primary ul.linked-list li a:hover {
    background: #008372
}

.theme-teal .row .bg-secondary ul.linked-list li a:hover,
.theme-teal .row ul.linked-list.bg-secondary li a:hover,
.theme-teal .row.bg-secondary ul.linked-list li a:hover {
    background: #73c8bc
}

.theme-teal .row .bg-tertiary ul.linked-list li a,
.theme-teal .row ul.linked-list.bg-tertiary li a,
.theme-teal .row.bg-tertiary ul.linked-list li a {
    color: #005046
}

.theme-teal .row .bg-tertiary ul.linked-list li a:hover,
.theme-teal .row ul.linked-list.bg-tertiary li a:hover,
.theme-teal .row.bg-tertiary ul.linked-list li a:hover {
    background: #a9ded5
}

.theme-teal .row .bg-quaternary ul.linked-list li a:hover,
.theme-teal .row ul.linked-list.bg-quaternary li a:hover,
.theme-teal .row.bg-quaternary ul.linked-list li a:hover {
    background: #c7e8e3
}

.theme-teal .row .bg-gray ul.linked-list li a,
.theme-teal .row ul.linked-list.bg-gray li a,
.theme-teal .row.bg-gray ul.linked-list li a {
    color: #00362f
}

.theme-teal .row .bg-gray ul.linked-list li a:hover,
.theme-teal .row ul.linked-list.bg-gray li a:hover,
.theme-teal .row.bg-gray ul.linked-list li a:hover {
    background: #cacaca
}

.theme-teal .row .bg-gray-l1 ul.linked-list li a,
.theme-teal .row ul.linked-list.bg-gray-l1 li a,
.theme-teal .row.bg-gray-l1 ul.linked-list li a {
    color: #00362f
}

.theme-teal .row .bg-gray-l1 ul.linked-list li a:hover,
.theme-teal .row ul.linked-list.bg-gray-l1 li a:hover,
.theme-teal .row.bg-gray-l1 ul.linked-list li a:hover {
    background: #d3d3d3
}

.theme-teal .row .bg-gray-l2 ul.linked-list li a,
.theme-teal .row ul.linked-list.bg-gray-l2 li a,
.theme-teal .row.bg-gray-l2 ul.linked-list li a {
    color: #00362f
}

.theme-teal .row .bg-gray-l2 ul.linked-list li a:hover,
.theme-teal .row ul.linked-list.bg-gray-l2 li a:hover,
.theme-teal .row.bg-gray-l2 ul.linked-list li a:hover {
    background: #e3e3e3
}

.theme-teal .row .bg-gray-l3 ul.linked-list li a,
.theme-teal .row ul.linked-list.bg-gray-l3 li a,
.theme-teal .row.bg-gray-l3 ul.linked-list li a {
    color: #00362f
}

.theme-teal .row .bg-gray-l3 ul.linked-list li a:hover,
.theme-teal .row ul.linked-list.bg-gray-l3 li a:hover,
.theme-teal .row.bg-gray-l3 ul.linked-list li a:hover {
    background: #e8e8e8
}

.theme-pink .row .bg-primary ul.linked-list li a,
.theme-pink .row ul.linked-list.bg-primary li a,
.theme-pink .row.bg-primary ul.linked-list li a {
    background: #af4448;
    color: #fff
}

.theme-pink .row .bg-primary ul.linked-list li a:hover,
.theme-pink .row ul.linked-list.bg-primary li a:hover,
.theme-pink .row.bg-primary ul.linked-list li a:hover {
    background: #bb5155
}

.theme-pink .row .bg-secondary ul.linked-list li a:hover,
.theme-pink .row ul.linked-list.bg-secondary li a:hover,
.theme-pink .row.bg-secondary ul.linked-list li a:hover {
    background: #ed9e9e
}

.theme-pink .row .bg-tertiary ul.linked-list li a,
.theme-pink .row ul.linked-list.bg-tertiary li a,
.theme-pink .row.bg-tertiary ul.linked-list li a {
    color: #9d3d40
}

.theme-pink .row .bg-tertiary ul.linked-list li a:hover,
.theme-pink .row ul.linked-list.bg-tertiary li a:hover,
.theme-pink .row.bg-tertiary ul.linked-list li a:hover {
    background: #ff8f8f
}

.theme-pink .row .bg-quaternary ul.linked-list li a:hover,
.theme-pink .row ul.linked-list.bg-quaternary li a:hover,
.theme-pink .row.bg-quaternary ul.linked-list li a:hover {
    background: #ffb4b4
}

.theme-pink .row .bg-gray ul.linked-list li a,
.theme-pink .row ul.linked-list.bg-gray li a,
.theme-pink .row.bg-gray ul.linked-list li a {
    color: #8a3639
}

.theme-pink .row .bg-gray ul.linked-list li a:hover,
.theme-pink .row ul.linked-list.bg-gray li a:hover,
.theme-pink .row.bg-gray ul.linked-list li a:hover {
    background: #cacaca
}

.theme-pink .row .bg-gray-l1 ul.linked-list li a,
.theme-pink .row ul.linked-list.bg-gray-l1 li a,
.theme-pink .row.bg-gray-l1 ul.linked-list li a {
    color: #8a3639
}

.theme-pink .row .bg-gray-l1 ul.linked-list li a:hover,
.theme-pink .row ul.linked-list.bg-gray-l1 li a:hover,
.theme-pink .row.bg-gray-l1 ul.linked-list li a:hover {
    background: #d3d3d3
}

.theme-pink .row .bg-gray-l2 ul.linked-list li a,
.theme-pink .row ul.linked-list.bg-gray-l2 li a,
.theme-pink .row.bg-gray-l2 ul.linked-list li a {
    color: #8a3639
}

.theme-pink .row .bg-gray-l2 ul.linked-list li a:hover,
.theme-pink .row ul.linked-list.bg-gray-l2 li a:hover,
.theme-pink .row.bg-gray-l2 ul.linked-list li a:hover {
    background: #e3e3e3
}

.theme-pink .row .bg-gray-l3 ul.linked-list li a,
.theme-pink .row ul.linked-list.bg-gray-l3 li a,
.theme-pink .row.bg-gray-l3 ul.linked-list li a {
    color: #8a3639
}

.theme-pink .row .bg-gray-l3 ul.linked-list li a:hover,
.theme-pink .row ul.linked-list.bg-gray-l3 li a:hover,
.theme-pink .row.bg-gray-l3 ul.linked-list li a:hover {
    background: #e8e8e8
}

.theme-orange .row .bg-primary ul.linked-list li a,
.theme-orange .row ul.linked-list.bg-primary li a,
.theme-orange .row.bg-primary ul.linked-list li a {
    background: #bb4d00;
    color: #fff
}

.theme-orange .row .bg-primary ul.linked-list li a:hover,
.theme-orange .row ul.linked-list.bg-primary li a:hover,
.theme-orange .row.bg-primary ul.linked-list li a:hover {
    background: #d55800
}

.theme-orange .row .bg-secondary ul.linked-list li a:hover,
.theme-orange .row ul.linked-list.bg-secondary li a:hover,
.theme-orange .row.bg-secondary ul.linked-list li a:hover {
    background: #ffc375
}

.theme-orange .row .bg-tertiary ul.linked-list li a,
.theme-orange .row ul.linked-list.bg-tertiary li a,
.theme-orange .row.bg-tertiary ul.linked-list li a {
    color: #a24300
}

.theme-orange .row .bg-tertiary ul.linked-list li a:hover,
.theme-orange .row ul.linked-list.bg-tertiary li a:hover,
.theme-orange .row.bg-tertiary ul.linked-list li a:hover {
    background: #ffe04a
}

.theme-orange .row .bg-quaternary ul.linked-list li a:hover,
.theme-orange .row ul.linked-list.bg-quaternary li a:hover,
.theme-orange .row.bg-quaternary ul.linked-list li a:hover {
    background: #ffe89c
}

.theme-orange .row .bg-gray ul.linked-list li a,
.theme-orange .row ul.linked-list.bg-gray li a,
.theme-orange .row.bg-gray ul.linked-list li a {
    color: #883800
}

.theme-orange .row .bg-gray ul.linked-list li a:hover,
.theme-orange .row ul.linked-list.bg-gray li a:hover,
.theme-orange .row.bg-gray ul.linked-list li a:hover {
    background: #cacaca
}

.theme-orange .row .bg-gray-l1 ul.linked-list li a,
.theme-orange .row ul.linked-list.bg-gray-l1 li a,
.theme-orange .row.bg-gray-l1 ul.linked-list li a {
    color: #883800
}

.theme-orange .row .bg-gray-l1 ul.linked-list li a:hover,
.theme-orange .row ul.linked-list.bg-gray-l1 li a:hover,
.theme-orange .row.bg-gray-l1 ul.linked-list li a:hover {
    background: #d3d3d3
}

.theme-orange .row .bg-gray-l2 ul.linked-list li a,
.theme-orange .row ul.linked-list.bg-gray-l2 li a,
.theme-orange .row.bg-gray-l2 ul.linked-list li a {
    color: #883800
}

.theme-orange .row .bg-gray-l2 ul.linked-list li a:hover,
.theme-orange .row ul.linked-list.bg-gray-l2 li a:hover,
.theme-orange .row.bg-gray-l2 ul.linked-list li a:hover {
    background: #e3e3e3
}

.theme-orange .row .bg-gray-l3 ul.linked-list li a,
.theme-orange .row ul.linked-list.bg-gray-l3 li a,
.theme-orange .row.bg-gray-l3 ul.linked-list li a {
    color: #883800
}

.theme-orange .row .bg-gray-l3 ul.linked-list li a:hover,
.theme-orange .row ul.linked-list.bg-gray-l3 li a:hover,
.theme-orange .row.bg-gray-l3 ul.linked-list li a:hover {
    background: #e8e8e8
}

.theme-slate .row .bg-primary ul.linked-list li a,
.theme-slate .row ul.linked-list.bg-primary li a,
.theme-slate .row.bg-primary ul.linked-list li a {
    background: #29434e;
    color: #fff
}

.theme-slate .row .bg-primary ul.linked-list li a:hover,
.theme-slate .row ul.linked-list.bg-primary li a:hover,
.theme-slate .row.bg-primary ul.linked-list li a:hover {
    background: #32515f
}

.theme-slate .row .bg-secondary ul.linked-list li a:hover,
.theme-slate .row ul.linked-list.bg-secondary li a:hover,
.theme-slate .row.bg-secondary ul.linked-list li a:hover {
    background: #9cb2ba
}

.theme-slate .row .bg-tertiary ul.linked-list li a,
.theme-slate .row ul.linked-list.bg-tertiary li a,
.theme-slate .row.bg-tertiary ul.linked-list li a {
    color: #20353d
}

.theme-slate .row .bg-tertiary ul.linked-list li a:hover,
.theme-slate .row ul.linked-list.bg-tertiary li a:hover,
.theme-slate .row.bg-tertiary ul.linked-list li a:hover {
    background: #96adbf
}

.theme-slate .row .bg-quaternary ul.linked-list li a:hover,
.theme-slate .row ul.linked-list.bg-quaternary li a:hover,
.theme-slate .row.bg-quaternary ul.linked-list li a:hover {
    background: #c3cfd9
}

.theme-slate .row .bg-gray ul.linked-list li a,
.theme-slate .row ul.linked-list.bg-gray li a,
.theme-slate .row.bg-gray ul.linked-list li a {
    color: #17262d
}

.theme-slate .row .bg-gray ul.linked-list li a:hover,
.theme-slate .row ul.linked-list.bg-gray li a:hover,
.theme-slate .row.bg-gray ul.linked-list li a:hover {
    background: #cacaca
}

.theme-slate .row .bg-gray-l1 ul.linked-list li a,
.theme-slate .row ul.linked-list.bg-gray-l1 li a,
.theme-slate .row.bg-gray-l1 ul.linked-list li a {
    color: #17262d
}

.theme-slate .row .bg-gray-l1 ul.linked-list li a:hover,
.theme-slate .row ul.linked-list.bg-gray-l1 li a:hover,
.theme-slate .row.bg-gray-l1 ul.linked-list li a:hover {
    background: #d3d3d3
}

.theme-slate .row .bg-gray-l2 ul.linked-list li a,
.theme-slate .row ul.linked-list.bg-gray-l2 li a,
.theme-slate .row.bg-gray-l2 ul.linked-list li a {
    color: #17262d
}

.theme-slate .row .bg-gray-l2 ul.linked-list li a:hover,
.theme-slate .row ul.linked-list.bg-gray-l2 li a:hover,
.theme-slate .row.bg-gray-l2 ul.linked-list li a:hover {
    background: #e3e3e3
}

.theme-slate .row .bg-gray-l3 ul.linked-list li a,
.theme-slate .row ul.linked-list.bg-gray-l3 li a,
.theme-slate .row.bg-gray-l3 ul.linked-list li a {
    color: #17262d
}

.theme-slate .row .bg-gray-l3 ul.linked-list li a:hover,
.theme-slate .row ul.linked-list.bg-gray-l3 li a:hover,
.theme-slate .row.bg-gray-l3 ul.linked-list li a:hover {
    background: #e8e8e8
}

.theme-indigo .row .bg-primary ul.linked-list li a,
.theme-indigo .row ul.linked-list.bg-primary li a,
.theme-indigo .row.bg-primary ul.linked-list li a {
    background: #26418f;
    color: #fff
}

.theme-indigo .row .bg-primary ul.linked-list li a:hover,
.theme-indigo .row ul.linked-list.bg-primary li a:hover,
.theme-indigo .row.bg-primary ul.linked-list li a:hover {
    background: #2b4aa3
}

.theme-indigo .row .bg-secondary ul.linked-list li a:hover,
.theme-indigo .row ul.linked-list.bg-secondary li a:hover,
.theme-indigo .row.bg-secondary ul.linked-list li a:hover {
    background: #b9c6e9
}

.theme-indigo .row .bg-tertiary ul.linked-list li a,
.theme-indigo .row ul.linked-list.bg-tertiary li a,
.theme-indigo .row.bg-tertiary ul.linked-list li a {
    color: #21387b
}

.theme-indigo .row .bg-tertiary ul.linked-list li a:hover,
.theme-indigo .row ul.linked-list.bg-tertiary li a:hover,
.theme-indigo .row.bg-tertiary ul.linked-list li a:hover {
    background: #abc4ff
}

.theme-indigo .row .bg-quaternary ul.linked-list li a:hover,
.theme-indigo .row ul.linked-list.bg-quaternary li a:hover,
.theme-indigo .row.bg-quaternary ul.linked-list li a:hover {
    background: #bfd3ff
}

.theme-indigo .row .bg-gray ul.linked-list li a,
.theme-indigo .row ul.linked-list.bg-gray li a,
.theme-indigo .row.bg-gray ul.linked-list li a {
    color: #1b2f67
}

.theme-indigo .row .bg-gray ul.linked-list li a:hover,
.theme-indigo .row ul.linked-list.bg-gray li a:hover,
.theme-indigo .row.bg-gray ul.linked-list li a:hover {
    background: #cacaca
}

.theme-indigo .row .bg-gray-l1 ul.linked-list li a,
.theme-indigo .row ul.linked-list.bg-gray-l1 li a,
.theme-indigo .row.bg-gray-l1 ul.linked-list li a {
    color: #1b2f67
}

.theme-indigo .row .bg-gray-l1 ul.linked-list li a:hover,
.theme-indigo .row ul.linked-list.bg-gray-l1 li a:hover,
.theme-indigo .row.bg-gray-l1 ul.linked-list li a:hover {
    background: #d3d3d3
}

.theme-indigo .row .bg-gray-l2 ul.linked-list li a,
.theme-indigo .row ul.linked-list.bg-gray-l2 li a,
.theme-indigo .row.bg-gray-l2 ul.linked-list li a {
    color: #1b2f67
}

.theme-indigo .row .bg-gray-l2 ul.linked-list li a:hover,
.theme-indigo .row ul.linked-list.bg-gray-l2 li a:hover,
.theme-indigo .row.bg-gray-l2 ul.linked-list li a:hover {
    background: #e3e3e3
}

.theme-indigo .row .bg-gray-l3 ul.linked-list li a,
.theme-indigo .row ul.linked-list.bg-gray-l3 li a,
.theme-indigo .row.bg-gray-l3 ul.linked-list li a {
    color: #1b2f67
}

.theme-indigo .row .bg-gray-l3 ul.linked-list li a:hover,
.theme-indigo .row ul.linked-list.bg-gray-l3 li a:hover,
.theme-indigo .row.bg-gray-l3 ul.linked-list li a:hover {
    background: #e8e8e8
}

.theme-cyan .row .bg-primary ul.linked-list li a,
.theme-cyan .row ul.linked-list.bg-primary li a,
.theme-cyan .row.bg-primary ul.linked-list li a {
    background: #006778;
    color: #fff
}

.theme-cyan .row .bg-primary ul.linked-list li a:hover,
.theme-cyan .row ul.linked-list.bg-primary li a:hover,
.theme-cyan .row.bg-primary ul.linked-list li a:hover {
    background: #007d92
}

.theme-cyan .row .bg-secondary ul.linked-list li a:hover,
.theme-cyan .row ul.linked-list.bg-secondary li a:hover,
.theme-cyan .row.bg-secondary ul.linked-list li a:hover {
    background: #89c2cc
}

.theme-cyan .row .bg-tertiary ul.linked-list li a,
.theme-cyan .row ul.linked-list.bg-tertiary li a,
.theme-cyan .row.bg-tertiary ul.linked-list li a {
    color: #00515f
}

.theme-cyan .row .bg-tertiary ul.linked-list li a:hover,
.theme-cyan .row ul.linked-list.bg-tertiary li a:hover,
.theme-cyan .row.bg-tertiary ul.linked-list li a:hover {
    background: #a8d3da
}

.theme-cyan .row .bg-quaternary ul.linked-list li a:hover,
.theme-cyan .row ul.linked-list.bg-quaternary li a:hover,
.theme-cyan .row.bg-quaternary ul.linked-list li a:hover {
    background: #c8e3e6
}

.theme-cyan .row .bg-gray ul.linked-list li a,
.theme-cyan .row ul.linked-list.bg-gray li a,
.theme-cyan .row.bg-gray ul.linked-list li a {
    color: #003b45
}

.theme-cyan .row .bg-gray ul.linked-list li a:hover,
.theme-cyan .row ul.linked-list.bg-gray li a:hover,
.theme-cyan .row.bg-gray ul.linked-list li a:hover {
    background: #cacaca
}

.theme-cyan .row .bg-gray-l1 ul.linked-list li a,
.theme-cyan .row ul.linked-list.bg-gray-l1 li a,
.theme-cyan .row.bg-gray-l1 ul.linked-list li a {
    color: #003b45
}

.theme-cyan .row .bg-gray-l1 ul.linked-list li a:hover,
.theme-cyan .row ul.linked-list.bg-gray-l1 li a:hover,
.theme-cyan .row.bg-gray-l1 ul.linked-list li a:hover {
    background: #d3d3d3
}

.theme-cyan .row .bg-gray-l2 ul.linked-list li a,
.theme-cyan .row ul.linked-list.bg-gray-l2 li a,
.theme-cyan .row.bg-gray-l2 ul.linked-list li a {
    color: #003b45
}

.theme-cyan .row .bg-gray-l2 ul.linked-list li a:hover,
.theme-cyan .row ul.linked-list.bg-gray-l2 li a:hover,
.theme-cyan .row.bg-gray-l2 ul.linked-list li a:hover {
    background: #e3e3e3
}

.theme-cyan .row .bg-gray-l3 ul.linked-list li a,
.theme-cyan .row ul.linked-list.bg-gray-l3 li a,
.theme-cyan .row.bg-gray-l3 ul.linked-list li a {
    color: #003b45
}

.theme-cyan .row .bg-gray-l3 ul.linked-list li a:hover,
.theme-cyan .row ul.linked-list.bg-gray-l3 li a:hover,
.theme-cyan .row.bg-gray-l3 ul.linked-list li a:hover {
    background: #e8e8e8
}

.theme-green .row .bg-primary ul.linked-list li a,
.theme-green .row ul.linked-list.bg-primary li a,
.theme-green .row.bg-primary ul.linked-list li a {
    background: #497d0c;
    color: #fff
}

.theme-green .row .bg-primary ul.linked-list li a:hover,
.theme-green .row ul.linked-list.bg-primary li a:hover,
.theme-green .row.bg-primary ul.linked-list li a:hover {
    background: #57940e
}

.theme-green .row .bg-secondary ul.linked-list li a:hover,
.theme-green .row ul.linked-list.bg-secondary li a:hover,
.theme-green .row.bg-secondary ul.linked-list li a:hover {
    background: #9dca6e
}

.theme-green .row .bg-tertiary ul.linked-list li a,
.theme-green .row ul.linked-list.bg-tertiary li a,
.theme-green .row.bg-tertiary ul.linked-list li a {
    color: #3b660a
}

.theme-green .row .bg-tertiary ul.linked-list li a:hover,
.theme-green .row ul.linked-list.bg-tertiary li a:hover,
.theme-green .row.bg-tertiary ul.linked-list li a:hover {
    background: #c4e0a2
}

.theme-green .row .bg-quaternary ul.linked-list li a:hover,
.theme-green .row ul.linked-list.bg-quaternary li a:hover,
.theme-green .row.bg-quaternary ul.linked-list li a:hover {
    background: #d8ecc2
}

.theme-green .row .bg-gray ul.linked-list li a,
.theme-green .row ul.linked-list.bg-gray li a,
.theme-green .row.bg-gray ul.linked-list li a {
    color: #2e4e08
}

.theme-green .row .bg-gray ul.linked-list li a:hover,
.theme-green .row ul.linked-list.bg-gray li a:hover,
.theme-green .row.bg-gray ul.linked-list li a:hover {
    background: #cacaca
}

.theme-green .row .bg-gray-l1 ul.linked-list li a,
.theme-green .row ul.linked-list.bg-gray-l1 li a,
.theme-green .row.bg-gray-l1 ul.linked-list li a {
    color: #2e4e08
}

.theme-green .row .bg-gray-l1 ul.linked-list li a:hover,
.theme-green .row ul.linked-list.bg-gray-l1 li a:hover,
.theme-green .row.bg-gray-l1 ul.linked-list li a:hover {
    background: #d3d3d3
}

.theme-green .row .bg-gray-l2 ul.linked-list li a,
.theme-green .row ul.linked-list.bg-gray-l2 li a,
.theme-green .row.bg-gray-l2 ul.linked-list li a {
    color: #2e4e08
}

.theme-green .row .bg-gray-l2 ul.linked-list li a:hover,
.theme-green .row ul.linked-list.bg-gray-l2 li a:hover,
.theme-green .row.bg-gray-l2 ul.linked-list li a:hover {
    background: #e3e3e3
}

.theme-green .row .bg-gray-l3 ul.linked-list li a,
.theme-green .row ul.linked-list.bg-gray-l3 li a,
.theme-green .row.bg-gray-l3 ul.linked-list li a {
    color: #2e4e08
}

.theme-green .row .bg-gray-l3 ul.linked-list li a:hover,
.theme-green .row ul.linked-list.bg-gray-l3 li a:hover,
.theme-green .row.bg-gray-l3 ul.linked-list li a:hover {
    background: #e8e8e8
}

.theme-amber .row .bg-primary ul.linked-list li a,
.theme-amber .row ul.linked-list.bg-primary li a,
.theme-amber .row.bg-primary ul.linked-list li a {
    background: #fbab18;
    color: #fff
}

.theme-amber .row .bg-primary ul.linked-list li a:hover,
.theme-amber .row ul.linked-list.bg-primary li a:hover,
.theme-amber .row.bg-primary ul.linked-list li a:hover {
    background: #fbb431
}

.theme-amber .row .bg-secondary ul.linked-list li a:hover,
.theme-amber .row ul.linked-list.bg-secondary li a:hover,
.theme-amber .row.bg-secondary ul.linked-list li a:hover {
    background: #ffe182
}

.theme-amber .row .bg-tertiary ul.linked-list li a,
.theme-amber .row ul.linked-list.bg-tertiary li a,
.theme-amber .row.bg-tertiary ul.linked-list li a {
    color: #f5a004
}

.theme-amber .row .bg-tertiary ul.linked-list li a:hover,
.theme-amber .row ul.linked-list.bg-tertiary li a:hover,
.theme-amber .row.bg-tertiary ul.linked-list li a:hover {
    background: #ffdf80
}

.theme-amber .row .bg-quaternary ul.linked-list li a:hover,
.theme-amber .row ul.linked-list.bg-quaternary li a:hover,
.theme-amber .row.bg-quaternary ul.linked-list li a:hover {
    background: #ffe9ae
}

.theme-amber .row .bg-gray ul.linked-list li a,
.theme-amber .row ul.linked-list.bg-gray li a,
.theme-amber .row.bg-gray ul.linked-list li a {
    color: #dc9004
}

.theme-amber .row .bg-gray ul.linked-list li a:hover,
.theme-amber .row ul.linked-list.bg-gray li a:hover,
.theme-amber .row.bg-gray ul.linked-list li a:hover {
    background: #cacaca
}

.theme-amber .row .bg-gray-l1 ul.linked-list li a,
.theme-amber .row ul.linked-list.bg-gray-l1 li a,
.theme-amber .row.bg-gray-l1 ul.linked-list li a {
    color: #dc9004
}

.theme-amber .row .bg-gray-l1 ul.linked-list li a:hover,
.theme-amber .row ul.linked-list.bg-gray-l1 li a:hover,
.theme-amber .row.bg-gray-l1 ul.linked-list li a:hover {
    background: #d3d3d3
}

.theme-amber .row .bg-gray-l2 ul.linked-list li a,
.theme-amber .row ul.linked-list.bg-gray-l2 li a,
.theme-amber .row.bg-gray-l2 ul.linked-list li a {
    color: #dc9004
}

.theme-amber .row .bg-gray-l2 ul.linked-list li a:hover,
.theme-amber .row ul.linked-list.bg-gray-l2 li a:hover,
.theme-amber .row.bg-gray-l2 ul.linked-list li a:hover {
    background: #e3e3e3
}

.theme-amber .row .bg-gray-l3 ul.linked-list li a,
.theme-amber .row ul.linked-list.bg-gray-l3 li a,
.theme-amber .row.bg-gray-l3 ul.linked-list li a {
    color: #dc9004
}

.theme-amber .row .bg-gray-l3 ul.linked-list li a:hover,
.theme-amber .row ul.linked-list.bg-gray-l3 li a:hover,
.theme-amber .row.bg-gray-l3 ul.linked-list li a:hover {
    background: #e8e8e8
}

.row .bg-amber-p ul.linked-list li a:hover,
.row ul.linked-list.bg-amber-p li a:hover,
.row.bg-amber-p ul.linked-list li a:hover {
    background: #fcbd4a
}

.row .bg-amber-s ul.linked-list li a:hover,
.row ul.linked-list.bg-amber-s li a:hover,
.row.bg-amber-s ul.linked-list li a:hover {
    background: #ffe182
}

.row .bg-amber-t ul.linked-list li a,
.row ul.linked-list.bg-amber-t li a,
.row.bg-amber-t ul.linked-list li a {
    color: #333
}

.row .bg-amber-t ul.linked-list li a:hover,
.row ul.linked-list.bg-amber-t li a:hover,
.row.bg-amber-t ul.linked-list li a:hover {
    background: #ffdf80
}

.row .bg-amber-q ul.linked-list li a,
.row ul.linked-list.bg-amber-q li a,
.row.bg-amber-q ul.linked-list li a {
    color: #333
}

.row .bg-amber-q ul.linked-list li a:hover,
.row ul.linked-list.bg-amber-q li a:hover,
.row.bg-amber-q ul.linked-list li a:hover {
    background: #ffe9ae
}

.row .bg-gray-d2 ul.linked-list li a:hover,
.row ul.linked-list.bg-gray-d2 li a:hover,
.row.bg-gray-d2 ul.linked-list li a:hover {
    background: #404040
}

.row .bg-gray-d1 ul.linked-list li a:hover,
.row ul.linked-list.bg-gray-d1 li a:hover,
.row.bg-gray-d1 ul.linked-list li a:hover {
    background: #626262
}

.row .bg-white ul.linked-list li a,
.row ul.linked-list.bg-white li a,
.row.bg-white ul.linked-list li a {
    color: #075290 !important
}

.row .bg-white ul.linked-list li a:hover,
.row ul.linked-list.bg-white li a:hover,
.row.bg-white ul.linked-list li a:hover {
    background: #f5f5f5
}

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
}

.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-arrow .card-header.collapsed::after {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(45deg);
    top: 13%
}

.accordion.indicator-arrow .card-header::after {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 6px;
    content: " ";
    height: 16px;
    width: 16px;
    margin-top: 9px;
    transform: rotate(-135deg);
    position: absolute;
    right: 1rem;
    top: 25%
}

.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: "";
    float: left
}

.accordion.indicator-plus-before .card-header.collapsed::before {
    content: ""
}

.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
    }
}

html.cdc-2020 .splash-card .card-title .title-decor-bar-container {
    margin-top: -18px !important;
    margin-bottom: 0 !important
}

.card.splash-card .card-title {
    font-size: 28px;
    font-family: "Open Sans SemiBold", sans-serif
}

.theme-blue .card.splash-card .card-text {
    font-size: 17px
}

.theme-blue .card.splash-card.bg-amber-q a:not(.btn),
.theme-blue .card.splash-card.bg-amber-t a:not(.btn),
.theme-blue .card.splash-card.bg-gray-l1 a:not(.btn),
.theme-blue .card.splash-card.bg-gray-l2 a:not(.btn),
.theme-blue .card.splash-card.bg-gray-l3 a:not(.btn),
.theme-blue .card.splash-card.bg-quaternary a:not(.btn),
.theme-blue .card.splash-card.bg-tertiary a:not(.btn) {
    color: #005eaa
}

.theme-blue .card.splash-card.bg-amber-p a,
.theme-blue .card.splash-card.bg-amber-s a {
    color: #000
}

.theme-blue .card.splash-card.bg-white .card-title,
.theme-blue .card.splash-card.bg-white p {
    color: #000
}

.theme-blue .card.splash-card.bg-white a {
    color: #005eaa
}

.theme-purple .card.splash-card .card-text {
    font-size: 17px
}

.theme-purple .card.splash-card.bg-amber-q a:not(.btn),
.theme-purple .card.splash-card.bg-amber-t a:not(.btn),
.theme-purple .card.splash-card.bg-gray-l1 a:not(.btn),
.theme-purple .card.splash-card.bg-gray-l2 a:not(.btn),
.theme-purple .card.splash-card.bg-gray-l3 a:not(.btn),
.theme-purple .card.splash-card.bg-quaternary a:not(.btn),
.theme-purple .card.splash-card.bg-tertiary a:not(.btn) {
    color: #712177
}

.theme-purple .card.splash-card.bg-amber-p a,
.theme-purple .card.splash-card.bg-amber-s a {
    color: #000
}

.theme-purple .card.splash-card.bg-white .card-title,
.theme-purple .card.splash-card.bg-white p {
    color: #000
}

.theme-purple .card.splash-card.bg-white a {
    color: #712177
}

.theme-brown .card.splash-card .card-text {
    font-size: 17px
}

.theme-brown .card.splash-card.bg-amber-q a:not(.btn),
.theme-brown .card.splash-card.bg-amber-t a:not(.btn),
.theme-brown .card.splash-card.bg-gray-l1 a:not(.btn),
.theme-brown .card.splash-card.bg-gray-l2 a:not(.btn),
.theme-brown .card.splash-card.bg-gray-l3 a:not(.btn),
.theme-brown .card.splash-card.bg-quaternary a:not(.btn),
.theme-brown .card.splash-card.bg-tertiary a:not(.btn) {
    color: #705043
}

.theme-brown .card.splash-card.bg-amber-p a,
.theme-brown .card.splash-card.bg-amber-s a {
    color: #000
}

.theme-brown .card.splash-card.bg-white .card-title,
.theme-brown .card.splash-card.bg-white p {
    color: #000
}

.theme-brown .card.splash-card.bg-white a {
    color: #705043
}

.theme-teal .card.splash-card .card-text {
    font-size: 17px
}

.theme-teal .card.splash-card.bg-amber-q a:not(.btn),
.theme-teal .card.splash-card.bg-amber-t a:not(.btn),
.theme-teal .card.splash-card.bg-gray-l1 a:not(.btn),
.theme-teal .card.splash-card.bg-gray-l2 a:not(.btn),
.theme-teal .card.splash-card.bg-gray-l3 a:not(.btn),
.theme-teal .card.splash-card.bg-quaternary a:not(.btn),
.theme-teal .card.splash-card.bg-tertiary a:not(.btn) {
    color: #00695c
}

.theme-teal .card.splash-card.bg-amber-p a,
.theme-teal .card.splash-card.bg-amber-s a {
    color: #000
}

.theme-teal .card.splash-card.bg-white .card-title,
.theme-teal .card.splash-card.bg-white p {
    color: #000
}

.theme-teal .card.splash-card.bg-white a {
    color: #00695c
}

.theme-pink .card.splash-card .card-text {
    font-size: 17px
}

.theme-pink .card.splash-card.bg-amber-q a:not(.btn),
.theme-pink .card.splash-card.bg-amber-t a:not(.btn),
.theme-pink .card.splash-card.bg-gray-l1 a:not(.btn),
.theme-pink .card.splash-card.bg-gray-l2 a:not(.btn),
.theme-pink .card.splash-card.bg-gray-l3 a:not(.btn),
.theme-pink .card.splash-card.bg-quaternary a:not(.btn),
.theme-pink .card.splash-card.bg-tertiary a:not(.btn) {
    color: #af4448
}

.theme-pink .card.splash-card.bg-amber-p a,
.theme-pink .card.splash-card.bg-amber-s a {
    color: #000
}

.theme-pink .card.splash-card.bg-white .card-title,
.theme-pink .card.splash-card.bg-white p {
    color: #000
}

.theme-pink .card.splash-card.bg-white a {
    color: #af4448
}

.theme-orange .card.splash-card .card-text {
    font-size: 17px
}

.theme-orange .card.splash-card.bg-amber-q a:not(.btn),
.theme-orange .card.splash-card.bg-amber-t a:not(.btn),
.theme-orange .card.splash-card.bg-gray-l1 a:not(.btn),
.theme-orange .card.splash-card.bg-gray-l2 a:not(.btn),
.theme-orange .card.splash-card.bg-gray-l3 a:not(.btn),
.theme-orange .card.splash-card.bg-quaternary a:not(.btn),
.theme-orange .card.splash-card.bg-tertiary a:not(.btn) {
    color: #bb4d00
}

.theme-orange .card.splash-card.bg-amber-p a,
.theme-orange .card.splash-card.bg-amber-s a {
    color: #000
}

.theme-orange .card.splash-card.bg-white .card-title,
.theme-orange .card.splash-card.bg-white p {
    color: #000
}

.theme-orange .card.splash-card.bg-white a {
    color: #bb4d00
}

.theme-slate .card.splash-card .card-text {
    font-size: 17px
}

.theme-slate .card.splash-card.bg-amber-q a:not(.btn),
.theme-slate .card.splash-card.bg-amber-t a:not(.btn),
.theme-slate .card.splash-card.bg-gray-l1 a:not(.btn),
.theme-slate .card.splash-card.bg-gray-l2 a:not(.btn),
.theme-slate .card.splash-card.bg-gray-l3 a:not(.btn),
.theme-slate .card.splash-card.bg-quaternary a:not(.btn),
.theme-slate .card.splash-card.bg-tertiary a:not(.btn) {
    color: #29434e
}

.theme-slate .card.splash-card.bg-amber-p a,
.theme-slate .card.splash-card.bg-amber-s a {
    color: #000
}

.theme-slate .card.splash-card.bg-white .card-title,
.theme-slate .card.splash-card.bg-white p {
    color: #000
}

.theme-slate .card.splash-card.bg-white a {
    color: #29434e
}

.theme-indigo .card.splash-card .card-text {
    font-size: 17px
}

.theme-indigo .card.splash-card.bg-amber-q a:not(.btn),
.theme-indigo .card.splash-card.bg-amber-t a:not(.btn),
.theme-indigo .card.splash-card.bg-gray-l1 a:not(.btn),
.theme-indigo .card.splash-card.bg-gray-l2 a:not(.btn),
.theme-indigo .card.splash-card.bg-gray-l3 a:not(.btn),
.theme-indigo .card.splash-card.bg-quaternary a:not(.btn),
.theme-indigo .card.splash-card.bg-tertiary a:not(.btn) {
    color: #26418f
}

.theme-indigo .card.splash-card.bg-amber-p a,
.theme-indigo .card.splash-card.bg-amber-s a {
    color: #000
}

.theme-indigo .card.splash-card.bg-white .card-title,
.theme-indigo .card.splash-card.bg-white p {
    color: #000
}

.theme-indigo .card.splash-card.bg-white a {
    color: #26418f
}

.theme-cyan .card.splash-card .card-text {
    font-size: 17px
}

.theme-cyan .card.splash-card.bg-amber-q a:not(.btn),
.theme-cyan .card.splash-card.bg-amber-t a:not(.btn),
.theme-cyan .card.splash-card.bg-gray-l1 a:not(.btn),
.theme-cyan .card.splash-card.bg-gray-l2 a:not(.btn),
.theme-cyan .card.splash-card.bg-gray-l3 a:not(.btn),
.theme-cyan .card.splash-card.bg-quaternary a:not(.btn),
.theme-cyan .card.splash-card.bg-tertiary a:not(.btn) {
    color: #006778
}

.theme-cyan .card.splash-card.bg-amber-p a,
.theme-cyan .card.splash-card.bg-amber-s a {
    color: #000
}

.theme-cyan .card.splash-card.bg-white .card-title,
.theme-cyan .card.splash-card.bg-white p {
    color: #000
}

.theme-cyan .card.splash-card.bg-white a {
    color: #006778
}

.theme-green .card.splash-card .card-text {
    font-size: 17px
}

.theme-green .card.splash-card.bg-amber-q a:not(.btn),
.theme-green .card.splash-card.bg-amber-t a:not(.btn),
.theme-green .card.splash-card.bg-gray-l1 a:not(.btn),
.theme-green .card.splash-card.bg-gray-l2 a:not(.btn),
.theme-green .card.splash-card.bg-gray-l3 a:not(.btn),
.theme-green .card.splash-card.bg-quaternary a:not(.btn),
.theme-green .card.splash-card.bg-tertiary a:not(.btn) {
    color: #497d0c
}

.theme-green .card.splash-card.bg-amber-p a,
.theme-green .card.splash-card.bg-amber-s a {
    color: #000
}

.theme-green .card.splash-card.bg-white .card-title,
.theme-green .card.splash-card.bg-white p {
    color: #000
}

.theme-green .card.splash-card.bg-white a {
    color: #497d0c
}

.theme-amber .card.splash-card .card-text {
    font-size: 17px
}

.theme-amber .card.splash-card.bg-amber-q a:not(.btn),
.theme-amber .card.splash-card.bg-amber-t a:not(.btn),
.theme-amber .card.splash-card.bg-gray-l1 a:not(.btn),
.theme-amber .card.splash-card.bg-gray-l2 a:not(.btn),
.theme-amber .card.splash-card.bg-gray-l3 a:not(.btn),
.theme-amber .card.splash-card.bg-quaternary a:not(.btn),
.theme-amber .card.splash-card.bg-tertiary a:not(.btn) {
    color: #fbab18
}

.theme-amber .card.splash-card.bg-amber-p a,
.theme-amber .card.splash-card.bg-amber-s a {
    color: #000
}

.theme-amber .card.splash-card.bg-white .card-title,
.theme-amber .card.splash-card.bg-white p {
    color: #000
}

.theme-amber .card.splash-card.bg-white a {
    color: #fbab18
}

.cdc-page-type-splash .share-mobile {
    display: none
}

.cdc-page-type-splash .card {
    background-color: transparent
}

@media screen and (min-width:1200px) {
    .cdc-page-type-splash .splash-col.col-md-12 {
        padding: 50px 100px 40px
    }

    .cdc-page-type-splash .splash-col:not(.col-md-12) {
        padding-top: 50px;
        padding-bottom: 40px
    }

    .cdc-page-type-splash .splash-col:not(.col-md-12):first-child {
        padding-left: 100px
    }

    .cdc-page-type-splash .splash-col:not(.col-md-12):last-child {
        padding-right: 100px
    }
}

@media screen and (min-width:768px) and (max-width:1200px) {
    .cdc-page-type-splash .splash-col.col-md-12 {
        padding: 50px 30px 40px
    }

    .cdc-page-type-splash .splash-col:not(.col-md-12) {
        padding-top: 50px;
        padding-bottom: 40px
    }

    .cdc-page-type-splash .splash-col:not(.col-md-12):first-child {
        padding-left: 30px
    }

    .cdc-page-type-splash .splash-col:not(.col-md-12):last-child {
        padding-right: 30px
    }
}

@media screen and (max-width:768px) {
    .cdc-page-type-splash .splash-col.col-md-12 {
        padding: 40px 15px 30px
    }

    .cdc-page-type-splash .splash-col:not(.col-md-12) {
        padding-top: 40px;
        padding-bottom: 30px
    }

    .cdc-page-type-splash .splash-col:not(.col-md-12):first-child {
        padding-left: 15px
    }

    .cdc-page-type-splash .splash-col:not(.col-md-12):last-child {
        padding-right: 15px
    }
}

.cdc-nav-dropdown.dropdown .dropdown-toggle {
    background-color: #fff !important;
    padding-right: 25px;
    position: relative
}

.cdc-nav-dropdown.dropdown .dropdown-toggle:hover {
    text-decoration: none
}

.cdc-nav-dropdown.dropdown .dropdown-toggle:active,
.cdc-nav-dropdown.dropdown .dropdown-toggle:focus {
    outline: 0;
    border-color: #ff751a !important;
    background-color: #fff !important
}

.cdc-nav-dropdown.dropdown .dropdown-toggle::after {
    border: none !important;
    content: "›";
    font-size: 140%;
    margin-left: 10px;
    position: absolute;
    transform: rotate(90deg) translate(-4px, 0)
}

.cdc-nav-dropdown.dropdown button {
    text-decoration: none
}

.cdc-nav-dropdown.dropdown button:focus {
    border-color: #ff751a
}

.cdc-nav-dropdown.dropdown .dropdown-menu {
    height: auto;
    max-height: 11rem;
    overflow-y: scroll
}

.cdc-nav-dropdown.dropdown .dropdown-menu .dropdown-item {
    padding: .25rem .8rem
}

.theme-blue .cdc-nav-dropdown.dropdown .dropdown-toggle {
    color: #005eaa !important;
    border-color: #005eaa !important
}

.theme-blue .cdc-nav-dropdown.dropdown .dropdown-toggle:active,
.theme-blue .cdc-nav-dropdown.dropdown .dropdown-toggle:focus,
.theme-blue .cdc-nav-dropdown.dropdown .dropdown-toggle:hover {
    background-color: #005eaa !important;
    color: #fff !important
}

.theme-blue .cdc-nav-dropdown.dropdown .dropdown-menu .dropdown-item {
    color: #005eaa !important
}

.theme-purple .cdc-nav-dropdown.dropdown .dropdown-toggle {
    color: #712177 !important;
    border-color: #712177 !important
}

.theme-purple .cdc-nav-dropdown.dropdown .dropdown-toggle:active,
.theme-purple .cdc-nav-dropdown.dropdown .dropdown-toggle:focus,
.theme-purple .cdc-nav-dropdown.dropdown .dropdown-toggle:hover {
    background-color: #712177 !important;
    color: #fff !important
}

.theme-purple .cdc-nav-dropdown.dropdown .dropdown-menu .dropdown-item {
    color: #712177 !important
}

.theme-brown .cdc-nav-dropdown.dropdown .dropdown-toggle {
    color: #705043 !important;
    border-color: #705043 !important
}

.theme-brown .cdc-nav-dropdown.dropdown .dropdown-toggle:active,
.theme-brown .cdc-nav-dropdown.dropdown .dropdown-toggle:focus,
.theme-brown .cdc-nav-dropdown.dropdown .dropdown-toggle:hover {
    background-color: #705043 !important;
    color: #fff !important
}

.theme-brown .cdc-nav-dropdown.dropdown .dropdown-menu .dropdown-item {
    color: #705043 !important
}

.theme-teal .cdc-nav-dropdown.dropdown .dropdown-toggle {
    color: #00695c !important;
    border-color: #00695c !important
}

.theme-teal .cdc-nav-dropdown.dropdown .dropdown-toggle:active,
.theme-teal .cdc-nav-dropdown.dropdown .dropdown-toggle:focus,
.theme-teal .cdc-nav-dropdown.dropdown .dropdown-toggle:hover {
    background-color: #00695c !important;
    color: #fff !important
}

.theme-teal .cdc-nav-dropdown.dropdown .dropdown-menu .dropdown-item {
    color: #00695c !important
}

.theme-pink .cdc-nav-dropdown.dropdown .dropdown-toggle {
    color: #af4448 !important;
    border-color: #af4448 !important
}

.theme-pink .cdc-nav-dropdown.dropdown .dropdown-toggle:active,
.theme-pink .cdc-nav-dropdown.dropdown .dropdown-toggle:focus,
.theme-pink .cdc-nav-dropdown.dropdown .dropdown-toggle:hover {
    background-color: #af4448 !important;
    color: #fff !important
}

.theme-pink .cdc-nav-dropdown.dropdown .dropdown-menu .dropdown-item {
    color: #af4448 !important
}

.theme-orange .cdc-nav-dropdown.dropdown .dropdown-toggle {
    color: #bb4d00 !important;
    border-color: #bb4d00 !important
}

.theme-orange .cdc-nav-dropdown.dropdown .dropdown-toggle:active,
.theme-orange .cdc-nav-dropdown.dropdown .dropdown-toggle:focus,
.theme-orange .cdc-nav-dropdown.dropdown .dropdown-toggle:hover {
    background-color: #bb4d00 !important;
    color: #fff !important
}

.theme-orange .cdc-nav-dropdown.dropdown .dropdown-menu .dropdown-item {
    color: #bb4d00 !important
}

.theme-slate .cdc-nav-dropdown.dropdown .dropdown-toggle {
    color: #29434e !important;
    border-color: #29434e !important
}

.theme-slate .cdc-nav-dropdown.dropdown .dropdown-toggle:active,
.theme-slate .cdc-nav-dropdown.dropdown .dropdown-toggle:focus,
.theme-slate .cdc-nav-dropdown.dropdown .dropdown-toggle:hover {
    background-color: #29434e !important;
    color: #fff !important
}

.theme-slate .cdc-nav-dropdown.dropdown .dropdown-menu .dropdown-item {
    color: #29434e !important
}

.theme-indigo .cdc-nav-dropdown.dropdown .dropdown-toggle {
    color: #26418f !important;
    border-color: #26418f !important
}

.theme-indigo .cdc-nav-dropdown.dropdown .dropdown-toggle:active,
.theme-indigo .cdc-nav-dropdown.dropdown .dropdown-toggle:focus,
.theme-indigo .cdc-nav-dropdown.dropdown .dropdown-toggle:hover {
    background-color: #26418f !important;
    color: #fff !important
}

.theme-indigo .cdc-nav-dropdown.dropdown .dropdown-menu .dropdown-item {
    color: #26418f !important
}

.theme-cyan .cdc-nav-dropdown.dropdown .dropdown-toggle {
    color: #006778 !important;
    border-color: #006778 !important
}

.theme-cyan .cdc-nav-dropdown.dropdown .dropdown-toggle:active,
.theme-cyan .cdc-nav-dropdown.dropdown .dropdown-toggle:focus,
.theme-cyan .cdc-nav-dropdown.dropdown .dropdown-toggle:hover {
    background-color: #006778 !important;
    color: #fff !important
}

.theme-cyan .cdc-nav-dropdown.dropdown .dropdown-menu .dropdown-item {
    color: #006778 !important
}

.theme-green .cdc-nav-dropdown.dropdown .dropdown-toggle {
    color: #497d0c !important;
    border-color: #497d0c !important
}

.theme-green .cdc-nav-dropdown.dropdown .dropdown-toggle:active,
.theme-green .cdc-nav-dropdown.dropdown .dropdown-toggle:focus,
.theme-green .cdc-nav-dropdown.dropdown .dropdown-toggle:hover {
    background-color: #497d0c !important;
    color: #fff !important
}

.theme-green .cdc-nav-dropdown.dropdown .dropdown-menu .dropdown-item {
    color: #497d0c !important
}

.theme-amber .cdc-nav-dropdown.dropdown .dropdown-toggle {
    color: #fbab18 !important;
    border-color: #fbab18 !important
}

.theme-amber .cdc-nav-dropdown.dropdown .dropdown-toggle:active,
.theme-amber .cdc-nav-dropdown.dropdown .dropdown-toggle:focus,
.theme-amber .cdc-nav-dropdown.dropdown .dropdown-toggle:hover {
    background-color: #fbab18 !important;
    color: #fff !important
}

.theme-amber .cdc-nav-dropdown.dropdown .dropdown-menu .dropdown-item {
    color: #fbab18 !important
}

.cdc-steps>.h4 {
    font-family: "Open Sans SemiBold";
    font-size: 26px
}

.cdc-steps>.h4 .title-decor-bar-container {
    margin-top: -14px !important;
    margin-bottom: 0 !important
}

.cdc-steps .cdc-step {
    display: flex
}

.cdc-steps .cdc-step .step-tab {
    font-family: "Open Sans SemiBold";
    padding-top: 2px;
    padding-left: 7px;
    padding-right: 20px;
    margin-top: 16px;
    margin-right: -13px;
    background: #e0e0e0;
    height: 30px;
    white-space: nowrap
}

.cdc-steps .cdc-step .step-number {
    margin-top: 12px;
    color: #fff;
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: 19px;
    font-size: 15px !important;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.cdc-steps .cdc-step .card {
    border: none !important;
    background: 0 0
}

.cdc-steps .cdc-step .card .card-title {
    font-weight: 600
}

.cdc-steps .cdc-step .card-body a {
    text-decoration: none
}

.cdc-steps .cdc-step .card-body ol:last-child,
.cdc-steps .cdc-step .card-body ul:last-child {
    margin-bottom: 0
}

.cdc-steps .cdc-step::after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    height: 1px;
    border-bottom: 1px dashed silver
}

.cdc-steps .cdc-step:last-child::after {
    display: none
}

@media (min-width:768px) {
    .cdc-steps[data-num-columns="2"] .cdc-step::after {
        top: 25px;
        left: inherit;
        width: 1px;
        height: 110px;
        border-right: 1px dashed silver;
        border-bottom: 0
    }
}

@media (min-width:768px) {
    .cdc-steps[data-num-columns="2"] .cdc-step:nth-child(2n+2)::after {
        display: none
    }
}

@media (min-width:768px) {
    .cdc-steps[data-num-columns="3"] .cdc-step::after {
        right: 20px;
        top: 25px;
        left: inherit;
        width: 1px;
        height: 110px;
        border-right: 1px dashed silver;
        border-bottom: 0
    }
}

@media (min-width:768px) {
    .cdc-steps[data-num-columns="3"] .cdc-step:nth-child(3n+3)::after {
        display: none
    }
}

@media (min-width:768px) {
    .cdc-steps[data-num-columns="4"] .cdc-step::after {
        top: 25px;
        left: inherit;
        width: 1px;
        height: 110px;
        border-right: 1px dashed silver;
        border-bottom: 0
    }
}

@media (min-width:768px) and (max-width:991px) {
    .cdc-steps[data-num-columns="4"] .cdc-step:nth-child(3n+3)::after {
        display: none
    }
}

@media (min-width:992px) {
    .cdc-steps[data-num-columns="4"] .cdc-step:nth-child(4n+4)::after {
        display: none
    }
}

.cdc-steps .cdc-step.border-none {
    margin-bottom: 12px
}

.cdc-steps .cdc-step.border-none::after {
    border-bottom: 0;
    border-right: 0
}

.theme-blue .cdc-steps .cdc-step .step-number {
    background: #005eaa
}

.theme-purple .cdc-steps .cdc-step .step-number {
    background: #712177
}

.theme-brown .cdc-steps .cdc-step .step-number {
    background: #705043
}

.theme-teal .cdc-steps .cdc-step .step-number {
    background: #00695c
}

.theme-pink .cdc-steps .cdc-step .step-number {
    background: #af4448
}

.theme-orange .cdc-steps .cdc-step .step-number {
    background: #bb4d00
}

.theme-slate .cdc-steps .cdc-step .step-number {
    background: #29434e
}

.theme-indigo .cdc-steps .cdc-step .step-number {
    background: #26418f
}

.theme-cyan .cdc-steps .cdc-step .step-number {
    background: #006778
}

.theme-green .cdc-steps .cdc-step .step-number {
    background: #497d0c
}

.theme-amber .cdc-steps .cdc-step .step-number {
    background: #fbab18
}

.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::-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;
    -webkit-transition: all .2s ease;
    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;
    -moz-transition: all .2s ease;
    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;
    -ms-transition: all .2s ease;
    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 a.card-slide-link {
    color: initial;
    text-decoration: initial;
    display: block;
    height: 100%
}

.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%;
        white-space: normal;
        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
}

html.cdc-2020 .tp-on-this-page {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: .25rem
}

html.cdc-2020 .tp-on-this-page .card-header {
    padding-top: 1rem;
    padding-bottom: .75rem;
    padding-left: 15px;
    border-radius: 0;
    border-bottom: 0;
    border-top: 3px solid #bdbdbd;
    background-color: #fff;
    font-size: 19px
}

html.cdc-2020 .tp-on-this-page.cyan {
    border-bottom: 1px solid #65b0bd
}

html.cdc-2020 .tp-on-this-page.cyan .card-header {
    border-top: 3px solid #65b0bd
}

@media (max-width:768px) {
    html.cdc-2020 .tp-on-this-page {
        float: none !important;
        margin-left: 0 !important
    }
}

.tp-on-this-page-large {
    width: 100%
}

@media (max-width:768px) {
    .tp-on-this-page {
        width: 100% !important;
        float: none !important;
        margin-left: 0 !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: #006778
}

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: 1005
}

.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
}

@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 .card {
    font-size: .9em;
    border: none
}

#cdc-search-leftnav .card .show-more {
    display: block;
    border-top: solid 1px #e0e0e0;
    margin-top: 5px;
    padding-left: 1rem;
    padding-top: .2rem;
    text-decoration: none;
    font-weight: 500;
    color: #075290
}

#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;
    padding-left: 1rem;
    text-decoration: none;
    color: #075290
}

#cdc-search-leftnav a i {
    text-decoration: none
}

#cdc-search-leftnav .card-header {
    font-family: "Open Sans", apple-system, blinkmacsystemfont, "Segoe UI", "Helvetica Neue", arial, sans-serif;
    border-left: 0 !important;
    color: #333 !important;
    background-color: #fff !important;
    font-size: 1em
}

#cdc-search-leftnav .card-header .card-title {
    margin-bottom: 0;
    font-weight: 500
}

#cdc-search-leftnav .card-body {
    max-height: 15em;
    overflow-y: auto;
    padding: .5rem 0
}

#cdc-search-leftnav .card-body .form-check {
    margin-left: 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.atsdr-header-search .form-control-clear {
    visibility: hidden
}

.tp-search .headerSearch .input-group {
    justify-content: flex-end
}

.tp-search .headerSearch .input-group #headerSearch {
    padding-right: 40px
}

@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%
}

.tp-search .headerSearch.atsdr-header-local-search {
    margin-top: 0
}

.tp-search .headerSearch.atsdr-header-local-search .input-group {
    max-width: inherit;
    width: 100%
}

.tp-search .headerSearch.atsdr-header-local-search .form-control-clear {
    visibility: hidden;
    left: -25px
}

.tp-search .headerSearch .searchTypeAhead {
    z-index: 1000
}

@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;
    border-color: #bdbdbd
}

.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;
    text-align: center;
    font-size: 20px;
    line-height: 2em;
    visibility: hidden
}

.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 .search-form {
    padding: 1em 0 0 0
}

#cdc-search-results .search-form .input-group {
    position: relative
}

#cdc-search-results .search-form .input-group .form-control-clear {
    visibility: hidden;
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    z-index: 99;
    line-height: 1.4;
    text-align: center;
    font-size: 30px
}

#cdc-search-results .search-form .input-group button.btn {
    height: 40px;
    background-color: #e0e0e0;
    border-color: #bdbdbd
}

#cdc-search-results .search-form .input-group button.btn .fi {
    display: block;
    color: #005eaa
}

#cdc-search-results .search-form .input-group .searchTypeAhead {
    position: absolute;
    top: 42px;
    left: 15px;
    z-index: 900
}

#cdc-search-results .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
}

#cdc-search-results .search-form .input-group .searchTypeAhead .searchTypeAheadWrap ul {
    padding: 0;
    margin: 0
}

#cdc-search-results .search-form .input-group .searchTypeAhead .searchTypeAheadWrap li {
    list-style-type: none;
    text-align: left;
    margin-bottom: 0
}

#cdc-search-results .search-form .input-group .searchTypeAhead .searchTypeAheadWrap li a {
    padding: 5px 8px;
    display: block;
    text-decoration: none
}

#cdc-search-results .search-form .input-group .searchTypeAhead .searchTypeAheadWrap li a:hover {
    background-color: #efefef
}

#cdc-search-results .search-form .advanced-btn {
    max-width: 250px;
    min-width: 250px
}

@media (max-width:960px) {
    #cdc-search-results .search-form .advanced-btn {
        margin-top: 1em;
        max-width: none;
        width: 100%
    }
}

#cdc-search-results .search-form .advanced-btn a {
    display: block;
    padding: 0 1em;
    text-decoration: none;
    line-height: 2.5em;
    text-align: center;
    height: 3em;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px
}

@media (max-width:960px) {
    #cdc-search-results .search-form .advanced-btn a {
        text-align: left
    }
}

#cdc-search-results .search-form .advanced-btn a span {
    text-decoration: underline !important
}

#cdc-search-results .search-form .advanced-btn a[aria-expanded=false] .cdc-icon-chevron-circle-up {
    display: none
}

#cdc-search-results .search-form .advanced-btn a[aria-expanded=true] {
    background: #f5f5f5
}

#cdc-search-results .search-form .advanced-btn a[aria-expanded=true] .cdc-icon-chevron-circle-down {
    display: none
}

#cdc-search-results #advanced-form {
    background: #f5f5f5;
    padding: 1em;
    border-radius: 5px;
    margin: 0 0 1em
}

#cdc-search-results #advanced-form .tp-search-advanced-extended {
    display: none
}

#cdc-search-results #advanced-form .col-label {
    max-width: 300px;
    min-width: 300px;
    width: 300px
}

@media (max-width:72px) {
    #cdc-search-results #advanced-form .col-label {
        max-width: none;
        min-width: none;
        width: auto
    }
}

#cdc-search-results #advanced-form.is-extended .tp-search-advanced-extended {
    display: flex
}

#cdc-search-results #advanced-form .datePicker button {
    border: solid 1px #bdbdbd;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    font-size: 120%;
    color: #005eaa
}

#cdc-search-results #advanced-form .datePicker button .fi {
    margin: 0 3px
}

#cdc-search-results #results.accordion {
    margin-top: 1em
}

#cdc-search-results #results.accordion .nav-link {
    margin-top: 1em;
    line-height: 1em;
    padding: 0 2rem 1rem 2rem;
    border-bottom: 2px solid #f0f0f0;
    border-right: 1px solid #e0e0e0
}

#cdc-search-results #results.accordion .nav-link.active {
    font-weight: 700;
    border-bottom-color: #075290
}

#cdc-search-results #results.accordion .nav-item:last-child .nav-link {
    border-right: 0
}

#cdc-search-results #results.accordion .tab-content {
    padding-top: 1em
}

#cdc-search-results .searchResultsData {
    min-height: 400px
}

#cdc-search-results .searchResultsData em {
    padding-right: 0
}

#cdc-search-results .searchResultsData .searchResultsModule {
    color: #222;
    line-height: 22px
}

#cdc-search-results .searchResultsData .searchResultsModule p {
    padding: 0;
    margin: 0
}

#cdc-search-results .searchResultsData .searchResultsModule h3 {
    margin-bottom: 0;
    margin-top: 8px;
    line-height: inherit;
    font-size: 16px !important;
    font-weight: 400 !important
}

#cdc-search-results .searchResultsData .searchResultsModule h3 a {
    color: #075290
}

#cdc-search-results .searchResultsData .searchResultsModule h3 a:link,
#cdc-search-results .searchResultsData .searchResultsModule h3 a:visited {
    text-decoration: none !important
}

#cdc-search-results .searchResultsData .searchResultsModule h3 a:active,
#cdc-search-results .searchResultsData .searchResultsModule h3 a:hover {
    text-decoration: underline !important
}

#cdc-search-results .searchResultsData .searchResultsModule h3 small {
    color: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-size: 13px
}

#cdc-search-results .searchResultsData .searchResultsModule .searchResultsUrl {
    color: #006d21;
    line-height: 20px;
    word-break: break-all;
    margin: 0;
    padding-bottom: 3px
}

#cdc-search-results .searchResultsData .searchResultsModule .searchResultsTitle {
    padding-bottom: 3px
}

#cdc-search-results .searchResultsData .searchResultsModule .cdc-faq-accordion {
    margin-top: 1rem;
    border: 0
}

#cdc-search-results .searchResultsData .searchResultsModule .cdc-faq-accordion .card {
    border: 0
}

#cdc-search-results .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
}

#cdc-search-results .searchResultsData .searchResultsModule .cdc-faq-accordion .card-header .card-title {
    font-weight: 400;
    font-size: .95em;
    width: calc(100% - 20px)
}

#cdc-search-results .searchResultsData .searchResultsModule .cdc-faq-accordion .card-header .card-title.btn.btn-link:focus {
    text-decoration: none
}

#cdc-search-results .searchResultsData .searchResultsModule .cdc-faq-accordion .card-header[aria-expanded=true] {
    border-left: 4px solid #005eaa;
    color: #005eaa
}

#cdc-search-results .searchResultsData .searchResultsModule .cdc-faq-accordion .card-body {
    color: #555;
    font-size: .9em
}

#cdc-search-results .searchResultsData .searchResultsModule .cdc-faq-accordion .card-body p {
    margin: 5px 0
}

#cdc-search-results .searchResultsData .searchResultsModule .cdc-faq-accordion .card-body ul {
    margin-left: 20px
}

#cdc-search-results .searchResultsData .searchResultsModule .cdc-faq-accordion .btn.btn-more {
    color: #075290;
    text-align: left;
    padding-left: 20px
}

#cdc-search-results .searchResultsData .searchResultsModule .cdc-faq-accordion .btn.btn-more:hover {
    color: #075290;
    text-decoration: none
}

#cdc-search-results .searchResultsData .searchResultsModule .cdc-faq-accordion .btn.btn-more:focus {
    box-shadow: none
}

#cdc-search-results .searchResultsData .searchResultsModule .cdc-faq-accordion .btn.btn-more[aria-expanded=false]::after {
    content: "Show more"
}

#cdc-search-results .searchResultsData .searchResultsModule .cdc-faq-accordion .btn.btn-more[aria-expanded=true]::after {
    content: "Show less"
}

#cdc-search-results .searchResultsData .searchResultsModule .cdc-faq-accordion .collapse.show {
    border: 0
}

#cdc-search-results .searchResultsData .no-results {
    margin-bottom: 4em
}

#cdc-search-results .searchResultsData .no-results h3 {
    font-family: "Open Sans", apple-system, blinkmacsystemfont, "Segoe UI", "Helvetica Neue", arial, sans-serif;
    font-size: 1.2em
}

#cdc-search-results .searchResultsData .no-results ul li {
    margin: 0
}

#cdc-search-results .searchResultsData .no-results .az-strip .card .card-body {
    padding-top: .7rem;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 5px
}

#cdc-search-results .searchResultsData .searchResultsBBModule {
    border: 1px solid #ccc;
    background-color: #efefef;
    padding: 10px 18px 6px 18px;
    font-size: 10pt;
    color: #222;
    margin-bottom: 10px
}

#cdc-search-results .searchResultsData .searchResultsBBModule p {
    padding: 0;
    margin: 0
}

#cdc-search-results .searchResultsData .searchResultsBBModule h3 {
    margin-bottom: 0;
    padding-bottom: 10px;
    margin-top: 0;
    line-height: inherit;
    font-size: 18px !important
}

#cdc-search-results .searchResultsData .searchResultsBBModule h3 a {
    color: #075290
}

#cdc-search-results .searchResultsData .searchResultsBBModule h3 a:link,
#cdc-search-results .searchResultsData .searchResultsBBModule h3 a:visited {
    text-decoration: none !important
}

#cdc-search-results .searchResultsData .searchResultsBBModule h3 a:active,
#cdc-search-results .searchResultsData .searchResultsBBModule h3 a:hover {
    text-decoration: underline !important
}

#cdc-search-results .searchResultsData .searchResultsBBModule .searchResultsUrl {
    color: #006d21;
    line-height: 14px;
    word-break: break-word;
    margin: 4px 0 0 0
}

#cdc-search-results .searchResultsData .searchResultsBBModule .searchResultsBBItem {
    padding-bottom: 0;
    margin-bottom: 13px
}

#cdc-search-results .searchResultsData .searchResultsBBModule .searchResultsBBItem p {
    line-height: 20px
}

#cdc-search-results .searchResultsData .searchResultsBBModule .searchResultsBBItem h3 {
    font-size: 13pt !important;
    margin: 0;
    padding: 0;
    line-height: 15px;
    font-weight: 400 !important
}

#cdc-search-results .searchResultsData .searchResultsPaging {
    text-align: center;
    padding: 10px 0;
    margin: 20px 0
}

#cdc-search-results .searchResultsData .searchResultsPaging .searchBtnPrev {
    margin-right: 6px
}

#cdc-search-results .searchResultsData .searchResultsPaging .searchBtnNext {
    margin-left: 6px
}

#cdc-search-results .searchResultsData .searchResultsPaging .searchBtnNext,
#cdc-search-results .searchResultsData .searchResultsPaging .searchBtnPrev {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 7px 8px;
    border-radius: 3px
}

#cdc-search-results .searchResultsData .searchResultsPaging .searchBtnNext:hover,
#cdc-search-results .searchResultsData .searchResultsPaging .searchBtnPrev:hover {
    background-color: #efefef
}

#cdc-search-results .searchResultsData .searchResultsPaging .icon-angle-right {
    margin-left: 7px
}

#cdc-search-results .searchResultsData .searchResultsPaging .icon-angle-left {
    margin-right: 7px
}

#cdc-search-results .searchResultsData .searchResultsPaging.pagination ul>.active>a,
#cdc-search-results .searchResultsData .searchResultsPaging.pagination ul>.active>span {
    color: #999 !important;
    cursor: default !important
}

#cdc-search-results .searchResultsData .searchResultsPaging.pagination .endcap a {
    font-size: 11pt
}

#cdc-search-results .searchResultsData .searchResultsPaging.pagination ul>.active>a,
#cdc-search-results .searchResultsData .searchResultsPaging.pagination ul>.active>span,
#cdc-search-results .searchResultsData .searchResultsPaging.pagination ul>li>a:focus,
#cdc-search-results .searchResultsData .searchResultsPaging.pagination ul>li>a:hover {
    background-color: #f5f5f5
}

#cdc-search-results .searchResultsData .searchResultsPaging.pagination ul>li>a,
#cdc-search-results .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
}

#cdc-search-results .searchResultsData .searchResultsPaging.pagination ul>.disabled>a,
#cdc-search-results .searchResultsData .searchResultsPaging.pagination ul>.disabled>a:focus,
#cdc-search-results .searchResultsData .searchResultsPaging.pagination ul>.disabled>a:hover,
#cdc-search-results .searchResultsData .searchResultsPaging.pagination ul>.disabled>span {
    color: #999 !important;
    background-color: transparent;
    cursor: default !important
}

#cdc-search-results .searchResultsData .searchResultsPaging.pagination ul>li:first-child>a,
#cdc-search-results .searchResultsData .searchResultsPaging.pagination ul>li:first-child>span {
    border-left-width: 1px
}

#cdc-search-results .searchResultsData .searchSpinner {
    text-align: center
}

#cdc-search-results .searchResultsData .searchSpinner .icon-refresh {
    font-size: 16pt
}

#cdc-search-results .searchResultsData .cdc-widget {
    float: right;
    min-width: 300px;
    border: 1px solid #e0e0e0;
    margin: 0 0 1em 1em;
    text-align: left
}

@media (max-width:992px) {
    #cdc-search-results .searchResultsData .cdc-widget {
        width: 100%;
        float: none;
        margin: 0 auto
    }
}

#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 {
    line-height: 1.2em;
    font-size: 1em;
    font-weight: 400
}

#cdc-search-results .searchResultsSummary.summaryHeader {
    margin: .5em 0
}

#cdc-search-results .searchResultsSummary p {
    margin: .5em 0
}

#cdc-search-results .searchResultsSummary .summaryHeader,
#cdc-search-results .searchResultsSummary.summaryHeader {
    font-weight: 700;
    font-size: 1.2em
}

#cdc-search-results .searchResultsSummary .didyoumean a {
    text-decoration: none
}

#cdc-search-results .searchResultsSummary .didyoumean a:hover {
    text-decoration: underline
}

#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
}

html.cdc-2020 #cdc-search-results .accordion.cdc-faq-accordion .card-header {
    padding: .5rem 1rem;
    margin-top: 0
}

html.cdc-2020 #cdc-search-results .accordion.cdc-faq-accordion .card-header:hover {
    padding: .5rem 1rem !important
}

html.cdc-2020 #cdc-search-results .accordion.cdc-faq-accordion .card-header::after {
    top: 15px;
    right: 22px
}

html.cdc-2020 #cdc-search-results .accordion.cdc-faq-accordion .card-header.collapsed::after {
    top: 16px;
    right: 10px
}

.ui-datepicker .ui-datepicker-header {
    background: #f5f5f5
}

.ui-datepicker .ui-datepicker-calendar th span {
    color: #555 !important
}

.ui-datepicker .ui-state-default {
    background: #fff !important;
    border-color: #fff !important;
    text-align: center !important
}

.ui-datepicker .ui-datepicker-current-day .ui-state-active {
    background: #fff !important;
    color: #005eaa !important
}

.ui-datepicker .ui-state-highlight {
    background: #fff !important;
    color: #88c3ea !important
}

.ui-datepicker .ui-datepicker-today .ui-state-active {
    color: #005eaa !important
}

.ui-datepicker .ui-datepicker-unselectable,
.ui-datepicker .ui-datepicker-unselectable .ui-state-default {
    border: none !important
}

.ui-datepicker .ui-icon,
.ui-datepicker .ui-widget-content .ui-icon,
.ui-datepicker .ui-widget-header .ui-icon {
    background-image: url(/TemplatePackage/contrib/icons/other/arrow-down.svg) !important;
    background-size: cover;
    background-position: 0 0
}

.ui-datepicker .ui-icon-circle-triangle-w {
    margin-top: -12px !important;
    transform: rotate(90deg);
    height: 25px;
    width: 25px
}

.ui-datepicker .ui-icon-circle-triangle-e {
    margin-top: -12px !important;
    transform: rotate(-90deg);
    height: 25px;
    width: 25px
}

.cdc-search-sidebar {
    margin-top: 6em
}

.cdc-search-sidebar .card .card-header {
    background: 0 0
}

.cdc-search-sidebar .card .card-body {
    padding-bottom: 0
}

.cdc-search-sidebar .card .result {
    margin: 0 0 1em 0;
    font-size: 1em
}

.cdc-search-sidebar .card .result p {
    margin: 0;
    padding: 0
}

.cdc-search-sidebar .card .result a {
    text-decoration: none
}

.cdc-search-sidebar .card .result .url {
    color: #006d21;
    font-size: .9em
}

.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
}

.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
}

.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 #headerSearch {
    padding-right: 20px
}

.headerSearch.cdc-header-local-search .form-control-clear {
    height: 100%;
    left: -25px
}

.popularTermsModule .popularTerms__list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    margin-right: -8px;
    margin-bottom: 0;
    margin-left: -8px;
    list-style-type: none
}

.popularTermsModule .popularTerms__list .popularTerms__list--item {
    padding-right: 8px;
    padding-left: 8px;
    margin-bottom: .8em
}

@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: #497d0c;
    border-color: #497d0c;
    color: #fff
}

.btn.btn-success:hover {
    background-color: #3b660a
}

.btn.btn-success:focus,
.btn.btn-success:not(:disabled):not(.disabled).active,
.btn.btn-success:not(:disabled):not(.disabled):active {
    background-color: #497d0c;
    border-color: #497d0c
}

.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.hollow:hover {
    box-shadow: none !important
}

.btn .cdc-icon-chevron-right {
    font-size: 14px;
    margin-top: -2px
}

.btn-control {
    background-color: #fff;
    border: 1px solid #ced4da
}

.btn.cdc-button-module {
    margin-right: 10px;
    margin-bottom: 8px
}

.theme-blue a.nav-btn.bg-gray-l2,
.theme-blue a.nav-btn.bg-gray-l3,
.theme-blue a.nav-btn.bg-tertiary {
    color: #000 !important
}

.theme-blue a.nav-btn.bg-quaternary,
.theme-blue a.nav-btn.bg-white {
    color: #005eaa !important
}

.theme-blue a.btn.cdc-button-module.btn-primary:hover {
    color: #fff
}

.theme-blue a.btn-tertiary,
.theme-blue a.btn.cdc-button-module.btn-tertiary {
    color: #000
}

.theme-blue a .btn-primary.hollow,
.theme-blue a.btn-primary.hollow {
    background-color: #005eaa;
    border-color: #fff;
    color: #fff
}

.theme-blue a .btn-primary.hollow:hover,
.theme-blue a.btn-primary.hollow:hover {
    background-color: #006cc4;
    border-color: #fff;
    color: #fff
}

.theme-blue a .btn-secondary.hollow,
.theme-blue a.btn-secondary.hollow {
    background-color: #88c3ea;
    border-color: #333;
    color: #333
}

.theme-blue a .btn-secondary.hollow:hover,
.theme-blue a.btn-secondary.hollow:hover {
    background-color: #9eceee;
    border-color: #333;
    color: #333
}

.theme-blue a .btn-tertiary.hollow,
.theme-blue a.btn-tertiary.hollow {
    background-color: #c0e9ff;
    border-color: #005091;
    color: #005091
}

.theme-blue a .btn-tertiary.hollow:hover,
.theme-blue a.btn-tertiary.hollow:hover {
    background-color: #a7e0ff;
    border-color: #005091;
    color: #005091
}

.theme-blue a .btn-quaternary.hollow,
.theme-blue a.btn-quaternary.hollow {
    background-color: #edf9ff;
    border-color: #005091;
    color: #005091
}

.theme-blue a .btn-quaternary.hollow:hover,
.theme-blue a.btn-quaternary.hollow:hover {
    background-color: #d4f1ff;
    border-color: #005091;
    color: #005091
}

.theme-blue a .btn-amber-q.hollow,
.theme-blue a .btn-amber-q.hollow:hover,
.theme-blue a .btn-gray-l3.hollow,
.theme-blue a.btn-amber-q.hollow,
.theme-blue a.btn-amber-q.hollow:hover,
.theme-blue a.btn-gray-l3.hollow {
    color: #005eaa !important;
    border-color: #005eaa !important
}

.theme-blue a .btn-gray-l3.hollow:hover,
.theme-blue a.btn-gray-l3.hollow:hover {
    background-color: #d4f1ff !important;
    border-color: #005091 !important;
    color: #005091 !important
}

.theme-blue a .btn-amber-t.hollow,
.theme-blue a .btn-amber-t.hollow:hover,
.theme-blue a.btn-amber-t.hollow,
.theme-blue a.btn-amber-t.hollow:hover {
    color: #333 !important;
    border-color: #333 !important
}

.theme-blue a .btn-white.hollow,
.theme-blue a.btn-white.hollow {
    background-color: #fff;
    border-color: #005eaa;
    color: #005eaa
}

.theme-blue a .btn-white.hollow:hover,
.theme-blue a.btn-white.hollow:hover {
    background-color: #005eaa;
    border-color: transparent;
    color: #fff
}

.theme-blue .theme-brown .btn-secondary.hollow,
.theme-blue .theme-brown.btn-secondary.hollow,
.theme-blue .theme-green .btn-secondary.hollow,
.theme-blue .theme-green.btn-secondary.hollow,
.theme-blue .theme-pink .btn-secondary.hollow,
.theme-blue .theme-pink.btn-secondary.hollow {
    background-color: #88c3ea;
    border-color: #000;
    color: #000
}

.theme-blue .theme-brown .btn-secondary.hollow:hover,
.theme-blue .theme-brown.btn-secondary.hollow:hover,
.theme-blue .theme-green .btn-secondary.hollow:hover,
.theme-blue .theme-green.btn-secondary.hollow:hover,
.theme-blue .theme-pink .btn-secondary.hollow:hover,
.theme-blue .theme-pink.btn-secondary.hollow:hover {
    background-color: #9eceee;
    border-color: #000;
    color: #000
}

.theme-blue .theme-brown .btn-white.hollow,
.theme-blue .theme-brown.btn-white.hollow,
.theme-blue .theme-green .btn-white.hollow,
.theme-blue .theme-green.btn-white.hollow,
.theme-blue .theme-pink .btn-white.hollow,
.theme-blue .theme-pink.btn-white.hollow {
    background-color: #fff;
    border-color: darkened(#005eaa, 10%);
    color: darkened(#005eaa, 10%)
}

.theme-blue .theme-brown .btn-white.hollow:hover,
.theme-blue .theme-brown.btn-white.hollow:hover,
.theme-blue .theme-green .btn-white.hollow:hover,
.theme-blue .theme-green.btn-white.hollow:hover,
.theme-blue .theme-pink .btn-white.hollow:hover,
.theme-blue .theme-pink.btn-white.hollow:hover {
    background-color: darkened(#005eaa, 10%);
    border-color: transparent;
    color: #fff
}

.theme-purple a.nav-btn.bg-gray-l2,
.theme-purple a.nav-btn.bg-gray-l3,
.theme-purple a.nav-btn.bg-tertiary {
    color: #000 !important
}

.theme-purple a.nav-btn.bg-quaternary,
.theme-purple a.nav-btn.bg-white {
    color: #712177 !important
}

.theme-purple a.btn.cdc-button-module.btn-primary:hover {
    color: #fff
}

.theme-purple a.btn-tertiary,
.theme-purple a.btn.cdc-button-module.btn-tertiary {
    color: #000
}

.theme-purple a .btn-primary.hollow,
.theme-purple a.btn-primary.hollow {
    background-color: #712177;
    border-color: #fff;
    color: #fff
}

.theme-purple a .btn-primary.hollow:hover,
.theme-purple a.btn-primary.hollow:hover {
    background-color: #84278b;
    border-color: #fff;
    color: #fff
}

.theme-purple a .btn-secondary.hollow,
.theme-purple a.btn-secondary.hollow {
    background-color: #b890bb;
    border-color: #333;
    color: #333
}

.theme-purple a .btn-secondary.hollow:hover,
.theme-purple a.btn-secondary.hollow:hover {
    background-color: #c2a0c5;
    border-color: #333;
    color: #333
}

.theme-purple a .btn-tertiary.hollow,
.theme-purple a.btn-tertiary.hollow {
    background-color: #e3d3e4;
    border-color: #5e1b63;
    color: #5e1b63
}

.theme-purple a .btn-tertiary.hollow:hover,
.theme-purple a.btn-tertiary.hollow:hover {
    background-color: #d9c3da;
    border-color: #5e1b63;
    color: #5e1b63
}

.theme-purple a .btn-quaternary.hollow,
.theme-purple a.btn-quaternary.hollow {
    background-color: #f7f2f7;
    border-color: #5e1b63;
    color: #5e1b63
}

.theme-purple a .btn-quaternary.hollow:hover,
.theme-purple a.btn-quaternary.hollow:hover {
    background-color: #ede2ed;
    border-color: #5e1b63;
    color: #5e1b63
}

.theme-purple a .btn-amber-q.hollow,
.theme-purple a .btn-amber-q.hollow:hover,
.theme-purple a .btn-gray-l3.hollow,
.theme-purple a.btn-amber-q.hollow,
.theme-purple a.btn-amber-q.hollow:hover,
.theme-purple a.btn-gray-l3.hollow {
    color: #712177 !important;
    border-color: #712177 !important
}

.theme-purple a .btn-gray-l3.hollow:hover,
.theme-purple a.btn-gray-l3.hollow:hover {
    background-color: #ede2ed !important;
    border-color: #5e1b63 !important;
    color: #5e1b63 !important
}

.theme-purple a .btn-amber-t.hollow,
.theme-purple a .btn-amber-t.hollow:hover,
.theme-purple a.btn-amber-t.hollow,
.theme-purple a.btn-amber-t.hollow:hover {
    color: #333 !important;
    border-color: #333 !important
}

.theme-purple a .btn-white.hollow,
.theme-purple a.btn-white.hollow {
    background-color: #fff;
    border-color: #712177;
    color: #712177
}

.theme-purple a .btn-white.hollow:hover,
.theme-purple a.btn-white.hollow:hover {
    background-color: #712177;
    border-color: transparent;
    color: #fff
}

.theme-purple .theme-brown .btn-secondary.hollow,
.theme-purple .theme-brown.btn-secondary.hollow,
.theme-purple .theme-green .btn-secondary.hollow,
.theme-purple .theme-green.btn-secondary.hollow,
.theme-purple .theme-pink .btn-secondary.hollow,
.theme-purple .theme-pink.btn-secondary.hollow {
    background-color: #b890bb;
    border-color: #000;
    color: #000
}

.theme-purple .theme-brown .btn-secondary.hollow:hover,
.theme-purple .theme-brown.btn-secondary.hollow:hover,
.theme-purple .theme-green .btn-secondary.hollow:hover,
.theme-purple .theme-green.btn-secondary.hollow:hover,
.theme-purple .theme-pink .btn-secondary.hollow:hover,
.theme-purple .theme-pink.btn-secondary.hollow:hover {
    background-color: #c2a0c5;
    border-color: #000;
    color: #000
}

.theme-purple .theme-brown .btn-white.hollow,
.theme-purple .theme-brown.btn-white.hollow,
.theme-purple .theme-green .btn-white.hollow,
.theme-purple .theme-green.btn-white.hollow,
.theme-purple .theme-pink .btn-white.hollow,
.theme-purple .theme-pink.btn-white.hollow {
    background-color: #fff;
    border-color: darkened(#712177, 10%);
    color: darkened(#712177, 10%)
}

.theme-purple .theme-brown .btn-white.hollow:hover,
.theme-purple .theme-brown.btn-white.hollow:hover,
.theme-purple .theme-green .btn-white.hollow:hover,
.theme-purple .theme-green.btn-white.hollow:hover,
.theme-purple .theme-pink .btn-white.hollow:hover,
.theme-purple .theme-pink.btn-white.hollow:hover {
    background-color: darkened(#712177, 10%);
    border-color: transparent;
    color: #fff
}

.theme-brown a.nav-btn.bg-gray-l2,
.theme-brown a.nav-btn.bg-gray-l3,
.theme-brown a.nav-btn.bg-tertiary {
    color: #000 !important
}

.theme-brown a.nav-btn.bg-quaternary,
.theme-brown a.nav-btn.bg-white {
    color: #705043 !important
}

.theme-brown a.btn.cdc-button-module.btn-primary:hover {
    color: #fff
}

.theme-brown a.btn-tertiary,
.theme-brown a.btn.cdc-button-module.btn-tertiary {
    color: #000
}

.theme-brown a .btn-primary.hollow,
.theme-brown a.btn-primary.hollow {
    background-color: #705043;
    border-color: #fff;
    color: #fff
}

.theme-brown a .btn-primary.hollow:hover,
.theme-brown a.btn-primary.hollow:hover {
    background-color: #805b4d;
    border-color: #fff;
    color: #fff
}

.theme-brown a .btn-secondary.hollow,
.theme-brown a.btn-secondary.hollow {
    background-color: #ad907b;
    border-color: #333;
    color: #333
}

.theme-brown a .btn-secondary.hollow:hover,
.theme-brown a.btn-secondary.hollow:hover {
    background-color: #b79d8b;
    border-color: #333;
    color: #333
}

.theme-brown a .btn-tertiary.hollow,
.theme-brown a.btn-tertiary.hollow {
    background-color: #d7ccc8;
    border-color: #604539;
    color: #604539
}

.theme-brown a .btn-tertiary.hollow:hover,
.theme-brown a.btn-tertiary.hollow:hover {
    background-color: #ccbeb9;
    border-color: #604539;
    color: #604539
}

.theme-brown a .btn-quaternary.hollow,
.theme-brown a.btn-quaternary.hollow {
    background-color: #f2ebe8;
    border-color: #604539;
    color: #604539
}

.theme-brown a .btn-quaternary.hollow:hover,
.theme-brown a.btn-quaternary.hollow:hover {
    background-color: #e9ddd8;
    border-color: #604539;
    color: #604539
}

.theme-brown a .btn-amber-q.hollow,
.theme-brown a .btn-amber-q.hollow:hover,
.theme-brown a .btn-gray-l3.hollow,
.theme-brown a.btn-amber-q.hollow,
.theme-brown a.btn-amber-q.hollow:hover,
.theme-brown a.btn-gray-l3.hollow {
    color: #705043 !important;
    border-color: #705043 !important
}

.theme-brown a .btn-gray-l3.hollow:hover,
.theme-brown a.btn-gray-l3.hollow:hover {
    background-color: #e9ddd8 !important;
    border-color: #604539 !important;
    color: #604539 !important
}

.theme-brown a .btn-amber-t.hollow,
.theme-brown a .btn-amber-t.hollow:hover,
.theme-brown a.btn-amber-t.hollow,
.theme-brown a.btn-amber-t.hollow:hover {
    color: #333 !important;
    border-color: #333 !important
}

.theme-brown a .btn-white.hollow,
.theme-brown a.btn-white.hollow {
    background-color: #fff;
    border-color: #705043;
    color: #705043
}

.theme-brown a .btn-white.hollow:hover,
.theme-brown a.btn-white.hollow:hover {
    background-color: #705043;
    border-color: transparent;
    color: #fff
}

.theme-brown .theme-brown .btn-secondary.hollow,
.theme-brown .theme-brown.btn-secondary.hollow,
.theme-brown .theme-green .btn-secondary.hollow,
.theme-brown .theme-green.btn-secondary.hollow,
.theme-brown .theme-pink .btn-secondary.hollow,
.theme-brown .theme-pink.btn-secondary.hollow {
    background-color: #ad907b;
    border-color: #000;
    color: #000
}

.theme-brown .theme-brown .btn-secondary.hollow:hover,
.theme-brown .theme-brown.btn-secondary.hollow:hover,
.theme-brown .theme-green .btn-secondary.hollow:hover,
.theme-brown .theme-green.btn-secondary.hollow:hover,
.theme-brown .theme-pink .btn-secondary.hollow:hover,
.theme-brown .theme-pink.btn-secondary.hollow:hover {
    background-color: #b79d8b;
    border-color: #000;
    color: #000
}

.theme-brown .theme-brown .btn-white.hollow,
.theme-brown .theme-brown.btn-white.hollow,
.theme-brown .theme-green .btn-white.hollow,
.theme-brown .theme-green.btn-white.hollow,
.theme-brown .theme-pink .btn-white.hollow,
.theme-brown .theme-pink.btn-white.hollow {
    background-color: #fff;
    border-color: darkened(#705043, 10%);
    color: darkened(#705043, 10%)
}

.theme-brown .theme-brown .btn-white.hollow:hover,
.theme-brown .theme-brown.btn-white.hollow:hover,
.theme-brown .theme-green .btn-white.hollow:hover,
.theme-brown .theme-green.btn-white.hollow:hover,
.theme-brown .theme-pink .btn-white.hollow:hover,
.theme-brown .theme-pink.btn-white.hollow:hover {
    background-color: darkened(#705043, 10%);
    border-color: transparent;
    color: #fff
}

.theme-teal a.nav-btn.bg-gray-l2,
.theme-teal a.nav-btn.bg-gray-l3,
.theme-teal a.nav-btn.bg-tertiary {
    color: #000 !important
}

.theme-teal a.nav-btn.bg-quaternary,
.theme-teal a.nav-btn.bg-white {
    color: #00695c !important
}

.theme-teal a.btn.cdc-button-module.btn-primary:hover {
    color: #fff
}

.theme-teal a.btn-tertiary,
.theme-teal a.btn.cdc-button-module.btn-tertiary {
    color: #000
}

.theme-teal a .btn-primary.hollow,
.theme-teal a.btn-primary.hollow {
    background-color: #00695c;
    border-color: #fff;
    color: #fff
}

.theme-teal a .btn-primary.hollow:hover,
.theme-teal a.btn-primary.hollow:hover {
    background-color: #008372;
    border-color: #fff;
    color: #fff
}

.theme-teal a .btn-secondary.hollow,
.theme-teal a.btn-secondary.hollow {
    background-color: #4ebaaa;
    border-color: #333;
    color: #333
}

.theme-teal a .btn-secondary.hollow:hover,
.theme-teal a.btn-secondary.hollow:hover {
    background-color: #60c1b3;
    border-color: #333;
    color: #333
}

.theme-teal a .btn-tertiary.hollow,
.theme-teal a.btn-tertiary.hollow {
    background-color: #ceece7;
    border-color: #005046;
    color: #005046
}

.theme-teal a .btn-tertiary.hollow:hover,
.theme-teal a.btn-tertiary.hollow:hover {
    background-color: #bce5de;
    border-color: #005046;
    color: #005046
}

.theme-teal a .btn-quaternary.hollow,
.theme-teal a.btn-quaternary.hollow {
    background-color: #ebf7f5;
    border-color: #005046;
    color: #005046
}

.theme-teal a .btn-quaternary.hollow:hover,
.theme-teal a.btn-quaternary.hollow:hover {
    background-color: #d9f0ec;
    border-color: #005046;
    color: #005046
}

.theme-teal a .btn-amber-q.hollow,
.theme-teal a .btn-amber-q.hollow:hover,
.theme-teal a .btn-gray-l3.hollow,
.theme-teal a.btn-amber-q.hollow,
.theme-teal a.btn-amber-q.hollow:hover,
.theme-teal a.btn-gray-l3.hollow {
    color: #00695c !important;
    border-color: #00695c !important
}

.theme-teal a .btn-gray-l3.hollow:hover,
.theme-teal a.btn-gray-l3.hollow:hover {
    background-color: #d9f0ec !important;
    border-color: #005046 !important;
    color: #005046 !important
}

.theme-teal a .btn-amber-t.hollow,
.theme-teal a .btn-amber-t.hollow:hover,
.theme-teal a.btn-amber-t.hollow,
.theme-teal a.btn-amber-t.hollow:hover {
    color: #333 !important;
    border-color: #333 !important
}

.theme-teal a .btn-white.hollow,
.theme-teal a.btn-white.hollow {
    background-color: #fff;
    border-color: #00695c;
    color: #00695c
}

.theme-teal a .btn-white.hollow:hover,
.theme-teal a.btn-white.hollow:hover {
    background-color: #00695c;
    border-color: transparent;
    color: #fff
}

.theme-teal .theme-brown .btn-secondary.hollow,
.theme-teal .theme-brown.btn-secondary.hollow,
.theme-teal .theme-green .btn-secondary.hollow,
.theme-teal .theme-green.btn-secondary.hollow,
.theme-teal .theme-pink .btn-secondary.hollow,
.theme-teal .theme-pink.btn-secondary.hollow {
    background-color: #4ebaaa;
    border-color: #000;
    color: #000
}

.theme-teal .theme-brown .btn-secondary.hollow:hover,
.theme-teal .theme-brown.btn-secondary.hollow:hover,
.theme-teal .theme-green .btn-secondary.hollow:hover,
.theme-teal .theme-green.btn-secondary.hollow:hover,
.theme-teal .theme-pink .btn-secondary.hollow:hover,
.theme-teal .theme-pink.btn-secondary.hollow:hover {
    background-color: #60c1b3;
    border-color: #000;
    color: #000
}

.theme-teal .theme-brown .btn-white.hollow,
.theme-teal .theme-brown.btn-white.hollow,
.theme-teal .theme-green .btn-white.hollow,
.theme-teal .theme-green.btn-white.hollow,
.theme-teal .theme-pink .btn-white.hollow,
.theme-teal .theme-pink.btn-white.hollow {
    background-color: #fff;
    border-color: darkened(#00695c, 10%);
    color: darkened(#00695c, 10%)
}

.theme-teal .theme-brown .btn-white.hollow:hover,
.theme-teal .theme-brown.btn-white.hollow:hover,
.theme-teal .theme-green .btn-white.hollow:hover,
.theme-teal .theme-green.btn-white.hollow:hover,
.theme-teal .theme-pink .btn-white.hollow:hover,
.theme-teal .theme-pink.btn-white.hollow:hover {
    background-color: darkened(#00695c, 10%);
    border-color: transparent;
    color: #fff
}

.theme-pink a.nav-btn.bg-gray-l2,
.theme-pink a.nav-btn.bg-gray-l3,
.theme-pink a.nav-btn.bg-tertiary {
    color: #000 !important
}

.theme-pink a.nav-btn.bg-quaternary,
.theme-pink a.nav-btn.bg-white {
    color: #af4448 !important
}

.theme-pink a.btn.cdc-button-module.btn-primary:hover {
    color: #fff
}

.theme-pink a.btn-tertiary,
.theme-pink a.btn.cdc-button-module.btn-tertiary {
    color: #000
}

.theme-pink a .btn-primary.hollow,
.theme-pink a.btn-primary.hollow {
    background-color: #af4448;
    border-color: #fff;
    color: #fff
}

.theme-pink a .btn-primary.hollow:hover,
.theme-pink a.btn-primary.hollow:hover {
    background-color: #bb5155;
    border-color: #fff;
    color: #fff
}

.theme-pink a .btn-secondary.hollow,
.theme-pink a.btn-secondary.hollow {
    background-color: #e57373;
    border-color: #333;
    color: #333
}

.theme-pink a .btn-secondary.hollow:hover,
.theme-pink a.btn-secondary.hollow:hover {
    background-color: #e98989;
    border-color: #333;
    color: #333
}

.theme-pink a .btn-tertiary.hollow,
.theme-pink a.btn-tertiary.hollow {
    background-color: #ffc2c2;
    border-color: #9d3d40;
    color: #9d3d40
}

.theme-pink a .btn-tertiary.hollow:hover,
.theme-pink a.btn-tertiary.hollow:hover {
    background-color: #ffa9a9;
    border-color: #9d3d40;
    color: #9d3d40
}

.theme-pink a .btn-quaternary.hollow,
.theme-pink a.btn-quaternary.hollow {
    background-color: #ffe7e7;
    border-color: #9d3d40;
    color: #9d3d40
}

.theme-pink a .btn-quaternary.hollow:hover,
.theme-pink a.btn-quaternary.hollow:hover {
    background-color: #ffcece;
    border-color: #9d3d40;
    color: #9d3d40
}

.theme-pink a .btn-amber-q.hollow,
.theme-pink a .btn-amber-q.hollow:hover,
.theme-pink a .btn-gray-l3.hollow,
.theme-pink a.btn-amber-q.hollow,
.theme-pink a.btn-amber-q.hollow:hover,
.theme-pink a.btn-gray-l3.hollow {
    color: #af4448 !important;
    border-color: #af4448 !important
}

.theme-pink a .btn-gray-l3.hollow:hover,
.theme-pink a.btn-gray-l3.hollow:hover {
    background-color: #ffcece !important;
    border-color: #9d3d40 !important;
    color: #9d3d40 !important
}

.theme-pink a .btn-amber-t.hollow,
.theme-pink a .btn-amber-t.hollow:hover,
.theme-pink a.btn-amber-t.hollow,
.theme-pink a.btn-amber-t.hollow:hover {
    color: #333 !important;
    border-color: #333 !important
}

.theme-pink a .btn-white.hollow,
.theme-pink a.btn-white.hollow {
    background-color: #fff;
    border-color: #af4448;
    color: #af4448
}

.theme-pink a .btn-white.hollow:hover,
.theme-pink a.btn-white.hollow:hover {
    background-color: #af4448;
    border-color: transparent;
    color: #fff
}

.theme-pink .theme-brown .btn-secondary.hollow,
.theme-pink .theme-brown.btn-secondary.hollow,
.theme-pink .theme-green .btn-secondary.hollow,
.theme-pink .theme-green.btn-secondary.hollow,
.theme-pink .theme-pink .btn-secondary.hollow,
.theme-pink .theme-pink.btn-secondary.hollow {
    background-color: #e57373;
    border-color: #000;
    color: #000
}

.theme-pink .theme-brown .btn-secondary.hollow:hover,
.theme-pink .theme-brown.btn-secondary.hollow:hover,
.theme-pink .theme-green .btn-secondary.hollow:hover,
.theme-pink .theme-green.btn-secondary.hollow:hover,
.theme-pink .theme-pink .btn-secondary.hollow:hover,
.theme-pink .theme-pink.btn-secondary.hollow:hover {
    background-color: #e98989;
    border-color: #000;
    color: #000
}

.theme-pink .theme-brown .btn-white.hollow,
.theme-pink .theme-brown.btn-white.hollow,
.theme-pink .theme-green .btn-white.hollow,
.theme-pink .theme-green.btn-white.hollow,
.theme-pink .theme-pink .btn-white.hollow,
.theme-pink .theme-pink.btn-white.hollow {
    background-color: #fff;
    border-color: darkened(#af4448, 10%);
    color: darkened(#af4448, 10%)
}

.theme-pink .theme-brown .btn-white.hollow:hover,
.theme-pink .theme-brown.btn-white.hollow:hover,
.theme-pink .theme-green .btn-white.hollow:hover,
.theme-pink .theme-green.btn-white.hollow:hover,
.theme-pink .theme-pink .btn-white.hollow:hover,
.theme-pink .theme-pink.btn-white.hollow:hover {
    background-color: darkened(#af4448, 10%);
    border-color: transparent;
    color: #fff
}

.theme-orange a.nav-btn.bg-gray-l2,
.theme-orange a.nav-btn.bg-gray-l3,
.theme-orange a.nav-btn.bg-tertiary {
    color: #000 !important
}

.theme-orange a.nav-btn.bg-quaternary,
.theme-orange a.nav-btn.bg-white {
    color: #bb4d00 !important
}

.theme-orange a.btn.cdc-button-module.btn-primary:hover {
    color: #fff
}

.theme-orange a.btn-tertiary,
.theme-orange a.btn.cdc-button-module.btn-tertiary {
    color: #000
}

.theme-orange a .btn-primary.hollow,
.theme-orange a.btn-primary.hollow {
    background-color: #bb4d00;
    border-color: #fff;
    color: #fff
}

.theme-orange a .btn-primary.hollow:hover,
.theme-orange a.btn-primary.hollow:hover {
    background-color: #d55800;
    border-color: #fff;
    color: #fff
}

.theme-orange a .btn-secondary.hollow,
.theme-orange a.btn-secondary.hollow {
    background-color: #ffad42;
    border-color: #333;
    color: #333
}

.theme-orange a .btn-secondary.hollow:hover,
.theme-orange a.btn-secondary.hollow:hover {
    background-color: #ffb85c;
    border-color: #333;
    color: #333
}

.theme-orange a .btn-tertiary.hollow,
.theme-orange a.btn-tertiary.hollow {
    background-color: #ffe97d;
    border-color: #a24300;
    color: #a24300
}

.theme-orange a .btn-tertiary.hollow:hover,
.theme-orange a.btn-tertiary.hollow:hover {
    background-color: #ffe564;
    border-color: #a24300;
    color: #a24300
}

.theme-orange a .btn-quaternary.hollow,
.theme-orange a.btn-quaternary.hollow {
    background-color: #fff4cf;
    border-color: #a24300;
    color: #a24300
}

.theme-orange a .btn-quaternary.hollow:hover,
.theme-orange a.btn-quaternary.hollow:hover {
    background-color: #ffeeb6;
    border-color: #a24300;
    color: #a24300
}

.theme-orange a .btn-amber-q.hollow,
.theme-orange a .btn-amber-q.hollow:hover,
.theme-orange a .btn-gray-l3.hollow,
.theme-orange a.btn-amber-q.hollow,
.theme-orange a.btn-amber-q.hollow:hover,
.theme-orange a.btn-gray-l3.hollow {
    color: #bb4d00 !important;
    border-color: #bb4d00 !important
}

.theme-orange a .btn-gray-l3.hollow:hover,
.theme-orange a.btn-gray-l3.hollow:hover {
    background-color: #ffeeb6 !important;
    border-color: #a24300 !important;
    color: #a24300 !important
}

.theme-orange a .btn-amber-t.hollow,
.theme-orange a .btn-amber-t.hollow:hover,
.theme-orange a.btn-amber-t.hollow,
.theme-orange a.btn-amber-t.hollow:hover {
    color: #333 !important;
    border-color: #333 !important
}

.theme-orange a .btn-white.hollow,
.theme-orange a.btn-white.hollow {
    background-color: #fff;
    border-color: #bb4d00;
    color: #bb4d00
}

.theme-orange a .btn-white.hollow:hover,
.theme-orange a.btn-white.hollow:hover {
    background-color: #bb4d00;
    border-color: transparent;
    color: #fff
}

.theme-orange .theme-brown .btn-secondary.hollow,
.theme-orange .theme-brown.btn-secondary.hollow,
.theme-orange .theme-green .btn-secondary.hollow,
.theme-orange .theme-green.btn-secondary.hollow,
.theme-orange .theme-pink .btn-secondary.hollow,
.theme-orange .theme-pink.btn-secondary.hollow {
    background-color: #ffad42;
    border-color: #000;
    color: #000
}

.theme-orange .theme-brown .btn-secondary.hollow:hover,
.theme-orange .theme-brown.btn-secondary.hollow:hover,
.theme-orange .theme-green .btn-secondary.hollow:hover,
.theme-orange .theme-green.btn-secondary.hollow:hover,
.theme-orange .theme-pink .btn-secondary.hollow:hover,
.theme-orange .theme-pink.btn-secondary.hollow:hover {
    background-color: #ffb85c;
    border-color: #000;
    color: #000
}

.theme-orange .theme-brown .btn-white.hollow,
.theme-orange .theme-brown.btn-white.hollow,
.theme-orange .theme-green .btn-white.hollow,
.theme-orange .theme-green.btn-white.hollow,
.theme-orange .theme-pink .btn-white.hollow,
.theme-orange .theme-pink.btn-white.hollow {
    background-color: #fff;
    border-color: darkened(#bb4d00, 10%);
    color: darkened(#bb4d00, 10%)
}

.theme-orange .theme-brown .btn-white.hollow:hover,
.theme-orange .theme-brown.btn-white.hollow:hover,
.theme-orange .theme-green .btn-white.hollow:hover,
.theme-orange .theme-green.btn-white.hollow:hover,
.theme-orange .theme-pink .btn-white.hollow:hover,
.theme-orange .theme-pink.btn-white.hollow:hover {
    background-color: darkened(#bb4d00, 10%);
    border-color: transparent;
    color: #fff
}

.theme-slate a.nav-btn.bg-gray-l2,
.theme-slate a.nav-btn.bg-gray-l3,
.theme-slate a.nav-btn.bg-tertiary {
    color: #000 !important
}

.theme-slate a.nav-btn.bg-quaternary,
.theme-slate a.nav-btn.bg-white {
    color: #29434e !important
}

.theme-slate a.btn.cdc-button-module.btn-primary:hover {
    color: #fff
}

.theme-slate a.btn-tertiary,
.theme-slate a.btn.cdc-button-module.btn-tertiary {
    color: #000
}

.theme-slate a .btn-primary.hollow,
.theme-slate a.btn-primary.hollow {
    background-color: #29434e;
    border-color: #fff;
    color: #fff
}

.theme-slate a .btn-primary.hollow:hover,
.theme-slate a.btn-primary.hollow:hover {
    background-color: #32515f;
    border-color: #fff;
    color: #fff
}

.theme-slate a .btn-secondary.hollow,
.theme-slate a.btn-secondary.hollow {
    background-color: #7e9ba5;
    border-color: #333;
    color: #333
}

.theme-slate a .btn-secondary.hollow:hover,
.theme-slate a.btn-secondary.hollow:hover {
    background-color: #8da7af;
    border-color: #333;
    color: #333
}

.theme-slate a .btn-tertiary.hollow,
.theme-slate a.btn-tertiary.hollow {
    background-color: #b6c6d2;
    border-color: #20353d;
    color: #20353d
}

.theme-slate a .btn-tertiary.hollow:hover,
.theme-slate a.btn-tertiary.hollow:hover {
    background-color: #a6bac8;
    border-color: #20353d;
    color: #20353d
}

.theme-slate a .btn-quaternary.hollow,
.theme-slate a.btn-quaternary.hollow {
    background-color: #e2e8ed;
    border-color: #20353d;
    color: #20353d
}

.theme-slate a .btn-quaternary.hollow:hover,
.theme-slate a.btn-quaternary.hollow:hover {
    background-color: #d2dce3;
    border-color: #20353d;
    color: #20353d
}

.theme-slate a .btn-amber-q.hollow,
.theme-slate a .btn-amber-q.hollow:hover,
.theme-slate a .btn-gray-l3.hollow,
.theme-slate a.btn-amber-q.hollow,
.theme-slate a.btn-amber-q.hollow:hover,
.theme-slate a.btn-gray-l3.hollow {
    color: #29434e !important;
    border-color: #29434e !important
}

.theme-slate a .btn-gray-l3.hollow:hover,
.theme-slate a.btn-gray-l3.hollow:hover {
    background-color: #d2dce3 !important;
    border-color: #20353d !important;
    color: #20353d !important
}

.theme-slate a .btn-amber-t.hollow,
.theme-slate a .btn-amber-t.hollow:hover,
.theme-slate a.btn-amber-t.hollow,
.theme-slate a.btn-amber-t.hollow:hover {
    color: #333 !important;
    border-color: #333 !important
}

.theme-slate a .btn-white.hollow,
.theme-slate a.btn-white.hollow {
    background-color: #fff;
    border-color: #29434e;
    color: #29434e
}

.theme-slate a .btn-white.hollow:hover,
.theme-slate a.btn-white.hollow:hover {
    background-color: #29434e;
    border-color: transparent;
    color: #fff
}

.theme-slate .theme-brown .btn-secondary.hollow,
.theme-slate .theme-brown.btn-secondary.hollow,
.theme-slate .theme-green .btn-secondary.hollow,
.theme-slate .theme-green.btn-secondary.hollow,
.theme-slate .theme-pink .btn-secondary.hollow,
.theme-slate .theme-pink.btn-secondary.hollow {
    background-color: #7e9ba5;
    border-color: #000;
    color: #000
}

.theme-slate .theme-brown .btn-secondary.hollow:hover,
.theme-slate .theme-brown.btn-secondary.hollow:hover,
.theme-slate .theme-green .btn-secondary.hollow:hover,
.theme-slate .theme-green.btn-secondary.hollow:hover,
.theme-slate .theme-pink .btn-secondary.hollow:hover,
.theme-slate .theme-pink.btn-secondary.hollow:hover {
    background-color: #8da7af;
    border-color: #000;
    color: #000
}

.theme-slate .theme-brown .btn-white.hollow,
.theme-slate .theme-brown.btn-white.hollow,
.theme-slate .theme-green .btn-white.hollow,
.theme-slate .theme-green.btn-white.hollow,
.theme-slate .theme-pink .btn-white.hollow,
.theme-slate .theme-pink.btn-white.hollow {
    background-color: #fff;
    border-color: darkened(#29434e, 10%);
    color: darkened(#29434e, 10%)
}

.theme-slate .theme-brown .btn-white.hollow:hover,
.theme-slate .theme-brown.btn-white.hollow:hover,
.theme-slate .theme-green .btn-white.hollow:hover,
.theme-slate .theme-green.btn-white.hollow:hover,
.theme-slate .theme-pink .btn-white.hollow:hover,
.theme-slate .theme-pink.btn-white.hollow:hover {
    background-color: darkened(#29434e, 10%);
    border-color: transparent;
    color: #fff
}

.theme-indigo a.nav-btn.bg-gray-l2,
.theme-indigo a.nav-btn.bg-gray-l3,
.theme-indigo a.nav-btn.bg-tertiary {
    color: #000 !important
}

.theme-indigo a.nav-btn.bg-quaternary,
.theme-indigo a.nav-btn.bg-white {
    color: #26418f !important
}

.theme-indigo a.btn.cdc-button-module.btn-primary:hover {
    color: #fff
}

.theme-indigo a.btn-tertiary,
.theme-indigo a.btn.cdc-button-module.btn-tertiary {
    color: #000
}

.theme-indigo a .btn-primary.hollow,
.theme-indigo a.btn-primary.hollow {
    background-color: #26418f;
    border-color: #fff;
    color: #fff
}

.theme-indigo a .btn-primary.hollow:hover,
.theme-indigo a.btn-primary.hollow:hover {
    background-color: #2b4aa3;
    border-color: #fff;
    color: #fff
}

.theme-indigo a .btn-secondary.hollow,
.theme-indigo a.btn-secondary.hollow {
    background-color: #92a6dd;
    border-color: #333;
    color: #333
}

.theme-indigo a .btn-secondary.hollow:hover,
.theme-indigo a.btn-secondary.hollow:hover {
    background-color: #a5b6e3;
    border-color: #333;
    color: #333
}

.theme-indigo a .btn-tertiary.hollow,
.theme-indigo a.btn-tertiary.hollow {
    background-color: #dee8ff;
    border-color: #21387b;
    color: #21387b
}

.theme-indigo a .btn-tertiary.hollow:hover,
.theme-indigo a.btn-tertiary.hollow:hover {
    background-color: #c5d6ff;
    border-color: #21387b;
    color: #21387b
}

.theme-indigo a .btn-quaternary.hollow,
.theme-indigo a.btn-quaternary.hollow {
    background-color: #f2f6ff;
    border-color: #21387b;
    color: #21387b
}

.theme-indigo a .btn-quaternary.hollow:hover,
.theme-indigo a.btn-quaternary.hollow:hover {
    background-color: #d9e4ff;
    border-color: #21387b;
    color: #21387b
}

.theme-indigo a .btn-amber-q.hollow,
.theme-indigo a .btn-amber-q.hollow:hover,
.theme-indigo a .btn-gray-l3.hollow,
.theme-indigo a.btn-amber-q.hollow,
.theme-indigo a.btn-amber-q.hollow:hover,
.theme-indigo a.btn-gray-l3.hollow {
    color: #26418f !important;
    border-color: #26418f !important
}

.theme-indigo a .btn-gray-l3.hollow:hover,
.theme-indigo a.btn-gray-l3.hollow:hover {
    background-color: #d9e4ff !important;
    border-color: #21387b !important;
    color: #21387b !important
}

.theme-indigo a .btn-amber-t.hollow,
.theme-indigo a .btn-amber-t.hollow:hover,
.theme-indigo a.btn-amber-t.hollow,
.theme-indigo a.btn-amber-t.hollow:hover {
    color: #333 !important;
    border-color: #333 !important
}

.theme-indigo a .btn-white.hollow,
.theme-indigo a.btn-white.hollow {
    background-color: #fff;
    border-color: #26418f;
    color: #26418f
}

.theme-indigo a .btn-white.hollow:hover,
.theme-indigo a.btn-white.hollow:hover {
    background-color: #26418f;
    border-color: transparent;
    color: #fff
}

.theme-indigo .theme-brown .btn-secondary.hollow,
.theme-indigo .theme-brown.btn-secondary.hollow,
.theme-indigo .theme-green .btn-secondary.hollow,
.theme-indigo .theme-green.btn-secondary.hollow,
.theme-indigo .theme-pink .btn-secondary.hollow,
.theme-indigo .theme-pink.btn-secondary.hollow {
    background-color: #92a6dd;
    border-color: #000;
    color: #000
}

.theme-indigo .theme-brown .btn-secondary.hollow:hover,
.theme-indigo .theme-brown.btn-secondary.hollow:hover,
.theme-indigo .theme-green .btn-secondary.hollow:hover,
.theme-indigo .theme-green.btn-secondary.hollow:hover,
.theme-indigo .theme-pink .btn-secondary.hollow:hover,
.theme-indigo .theme-pink.btn-secondary.hollow:hover {
    background-color: #a5b6e3;
    border-color: #000;
    color: #000
}

.theme-indigo .theme-brown .btn-white.hollow,
.theme-indigo .theme-brown.btn-white.hollow,
.theme-indigo .theme-green .btn-white.hollow,
.theme-indigo .theme-green.btn-white.hollow,
.theme-indigo .theme-pink .btn-white.hollow,
.theme-indigo .theme-pink.btn-white.hollow {
    background-color: #fff;
    border-color: darkened(#26418f, 10%);
    color: darkened(#26418f, 10%)
}

.theme-indigo .theme-brown .btn-white.hollow:hover,
.theme-indigo .theme-brown.btn-white.hollow:hover,
.theme-indigo .theme-green .btn-white.hollow:hover,
.theme-indigo .theme-green.btn-white.hollow:hover,
.theme-indigo .theme-pink .btn-white.hollow:hover,
.theme-indigo .theme-pink.btn-white.hollow:hover {
    background-color: darkened(#26418f, 10%);
    border-color: transparent;
    color: #fff
}

.theme-cyan a.nav-btn.bg-gray-l2,
.theme-cyan a.nav-btn.bg-gray-l3,
.theme-cyan a.nav-btn.bg-tertiary {
    color: #000 !important
}

.theme-cyan a.nav-btn.bg-quaternary,
.theme-cyan a.nav-btn.bg-white {
    color: #006778 !important
}

.theme-cyan a.btn.cdc-button-module.btn-primary:hover {
    color: #fff
}

.theme-cyan a.btn-tertiary,
.theme-cyan a.btn.cdc-button-module.btn-tertiary {
    color: #000
}

.theme-cyan a .btn-primary.hollow,
.theme-cyan a.btn-primary.hollow {
    background-color: #006778;
    border-color: #fff;
    color: #fff
}

.theme-cyan a .btn-primary.hollow:hover,
.theme-cyan a.btn-primary.hollow:hover {
    background-color: #007d92;
    border-color: #fff;
    color: #fff
}

.theme-cyan a .btn-secondary.hollow,
.theme-cyan a.btn-secondary.hollow {
    background-color: #65b0bd;
    border-color: #333;
    color: #333
}

.theme-cyan a .btn-secondary.hollow:hover,
.theme-cyan a.btn-secondary.hollow:hover {
    background-color: #77b9c5;
    border-color: #333;
    color: #333
}

.theme-cyan a .btn-tertiary.hollow,
.theme-cyan a.btn-tertiary.hollow {
    background-color: #cce5e9;
    border-color: #00515f;
    color: #00515f
}

.theme-cyan a .btn-tertiary.hollow:hover,
.theme-cyan a.btn-tertiary.hollow:hover {
    background-color: #badce1;
    border-color: #00515f;
    color: #00515f
}

.theme-cyan a .btn-quaternary.hollow,
.theme-cyan a.btn-quaternary.hollow {
    background-color: #ebf5f6;
    border-color: #00515f;
    color: #00515f
}

.theme-cyan a .btn-quaternary.hollow:hover,
.theme-cyan a.btn-quaternary.hollow:hover {
    background-color: #d9ecee;
    border-color: #00515f;
    color: #00515f
}

.theme-cyan a .btn-amber-q.hollow,
.theme-cyan a .btn-amber-q.hollow:hover,
.theme-cyan a .btn-gray-l3.hollow,
.theme-cyan a.btn-amber-q.hollow,
.theme-cyan a.btn-amber-q.hollow:hover,
.theme-cyan a.btn-gray-l3.hollow {
    color: #006778 !important;
    border-color: #006778 !important
}

.theme-cyan a .btn-gray-l3.hollow:hover,
.theme-cyan a.btn-gray-l3.hollow:hover {
    background-color: #d9ecee !important;
    border-color: #00515f !important;
    color: #00515f !important
}

.theme-cyan a .btn-amber-t.hollow,
.theme-cyan a .btn-amber-t.hollow:hover,
.theme-cyan a.btn-amber-t.hollow,
.theme-cyan a.btn-amber-t.hollow:hover {
    color: #333 !important;
    border-color: #333 !important
}

.theme-cyan a .btn-white.hollow,
.theme-cyan a.btn-white.hollow {
    background-color: #fff;
    border-color: #006778;
    color: #006778
}

.theme-cyan a .btn-white.hollow:hover,
.theme-cyan a.btn-white.hollow:hover {
    background-color: #006778;
    border-color: transparent;
    color: #fff
}

.theme-cyan .theme-brown .btn-secondary.hollow,
.theme-cyan .theme-brown.btn-secondary.hollow,
.theme-cyan .theme-green .btn-secondary.hollow,
.theme-cyan .theme-green.btn-secondary.hollow,
.theme-cyan .theme-pink .btn-secondary.hollow,
.theme-cyan .theme-pink.btn-secondary.hollow {
    background-color: #65b0bd;
    border-color: #000;
    color: #000
}

.theme-cyan .theme-brown .btn-secondary.hollow:hover,
.theme-cyan .theme-brown.btn-secondary.hollow:hover,
.theme-cyan .theme-green .btn-secondary.hollow:hover,
.theme-cyan .theme-green.btn-secondary.hollow:hover,
.theme-cyan .theme-pink .btn-secondary.hollow:hover,
.theme-cyan .theme-pink.btn-secondary.hollow:hover {
    background-color: #77b9c5;
    border-color: #000;
    color: #000
}

.theme-cyan .theme-brown .btn-white.hollow,
.theme-cyan .theme-brown.btn-white.hollow,
.theme-cyan .theme-green .btn-white.hollow,
.theme-cyan .theme-green.btn-white.hollow,
.theme-cyan .theme-pink .btn-white.hollow,
.theme-cyan .theme-pink.btn-white.hollow {
    background-color: #fff;
    border-color: darkened(#006778, 10%);
    color: darkened(#006778, 10%)
}

.theme-cyan .theme-brown .btn-white.hollow:hover,
.theme-cyan .theme-brown.btn-white.hollow:hover,
.theme-cyan .theme-green .btn-white.hollow:hover,
.theme-cyan .theme-green.btn-white.hollow:hover,
.theme-cyan .theme-pink .btn-white.hollow:hover,
.theme-cyan .theme-pink.btn-white.hollow:hover {
    background-color: darkened(#006778, 10%);
    border-color: transparent;
    color: #fff
}

.theme-green a.nav-btn.bg-gray-l2,
.theme-green a.nav-btn.bg-gray-l3,
.theme-green a.nav-btn.bg-tertiary {
    color: #000 !important
}

.theme-green a.nav-btn.bg-quaternary,
.theme-green a.nav-btn.bg-white {
    color: #497d0c !important
}

.theme-green a.btn.cdc-button-module.btn-primary:hover {
    color: #fff
}

.theme-green a.btn-tertiary,
.theme-green a.btn.cdc-button-module.btn-tertiary {
    color: #000
}

.theme-green a .btn-primary.hollow,
.theme-green a.btn-primary.hollow {
    background-color: #497d0c;
    border-color: #fff;
    color: #fff
}

.theme-green a .btn-primary.hollow:hover,
.theme-green a.btn-primary.hollow:hover {
    background-color: #57940e;
    border-color: #fff;
    color: #fff
}

.theme-green a .btn-secondary.hollow,
.theme-green a.btn-secondary.hollow {
    background-color: #84bc49;
    border-color: #333;
    color: #333
}

.theme-green a .btn-secondary.hollow:hover,
.theme-green a.btn-secondary.hollow:hover {
    background-color: #91c35c;
    border-color: #333;
    color: #333
}

.theme-green a .btn-tertiary.hollow,
.theme-green a.btn-tertiary.hollow {
    background-color: #dcedc8;
    border-color: #3b660a;
    color: #3b660a
}

.theme-green a .btn-tertiary.hollow:hover,
.theme-green a.btn-tertiary.hollow:hover {
    background-color: #d0e7b5;
    border-color: #3b660a;
    color: #3b660a
}

.theme-green a .btn-quaternary.hollow,
.theme-green a.btn-quaternary.hollow {
    background-color: #f1f8e9;
    border-color: #3b660a;
    color: #3b660a
}

.theme-green a .btn-quaternary.hollow:hover,
.theme-green a.btn-quaternary.hollow:hover {
    background-color: #e5f2d6;
    border-color: #3b660a;
    color: #3b660a
}

.theme-green a .btn-amber-q.hollow,
.theme-green a .btn-amber-q.hollow:hover,
.theme-green a .btn-gray-l3.hollow,
.theme-green a.btn-amber-q.hollow,
.theme-green a.btn-amber-q.hollow:hover,
.theme-green a.btn-gray-l3.hollow {
    color: #497d0c !important;
    border-color: #497d0c !important
}

.theme-green a .btn-gray-l3.hollow:hover,
.theme-green a.btn-gray-l3.hollow:hover {
    background-color: #e5f2d6 !important;
    border-color: #3b660a !important;
    color: #3b660a !important
}

.theme-green a .btn-amber-t.hollow,
.theme-green a .btn-amber-t.hollow:hover,
.theme-green a.btn-amber-t.hollow,
.theme-green a.btn-amber-t.hollow:hover {
    color: #333 !important;
    border-color: #333 !important
}

.theme-green a .btn-white.hollow,
.theme-green a.btn-white.hollow {
    background-color: #fff;
    border-color: #497d0c;
    color: #497d0c
}

.theme-green a .btn-white.hollow:hover,
.theme-green a.btn-white.hollow:hover {
    background-color: #497d0c;
    border-color: transparent;
    color: #fff
}

.theme-green .theme-brown .btn-secondary.hollow,
.theme-green .theme-brown.btn-secondary.hollow,
.theme-green .theme-green .btn-secondary.hollow,
.theme-green .theme-green.btn-secondary.hollow,
.theme-green .theme-pink .btn-secondary.hollow,
.theme-green .theme-pink.btn-secondary.hollow {
    background-color: #84bc49;
    border-color: #000;
    color: #000
}

.theme-green .theme-brown .btn-secondary.hollow:hover,
.theme-green .theme-brown.btn-secondary.hollow:hover,
.theme-green .theme-green .btn-secondary.hollow:hover,
.theme-green .theme-green.btn-secondary.hollow:hover,
.theme-green .theme-pink .btn-secondary.hollow:hover,
.theme-green .theme-pink.btn-secondary.hollow:hover {
    background-color: #91c35c;
    border-color: #000;
    color: #000
}

.theme-green .theme-brown .btn-white.hollow,
.theme-green .theme-brown.btn-white.hollow,
.theme-green .theme-green .btn-white.hollow,
.theme-green .theme-green.btn-white.hollow,
.theme-green .theme-pink .btn-white.hollow,
.theme-green .theme-pink.btn-white.hollow {
    background-color: #fff;
    border-color: darkened(#497d0c, 10%);
    color: darkened(#497d0c, 10%)
}

.theme-green .theme-brown .btn-white.hollow:hover,
.theme-green .theme-brown.btn-white.hollow:hover,
.theme-green .theme-green .btn-white.hollow:hover,
.theme-green .theme-green.btn-white.hollow:hover,
.theme-green .theme-pink .btn-white.hollow:hover,
.theme-green .theme-pink.btn-white.hollow:hover {
    background-color: darkened(#497d0c, 10%);
    border-color: transparent;
    color: #fff
}

.theme-amber a.nav-btn.bg-gray-l2,
.theme-amber a.nav-btn.bg-gray-l3,
.theme-amber a.nav-btn.bg-tertiary {
    color: #000 !important
}

.theme-amber a.nav-btn.bg-quaternary,
.theme-amber a.nav-btn.bg-white {
    color: #fbab18 !important
}

.theme-amber a.btn.cdc-button-module.btn-primary:hover {
    color: #fff
}

.theme-amber a.btn-tertiary,
.theme-amber a.btn.cdc-button-module.btn-tertiary {
    color: #000
}

.theme-amber a .btn-primary.hollow,
.theme-amber a.btn-primary.hollow {
    background-color: #fbab18;
    border-color: #fff;
    color: #fff
}

.theme-amber a .btn-primary.hollow:hover,
.theme-amber a.btn-primary.hollow:hover {
    background-color: #fbb431;
    border-color: #fff;
    color: #fff
}

.theme-amber a .btn-secondary.hollow,
.theme-amber a.btn-secondary.hollow {
    background-color: #ffd54f;
    border-color: #333;
    color: #333
}

.theme-amber a .btn-secondary.hollow:hover,
.theme-amber a.btn-secondary.hollow:hover {
    background-color: #ffdb69;
    border-color: #333;
    color: #333
}

.theme-amber a .btn-tertiary.hollow,
.theme-amber a.btn-tertiary.hollow {
    background-color: #ffecb3;
    border-color: #f5a004;
    color: #f5a004
}

.theme-amber a .btn-tertiary.hollow:hover,
.theme-amber a.btn-tertiary.hollow:hover {
    background-color: #ffe69a;
    border-color: #f5a004;
    color: #f5a004
}

.theme-amber a .btn-quaternary.hollow,
.theme-amber a.btn-quaternary.hollow {
    background-color: #fff7e1;
    border-color: #f5a004;
    color: #f5a004
}

.theme-amber a .btn-quaternary.hollow:hover,
.theme-amber a.btn-quaternary.hollow:hover {
    background-color: #fff0c8;
    border-color: #f5a004;
    color: #f5a004
}

.theme-amber a .btn-amber-q.hollow,
.theme-amber a .btn-amber-q.hollow:hover,
.theme-amber a .btn-gray-l3.hollow,
.theme-amber a.btn-amber-q.hollow,
.theme-amber a.btn-amber-q.hollow:hover,
.theme-amber a.btn-gray-l3.hollow {
    color: #fbab18 !important;
    border-color: #fbab18 !important
}

.theme-amber a .btn-gray-l3.hollow:hover,
.theme-amber a.btn-gray-l3.hollow:hover {
    background-color: #fff0c8 !important;
    border-color: #f5a004 !important;
    color: #f5a004 !important
}

.theme-amber a .btn-amber-t.hollow,
.theme-amber a .btn-amber-t.hollow:hover,
.theme-amber a.btn-amber-t.hollow,
.theme-amber a.btn-amber-t.hollow:hover {
    color: #333 !important;
    border-color: #333 !important
}

.theme-amber a .btn-white.hollow,
.theme-amber a.btn-white.hollow {
    background-color: #fff;
    border-color: #fbab18;
    color: #fbab18
}

.theme-amber a .btn-white.hollow:hover,
.theme-amber a.btn-white.hollow:hover {
    background-color: #fbab18;
    border-color: transparent;
    color: #fff
}

.theme-amber .theme-brown .btn-secondary.hollow,
.theme-amber .theme-brown.btn-secondary.hollow,
.theme-amber .theme-green .btn-secondary.hollow,
.theme-amber .theme-green.btn-secondary.hollow,
.theme-amber .theme-pink .btn-secondary.hollow,
.theme-amber .theme-pink.btn-secondary.hollow {
    background-color: #ffd54f;
    border-color: #000;
    color: #000
}

.theme-amber .theme-brown .btn-secondary.hollow:hover,
.theme-amber .theme-brown.btn-secondary.hollow:hover,
.theme-amber .theme-green .btn-secondary.hollow:hover,
.theme-amber .theme-green.btn-secondary.hollow:hover,
.theme-amber .theme-pink .btn-secondary.hollow:hover,
.theme-amber .theme-pink.btn-secondary.hollow:hover {
    background-color: #ffdb69;
    border-color: #000;
    color: #000
}

.theme-amber .theme-brown .btn-white.hollow,
.theme-amber .theme-brown.btn-white.hollow,
.theme-amber .theme-green .btn-white.hollow,
.theme-amber .theme-green.btn-white.hollow,
.theme-amber .theme-pink .btn-white.hollow,
.theme-amber .theme-pink.btn-white.hollow {
    background-color: #fff;
    border-color: darkened(#fbab18, 10%);
    color: darkened(#fbab18, 10%)
}

.theme-amber .theme-brown .btn-white.hollow:hover,
.theme-amber .theme-brown.btn-white.hollow:hover,
.theme-amber .theme-green .btn-white.hollow:hover,
.theme-amber .theme-green.btn-white.hollow:hover,
.theme-amber .theme-pink .btn-white.hollow:hover,
.theme-amber .theme-pink.btn-white.hollow:hover {
    background-color: darkened(#fbab18, 10%);
    border-color: transparent;
    color: #fff
}

a.cdc-button-module.text-center {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto
}

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 #497d0c
}

.alert.alert-success hr {
    border-top-color: #bdbdbd
}

.alert.alert-success svg {
    fill: #497d0c
}

.alert.alert-success .row .fi {
    color: #497d0c
}

.alert.alert-success a.btn .fi.x16 {
    vertical-align: baseline
}

.alert.alert-success-left {
    background-color: #dcedc8;
    border-left: 5px solid #497d0c;
    color: #497d0c
}

.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-danger-left {
    background-color: #ffc2c2;
    border-left: 5px solid #af4448;
    color: #af4448
}

.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-warning-left {
    background-color: #ffecb3;
    border-left: 5px solid #fbab18;
    color: #fbab18
}

.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-info-left {
    background-color: #c0e9ff;
    border-left: 5px solid #005eaa;
    color: #005eaa
}

.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
}

.alert.alert-archive-left {
    background-color: #f0f0f0;
    border-left: 5px solid #333;
    color: #333
}

.language-link {
    margin-bottom: 1rem;
    font-size: .875rem
}

.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
}

.cdc-last-updated {
    color: #8f0000
}

.cdc-article-date {
    color: #8f0000
}

.last-reviewed {
    font-size: .8rem;
    color: #333;
    text-align: right;
    margin: 1rem 0
}

html.cdc-2020 body {
    background-color: #fff
}

@media only screen and (min-width:992px) {
    html.cdc-2020 .body-wrapper {
        padding-top: 3rem
    }

    html.cdc-2020 .content {
        padding-left: 3rem
    }
}

html.cdc-2020 .header-wrapper header {
    min-height: 80px
}

html.cdc-2020 .header-wrapper header .logo-large {
    margin-top: .5rem;
    margin-bottom: auto !important
}

@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 .tp-search {
    font-family: "Open Sans Light"
}

html.cdc-2020 .tp-search ::-moz-placeholder {
    color: #757575
}

html.cdc-2020 .tp-search :-ms-input-placeholder {
    color: #757575
}

html.cdc-2020 .tp-search ::placeholder {
    color: #757575
}

html.cdc-2020 .tp-search button.btn.search-submit {
    background-color: #fff;
    border-color: #ced4da;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-left: 0
}

html.cdc-2020 .tp-search button.btn.search-submit.active {
    background-color: #757575
}

html.cdc-2020 .tp-search button.btn.search-submit.active .cdc-icon-search-light::before {
    color: #fff
}

html.cdc-2020 .tp-search .headerSearch .input-group {
    width: 350px;
    margin-top: 6px
}

html.cdc-2020 .tp-search .headerSearch .form-control-clear {
    left: -35px
}

html.cdc-2020 .tp-search .dropdown-menu-search .form-control-clear {
    line-height: 50px;
    font-size: 25px;
    width: 40px;
    height: 40px
}

html.cdc-2020 .tp-search #headerSearch {
    border-right: 0;
    height: 48px
}

html.cdc-2020 .site-title .display-6 {
    font-family: "Open Sans Semibold";
    line-height: initial
}

html.cdc-2020 .site-title .display-6.site-title-inner {
    margin-top: 15px;
    font-size: 36px
}

html.cdc-2020 .site-title .display-6.site-title-inner a {
    position: relative
}

html.cdc-2020 .site-title .display-6.site-title-inner #home-hover {
    position: absolute;
    top: -18px;
    text-decoration: none;
    font-size: 15px;
    font-family: "Open Sans";
    letter-spacing: -1px;
    opacity: 0;
    color: #fff
}

html.cdc-2020 .site-title .display-6.site-title-inner #home-hover span {
    margin-bottom: 7px;
    margin-right: 8px;
    transform: scale(1.1, .95)
}

html.cdc-2020 .site-title .display-6.site-title-inner a:hover #home-hover {
    opacity: 1
}

@media (max-width:1200px) {
    html.cdc-2020 .site-title .display-6.site-title-inner #home-hover {
        display: none
    }
}

html.cdc-2020 .site-title.container-fluid {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none
}

@media (max-width:1200px) {
    html.cdc-2020 .site-title {
        z-index: 9999;
        position: relative
    }
}

html.cdc-2020 .site-title .col {
    padding-left: 0 !important;
    padding-top: .5em;
    padding-bottom: .5em
}

html.cdc-2020 .site-title .site-title-image {
    padding: 0;
    vertical-align: baseline
}

html.cdc-2020 .site-title .site-title-image a {
    vertical-align: baseline !important
}

html.cdc-2020 .site-title .site-title-image img {
    max-height: 100px
}

html.cdc-2020 .site-title .row {
    min-height: auto;
    align-items: center
}

@media (min-width:768px) {
    html.cdc-2020 .site-title .row {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:1200px) {
    html.cdc-2020 div.header-wrapper {
        z-index: 9999;
        position: relative
    }
}

html.cdc-2020 #cdc-meganav-bar {
    background: #007185;
    font-size: 19px
}

@media (max-width:1440px) {
    html.cdc-2020 #cdc-meganav-bar {
        font-size: 1rem
    }
}

@media only screen and (max-width:1200px) {
    html.cdc-2020 #cdc-meganav-bar {
        display: none !important
    }
}

html.cdc-2020 #cdc-meganav-bar .nav-right {
    margin-left: 2rem;
    padding-left: 2rem
}

html.cdc-2020 #cdc-meganav-bar .yamm {
    padding: 0
}

html.cdc-2020 #cdc-meganav-bar .yamm .nav-item.dropdown.show a.nav-link {
    background-color: #fff
}

html.cdc-2020 #cdc-meganav-bar .yamm .nav-item.nav-home .x24 {
    vertical-align: baseline
}

html.cdc-2020 #cdc-meganav-bar .yamm .nav-item .nav-link {
    color: #fff;
    padding: 14px;
    margin: 0;
    height: 100%;
    border-bottom: 0;
    border-top: 3px solid #007185
}

html.cdc-2020 #cdc-meganav-bar .yamm .nav-item .nav-link.selected,
html.cdc-2020 #cdc-meganav-bar .yamm .nav-item .nav-link:hover,
html.cdc-2020 #cdc-meganav-bar .yamm .nav-item .nav-link[aria-expanded=true] {
    box-shadow: 0 8px 6px -4px rgba(40, 40, 40, .1);
    background-color: #008299;
    color: #fff;
    border-top: 3px solid #65b0bd
}

html.cdc-2020 #cdc-meganav-bar .yamm .nav-item .nav-link.active {
    border-top: 3px solid #65b0bd;
    background-color: #fff;
    color: #007185 !important;
    font-weight: 600;
    box-shadow: none
}

html.cdc-2020 #cdc-meganav-bar .yamm .nav-item .nav-link.active:hover {
    font-weight: 600
}

html.cdc-2020 #cdc-meganav-bar .yamm .nav-item .nav-link.show .nav-link {
    border-top: 3px solid #65b0bd;
    background-color: #fff !important;
    color: #007185 !important;
    font-weight: 600;
    box-shadow: none
}

html.cdc-2020 #cdc-meganav-bar .yamm .nav-item .nav-link.show .nav-link:hover {
    font-weight: 600
}

html.cdc-2020 #cdc-meganav-bar .yamm .dropdown-menu {
    width: 1000px;
    border: none;
    margin-top: 0;
    margin-left: -350px;
    box-shadow: 0 6px 10px -4px rgba(40, 40, 40, .1);
    padding: 0 3em;
    z-index: -1
}

html.cdc-2020 #cdc-meganav-bar .yamm .dropdown-menu.side-left {
    left: 0;
    margin-left: 0
}

html.cdc-2020 #cdc-meganav-bar .yamm .dropdown-menu.side-right {
    right: 0;
    margin-left: 0
}

html.cdc-2020 #cdc-meganav-bar .yamm .dropdown-menu.one-col {
    width: 500px;
    min-width: auto
}

html.cdc-2020 #cdc-meganav-bar .yamm .dropdown-menu.three-col {
    left: 0;
    width: 100%;
    margin-left: 0
}

html.cdc-2020 #cdc-meganav-bar .yamm .dropdown-menu .row {
    padding-top: 2em
}

html.cdc-2020 #cdc-meganav-bar .yamm .dropdown-menu .row .color-bar {
    max-width: 180px;
    top: -1em;
    position: absolute
}

html.cdc-2020 #cdc-meganav-bar .yamm .dropdown-menu .row .color-bar div {
    margin: 0;
    height: 4px
}

html.cdc-2020 #cdc-meganav-bar .yamm .dropdown-menu .row .color-bar div:nth-child(1) {
    background: rgba(0, 124, 145, .6);
    border-right: 1px solid #fff
}

html.cdc-2020 #cdc-meganav-bar .yamm .dropdown-menu .row .color-bar div:nth-child(2) {
    background: rgba(0, 124, 145, .4);
    border-right: 1px solid #fff
}

html.cdc-2020 #cdc-meganav-bar .yamm .dropdown-menu .row .color-bar div:nth-child(3) {
    background: rgba(0, 124, 145, .2)
}

html.cdc-2020 #cdc-meganav-bar .yamm .dropdown-menu .nav-element {
    padding: .5rem
}

html.cdc-2020 #cdc-meganav-bar .yamm .dropdown-menu .nav-header {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5em;
    padding: .5rem;
    display: block
}

html.cdc-2020 #cdc-meganav-bar .yamm .dropdown-menu .linked-list a {
    font-size: 1em;
    line-height: 1.5em
}

html.cdc-2020 #cdc-meganav-bar .yamm .dropdown-menu .linked-list a:hover {
    background: #f0f0f0
}

html.cdc-2020 #cdc-meganav-bar .yamm .dropdown-menu .linked-list a span:first-child {
    padding-right: 0
}

html.cdc-2020 #cdc-meganav-bar .yamm .dropdown-menu .linked-list .list-item {
    margin-bottom: 0
}

html.cdc-2020 #cdc-meganav-bar .yamm .dropdown-menu .linked-list .list-item a {
    color: #555
}

html.cdc-2020 #cdc-meganav-bar .yamm .dropdown-menu .linked-list .list-item a:hover {
    color: #035d71;
    background: #f5fafb
}

html.cdc-2020 #cdc-meganav-bar .yamm .dropdown-menu .linked-list span.cdc-icon-single_arrow {
    height: auto;
    padding: 0
}

html.cdc-2020 #cdc-meganav-bar .yamm .dropdown-menu .linked-list span.cdc-icon-single_arrow::before {
    font-size: 20px
}

html.cdc-2020 #cdc-meganav-bar .yamm .dropdown-menu .view-all {
    display: inline-block;
    font-size: .9em;
    font-weight: 700;
    line-height: 1.5em;
    padding: .5rem;
    margin-top: .75rem;
    border-top: 1px solid #cce5e9;
    color: #006778
}

html.cdc-2020 #cdc-meganav-bar .yamm .dropdown-menu .view-all:hover {
    text-decoration: underline !important
}

html.cdc-2020 #cdc-meganav-bar .yamm .dropdown-menu .view-all span.cdc-icon-single_arrow {
    top: -1px;
    margin-left: 1em
}

html.cdc-2020 #cdc-meganav-bar .yamm .dropdown-menu .view-all span.cdc-icon-single_arrow::before {
    font-size: 16px
}

html.cdc-2020 #cdc-meganav-bar.opened .yamm .nav-item .nav-link.active,
html.cdc-2020 #cdc-meganav-bar.opened .yamm .nav-item .nav-link.selected,
html.cdc-2020 #cdc-meganav-bar.opened .yamm .nav-item .nav-link[aria-expanded=true] {
    border-top: 3px solid #65b0bd;
    border-top-color: #65b0bd;
    color: #007185;
    font-weight: 600;
    background-color: #cce5e9
}

html.cdc-2020 #cdc-meganav-bar.opened .yamm .nav-item .nav-link[aria-expanded=true] {
    background-color: #fff
}

html.cdc-2020 #cdc-meganav-bar .dropdown-toggle::after {
    display: none
}

html.cdc-2020 #cdc-meganav-bar .dropdown .dropdown-menu {
    transition: all .5s;
    max-height: 0;
    display: none;
    opacity: 0
}

html.cdc-2020 #cdc-meganav-bar .dropdown .dropdown-menu.show {
    max-height: 600px;
    height: auto;
    opacity: 1;
    z-index: 9999;
    display: block
}

html.cdc-2020 .nav-lvl2.cdc-nav-item-hidden,
html.cdc-2020 .nav-lvl3.cdc-nav-item-hidden,
html.cdc-2020 .nav-lvl4.cdc-nav-item-hidden {
    display: none
}

html.cdc-2020 .nav-lvl2.cdc-nav-item-hidden.active,
html.cdc-2020 .nav-lvl3.cdc-nav-item-hidden.active,
html.cdc-2020 .nav-lvl4.cdc-nav-item-hidden.active {
    display: block
}

html.cdc-2020 #cdc-meganav-wrapper {
    background: #007185
}

html.cdc-2020 .cdc-meganav-dropshadow {
    display: none
}

html.cdc-2020 .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: 0
}

html.cdc-2020 .cdc-meganav-overlay.show {
    z-index: 1001;
    display: block
}

@media only screen and (max-width:1200px) {
    html.cdc-2020 .cdc-meganav-overlay {
        display: none !important
    }
}

html.cdc-2020 .cdc-2020-breadcrumb .breadcrumbs {
    display: none
}

html.cdc-2020 .cdc-2020-breadcrumb a.home-link {
    display: none
}

@media only screen and (max-width:992px) {
    html.cdc-2020 .cdc-2020-breadcrumb a.home-link {
        display: block;
        font-family: "Open Sans Light";
        color: #005eaa;
        text-decoration: none;
        font-size: .9rem;
        padding-bottom: 1em
    }

    html.cdc-2020 .cdc-2020-breadcrumb a.home-link .cdc-icon-chevron-right {
        transform: rotate(180deg);
        margin-right: .6em;
        font-size: .8em;
        bottom: 1px
    }
}

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: 0;
    margin-bottom: 1.7rem
}

html.cdc-2020 .cdc-2020-bar .last-updated {
    font-size: small;
    color: #555;
    padding: .5rem 1rem .5rem 0
}

html.cdc-2020 .cdc-2020-bar .dropdown-toggle {
    border: none;
    padding-top: .5rem
}

html.cdc-2020 .cdc-2020-bar .bar-item {
    padding: .5rem 1.8rem .5rem 0;
    font-size: .8rem
}

@media only screen and (max-width:992px) {
    html.cdc-2020 .cdc-2020-bar .bar-item {
        padding-right: 1.1rem
    }
}

html.cdc-2020 .cdc-2020-bar .bar-item a {
    text-decoration: none;
    color: #005eaa
}

html.cdc-2020 .cdc-2020-bar .bar-item a:hover {
    text-decoration: underline
}

html.cdc-2020 .cdc-2020-bar .bar-item .dropdown-toggle.btn {
    color: #005eaa;
    font-size: .8rem;
    padding: 0;
    vertical-align: baseline
}

html.cdc-2020 .cdc-2020-bar .bar-item .language-link,
html.cdc-2020 .cdc-2020-bar .bar-item .language-link.mt-2.fs0875 {
    font-size: .8rem !important;
    margin-top: 0 !important
}

html.cdc-2020 .cdc-2020-bar #clickToPrint {
    padding: .5rem 0
}

html.cdc-2020 .cdc-2020-bar .page-share {
    display: none
}

html.cdc-2020 .share-mobile .page-share-wrapper ul {
    float: none !important;
    text-align: right
}

@media only screen and (min-width:768px) {
    html.cdc-2020 .page-share-wrapper .float-right {
        float: none !important
    }

    html.cdc-2020 body {
        display: block;
        box-sizing: border-box
    }

    html.cdc-2020 body>.container-fluid.d-flex {
        margin-left: 0;
        margin-right: 0;
        overflow-x: hidden
    }
}

html.cdc-2020 .mobile-section-nav {
    display: none
}

html.cdc-2020 .social-media-footer {
    display: none !important
}

html.cdc-2020 .archive-header-alert {
    background-color: rgba(240, 145, 0, .35);
    border: solid 2px #f09100;
    border-radius: .2em;
    padding: 17px;
    font-size: 15px;
    margin-bottom: 35px
}

@media only screen and (min-width:992px) {
    html.cdc-2020 .archive-header-alert {
        margin-left: 2rem
    }
}

html.cdc-2020 .archive-header-alert .cdc-icon-alert_02 {
    top: -2px
}

html.cdc-2020 .archive-header-alert .cdc-icon-alert_02::before {
    font-size: 22px;
    color: #b73101;
    margin-right: 10px
}

html.cdc-2020 .archive-header-alert p {
    margin-bottom: .2em
}

html.cdc-2020 .archive-header-alert p:last-of-type {
    margin-bottom: 0
}

html.cdc-2020 .archive-header-alert li {
    margin-left: 1.5em;
    text-indent: -20px
}

html.cdc-2020.cdc-page-type-splash .splash-col>.row {
    margin-left: 0;
    margin-right: 0
}

html.cdc-2020.cdc-page-type-splash .archive-header-alert {
    margin: 0
}

@media only screen and (min-width:992px) {
    html.cdc-2020.cdc-page-type-splash .archive-header-alert {
        margin-left: 0
    }
}

html.cdc-2020 .page-archived .last-updated {
    color: #da3b01 !important
}

html.cdc-2020 .supertitle-block {
    font-size: .8rem;
    font-family: "Open Sans", apple-system, blinkmacsystemfont, "Segoe UI", "Helvetica Neue", arial, sans-serif;
    font-weight: bolder
}

@media only screen and (max-width:767px) {
    html.cdc-2020 footer .language-footer {
        display: none
    }
}

html.cdc-2020 .hollow {
    background: #fff;
    border: solid 1px #006778;
    color: #006778;
    padding-top: .6rem;
    padding-bottom: .6rem
}

html.cdc-2020 .hollow:hover {
    text-decoration: none !important;
    background: #ebf5f6
}

html.cdc-2020 .cdc-2020-super-title .card-subtitle.h5 {
    padding-left: 2px;
    font-size: .8rem;
    font-family: "Open Sans", apple-system, blinkmacsystemfont, "Segoe UI", "Helvetica Neue", arial, sans-serif
}

html.cdc-2020 a.btn {
    padding-top: .6rem;
    padding-bottom: .6rem
}

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
}

html.cdc-2020 .covid-mobile-footer,
html.cdc-2020 footer.mobile-footer {
    display: none
}

@media (max-width:767.98px) {

    html.cdc-2020 footer.cdc-2020-footer .agency-footer,
    html.cdc-2020 footer.cdc-2020-footer .footer-wrapper {
        display: none
    }

    html.cdc-2020 footer .covid-mobile-footer {
        display: block
    }

    html.cdc-2020 footer .covid-mobile-footer .covid-footer-wrapper {
        font-size: 13px;
        padding-top: 1rem;
        padding-bottom: 1rem;
        color: #fff;
        background-color: #333
    }

    html.cdc-2020 footer .covid-mobile-footer .covid-footer-wrapper a {
        color: #fff;
        text-decoration: none
    }

    html.cdc-2020 footer .covid-mobile-footer .covid-footer-wrapper ul {
        list-style-type: none
    }

    html.cdc-2020 footer .covid-mobile-footer span {
        font-size: 1rem
    }

    html.cdc-2020 footer .covid-mobile-footer .accordion .card {
        border-radius: 0;
        background-color: transparent
    }

    html.cdc-2020 footer .covid-mobile-footer .accordion .card .card-header {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: #333;
        border-left: 0;
        color: #fff;
        border-bottom: 1px solid #fff;
        margin-bottom: 0;
        border-top: 0 !important
    }

    html.cdc-2020 footer .covid-mobile-footer .accordion .card .card-header::after {
        font-size: 1.5em;
        top: 24px !important;
        width: auto;
        right: 34px;
        border: 0 !important
    }

    html.cdc-2020 footer .covid-mobile-footer .accordion .card .card-header.collapsed {
        background-color: #333
    }

    html.cdc-2020 footer .covid-mobile-footer .accordion .card .card-header.collapsed::after {
        transform: rotate(90deg);
        right: 0 !important
    }

    html.cdc-2020 footer .covid-mobile-footer .accordion .card .card-header .card-title {
        color: #fff !important
    }

    html.cdc-2020 footer .covid-mobile-footer .accordion .card .card-header:hover {
        border-left-color: #333 !important;
        background-color: transparent !important;
        color: #fff !important
    }

    html.cdc-2020 footer .covid-mobile-footer .accordion .card .card-header .card-title {
        font-weight: 400
    }

    html.cdc-2020 footer .covid-mobile-footer .accordion .card .card-body {
        background-color: #333
    }

    html.cdc-2020 footer .covid-mobile-footer .accordion .card .card-body a {
        font-size: 1rem
    }

    html.cdc-2020 footer .covid-mobile-footer .accordion .card .card-body a:focus,
    html.cdc-2020 footer .covid-mobile-footer .accordion .card .card-body a:hover {
        text-decoration: underline
    }

    html.cdc-2020 footer .covid-mobile-footer .accordion .card .card-body ul {
        font-size: 1rem;
        padding-left: 0
    }

    html.cdc-2020 footer .covid-mobile-footer .accordion .card .card-body ul li span.cdc-icon-external {
        display: inline;
        margin-left: .5rem
    }

    html.cdc-2020 footer .covid-mobile-footer .accordion .card .card-body ul.cc-2 li {
        padding-left: 0;
        margin-left: 0
    }

    html.cdc-2020 footer .covid-mobile-footer .mobile-footer-social {
        background-color: #f2f2f2
    }

    html.cdc-2020 footer .covid-mobile-footer .mobile-footer-social li .fi {
        color: #333
    }

    html.cdc-2020 footer .covid-mobile-footer .mobile-footer-social li .fi.cdc-icon-insta {
        color: #333 !important;
        -webkit-text-fill-color: #333 !important
    }

    html.cdc-2020 footer .covid-mobile-footer .covid-agency-footer {
        padding-bottom: 1rem
    }

    html.cdc-2020 footer .covid-mobile-footer .covid-agency-footer a {
        color: #000;
        text-decoration: none
    }

    html.cdc-2020 footer .covid-mobile-footer .covid-agency-footer a:hover {
        text-decoration: underline
    }

    html.cdc-2020 footer .covid-mobile-footer .covid-agency-footer>span {
        display: block
    }

    html.cdc-2020 footer .covid-mobile-footer .covid-agency-footer>span a {
        font-size: 13px !important
    }
}

@media (min-width:768px) {
    html.cdc-2020 footer.mobile-footer {
        display: none
    }
}

@media (max-width:992px) {

    html.cdc-2020 body,
    html.cdc-2020 html {
        overflow-x: hidden
    }
}

@media (max-width:768px) {
    html.cdc-2020 .site-title .display-6 {
        font-size: 23px
    }
}

@media (max-width:1200px) {
    html.cdc-2020 .masthead {
        display: none
    }
}

@media (hover) {
    html.cdc-2020 .btn-mobile-menu:hover {
        text-decoration: none !important
    }
}

@media (max-width:379.98px) {
    html.cdc-2020 #covid-nav-mobile li.list-under-item {
        padding-left: .5rem;
        font-size: .9rem
    }

    html.cdc-2020 #covid-nav-mobile li.list-under-item a span {
        margin-right: auto
    }
}

@media (min-width:380px) {
    html.cdc-2020 .d-xs-none {
        display: none !important
    }

    html.cdc-2020 .d-xs-inline {
        display: inline !important
    }
}

@media (min-width:992px) {
    html.cdc-2020 #covid-nav-mobile {
        width: 33%
    }
}

@media (max-width:1199px) {
    html.cdc-2020 .site-title {
        position: sticky !important;
        top: 0;
        transition-property: all;
        transition-duration: .75s;
        transition-timing-function: cubic-bezier(0, 1, .5, 1)
    }

    html.cdc-2020 .site-title.up {
        top: -61px !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 h1.d-lg-none {
    font-size: 28px
}

html.cdc-2020 #covid-nav-mobile {
    position: absolute;
    overflow: hidden;
    overflow-y: scroll;
    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: 200vh;
    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: #555 !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 15px
}

html.cdc-2020 #covid-nav-mobile .nav-back span {
    border-color: #fff !important;
    padding: 5px
}

html.cdc-2020 #covid-nav-mobile .nav-parent {
    font-size: 19px;
    text-transform: uppercase;
    background-color: #006778
}

html.cdc-2020 #covid-nav-mobile .nav-parent a {
    color: #fff !important;
    display: inline-block;
    width: 95%
}

html.cdc-2020 #covid-nav-mobile .nav-parent:hover {
    background-color: #006778
}

html.cdc-2020 #covid-nav-mobile .nav-parent:hover a {
    color: #fff !important
}

html.cdc-2020 #covid-nav-mobile .nav-link {
    cursor: pointer
}

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 #006778
}

html.cdc-2020 #covid-nav-mobile li.list-under-item a {
    text-transform: uppercase;
    text-decoration: none;
    color: #006778
}

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: 75px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(126, 148, 165, .7);
    z-index: 9998
}

html.cdc-2020 .btn-mobile-menu {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 5px;
    white-space: nowrap;
    margin-right: -20px;
    float: right;
    border: 1px solid transparent !important
}

html.cdc-2020 .btn-mobile-menu:hover {
    text-decoration: none !important
}

html.cdc-2020 .btn-mobile-menu span {
    color: #006778 !important;
    margin-top: -3px
}

html.cdc-2020 .btn-mobile-menu .cdc-icon-chevron-right,
html.cdc-2020 .btn-mobile-menu .cdc-icon-close {
    color: #006778 !important
}

html.cdc-2020 .btn-mobile-menu .cdc-icon-chevron-right::before,
html.cdc-2020 .btn-mobile-menu .cdc-icon-close::before {
    font-weight: 600
}

html.cdc-2020 .btn-mobile-search {
    height: 40px
}

html.cdc-2020 .btn-mobile-search span {
    top: -3px
}

html.cdc-2020 .btn-mobile-search:focus {
    outline: 0 !important
}

html.cdc-2020 .btn-mobile-search:hover {
    background-color: transparent !important
}

html.cdc-2020 body.overlay-up .covid-mobile-overlay {
    top: 61px
}

html.cdc-2020 body.menu-open {
    overflow-y: hidden
}

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 .btn.btn-mobile-search-clear {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding-left: 1px;
    padding-right: .75rem
}

html.cdc-2020 .covid-mobile-search .btn.btn-mobile-search-clear .cdc-icon-close-circle::before {
    fill: #555;
    color: #555
}

html.cdc-2020 .covid-mobile-search input[type=text] {
    border: 0;
    color: #333;
    font-size: 15px;
    font-size: 1rem !important
}

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 {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    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
}

html.cdc-2020 .accordion.indicator-plus .card-header::after {
    background: 0 0
}

html.cdc-2020 .accordion.indicator-chevron .card-header::after {
    background: 0 0
}

html.cdc-2020 .accordion .card-header {
    border-left-color: transparent !important;
    border-bottom: none;
    border-radius: 0 !important;
    background: #f5fafb;
    padding: 25px 50px 25px 25px;
    border-top: 2px solid #65b0bd
}

html.cdc-2020 .accordion .card-header .card-title {
    font-weight: 400;
    font-size: 1.18rem;
    color: #000
}

html.cdc-2020 .accordion .card-header .card-title.btn,
html.cdc-2020 .accordion .card-header .card-title.btn:focus,
html.cdc-2020 .accordion .card-header .card-title.btn:hover {
    text-decoration: none !important
}

html.cdc-2020 .accordion .card-header.collapsed {
    background: 0 0;
    border-top: 1px solid #bdbdbd
}

html.cdc-2020 .accordion .card-header.collapsed .card-title {
    color: #006778
}

html.cdc-2020 .accordion .card-header.collapsed:hover {
    border-left-color: transparent !important
}

html.cdc-2020 .accordion .card-header.collapsed::after {
    content: "";
    top: 38px;
    transform: rotate(90deg)
}

html.cdc-2020 .accordion .card-header:hover {
    background: #f5fafb;
    border-left-color: transparent !important
}

html.cdc-2020 .accordion .card-header::after {
    content: "";
    font-family: cdciconfont;
    font-weight: 400;
    font-style: normal;
    clear: right !important;
    position: absolute;
    top: 34px;
    padding: 0;
    height: 0;
    right: 34px;
    transform: rotate(-90deg);
    transition: none !important
}

html.cdc-2020 .accordion .card.bar .card-body {
    padding: 15px 25px 25px
}

html.cdc-2020 .accordion .card.bar:last-child .card .card-header.collapsed,
html.cdc-2020 .accordion .card.bar:last-child .card .collapse {
    border-bottom: 1px solid #bdbdbd
}

html.cdc-2020 .accordion .card.border-0 {
    border-bottom: 1px solid #bdbdbd !important
}

html.cdc-2020 .accordion .card-header.bg-white {
    background: #f5fafb !important
}

html.cdc-2020 .accordion .card-header.collapsed {
    background: 0 0 !important
}

html.cdc-2020 .accordion .card-header:hover {
    background: #f5fafb !important;
    border-left-color: transparent !important
}

@media only screen and (max-width:1200px) {

    html.cdc-2020 .accordion .card-header,
    html.cdc-2020 .accordion .card-header.collapsed:hover,
    html.cdc-2020 .accordion .card-header:hover {
        padding: 25px 50px 25px 25px
    }

    html.cdc-2020 .accordion .card-body {
        padding: 15px 35px 25px 25px
    }
}

html.cdc-2020 .multi-page {
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: 2px solid #65b0bd;
    border-bottom: 1px solid #cce5e9
}

html.cdc-2020 .multi-page .card-header {
    background: 0 0;
    border: none;
    padding-bottom: 10px
}

html.cdc-2020 .multi-page .card-header .h4 {
    font-size: 1.15rem
}

html.cdc-2020 .multi-page .card-body {
    padding-top: 0;
    margin-top: -4px
}

html.cdc-2020 .multi-page .collapse-link {
    margin-top: -4px
}

html.cdc-2020 .multi-page [class*=" cdc-icon-"] {
    transition: none !important
}

html.cdc-2020 .multi-page [class*=" cdc-icon-"]::before {
    color: #cce5e9;
    content: "";
    font-size: 14px;
    transform: rotate(-90deg)
}

html.cdc-2020 .title-decor-bar-container {
    margin: 0 0 10px 0;
    height: auto
}

html.cdc-2020 .title-decor-bar-container span {
    height: 3px;
    display: inline-block
}

html.cdc-2020 .title-decor-bar-container span.title-decor-bar-s {
    width: 26px
}

html.cdc-2020 .title-decor-bar-container span.title-decor-bar-m {
    width: 52px
}

html.cdc-2020 .title-decor-bar-container span.title-decor-bar-l {
    width: 84px
}

html.cdc-2020 a.btn {
    color: #075290
}

html.cdc-2020 a.btn.btn-gray-d1,
html.cdc-2020 a.btn.btn-gray-d2 {
    color: #fff
}

html.cdc-2020 a.btn.btn-gray-d2:hover {
    background-color: #404040 !important
}

html.cdc-2020 a.btn.btn-gray:hover {
    background-color: #b0b0b0 !important
}

html.cdc-2020 a.btn.btn-gray-l1:hover {
    background-color: #d3d3d3 !important
}

html.cdc-2020 a.btn.btn-gray-l2:hover {
    background-color: #e3e3e3 !important
}

html.cdc-2020 a.btn.btn-amber-p,
html.cdc-2020 a.btn.btn-amber-s,
html.cdc-2020 a.btn.btn-gray,
html.cdc-2020 a.btn.btn-gray-l1,
html.cdc-2020 a.btn.btn-gray-l2 {
    color: #000
}

html.cdc-2020 a .btn-cyan-p,
html.cdc-2020 a .btn-primary,
html.cdc-2020 a.btn-cyan-p,
html.cdc-2020 a.btn-primary {
    background-color: #006778;
    color: #fff
}

html.cdc-2020 a .btn-cyan-p:hover,
html.cdc-2020 a .btn-primary:hover,
html.cdc-2020 a.btn-cyan-p:hover,
html.cdc-2020 a.btn-primary:hover {
    background-color: #007d92
}

html.cdc-2020 a .btn-cyan-s,
html.cdc-2020 a .btn-secondary,
html.cdc-2020 a.btn-cyan-s,
html.cdc-2020 a.btn-secondary {
    background-color: #65b0bd;
    color: #333
}

html.cdc-2020 a .btn-cyan-s:hover,
html.cdc-2020 a .btn-secondary:hover,
html.cdc-2020 a.btn-cyan-s:hover,
html.cdc-2020 a.btn-secondary:hover {
    background-color: #77b9c5;
    color: #333
}

html.cdc-2020 a .btn-cyan-t,
html.cdc-2020 a .btn-tertiary,
html.cdc-2020 a.btn-cyan-t,
html.cdc-2020 a.btn-tertiary {
    background-color: #cce5e9;
    color: #035d71 !important
}

html.cdc-2020 a .btn-cyan-t:hover,
html.cdc-2020 a .btn-tertiary:hover,
html.cdc-2020 a.btn-cyan-t:hover,
html.cdc-2020 a.btn-tertiary:hover {
    background-color: #deeef1;
    color: #035d71 !important
}

html.cdc-2020 a .btn-cyan-q,
html.cdc-2020 a .btn-quaternary,
html.cdc-2020 a.btn-cyan-q,
html.cdc-2020 a.btn-quaternary {
    background-color: #ebf5f6;
    color: #00515f
}

html.cdc-2020 a .btn-cyan-q:hover,
html.cdc-2020 a .btn-quaternary:hover,
html.cdc-2020 a.btn-cyan-q:hover,
html.cdc-2020 a.btn-quaternary:hover {
    background-color: #cce5e9;
    color: #00515f
}

html.cdc-2020 a .btn-amber-t,
html.cdc-2020 a .btn-amber-t:hover,
html.cdc-2020 a.btn-amber-t,
html.cdc-2020 a.btn-amber-t:hover {
    color: #333 !important
}

html.cdc-2020 a .btn-amber-q,
html.cdc-2020 a .btn-amber-q:hover,
html.cdc-2020 a .btn-gray-l3,
html.cdc-2020 a.btn-amber-q,
html.cdc-2020 a.btn-amber-q:hover,
html.cdc-2020 a.btn-gray-l3 {
    color: #006778 !important
}

html.cdc-2020 a .btn-amber-q.hollow,
html.cdc-2020 a .btn-amber-q:hover.hollow,
html.cdc-2020 a .btn-gray-l3.hollow,
html.cdc-2020 a.btn-amber-q.hollow,
html.cdc-2020 a.btn-amber-q:hover.hollow,
html.cdc-2020 a.btn-gray-l3.hollow {
    background-color: #cce5e9;
    border-color: #006778 !important
}

html.cdc-2020 a .btn-gray-l3,
html.cdc-2020 a.btn-gray-l3 {
    color: #00515f !important
}

html.cdc-2020 a .btn-gray-l3.hollow,
html.cdc-2020 a.btn-gray-l3.hollow {
    border-color: #00515f !important
}

html.cdc-2020 a .btn-gray-l3:hover,
html.cdc-2020 a.btn-gray-l3:hover {
    background-color: #d9ecee !important;
    color: #00515f !important
}

html.cdc-2020 a .btn-white,
html.cdc-2020 a .btn-white.hollow,
html.cdc-2020 a.btn-white,
html.cdc-2020 a.btn-white.hollow {
    background-color: #fff;
    color: #006778
}

html.cdc-2020 a .btn-white.hollow:hover,
html.cdc-2020 a .btn-white:hover,
html.cdc-2020 a.btn-white.hollow:hover,
html.cdc-2020 a.btn-white:hover {
    background-color: #d9ecee;
    color: #006778;
    box-shadow: none
}

html.cdc-2020 a .btn-white.hollow:hover,
html.cdc-2020 a.btn-white.hollow:hover {
    border-color: #006778
}

.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
}

table.table-striped.bg-gray-l2 tbody tr:nth-of-type(odd) {
    background-color: #e0e0e0
}

table.table-striped.bg-gray-l3 tbody tr:nth-of-type(odd) {
    background-color: #f0f0f0
}

table.table-striped.bg-gray-l4 tbody tr:nth-of-type(odd) {
    background-color: #f5f5f5
}

@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
    }
}

.cdc-datatable-module table {
    width: 100%
}

.cdc-datatable-module .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 2px;
    border: 0
}

.cdc-datatable-module .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 0;
    background: 0 0
}

.cdc-datatable-module .dataTables_wrapper .dataTables_paginate .paginate_button a {
    font-size: 1em
}

.cdc-datatable-module .dataTables_wrapper table.dataTable thead th {
    padding-left: .5em
}

.cdc-datatable-module .dataTables_wrapper table.dataTable thead .sorting,
.cdc-datatable-module .dataTables_wrapper table.dataTable thead .sorting_asc,
.cdc-datatable-module .dataTables_wrapper table.dataTable thead .sorting_asc_disabled,
.cdc-datatable-module .dataTables_wrapper table.dataTable thead .sorting_desc,
.cdc-datatable-module .dataTables_wrapper table.dataTable thead .sorting_desc_disabled {
    background-image: none
}

.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: #497d0c !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: #497d0c !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
}

.badge.badge-updated {
    text-transform: uppercase;
    padding: .35em .5em;
    font-size: .75rem;
    color: #000;
    background: #cce5e9
}

.badge.badge-new {
    text-transform: uppercase;
    padding: .35em .5em;
    font-size: .75rem;
    color: #000;
    background: #ffecb3
}

.list-group-item.list-group-item-success {
    background-color: #497d0c !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
}

.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;
    width: 2em;
    height: 2em;
    opacity: .65
}

.modal button.close svg {
    fill: #fff
}

.modal button.close .fi {
    color: #fff;
    text-shadow: none;
    top: -4px;
    margin: 0;
    padding: 0
}

.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 {
    max-width: 100%;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

.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%
    }

    .modal-title {
        margin-right: 1.5em
    }
}

.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: #0E1E45;
    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: #003f7b;
     !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 !important
}

.theme-blue a .btn-secondary:hover,
.theme-blue a.btn-secondary:hover {
    background-color: #72b8e6 !important
}

.theme-blue a .btn-tertiary:hover,
.theme-blue a.btn-tertiary:hover {
    background-color: #a7e0ff !important
}

.theme-blue a .btn-quaternary:hover,
.theme-blue a.btn-quaternary:hover {
    background-color: #d4f1ff !important
}

.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 !important
}

.theme-purple a .btn-secondary:hover,
.theme-purple a.btn-secondary:hover {
    background-color: #ae80b1 !important
}

.theme-purple a .btn-tertiary:hover,
.theme-purple a.btn-tertiary:hover {
    background-color: #d9c3da !important
}

.theme-purple a .btn-quaternary:hover,
.theme-purple a.btn-quaternary:hover {
    background-color: #ede2ed !important
}

.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 !important
}

.theme-brown a .btn-secondary:hover,
.theme-brown a.btn-secondary:hover {
    background-color: #a3836b !important
}

.theme-brown a .btn-tertiary:hover,
.theme-brown a.btn-tertiary:hover {
    background-color: #ccbeb9 !important
}

.theme-brown a .btn-quaternary:hover,
.theme-brown a.btn-quaternary:hover {
    background-color: #e9ddd8 !important
}

.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 !important
}

.theme-teal a .btn-secondary:hover,
.theme-teal a.btn-secondary:hover {
    background-color: #43ac9c !important
}

.theme-teal a .btn-tertiary:hover,
.theme-teal a.btn-tertiary:hover {
    background-color: #bce5de !important
}

.theme-teal a .btn-quaternary:hover,
.theme-teal a.btn-quaternary:hover {
    background-color: #d9f0ec !important
}

.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 !important
}

.theme-pink a .btn-secondary:hover,
.theme-pink a.btn-secondary:hover {
    background-color: #e15d5d !important
}

.theme-pink a .btn-tertiary:hover,
.theme-pink a.btn-tertiary:hover {
    background-color: #ffa9a9 !important
}

.theme-pink a .btn-quaternary:hover,
.theme-pink a.btn-quaternary:hover {
    background-color: #ffcece !important
}

.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 !important
}

.theme-orange a .btn-secondary:hover,
.theme-orange a.btn-secondary:hover {
    background-color: #ffa229 !important
}

.theme-orange a .btn-tertiary:hover,
.theme-orange a.btn-tertiary:hover {
    background-color: #ffe564 !important
}

.theme-orange a .btn-quaternary:hover,
.theme-orange a.btn-quaternary:hover {
    background-color: #ffeeb6 !important
}

.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 !important
}

.theme-slate a .btn-secondary:hover,
.theme-slate a.btn-secondary:hover {
    background-color: #6f8f9b !important
}

.theme-slate a .btn-tertiary:hover,
.theme-slate a.btn-tertiary:hover {
    background-color: #a6bac8 !important
}

.theme-slate a .btn-quaternary:hover,
.theme-slate a.btn-quaternary:hover {
    background-color: #d2dce3 !important
}

.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 !important
}

.theme-indigo a .btn-secondary:hover,
.theme-indigo a.btn-secondary:hover {
    background-color: #7f96d7 !important
}

.theme-indigo a .btn-tertiary:hover,
.theme-indigo a.btn-tertiary:hover {
    background-color: #c5d6ff !important
}

.theme-indigo a .btn-quaternary:hover,
.theme-indigo a.btn-quaternary:hover {
    background-color: #d9e4ff !important
}

.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: #006778;
    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: #006778 !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: #006778 !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: #006778 !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: #006778 !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: #006778 !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: #006778 !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: #006778 !important
}

.theme-cyan .primary li.checked::before,
.theme-cyan .primary li::before {
    color: #006778 !important
}

.theme-cyan .alert-primary svg {
    fill: #65b0bd
}

.theme-cyan .cdc-timeline svg {
    fill: #006778
}

.theme-cyan .tabs-horizontal.nav-tabs .nav-link.active {
    border-bottom: 3px solid #006778
}

.theme-cyan .yamm .dropdown-item:hover {
    border-left: 4px solid #006778
}

.theme-cyan .yamm .dropdown-item:active {
    border-left: 4px solid #006778;
    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 #006778
}

.theme-cyan .nav-tabs .nav-link.active,
.theme-cyan .nav-tabs .nav-link:hover {
    border-top: 3px solid #006778;
    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: #006778
}

.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: #006778 !important;
    border-color: #006778 !important
}

.theme-cyan .table.table-dark {
    background-color: #006778
}

.theme-cyan .table .thead-light th {
    background-color: #65b0bd
}

.theme-cyan .table .thead-dark th {
    background-color: #006778;
    border-color: #006778;
    color: #fff
}

.theme-cyan .table.table-striped-dark tbody tr:nth-of-type(odd) {
    background-color: #006778;
    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: #006778;
    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: #00515f !important
}

.theme-cyan a .btn-secondary:hover,
.theme-cyan a.btn-secondary:hover {
    background-color: #53a7b5 !important
}

.theme-cyan a .btn-tertiary:hover,
.theme-cyan a.btn-tertiary:hover {
    background-color: #badce1 !important
}

.theme-cyan a .btn-quaternary:hover,
.theme-cyan a.btn-quaternary:hover {
    background-color: #d9ecee !important
}

.theme-cyan a.bg-primary.nav-btn:focus,
.theme-cyan a.bg-primary.nav-btn:hover {
    background-color: #006778 !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: #006778;
    border-color: #006778;
    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: #00515f
}

.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: #006778;
    border-color: #006778
}

.theme-cyan .show .btn-primary.dropdown-toggle {
    background-color: #006778;
    border-color: #006778
}

.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: #006778;
    border-color: #006778
}

.theme-cyan .list-group-item.list-group-item-primary {
    background-color: #006778;
    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: #006778
}

.theme-cyan .radioBtn-styled .form-check .checkmark::after {
    background-color: #006778
}

.theme-cyan .checkbox-list.primary .fi {
    color: #006778
}

.theme-cyan .accordion .card-header {
    border-left-color: #006778;
    color: #006778
}

.theme-cyan .accordion .card-header:hover {
    border-left-color: #006778 !important;
    color: #006778 !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: #006778
}

.theme-cyan .fill-p::before,
.theme-cyan svg .fill-p::before,
.theme-cyan svg.fill-p::before {
    color: #006778
}

.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: #006778;
    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 #006778;
    background-color: #f5f5f5;
    color: #006778
}

.theme-cyan .mobile-section-nav {
    border-top: 3px solid #65b0bd
}

.theme-cyan .mobile-section-nav #svg-down {
    background-color: #006778
}

.theme-cyan .mobile-section-nav nav .dropdown .list-group a.selected {
    border-left: 4px solid #006778
}

.theme-cyan nav .nav-section-home {
    border-top-color: #006778
}

.theme-cyan nav .nav-section-home svg {
    fill: #006778
}

.theme-cyan nav .nav-section-home .fi {
    color: #006778
}

.theme-cyan nav .nav-section-home.selected {
    border-left: 4px solid #006778;
    background-color: #f5f5f5
}

.theme-cyan nav .nav-section-home:hover {
    background-color: #f5f5f5;
    border-left: 4px solid #006778
}

.theme-cyan nav .nav-section-home:hover a {
    color: #006778
}

.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: #006778
}

.theme-cyan nav .mobile-section-nav li.active a:hover,
.theme-cyan nav ul.tp-nav-main li.active a:hover {
    border-left-color: #006778;
    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: #006778
}

.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: #006778
}

.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: #006778
}

.theme-cyan nav .mobile-section-nav a.mobile-section-nav-foot:hover {
    background-color: #00515f
}

.theme-cyan nav .mobile-section-nav li.selected>a:first-child {
    border-left-color: #006778
}

.theme-cyan .pagination li.active a {
    background-color: #006778 !important;
    border-color: #006778 !important
}

.theme-green .site-title {
    background-color: #497d0c;
    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: #497d0c !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: #497d0c !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: #497d0c !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: #497d0c !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: #497d0c !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: #497d0c !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: #497d0c !important
}

.theme-green .primary li.checked::before,
.theme-green .primary li::before {
    color: #497d0c !important
}

.theme-green .alert-primary svg {
    fill: #84bc49
}

.theme-green .cdc-timeline svg {
    fill: #497d0c
}

.theme-green .tabs-horizontal.nav-tabs .nav-link.active {
    border-bottom: 3px solid #497d0c
}

.theme-green .yamm .dropdown-item:hover {
    border-left: 4px solid #497d0c
}

.theme-green .yamm .dropdown-item:active {
    border-left: 4px solid #497d0c;
    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 #497d0c
}

.theme-green .nav-tabs .nav-link.active,
.theme-green .nav-tabs .nav-link:hover {
    border-top: 3px solid #497d0c;
    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: #497d0c
}

.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: #497d0c !important;
    border-color: #497d0c !important
}

.theme-green .table.table-dark {
    background-color: #497d0c
}

.theme-green .table .thead-light th {
    background-color: #84bc49
}

.theme-green .table .thead-dark th {
    background-color: #497d0c;
    border-color: #497d0c;
    color: #fff
}

.theme-green .table.table-striped-dark tbody tr:nth-of-type(odd) {
    background-color: #497d0c;
    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: #497d0c;
    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: #3b660a !important
}

.theme-green a .btn-secondary:hover,
.theme-green a.btn-secondary:hover {
    background-color: #77ac3f !important
}

.theme-green a .btn-tertiary:hover,
.theme-green a.btn-tertiary:hover {
    background-color: #d0e7b5 !important
}

.theme-green a .btn-quaternary:hover,
.theme-green a.btn-quaternary:hover {
    background-color: #e5f2d6 !important
}

.theme-green a.bg-primary.nav-btn:focus,
.theme-green a.bg-primary.nav-btn:hover {
    background-color: #497d0c !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: #497d0c;
    border-color: #497d0c;
    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: #3b660a
}

.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: #497d0c;
    border-color: #497d0c
}

.theme-green .show .btn-primary.dropdown-toggle {
    background-color: #497d0c;
    border-color: #497d0c
}

.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: #497d0c;
    border-color: #497d0c
}

.theme-green .list-group-item.list-group-item-primary {
    background-color: #497d0c;
    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: #497d0c
}

.theme-green .radioBtn-styled .form-check .checkmark::after {
    background-color: #497d0c
}

.theme-green .checkbox-list.primary .fi {
    color: #497d0c
}

.theme-green .accordion .card-header {
    border-left-color: #497d0c;
    color: #497d0c
}

.theme-green .accordion .card-header:hover {
    border-left-color: #497d0c !important;
    color: #497d0c !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: #497d0c
}

.theme-green .fill-p::before,
.theme-green svg .fill-p::before,
.theme-green svg.fill-p::before {
    color: #497d0c
}

.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: #497d0c;
    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 #497d0c;
    background-color: #f5f5f5;
    color: #497d0c
}

.theme-green .mobile-section-nav {
    border-top: 3px solid #84bc49
}

.theme-green .mobile-section-nav #svg-down {
    background-color: #497d0c
}

.theme-green .mobile-section-nav nav .dropdown .list-group a.selected {
    border-left: 4px solid #497d0c
}

.theme-green nav .nav-section-home {
    border-top-color: #497d0c
}

.theme-green nav .nav-section-home svg {
    fill: #497d0c
}

.theme-green nav .nav-section-home .fi {
    color: #497d0c
}

.theme-green nav .nav-section-home.selected {
    border-left: 4px solid #497d0c;
    background-color: #f5f5f5
}

.theme-green nav .nav-section-home:hover {
    background-color: #f5f5f5;
    border-left: 4px solid #497d0c
}

.theme-green nav .nav-section-home:hover a {
    color: #497d0c
}

.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: #497d0c
}

.theme-green nav .mobile-section-nav li.active a:hover,
.theme-green nav ul.tp-nav-main li.active a:hover {
    border-left-color: #497d0c;
    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: #497d0c
}

.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: #497d0c
}

.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: #497d0c
}

.theme-green nav .mobile-section-nav a.mobile-section-nav-foot:hover {
    background-color: #3b660a
}

.theme-green nav .mobile-section-nav li.selected>a:first-child {
    border-left-color: #497d0c
}

.theme-green .pagination li.active a {
    background-color: #497d0c !important;
    border-color: #497d0c !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 !important
}

.theme-amber a .btn-secondary:hover,
.theme-amber a.btn-secondary:hover {
    background-color: #ffcf36 !important
}

.theme-amber a .btn-tertiary:hover,
.theme-amber a.btn-tertiary:hover {
    background-color: #ffe69a !important
}

.theme-amber a .btn-quaternary:hover,
.theme-amber a.btn-quaternary:hover {
    background-color: #fff0c8 !important
}

.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%
    }
}

.fullline {
    border-top-width: 1px;
    border-bottom-width: 0;
    border-left-width: 0;
    border-right-width: 0;
    border-top-style: solid;
    border-top-color: #bdbdbd;
    margin-bottom: 1em;
    width: 100%
}

.fullline.fullline-thick {
    border-top-width: 3px
}

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
}

.social-media-footer li .fi.cdc-icon-email::before,
.social-media-footer li .fi.cdc-icon-fb::before,
.social-media-footer li .fi.cdc-icon-linkedin::before,
.social-media-footer li .fi.cdc-icon-twitter-white::before {
    color: #fff !important
}

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::-moz-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-check-input:focus {
    outline: auto 3px rgba(255, 102, 1, .9)
}

.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,
.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: #555
}

.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
}

html.intranet body {
    border-top: 0 !important
}

html.intranet .svg-icon {
    width: 24px;
    height: 24px
}

html.intranet .searchbutton-intranet {
    border-color: #bdbdbd
}

html.intranet .search-button svg {
    fill: #fff
}

html.intranet .search-button:hover {
    text-decoration: none
}

html.intranet #searchSelected-intranet {
    display: inline-block;
    text-align: left;
    width: 100%
}

html.intranet .headerSearch-intranet .dropdown-menu-right {
    min-width: auto
}

html.intranet .navbar {
    padding: 0
}

html.intranet .nav-item {
    margin-bottom: 0
}

html.intranet .nav-link {
    padding: 17px 5px;
    height: auto
}

html.intranet .nav-link:hover {
    background: #88c3ea
}

html.intranet .mega-menu {
    padding: 0
}

html.intranet .site-title {
    padding: 0 !important
}

html.intranet .site-title a:link.dropdown-item {
    color: #000
}

html.intranet .site-title .more-links a.more-link {
    color: #006778 !important
}

html.intranet .site-title-intranet {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    background: #cce5e9 !important;
    border-bottom-color: #bdbdbd !important
}

html.intranet .site-title-intranet a {
    color: #000;
    text-decoration: none
}

html.intranet .site-title-intranet .tagline {
    color: #000
}

html.intranet .medium-search {
    padding-top: 10px !important
}

html.intranet .intranet-mobile-search-menu-btn {
    padding: 5px 0 6px 8px;
    margin-right: .4rem
}

html.intranet .intranet-mobile-search-menu-btn:hover {
    text-decoration: none
}

html.intranet .intranet-mobile-menu-btn {
    height: 40px;
    width: 95px;
    color: #006778;
    text-transform: uppercase;
    font-size: .875rem;
    font-weight: 700;
    text-decoration: none
}

html.intranet .intranet-mobile-menu-btn.active {
    background-color: #006778 !important;
    color: #fff;
    text-decoration: none
}

html.intranet .intranet-mobile-menu-btn.active svg {
    fill: #fff
}

html.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
}

html.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
}

html.intranet .small-search {
    position: relative
}

html.intranet .dropdown-menu-small-search {
    max-width: 98vw !important
}

html.intranet .dropdown-menu-small-search div.input-group {
    max-width: 100% !important
}

html.intranet .small-menu::after {
    display: none
}

html.intranet .small-menu-content {
    background: #fff !important;
    height: auto !important;
    z-index: 999999
}

html.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
}

html.intranet .is-hidden {
    display: none
}

html.intranet .az-strip a {
    color: #000
}

html.intranet .az-strip a:hover {
    text-decoration: none !important
}

html.intranet .az-strip .card {
    float: left;
    font-weight: 700;
    margin-left: 1px
}

html.intranet .az-strip .card:hover {
    background: #e0e0e0 !important
}

html.intranet .az-strip .card .card-body {
    padding-top: .6rem;
    text-align: center
}

html.intranet .az-strip .w-3 {
    width: 2.99rem !important
}

html.intranet .az-strip .h-3 {
    height: 2.99rem !important
}

html.intranet .az-intranet-strip {
    margin: 0;
    padding: 0
}

html.intranet .az-intranet-strip a:hover * {
    text-decoration: none !important
}

html.intranet .az-intranet-strip .card-mitem-intranet {
    float: left;
    margin-left: 1px
}

html.intranet .az-intranet-strip .h-3 {
    height: 2.5rem !important
}

html.intranet .az-intranet-strip .w-3 {
    width: 2.5rem !important
}

html.intranet .az-intranet-strip .card-mitem-intranet {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px
}

html.intranet .cdc-people-finder-widget span.twitter-typeahead {
    width: 100%;
    background: #fff
}

html.intranet .cdc-people-finder-widget input.typeahead.tt-hint {
    width: 100%;
    padding: 10px
}

html.intranet .cdc-people-finder-widget .cdc-people-finder-widget-input,
html.intranet .cdc-people-finder-widget input#cdc-people-finder-widget-input {
    width: 100%;
    border: 0;
    padding: 10px;
    background-color: #fff !important
}

html.intranet .cdc-people-finder-widget .twitter-typeahead {
    display: block !important;
    width: 100%
}

html.intranet .tp-search .twitter-typeahead {
    flex: 1 1 auto
}

html.intranet .tp-search .twitter-typeahead .searchTypeAhead {
    display: none !important
}

html.intranet .tp-search.d-xl-block .twitter-typeahead {
    width: 62%
}

html.intranet .tt-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

html.intranet .tt-error,
html.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)
}

html.intranet .tt-error {
    position: absolute;
    top: 100%;
    left: 0 !important;
    z-index: 2
}

html.intranet .tt-error.tt-widget-error {
    top: 95%;
    width: 100%;
    max-width: 350px;
    z-index: 2
}

html.intranet .tt-suggestion {
    border-radius: .25rem
}

html.intranet .suggestion-url {
    display: block
}

html.intranet .tt-cursor,
html.intranet .tt-suggestion:focus,
html.intranet .tt-suggestion:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .1)
}

html.intranet .tt-cursor {
    outline: auto 3px rgba(255, 102, 1, .9)
}

html.intranet .people-finder-input {
    position: relative;
    margin-bottom: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 41.38px
}

html.intranet .input-loading {
    background: transparent url(../fonts/TemplatePackage/4.0/assets/imgs/loading.gif) no-repeat scroll right center content-box;
    background-size: auto 160%
}

html.intranet .yamm .dropdown-menu {
    min-width: 350px
}

html.intranet .yamm .dropdown-menu .dropdown-item:active {
    background: #f8f9fa
}

html.intranet #page-validation {
    position: absolute;
    left: -999999px;
    top: -100px
}

html.intranet #masthead-homepage {
    fill: #000
}

html.intranet .header-wrapper header .logo-large {
    margin-bottom: 0;
    margin-top: 0
}

html.intranet footer .agency-footer {
    padding-bottom: 0
}

html.intranet .fill-germ {
    fill: #84bc49
}

html.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
}

html.intranet .card .card-footer a:hover {
    text-decoration: underline !important
}

html.intranet .card-mitem-intranet {
    border-color: #fff
}

html.intranet .bg-gray-l3 {
    background-color: #f5f5f5 !important;
    color: #000
}

html.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
}

html.intranet .card-body-intranet-mitem {
    flex: 1 1 auto;
    padding-top: 9px;
    padding-right: 11px;
    padding-bottom: 6px;
    padding-left: 11px;
    text-align: center
}

html.intranet .card-body-intranet-mitem:hover {
    background: #006778;
    color: #fff
}

html.intranet .bordertop-intraheader {
    border-color: #006778 !important
}

html.intranet .body-wrapper {
    margin-bottom: 2rem
}

html.intranet .footer-intranet ul {
    list-style-type: none;
    padding-left: 0
}

html.intranet .footer-intranet .sitefooter-container {
    background-color: #cde5e9;
    color: #000
}

html.intranet .footer-intranet .globalfooter-container {
    background-color: #107c8f;
    color: #fff
}

html.intranet .footer-intranet .globalfooter-container a {
    color: #fff
}

html.intranet .footer-intranet .footerintranet-wrapper {
    font-size: .9rem;
    padding-top: 1rem
}

html.intranet .footer-intranet .footerintranet-wrapper a {
    text-decoration: none
}

html.intranet .footer-intranet .footerintranet-wrapper a:hover {
    text-decoration: underline
}

html.intranet .footer-intranet .footerintranet-wrapper a li {
    margin-bottom: 3px
}

html.intranet .body-wrapper {
    position: relative
}

html.intranet .body-wrapper .overlay {
    background-color: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

html.intranet .cio-content a.card-btn {
    color: #075290
}

html.intranet .menu-2-col {
    width: 100%;
    max-width: 700px
}

html.intranet .menu-promo {
    background: #e0e0e0;
    color: #000 !important
}

html.intranet .menu-promo:hover,
html.intranet .menu-promo:hover * {
    text-decoration: none !important
}

html.intranet .menu-promo img {
    max-width: 50px
}

html.intranet .menu-promo span {
    text-decoration: underline !important;
    color: #075290
}

html.intranet .menu-promo h4 {
    margin-top: 0
}

@media only screen and (max-width:990px) {
    html.intranet .header-wrapper {
        position: relative;
        z-index: 990;
        border-bottom: 1px solid #006778
    }

    html.intranet .mobile-overlay {
        position: fixed;
        top: -1%;
        z-index: 2;
        height: 101%;
        background: rgba(0, 0, 0, .4);
        width: 100vw
    }

    html.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 #006778;
        border-radius: .25rem;
        box-shadow: 0 0 10px rgba(85, 85, 85, .25)
    }

    html.intranet #navbar-collapse-grid .nav-link {
        background: #fff !important;
        text-transform: uppercase
    }

    html.intranet #navbar-collapse-grid .nav-link:hover {
        background: #f5f5f5 !important
    }

    html.intranet #navbar-collapse-grid .show .nav-link {
        background: #f5f5f5 !important
    }

    html.intranet body .container-fluid.site-title.intranet-horizontal-nav {
        background-color: #cce5e9 !important
    }

    html.intranet body .container-fluid.site-title.bg-cyan-t.bb-1.bb-secondary.site-title-intranet {
        border-bottom: solid 1px #bdbdbd !important
    }

    html.intranet .yamm {
        background: #fff
    }

    html.intranet .yamm .menu-body {
        padding-top: 0;
        padding-bottom: 0
    }

    html.intranet .yamm .nav-justified .nav-item {
        flex-basis: auto;
        text-align: left
    }

    html.intranet .yamm .nav-item.dropdown.show a.nav-link,
    html.intranet .yamm .nav-link:hover {
        color: #000
    }

    html.intranet .yamm .dropdown-item.active,
    html.intranet .yamm .dropdown-item:active {
        background-color: transparent !important
    }

    html.intranet .yamm .nav-link {
        padding: 1rem 1.25rem;
        height: auto
    }

    html.intranet .yamm .nav-link:hover {
        background: #f0f0f0
    }

    html.intranet .yamm a.nav-link,
    html.intranet .yamm a:link.nav-link {
        color: #000
    }

    html.intranet .yamm a.nav-link:hover,
    html.intranet .yamm a:link.nav-link:hover {
        color: #000
    }

    html.intranet .yamm .nav-item {
        margin-bottom: .5rem
    }

    html.intranet .yamm .nav-item:last-child {
        margin-bottom: 0
    }

    html.intranet .yamm .nav-item>a {
        border: 1px solid #e0e0e0;
        border-left: 4px solid #006778
    }

    html.intranet .yamm .nav-item .dropdown-menu {
        min-width: 350px;
        border: none;
        box-shadow: none;
        padding-bottom: 0
    }

    html.intranet .yamm .nav-item .dropdown-menu a {
        border-left: 4px solid #f5f5f5
    }

    html.intranet .yamm .nav-item .dropdown-menu a.menu-promo {
        border: none
    }

    html.intranet .yamm .nav-item .dropdown-menu .az-intranet-strip a {
        border: none
    }

    html.intranet .yamm .nav-item .dropdown-menu .dropdown-item:active {
        background: 0 0 !important
    }

    html.intranet .yamm .dropdown .dropdown-toggle::after {
        color: #555
    }

    html.intranet .yamm .dropdown.show .dropdown-toggle::after {
        transform: rotate(180deg)
    }

    html.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
    }

    html.intranet .yamm .btn.btn-primary.nav-more {
        text-transform: uppercase;
        color: #006778
    }

    html.intranet .yamm .btn.btn-primary:hover {
        text-decoration: none;
        border-left: 4px solid #006778
    }

    html.intranet .mobile-section-nav {
        border-top: none
    }

    html.intranet .mobile-section-nav #mobileNav-dropdown .list-group ul {
        padding-left: 20px
    }

    html.intranet .mobile-section-nav #mobileNav-dropdown .list-group-item {
        margin-bottom: 0
    }

    html.intranet .mobile-section-nav #mobileNav-dropdown .list-group-item.active,
    html.intranet .mobile-section-nav #mobileNav-dropdown .list-group-item:active,
    html.intranet .mobile-section-nav #mobileNav-dropdown .list-group-item:hover {
        border-color: #e0e0e0;
        border-left: 4px solid #006778;
        background-color: #f5f5f5;
        color: #006778;
        transition: border-color .5s, background-color .5s, color .5s;
        transition-timing-function: ease
    }

    html.intranet .mobile-section-nav #mobileNav-dropdown .list-group-item.active a,
    html.intranet .mobile-section-nav #mobileNav-dropdown .list-group-item:active a,
    html.intranet .mobile-section-nav #mobileNav-dropdown .list-group-item:hover a {
        color: #006778
    }

    html.intranet .mobile-section-nav #mobileNav-dropdown .list-group-item a {
        color: #000
    }

    html.intranet .mobile-section-nav #mobileNav-dropdown .list-group-item a:hover {
        border-left: none;
        background-color: transparent
    }

    html.intranet .mobile-section-nav #mobileNav-dropdown .list-group-item.active {
        color: #006778
    }

    html.intranet .mobile-section-nav #mobileNav-dropdown .list-group-item.active a {
        color: #006778
    }

    html.intranet .mobile-section-nav #mobileNav-dropdown .mobile-section-nav-foot {
        background: #006778;
        border: none !important;
        transition: background .4s ease
    }

    html.intranet .mobile-section-nav #mobileNav-dropdown .mobile-section-nav-foot:hover {
        background: #00515f;
        color: #fff
    }

    html.intranet .site-title-image {
        display: none
    }

    html.intranet .content {
        padding-left: 15px
    }

    html.intranet .content h1:first-child {
        display: none
    }

    html.intranet .body-wrapper h1:first-child {
        display: none
    }

    html.intranet .tp-search {
        padding: 0 15px 0 0
    }

    html.intranet .tp-search form {
        display: inline-block
    }

    html.intranet .search-button {
        background: #fff;
        border: 1px solid #dee2e6 !important;
        color: #006778
    }

    html.intranet .search-button span {
        display: none
    }

    html.intranet .search-button svg {
        fill: #006778
    }

    html.intranet .search-button:active svg,
    html.intranet .search-button:focus svg,
    html.intranet .search-button:hover svg {
        fill: #fff
    }

    html.intranet .search-button:active .fi,
    html.intranet .search-button:focus .fi,
    html.intranet .search-button:hover .fi {
        color: #fff
    }

    html.intranet .show .search-button svg {
        fill: #fff
    }
}

@media only screen and (min-width:1198px) {
    html.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) {
    html.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) {

    html.intranet .cdc-intranet-logo,
    html.intranet .tp-search {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center
    }

    html.intranet .tp-search {
        margin-top: 1rem;
        padding: 0
    }
}

@media only screen and (max-width:394px) {
    html.intranet .header-wrapper header .logo-small {
        max-width: 100%
    }

    html.intranet .intranet-mobile-menu-btn {
        width: 80px;
        font-size: 15px
    }

    html.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;
    text-align: center;
    font-size: 20px;
    line-height: 2em;
    visibility: hidden
}

.headerSearch-intranet form:not(.show) .intranet .search-button svg {
    fill: #006778
}

.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: #006778
}

.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.woff2?825110) format("woff2"), url(../fonts/cdciconfont.woff?825110) format("woff");
    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: ""
}

.cdc-icon-alert_02:before {
    content: ""
}

.cdc-icon-alert_03:before {
    content: ""
}

.cdc-icon-alert_04:before {
    content: ""
}

.cdc-icon-alert_05:before {
    content: ""
}

.cdc-icon-alert_06:before {
    content: ""
}

.cdc-icon-allergy_01:before {
    content: ""
}

.cdc-icon-animal_01:before {
    content: ""
}

.cdc-icon-animal_02:before {
    content: ""
}

.cdc-icon-animal_03:before {
    content: ""
}

.cdc-icon-audio_01:before {
    content: ""
}

.cdc-icon-audio_02:before {
    content: ""
}

.cdc-icon-audio_03:before {
    content: ""
}

.cdc-icon-audio_04:before {
    content: ""
}

.cdc-icon-audio_05:before {
    content: ""
}

.cdc-icon-badge_01:before {
    content: ""
}

.cdc-icon-badge_02:before {
    content: ""
}

.cdc-icon-badge_03:before {
    content: ""
}

.cdc-icon-badge_04:before {
    content: ""
}

.cdc-icon-badge_05:before {
    content: ""
}

.cdc-icon-bag_01:before {
    content: ""
}

.cdc-icon-bat_1:before {
    content: ""
}

.cdc-icon-book_01:before {
    content: ""
}

.cdc-icon-book_02:before {
    content: ""
}

.cdc-icon-book_03:before {
    content: ""
}

.cdc-icon-book_04:before {
    content: ""
}

.cdc-icon-bookmark_01:before {
    content: ""
}

.cdc-icon-brain_01:before {
    content: ""
}

.cdc-icon-building_01:before {
    content: ""
}

.cdc-icon-building_02:before {
    content: ""
}

.cdc-icon-building_03:before {
    content: ""
}

.cdc-icon-building_04:before {
    content: ""
}

.cdc-icon-calendar_01:before {
    content: ""
}

.cdc-icon-cancer_02:before {
    content: ""
}

.cdc-icon-candle:before {
    content: ""
}

.cdc-icon-cat_1:before {
    content: ""
}

.cdc-icon-chart_01:before {
    content: ""
}

.cdc-icon-chart_02:before {
    content: ""
}

.cdc-icon-chart_03:before {
    content: ""
}

.cdc-icon-chart_04:before {
    content: ""
}

.cdc-icon-chat_01:before {
    content: ""
}

.cdc-icon-chat_02:before {
    content: ""
}

.cdc-icon-chat_03:before {
    content: ""
}

.cdc-icon-chat_04:before {
    content: ""
}

.cdc-icon-chat_05:before {
    content: ""
}

.cdc-icon-chicken_1:before {
    content: ""
}

.cdc-icon-cleaning_01:before {
    content: ""
}

.cdc-icon-cleaning_02:before {
    content: ""
}

.cdc-icon-cleaning_03:before {
    content: ""
}

.cdc-icon-clipboard_01:before {
    content: ""
}

.cdc-icon-clock_01:before {
    content: ""
}

.cdc-icon-clothes_01:before {
    content: ""
}

.cdc-icon-cloud_01:before {
    content: ""
}

.cdc-icon-comment3:before {
    content: ""
}

.cdc-icon-contact:before {
    content: ""
}

.cdc-icon-crowd:before {
    content: ""
}

.cdc-icon-data_01:before {
    content: ""
}

.cdc-icon-device_01:before {
    content: ""
}

.cdc-icon-device_02:before {
    content: ""
}

.cdc-icon-device_03:before {
    content: ""
}

.cdc-icon-device_04:before {
    content: ""
}

.cdc-icon-digital-thermometer:before {
    content: ""
}

.cdc-icon-direction_01:before {
    content: ""
}

.cdc-icon-dog_1:before {
    content: ""
}

.cdc-icon-double_arrow:before {
    content: ""
}

.cdc-icon-download_01:before {
    content: ""
}

.cdc-icon-ecig_01:before {
    content: ""
}

.cdc-icon-ecig_02:before {
    content: ""
}

.cdc-icon-ecig_03:before {
    content: ""
}

.cdc-icon-ecigs:before {
    content: ""
}

.cdc-icon-edit_01:before {
    content: ""
}

.cdc-icon-email_01:before {
    content: ""
}

.cdc-icon-email_02:before {
    content: ""
}

.cdc-icon-email_03:before {
    content: ""
}

.cdc-icon-eye_01:before {
    content: ""
}

.cdc-icon-fig1_1:before {
    content: ""
}

.cdc-icon-flea_fly:before {
    content: ""
}

.cdc-icon-flea:before {
    content: ""
}

.cdc-icon-food_01:before {
    content: ""
}

.cdc-icon-food_02:before {
    content: ""
}

.cdc-icon-food_03:before {
    content: ""
}

.cdc-icon-food_04:before {
    content: ""
}

.cdc-icon-food_05:before {
    content: ""
}

.cdc-icon-food_06:before {
    content: ""
}

.cdc-icon-globe_01:before {
    content: ""
}

.cdc-icon-globe_02:before {
    content: ""
}

.cdc-icon-globe_03:before {
    content: ""
}

.cdc-icon-glove:before {
    content: ""
}

.cdc-icon-grid_01:before {
    content: ""
}

.cdc-icon-handwashing:before {
    content: ""
}

.cdc-icon-hazard_01:before {
    content: ""
}

.cdc-icon-hazard_02:before {
    content: ""
}

.cdc-icon-hazard_03:before {
    content: ""
}

.cdc-icon-hazard_04:before {
    content: ""
}

.cdc-icon-hazard_05:before {
    content: ""
}

.cdc-icon-heart_01:before {
    content: ""
}

.cdc-icon-home_01:before {
    content: ""
}

.cdc-icon-hospital_01:before {
    content: ""
}

.cdc-icon-idea_01:before {
    content: ""
}

.cdc-icon-kidney_01:before {
    content: ""
}

.cdc-icon-lab_01:before {
    content: ""
}

.cdc-icon-lab_02:before {
    content: ""
}

.cdc-icon-lab_03:before {
    content: ""
}

.cdc-icon-lab_04:before {
    content: ""
}

.cdc-icon-lab_05:before {
    content: ""
}

.cdc-icon-lab_06:before {
    content: ""
}

.cdc-icon-lab_07:before {
    content: ""
}

.cdc-icon-link_01:before {
    content: ""
}

.cdc-icon-lite_00:before {
    content: ""
}

.cdc-icon-lite_01:before {
    content: ""
}

.cdc-icon-lite_02:before {
    content: ""
}

.cdc-icon-lite_03:before {
    content: ""
}

.cdc-icon-lite_04:before {
    content: ""
}

.cdc-icon-lite_05:before {
    content: ""
}

.cdc-icon-lite_06:before {
    content: ""
}

.cdc-icon-lite_07:before {
    content: ""
}

.cdc-icon-lite_08:before {
    content: ""
}

.cdc-icon-lite_09:before {
    content: ""
}

.cdc-icon-logo_01:before {
    content: ""
}

.cdc-icon-map_01:before {
    content: ""
}

.cdc-icon-map_02:before {
    content: ""
}

.cdc-icon-map_03:before {
    content: ""
}

.cdc-icon-mask:before {
    content: ""
}

.cdc-icon-medical_01:before {
    content: ""
}

.cdc-icon-medical_02:before {
    content: ""
}

.cdc-icon-medical_03:before {
    content: ""
}

.cdc-icon-medical_04:before {
    content: ""
}

.cdc-icon-medical_05:before {
    content: ""
}

.cdc-icon-medical_06:before {
    content: ""
}

.cdc-icon-medical_07:before {
    content: ""
}

.cdc-icon-medical_08:before {
    content: ""
}

.cdc-icon-medical_09:before {
    content: ""
}

.cdc-icon-medical_10:before {
    content: ""
}

.cdc-icon-medical_11:before {
    content: ""
}

.cdc-icon-money_01:before {
    content: ""
}

.cdc-icon-no_01:before {
    content: ""
}

.cdc-icon-paper_01:before {
    content: ""
}

.cdc-icon-paper_02:before {
    content: ""
}

.cdc-icon-paper_03:before {
    content: ""
}

.cdc-icon-people_01:before {
    content: ""
}

.cdc-icon-people_02:before {
    content: ""
}

.cdc-icon-people_03:before {
    content: ""
}

.cdc-icon-people_04:before {
    content: ""
}

.cdc-icon-people_05:before {
    content: ""
}

.cdc-icon-people_06:before {
    content: ""
}

.cdc-icon-people_07:before {
    content: ""
}

.cdc-icon-people_08:before {
    content: ""
}

.cdc-icon-people_09:before {
    content: ""
}

.cdc-icon-phone_01:before {
    content: ""
}

.cdc-icon-photo_01:before {
    content: ""
}

.cdc-icon-photo_02:before {
    content: ""
}

.cdc-icon-photo_03:before {
    content: ""
}

.cdc-icon-photo_04:before {
    content: ""
}

.cdc-icon-photo_05:before {
    content: ""
}

.cdc-icon-pig_1:before {
    content: ""
}

.cdc-icon-pin_01:before {
    content: ""
}

.cdc-icon-pin_02:before {
    content: ""
}

.cdc-icon-preschool:before {
    content: ""
}

.cdc-icon-presentation_01:before {
    content: ""
}

.cdc-icon-question_01:before {
    content: ""
}

.cdc-icon-question_02:before {
    content: ""
}

.cdc-icon-question_03:before {
    content: ""
}

.cdc-icon-repellent:before {
    content: ""
}

.cdc-icon-scale_01:before {
    content: ""
}

.cdc-icon-scale_02:before {
    content: ""
}

.cdc-icon-search_01:before {
    content: ""
}

.cdc-icon-search_02:before {
    content: ""
}

.cdc-icon-search_03:before {
    content: ""
}

.cdc-icon-signal_01:before {
    content: ""
}

.cdc-icon-single_arrow:before {
    content: ""
}

.cdc-icon-smoking_01:before {
    content: ""
}

.cdc-icon-smoking_02:before {
    content: ""
}

.cdc-icon-sol_00:before {
    content: ""
}

.cdc-icon-sol_01:before {
    content: ""
}

.cdc-icon-sol_02:before {
    content: ""
}

.cdc-icon-sol_03:before {
    content: ""
}

.cdc-icon-sol_04:before {
    content: ""
}

.cdc-icon-sol_05:before {
    content: ""
}

.cdc-icon-sol_06:before {
    content: ""
}

.cdc-icon-sol_07:before {
    content: ""
}

.cdc-icon-sol_08:before {
    content: ""
}

.cdc-icon-sol_09:before {
    content: ""
}

.cdc-icon-sports_01:before {
    content: ""
}

.cdc-icon-spraybottle:before {
    content: ""
}

.cdc-icon-stack_01:before {
    content: ""
}

.cdc-icon-stack_02:before {
    content: ""
}

.cdc-icon-stack_03:before {
    content: ""
}

.cdc-icon-stack_04:before {
    content: ""
}

.cdc-icon-symbol_01:before {
    content: ""
}

.cdc-icon-symbol_02:before {
    content: ""
}

.cdc-icon-symptom1:before {
    content: ""
}

.cdc-icon-symptom2:before {
    content: ""
}

.cdc-icon-symptom3:before {
    content: ""
}

.cdc-icon-tick:before {
    content: ""
}

.cdc-icon-tools_01:before {
    content: ""
}

.cdc-icon-tools_02:before {
    content: ""
}

.cdc-icon-tools_03:before {
    content: ""
}

.cdc-icon-tools_04:before {
    content: ""
}

.cdc-icon-travel_01:before {
    content: ""
}

.cdc-icon-travel_02:before {
    content: ""
}

.cdc-icon-tweezers:before {
    content: ""
}

.cdc-icon-usa_map:before {
    content: ""
}

.cdc-icon-video_01:before {
    content: ""
}

.cdc-icon-video_02:before {
    content: ""
}

.cdc-icon-video_03:before {
    content: ""
}

.cdc-icon-video_04:before {
    content: ""
}

.cdc-icon-weather_01:before {
    content: ""
}

.cdc-icon-weather_02:before {
    content: ""
}

.cdc-icon-weather_03:before {
    content: ""
}

.cdc-icon-weather_04:before {
    content: ""
}

.cdc-icon-weather_05:before {
    content: ""
}

.cdc-icon-weather_06:before {
    content: ""
}

.cdc-icon-weather_07:before {
    content: ""
}

.cdc-icon-weather_08:before {
    content: ""
}

.cdc-icon-weather_09:before {
    content: ""
}

.cdc-icon-weather_10:before {
    content: ""
}

.cdc-icon-weather_11:before {
    content: ""
}

.cdc-icon-wreath:before {
    content: ""
}

.cdc-icon-cdc-tv:before {
    content: ""
}

.cdc-icon-fb:before {
    content: ""
}

.cdc-icon-flickr:before {
    content: ""
}

.cdc-icon-govd:before {
    content: ""
}

.cdc-icon-insta:before {
    content: ""
}

.cdc-icon-linkedin:before {
    content: ""
}

.cdc-icon-pinterest:before {
    content: ""
}

.cdc-icon-podcast:before {
    content: ""
}

.cdc-icon-rss:before {
    content: ""
}

.cdc-icon-snapchat:before {
    content: ""
}

.cdc-icon-syndication:before {
    content: ""
}

.cdc-icon-tumblr:before {
    content: ""
}

.cdc-icon-twitter:before {
    content: ""
}

.cdc-icon-youtube:before {
    content: ""
}

.cdc-icon-bookmark-round:before {
    content: ""
}

.cdc-icon-cdc-tv-round:before {
    content: ""
}

.cdc-icon-email-round:before {
    content: ""
}

.cdc-icon-fb-round:before {
    content: ""
}

.cdc-icon-flickr-round:before {
    content: ""
}

.cdc-icon-govd-round:before {
    content: ""
}

.cdc-icon-ig-round:before {
    content: ""
}

.cdc-icon-linkedin-round:before {
    content: ""
}

.cdc-icon-pinterest-round:before {
    content: ""
}

.cdc-icon-podcast-round:before {
    content: ""
}

.cdc-icon-rss-round:before {
    content: ""
}

.cdc-icon-syndication-round:before {
    content: ""
}

.cdc-icon-tumblr-round:before {
    content: ""
}

.cdc-icon-twitter-round:before {
    content: ""
}

.cdc-icon-youtube-round:before {
    content: ""
}

.cdc-icon-bookmark-white:before {
    content: ""
}

.cdc-icon-cdc-tv-white:before {
    content: ""
}

.cdc-icon-email-white:before {
    content: ""
}

.cdc-icon-fb-white:before {
    content: ""
}

.cdc-icon-flickr-white:before {
    content: ""
}

.cdc-icon-govd-white:before {
    content: ""
}

.cdc-icon-ig-white:before {
    content: ""
}

.cdc-icon-linkedin-white:before {
    content: ""
}

.cdc-icon-pinterest-white:before {
    content: ""
}

.cdc-icon-podcast-white:before {
    content: ""
}

.cdc-icon-rss-white:before {
    content: ""
}

.cdc-icon-syndication-white:before {
    content: ""
}

.cdc-icon-tumblr-white:before {
    content: ""
}

.cdc-icon-twitter-white:before {
    content: ""
}

.cdc-icon-youtube-white:before {
    content: ""
}

.cdc-icon-epub:before {
    content: ""
}

.cdc-icon-excel:before {
    content: ""
}

.cdc-icon-external:before {
    content: ""
}

.cdc-icon-image:before {
    content: ""
}

.cdc-icon-media:before {
    content: ""
}

.cdc-icon-pdf:before {
    content: ""
}

.cdc-icon-ppt:before {
    content: ""
}

.cdc-icon-sas:before {
    content: ""
}

.cdc-icon-stats:before {
    content: ""
}

.cdc-icon-txt:before {
    content: ""
}

.cdc-icon-word:before {
    content: ""
}

.cdc-icon-zip:before {
    content: ""
}

.cdc-icon-arrow-down:before {
    content: ""
}

.cdc-icon-cdcsearch:before {
    content: ""
}

.cdc-icon-close-circle:before {
    content: ""
}

.cdc-icon-minus:before {
    content: ""
}

.cdc-icon-next:before {
    content: ""
}

.cdc-icon-play-circle-outline:before {
    content: ""
}

.cdc-icon-plus:before {
    content: ""
}

.cdc-icon-prev:before {
    content: ""
}

.cdc-icon-resize:before {
    content: ""
}

.cdc-icon-cdc-play:before {
    content: ""
}

.cdc-icon-pause-circle-outline:before {
    content: ""
}

.cdc-icon-pause-circle:before {
    content: ""
}

.cdc-icon-pause-octagon-outline:before {
    content: ""
}

.cdc-icon-pause-octagon:before {
    content: ""
}

.cdc-icon-pause:before {
    content: ""
}

.cdc-icon-repeat-off:before {
    content: ""
}

.cdc-icon-repeat-once:before {
    content: ""
}

.cdc-icon-repeat:before {
    content: ""
}

.cdc-icon-replay:before {
    content: ""
}

.cdc-icon-shuffle-disabled:before {
    content: ""
}

.cdc-icon-shuffle-variant:before {
    content: ""
}

.cdc-icon-shuffle:before {
    content: ""
}

.cdc-icon-skip-backward:before {
    content: ""
}

.cdc-icon-skip-forward:before {
    content: ""
}

.cdc-icon-skip-next-circle-outline:before {
    content: ""
}

.cdc-icon-skip-next-circle:before {
    content: ""
}

.cdc-icon-skip-next:before {
    content: ""
}

.cdc-icon-skip-previous-circle-outline:before {
    content: ""
}

.cdc-icon-skip-previous-circle:before {
    content: ""
}

.cdc-icon-skip-previous:before {
    content: ""
}

.cdc-icon-stop:before {
    content: ""
}

.cdc-icon-surround-sound-2-0:before {
    content: ""
}

.cdc-icon-surround-sound-3-1:before {
    content: ""
}

.cdc-icon-surround-sound-5-1:before {
    content: ""
}

.cdc-icon-surround-sound-7-1:before {
    content: ""
}

.cdc-icon-surround-sound:before {
    content: ""
}

.cdc-icon-volume-high:before {
    content: ""
}

.cdc-icon-volume-low:before {
    content: ""
}

.cdc-icon-volume-medium:before {
    content: ""
}

.cdc-icon-volume-minus:before {
    content: ""
}

.cdc-icon-volume-mute:before {
    content: ""
}

.cdc-icon-volume-off:before {
    content: ""
}

.cdc-icon-volume-plus:before {
    content: ""
}

.cdc-icon-volume:before {
    content: ""
}

.cdc-icon-home:before {
    content: ""
}

.cdc-icon-magnify:before {
    content: ""
}

.cdc-icon-email:before {
    content: ""
}

.cdc-icon-phone:before {
    content: ""
}

.cdc-icon-settings:before {
    content: ""
}

.cdc-icon-close:before {
    content: ""
}

.cdc-icon-accessible-icon:before {
    content: ""
}

.cdc-icon-algolia:before {
    content: ""
}

.cdc-icon-hubspot:before {
    content: ""
}

.cdc-icon-microsoft:before {
    content: ""
}

.cdc-icon-windows:before {
    content: ""
}

.cdc-icon-square:before {
    content: ""
}

.cdc-icon-address-book-light:before {
    content: ""
}

.cdc-icon-address-card-light:before {
    content: ""
}

.cdc-icon-allergies-light:before {
    content: ""
}

.cdc-icon-ambulance-light:before {
    content: ""
}

.cdc-icon-american-sign-language-interpreting-light:before {
    content: ""
}

.cdc-icon-analytics-light:before {
    content: ""
}

.cdc-icon-apple-alt-light:before {
    content: ""
}

.cdc-icon-archive-light:before {
    content: ""
}

.cdc-icon-arrow-alt-circle-down-light:before {
    content: ""
}

.cdc-icon-arrow-alt-circle-left-light:before {
    content: ""
}

.cdc-icon-arrow-alt-circle-right-light:before {
    content: ""
}

.cdc-icon-arrow-alt-circle-up-light:before {
    content: ""
}

.cdc-icon-arrows-alt-h-light:before {
    content: ""
}

.cdc-icon-atlas-light:before {
    content: ""
}

.cdc-icon-baby-carriage-light:before {
    content: ""
}

.cdc-icon-baby-light:before {
    content: ""
}

.cdc-icon-bacteria-light:before {
    content: ""
}

.cdc-icon-bacterium-light:before {
    content: ""
}

.cdc-icon-bags-shopping-light:before {
    content: ""
}

.cdc-icon-balance-scale-light:before {
    content: ""
}

.cdc-icon-ballot-check-light:before {
    content: ""
}

.cdc-icon-ballot-light:before {
    content: ""
}

.cdc-icon-ban-light:before {
    content: ""
}

.cdc-icon-band-aid-light:before {
    content: ""
}

.cdc-icon-bath-light:before {
    content: ""
}

.cdc-icon-bed-bunk-light:before {
    content: ""
}

.cdc-icon-bed-light:before {
    content: ""
}

.cdc-icon-bell-school-light:before {
    content: ""
}

.cdc-icon-bell-school-slash-light:before {
    content: ""
}

.cdc-icon-bicycle-light:before {
    content: ""
}

.cdc-icon-biking-light:before {
    content: ""
}

.cdc-icon-binoculars-light:before {
    content: ""
}

.cdc-icon-birthday-cake-light:before {
    content: ""
}

.cdc-icon-blind-light:before {
    content: ""
}

.cdc-icon-bolt-light:before {
    content: ""
}

.cdc-icon-book-alt-light:before {
    content: ""
}

.cdc-icon-book-light:before {
    content: ""
}

.cdc-icon-book-medical-light:before {
    content: ""
}

.cdc-icon-book-open-light:before {
    content: ""
}

.cdc-icon-book-reader-light:before {
    content: ""
}

.cdc-icon-book-user-light:before {
    content: ""
}

.cdc-icon-books-medical-light:before {
    content: ""
}

.cdc-icon-box-alt-light:before {
    content: ""
}

.cdc-icon-box-tissue-light:before {
    content: ""
}

.cdc-icon-boxes-light:before {
    content: ""
}

.cdc-icon-bread-loaf-light:before {
    content: ""
}

.cdc-icon-briefcase-light:before {
    content: ""
}

.cdc-icon-briefcase-medical-light:before {
    content: ""
}

.cdc-icon-browser-light:before {
    content: ""
}

.cdc-icon-building-light:before {
    content: ""
}

.cdc-icon-bullseye-pointer-light:before {
    content: ""
}

.cdc-icon-burger-soda-light:before {
    content: ""
}

.cdc-icon-bus-light:before {
    content: ""
}

.cdc-icon-calendar-alt-light:before {
    content: ""
}

.cdc-icon-calendar-check-light:before {
    content: ""
}

.cdc-icon-calendar-day-light:before {
    content: ""
}

.cdc-icon-calendar-edit-light:before {
    content: ""
}

.cdc-icon-calendar-exclamation-light:before {
    content: ""
}

.cdc-icon-calendar-light:before {
    content: ""
}

.cdc-icon-calendar-plus-light:before {
    content: ""
}

.cdc-icon-calendar-star-light:before {
    content: ""
}

.cdc-icon-capsules-light:before {
    content: ""
}

.cdc-icon-car-bus-light:before {
    content: ""
}

.cdc-icon-car-garage-light:before {
    content: ""
}

.cdc-icon-car-side-light:before {
    content: ""
}

.cdc-icon-caravan-light:before {
    content: ""
}

.cdc-icon-carrot-light:before {
    content: ""
}

.cdc-icon-cash-register-light:before {
    content: ""
}

.cdc-icon-cauldron-light:before {
    content: ""
}

.cdc-icon-chalkboard-teacher-light:before {
    content: ""
}

.cdc-icon-charging-station-light:before {
    content: ""
}

.cdc-icon-chart-area-light:before {
    content: ""
}

.cdc-icon-chart-bar-light:before {
    content: ""
}

.cdc-icon-chart-line-light:before {
    content: ""
}

.cdc-icon-chart-pie-light:before {
    content: ""
}

.cdc-icon-check-circle-light:before {
    content: ""
}

.cdc-icon-check-light:before {
    content: ""
}

.cdc-icon-check-square-light:before {
    content: ""
}

.cdc-icon-cheese-swiss-light:before {
    content: ""
}

.cdc-icon-cheeseburger-light:before {
    content: ""
}

.cdc-icon-chevron-circle-down-light:before {
    content: ""
}

.cdc-icon-chevron-circle-left-light:before {
    content: ""
}

.cdc-icon-chevron-circle-right-light:before {
    content: ""
}

.cdc-icon-chevron-circle-up-light:before {
    content: ""
}

.cdc-icon-chevron-double-right-light:before {
    content: ""
}

.cdc-icon-chevron-right-light:before {
    content: ""
}

.cdc-icon-child-light:before {
    content: ""
}

.cdc-icon-city-light:before {
    content: ""
}

.cdc-icon-clinic-medical-light:before {
    content: ""
}

.cdc-icon-clipboard-check-light:before {
    content: ""
}

.cdc-icon-clipboard-light:before {
    content: ""
}

.cdc-icon-clipboard-list-check-light:before {
    content: ""
}

.cdc-icon-clipboard-list-light:before {
    content: ""
}

.cdc-icon-clipboard-prescription-light:before {
    content: ""
}

.cdc-icon-clipboard-user-light:before {
    content: ""
}

.cdc-icon-cloud-light:before {
    content: ""
}

.cdc-icon-clouds-sun-light:before {
    content: ""
}

.cdc-icon-cocktail-light:before {
    content: ""
}

.cdc-icon-code-light:before {
    content: ""
}

.cdc-icon-coffee-pot-light:before {
    content: ""
}

.cdc-icon-coffee-togo-light:before {
    content: ""
}

.cdc-icon-cog-light:before {
    content: ""
}

.cdc-icon-cogs-light:before {
    content: ""
}

.cdc-icon-comment-alt-light:before {
    content: ""
}

.cdc-icon-comment-alt-lines-light:before {
    content: ""
}

.cdc-icon-comment-alt-medical-light:before {
    content: ""
}

.cdc-icon-comment-light:before {
    content: ""
}

.cdc-icon-comment-lines-light:before {
    content: ""
}

.cdc-icon-comment-medical-light:before {
    content: ""
}

.cdc-icon-comments-alt-light:before {
    content: ""
}

.cdc-icon-comments-light:before {
    content: ""
}

.cdc-icon-construction-light:before {
    content: ""
}

.cdc-icon-conveyor-belt-light:before {
    content: ""
}

.cdc-icon-copy-light:before {
    content: ""
}

.cdc-icon-couch-light:before {
    content: ""
}

.cdc-icon-cow-light:before {
    content: ""
}

.cdc-icon-credit-card-light:before {
    content: ""
}

.cdc-icon-database-light:before {
    content: ""
}

.cdc-icon-deaf-light:before {
    content: ""
}

.cdc-icon-desktop-alt-light:before {
    content: ""
}

.cdc-icon-desktop-light:before {
    content: ""
}

.cdc-icon-diagnoses-light:before {
    content: ""
}

.cdc-icon-disease-light:before {
    content: ""
}

.cdc-icon-dna-light:before {
    content: ""
}

.cdc-icon-dog-leashed-light:before {
    content: ""
}

.cdc-icon-dog-light:before {
    content: ""
}

.cdc-icon-dolly-flatbed-alt-light:before {
    content: ""
}

.cdc-icon-door-closed-light:before {
    content: ""
}

.cdc-icon-door-open-light:before {
    content: ""
}

.cdc-icon-download-light:before {
    content: ""
}

.cdc-icon-drumstick-light:before {
    content: ""
}

.cdc-icon-dumbbell-light:before {
    content: ""
}

.cdc-icon-dumpster-light:before {
    content: ""
}

.cdc-icon-ear-light:before {
    content: ""
}

.cdc-icon-envelope-light:before {
    content: ""
}

.cdc-icon-envelope-open-text-light:before {
    content: ""
}

.cdc-icon-exclamation-circle-light:before {
    content: ""
}

.cdc-icon-exclamation-square-light:before {
    content: ""
}

.cdc-icon-exclamation-triangle-light:before {
    content: ""
}

.cdc-icon-eye-dropper-light:before {
    content: ""
}

.cdc-icon-eye-light:before {
    content: ""
}

.cdc-icon-farm-light:before {
    content: ""
}

.cdc-icon-feather-alt-light:before {
    content: ""
}

.cdc-icon-female-light:before {
    content: ""
}

.cdc-icon-file-alt-light:before {
    content: ""
}

.cdc-icon-file-archive-light:before {
    content: ""
}

.cdc-icon-file-audio-light:before {
    content: ""
}

.cdc-icon-file-certificate-light:before {
    content: ""
}

.cdc-icon-file-chart-line-light:before {
    content: ""
}

.cdc-icon-file-download-light:before {
    content: ""
}

.cdc-icon-file-medical-alt-light:before {
    content: ""
}

.cdc-icon-file-medical-light:before {
    content: ""
}

.cdc-icon-file-prescription-light:before {
    content: ""
}

.cdc-icon-files-medical-light:before {
    content: ""
}

.cdc-icon-first-aid-light:before {
    content: ""
}

.cdc-icon-flag-alt-light:before {
    content: ""
}

.cdc-icon-flag-light:before {
    content: ""
}

.cdc-icon-flag-usa-light:before {
    content: ""
}

.cdc-icon-flame-light:before {
    content: ""
}

.cdc-icon-flask-light:before {
    content: ""
}

.cdc-icon-flower-daffodil-light:before {
    content: ""
}

.cdc-icon-folder-plus-light:before {
    content: ""
}

.cdc-icon-football-ball-light:before {
    content: ""
}

.cdc-icon-forklift-light:before {
    content: ""
}

.cdc-icon-frown-light:before {
    content: ""
}

.cdc-icon-gamepad-alt-light:before {
    content: ""
}

.cdc-icon-gas-pump-light:before {
    content: ""
}

.cdc-icon-glass-citrus-light:before {
    content: ""
}

.cdc-icon-glass-light:before {
    content: ""
}

.cdc-icon-globe-africa-light:before {
    content: ""
}

.cdc-icon-globe-americas-light:before {
    content: ""
}

.cdc-icon-globe-asia-light:before {
    content: ""
}

.cdc-icon-globe-europe-light:before {
    content: ""
}

.cdc-icon-globe-light:before {
    content: ""
}

.cdc-icon-graduation-cap-light:before {
    content: ""
}

.cdc-icon-grin-light:before {
    content: ""
}

.cdc-icon-guitars-light:before {
    content: ""
}

.cdc-icon-h-square-light:before {
    content: ""
}

.cdc-icon-hand-holding-heart-light:before {
    content: ""
}

.cdc-icon-hand-holding-medical-light:before {
    content: ""
}

.cdc-icon-hand-paper-light:before {
    content: ""
}

.cdc-icon-hand-point-right-light:before {
    content: ""
}

.cdc-icon-hand-sparkles-light:before {
    content: ""
}

.cdc-icon-hands-helping-light:before {
    content: ""
}

.cdc-icon-hands-wash-light:before {
    content: ""
}

.cdc-icon-handshake-slash-light:before {
    content: ""
}

.cdc-icon-head-side-brain-light:before {
    content: ""
}

.cdc-icon-head-side-cough-light:before {
    content: ""
}

.cdc-icon-head-side-cough-slash-light:before {
    content: ""
}

.cdc-icon-head-side-mask-light:before {
    content: ""
}

.cdc-icon-head-side-medical-light:before {
    content: ""
}

.cdc-icon-headset-light:before {
    content: ""
}

.cdc-icon-heart-rate-light:before {
    content: ""
}

.cdc-icon-heartbeat-light:before {
    content: ""
}

.cdc-icon-heat-light:before {
    content: ""
}

.cdc-icon-hiking-light:before {
    content: ""
}

.cdc-icon-home-lg-alt-light:before {
    content: ""
}

.cdc-icon-home-lg-light:before {
    content: ""
}

.cdc-icon-hospital-alt-light:before {
    content: ""
}

.cdc-icon-hospital-light:before {
    content: ""
}

.cdc-icon-hospital-symbol-light:before {
    content: ""
}

.cdc-icon-hospital-user-light:before {
    content: ""
}

.cdc-icon-hot-tub-light:before {
    content: ""
}

.cdc-icon-hotel-light:before {
    content: ""
}

.cdc-icon-house-leave-light:before {
    content: ""
}

.cdc-icon-house-return-light:before {
    content: ""
}

.cdc-icon-house-user-light:before {
    content: ""
}

.cdc-icon-hurricane-light:before {
    content: ""
}

.cdc-icon-ice-cream-light:before {
    content: ""
}

.cdc-icon-id-badge-light:before {
    content: ""
}

.cdc-icon-id-card-light:before {
    content: ""
}

.cdc-icon-inbox-light:before {
    content: ""
}

.cdc-icon-industry-light:before {
    content: ""
}

.cdc-icon-info-circle-light:before {
    content: ""
}

.cdc-icon-info-light:before {
    content: ""
}

.cdc-icon-info-square-light:before {
    content: ""
}

.cdc-icon-inhaler-light:before {
    content: ""
}

.cdc-icon-key-light:before {
    content: ""
}

.cdc-icon-keyboard-light:before {
    content: ""
}

.cdc-icon-keynote-light:before {
    content: ""
}

.cdc-icon-landmark-alt-light:before {
    content: ""
}

.cdc-icon-landmark-light:before {
    content: ""
}

.cdc-icon-laptop-house-light:before {
    content: ""
}

.cdc-icon-laptop-light:before {
    content: ""
}

.cdc-icon-laptop-medical-light:before {
    content: ""
}

.cdc-icon-leaf-light:before {
    content: ""
}

.cdc-icon-leaf-oak-light:before {
    content: ""
}

.cdc-icon-life-ring-light:before {
    content: ""
}

.cdc-icon-lightbulb-light:before {
    content: ""
}

.cdc-icon-link-light:before {
    content: ""
}

.cdc-icon-lock-alt-light:before {
    content: ""
}

.cdc-icon-lock-open-alt-light:before {
    content: ""
}

.cdc-icon-luggage-cart-light:before {
    content: ""
}

.cdc-icon-lungs-light:before {
    content: ""
}

.cdc-icon-lungs-virus-light:before {
    content: ""
}

.cdc-icon-mail-bulk-light:before {
    content: ""
}

.cdc-icon-male-light:before {
    content: ""
}

.cdc-icon-map-light:before {
    content: ""
}

.cdc-icon-map-marker-alt-slash-light:before {
    content: ""
}

.cdc-icon-medkit-light:before {
    content: ""
}

.cdc-icon-microphone-light:before {
    content: ""
}

.cdc-icon-microscope-light:before {
    content: ""
}

.cdc-icon-mobile-alt-light:before {
    content: ""
}

.cdc-icon-mobile-light:before {
    content: ""
}

.cdc-icon-money-bill-light:before {
    content: ""
}

.cdc-icon-monitor-heart-rate-light:before {
    content: ""
}

.cdc-icon-moon-light:before {
    content: ""
}

.cdc-icon-mortar-pestle-light:before {
    content: ""
}

.cdc-icon-mouse-pointer-light:before {
    content: ""
}

.cdc-icon-mug-tea-light:before {
    content: ""
}

.cdc-icon-network-wired-light:before {
    content: ""
}

.cdc-icon-newspaper-light:before {
    content: ""
}

.cdc-icon-notes-medical-light:before {
    content: ""
}

.cdc-icon-passport-light:before {
    content: ""
}

.cdc-icon-paw-claws-light:before {
    content: ""
}

.cdc-icon-paw-light:before {
    content: ""
}

.cdc-icon-people-arrows-light:before {
    content: ""
}

.cdc-icon-person-booth-light:before {
    content: ""
}

.cdc-icon-person-sign-light:before {
    content: ""
}

.cdc-icon-phone-office-light:before {
    content: ""
}

.cdc-icon-pills-light:before {
    content: ""
}

.cdc-icon-pizza-slice-light:before {
    content: ""
}

.cdc-icon-place-of-worship-light:before {
    content: ""
}

.cdc-icon-plane-arrival-light:before {
    content: ""
}

.cdc-icon-plane-departure-light:before {
    content: ""
}

.cdc-icon-plane-light:before {
    content: ""
}

.cdc-icon-plane-slash-light:before {
    content: ""
}

.cdc-icon-play-circle-light:before {
    content: ""
}

.cdc-icon-play-light:before {
    content: ""
}

.cdc-icon-podium-light:before {
    content: ""
}

.cdc-icon-poll-people-light:before {
    content: ""
}

.cdc-icon-poop-light:before {
    content: ""
}

.cdc-icon-popcorn-light:before {
    content: ""
}

.cdc-icon-portrait-light:before {
    content: ""
}

.cdc-icon-prescription-bottle-alt-light:before {
    content: ""
}

.cdc-icon-prescription-bottle-light:before {
    content: ""
}

.cdc-icon-prescription-light:before {
    content: ""
}

.cdc-icon-presentation-light:before {
    content: ""
}

.cdc-icon-procedures-light:before {
    content: ""
}

.cdc-icon-pump-medical-light:before {
    content: ""
}

.cdc-icon-pump-soap-light:before {
    content: ""
}

.cdc-icon-pumpkin-light:before {
    content: ""
}

.cdc-icon-question-circle-light:before {
    content: ""
}

.cdc-icon-question-light:before {
    content: ""
}

.cdc-icon-question-square-light:before {
    content: ""
}

.cdc-icon-recycle-light:before {
    content: ""
}

.cdc-icon-ribbon-light:before {
    content: ""
}

.cdc-icon-road-light:before {
    content: ""
}

.cdc-icon-rocket-launch-light:before {
    content: ""
}

.cdc-icon-route-interstate-light:before {
    content: ""
}

.cdc-icon-route-light:before {
    content: ""
}

.cdc-icon-running-light:before {
    content: ""
}

.cdc-icon-rv-light:before {
    content: ""
}

.cdc-icon-scanner-light:before {
    content: ""
}

.cdc-icon-school-light:before {
    content: ""
}

.cdc-icon-search-light:before {
    content: ""
}

.cdc-icon-share-alt-light:before {
    content: ""
}

.cdc-icon-share-light:before {
    content: ""
}

.cdc-icon-ship-light:before {
    content: ""
}

.cdc-icon-shipping-fast-light:before {
    content: ""
}

.cdc-icon-shopping-cart-light:before {
    content: ""
}

.cdc-icon-shower-light:before {
    content: ""
}

.cdc-icon-shuttle-van-light:before {
    content: ""
}

.cdc-icon-sign-language-light:before {
    content: ""
}

.cdc-icon-sign-light:before {
    content: ""
}

.cdc-icon-sink-light:before {
    content: ""
}

.cdc-icon-sitemap-light:before {
    content: ""
}

.cdc-icon-smoking-ban-light:before {
    content: ""
}

.cdc-icon-smoking-light:before {
    content: ""
}

.cdc-icon-soap-light:before {
    content: ""
}

.cdc-icon-soup-light:before {
    content: ""
}

.cdc-icon-spray-can-light:before {
    content: ""
}

.cdc-icon-star-light:before {
    content: ""
}

.cdc-icon-stethoscope-light:before {
    content: ""
}

.cdc-icon-stomach-light:before {
    content: ""
}

.cdc-icon-stopwatch-light:before {
    content: ""
}

.cdc-icon-store-alt-slash-light:before {
    content: ""
}

.cdc-icon-store-slash-light:before {
    content: ""
}

.cdc-icon-stretcher-light:before {
    content: ""
}

.cdc-icon-subway-light:before {
    content: ""
}

.cdc-icon-suitcase-light:before {
    content: ""
}

.cdc-icon-suitcase-rolling-light:before {
    content: ""
}

.cdc-icon-sun-light:before {
    content: ""
}

.cdc-icon-sunglasses-light:before {
    content: ""
}

.cdc-icon-swimmer-light:before {
    content: ""
}

.cdc-icon-swimming-pool-light:before {
    content: ""
}

.cdc-icon-sync-alt-light:before {
    content: ""
}

.cdc-icon-syringe-light:before {
    content: ""
}

.cdc-icon-table-light:before {
    content: ""
}

.cdc-icon-tablet-alt-light:before {
    content: ""
}

.cdc-icon-tablets-light:before {
    content: ""
}

.cdc-icon-taxi-light:before {
    content: ""
}

.cdc-icon-temperature-high-light:before {
    content: ""
}

.cdc-icon-temperature-low-light:before {
    content: ""
}

.cdc-icon-thumbs-down-light:before {
    content: ""
}

.cdc-icon-thumbs-up-light:before {
    content: ""
}

.cdc-icon-times-circle-light:before {
    content: ""
}

.cdc-icon-times-light:before {
    content: ""
}

.cdc-icon-tint-light:before {
    content: ""
}

.cdc-icon-tint-slash-light:before {
    content: ""
}

.cdc-icon-toolbox-light:before {
    content: ""
}

.cdc-icon-tools-light:before {
    content: ""
}

.cdc-icon-tooth-light:before {
    content: ""
}

.cdc-icon-toothbrush-light:before {
    content: ""
}

.cdc-icon-tornado-light:before {
    content: ""
}

.cdc-icon-tractor-light:before {
    content: ""
}

.cdc-icon-train-light:before {
    content: ""
}

.cdc-icon-trash-light:before {
    content: ""
}

.cdc-icon-truck-loading-light:before {
    content: ""
}

.cdc-icon-tshirt-light:before {
    content: ""
}

.cdc-icon-umbrella-beach-light:before {
    content: ""
}

.cdc-icon-universal-access-light:before {
    content: ""
}

.cdc-icon-user-chart-light:before {
    content: ""
}

.cdc-icon-user-clock-light:before {
    content: ""
}

.cdc-icon-user-cog-light:before {
    content: ""
}

.cdc-icon-user-friends-light:before {
    content: ""
}

.cdc-icon-user-graduate-light:before {
    content: ""
}

.cdc-icon-user-hard-hat-light:before {
    content: ""
}

.cdc-icon-user-injured-light:before {
    content: ""
}

.cdc-icon-user-light:before {
    content: ""
}

.cdc-icon-user-md-chat-light:before {
    content: ""
}

.cdc-icon-user-md-light:before {
    content: ""
}

.cdc-icon-user-nurse-light:before {
    content: ""
}

.cdc-icon-users-class-light:before {
    content: ""
}

.cdc-icon-users-light:before {
    content: ""
}

.cdc-icon-users-medical-light:before {
    content: ""
}

.cdc-icon-users-slash-light:before {
    content: ""
}

.cdc-icon-utensils-light:before {
    content: ""
}

.cdc-icon-vacuum-light:before {
    content: ""
}

.cdc-icon-venus-mars-light:before {
    content: ""
}

.cdc-icon-vial-light:before {
    content: ""
}

.cdc-icon-vials-light:before {
    content: ""
}

.cdc-icon-virus-light:before {
    content: ""
}

.cdc-icon-virus-slash-light:before {
    content: ""
}

.cdc-icon-viruses-light:before {
    content: ""
}

.cdc-icon-walker-light:before {
    content: ""
}

.cdc-icon-walking-light:before {
    content: ""
}

.cdc-icon-washer-light:before {
    content: ""
}

.cdc-icon-water-light:before {
    content: ""
}

.cdc-icon-weight-light:before {
    content: ""
}

.cdc-icon-wheelchair-light:before {
    content: ""
}

.cdc-icon-window-close-light:before {
    content: ""
}

.cdc-icon-window-frame-light:before {
    content: ""
}

.cdc-icon-window-frame-open-light:before {
    content: ""
}

.cdc-icon-window-light:before {
    content: ""
}

.cdc-icon-wine-glass-light:before {
    content: ""
}

.cdc-icon-x-ray-light:before {
    content: ""
}

.cdc-icon-address-book:before {
    content: ""
}

.cdc-icon-address-card:before {
    content: ""
}

.cdc-icon-allergies:before {
    content: ""
}

.cdc-icon-ambulance:before {
    content: ""
}

.cdc-icon-american-sign-language-interpreting:before {
    content: ""
}

.cdc-icon-analytics:before {
    content: ""
}

.cdc-icon-apple-alt:before {
    content: ""
}

.cdc-icon-archive:before {
    content: ""
}

.cdc-icon-arrow-alt-circle-down:before {
    content: ""
}

.cdc-icon-arrow-alt-circle-left:before {
    content: ""
}

.cdc-icon-arrow-alt-circle-right:before {
    content: ""
}

.cdc-icon-arrow-alt-circle-up:before {
    content: ""
}

.cdc-icon-arrows-alt-h:before {
    content: ""
}

.cdc-icon-atlas:before {
    content: ""
}

.cdc-icon-baby-carriage:before {
    content: ""
}

.cdc-icon-baby:before {
    content: ""
}

.cdc-icon-bacteria:before {
    content: ""
}

.cdc-icon-bacterium:before {
    content: ""
}

.cdc-icon-bags-shopping:before {
    content: ""
}

.cdc-icon-balance-scale:before {
    content: ""
}

.cdc-icon-ballot-check:before {
    content: ""
}

.cdc-icon-ballot:before {
    content: ""
}

.cdc-icon-ban:before {
    content: ""
}

.cdc-icon-band-aid:before {
    content: ""
}

.cdc-icon-bath:before {
    content: ""
}

.cdc-icon-bed-bunk:before {
    content: ""
}

.cdc-icon-bed:before {
    content: ""
}

.cdc-icon-bell-school-slash:before {
    content: ""
}

.cdc-icon-bell-school:before {
    content: ""
}

.cdc-icon-bicycle:before {
    content: ""
}

.cdc-icon-biking:before {
    content: ""
}

.cdc-icon-binoculars:before {
    content: ""
}

.cdc-icon-birthday-cake:before {
    content: ""
}

.cdc-icon-blind:before {
    content: ""
}

.cdc-icon-bolt:before {
    content: ""
}

.cdc-icon-book-alt:before {
    content: ""
}

.cdc-icon-book-medical:before {
    content: ""
}

.cdc-icon-book-open:before {
    content: ""
}

.cdc-icon-book-reader:before {
    content: ""
}

.cdc-icon-book-user:before {
    content: ""
}

.cdc-icon-book:before {
    content: ""
}

.cdc-icon-books-medical:before {
    content: ""
}

.cdc-icon-box-alt:before {
    content: ""
}

.cdc-icon-box-tissue:before {
    content: ""
}

.cdc-icon-boxes:before {
    content: ""
}

.cdc-icon-bread-loaf:before {
    content: ""
}

.cdc-icon-briefcase-medical:before {
    content: ""
}

.cdc-icon-briefcase:before {
    content: ""
}

.cdc-icon-browser:before {
    content: ""
}

.cdc-icon-building:before {
    content: ""
}

.cdc-icon-bullseye-pointer:before {
    content: ""
}

.cdc-icon-burger-soda:before {
    content: ""
}

.cdc-icon-bus:before {
    content: ""
}

.cdc-icon-calendar-alt:before {
    content: ""
}

.cdc-icon-calendar-check:before {
    content: ""
}

.cdc-icon-calendar-day:before {
    content: ""
}

.cdc-icon-calendar-edit:before {
    content: ""
}

.cdc-icon-calendar-exclamation:before {
    content: ""
}

.cdc-icon-calendar-plus:before {
    content: ""
}

.cdc-icon-calendar-star:before {
    content: ""
}

.cdc-icon-calendar:before {
    content: ""
}

.cdc-icon-capsules:before {
    content: ""
}

.cdc-icon-car-bus:before {
    content: ""
}

.cdc-icon-car-garage:before {
    content: ""
}

.cdc-icon-car-side:before {
    content: ""
}

.cdc-icon-caravan:before {
    content: ""
}

.cdc-icon-carrot:before {
    content: ""
}

.cdc-icon-cash-register:before {
    content: ""
}

.cdc-icon-cauldron:before {
    content: ""
}

.cdc-icon-chalkboard-teacher:before {
    content: ""
}

.cdc-icon-charging-station:before {
    content: ""
}

.cdc-icon-chart-area:before {
    content: ""
}

.cdc-icon-chart-bar:before {
    content: ""
}

.cdc-icon-chart-line:before {
    content: ""
}

.cdc-icon-chart-pie:before {
    content: ""
}

.cdc-icon-check-circle:before {
    content: ""
}

.cdc-icon-check-square:before {
    content: ""
}

.cdc-icon-check:before {
    content: ""
}

.cdc-icon-cheese-swiss:before {
    content: ""
}

.cdc-icon-cheeseburger:before {
    content: ""
}

.cdc-icon-chevron-circle-down:before {
    content: ""
}

.cdc-icon-chevron-circle-left:before {
    content: ""
}

.cdc-icon-chevron-circle-right:before {
    content: ""
}

.cdc-icon-chevron-circle-up:before {
    content: ""
}

.cdc-icon-chevron-double-right:before {
    content: ""
}

.cdc-icon-chevron-right:before {
    content: ""
}

.cdc-icon-child:before {
    content: ""
}

.cdc-icon-city:before {
    content: ""
}

.cdc-icon-clinic-medical:before {
    content: ""
}

.cdc-icon-clipboard-check:before {
    content: ""
}

.cdc-icon-clipboard-list-check:before {
    content: ""
}

.cdc-icon-clipboard-list:before {
    content: ""
}

.cdc-icon-clipboard-prescription:before {
    content: ""
}

.cdc-icon-clipboard-user:before {
    content: ""
}

.cdc-icon-clipboard:before {
    content: ""
}

.cdc-icon-cloud:before {
    content: ""
}

.cdc-icon-clouds-sun:before {
    content: ""
}

.cdc-icon-cocktail:before {
    content: ""
}

.cdc-icon-code:before {
    content: ""
}

.cdc-icon-coffee-pot:before {
    content: ""
}

.cdc-icon-coffee-togo:before {
    content: ""
}

.cdc-icon-cog:before {
    content: ""
}

.cdc-icon-cogs:before {
    content: ""
}

.cdc-icon-comment-alt-lines:before {
    content: ""
}

.cdc-icon-comment-alt-medical:before {
    content: ""
}

.cdc-icon-comment-alt:before {
    content: ""
}

.cdc-icon-comment-lines:before {
    content: ""
}

.cdc-icon-comment-medical:before {
    content: ""
}

.cdc-icon-comment:before {
    content: ""
}

.cdc-icon-comments-alt:before {
    content: ""
}

.cdc-icon-comments:before {
    content: ""
}

.cdc-icon-construction:before {
    content: ""
}

.cdc-icon-conveyor-belt:before {
    content: ""
}

.cdc-icon-copy:before {
    content: ""
}

.cdc-icon-couch:before {
    content: ""
}

.cdc-icon-cow:before {
    content: ""
}

.cdc-icon-credit-card:before {
    content: ""
}

.cdc-icon-database:before {
    content: ""
}

.cdc-icon-deaf:before {
    content: ""
}

.cdc-icon-desktop-alt:before {
    content: ""
}

.cdc-icon-desktop:before {
    content: ""
}

.cdc-icon-diagnoses:before {
    content: ""
}

.cdc-icon-disease:before {
    content: ""
}

.cdc-icon-dna:before {
    content: ""
}

.cdc-icon-dog-leashed:before {
    content: ""
}

.cdc-icon-dog:before {
    content: ""
}

.cdc-icon-dolly-flatbed-alt:before {
    content: ""
}

.cdc-icon-door-closed:before {
    content: ""
}

.cdc-icon-door-open:before {
    content: ""
}

.cdc-icon-download:before {
    content: ""
}

.cdc-icon-drumstick:before {
    content: ""
}

.cdc-icon-dumbbell:before {
    content: ""
}

.cdc-icon-dumpster:before {
    content: ""
}

.cdc-icon-ear:before {
    content: ""
}

.cdc-icon-envelope-open-text:before {
    content: ""
}

.cdc-icon-envelope:before {
    content: ""
}

.cdc-icon-exclamation-circle:before {
    content: ""
}

.cdc-icon-exclamation-square:before {
    content: ""
}

.cdc-icon-exclamation-triangle:before {
    content: ""
}

.cdc-icon-eye-dropper:before {
    content: ""
}

.cdc-icon-eye:before {
    content: ""
}

.cdc-icon-farm:before {
    content: ""
}

.cdc-icon-feather-alt:before {
    content: ""
}

.cdc-icon-female:before {
    content: ""
}

.cdc-icon-file-alt:before {
    content: ""
}

.cdc-icon-file-archive:before {
    content: ""
}

.cdc-icon-file-audio:before {
    content: ""
}

.cdc-icon-file-certificate:before {
    content: ""
}

.cdc-icon-file-chart-line:before {
    content: ""
}

.cdc-icon-file-download:before {
    content: ""
}

.cdc-icon-file-medical-alt:before {
    content: ""
}

.cdc-icon-file-medical:before {
    content: ""
}

.cdc-icon-file-prescription:before {
    content: ""
}

.cdc-icon-files-medical:before {
    content: ""
}

.cdc-icon-first-aid:before {
    content: ""
}

.cdc-icon-flag-alt:before {
    content: ""
}

.cdc-icon-flag-usa:before {
    content: ""
}

.cdc-icon-flag:before {
    content: ""
}

.cdc-icon-flame:before {
    content: ""
}

.cdc-icon-flask:before {
    content: ""
}

.cdc-icon-flower-daffodil:before {
    content: ""
}

.cdc-icon-folder-plus:before {
    content: ""
}

.cdc-icon-football-ball:before {
    content: ""
}

.cdc-icon-forklift:before {
    content: ""
}

.cdc-icon-frown:before {
    content: ""
}

.cdc-icon-gamepad-alt:before {
    content: ""
}

.cdc-icon-gas-pump:before {
    content: ""
}

.cdc-icon-glass-citrus:before {
    content: ""
}

.cdc-icon-glass:before {
    content: ""
}

.cdc-icon-globe-africa:before {
    content: ""
}

.cdc-icon-globe-americas:before {
    content: ""
}

.cdc-icon-globe-asia:before {
    content: ""
}

.cdc-icon-globe-europe:before {
    content: ""
}

.cdc-icon-globe:before {
    content: ""
}

.cdc-icon-graduation-cap:before {
    content: ""
}

.cdc-icon-grin:before {
    content: ""
}

.cdc-icon-guitars:before {
    content: ""
}

.cdc-icon-h-square:before {
    content: ""
}

.cdc-icon-hand-holding-heart:before {
    content: ""
}

.cdc-icon-hand-holding-medical:before {
    content: ""
}

.cdc-icon-hand-paper:before {
    content: ""
}

.cdc-icon-hand-point-right:before {
    content: ""
}

.cdc-icon-hand-sparkles:before {
    content: ""
}

.cdc-icon-hands-helping:before {
    content: ""
}

.cdc-icon-hands-wash:before {
    content: ""
}

.cdc-icon-handshake-slash:before {
    content: ""
}

.cdc-icon-head-side-brain:before {
    content: ""
}

.cdc-icon-head-side-cough-slash:before {
    content: ""
}

.cdc-icon-head-side-cough:before {
    content: ""
}

.cdc-icon-head-side-mask:before {
    content: ""
}

.cdc-icon-head-side-medical:before {
    content: ""
}

.cdc-icon-headset:before {
    content: ""
}

.cdc-icon-heart-rate:before {
    content: ""
}

.cdc-icon-heartbeat:before {
    content: ""
}

.cdc-icon-heat:before {
    content: ""
}

.cdc-icon-hiking:before {
    content: ""
}

.cdc-icon-home-lg-alt:before {
    content: ""
}

.cdc-icon-home-lg:before {
    content: ""
}

.cdc-icon-hospital-alt:before {
    content: ""
}

.cdc-icon-hospital-symbol:before {
    content: ""
}

.cdc-icon-hospital-user:before {
    content: ""
}

.cdc-icon-hospital:before {
    content: ""
}

.cdc-icon-hot-tub:before {
    content: ""
}

.cdc-icon-hotel:before {
    content: ""
}

.cdc-icon-house-leave:before {
    content: ""
}

.cdc-icon-house-return:before {
    content: ""
}

.cdc-icon-house-user:before {
    content: ""
}

.cdc-icon-hurricane:before {
    content: ""
}

.cdc-icon-ice-cream:before {
    content: ""
}

.cdc-icon-id-badge:before {
    content: ""
}

.cdc-icon-id-card:before {
    content: ""
}

.cdc-icon-inbox:before {
    content: ""
}

.cdc-icon-industry:before {
    content: ""
}

.cdc-icon-info-circle:before {
    content: ""
}

.cdc-icon-info-square:before {
    content: ""
}

.cdc-icon-info:before {
    content: ""
}

.cdc-icon-inhaler:before {
    content: ""
}

.cdc-icon-key:before {
    content: ""
}

.cdc-icon-keyboard:before {
    content: ""
}

.cdc-icon-keynote:before {
    content: ""
}

.cdc-icon-landmark-alt:before {
    content: ""
}

.cdc-icon-landmark:before {
    content: ""
}

.cdc-icon-laptop-house:before {
    content: ""
}

.cdc-icon-laptop-medical:before {
    content: ""
}

.cdc-icon-laptop:before {
    content: ""
}

.cdc-icon-leaf-oak:before {
    content: ""
}

.cdc-icon-leaf:before {
    content: ""
}

.cdc-icon-life-ring:before {
    content: ""
}

.cdc-icon-lightbulb:before {
    content: ""
}

.cdc-icon-link:before {
    content: ""
}

.cdc-icon-lock-alt:before {
    content: ""
}

.cdc-icon-lock-open-alt:before {
    content: ""
}

.cdc-icon-luggage-cart:before {
    content: ""
}

.cdc-icon-lungs-virus:before {
    content: ""
}

.cdc-icon-lungs:before {
    content: ""
}

.cdc-icon-mail-bulk:before {
    content: ""
}

.cdc-icon-male:before {
    content: ""
}

.cdc-icon-map-marker-alt-slash:before {
    content: ""
}

.cdc-icon-map:before {
    content: ""
}

.cdc-icon-medkit:before {
    content: ""
}

.cdc-icon-microphone:before {
    content: ""
}

.cdc-icon-microscope:before {
    content: ""
}

.cdc-icon-mobile-alt:before {
    content: ""
}

.cdc-icon-mobile:before {
    content: ""
}

.cdc-icon-money-bill:before {
    content: ""
}

.cdc-icon-monitor-heart-rate:before {
    content: ""
}

.cdc-icon-moon:before {
    content: ""
}

.cdc-icon-mortar-pestle:before {
    content: ""
}

.cdc-icon-mouse-pointer:before {
    content: ""
}

.cdc-icon-mug-tea:before {
    content: ""
}

.cdc-icon-network-wired:before {
    content: ""
}

.cdc-icon-newspaper:before {
    content: ""
}

.cdc-icon-notes-medical:before {
    content: ""
}

.cdc-icon-passport:before {
    content: ""
}

.cdc-icon-paw-claws:before {
    content: ""
}

.cdc-icon-paw:before {
    content: ""
}

.cdc-icon-people-arrows:before {
    content: ""
}

.cdc-icon-person-booth:before {
    content: ""
}

.cdc-icon-person-sign:before {
    content: ""
}

.cdc-icon-phone-office:before {
    content: ""
}

.cdc-icon-pills:before {
    content: ""
}

.cdc-icon-pizza-slice:before {
    content: ""
}

.cdc-icon-place-of-worship:before {
    content: ""
}

.cdc-icon-plane-arrival:before {
    content: ""
}

.cdc-icon-plane-departure:before {
    content: ""
}

.cdc-icon-plane-slash:before {
    content: ""
}

.cdc-icon-plane:before {
    content: ""
}

.cdc-icon-play-circle:before {
    content: ""
}

.cdc-icon-play:before {
    content: ""
}

.cdc-icon-podium:before {
    content: ""
}

.cdc-icon-poll-people:before {
    content: ""
}

.cdc-icon-poop:before {
    content: ""
}

.cdc-icon-popcorn:before {
    content: ""
}

.cdc-icon-portrait:before {
    content: ""
}

.cdc-icon-prescription-bottle-alt:before {
    content: ""
}

.cdc-icon-prescription-bottle:before {
    content: ""
}

.cdc-icon-prescription:before {
    content: ""
}

.cdc-icon-presentation:before {
    content: ""
}

.cdc-icon-procedures:before {
    content: ""
}

.cdc-icon-pump-medical:before {
    content: ""
}

.cdc-icon-pump-soap:before {
    content: ""
}

.cdc-icon-pumpkin:before {
    content: ""
}

.cdc-icon-question-circle:before {
    content: ""
}

.cdc-icon-question-square:before {
    content: ""
}

.cdc-icon-question:before {
    content: ""
}

.cdc-icon-recycle:before {
    content: ""
}

.cdc-icon-ribbon:before {
    content: ""
}

.cdc-icon-road:before {
    content: ""
}

.cdc-icon-rocket-launch:before {
    content: ""
}

.cdc-icon-route-interstate:before {
    content: ""
}

.cdc-icon-route:before {
    content: ""
}

.cdc-icon-running:before {
    content: ""
}

.cdc-icon-rv:before {
    content: ""
}

.cdc-icon-scanner:before {
    content: ""
}

.cdc-icon-school:before {
    content: ""
}

.cdc-icon-search:before {
    content: ""
}

.cdc-icon-share-alt:before {
    content: ""
}

.cdc-icon-share:before {
    content: ""
}

.cdc-icon-ship:before {
    content: ""
}

.cdc-icon-shipping-fast:before {
    content: ""
}

.cdc-icon-shopping-cart:before {
    content: ""
}

.cdc-icon-shower:before {
    content: ""
}

.cdc-icon-shuttle-van:before {
    content: ""
}

.cdc-icon-sign-language:before {
    content: ""
}

.cdc-icon-sign:before {
    content: ""
}

.cdc-icon-sink:before {
    content: ""
}

.cdc-icon-sitemap:before {
    content: ""
}

.cdc-icon-smoking-ban:before {
    content: ""
}

.cdc-icon-smoking:before {
    content: ""
}

.cdc-icon-soap:before {
    content: ""
}

.cdc-icon-soup:before {
    content: ""
}

.cdc-icon-spray-can:before {
    content: ""
}

.cdc-icon-star:before {
    content: ""
}

.cdc-icon-stethoscope:before {
    content: ""
}

.cdc-icon-stomach:before {
    content: ""
}

.cdc-icon-stopwatch:before {
    content: ""
}

.cdc-icon-store-alt-slash:before {
    content: ""
}

.cdc-icon-store-slash:before {
    content: ""
}

.cdc-icon-stretcher:before {
    content: ""
}

.cdc-icon-subway:before {
    content: ""
}

.cdc-icon-suitcase-rolling:before {
    content: ""
}

.cdc-icon-suitcase:before {
    content: ""
}

.cdc-icon-sun:before {
    content: ""
}

.cdc-icon-sunglasses:before {
    content: ""
}

.cdc-icon-swimmer:before {
    content: ""
}

.cdc-icon-swimming-pool:before {
    content: ""
}

.cdc-icon-sync-alt:before {
    content: ""
}

.cdc-icon-syringe:before {
    content: ""
}

.cdc-icon-table:before {
    content: ""
}

.cdc-icon-tablet-alt:before {
    content: ""
}

.cdc-icon-tablets:before {
    content: ""
}

.cdc-icon-taxi:before {
    content: ""
}

.cdc-icon-temperature-high:before {
    content: ""
}

.cdc-icon-temperature-low:before {
    content: ""
}

.cdc-icon-thumbs-down:before {
    content: ""
}

.cdc-icon-thumbs-up:before {
    content: ""
}

.cdc-icon-times-circle:before {
    content: ""
}

.cdc-icon-times:before {
    content: ""
}

.cdc-icon-tint-slash:before {
    content: ""
}

.cdc-icon-tint:before {
    content: ""
}

.cdc-icon-toolbox:before {
    content: ""
}

.cdc-icon-tools:before {
    content: ""
}

.cdc-icon-tooth:before {
    content: ""
}

.cdc-icon-toothbrush:before {
    content: ""
}

.cdc-icon-tornado:before {
    content: ""
}

.cdc-icon-tractor:before {
    content: ""
}

.cdc-icon-train:before {
    content: ""
}

.cdc-icon-trash:before {
    content: ""
}

.cdc-icon-truck-loading:before {
    content: ""
}

.cdc-icon-tshirt:before {
    content: ""
}

.cdc-icon-umbrella-beach:before {
    content: ""
}

.cdc-icon-universal-access:before {
    content: ""
}

.cdc-icon-user-chart:before {
    content: ""
}

.cdc-icon-user-clock:before {
    content: ""
}

.cdc-icon-user-cog:before {
    content: ""
}

.cdc-icon-user-friends:before {
    content: ""
}

.cdc-icon-user-graduate:before {
    content: ""
}

.cdc-icon-user-hard-hat:before {
    content: ""
}

.cdc-icon-user-injured:before {
    content: ""
}

.cdc-icon-user-md-chat:before {
    content: ""
}

.cdc-icon-user-md:before {
    content: ""
}

.cdc-icon-user-nurse:before {
    content: ""
}

.cdc-icon-user:before {
    content: ""
}

.cdc-icon-users-class:before {
    content: ""
}

.cdc-icon-users-medical:before {
    content: ""
}

.cdc-icon-users-slash:before {
    content: ""
}

.cdc-icon-users:before {
    content: ""
}

.cdc-icon-utensils:before {
    content: ""
}

.cdc-icon-vacuum:before {
    content: ""
}

.cdc-icon-venus-mars:before {
    content: ""
}

.cdc-icon-vial:before {
    content: ""
}

.cdc-icon-vials:before {
    content: ""
}

.cdc-icon-virus-slash:before {
    content: ""
}

.cdc-icon-virus:before {
    content: ""
}

.cdc-icon-viruses:before {
    content: ""
}

.cdc-icon-walker:before {
    content: ""
}

.cdc-icon-walking:before {
    content: ""
}

.cdc-icon-washer:before {
    content: ""
}

.cdc-icon-water:before {
    content: ""
}

.cdc-icon-weight:before {
    content: ""
}

.cdc-icon-wheelchair:before {
    content: ""
}

.cdc-icon-window-close:before {
    content: ""
}

.cdc-icon-window-frame-open:before {
    content: ""
}

.cdc-icon-window-frame:before {
    content: ""
}

.cdc-icon-window:before {
    content: ""
}

.cdc-icon-wine-glass:before {
    content: ""
}

.cdc-icon-x-ray:before {
    content: ""
}

.cdc-icon-address-book-solid:before {
    content: ""
}

.cdc-icon-address-card-solid:before {
    content: ""
}

.cdc-icon-allergies-solid:before {
    content: ""
}

.cdc-icon-ambulance-solid:before {
    content: ""
}

.cdc-icon-american-sign-language-interpreting-solid:before {
    content: ""
}

.cdc-icon-analytics-solid:before {
    content: ""
}

.cdc-icon-apple-alt-solid:before {
    content: ""
}

.cdc-icon-archive-solid:before {
    content: ""
}

.cdc-icon-arrow-alt-circle-down-solid:before {
    content: ""
}

.cdc-icon-arrow-alt-circle-left-solid:before {
    content: ""
}

.cdc-icon-arrow-alt-circle-right-solid:before {
    content: ""
}

.cdc-icon-arrow-alt-circle-up-solid:before {
    content: ""
}

.cdc-icon-arrows-alt-h-solid:before {
    content: ""
}

.cdc-icon-atlas-solid:before {
    content: ""
}

.cdc-icon-baby-carriage-solid:before {
    content: ""
}

.cdc-icon-baby-solid:before {
    content: ""
}

.cdc-icon-bacteria-solid:before {
    content: ""
}

.cdc-icon-bacterium-solid:before {
    content: ""
}

.cdc-icon-bags-shopping-solid:before {
    content: ""
}

.cdc-icon-balance-scale-solid:before {
    content: ""
}

.cdc-icon-ballot-check-solid:before {
    content: ""
}

.cdc-icon-ballot-solid:before {
    content: ""
}

.cdc-icon-ban-solid:before {
    content: ""
}

.cdc-icon-band-aid-solid:before {
    content: ""
}

.cdc-icon-bath-solid:before {
    content: ""
}

.cdc-icon-bed-bunk-solid:before {
    content: ""
}

.cdc-icon-bed-solid:before {
    content: ""
}

.cdc-icon-bell-school-slash-solid:before {
    content: ""
}

.cdc-icon-bell-school-solid:before {
    content: ""
}

.cdc-icon-bicycle-solid:before {
    content: ""
}

.cdc-icon-biking-solid:before {
    content: ""
}

.cdc-icon-binoculars-solid:before {
    content: ""
}

.cdc-icon-birthday-cake-solid:before {
    content: ""
}

.cdc-icon-blind-solid:before {
    content: ""
}

.cdc-icon-bolt-solid:before {
    content: ""
}

.cdc-icon-book-alt-solid:before {
    content: ""
}

.cdc-icon-book-medical-solid:before {
    content: ""
}

.cdc-icon-book-open-solid:before {
    content: ""
}

.cdc-icon-book-reader-solid:before {
    content: ""
}

.cdc-icon-book-solid:before {
    content: ""
}

.cdc-icon-book-user-solid:before {
    content: ""
}

.cdc-icon-books-medical-solid:before {
    content: ""
}

.cdc-icon-box-alt-solid:before {
    content: ""
}

.cdc-icon-box-tissue-solid:before {
    content: ""
}

.cdc-icon-boxes-solid:before {
    content: ""
}

.cdc-icon-bread-loaf-solid:before {
    content: ""
}

.cdc-icon-briefcase-medical-solid:before {
    content: ""
}

.cdc-icon-briefcase-solid:before {
    content: ""
}

.cdc-icon-browser-solid:before {
    content: ""
}

.cdc-icon-building-solid:before {
    content: ""
}

.cdc-icon-bullseye-pointer-solid:before {
    content: ""
}

.cdc-icon-burger-soda-solid:before {
    content: ""
}

.cdc-icon-bus-solid:before {
    content: ""
}

.cdc-icon-calendar-alt-solid:before {
    content: ""
}

.cdc-icon-calendar-check-solid:before {
    content: ""
}

.cdc-icon-calendar-day-solid:before {
    content: ""
}

.cdc-icon-calendar-edit-solid:before {
    content: ""
}

.cdc-icon-calendar-exclamation-solid:before {
    content: ""
}

.cdc-icon-calendar-plus-solid:before {
    content: ""
}

.cdc-icon-calendar-solid:before {
    content: ""
}

.cdc-icon-calendar-star-solid:before {
    content: ""
}

.cdc-icon-capsules-solid:before {
    content: ""
}

.cdc-icon-car-bus-solid:before {
    content: ""
}

.cdc-icon-car-garage-solid:before {
    content: ""
}

.cdc-icon-car-side-solid:before {
    content: ""
}

.cdc-icon-caravan-solid:before {
    content: ""
}

.cdc-icon-carrot-solid:before {
    content: ""
}

.cdc-icon-cash-register-solid:before {
    content: ""
}

.cdc-icon-cauldron-solid:before {
    content: ""
}

.cdc-icon-chalkboard-teacher-solid:before {
    content: ""
}

.cdc-icon-charging-station-solid:before {
    content: ""
}

.cdc-icon-chart-area-solid:before {
    content: ""
}

.cdc-icon-chart-bar-solid:before {
    content: ""
}

.cdc-icon-chart-line-solid:before {
    content: ""
}

.cdc-icon-chart-pie-solid:before {
    content: ""
}

.cdc-icon-check-circle-solid:before {
    content: ""
}

.cdc-icon-check-solid:before {
    content: ""
}

.cdc-icon-check-square-solid:before {
    content: ""
}

.cdc-icon-cheese-swiss-solid:before {
    content: ""
}

.cdc-icon-cheeseburger-solid:before {
    content: ""
}

.cdc-icon-chevron-circle-down-solid:before {
    content: ""
}

.cdc-icon-chevron-circle-left-solid:before {
    content: ""
}

.cdc-icon-chevron-circle-right-solid:before {
    content: ""
}

.cdc-icon-chevron-circle-up-solid:before {
    content: ""
}

.cdc-icon-chevron-double-right-solid:before {
    content: ""
}

.cdc-icon-chevron-right-solid:before {
    content: ""
}

.cdc-icon-child-solid:before {
    content: ""
}

.cdc-icon-city-solid:before {
    content: ""
}

.cdc-icon-clinic-medical-solid:before {
    content: ""
}

.cdc-icon-clipboard-check-solid:before {
    content: ""
}

.cdc-icon-clipboard-list-check-solid:before {
    content: ""
}

.cdc-icon-clipboard-list-solid:before {
    content: ""
}

.cdc-icon-clipboard-prescription-solid:before {
    content: ""
}

.cdc-icon-clipboard-solid:before {
    content: ""
}

.cdc-icon-clipboard-user-solid:before {
    content: ""
}

.cdc-icon-cloud-solid:before {
    content: ""
}

.cdc-icon-clouds-sun-solid:before {
    content: ""
}

.cdc-icon-cocktail-solid:before {
    content: ""
}

.cdc-icon-code-solid:before {
    content: ""
}

.cdc-icon-coffee-pot-solid:before {
    content: ""
}

.cdc-icon-coffee-togo-solid:before {
    content: ""
}

.cdc-icon-cog-solid:before {
    content: ""
}

.cdc-icon-cogs-solid:before {
    content: ""
}

.cdc-icon-comment-alt-lines-solid:before {
    content: ""
}

.cdc-icon-comment-alt-medical-solid:before {
    content: ""
}

.cdc-icon-comment-alt-solid:before {
    content: ""
}

.cdc-icon-comment-lines-solid:before {
    content: ""
}

.cdc-icon-comment-medical-solid:before {
    content: ""
}

.cdc-icon-comment-solid:before {
    content: ""
}

.cdc-icon-comments-alt-solid:before {
    content: ""
}

.cdc-icon-comments-solid:before {
    content: ""
}

.cdc-icon-construction-solid:before {
    content: ""
}

.cdc-icon-conveyor-belt-solid:before {
    content: ""
}

.cdc-icon-copy-solid:before {
    content: ""
}

.cdc-icon-couch-solid:before {
    content: ""
}

.cdc-icon-cow-solid:before {
    content: ""
}

.cdc-icon-credit-card-solid:before {
    content: ""
}

.cdc-icon-database-solid:before {
    content: ""
}

.cdc-icon-deaf-solid:before {
    content: ""
}

.cdc-icon-desktop-alt-solid:before {
    content: ""
}

.cdc-icon-desktop-solid:before {
    content: ""
}

.cdc-icon-diagnoses-solid:before {
    content: ""
}

.cdc-icon-disease-solid:before {
    content: ""
}

.cdc-icon-dna-solid:before {
    content: ""
}

.cdc-icon-dog-leashed-solid:before {
    content: ""
}

.cdc-icon-dog-solid:before {
    content: ""
}

.cdc-icon-dolly-flatbed-alt-solid:before {
    content: ""
}

.cdc-icon-door-closed-solid:before {
    content: ""
}

.cdc-icon-door-open-solid:before {
    content: ""
}

.cdc-icon-download-solid:before {
    content: ""
}

.cdc-icon-drumstick-solid:before {
    content: ""
}

.cdc-icon-dumbbell-solid:before {
    content: ""
}

.cdc-icon-dumpster-solid:before {
    content: ""
}

.cdc-icon-ear-solid:before {
    content: ""
}

.cdc-icon-envelope-open-text-solid:before {
    content: ""
}

.cdc-icon-envelope-solid:before {
    content: ""
}

.cdc-icon-exclamation-circle-solid:before {
    content: ""
}

.cdc-icon-exclamation-square-solid:before {
    content: ""
}

.cdc-icon-exclamation-triangle-solid:before {
    content: ""
}

.cdc-icon-eye-dropper-solid:before {
    content: ""
}

.cdc-icon-eye-solid:before {
    content: ""
}

.cdc-icon-farm-solid:before {
    content: ""
}

.cdc-icon-feather-alt-solid:before {
    content: ""
}

.cdc-icon-female-solid:before {
    content: ""
}

.cdc-icon-file-alt-solid:before {
    content: ""
}

.cdc-icon-file-archive-solid:before {
    content: ""
}

.cdc-icon-file-audio-solid:before {
    content: ""
}

.cdc-icon-file-certificate-solid:before {
    content: ""
}

.cdc-icon-file-chart-line-solid:before {
    content: ""
}

.cdc-icon-file-download-solid:before {
    content: ""
}

.cdc-icon-file-medical-alt-solid:before {
    content: ""
}

.cdc-icon-file-medical-solid:before {
    content: ""
}

.cdc-icon-file-prescription-solid:before {
    content: ""
}

.cdc-icon-files-medical-solid:before {
    content: ""
}

.cdc-icon-first-aid-solid:before {
    content: ""
}

.cdc-icon-flag-alt-solid:before {
    content: ""
}

.cdc-icon-flag-solid:before {
    content: ""
}

.cdc-icon-flag-usa-solid:before {
    content: ""
}

.cdc-icon-flame-solid:before {
    content: ""
}

.cdc-icon-flask-solid:before {
    content: ""
}

.cdc-icon-flower-daffodil-solid:before {
    content: ""
}

.cdc-icon-folder-plus-solid:before {
    content: ""
}

.cdc-icon-football-ball-solid:before {
    content: ""
}

.cdc-icon-forklift-solid:before {
    content: ""
}

.cdc-icon-frown-solid:before {
    content: ""
}

.cdc-icon-gamepad-alt-solid:before {
    content: ""
}

.cdc-icon-gas-pump-solid:before {
    content: ""
}

.cdc-icon-glass-citrus-solid:before {
    content: ""
}

.cdc-icon-glass-solid:before {
    content: ""
}

.cdc-icon-globe-africa-solid:before {
    content: ""
}

.cdc-icon-globe-americas-solid:before {
    content: ""
}

.cdc-icon-globe-asia-solid:before {
    content: ""
}

.cdc-icon-globe-europe-solid:before {
    content: ""
}

.cdc-icon-globe-solid:before {
    content: ""
}

.cdc-icon-graduation-cap-solid:before {
    content: ""
}

.cdc-icon-grin-solid:before {
    content: ""
}

.cdc-icon-guitars-solid:before {
    content: ""
}

.cdc-icon-h-square-solid:before {
    content: ""
}

.cdc-icon-hand-holding-heart-solid:before {
    content: ""
}

.cdc-icon-hand-holding-medical-solid:before {
    content: ""
}

.cdc-icon-hand-paper-solid:before {
    content: ""
}

.cdc-icon-hand-point-right-solid:before {
    content: ""
}

.cdc-icon-hand-sparkles-solid:before {
    content: ""
}

.cdc-icon-hands-helping-solid:before {
    content: ""
}

.cdc-icon-hands-wash-solid:before {
    content: ""
}

.cdc-icon-handshake-slash-solid:before {
    content: ""
}

.cdc-icon-head-side-brain-solid:before {
    content: ""
}

.cdc-icon-head-side-cough-slash-solid:before {
    content: ""
}

.cdc-icon-head-side-cough-solid:before {
    content: ""
}

.cdc-icon-head-side-mask-solid:before {
    content: ""
}

.cdc-icon-head-side-medical-solid:before {
    content: ""
}

.cdc-icon-headset-solid:before {
    content: ""
}

.cdc-icon-heart-rate-solid:before {
    content: ""
}

.cdc-icon-heartbeat-solid:before {
    content: ""
}

.cdc-icon-heat-solid:before {
    content: ""
}

.cdc-icon-hiking-solid:before {
    content: ""
}

.cdc-icon-home-lg-alt-solid:before {
    content: ""
}

.cdc-icon-home-lg-solid:before {
    content: ""
}

.cdc-icon-hospital-alt-solid:before {
    content: ""
}

.cdc-icon-hospital-solid:before {
    content: ""
}

.cdc-icon-hospital-symbol-solid:before {
    content: ""
}

.cdc-icon-hospital-user-solid:before {
    content: ""
}

.cdc-icon-hot-tub-solid:before {
    content: ""
}

.cdc-icon-hotel-solid:before {
    content: ""
}

.cdc-icon-house-leave-solid:before {
    content: ""
}

.cdc-icon-house-return-solid:before {
    content: ""
}

.cdc-icon-house-user-solid:before {
    content: ""
}

.cdc-icon-hurricane-solid:before {
    content: ""
}

.cdc-icon-ice-cream-solid:before {
    content: ""
}

.cdc-icon-id-badge-solid:before {
    content: ""
}

.cdc-icon-id-card-solid:before {
    content: ""
}

.cdc-icon-inbox-solid:before {
    content: ""
}

.cdc-icon-industry-solid:before {
    content: ""
}

.cdc-icon-info-circle-solid:before {
    content: ""
}

.cdc-icon-info-solid:before {
    content: ""
}

.cdc-icon-info-square-solid:before {
    content: ""
}

.cdc-icon-inhaler-solid:before {
    content: ""
}

.cdc-icon-key-solid:before {
    content: ""
}

.cdc-icon-keyboard-solid:before {
    content: ""
}

.cdc-icon-keynote-solid:before {
    content: ""
}

.cdc-icon-landmark-alt-solid:before {
    content: ""
}

.cdc-icon-landmark-solid:before {
    content: ""
}

.cdc-icon-laptop-house-solid:before {
    content: ""
}

.cdc-icon-laptop-medical-solid:before {
    content: ""
}

.cdc-icon-laptop-solid:before {
    content: ""
}

.cdc-icon-leaf-oak-solid:before {
    content: ""
}

.cdc-icon-leaf-solid:before {
    content: ""
}

.cdc-icon-life-ring-solid:before {
    content: ""
}

.cdc-icon-lightbulb-solid:before {
    content: ""
}

.cdc-icon-link-solid:before {
    content: ""
}

.cdc-icon-lock-alt-solid:before {
    content: ""
}

.cdc-icon-lock-open-alt-solid:before {
    content: ""
}

.cdc-icon-luggage-cart-solid:before {
    content: ""
}

.cdc-icon-lungs-solid:before {
    content: ""
}

.cdc-icon-lungs-virus-solid:before {
    content: ""
}

.cdc-icon-mail-bulk-solid:before {
    content: ""
}

.cdc-icon-male-solid:before {
    content: ""
}

.cdc-icon-map-marker-alt-slash-solid:before {
    content: ""
}

.cdc-icon-map-solid:before {
    content: ""
}

.cdc-icon-medkit-solid:before {
    content: ""
}

.cdc-icon-microphone-solid:before {
    content: ""
}

.cdc-icon-microscope-solid:before {
    content: ""
}

.cdc-icon-mobile-alt-solid:before {
    content: ""
}

.cdc-icon-mobile-solid:before {
    content: ""
}

.cdc-icon-money-bill-solid:before {
    content: ""
}

.cdc-icon-monitor-heart-rate-solid:before {
    content: ""
}

.cdc-icon-moon-solid:before {
    content: ""
}

.cdc-icon-mortar-pestle-solid:before {
    content: ""
}

.cdc-icon-mouse-pointer-solid:before {
    content: ""
}

.cdc-icon-mug-tea-solid:before {
    content: ""
}

.cdc-icon-network-wired-solid:before {
    content: ""
}

.cdc-icon-newspaper-solid:before {
    content: ""
}

.cdc-icon-notes-medical-solid:before {
    content: ""
}

.cdc-icon-passport-solid:before {
    content: ""
}

.cdc-icon-paw-claws-solid:before {
    content: ""
}

.cdc-icon-paw-solid:before {
    content: ""
}

.cdc-icon-people-arrows-solid:before {
    content: ""
}

.cdc-icon-person-booth-solid:before {
    content: ""
}

.cdc-icon-person-sign-solid:before {
    content: ""
}

.cdc-icon-phone-office-solid:before {
    content: ""
}

.cdc-icon-pills-solid:before {
    content: ""
}

.cdc-icon-pizza-slice-solid:before {
    content: ""
}

.cdc-icon-place-of-worship-solid:before {
    content: ""
}

.cdc-icon-plane-arrival-solid:before {
    content: ""
}

.cdc-icon-plane-departure-solid:before {
    content: ""
}

.cdc-icon-plane-slash-solid:before {
    content: ""
}

.cdc-icon-plane-solid:before {
    content: ""
}

.cdc-icon-play-circle-solid:before {
    content: ""
}

.cdc-icon-play-solid:before {
    content: ""
}

.cdc-icon-podium-solid:before {
    content: ""
}

.cdc-icon-poll-people-solid:before {
    content: ""
}

.cdc-icon-poop-solid:before {
    content: ""
}

.cdc-icon-popcorn-solid:before {
    content: ""
}

.cdc-icon-portrait-solid:before {
    content: ""
}

.cdc-icon-prescription-bottle-alt-solid:before {
    content: ""
}

.cdc-icon-prescription-bottle-solid:before {
    content: ""
}

.cdc-icon-prescription-solid:before {
    content: ""
}

.cdc-icon-presentation-solid:before {
    content: ""
}

.cdc-icon-procedures-solid:before {
    content: ""
}

.cdc-icon-pump-medical-solid:before {
    content: ""
}

.cdc-icon-pump-soap-solid:before {
    content: ""
}

.cdc-icon-pumpkin-solid:before {
    content: ""
}

.cdc-icon-question-circle-solid:before {
    content: ""
}

.cdc-icon-question-solid:before {
    content: ""
}

.cdc-icon-question-square-solid:before {
    content: ""
}

.cdc-icon-recycle-solid:before {
    content: ""
}

.cdc-icon-ribbon-solid:before {
    content: ""
}

.cdc-icon-road-solid:before {
    content: ""
}

.cdc-icon-rocket-launch-solid:before {
    content: ""
}

.cdc-icon-route-interstate-solid:before {
    content: ""
}

.cdc-icon-route-solid:before {
    content: ""
}

.cdc-icon-running-solid:before {
    content: ""
}

.cdc-icon-rv-solid:before {
    content: ""
}

.cdc-icon-scanner-solid:before {
    content: ""
}

.cdc-icon-school-solid:before {
    content: ""
}

.cdc-icon-search-solid:before {
    content: ""
}

.cdc-icon-share-alt-solid:before {
    content: ""
}

.cdc-icon-share-solid:before {
    content: ""
}

.cdc-icon-ship-solid:before {
    content: ""
}

.cdc-icon-shipping-fast-solid:before {
    content: ""
}

.cdc-icon-shopping-cart-solid:before {
    content: ""
}

.cdc-icon-shower-solid:before {
    content: ""
}

.cdc-icon-shuttle-van-solid:before {
    content: ""
}

.cdc-icon-sign-language-solid:before {
    content: ""
}

.cdc-icon-sign-solid:before {
    content: ""
}

.cdc-icon-sink-solid:before {
    content: ""
}

.cdc-icon-sitemap-solid:before {
    content: ""
}

.cdc-icon-smoking-ban-solid:before {
    content: ""
}

.cdc-icon-smoking-solid:before {
    content: ""
}

.cdc-icon-soap-solid:before {
    content: ""
}

.cdc-icon-soup-solid:before {
    content: ""
}

.cdc-icon-spray-can-solid:before {
    content: ""
}

.cdc-icon-star-solid:before {
    content: ""
}

.cdc-icon-stethoscope-solid:before {
    content: ""
}

.cdc-icon-stomach-solid:before {
    content: ""
}

.cdc-icon-stopwatch-solid:before {
    content: ""
}

.cdc-icon-store-alt-slash-solid:before {
    content: ""
}

.cdc-icon-store-slash-solid:before {
    content: ""
}

.cdc-icon-stretcher-solid:before {
    content: ""
}

.cdc-icon-subway-solid:before {
    content: ""
}

.cdc-icon-suitcase-rolling-solid:before {
    content: ""
}

.cdc-icon-suitcase-solid:before {
    content: ""
}

.cdc-icon-sun-solid:before {
    content: ""
}

.cdc-icon-sunglasses-solid:before {
    content: ""
}

.cdc-icon-swimmer-solid:before {
    content: ""
}

.cdc-icon-swimming-pool-solid:before {
    content: ""
}

.cdc-icon-sync-alt-solid:before {
    content: ""
}

.cdc-icon-syringe-solid:before {
    content: ""
}

.cdc-icon-table-solid:before {
    content: ""
}

.cdc-icon-tablet-alt-solid:before {
    content: ""
}

.cdc-icon-tablets-solid:before {
    content: ""
}

.cdc-icon-taxi-solid:before {
    content: ""
}

.cdc-icon-temperature-high-solid:before {
    content: ""
}

.cdc-icon-temperature-low-solid:before {
    content: ""
}

.cdc-icon-thumbs-down-solid:before {
    content: ""
}

.cdc-icon-thumbs-up-solid:before {
    content: ""
}

.cdc-icon-times-circle-solid:before {
    content: ""
}

.cdc-icon-times-solid:before {
    content: ""
}

.cdc-icon-tint-slash-solid:before {
    content: ""
}

.cdc-icon-tint-solid:before {
    content: ""
}

.cdc-icon-toolbox-solid:before {
    content: ""
}

.cdc-icon-tools-solid:before {
    content: ""
}

.cdc-icon-tooth-solid:before {
    content: ""
}

.cdc-icon-toothbrush-solid:before {
    content: ""
}

.cdc-icon-tornado-solid:before {
    content: ""
}

.cdc-icon-tractor-solid:before {
    content: ""
}

.cdc-icon-train-solid:before {
    content: ""
}

.cdc-icon-trash-solid:before {
    content: ""
}

.cdc-icon-truck-loading-solid:before {
    content: ""
}

.cdc-icon-tshirt-solid:before {
    content: ""
}

.cdc-icon-umbrella-beach-solid:before {
    content: ""
}

.cdc-icon-universal-access-solid:before {
    content: ""
}

.cdc-icon-user-chart-solid:before {
    content: ""
}

.cdc-icon-user-clock-solid:before {
    content: ""
}

.cdc-icon-user-cog-solid:before {
    content: ""
}

.cdc-icon-user-friends-solid:before {
    content: ""
}

.cdc-icon-user-graduate-solid:before {
    content: ""
}

.cdc-icon-user-hard-hat-solid:before {
    content: ""
}

.cdc-icon-user-injured-solid:before {
    content: ""
}

.cdc-icon-user-md-chat-solid:before {
    content: ""
}

.cdc-icon-user-md-solid:before {
    content: ""
}

.cdc-icon-user-nurse-solid:before {
    content: ""
}

.cdc-icon-user-solid:before {
    content: ""
}

.cdc-icon-users-class-solid:before {
    content: ""
}

.cdc-icon-users-medical-solid:before {
    content: ""
}

.cdc-icon-users-slash-solid:before {
    content: ""
}

.cdc-icon-users-solid:before {
    content: ""
}

.cdc-icon-utensils-solid:before {
    content: ""
}

.cdc-icon-vacuum-solid:before {
    content: ""
}

.cdc-icon-venus-mars-solid:before {
    content: ""
}

.cdc-icon-vial-solid:before {
    content: ""
}

.cdc-icon-vials-solid:before {
    content: ""
}

.cdc-icon-virus-slash-solid:before {
    content: ""
}

.cdc-icon-virus-solid:before {
    content: ""
}

.cdc-icon-viruses-solid:before {
    content: ""
}

.cdc-icon-walker-solid:before {
    content: ""
}

.cdc-icon-walking-solid:before {
    content: ""
}

.cdc-icon-washer-solid:before {
    content: ""
}

.cdc-icon-water-solid:before {
    content: ""
}

.cdc-icon-weight-solid:before {
    content: ""
}

.cdc-icon-wheelchair-solid:before {
    content: ""
}

.cdc-icon-window-close-solid:before {
    content: ""
}

.cdc-icon-window-frame-open-solid:before {
    content: ""
}

.cdc-icon-window-frame-solid:before {
    content: ""
}

.cdc-icon-window-solid:before {
    content: ""
}

.cdc-icon-wine-glass-solid:before {
    content: ""
}

.cdc-icon-x-ray-solid:before {
    content: ""
}

@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;
        color: #000 !important
    }

    .step-table .row-header {
        font-size: 1.125rem;
        background-color: inherit !important;
        color: #000 !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
    }
}