/*
Theme Name: SWPG Simple Theme - CCBR
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#437799
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.
*/


.et_pb_widget a,.wp-block-button a, a:not(.simple_theme_content a) {
    text-decoration: unset !important;
}

.simple_theme_content a:not(.simple_theme_content .et_pb_widget a,.simple_theme_content .wp-block-button a) {
    text-decoration: underline !important;
}

.banner-cta a.btn:hover {
    text-decoration: underline !important;
}

.simple_theme_content a:not(.simple_theme_content .et_pb_widget a,.simple_theme_content .wp-block-button a):hover {
    text-decoration: none !important;
}

.simple_theme_content a:hover{
    text-decoration: unset !important;
}

.page-id-11 a.wp-element-button:hover, .page-id-37 a.wp-element-button:hover {
    color: #fff;
    text-decoration: underline !important;
}

#menu-item-60 > a:nth-child(1), #menu-item-1643 > a:nth-child(1) {
    display: none;
}

.simple_theme_content .row {
    padding-top: 16px;
}

.swpg_lightbox_thumbnail {
    border-radius: 10px;
}

.NIDAP_team_image {
    width: 60%;
    margin: 0px auto;
}

.page-id-1906 h2 {
    margin-bottom: 26px;
}

.page-id-1906 h3 {
    margin: 42px 0px 26px 0px;
}

body {
    /*font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
    color: #1A5E86 !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;
}

body h1, body h2, body h3, body h4, body h5, body h6, body strong, body .h1, body .h2, body .h3,body .h4,body .h5 {
    color: #174f73;
    font-weight: 600 !important;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6{
    letter-spacing: normal;
}

body h3 {
    line-height: 1.5rem;
    margin: 16px 0px 26px 0px;
}

p, li, ul, div {
    color: #0d334b;
    font-weight: 400;
    font-size:16px;
}

ul {
    list-style: disc;
}

hr {
    margin: 42px 0px !important;
}

.no_top_margin {
    margin-top: 0px !important;
}

#wpadminbar {
    overflow: hidden;
}

#top-bar-area-right-menu a:hover {
    text-decoration: underline !important;
}

.clear_both {
	clear: both;
}

.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;
}

.bold {
  font-weight: bold;
}

.text_align_center {
    text-align: center;
}

.margin_top_34 {
    margin-top: 34px;
}

.padding_top_16 {
    padding-top: 16px;
}

.padding_top_26 {
    padding-top: 26px;
}

.dotted_underline {
    text-decoration-style: dotted;
    text-decoration-line: underline;
}

.no_bottom_margin {
    margin-bottom: 0px !important;
}

#atlwdg-trigger {
    z-index: 999;
}

.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: 130px;
}

.page-template-page-home .nav_margin {
    margin-top: 76px;
}

.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;
}

.tabs_holder ul {
    margin-bottom: inherit !important;
}

.tabs_holder ul {
    margin-left: 5px !important;
}

/*Nav menu */

ul.dropdown-menu ul li:hover > a {
    color: #20A0F5;
}

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;
}

.current-menu-parent > a, .current-menu-ancestor > a {
    border-bottom-color: #437799 !important;
}

.current-menu-parent .current_page_item > a, .current-menu-parent .current_page_item > a, .sub-menu .current-menu-parent > a {
    
}

/*Slideshow*/
#Featured-Items-Carousel .carousel-card {
    min-height: 300px !important;
}

/*SECTION HEADING DIVIDERS*/
.section-heading {
    border-bottom: 1px solid;
    margin: 24px 0px 24px 0px;
    padding-bottom: 1rem;
    font-weight: bold;
    color: #1A5E86 !important;
}
@media (min-width: 600px){
    .section-heading {
        margin: 36px 0px 24px 0px;
    }
}
/* Custom BUTTONS */
.btn{
    border-radius: 2rem !important;
}
.banner-cta .btn-btep-primary, .cta .btn-btep-primary {
    background-color: #65B2E6 !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  {
    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;
    }
}


/* PAGE BANNERS*/
.header-top{
    position: unset;
}

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: #1A5E86;
    padding-top: unset;
}

