/*
Theme Name: SWPG Simple Theme
Author: SWPG
Author URI: https://wordpress.org/
Description: Stripped down, bare-bones theme that you can style as you wish with html and css.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: simple, effective
Text Domain: SWPG

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



a:not(.accordion-details a){
    text-decoration: unset !important;
}
body {
    /*font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
    color: hsl(204deg 100% 15%) !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
h1, h2, h3, h4, h5, h6, strong {
    color: hsl(204deg 100% 10%);
    font-weight: 600 !important;
    text-rendering: optimizeLegibility;
}
h1, h2, h3, h4, h5, h6{
    letter-spacing: normal;
}
p, li, ul, span,div {
    color: hsl(204deg 100% 15%);
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.01rem;
    font-size:16px;
}
#page-content{
    z-index:auto;
}

.clear_both {
    clear: both;
}

.float_right {
    float: right;
}

.overflow_hidden {
    overflow: hidden;
}

.text_align_center {
    text-align: center;
}

.no_bottom_margin {
    margin-bottom: 0px;
}

.form-required {
    color: red;
}

.display_none {
    display: none !important;
}

.display_none_gently {
    display: none;
}

.float_left {
    float: left;
}

.red {
    color: red !important;
}
.balance{
    white-space: unset;
    text-wrap: balance;
}

.bold {
    font-weight: bold;
}

.margin_top_34 {
    margin-top: 34px;
}

.dotted_underline {
    text-decoration-style: dotted;
    text-decoration-line: underline;
}

.no_bottom_margin {
    margin-bottom: 0px !important;
}

.swpgLightboxModal.swpg_modal {
    float: left;
}

.swpg_targeted_bootstrap .modal.show .modal-dialog {
    box-shadow: 0px 0px 70px black;
    margin: 10% auto 10% auto;
}

.nav_margin {
    margin-top: 106px;
}

.page-template-page-home .nav_margin {
    margin-top: 107px;
}

.show_icon {
    display: none;
}

.hide_icon {
    display: inline-block;
}

.show .show_icon {
    display: inline-block;
}

.show .hide_icon {
    display: none;
}

.accordion_switch {
    width: 100%;
    display: block;
}

.accordion_switch:hover {
    cursor: pointer;
}

.tab_items {
    border: 1px solid rgba(237,237,237,1);
    border-top: none;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.08);
    box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 8%);
    overflow: hidden;
    color: #333;
    margin: 0px auto;
}

.tab_items .tab_section {
    padding: 24px 30px;
}

.tabs_holder {
    margin-top: 34px;
}

#page .restore_link_state {
    text-decoration: underline !important;
}

#page .restore_link_state:hover {
    text-decoration: none !important;
}

/*Nav menu */
ul.dropdown-menu li.menu-item-has-children li.menu-item-has-children:hover > a:after
, ul.dropdown-menu li.menu-item-has-children li.menu-item-has-children > a:after
, #offcanvas_menu li.menu-item.menu-item-has-children > a:after {
    content: "\f055" !important;
    font-family: FontAwesome;
    display: inline-block;
    color: inherit;
    font-size: 0.8em;
    box-sizing: border-box;
    width: 20px;
    height: 100%;
    text-align: center;
    position: absolute;
    right: 1em;
    opacity: 0.9;
}

ul:not(#class_search_form ul) {
    margin-left: 5px;
}

.current-menu-parent > a, .current-menu-ancestor > a {
    border-bottom-color: #bb1f3f !important;
}

.current-menu-parent .current_page_item > a, .current-menu-parent .current_page_item > a, .sub-menu .current-menu-parent > a {
    color: rgb(187, 31, 63);
}

/*Branding banner*/

.nci-group-name {
    background: #bb1f3f;
}

.nci-group-name.fixto-fixed {
    position: fixed;
    z-index: 9999;
    top: 76px;
    width: 100%;
}

.logged-in .nci-group-name.fixto-fixed {

    top: 108px;
}

.nci-group-name > .container {
    max-width: unset;
    padding-left: 15px;
}

.header_contact_link {
    float: right;
    margin-right: 15px;
    padding-top: 2px;
    color: #fff !important;
    font-weight: 700;
}

.header_contact_link:hover {
    text-decoration: underline !important;
}

.nci-group-name h2 {
    padding: 0;
    color: #FFF;
    text-transform: none;
    font-size: 20px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 200 !important;
    line-height: 1.5em;
}

/*SECTION HEADING DIVIDERS*/
.section-heading {
    border-bottom: 1px solid;
    margin: 24px 0px 24px 0px;
    padding-bottom: 1rem;
    font-weight: bold;
    color: hsl(204deg 100% 15%) !important;
}
@media (min-width: 600px){
    .section-heading {
        margin: 36px 0px 24px 0px;
    }
}
/* Custom BUTTONS */
.banner-cta .btn-btep-primary, .cta .btn-btep-primary {
    background-color: hsl(347deg 100% 36%) !important;
    color: white !important;
    border: inherit;
    position: relative;
    font-size: inherit;
    font-weight: inherit;
}

.banner-cta .btn-btep-primary-outline,
.cta .btn-btep-primary-outline,
.btn-btep-primary-outline
{
    background-color: transparent;
    color: hsl(347deg 100% 36%) !important;
    border: 1px solid hsl(347deg 71% 43%) !important;
}
@media (max-width:500px){
    .banner-cta{
        text-align: center !important;
    }
    .event-list-section.cta .btn{
        margin: auto 10px auto 10px;
    }
}
.btn-btep-primary:hover, .btn-btep-primary-outline:hover {
    box-shadow: 1px 1px 3px 1px rgb(209 144 158 / 69%), -3px -1px 2px hsl(0deg 0% 100%);
}
.btep_home_banner .btn-btep-primary:hover{
    box-shadow: inset 3px 3px 2px 1px rgb(88 0 20 / 65%), inset -2px -2px 3px hsl(350deg 100% 76% / 50%);
}

/* HIDDEN FORM */
#robot_form{
    display:none;
}
.page #class_search_container:not(.home-page-content #class_search_container){
    display: none;
}

/* SITE SEARCH Page*/
form#navigation_search_box {
    margin-bottom: 0 !important;
}
#navigation_search_box .input-group{
    display:inline-flex;
}
#navigation_search_box .form-control{
    border-radius: 8px 0px 0px 8px;
}
#navigation_search_box .hidden{
    display:none;
}
#navigation_search_box button{
    background-color: #bb1f3f;
    color: white;
    border:unset;
    padding: 0px 8px;
    cursor:pointer;
    border-radius: 0px 8px 8px 0px;
    height: 2.5rem;
}
.search_item{

}
.search_item h3{
    font-size: 1.25rem;
}
.search_term p{
    line-height: 1.4;
    letter-spacing: 0.02rem;
}
.search_item .result_type{
    font-size: 16px;
    width: fit-content;
    margin-bottom: 0.5rem;
}

#search_page #page_search_box input.form-control{
    padding-left: 32px;
}
#search_page #page_search_box input[type="search"],
#search_page #page_search_box select{
    font-size: 20px;

}
#search_page #page_search_box .search-submit{
    background-color: hsl(347deg 100% 36%) !important;
    color: white;
}


