﻿header, footer {
    display: none;
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto;
}

.m-content-section {
    padding: 20px 0;
    background: #fff;
    position: relative;
}

.m-content-section--nocontainerpadding {
    padding: 0;
}

.wrap {
    position: relative;
}

.wrap_content {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px 10px 20px;
}

.alignCenter {
    text-align: center;
}

ul {
    list-style: none;
    padding: 0;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #0094d0;
    z-index: 10;
    background: #fff;
    font-size: 12px;
}

.m-content-section--lt-blue {
    background: #0094d0;
    margin-top: 60px;
}

    .m-content-section--lt-blue h1, .m-content-section--lt-blue h2 {
        font-family: "Roboto", Arial, sans-serif;
        font-weight: 300;
        line-height: 1.4;
        color: #fff;
    }



    .m-content-section p {
        font-family: Roboto, Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        margin: 0;
    }

.section-text-area h2 {
    font-size: 32px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 10px;
}

.m-content-section--lt-blue p {
    color: #fff;
}

    .m-content-section .row {
        display: block;
    }

.sideNav a.active, .sideNav a:hover, .sideNav a:focus {
    border: 2px solid #99d4ec;
    text-decoration: none;
}

.sideNav a.active {
    background: #99d4ec;
}

.sideNav a {
    display: block;
    padding: 6px;
    border: 2px solid #fff;
    position: relative;
    color: #000;
    font-size: 16px;
    transition: .2s linear;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: none;
}

.blocks > li {
    width: 100%;
    margin: 0 0 20px 0;
}

.card {
    display: block;
}

.card-hd {
    display: table;
    width: 100%;
    min-height: 92px;
    padding: 20px 10px;
    background: #0094d0;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    line-height: 1.3;
    white-space: pre-wrap;
    transition: .2s linear;
}

.card-hd {
    background: #003764;
}

li:nth-child(2n+1) .card-hd {
    background: #003764;
}

.card-hd > * {
    display: table-cell;
    vertical-align: middle;
}

.card-hd h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

.card-bd a:hover, .card-bd a:focus, .card-bd a:visited {
    text-decoration: underline;
}

.btn:hover, .btn:focus, a.btn:hover, a.btn:focus {
    cursor: pointer;
    text-decoration: none;
    background: #99d4ec;
    border: 2px solid #99d4ec;
}

.card-bd {
    padding: 20px 10px;
    border: 1px solid #98989a;
    border-top: none;
    font-size: 14px;
}

    .card-bd li {
        font-size: 14px;
        line-height: 1.4;
        font-family: Roboto, Arial, sans-serif;
        display: block !important;
    }

    .card-bd .pushBtm20 p {
        font-size: 14px;
        line-height: 1.4;
        margin: 0;
    }

.card-date {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
}

.pushBtm20 {
    margin-bottom: 20px;
}

.pushBtm10 {
    margin-bottom: 10px;
}

.card-bd a {
    color: #0094d0;
    font-weight: 700;
    text-decoration: none;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4;
}

.btn, a.btn {
    display: inline-block;
    min-width: 160px;
    padding: 10px;
    position: relative;
    border: 2px solid #f3cc23;
    background: #f3cc23;
    color: #323131;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    transition: background .2s, color .2s, border .2s;
}

.header-logo {
    width: 130px;
    float: left;
    padding-bottom: 3px;
}

.header-language {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 1.4;
}

a.language-trigger {
    display: block;
    padding: 8px 10px;
    border-radius: 20px;
    color: #0094d0;
    font-size: 12px;
    font-weight: 400;
    text-align: right;
    text-transform: uppercase;
    text-decoration: none;
}

    a.language-trigger:before, a.language-trigger:after {
        content: " ";
        display: table;
    }

    a.language-trigger:after {
        clear: both;
    }

.language-trigger i {
    padding-top: 1px;
    float: none;
    transition: .2s;
}

.fa-chevron-right:before {
    content: "\f054";
}

.language-trigger.active i {
    transform: rotate(90deg);
}

.language-trigger span {
    padding-right: 5px;
    float: none;
}

.language-content {
    overflow: hidden;
    border: 1px solid #0094d0;
    background: #fff;
    text-align: left;
    margin-top: -8px;
    padding-left: 0;
}

    .language-content > li > a {
        display: block;
        padding: 6px 20px;
        color: #0094d0;
        font-size: 13px;
        font-weight: 400;
        text-decoration: none;
        line-height: 1.4;
    }

        .language-content > li > a:hover, .language-content > li > a:focus {
            background: #0094d0;
            color: #fff;
            text-decoration: underline;
        }

.fa-download:before {
    content: "\f019";
}

.section-text-area p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    font-family: Roboto, Arial, sans-serif;
    width: 90%;
}

.section-text-area {
    padding-left: 6px;
}

.fac-resources-section {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 10px;
}

ul.sideNav {
    margin-top: 0;
}

.fac-resources-section .col-lg-4, .fac-resources-section .col-lg-8 {
    padding-right: 0.25rem;
}

.header:before, .header:after {
    content: " ";
    display: table;
}

.header:after {
    clear: both;
}


.header:before, .header:after {
    content: " ";
    display: table;
}

.fa-exclamation:before {
    content: "\f12a";
}

.sideNav a i {
    color: #0094d0;
    float: right;
}

.padRight5 {
    padding-right: 5px;
}

.section-text-area.active {
    display: block !important;
}

@media screen and (max-width: 768px) {
    .m-content-section--lt-blue h1 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .m-content-section--lt-blue p {
        line-height: 1.4;
    }
}

@media screen and (min-width: 768px) {

    .isHiddenDesktop {
        display: none !important;
    }

    .ed-facresources .row {
        display: block;
    }

    .header {
        padding: 10px 20px;
    }

    .header-logo {
        width: 154px;
    }

    .header-language {
        top: 20px;
        right: 10px;
    }

    .sideNav a {
        padding: 16px 6px;
        font-size: 18px;
    }

    ul.blocks {
        padding-left: 0px;
    }

    .blocks > li {
        display: inline-block;
        margin: 0 1.5625% 1.5625% 0;
        font-family: "Roboto", Arial, sans-serif;
        font-size: 18px;
        color: #323131;
        line-height: 1.4;
        vertical-align: top;
    }

    .blocks_2col > li {
        width: 47%;
    }

    .btn, a.btn {
        min-width: 160px;
        padding: 12px 20px;
        font-size: 16px;
    }

    .m-content-section--lt-blue h1 {
        font-size: 38px;
        margin-bottom: 15px;
    }

    .m-content-section--lt-blue h2 {
        font-size: 28px;
    }

    .wrap_content {
        padding: 20px 20px 20px;
    }
}

@media screen and (min-width: 1024px) {
    .wrap_content, .wrap_contentMed {
        padding: 40px 20px;
    }

    .fac-resources-section {
        padding: 25px 20px;
    }

    .header {
        position: absolute;
        padding: 0;
        border-bottom: none;
    }

    .header-top {
        max-width: 1280px;
        margin: 0 auto;
    }

    .header-logo {
        width: 205px;
        padding: 10px 0 5px 20px;
        float: none;
        clear: both;
    }

    .header-language {
        top: 15px;
        right: 20px;
    }
}