.header.color-overlay:after{
    background:url(/gau/wp-content/themes/simple_theme_ccbr/images/Background1.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.general-header:after {
    background:url(/btep/wp-content/themes/simple_theme_ccbr/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_ccbr/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;
}
.header.color-overlay.courses-header:after {
    background:url(/btep/wp-content/themes/simple_theme_ccbr/images/courses-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: 3%;
    padding-bottom: 3%;
}
.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;
}

/* 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%;
    padding-top: 6px !important;
}

.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 */




/*Accordion*/

.accordion_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;
}

.accordion_holder .card-header {
    padding: 1rem 1.25rem;
    padding-left: 1.25rem;
}

.accordion_holder.accordion_detail {
    margin-bottom: 50px;
}

.accordion_right, .accordion_left {
    float: left;
}

.accordion_right {
    width: 95%;
}

.accordion_holder .show_icon, .accordion_holder .hide_icon {
    font-size: 35px;
    color: #1A5E86;
}

.accordion_holder .hide_icon {
    margin-left: 10px;
    margin-right: 16px;
}

.accordion_holder .show_icon {
    margin-right: 17px;
}

.accordion_title {
    font-weight: 600;
    font-size: 23px;
    line-height: 1.5;
    margin-bottom: 0px;
}

.accordion_link {
    margin-top: 12px;
}

/*End Accordion*/




/* GLOBAL CARD & ACCORDION DESIGN */
.card .card-footer.bg-custom {
    background-color: hsl(0deg 0% 100%) !important;
    color: #1A5E86 !important;
    text-align: right;
}
.card-footer{
    border-top: unset !important;
}
.card-title a {
    text-decoration: none !important;
}
h3.card-title.h4{
    text-align:center;
    color: #1A5E86 ;
    font-weight: 600 !important;
    text-rendering: optimizeLegibility;
}
@media (max-width: 500px) {
    .swpg_targeted_bootstrap .col:not(.swpg_targeted_bootstrap .col-date-box) {
        flex: 1 0 60% !important;
    }
}

/***** HOME *******/
.nci-group-name h2 {
    margin: 7px 0;
    padding: 0;
    font-size: 20px;
    color: #FFF;
    font-weight: 600;
    font-family: "Open Sans", Arial, sans-serif;
}

.nci-group-name {
    background: #437799;
    border-top: 1px solid #606061;
    border-bottom: 1px solid #606061;
}
/* home page banner */
.header-homepage{
    padding-top: unset;
}
.header-homepage.color-overlay {
    background:url(/btep/wp-content/themes/simple_theme_ccbr/images/Background1.jpg) 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.3 !important;
}
.header-wrapper .color-overlay:before{
    background: #437799;
}
.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-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-featured a:hover .card .bg-custom {
    text-decoration: underline;
}

.home-featured a:hover .card {
    box-shadow: 3px 2px 4px 0px #d6dbe8 !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;
}
.home-page-content .featured-items {
    background-color: #437799;
    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 ACCORDION ENDING POINTERS*/
.home-page-content #home_events_list .accordion-item:nth-last-child(1) .col-date-box:before {
    bottom: -24px;
    border-left: 40px solid #fff;
    border-top: 20px solid #1A5E86;
    border-right: 40px solid #fff;
    position: absolute;
    content: '\a0';
    font-size: 0;
    width: 40px;
    background-color: #1A5E86;
    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 #1A5E86;
    border-right: 40px solid #fff;
    position: relative;
    content: '\a0';
    font-size: 0;
    width: 20px;
    background-color: #1A5E86;
    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*/


/*Contact Page*/


.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-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 Contact Page*/


/* 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;
}

/* 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 */

/* 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;
}
    
/* Mezmerize Theme overrides*/

body h1 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 50px;
}

body h2 {
    line-height: 30px;
    margin-bottom: 42px;
    font-size: 30px;
    font-weight: 500;
}

body h2.wp-block-heading {
    margin: 4px 0px 26px 0px;
}

body h3 {
    font-weight: 500;
}

body h4 {
    font-weight: 500;
}


body.page-id-4090 label {
    color: #1A5E86;
    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;
}
.home-featured .card:hover i.fas {
    box-shadow: 0px 0px 4px 2px #8dcdff;
}

.card-title i.fas {
    clear: both !important;
    display: block;
    background-color: #104b71;
    padding: 10px;
    max-width: fit-content;
    text-align: center !important;
    align-content: center !important;
    margin: auto;
    margin-bottom: 0.5rem;
    border-radius: 50%;
    color: white !important;
    font-size: 16px;
}
.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: #1A5E86  !important;
    font-weight: 400  !important;
    text-transform: inherit  !important;
    font-size: 18px !important;
}
#main_menu > li:hover > a {
    border-bottom-color: #437799;
}
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;
}