@media(min-width:992px){
    #search_page #page_search_box {
        border-radius: 56px;
    }
    #search_page *:focus{
        outline:0 !important;
        border-color:unset !important;
        box-shadow: none !important;
    }

    #search_page #page_search_box .input-group{
        height:56px;
        border-radius:56px;
        -webkit-appearance: none;
    }
    #search_page #page_search_box .input-group:focus-within{
        box-shadow:0 4px 10px 0 rgb(221 239 251), 0 10px 30px 0 rgb(240 253 255) !important;
        outline: 0;
    }
    #search_page select.form-select{
        max-width:25% !important;
        border-top-left-radius: 56px;
        border-bottom-left-radius: 56px;
        height: 56px;
        padding-left: 1rem;
        border: 2px solid #002e4d;
        border-right: unset;
        font-size:28px;
    }
    #search_page #page_search_box input[type="search"]{
        height:56px;
        font-size:28px;
        border-top: 2px solid #002e4d;
        border-bottom: 2px solid #002e4d;
    }
    #search_page #page_search_box .search-submit{
        background-color: hsl(204.16deg 100% 15.1%) !important;
        color: white;
        border-top-right-radius: 56px;
        border-bottom-right-radius: 56px;
        font-size: 28px;
        margin: 0;
        padding: 0 1rem;
        border-top: 2px solid #002e4d;
        border-bottom: 2px solid #002e4d;
        border-right: 2px solid #002e4d;
    }
}
@media(max-width: 576px){
    #search_page #page_search_box select{
        width: 100%;
        margin: 1rem auto 1rem auto;
    }
}
/* PAGE BANNERS*/
.header-top{
    position: unset;
}
/*.header.color-overlay h1*/
/*, .header.color-overlay p*/
/*, .header-homepage.color-overlay h1*/
/*, .header-homepage.color-overlay p {*/
/*    text-shadow: 1px 1px 10px #000, 1px 1px 10px #000;*/
/*}*/
h1.hero-title {
    color: white !important;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
    text-shadow:0px 0px 12px black !important;
}
.header.color-overlay h1 {
    text-shadow: none !important;
}
.header.color-overlay{
    background-color: hsl(204deg 100% 20%);
    padding-top: unset;
}
/*@media (max-width: 600px){*/
/*    .header.color-overlay {*/
/*        padding-top: ;*/
/*    }*/
/*}*/
.header.color-overlay.classes-header{
    background-image: linear-gradient( to right, #002e4d, #030d37 );
}
.header.color-overlay.classes-header:after{
    background:url(/btep/wp-content/themes/simple_theme/images/btep-event-details-banner.jpg) center center/ cover no-repeat;
    /*background-attachment: fixed;*/
    /*background-position: center;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    opacity: 0.3;
}

.header.color-overlay.general-header:after {
    background:url(/btep/wp-content/themes/simple_theme/images/page-header.jpg) center center/ cover no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0.3;*/
}

.header.color-overlay.software-header:after {
    background:url(/btep/wp-content/themes/simple_theme/images/software-header.jpg) center center/ cover no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*opacity: 0.3;*/
}

.inner-header-description {
    padding-top: 4%;
    padding-bottom: 4%;
}
.inner-header-description h1.hero-title {
    display: block !important;
    line-height: normal;
    text-shadow: 0px 0px 4px black !important;
}
@media (max-width: 767px) {
    .inner-header-description {
        padding-top: 5% !important;
        padding-bottom: 5% !important;
    }
    .inner-header-description h1.hero-title {
        font-size: 36px;
        text-align: center;
        color: white;
    }
}
@media (min-width: 768px) {
    .inner-header-description {
        text-align: left;
    }
    .inner-header-description h1.hero-title {
        font-size: max(100%,46px);
        color: white;
        text-align: left;
    }
}


/* Select 2 */
.select2-container .select2-selection--multiple {
    min-height: 38px;
}
.select2-container .select2-search--inline .select2-search__field {
    height: 26px !important;
    margin-top: 5px !important;
    text-indent: 14px;
    font-size: 16px !important;
    padding-top: 2px;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    margin-bottom: inherit;
    display: block !important;
}
.select2-search__field {
    background: none !important;
}
.select2-dropdown--above, .select2-dropdown--below {
    top: 0px;
}

.select2-container .select2-selection--single {
    height: 38px !important;
    line-height: 37px !important;
    font-size: 16px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}

.select2-selection__choice__remove {
    color: #000 !important;
}

textarea.select2-search__field {
    box-shadow: none !important;
}

/* End Select 2 */

.btn-primary {
    background-color: rgb(187,31,63) !important;
    border: 1px solid #fff !important;
}

.btn-primary:hover {
    border: 1px solid rgb(187,31,63) !important;
    background-color: #fff !important;
    color: rgb(187,31,63) !important;
}

.label_line {
    width: 100%;
}

.label_line span.label {
    width: 30%;
    font-weight: bold;
}

.label_line p {
    width: 70%;
    float: right;
}

/* Header */
#offcanvas-wrapper {
    width: 300px;
    z-index: 9999;
}

#wpadminbar {
    z-index: 9990;
}

.navigation-bar.fixto-fixed {
    width: 100%;
}

.close_nav {
    float: left;
    width: 30px;
    font-size: 30px !important;
    margin-left: 10px;
}

.logout_arrow {
    font-size: 17px;
    vertical-align: middle;
}

/* End Header */


/* Main Wordpress template */


.simple_theme_content {
    padding: 24px;
}

/* End Main Wordpress templage */


/* GLOBAL CARD & ACCORDION DESIGN */

.accordion .join-meeting{
    border-radius: 0px 0px 8px 9px;
    background-color: #e8eff6;
    padding: 0.5rem 0 0.5rem 0;
}
.accordion .join-meeting a.btn-join-meeting{
    background-color: #002e4d;
    color: white;
    margin: 0.5rem;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.accordion .join-meeting a.btn-join-meeting:hover .rounded-icon{
    box-shadow: 0px 0px 1px 2px #a2c3f4e6;
}
.accordion .join-meeting a.btn-join-meeting:hover{
    border-color: #c9fdffcf;
}
.accordion .join-meeting h6{
    display:inline-block;
}
.accordion .join-meeting .rounded-icon{
    height: 1.5rem;
    width: 1.5rem;
    display: inline-flex;
    border-radius: 0.75rem;
    background: #6dfff6;
    vertical-align: middle !important;
    margin-right: 0.25rem;
    font-size: 12px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.accordion .join-meeting .rounded-icon i{
    text-align: center !important;
    vertical-align: middle !important;
}

.accordion .accordion-body.border {
    padding-top: 24px !important;
}
.accordion .event-details, .accordion .class-when {
    font-size: 90%;
}

.accordion .accordion-item {
    border: 0px !important;
    border-radius: 8px !important;
}
@media (min-width:500px){
    div[id^='home_events_list'] .accordion-item .accordion-body{
        margin-left: 14%;
    }
    #course_classes_container .accordion-item .accordion-body, #all_class_list .accordion-item .accordion-body{
        margin-left: 6%;
    }
}

.accordion .accordion-item:hover > .accordion-header .card-body .card-title,
.course-card:hover > .card-body .card-title,
.card-title.home_cal_hover,
#video_archive_page .card-title:hover{
    transform: scale(1.01) !important;
    text-decoration: underline;
    color: #bb1f3f !important;
}
h3.card-title.home_cal_hover a{
    color:#bc2042 !important;
}
span.accordion_course_title {
    display: block;
    background: #dbe4eb6e;
    width: fit-content;
    padding: 0px 3px 0px 0px;
    border-radius: 14px;
    color: #002e4d !important;
    line-height: 1rem;
}
i.fas.fa-book-open.accordion-course-icon {
    background: #4c7794;
    padding: 3px 2px 3px 2px;
    border-radius: 50%;
    color: #ffffff !important;
    font-size: 12px;
}


.course_class_start.home_cal_hover {
    background-image: radial-gradient(rgb(155 253 255 / 25%),transparent);
    text-shadow: 0px 0px 4px #fff;
    box-shadow: -1.5px 0px 0px -0.5px rgb(0 46 77);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.75, 1.64);
}
.accordion .accordion-item > .accordion-header .card-body .card-title,
.course-card >.card-body .card-title,
#video_archive_page .card-title{
    transition: transform 0.2s;
}

.accordion .accordion-item .card-title,
.accordion .card-title,
#video_archive_page .card-title{
    color: hsl(204deg 100% 15%) !important;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 8px 0px;
}
#video_archive_page .card-title{
    font-size: 18px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: flex-start;
    align-items: center;
}
#video_archive_page .event-date{
    float: right;
    margin-left: 1rem;
}
#video_archive_page .accordion-button::after{
    margin-left: 0;
}

#video_archive_page .accordion-button span{
    order:1;
}
#video_archive_page .accordion-button .primary{
    font-weight: 600 !important;
    font-size: 20px;
}
#video_archive_page .accordion-button .secondary{
    font-weight: 500 !important;
    font-size: 18px;
}
#video_archive_page .accordion-item{
    margin-top:1rem;
    margin-bottom:1rem;
}

