
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Open+Sans:wght@600;700&display=swap');


.mobile-menu-user a {
    color: #97999b;
    /* font-size: 17px; */
    color: #97999B;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

/* PROGRAMS */

.programs a {
    color: #007396;
}

.programs a:hover {
    text-decoration: none;
}

.filter-active {
    background: #007396;
    color: #FFF;
    padding: 6px 12px;
    border-radius: 3px;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.filter-active i.fa.fa-times {
    float: right;
    line-height: 22px;
    color: #162b31;
    /* font-weight: 600; */
}

b.filter-header {
    margin-top: 1rem;
    margin-bottom: 6px;
    display: inline-block;
}

ul.filter-list {
    padding: 0;
}

.filter-list li {
    list-style-type: none;
}

.program-title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0.25rem;
}

.program-info {
    margin-bottom: 0.25rem;
    color: #212529;
    font-size: 14px;
}

.program-info i {
    color: #b5c8ce;
    margin-right: 0.3rem;
}

.program-description {
    font-size: 14px;
    color: #68727b;
}

.program-category {
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-top: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #a2aeb9;
}

a.program {
    display: inline-block;
    border: 2px solid #5a7d883b;
    width: 100%;
    padding: 1rem 1.5rem;
    border-radius: 3px;
    background: #00739603;
}
a.program:hover {
    background: #4d829214;
}

.programs td.border-0.sorting_1 {
    padding: 0;
    padding-top: 1rem;
}

.programs thead td {
    visibility: hidden;
    padding: 0;
}

.programs .col-lg-3 {
    border-right: 1px solid #ccc6;
    padding-right: 1.5rem;
}

.programs .col-lg-9 {
    padding-left: 1.5rem;
}

.programs #DataTables_Table_0 {
    width: 100% !important;
}

.offering .label {
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.offering h2 .fa-chevron-right {
    font-size: 10px;
}

.offering-banner {
    height: 400px;
    background-size: cover;
    background-position: center;
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

.offering .heading {
    background-image: url('/member/img/offering/offering-banner.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #0d2d49;
}


.search-wrap {
    background: #053a73;
    padding: 20px 0;
}

.offering h1, .offering h2, .offering h3, .offering h4, .offering h5 {
    font-family: "Open Sans",sans-serif;
}
.offering h2 {
    font-size: 28px;
}

input.form-control.header-search.data-table-search {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    flex: 1;
    border: none;
    padding: 20px;
    outline: none;
    display: inline-block;
    height: 48px;
}

.is-invalid .selectize-input {
    border: 2px solid #dc3545;
}

.custom-file-label {
    height: calc(1.5em + .75rem + 4px);
    border: 2px solid #ced4da;
}

.invalid-feedback {
    display: block; 
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.offerings {
    /*background: #ebecec;*/
}

.offerings a {
    color: #053a73;
    font-weight: 600;
}

.offerings .table a:hover {
    text-decoration: none;
    border-bottom: 1px solid #053a73;
}

.offerings .table-hover tbody tr:hover {
    color: #212529;
    background-color: #053a730d;
}

.data-table-offerings {
    width: 100% !important;
}

.offering > div {
    -webkit-font-smoothing: antialiased;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    color: #343a40;
    font-weight: 600;
}

.column-title {
    min-width: 320px;
}

.column-format {
    min-width: 100px;
}

table {
    margin: 2rem 0;
}

.offering .btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-font-smoothing: antialiased;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    background: #1bb5f2;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -webkit-backface-visibility: hidden;
}

.heading {
    text-align: left;
}

.heading:before {
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, #06468b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, #06468b));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, #06468b 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, #06468b 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, #06468b 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, #06468b 100%);
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 150%;
    z-index: 1;
}

.offering .heading {
    background-image: url(/member/img/offering/offering-banner-photo.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0d2d49;
    position: relative;
    overflow: hidden;
}

.heading h1 {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.2;
    text-shadow: 0 4px 5px rgba(0,0,0,0.3);
    font-family: "Bebas Neue",sans-serif;
    font-size: 72px;
    line-height: 1;
    color: #FFF;
}

.heading p {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #FFF;
}

.heading .row > div {
    z-index: 2;
}

.offering .table td, .table th {
    padding: 1rem;
    vertical-align: top;
    border-top: 2px solid #dee2e6;
}

.offering-form .heading {
    min-height: 270px;
}

.offering-view .heading {
    min-height: 350px;
    height: auto;
    background-image: none;
}

.offering-quiz .heading {
    height: 280px;
}

.offering-side {
    position: relative;
    top: -310px;
    margin-bottom: -310px;
    z-index: 2;
    background: #FFF;
    height: fit-content;
}

.offering h2 .fa {
    color: #1bb5f2;
    font-size: 1.5rem;
    position: relative;
    top: -2px;
}

.offerings.quiz button.list-group-item:hover {
    background: #EEE;
}

.ose-label {
    width: 100%;
    padding: 6px;
    border-radius: 4px;
}

.ose-label:hover {
    background: #08478a14;
}

.ose-table thead {
    font-weight: 600;
    color: #adb5bd;
}

.offering-banner {
    height: 270px;
    background-size: cover;
    background-position: center;
}

.offering .btn-link {
    background: transparent;
    color: inherit;
}

.offering.eoc .heading {
    background-image: url(/member/img/offering/offering-banner-photo.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #0d2d49;
    position: relative;
    height: auto;
    overflow: hidden;
}

.quiz .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #064589;
    border-color: #064589;
}

.ose-approved {
    width: 210px;
    margin: auto;
    display: block;
    margin-top: 1rem;
}

.ose-approved-sm {
    float: left;
    width: 26px;
    margin-right: 6px;
}

.form-group .selectize-input {
    border: 2px solid #ced4da;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.form-group .is-invalid .selectize-input {
    border: 2px solid #dc3545;
}

label.required:after {
    content: "(required)";
    color: #9da5ad;
    margin-left: 2px;
    font-weight: normal;
    font-size: 80%;
}

label.optional:after {
    content: "(optional)";    
    color: #9da5ad;
    margin-left: 2px;
    font-weight: normal;
    font-size: 80%;
}

#filter-collapse {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: normal;
    margin-top: -28px;
}

.text-muted {
    font-weight: normal;
    font-size: 13px;
}

.filters a:hover {
    text-decoration: none;
}

.page-item.disabled .page-link {
    color: #ced4da;
}

.tox-tinymce {
    border: 2px solid #ced4da !important;
    border-radius: 0.25rem !important;
}

.offering-view ul, ol {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.offering-view table {
    margin: 0;
    margin-bottom: 2rem;
}

.offering-view table td,
.offering-view table th {
    padding: 0.5rem;
    border: 1px solid #CCC;
}

@media (max-width: 1270px) {
}

@media (max-width: 992px) {
    .offering-side {
        position: static;
        margin-bottom: 0;
    }
    .page-item {
        display: none;
    }
    .page-item.previous {
        display: block;
    }
    .page-item.next {
        display: block;
    }
    .data-table-show-per-page {
        display: none;
    }
    .offering-view .heading {
        min-height: auto;
    }
    .heading h1 {
        font-size: 42px;
    }
    #header .flex {
        height: 32px;
    }
}

.user-button {
    position: absolute;
    right: 16px;
    top: -48px;
}