img.logo.dark, img.custom-logo {
    width: 350px;
    max-height: 50px !important;
}

.navigation-bar.fixto-fixed {
    box-shadow: -1px 0px 1px;
}

#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: #1A5E86;
    font-weight: bolder;
    text-decoration: underline;
}

#ccr-footer a:hover {
    text-decoration: underline !important;
}

@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 */

/** Custom CSS Added 01/04/2022 */
a {
    color: #1a5e86;
}
.color2 {
    border-color: #1c5e86 !important;
    color: #1c5e86 !important;
}
.fixto-fixed .custom_area_col {
    display: none;
}
#ostr_banner > div {
    text-align: center !important;
}
.navigation-bar{
    background-color: white !important;
}
.top-bar-menu li {
    float: unset;
    display: inline-block !important;
}
@media (min-width:768px){
    .top-bar-menu li:first-child :after{
        margin-left: 25px;
        content: '|';
    }
    .top-bar-menu li{
        font-size:16px;
        letter-spacing:2px;
    }
    .top-bar-menu .menu-item {
        margin-left:6px;
    }
}
@media (max-width:767px){
    .header-top-bar{
        display: block !important;
    }
    .top-bar-menu li:first-child :after{
        margin-left: 5px;
        content: '|';
    }
    .top-bar-menu li{
        font-size:14px;
        letter-spacing:1px;
    }
    .top-bar-menu .menu-item {
        margin-left:3px;
    }
}
/** Publication CSS */
.entry_container {
    margin-bottom: 1.5rem;
}
#accordion_publications_ccbr .accordion-button{
    font-weight: 600;
    font-size:1.2rem;
}
#accordion_publications_ccbr .accordion-item:has(.accordion-collapse.collapse.show){
    border:0px solid #8fb6cd;
    border-radius: 8px;
}

#accordion_publications_ccbr button.accordion-button {
    background-color: transparent;
}

#publications_search_form {
    padding-bottom: 37px;
    margin-top: -28px;
}

#publications_list {
    overflow: scroll;
    height: 300px;
    list-style: none;
    margin: 0px 16px !important;
}

.pubs_search_box input {
    width: 94%;
}

.pubs_search_box a {
    color: #1F709F;
    font-size: 11px;
}

#timeline h2 {
    font-weight: normal;
}

#timeline .posts-list {
    padding-top: 10px;
    padding-bottom: 10px;
}

#timeline .posts-list li:first-child {
    border-top: none;
}

#timeline.my_account h3 {
    padding-top: 10px;
}

#timeline .timeline-module {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.timeline-module:nth-last-child(2) {
    margin: 0 0 24px;
}

.archive-pagination .pagination li>.page-numbers.current, .archive-pagination>.page-numbers li>.page-numbers.current
, .paginated .pagination li>.page-numbers.current, .paginated>.page-numbers li>.page-numbers.current {
    color: #000;
}

#main-content #timeline.publications b {
    font-weight: bold;
}

#main-content #timeline.publications a {
    color: #1a5e86;
}

#main-content #timeline.publications .link {
    line-height: 1.5em;
}

#main-content #timeline.publications .authors {
    line-height: 1.4em;
}

#main-content #timeline.publications .link, #main-content #timeline.publications .authors {
    font-size: 14px;
}

.et_extra_other_module .posts-list li, .et_pb_extra_module .posts-list li {
    border-bottom: none;
    padding: 5px 20px;
}

#pub_recentContainer {
    margin-top: 26px;
}