.accordion .list-group-item,
.course-card .list-group-item{
    border: none !important;
    background-color: unset !important;
}
.accordion ul {
    margin-left: 5px;
}
.accordion-button {
    background-color: unset !important;
    color: hsl(204deg 100% 10%) !important;
    cursor: pointer;
}
.accordion-button::after{
    Margin: 1rem;
}
.accordion-item .card-title,
#video_archive_page h3.card-title a:not(#video_archive_page h3.card-title a:hover){
    color: hsl(204deg 100% 15%) !important;
}
.accordion-button li.list-group-item{
    padding-top:4px;
    padding-bottom: 4px;
}
.accordion-item:hover,
.course-card:hover{
    box-shadow:2px 2px 2px 1px rgb(199 206 226 / 50%), -2px -2px 1px rgb(216 231 255 / 20%) !important;
    border-radius: 8px;
}
.archived-label{
    display: inline-block;
    font-weight: lighter;
    color: #606060;
    font-size: 10px;
    background-color: #efefef;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.575em;
    padding: 1px 3px 1px 3px;
    position: relative !important;
    transform: translate(15%,-15%)!important;
    line-height: 1.8em;
}
.course-label{
    display: inline-block;
    font-weight: lighter;
    color: white;
    font-size: 10px;
    background-color: #002e4d;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.575em;
    padding: 1px 3px 1px 3px;
    position: relative !important;
    transform: translate(15%,-15%)!important;
    line-height: 1.8em;
}
.course-label.class_details{
    display: inline-block;
    color: white;
    font-size: 12px;
    background-color: #002e4d;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.575em;
    padding: 1px 3px 1px 3px;
    position: relative !important;
    transform: none !important;
    font-weight: normal;
    box-shadow: 2px 2px 2px rgb(127 203 255 / 43%), -2px -2px 2px rgb(199 255 251 / 90%);
    margin-left: 1.4rem;
}
span.course-label.class_details:hover {
    border: #5c9dc9;
    background-color: #0e4265;
    box-shadow: inset 3px 3px 2px rgb(0 0 0 / 30%), inset -3px -3px 2px rgb(255 255 255 / 10%);
}
.byline {
    width: 100%;
    overflow: hidden;
    margin: auto;
    padding: 0px !important;
    font-size: 92%;
    display: block;
    max-inline-size: fit-content;
    max-width: 100%;
}
.byline.dayNum span {
    font-size: max(100%,22px);
    font-weight: bold;
    white-space: nowrap;
}
.byline.secondary:before {
    position: relative;
    left: 50%;
    border-left: 2px solid #4c7794;
    height: 32px;
    margin: 8px 0px 0px 0px;
}
.byline.secondary:after {
    content: '\25CF';
    margin: 0px 0px 8px 0px;
    font-size: 14px;
    position: relative;
    left: 43%;
    top: -4px;
}

.byline.weekday span{
    max-inline-size: fit-content;
    font-size: 90% !important;
    max-width: 80px;

}
.card .card-footer.bg-custom {
    background-color: hsl(0deg 0% 100%) !important;
    color: hsl(204deg 100% 15%) !important;
    text-align: right;
}
.card-footer{
    border-top: unset !important;
}
.card-title a:not(.card-title a:hover) {
    text-decoration: none !important;
}
@media (max-width: 500px) {
    .swpg_targeted_bootstrap .col:not(.swpg_targeted_bootstrap .col-date-box) {
        flex: 1 0 60% !important;
    }
}
.accordion h6{
    letter-spacing: 0.06rem;
}

/********* DATATABLE OVERWRITES *********/
.dataTable .sorting_asc:after,
.dataTable .sorting_desc:after,
.dataTable .sorting_asc:before,
.dataTable .sorting_desc:before,
.dataTable .sorting_desc_disabled:before,
.dataTable .sorting_desc_disabled:after,
.dataTable .sorting:before,
.dataTable .sorting:after{
    transform: translate(-30%, -15%) !important;

}
#all_class_list #class_search_container{
    overflow: visible;
    border: 1px solid lightgrey;
    margin-top: 16px;
    border-radius: 8px;
    padding: 8px;
}
.dataTables_empty{
    background-color: #daf1ff;
    border-radius: 1rem;
}
.dt_no_results_leader{
    font-size: 2rem;
    font-weight: 600;
    display:block;
}
.dt_no_results_suggestions{
    font-size: 1.5rem;
    line-height: 2.2rem;
}

a.dt-paging-button.previous:not(.disabled){
    border: unset !important;
}
a.dt-paging-button.next:not(.disabled),
a#course_list_datatable:not(.disabled),
a#cdt-paging-button.previous:not(.disabled){
    cursor: pointer;
}

.dt-paging .dt-paging-button.current {
    background: unset !important;
    border: 1px solid hsl(204deg 32% 44%) !important;
    Border-radius: 4px;
    padding: 8px !important;
}

.dt-container .dt-paging .dt-paging-button .dt-paging-button.previous:hover:not(.current, .disabled){
    padding: unset !important;
    background-color: transparent;
    color: unset !important;
    cursor: pointer;
}
.dt-container .dt-paging .dt-paging-button:not(.disabled){
    color: #bb1f3f;
}
.dt-container .dt-paging .dt-paging-button:not(.dt-container .dt-paging .dt-paging-button.current){
    background: unset !important;
    padding: 8px !important;
    cursor: pointer;
    border: unset;
}
.disabled.dt-paging-button.next,
.dt-paging-button.previous.disabled {
    color: #717070 !important;
    padding: 8px !important;
    cursor: pointer;
}

div.dt-container div.dt-search input,
div.dt-container div.dt-search label{
    width: 100% !important;
    margin-left: unset;
}

div.dt-container div.dt-search {
    text-align: unset;
    display: inline;
}
.dt_list_search,.dt-input {
    border-radius: 10px;
    -webkit-appearance: searchfield;
    border: 1px solid #4c7794;
}
#class_list_datatable{
    width: 100% !important;
}
#class_list_datatable.dataTable tbody td,
#course_list_datatable.dataTable tbody td {
    /*padding: 8px 10px 8px 10px;*/
    border: unset;
}
#class_list_datatable.dataTable th, #course_list_datatable.dataTable th {
    background-color: transparent;
    color: #313439;
    text-align: right;
    font-weight: normal;
}

input.dt_list_search, input.dt-input {
    font-size: 1.5rem;
    margin-block-start: 0.15em;
}
/* CLASSES & EVENTS LISTINGS */

.advanced_class_search{
    margin-top: 1em;
    cursor:pointer;
    display: block;
    text-align: right;
    text-decoration:underline;
}

a.calendar_array {
    cursor: pointer;
    text-decoration: unset !important;
    color: #002e4d !important;
    padding-left: 0;
}

.class_archive_toggle {
    margin-top: 1.7em;
    font-weight: 600;
    visibility:hidden;
}
#class_list_datatable{
    display: none;
}
.class_search_top {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    float: left;
}
.ui-datepicker select{
    display: inline;
}
#class_search_container .form-control:disabled, #class_search_container .form-control[readonly] {
    background-color: white !important;
}
#class_search_container .dynamic-form-vars{
    border: 1px solid #d3d3e1;
    padding: 10px;
    border-radius: 8px;
}
.read_more_link {
    cursor: pointer;
    font-weight: bold;
    text-decoration: underline;
    color: #bc2042 !important;
    display: block;
}
.start_date_col{
    width: 74px;
    color: hsl(204deg 32% 44%) !important;
    border: unset;
    background-color: hsl(204deg 27% 89%);
    min-height: 100% !important;
    border-radius: 8px 0px 0px 8px;
    text-align: center;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: 18px;
    display: block;
    float: left;
    line-height: normal;
    padding-top: 18px !important;
}

/* END CLASSES & EVENTS LISTINGS */
/***** HOME *******/
.advanced_events_search_home {
    cursor: pointer;
}
/* home page banner */
.header-homepage{
    padding-top: unset;
}
.header-homepage.color-overlay {
    background:url(/btep/wp-content/themes/simple_theme/images/bioinformatics-training-education-program-landing.png) center center/ cover no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-homepage:not(.header-slide) .background-overlay, .header-homepage:not(.header-slide).color-overlay::before{
    opacity: 0.6 !important;
}
.header-homepage:not(.header-slide).color-overlay:before{
    background: #002e4d;
}
.header-homepage.color-overlay h1{
    text-shadow: none;
}
.banner-text .h1{
    color:white !important;
    text-shadow: 0px 0px 4px black;
}
.banner-text h1{
    color:white !important;
}

.banner-text .h4{
    font-weight: 550 !important;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: .25px;
    color:white;
    text-shadow: 0px 0px 3px black;
}
@media (min-width: 600px){
    #mainmenu_container ul li{
        padding:6px 12px 6px 12px !important;
    }
    .banner-text{
        margin: auto;
    }
    .banner-text h1{
        color: white;
        font-weight: 700 !important;
        letter-spacing: -.5px;
        text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8) !important;
    }
    .banner-text .h4{
        font-size: 1.7em;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0;
    }
    .banner-text .banner-cta .btn-btep-primary{
        font-size:18px;
    }
}
@media (min-width: 1440px){
    .banner-text h1{
        font-size: 54px;
    }
}
.header-homepage .header-description-row{
    padding-top: 5%;
    padding-bottom: 5%;
}
/* HOME CARD DESIGN */
.home-page-content {
    padding-top: 24px !important;
}
.home-page-content .advanced_section{
    overflow: visible;
    border:1px solid lightgrey;
    margin-top: 16px;
    border-radius: 8px;
    padding: 8px;
}
.home-page-content .card-icon {
    text-align:center;
    height: 30px;
    width:30px;
    background-color: #002e4d;
    border-radius:50%;
    position: relative;
    margin: 16px auto;
}
.home-page-content .card-icon i.fas {
    color: white;
}
.home-page-content .card:not(.home-page-content .carousel-card){
    box-shadow: 4px 3px 5px 1px #d6dbe8;
    border: none;
    transition: transform .2s;
    cursor: pointer;
    height: 100%;
    padding: 0px;
}
.home-page-content .carousel-card{
    background-color:transparent;
}
.home-page-content .home-featured{
    margin-bottom:48px;
}
.home-page-content .home-featured .card:hover, .card-active {
    box-shadow: 7px 6px 7px 1px rgb(199 206 226 / 70%), -2px -2px 1px rgb(216 231 255 / 20%) !important;
    border: none;
    transform: scale(1.01) !important;
}
.home-page-content .card .card-title {
    font-size: 19px;
    line-height: 44px;
    margin: 16px 0;
    letter-spacing:0.5px;
}
.home-page-content .home-featured  .card:hover > .card-body .card-title {
    color: hsl(347deg 71% 43%) !important;
    font-weight: 600;
}
.home-page-content .card:hover > .bg-custom {
    background-color: hsl(206deg 29% 89%) !important;
    color: #002e4d !important;
}
/*HOME CAROUSEL DESIGN*/
.carousel-control-prev, .carousel-control-next{
    width:2% !important;
}
@media (min-width:700px){
    .home-page-content .featured-items{
        height:350px;
    }
}
.home-page-content .swpg_targeted_bootstrap .carousel{
    height: 100% !important;
    overflow:hidden;
}
.home-page-content .featured-items {
    background-color: hsl(206deg 34% 92%);
    border-radius: 8px;
    min-height: 250px;
    margin-bottom: 48px;
    padding: 24px;
}
.home-page-content .card-img-left {
    width: 220px;
    object-fit: cover;
    border-radius: 4px;
}

/*HOME 3-MONTH CALENDAR DESIGN & ACCORDION */
.home-page-content #home_class_list .col-calendar {
    border-radius: 0.375rem;
    box-shadow: 1px 1px 1px 1px #d6dbe8;
}

.home-page-content  #home_events_search_form .input-group{
    z-index: inherit;
}
.home-page-content #home_class_list .date_heading {
    margin: 20px 0px 10px 0px;
}
.home-page-content div[id^='home_events_list'] .accordion-item {
    border: 0px solid #dee2e6 !important;
    background-color: unset !important;
}
.home-page-content div[id^='home_events_list'] .card-title{
    width: fit-content;
    display:block;
}
.home-page-content div[id^='home_events_list'] i,
#all_class_list .accordion-button .list-group-item i{
    width:20px;
    text-align: center;
}
.home-page-content div[id^='home_events_list'] li.list-group-item,
#all_class_list .accordion-button li.list-group-item{
    margin-top: -2px;
    margin-bottom: -4px;
}
.home-page-content div[id^='home_events_list'] .course_class_start,
.home-page-content #disabled_home_events_list .course_class_start {
    width: 80px;
    border-radius: unset !important;
    color: hsl(204deg 32% 44%) !important;
    background-color: hsl(204deg 27% 89%);
    min-height: 100% !important;
    text-align: center;
    max-width: 100% !important;
    margin-left: auto;
    margin-right: 18px;
    display: block;
    float: left;
    line-height: normal;
}

.home-page-content .fc a{
    text-decoration: unset !important;
    font-weight: unset !important;
    color: unset;
    font-weight: 300 !important;
}
.home-page-content .fc .fc-toolbar.fc-header-toolbar{
    display:none;
}
.home-page-content .fc .fc-day-other .fc-daygrid-day-top{
    opacity: 0.65;
}
.home-page-content .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events,
.home-page-content .fc .fc-daygrid-day-number {
    min-height:unset;
    padding: unset;
    text-align: center !important;
    width: 100%;
}
.home-page-content .fc .fc-bg-event{
    background: hsl(204deg 100% 15%);
}
.home-page-content .fc .fc-daygrid-day-number{
    color: #112e42;
}
.home-page-content .fc-theme-standard .fc-scrollgrid{
    border: unset !important;
}
.home-page-content .fc-theme-standard td,
.home-page-content .fc-theme-standard th{
    border: unset !important;
}
.home-page-content .event-preglow {
    transition: transform .2s;
    background-color: rgba(76, 119, 148, 0.8);
}
.home-page-content .event-glow{
    transform: scale(1.01) !important;
    box-shadow: 0px 0px 1px rgba(255,255,255,0.5);
}
.home-page-content .fc-daygrid-day:has(.fc-daygrid-bg-harness):hover .fc-daygrid-day-number{
    color:white !important;
}

/* HOME ACCORDION ENDING POINTERS*/
.home-page-content div[id^='home_events_list'] .accordion-item:nth-last-child(1) .col-date-box:before {
    bottom: -24px;
    border-left: 40px solid #fff;
    border-top: 20px solid hsl(204deg 27% 89%);
    border-right: 40px solid #fff;
    position: absolute;
    content: '\a0';
    font-size: 0;
    width: 40px;
    background-color: hsl(204deg 27% 89%);
    height: 25px;
    display: block;
    box-sizing: border-box;
    left: 12px;
}
.home-page-content #disabled_home_events_list .course_class_start:before {
    top: 35px;
    border-left: 40px solid #fff;
    border-top: 10px solid hsl(204deg 27% 89%);
    border-right: 40px solid #fff;
    position: relative;
    content: '\a0';
    font-size: 0;
    width: 20px;
    background-color: hsl(204deg 27% 89%);
    height: 25px;
    display: block;
    box-sizing: border-box;
}
@media (max-width:600px){
    .no_events_row {
        margin-top: 12px !important;
    }
    .home-page-content #home_class_list .col-calendar {
        box-shadow: unset;
    }
}
@media (min-width:600px){
    #home_class_list .col-calendar .sticky-calendar{
        position: -webkit-sticky;
        position: sticky;
        top:90px;
    }
}
/****** END OF HOME*/
/* COURSE PAGE*/
.course .card-footer{
    font-weight: lighter;
    margin-top: 15px;
}
.btn.btn-course-documents{
    color: hsl(204deg 100% 15%);
    max-width: fit-content;
    text-decoration: underline !important;
    transition: 0.4s;
}
.btn.btn-course-documents:hover, .btn.btn-course-documents:hover span:not(span.icon){
    color: #bb1f3f !important;
    font-weight:500;
}
.btn.btn-course-documents:hover span.icon{
    background-color: #005289;
}
.btn.btn-course-documents span.icon{
    background-color: #002e4d;
    padding: 5px;
    vertical-align: bottom !important;
    height: 2rem;
    width: 2rem;
    font-size: 15px;
    place-items: center;
    text-align: center;
    border-radius: 1.0rem;
    transition: 0.4s;
    justify-content: center;
    display: inline-flex;
    color: #dbe4eb;
}
.navigation-bar
.course-card {
    margin-top: 0.75rem;
}