.search_text {
    font-weight: bold;
    color: red;
}

#publication_search {
    width: 90%;
    margin-left: 5%;
    margin-top: 22px;
    margin-bottom: 24px;
}

#pub_recentContainer b {
    font-weight: 700;
}
.post_info a.title:hover,.publication_item a:hover{
    text-decoration: underline !important;
}

/**********************************End Publications*********************************/

/** Widget Area: Upcoming Classes **/
.et_pb_widget .widgettitle{
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #1a5e86 !important;
    border-radius: 8px 8px 0px 0px;
    padding: 0.5rem;

}
.et_pb_widget{
    background-color: hsl(202deg 100% 97%);
    margin-bottom: 2rem;
    border-radius: 0px 0px 8px 8px;
}
.et_pb_widget ul{
    list-style:none;
    max-height:300px;
    overflow: scroll;
}
.et_pb_widget li{
    padding:0.5rem;
    border-bottom: 1px solid;
}
h4.widgettitle{
    padding-left: 2rem !important;
}
.widgettitle a:hover{
    color: white !important;
    text-decoration: underline;
}
.et_pb_widget .ask-for-help-widget i {
    font-size: 4.5rem;
    display: block;
    position: absolute;
    bottom: -20px;
    right: 3px;
    opacity: 0.8;
    color: #FFA831 !important;
}
.et_pb_widget .ask-for-help-widget:hover i {
    transition: bottom 0.15s ease;
    bottom: -10px;
}
.et_pb_widget .get-help-widget{
    padding: 20px;
}
.et_pb_widget .get-help-widget a{
    text-decoration: none !important;

}
.et_pb_widget a.ask-for-help-widget {
    color: #174f73 !important;
    padding-bottom: 0.5rem;
}

.et_pb_widget .ask-for-help-widget {
    font-size: 1.5rem !important;
    line-height: normal;
    float: left;
    display: block;
    height: 100%;
    /* margin: 0px; */
    padding-top: 9px;
    padding-left: 16px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -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 3px 1px rgb(68 129 166 / 58%);
    margin-bottom: 23px;
    position: relative;
    overflow: hidden;
    color: #333;
    width: 100%;
    background: rgb(255, 255, 255);
    /*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 );*/
}

.et_pb_widget .ask-for-help-widget.status-check{
    background-color: rgba(255,255,255,0.8) !important;
    font-size: inherit !important;
}
.et_pb_widget .ask-for-help-widget i.status-check{
    font-size: 3.0rem !important;
    position: absolute;
    bottom: 0;
    float: right;
    color: #FFA831 !important;
    right: 18px;
    transition: 0.35s ease;
}
.et_pb_widget .ask-for-help-widget:hover i.status-check {
    transform: translate(6px, -5px);
}

/* Software Listing Section*/
.clear_both {
    clear: both;
}
.featured_software_item {
    width: 25%;
    padding: 0 12px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.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 */

/** General Padding */
.mt-0{
    margin-top: 0 !important;
}
.mt-1{
    margin-top: 10px !important;
}
.mt-2{
    margin-top: 16px !important;
}
.mt-3{
    margin-top: 26px !important;
}
.my-3{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-2{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-1{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

/* Table Indentation */
.is-style-stripes.indent-table{
    margin-left:1rem;
}
.is-style-stripes.indent-table tr td:first-child{
    padding-left: 0.5rem;
}

/* CUSTOM ALERT  */
.alert-dark.alert-ccbr{
    background-color: rgb(62 140 194);
    color: color-mix(in srgb, rgb(255,255,255) 90%, rgb(26,94,135));
    font-size: 1.25rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    border: unset;
    border-radius: 8px;
    margin-bottom:2.25rem;
}
.alert-dark.alert-ccbr strong{
    /*color: color-mix(in srgb, rgb(255,255,255) 85%, rgb(26,94,135)) !important;*/
    color: white !important;
}

.alert-dark.alert-ccbr .alert-ccbr-icon{
    font-size:1.25rem;
    color: #f6ff88 !important;
}
.alert-dark.alert-ccbr .btn.btn-btep-primary{
    margin-left:auto;
    border: unset;
}