#course_classes_container, ul#course_classes_container{
    margin-left: 0px !important;
}
#course_classes_container a:hover:not(.btn) {
    color: #bb1f3f !important;
}

#course_description{
    margin: 20px 10px 20px 0px !important;
    padding-left:  0px !important;
}
.icon.float-right, .float-right{
    float: right !important;
    text-align: right;
}
/* End COURSE PAGE*/

/* Class Details Section */
.cards.class-course-buttons .card:hover {
    border: 0px solid white;
    box-shadow: 7px 6px 7px 1px rgb(199 206 226 / 70%), -2px -2px 1px rgb(216 231 255 / 20%) !important;
    transform: scale(1.01) !important;
}
.cards.class-course-buttons .card:hover > .card-footer.bg-custom {
    background-color: #bb1f3f !important;
    color: white !important;
}
.cards.class-course-buttons .card:hover h3.card-title{
    color: #bb1f3f !important;
}
.cards.class-course-buttons .card h3.card-title{
    color: hsl(204deg 100% 15%) !important;
}
.cards.class-course-buttons .card{
    padding: 0 !important;
    box-shadow: 5px 10px 5px -4px rgb(6 50 81 / 28%);
    border-radius: 8px;
    transition: transform .2s;
}
.cards.class-course-buttons .card .card-footer.bg-custom{
    background-color: hsl(206deg 29% 89%) !important;
    color: hsl(204deg 100% 15%) !important;
    text-align: right;
}
.class_details .to_know .class-details li.list-group-item{
    background-color: unset !important;
}
.class_details .to_know .class-details.list-group-flush,
.class_details_top_box .to_know .class-details-container{
    border-radius: 8px;
    background-color:hsl(204deg 100% 20%);
}
.class_details_top_box .to_know .class-details-container{
    padding:1rem;
}
.class_details_top_box .to_know .class-details-container .label  i{
    width: 25px;
    text-align: left;
}
.class_details_top_box .to_know .class-details-container .label,
.class_details_top_box .to_know .class-details-container .value strong{
    color: white !important;
}
.class_details_top_box .to_know .class-details-container .row:not(.class_details_top_box .to_know .class-details-container .row:nth-last-child(1)){
    border-bottom: 1px solid #082d46;
    padding-bottom: 0.25rem;

}

.class_details .seminar_type_title{
    border-bottom: 1px solid #003d67;
    padding-bottom: 4px;
    color: hsl(204deg 100% 15%) !important;
}
.class_details_top_box {
    background-color: hsl(206deg 29% 97%);
    border-radius: 8px;
    min-height: 150px;
    margin-bottom: 48px;
    padding: 24px;
}

.class_details_top_box h1 {
    font-size: 2.5rem;
    font-weight: 500;
}

.class_details_top_box h2 {
    line-height: 1em;
}

.class_details_top_box .fas {
    color: #acb7c3;
}

.class_detail_element {
    margin-bottom: 2px;
    font-weight: 400;
}

.register_button, .video_archive_link,.video_archive_link_secondary {
    background-color: hsl(347deg 100% 36%) !important;
    color: white !important;
    border: inherit;
    position: relative;
    padding: 11px 16px;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin-right: 16px;
}

.video_archive_link {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}
.video_archive_link_secondary{
    border: 1px solid #28a745 !important;
    background: transparent !important;
    color: #217b34 !important;
}

.archive_disclaimer {
    display: block;
    font-style: italic;
    color: red;
    font-size: 12px;
}

.register_button i {
    color: #faa2b6 !important;
}

.meeting_link_margin {
    margin-right: 16px;
}

.meeting_link i {
    font-size: 12px;
}

.register_button:hover, .meeting_link:hover, .video_archive_link:hover {
    box-shadow: 1px 1px 3px 1px rgb(209 144 158 / 69%), -3px -1px 2px hsl(0deg 0% 100%);
}

.meeting_link {
    display: inline-block;
    background-color: transparent;
    color: hsl(347deg 100% 36%) !important;
    border: 1px solid hsl(347deg 71% 43%) !important;
    border-radius: 4px;
    padding: 4px 8px;
    margin-top: 16px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.to_know ul {
    background-color: hsl(204deg 100% 20%);
    border-radius: 8px;
}

.to_know ul * {
    color: #fff !important;
}

.to_know ul i {
    color: #2a5b7c !important;
}

.to_know ul li {
    padding: 8px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.to_know ul li.list-group-item i {
    width: 22px;
}

.to_know strong {
    font-weight: 400;
}

.class_details h2 {
    font-size: 32px;
}

.class_details h3 {
    font-size: 16px;
    font-weight: 600;
    min-height: 30px;
}
.class_details .to_know h3{
    border-bottom: 1px solid rgb(103 131 161);
    color:white;
}
#all_class_list .card-title h3{
    border-bottom: 0px !important;
}
#all_class_list .card-title {
    display:block;
    width: fit-content;
}

.class_details .card-img-top {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.class_details .card-img, .class_details .card-img-top {
    border-top-left-radius: calc(0.375rem - 1px);
    border-top-right-radius: calc(0.375rem - 1px);
}

.class_details .card-body:not(#all_class_list .class_details .card-body, #all_class_list .card-body) {
    flex: 1 1 auto;
    padding: 16px;
}

.class_details h5.card-title {
    font-size: 20px;
    font-weight: 600;
}

.class_details h5.card-title strong {
    font-weight: 900;
}

.class_details .card-session-details {
    background-color: #003d67;
    margin: inherit;
    color: #fff !important;
    border-radius: 0px 0px 8px 8px;
    font-size: 16px;
}

.class_details .card-session-details strong, .class_details .card-session-details div {
    color: #fff !important;
}

.class_details .card-session-details.speaker {
    font-size: 14px;
    padding-top: 0.5rem!important;
    padding-bottom: 0.5rem!important;
}

.class_detail_element  {
    margin-bottom: 0.6rem;
}
.class_detail_element a{
    text-decoration: underline !important;
}
.class_detail_element a i{
    color: #acb7c3;
}

.detail_message_link {
    margin-top: 18px;
}

ul.class-details {
    list-style: none;
}
.detail_message.alert-info{
    background-color: #ffa35a;
    border: 2px solid #ff7833;
    font-size: 20px;
}

/* End Class  & Course List */

/* Seminar Series Page */
.speaker_series_description a{
    cursor: pointer;

    color: #bc2042 !important;
}
.speaker_series_description a:hover{
    text-decoration: underline !important;
    text-underline-offset: 0.3rem;
    text-decoration-thickness: 1px !important;
}

.speaker_series_list_details {
    margin: 42px 0px;
}

.speaker_series_list_details .speaker_series_right > p {
    margin-bottom: 0px;
}

.speaker_series_image {
    border-radius: 4px;
    width: 100%;
    background: #fff;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-right: 18px;
    display:block;
    float:left;
    line-height: normal;
}

.speaker_series_right {
    width: 77%;
    float: right;
}

.speaker_series_right h3 a {
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
}

.speaker_series_right h3 a:hover {
    text-decoration: underline;
}

.speaker_series_left {
    width: 20%;
}

.sepaker_series_title {
    vertical-align: middle !important;
    margin: 0px 0px 5px 0px !important;
    line-height:1em;
    color: #bb0e3d;
}

.sepaker_series_title a:hover {
    color: #980826 !important;
    text-decoration: none !important;
}

.speaker_series_placeholder {
    font-size: 12vw;
    text-align: center;
}

.speaker_series_list h3 {
    margin-bottom: 25px;
    margin-left: -24px;
}

.seminar_series_type_list {
    list-style: none;
    font-size: 24px;
    line-height: 38px;
    margin-left: 1.5rem !important;
}

.seminar_series_type_list a {
    text-decoration: none;
}

.seminar_series_type_list a:hover {
    text-decoration: underline;
}

.speaker_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-size: 100% auto;
    background-position-y: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
}

.speaker_image i {
    font-size: 18vw;
}

.speaker_image_container {
    border-radius: 8px;
    padding: unset;
}
.speaker_image_container .speaker_image{
    min-height:200px;
}

.speaker_image_container:hover {
    cursor: default !important;
}

/* End Seminar Series Page */

/** PUBLIC CLASS STYLE / CLASSES */
/*.archived_class{*/
/*    font-weight: lighter;*/
/*    font-size: 24px;*/
/*    display: inline-block;*/
/*    color: #343a40;*/
/*}*/
.class-img-b64 {
    padding: 15px !important;
}

#class-admin-disclosure {
    position: sticky;
    float: right;
    font-size: 14px;
    background-color: #4f74e5;
    width: 100%;
    z-index: 9;
    color: white;
    height: auto;
    padding: 10px;
    text-align: center;
    box-shadow: 0px -2px 3px rgba(36, 29, 110,0.5);
    bottom:0;
}
.class-course-link{
    color: #002e4d !important;
    font-weight: 500;
}
.class-course-link:hover{
    text-decoration: underline !important;
}
.class_details_header{
    text-align: center !important;
}
#class_description, #speaker_description{
    font-family: inherit;
    color:#3C424F !important;
    margin: 10px 10px 20px 10px;
}
.fa-contrast-dark{
    color: white !important;
}
.class_taxa_row{
    line-height:1.5rem;
    background-color: #f2f2f2;
    padding:5px;
    border-bottom: 1px solid #a3a3a3;
    margin-left: 15px;
}
.clearSubmit{
    margin-top: 19px;
}
.pub_class_title,.pub_class_desc{
    background-color: #f2f2f2;
    color: #222222;
    padding-bottom: 4px;
    line-height:1.5rem;
}

.reg_btn {
    margin:0.5rem;
}

.class_btn {
    margin: 10px !important;
}

.gridContainer.class_details {
    margin-bottom: 1.5rem;
}

/* END OF PUBLIC CLASS DETAIL */
/*All Events Calendar*/
.fc .fc-button .fc-icon {
    color: white;
}
.classes_calendar_view .fc .fc-daygrid-day-top:not(.classes_calendar_view .fc-day-past .fc-daygrid-day-top, .classes_calendar_view .fc .fc-day-other .fc-daygrid-day-top){
    opacity: unset !important;
    border-top: 2px solid #002e4d !important;
    width: 100% !important;
}
.classes_calendar_view .fc .fc-day-other:not(.fc-day-past) .fc-daygrid-day-top{
    opacity: unset !important;
    border-top: 2px solid #98bed8 !important;
    width: 100% !important;
}
.classes_calendar_view .fc-day-past .fc-daygrid-day-top{
    opacity: unset !important;
    border-top: 2px solid #f0f0f1 !important;
    width: 100% !important;
}
.classes_calendar_view .fc-day-today .fc-daygrid-day-top{
    opacity: unset !important;
    border-top: 2px solid #f0f0f1 !important;
    width: 100% !important;
}
.classes_calendar_view .fc .fc-daygrid-day-number {
    font-size: 24px !important;
    text-align: left;
}
.classes_calendar_view .fc .fc-day-past .fc-daygrid-day-number {
    color: #8e8e8e !important;
}
.classes_calendar_view .fc-day-past .fc-daygrid-day-frame{
    background-color: #fafafa !important;
}
.classes_calendar_view .fc .fc-day-future:not(.fc-day-other) .fc-daygrid-day-number {
    font-weight: 500 !important;
    color: #002e4d !important;
}
.classes_calendar_view .fc .fc-day-other:not(.fc-day-past) .fc-daygrid-day-number {
    color: #5b798e !important;
    font-weight: 500 !important;
}
/*.classes_calendar_view .fc .fc-toolbar.fc-header-toolbar{*/
/*    display:none;*/
/*}*/
.classes_calendar_view .fc-theme-standard .fc-scrollgrid{
    border: unset !important;
}
.classes_calendar_view .fc-theme-standard td, .classes_calendar_view .fc-theme-standard th{
    border: unset !important;
}
.classes_calendar_view a {
    text-decoration:unset !important;
}

.classes_calendar_view .fc-daygrid-day-frame{
    margin: 5px;
}
.classes_calendar_view .fc-daygrid-block-event.fc-event-future{
    background-color: #002e4d !important;
}
.classes_calendar_view .fc-daygrid-event.fc-daygrid-block-event:not(.classes_calendar_view .fc-daygrid-block-event.fc-event-future,.classes_calendar_view .fc-daygrid-block-event.fc-event-past){
    background-color: hsl(204deg 73% 87%) !important;
}
.classes_calendar_view .fc-day-today > .fc-daygrid-day-frame{
    background-color: hsl(25deg 98% 80% / 33%);
}
.classes_calendar_view .fc-event-past{
    background-color: rgb(231, 231, 231) !important;
}

.classes_calendar_view .fc-day-past.fc-day-other > .fc-daygrid-day-frame{
    background-color: hsl(0deg 0% 98%);
    margin: 6px 0px 0px 0px;
}

.classes_calendar_view .fc .fc-daygrid-day.fc-day-today{
    background:unset;
    background-color:unset;
}
.classes_calendar_view .fc-daygrid-day-frame {
    flex-direction:row;
}
.classes_calendar_view .fc-day-future .fc-daygrid-event-dot {
    border-color: #00ff95 !important;
    box-shadow: 0px 0px 3px 2px rgb(250 255 247 / 70%);
}
.classes_calendar_view .fc-day-future > .fc-daygrid-day-frame {
    background-color: #f7faff;
}
.classes_calendar_view .fc-day-today .fc-daygrid-event-dot {
    border-color: #ffa200 !important;
    box-shadow: 0px 0px 2px 1px rgb(250 255 255 / 85%);
}
.classes_calendar_view .fc-daygrid-event.fc-event-future,
.classes_calendar_view .fc-event-future div.fc-event-time,
.classes_calendar_view .fc-event-future div.fc-event-title
{
    background-color: #002e4d;
    color: white !important;
    margin: 5px;
    font-size:14px !important;
}
.classes_calendar_view .fc-toolbar-chunk:last-child {
    margin-left: auto;
}
.classes_calendar_view .fc-toolbar-chunk:nth-last-child(2)  {
    margin-left: auto;
}

.tt-popup-container{
    width:100%;
    height: fit-content;
    background-color: unset !important;
    box-shadow:12px 12px 8px -4px rgb(156 170 209 / 40%), 18px 8px 8px rgb(216 231 255 / 20%) !important;
    border: 0px !important;
    padding:0px  !important;
    margin:0px !important;
}

.tt-popup-container.bottom::after,
.tt-popup-container.bottom::before
{
    transform: translate(-50%);
    top: 100%;
    left: 50%;
    margin-bottom: 15px;
    position: absolute;
}

.tt-popup-container.bottom::after{
    content: "";
    margin-left: -10px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid white ;
}


.tt-popup-container.top::after,
.tt-popup-container.top::before
{
    transform: translate(-50%);
    bottom: 100%;
    left: 50%;
    margin-top: 15px;
    position: absolute;
}


.tt-popup-container.top::after {
    content: "";
    margin-left: -10px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid hsl(204deg 100% 15%);
}



.tt-item.card .card-header {
    background-color: hsl(204deg 100% 20%) !important;
    color: white !important;
    text-align: center;
    padding:4px;
    border-radius: 4px 4px 0px 0px;

}
.tt-item.card .card-header .speaker_field{
    color: white !important;
    font-weight: normal;
    display: inline-block;
    padding-top: 8px;
    line-height: normal !important;
}
.tt-item.card {
    box-shadow: unset;
    padding: 0 !important;
}
.tt-item.card .card-body{
    padding:0px;
    border-radius:8px;
}
.tt-item.card .class_status{
    display: inline-block;
    background-color: beige;
    width: 100%;
    text-align:center !important;
}
.tt-item.card .list-group-item{
    border-top: 0px;
    border-bottom:0px solid lightgrey;
}
.tt-item.card .class_status.Upcoming {
    display:none;
}
.tt-item.card .class_status.In-Session {
    display:none;
}
/*End of Events Calendar*/
/* Software section */

.software_items {
    margin-top: 28px;
}

.software_tabs {
    margin-top: 28px !important;
}
.featured_software_item {
    width: 25%;
    padding: 0 12px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

@media(max-width:991px){
    .featured_software_item {
        width: 50%;
    }
}
@media(max-width:576px){
    .featured_software_item {
        width: 100%;
    }
}

.featured_software_item_content {
    display: block;
    background: #fff;
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.featured_software_item_content * {
    font-size: 14px !important;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important;
}

.featured_software_item_content a:hover {
    text-decoration: underline !important;
}

.featured_software_item_image {
    position: relative;
    display: block;
    background: #eaeaea;
    width: 100%;
    overflow: hidden;
}

.featured_software_item_image_link img {
    display: block;
    width: 100%;
    border-radius: 3px 3px 0 0;
}

.featured_software_item_overlay {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .3s ease;
    transition: .3s ease;
}

.featured_software_item_overlay:before {
    content: "\f055";
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    top: 60%;
    left: 50%;
    display: inline-block;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 32px;
    line-height: 32px;
}

.featured_software_item_overlay:hover:before {
    top: 50%;
}

.featured_software_item_overlay:hover {
    opacity: 1;
}

.featured_software_item_content h3 {
    font-weight: bold;
}

.software_detail_items {
    border: 1px solid rgba(237,237,237,1);
    border-top: none;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.08);
    box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 8%);
    overflow: hidden;
    color: #333;
    margin: 0px auto;
}

.software_detail_items .tab_section {
    padding: 24px 30px;
}

.software_detail_tabs_holder {
    margin-top: 34px;
}

.category_list {
    list-style: none;
}

/* End Software section */

/* Default page template and single page template */
.default_page_template .simple_theme_content
,.single #page-content .simple_theme_content {
    padding: 42px 24px;
}

.default_page_template p
,.single #page-content p {
    margin-bottom: 26px !important;
}

.default_page_template ul
,.single #page-content ul {
    margin-left: 42px !important;
    margin-bottom: 26px !important;
}

.default_page_template li
,.single #page-content li {
    margin-bottom: 16px !important;
}

.default_page_template p.has-medium-font-size
,.single #page-content p.has-medium-font-size {
    font-size: 16px !important;
    margin-bottom: 68px !important;
}

.default_page_template a.wp-block-latest-posts__post-title
,.single #page-content a.wp-block-latest-posts__post-title {
    font-weight: bold;
}

.default_page_template .simple_theme_content a:hover
,.single #page-content .simple_theme_content a:hover {
    text-decoration: underline !important;
}
.default_page_template .simple_theme_content a:has(.card):hover{
    text-decoration: unset !important;
}

.default_page_template hr
,.single #page-content hr {
    margin: 42px 0px;
}

.default_page_template article
,.single #page-content article {
    padding: 26px 42px;
}

/* End default page template */

/* End Software section */

/* to Remove template  card-list styling */
#course_classes_container .card {
    box-shadow:unset !important;
    padding: 24px 20px 20px 0px !important;
}
i.bkg-icon{
    font-size: 120px;
    position: absolute;
    z-index: -4 !important;
    color: hwb(348deg 12% 27% / 5%);
    text-align: center !important;
    margin: -30px 32% 0px 7%;
}

/* End Course Content */
/* General text */
.no-items{
    text-align: center;
    font-size: x-large;
    font-weight:600;
}
.no-items a{
    color: #bb0e3d;
    display:block;
}
/* User Dashboard (React) */
.student_cert_icon{
    cursor: pointer !important;
}
/* End User Dashboard (React) */

/* Registration Form */
#registration_form .validation_error {
    display: none;
    margin-top: 14px;
    padding: 4px 12px;
}

.error_messages.alert {
    margin-bottom: 42px;
}

.validation_errors #page > .page-content {
    padding-top: 42px;
}

.course_information h5, .class_information h5 {
    margin-bottom: 0px;
}

#registration_form .select2-container {
    width: 100% !important;
}

.select_by_course, .select_by_class {
    color: #bb0e3d !important;
}

.select_by_course:hover, .select_by_class:hover {
    text-decoration: underline !important;
}

.course_registration_list .course_registration_item.registered * {
    font-style: italic;
    color: #313439;
}

.course_registration_list .course_registration_item span.already_registered_tag {
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 5px;
    color: #fff !important;
    background-color: rgb(0, 46, 77);
    font-style: inherit;
}

.course_registration_item a:hover {
    text-decoration: underline !important;
}

.course_information .class_link strong {
    color: #bb0e3d !important;
}

.course_item_link {
    color: #bb0e3d !important;
    font-weight: bold;
}

.course_item_link:hover {
    text-decoration: underline !important;
}
/* End Registration Form */

/* FAQ section */

.form-control#search_faqs {
    background-color: hsl(206deg 29% 99%);
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.reset_faq_search {
    display: block;
    margin-bottom: 40px;
    margin-top: 6px;
    width: auto;
}

.reset_faq_search:hover {
    text-decoration: none;
}

.faq_filter {
    margin-bottom: 22px;
    margin-top: 53px;
}

.faq_holder {
    width: 98%;
    border: 1px solid rgba(237,237,237,1);
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.08);
    box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 8%);
    overflow: hidden;
    color: #333;
    margin: 16px auto;
}

.faq_holder .card-header {
    padding: 1rem 1.25rem;
    padding-left: 1.25rem;
}

.faq_holder.faq_detail {
    margin-bottom: 50px;
}

.faq_right, .faq_left {
    float: left;
}

.faq_right {
    width: 95%;
}

.faq_left {
    padding-top: 34px;
}

.faq_holder .show_icon, .faq_holder .hide_icon {
    font-size: 35px;
    color: hsl(204deg 100% 15%);
}

.faq_holder .hide_icon {
    margin-left: 10px;
    margin-right: 16px;
}

.faq_holder .show_icon {
    margin-right: 17px;
}

.faq_title {
    font-weight: 600;
    font-size: 23px;
    line-height: 1.5;
}

.faq_link {
    margin-top: 12px;
}

.faq_answer_count {
    font-size: 25px;
}

.answer_holder {
    width: 98%;
    margin: 16px auto;
    padding: 18px;
    display: block;
    margin-bottom: 23px;
    border-radius: 0.25rem;
    -moz-border-radius: .25rem;
    -webkit-border-radius: 0.25rem;
    -webkit-box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.18);
    box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 18%);
    overflow: hidden;
    color: #333;
    background: rgb(237,237,237);
    background: -moz-linear-gradient(45deg, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
    background: linear-gradient(45deg, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 );
}

.back_link {
    margin-bottom: 23px;
    display: block;
    text-decoration: none;
}

.back_link:hover {
    text-decoration: underline;
}

.answered_on_text {
    font-style: 12px;
}

#page-content #faq_cetegory_links {
    list-style: none;
    margin: 26px 34px;
}

.faq_view_count, .faq_asked_by {
    color: #fff !important;
    font-size: 10px;
    background-color: #002e4d;
    vertical-align: baseline;
    border-radius: 0.575em;
    padding: 1px 3px 1px 3px;
    line-height: 1.8em;
    display: inline-block;
}

.faq_view_count i {
    color: #fff !important;
}

/* End FAQ section */

/* Blog index page (News) */

.post_list p, .post_list a, #page-content .post_list li {
    color: #002E4D;
}

.post_list h3 > a:hover {
    text-decoration: underline !important;
}

.post_list_details {
    margin: 42px 0px;
}

.post_holder {
    width: 98%;
    border: 1px solid rgba(237,237,237,1);
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 8%);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.08);
    box-shadow: 3px 3px 6px 0px rgb(0 0 0 / 8%);
    overflow: hidden;
    color: #333;
    margin: 16px auto;
}

.post_holder .card-header {
    padding: 1rem 1.25rem;
    padding-left: 1.25rem;
}

.post_holder.faq_detail {
    margin-bottom: 50px;
}

.navigation.pagination {
    margin: 0px 0px 22px 16px;
}

.navigation.pagination .nav-links > a, .navigation.pagination .nav-links > span {
    background-color: #fff !important;
    color: #002E4D !important;
    border-radius: 15px !important;
    padding: 5px 10px !important;
    border: 1px solid #002E4D !important;
    -webkit-box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 18%) !important;
    -moz-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.18) !important;
    box-shadow: 2px 2px 4px 0px rgb(0 0 0 / 18%) !important;
}

.navigation.pagination .nav-links > span {
    background-color: #eee !important;
    color: #777 !important;
    border: 1px solid #ccc !important;
}

.navigation.pagination .nav-links > span.dots {
    border: none !important;
    background-color: revert !important;
    box-shadow: none !important;
    color: #002E4D !important;
}

/* End Blog index page (News) */






/* Spinner */
.spinner_holder {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 2;
}

.spinner {
    position: absolute;
    left: 48%;
    top: 47%;
    height:60px;
    width:60px;
    margin:0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left:6px solid rgba(187,31,63,.15);
    border-right:6px solid rgba(187,31,63,.15);
    border-bottom:6px solid rgba(187,31,63,.15);
    border-top:6px solid rgba(187,31,63,.8);
    border-radius:100%;
}

/* End Spinner */


/*  SWPG Modal  */

.swpg_modal_h1 {
    padding: 4px 0px;
    font-weight: 500;
}

.swpg_modal {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}

.swpg_modal_contents {
    text-align: center;
    width: 24%;
    position: absolute;
    top: 10%;
    left: 45%;
    padding: 24px;
}

.swpg_modal_contents_large {
    max-height: 92%;
    overflow: scroll;
    width: 50%;
    position: absolute;
    top: 10%;
    left: 25%;
    padding: 24px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
    box-shadow: 3px 3px 6px 0px rgba(0,0,0,0.25);
    background: rgb(237,237,237);
    background: -moz-linear-gradient(45deg, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 53%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
    background: linear-gradient(45deg, rgba(237,237,237,1) 0%,rgba(246,246,246,1) 53%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 );
}

.swpg_modal_contents_large h1 i {
    font-size: 26px;
}

/*  End SWPG Modal  */


/* 404 Page */

.error_404_message {
    padding: 40px 54px;
}

.error_404_message .card-title {
    margin-bottom: 8px;
}

.error_404_message .card-text {
    margin-bottom: 64px;
}

/* End 404 Page */

.page-template-page-my_account .spinner_holder {
    display: block;
}
/*404_message*/
/* Mezmerize Theme overrides*/

body h1 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 50px;
}

body h2 {
    font-size: 30px;
    font-weight: 500;
}

body h3 {
    font-weight: 500;
}

body h4 {
    font-weight: 500;
}


body.page-id-4090 label {
    color: hsl(204deg 100% 15%);
    font-size: 16px;
    margin-bottom: 8px;
    margin-bottom: 5px;
    display: inline-block;
}

body.page-id-4090 select {
    background-color: hsl(206deg 29% 99%);
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}
i.fa,
i.fas:not(.btn i.fas){
    color: #acb7c3;
}
.mesmerize-content-padding  #page > .page-content, .mesmerize-inner-page #page > .page-content {
    padding-bottom: 0px;
    padding-top: 0px !important;
}
.home #page #page-content{
    padding-top: 24px !important;
}
#main_menu > li > a {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif  !important;;
    color: hsl(204deg 100% 15%)  !important;;
    font-weight: 400  !important;;
    text-transform: inherit  !important;;
    font-size: 20px !important;
}
#main_menu > li:hover > a {
    border-bottom-color: #bb1f3f;
}
ul#main_menu{
    border: unset;
}
ul#main_menu .sub-menu li.menu-item a {
    font-size: 19px !important;
}

.navigation-bar {
    padding-top: 12px;
    padding-bottom: 12px;
    z-index:10;
}

.navigation-wrapper:not(.gridContainer) {
    padding-left: 12px;
    padding-right: 12px;
}

img.logo.dark, img.custom-logo {
    width: 350px;
    max-height: 50px !important;
}

.navigation-bar.fixto-fixed {
    box-shadow: -1px 0px 1px;
}

ul:not(#class_search_form ul) {
    margin-bottom: inherit;
}

#page-top > div.navigation-bar.coloured-nav.homepage.fixto-fixed > div > div > div.main_menu_col.col-xs {
    padding-top: 5px;
}

.footer-simple .footer-content {
    border-top: none;
}

#ccr-footer a {
    color: hsl(347deg 72% 43%);
    font-weight: bolder;
    text-decoration: underline;
}

#ccr-footer a:hover {
    text-decoration: none;
    color: hsl(347deg 72% 43%);
}

@media (min-width: 768px) {
    body h1 {
        font-size: 40px;
    }

    .logo_col {
        max-width: inherit;
    }

    .footer .footer-content {
        padding-bottom: 63px;
    }
}

/* End Mezmerize Theme overrides*/

@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to {-webkit-transform: rotate(359deg);}
}

@-moz-keyframes rotation {
    from {-moz-transform: rotate(0deg);}
    to {-moz-transform: rotate(359deg);}
}

@-o-keyframes rotation {
    from {-o-transform: rotate(0deg);}
    to {-o-transform: rotate(359deg);}
}

@keyframes rotation {
    from {transform: rotate(0deg);}
    to {transform: rotate(359deg);}
}
/* End Spinner */

/* Software Card Design */
.software-cards .image-scrollup-container .img-fluid {
    height: 100% !important;
    object-fit: contain;
    width: 100% !important;
    min-height: 300px;
    padding: 0px calc(0.5rem + 2vw) calc(0.5rem + 2vw) calc(0.5rem + 2vw);
}
.software-cards .image-scrollup-container {
    position: relative;
    height: 100%;
    box-shadow: 1px 10px 13.5px 3.5px color-mix(in srgb, hsl(204deg 100% 15%) 5%, hsl(206deg 29% 97%));
}
.software-cards .image-scrollup-container .pre-title {
    bottom: 0;
    left: 0;
    right: 0;
    height: 4rem;
    border-radius: 0px 0px 8px 8px;
    min-height: fit-content;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    z-index: 1;
    color: hsl(206deg 29% 97%);
    background-color: hsl(204deg 100% 15%);
    transition: all .5s ease;
    color: white;
}
.software-cards .image-scrollup-container:hover .pre-title {
    display: none;
}
.software-cards .image-scrollup-container h2:not(.software-cards .image-scrollup-container .text h2) {
    font-size: 18px;
}
.software-cards .image-scrollup-container .text-overlay {
    background-color: color-mix(in srgb, hsl(204deg 100% 15%) 80%, transparent);
    backdrop-filter: blur(6px);
}
.software-cards .image-scrollup-container .text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}
.software-cards .image-scrollup-container .text {
    color: white;
    font-size: 18px;
    position: relative;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 1rem;
}
.software-cards .image-scrollup-container .text p{
    color: white;
}
.software-cards .image-scrollup-container:hover .text-overlay,
.software-cards .image-scrollup-container:active .text-overlay {
    height: 100%;
}
.display-flex {
    display: flex;
}
/*Catalog Page*/
.card.catalog-card .upcoming-catalog{
    padding: 0px 8px 0px 4px;
    background-color: #d9e8f2;
    border-radius: 0.5rem;
    color: #002e4d;
    display: block;
    font-weight: 500;
    text-wrap-mode: nowrap;
    width:fit-content;
    font-size:12px;
}
.card.catalog-card{
    padding: 4px 8px !important;
}
 .card.catalog-card .card-body{
     height: 100%;
 }
.card.catalog-card{
    height:95%;
}

div.catalog-checkbox-container {
    display: flex;
    align-items: center;
}

div.catalog-checkbox-container input[type="checkbox"].topic {
    /*margin-top: 6px;*/
    flex-shrink: 0;
}

div.catalog-checkbox-container .form-check-label {
    margin-left: 5px;
    white-space: normal;
    flex: 1;
    text-wrap-mode: nowrap;
    display: inline;
}
.card.catalog-card{
    box-shadow: unset;
    border: 1px solid #dee2e6 !important
}
.catalog-card-container:hover > .card.catalog-card{
    box-shadow: 2px 2px 2px 1px rgb(199 206 226 / 50%), -2px -2px 1px rgb(216 231 255 / 20%) !important;
}
.catalog-card-container > .card.catalog-card .card-title{
    transition: transform 0.2s;
}
.catalog-card-container:hover > .card.catalog-card .card-title{
    transform: scale(1.01) !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/*POSTS*/
.posts .post-breadcrumbs .breadcrumb{
    background: unset;
    padding: 0.5rem 0;
}
.posts .post-breadcrumbs .breadcrumb-item span{
    font-size:14px;
}
.posts .post-breadcrumbs .breadcrumb-item a span:not(span:hover){
    text-decoration: underline;
    text-underline-offset: 0.2em;
}