@import url('https://fonts.googleapis.com/css2?family=Rosario:wght@400;700&display=swap');

/* @font-face {
    font-family: 'Rosario';
    src: url('/css/cms/fonts/Rosario-Regular.woff2') format('woff2'),
        url('/css/cms/fonts/Rosario-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */
body {
    color: #000 !important;
}

@font-face {
    font-family: 'Krona One';
    src: url('/css/cms/fonts/KronaOne-Regular.woff2') format('woff2'),
        url('/css/cms/fonts/KronaOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1,
h2,
h3,
h4,
h5 {
    color: #13284B;
}

.carousel-caption h1 {
    color: #fff
}

.input-group-addon {
    padding: 4px;
    margin: 0px 0px 0px 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75;
    color: #0D4170;
    text-align: center;
    background-color: #f5f5f5;
    border: 1px solid #9feffb;
    border-left: 0px;
    cursor: pointer;
}

.custom-login-form .form-group {
    width: 100%;
}

#logoutModal .modal-header {
    background-color: #13284B;
    color: #fff;
}

#logoutModal .btn-primary {
    background-color: #0B4B7F;
    border: 0;
}

.pop-login .btn-primary {
    background-color: #0B4B7F;
    border: 0;
}

.pop-login .btn-primary:hover {
    background: transparent -webkit-gradient(linear, left top, right top, from(#13284B), color-stop(36%, #0B4B7F), color-stop(66%, #6AC9C9), to(#66C8C7)) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #13284B 0%, #0B4B7F 36%, #6AC9C9 66%, #66C8C7 100%) 0% 0% no-repeat padding-box;
    border: 0;
    -webkit-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s;
}

.pop-login .btn-primary:focus {
    background: #0B4B7F !important;
}

.on-review {
    /* border: 0.5px solid #abd9ff6b; */
    border: none;
    padding: 3px;
    background-color: #fff !important;
    color: gray;
}

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

.is-invalid.__control.css-yk16xz-control {
    border-color: #dc3545;
}

/* DOCUMENT READER */
#react-doc-viewer #header-bar {
    display: none;
}

#react-doc-viewer #pdf-download {
    display: none;
}

div#pdf-renderer {
    background-color: #fcfcfc;
}

div#pdf-controls {
    /* box-shadow: none; */
    border-top: 1px solid #e5e5e5;
}

.col-auto.image {
    width: 110px;
    height: 160px;
    display: table-cell;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    border: 0;
    align-items: center;
    display: flex;
}

.col-auto.image img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    max-height: 100%;
}

.members-spotlight img {
    max-width: 100px !important;
}

.row .s12 {
    width: 100% !important;
}

.dbcol1{
    padding: 10px;
      /* background-color: #d8d8d8;  */
    text-align: center;
}
.dbcol1 img{
   
    padding: 10px;
    
    /* filter: invert(0.2); */

   
}
.invertImg{
    /* filter: invert(1) grayscale(1) brightness(0); */
}

.customFirst{
    /* background-color: #d8d8d8; */
    padding: 10px;
}
.customLast{
    background-color: #fff;
}

#contact-db-more-info-pop .modal-header {
   
    top: 0;
    left: 0;
    right: -1px;
    z-index: 10;
    margin-bottom: 0px;
    border-radius: 0px;
    border: none;
    /* background: white; */
    /* width: 100%; */
}

#contact-db-more-info-pop .modal-body {
    margin-top: 20px;
}

button#retryButton {
    /* border: none; */
    border: none;
    margin: 0 0 0 16px;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: normal;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-appearance: none;
    outline: none;
    text-align: inherit;
}

.StripeElement {
    margin: 15px auto;
    padding: 10px 12px;
    color: #32325d;
    background-color: white;
    border: 1px solid #ced4da;
    border-radius: 0px;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

input#cardholder_name::placeholder {
    color: #CFD7DF;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.on-review__control.on-review__control--is-disabled.css-1fhf3k1-control {
    background-color: #fff;
    color: #000;
}

.modal-body iframe {
    border: 0px;
}

input#captcha {
    font-family: Arial;
}

#member-benefits img.card-img-top.mx-auto {
    max-height: 64px;
}

.btn-xs {
    padding: 0.25rem .5rem;
    font-size: .75rem;
    line-height: 1;
}

#becomeAMember {
    font: normal normal normal 24px/36px Arial;
}

div#noResults {
    font-size: 20px;
    color: #ff3030;
}

#EventDetail .color-3 {
    color: #dc3545 !important;
}

.color-4 {
    font-weight: bolder !important;
    color: #0B4B7F;
}

.color-8,
.color-8 small {
    color: #afafaf !important;
    font-weight: bold !important;
    font-size: 92%;
}

.eventbg-1 {
    background-color: #B3FFD3 !important;
}

.eventbg-2 {
    background-color: #eae6e6 !important;
}

.eventbg-3 {
    background-color: #0097c529 !important;
}

.eventbg-4 {
    background-color: #0097c529 !important;
}

button.react-share__ShareButton.dropdown-item {
    padding: .25rem 1rem !important;
}

.bg-17 {
    background-color: #f0f5f2;
}

.play-button {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.event-slide-control {
    position: absolute;
    color: #fff;
    height: 50%;
    width: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    top: 50%;
    z-index: 10001;
    transform: translateY(-50%);
}

.event-slide-control.next {
    right: 0;
}

.event-slide-control.prev {
    left: 0;
}

.event-slide-control:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #7c7c7c;
}

#react-confirm-alert .react-confirm-alert-overlay .react-confirm-alert .react-confirm-alert-body h1 {
    font-size: 1.5rem !important;
}

.react-confirm-alert-button-group>button {
    background: #0B4B7F !important;
}

figure.image-style-align-right {
    float: right !important;
}

figure.image-style-align-left {
    float: left !important;
}

figure.image {
    display: table;
    clear: both;
    text-align: center;
    margin: 1em auto;
}

figure.table {
    width: unset;
}

figure.table {
    display: table;
    margin: 1em auto;
}

.top-footer p.pl-5 p {
    margin: 0 !important;
}

label {
    font-weight: 700;
}

.form-control:disabled,
.form-control[readonly] {
    color: #5d4848;
}

.ckeditor-text p {
    margin-bottom: 0px;
}


footer .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 0;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

header .avatar {
    max-width: 56px !important;
}

span.outstanding {
    color: #4CAF50;
}

span.paid {
    color: #5100ff9c;
}

span.draft {
    color: #020202c4;
}

span.cancelled {
    color: #979797;
}

span.overdue {
    color: #ff6464;

}


.dropdown-menu.portal {
    transform: translate3d(40px, 20px, 0px) !important;
    background-color: #ffffff !important;
    padding: 10px !important;
    ;
}

.dropdown-menu.portal a {
    color: #13284B !important;
}

.portal ul li span.text {
    font-size: 14px;
}

.portal-notification-dropdown {
    background-color: #fff !important;
    box-shadow: 0px 0px 2px;
    max-width: 320px;
    width: 530%;
    overflow-y: scroll;
    max-height: 500px;
}

.portal-notification-dropdown .dropdown-item {
    color: #000 !important;
    white-space: unset !important;
    border-bottom: 1px solid #c2c2c2;
    text-align: left;
    font-size: 14px;
}

.portal-notification-dropdown .dropdown-item a {
    color: #000 !important;
    white-space: unset !important;
    cursor: pointer;
}

.portal-notification-dropdown .dropdown-item:hover,
.portal-notification-dropdown .dropdown-item:hover a {
    background-color: #13284B !important;
    color: #fff !important;
}

.portal-notification-dropdown .view-all {
    color: #fff !important;
    background-color: #13284B !important;
    border-bottom: 1px solid #ebebeb;
}

.portal-notifications-count {
    position: absolute;
    top: 15px;
    background: #de0707;
    color: #fff;
    border-radius: 50%;
    padding: 2px 6px;
    line-height: 1;
    font-size: 12px;
    font-weight: bolder;
    right: 17px;
}

.unread {
    background-color: #ebebeb !important;
}

/*#app .navbar .dropdown #my-account {
    position: relative;
    background-color: #13284B;
    border-radius: 0;
    border: 0;
    border-radius: 6px;
    margin: 0;
    min-width: auto;
    z-index: 1;
    
}*/

#app .navbar .dropdown #my-account a {
    color: #fff;
}

.nav-item.dropdown.show #my-account {
    display: block !important;
}

#app .navbar .dropdown #my-account {
    position: absolute;
    width: 100%;
}

/* width */
.site-wrapper .sidebar::-webkit-scrollbar,
header::-webkit-scrollbar {
    width: 5px !important;
}

/* Track */
.site-wrapper .sidebar::-webkit-scrollbar-track,
header::-webkit-scrollbar-track {
    background: #f1f1f1;
    box-shadow: inset 0 0 5px grey;
}

/* Handle */
.site-wrapper .sidebar::-webkit-scrollbar-thumb,
header::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.site-wrapper .sidebar::-webkit-scrollbar-thumb:hover,
header::-webkit-scrollbar-thumb:hover {
    background: #555;
}

#app .password-toggler {
    position: absolute;
    right: 0;
    bottom: 0px;
    color: #13284B;
    right: 1px;
    width: 35px;
    height: 35px;
    text-align: center;
    z-index: 999;
}

#app .password-toggler svg {
    cursor: pointer;
    width: 30px;
    height: 30px;
    padding: 4px;
    z-index: 999;
}

.fc-event-main {
    background-color: #164b7f;
    cursor: pointer;
}

.fc-title {
    overflow-wrap: break-word !important;
    white-space: normal;
}

.tooltip.show {
    opacity: 1;
}

#searchTab .nav-link {
    color: #164b7f;
    background-color: #FFF;
    /* border-color: #164b7f #dee2e6 #fff; */
    border-color: #dee2e6;
    margin: 1px;
}

#searchTab .nav-link.active {
    color: #ffffff;
    background-color: #164b7f;
}

.tooltip-inner {
    background-color: #fff;
    box-shadow: 0px 0px 4px black;
    opacity: 1 !important;
    color: black;
    max-width: 300px;
    width: 300px;
}

.tooltip.bs-tooltip-right .arrow:before {
    border-right-color: #fff !important;
}

.tooltip.bs-tooltip-left .arrow:before {
    border-left-color: #fff !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
    border-bottom-color: #fff !important;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #fff !important;
}

.tooltip-content img {
    max-width: 100%;
}

.tooltip-content .title {
    margin-top: 10px;
}

.tooltip-content .excerpt {
    color: #767676;
}

#fullCalendarContainer .fc-col-header {
    width: 100% !important;
}

#fullCalendarContainer .fc-col-header thead {
    background-color: #164b7f;
}

#fullCalendarContainer .fc .fc-col-header-cell-cushion {
    padding: 15px !important;
    color: #fff !important;
}

#fullCalendarContainer .fc .fc-daygrid-day.fc-day-today {
    background-color: rgb(71 185 195 / 51%) !important;
}

#fullCalendarContainer .fc-theme-standard td,
.fc-theme-standard th {
    border: 1px solid #164b7f !important;
}

#fullCalendarContainer .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0px !important;
    background-color: #102849;
    padding: 10px 20px;
    margin-left: 1px;
}

#fullCalendarContainer .fc-toolbar-title {
    color: #fff !important;
}

#fullCalendarContainer table {
    border-top: 0px;
}

#fullCalendarContainer .event-calendar-title .fc-title {
    color: #3a3a3a;
    padding-left: 2px;
}

#miniCalendarContainer {
    cursor: pointer;
}

#miniCalendarContainer table.fc-scrollgrid-sync-table tbody tr:last-child {
    display: none;
}

#miniCalendarContainer .fc-title.mini {
    font-size: 10px;
}

#miniCalendarContainer .fc-col-header {
    width: 100% !important;
}

#miniCalendarContainer .fc-col-header thead {
    background-color: #164b7f;
}

#miniCalendarContainer .fc .fc-col-header-cell-cushion {
    padding: 0px !important;
    color: #fff !important;
    font-size: 13px;
}

#miniCalendarContainer .fc .fc-daygrid-day.fc-day-today {
    background-color: rgb(71 185 195 / 51%) !important;
}

#miniCalendarContainer .fc-theme-standard td,
.fc-theme-standard th {
    border: 1px solid #164b7f !important;
}

#miniCalendarContainer .fc .fc-button .fc-icon {
    font-size: 27px !important;
}

#miniCalendarContainer .fc .fc-button .fc-icon, 
#fullCalendarContainer .fc .fc-button .fc-icon{
    font-weight: 900;
}

#fullCalendarContainer .fc-next-button,
#fullCalendarContainer .fc-prev-button {
    /*background-color: #102849;
    border: 0px;
    font-size: 30px;*/
    font-size: 23px;
    border-radius: 50%;
    border-width: 2px !important;
    background-color: #0b1b31;
}

#fullCalendarContainer .fc-next-button {
    padding: 6px 6px 7px 8px
}

#fullCalendarContainer .fc-prev-button{
    padding: 6px 8px 7px 6px;
}

#miniCalendarContainer .fc-next-button,
#miniCalendarContainer .fc-prev-button {
   /* background-color: #102849;
    border: 0px;
    font-size: 25px;*/
    font-size: 17px;
    border-radius: 50%;
    border-width: 2px !important;
    background-color: #0b1b31;
    margin: 10px;
}

#miniCalendarContainer .fc-next-button {
    padding: 3px 3px 4px 5px
}

#miniCalendarContainer .fc-prev-button  {
    padding: 3px 5px 4px 3px;
}

/*#miniCalendarContainer .fc .fc-button-primary {
    background: none !important;
    border: none !important;
}*/

#miniCalendarContainer .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0px !important;
    background-color: #102849;
    padding: 0px;
    margin-left: 1px;
}

#miniCalendarContainer .fc-toolbar-title {
    color: #fff !important;
    font-size: 21px;
}

#miniCalendarContainer table {
    border-top: 0px;
}



#miniCalendarContainer .fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 0px;
}

#miniCalendarContainer .fc .fc-daygrid-body-natural .fc-daygrid-day-top {
    margin-bottom: 0px;
}

#miniCalendarContainer .fc .fc-daygrid-day-number {
    padding: 0px !important;
}

#eventCalendarLegend p {
    display: inline;
    margin-right: 20px;
}

.vidLibRecAdd .swiper-button-next,
.swiper-button-prev {
    color: #636363 !important;
    border-radius: 50%;
    border: 2px solid #636363;
    width: 30px !important;
    height: 30px !important;
    background: #ffffffc9;
}

.vidLibRecAdd .swiper-button-prev {
    padding-right: 4px;
}

.vidLibRecAdd .swiper-button-next {
    padding-left: 4px;
}

.vidLibRecAdd .swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 16px !important;
}

.vidLibRecAdd .swiper-slide {
    /*width: 300px;*/
    height: 250px;
    position: relative;
}

.vidLibRecAdd .bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.vidLib-recAdd-watch_now {
    width: 110px;
    background-color: #fff;
    padding: 5px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    float: right;
    margin-right: 10px;
}

.vidLibRecAdd .title-cont {
    /* position: absolute;
    bottom: 0;*/
    background: #174b7f;
    color: #fff;
    width: 100%;
    display: flex;
    padding: 10px;
}

.vidLibRecAdd .title-cont a {
    color: #fff;
    margin-left: auto;
    text-decoration: underline;
    font-size: 13px;
    width: 200px;
    text-align: right;
    cursor: pointer;
}

.vidLibRecAdd .title-cont .title {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 14px;
    min-width: 80px;
}

.vidLibRecAdd .title-cont .title>a {
    position: relative;
    top: 2px;
    text-decoration: none;
}

.vidLibRecAdd .cat {
    background: #174b7f;
    color: #fff;
    display: inline;
    float: right;
    margin: 5px;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
}

.vidLib-cont .banner {
    height: 350px;
    background-repeat: no-repeat !important;
    /*background-size: cover !important;*/
    background-size: 500px 350px !important;
}

.vidLib-cont .details {
    background: #174b7f;
    color: #fff;
}

.vidLib-cont .details .cat-cont {
    display: flex;
    margin-top: 10px;
    font-size: 13px;
    margin-bottom: 15px;
}

.vidLib-cont .details .cat-cont .date {
    margin-left: auto;
    position: relative;
    top: 10px;
}

.vidLib-cont .details .cat-cont .cat {
    background: #fff;
    color: #174b7f;
    display: inline;
    float: right;
    margin: 5px;
    padding: 3px 5px;
    border-radius: 5px;
    font-weight: 600;
}

.vidLib-cont .details .title {
    font-weight: 600;
    margin-bottom: 0px;
    color: #fff;
    font-size: 18px;
}

.vidLib-cont .details .duration {
    font-size: 14px;
}

.vidDeet-cont .date {
    font-size: 15px;
    font-weight: 600;
}

.vidLib-cont .details .desc {
    font-size: 15px;
    margin-top: 30px;
}

.vidLib-cont .details .link {
    width: 93%;
    background-color: #fff;
    padding: 5px;
    text-align: center;
    display: block;
    position: absolute;
    bottom: 10px;
}

.vidLib-seeMore {
    border: 1px solid #094C80;
    padding: 5px 150px;
    background: #fff;
    margin: 0 auto;
    display: inline;
    font-size: 13px;
}

.clearfix {
    clear: both;
}

.vidDeet-cont .cat {
    background: #dcdcdc;
    border-radius: 5px;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 10px;
}

.vidDeet-cont .duration {
    font-size: 14px;
    color: #726f6f;
    font-weight: 600;
}

.vidDeet-cont .sub_title {
    color: #726f6f;
    font-size: 16px;
    font-weight: 600;
}

.swiper-button-prev-unique {
    position: absolute;
    z-index: 99999;
    bottom: 110px;
    left: -10px;
}

.swiper-button-next-unique {
    position: absolute;
    right: -10px;
    bottom: 110px;
    z-index: 1027;
}

.swiper-button-prev-unique a,
.swiper-button-next-unique a {
    border-radius: 50%;
    width: 50px;
    border: 2px solid #123a62;
    padding: 2px;
    font-size: 18px;
    color: #123a62;
    font-weight: 800;
    background: #ffffff;
}

.vidLib-recAdd-collapse-div {
    width: 100%;
    height: 100%;
    background: #184b7fe6;
    color: #fff;
    /*padding: 2px 5px;*/
}

/*.vidLib-recAdd-collapse-div:not(.show) {
    display: none;
}*/

.vidLib-recAdd-collapse-div .link {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #184b7f;
    padding: 10px;
}

.vidLib-recAdd-collapse-div .desc {
    font-size: 12px;
}

.vidLib-recAdd-collapse-div .data-cont {
    font-size: 13px;
}

.vidLib-recAdd-collapse-div .dur-cont {
    min-width: 70px;
    text-align: right;
}

.vidLib-recAdd-collapse-div .title,
.vidLib-recAdd-collapse-div .category {
    font-size: 14px;
}

.vdLib-img {
    background-size: cover !important
}

.vidLib-recAdd-collapse-div .title {
    color: #fff;
    text-decoration: underline;
}

.vidLib-recAdd-collapse-div .watch_now_more {
    width: 93%;
    background-color: #fff;
    padding: 5px;
    text-align: center;
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
}

#app footer a.inverted {
    background: #858585;
    color: #13284c;
}

.footericons .linkedin-link {
    font-size: 15px;
    position: relative;
    top: -5px;
}

#documentModal {
    z-index: 99999;
}

@media only screen and (max-width: 1024px) {

    .table-responsive {
        overflow-y: scroll;
        width: 100%;
    }

    .vidLib-cont .details .desc {
        font-size: 14px;
    }

}

@media only screen and (max-width: 992px) {
    #app .navbar .dropdown #my-account {
        position: absolute;
        width: 100%;
    }
}

@media only screen and (max-width: 990px) {
    .video-library-filter {
        width: 100%;
    }

    .video-library-filter select,
    .video-library-filter input {
        width: 48% !important;
    }
}

@media only screen and (max-width: 850px) {
    .vidLib-cont .details .title {
        font-size: 14px;
    }

    .vidLib-cont .details .desc {
        font-size: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .vidLib-cont .banner {
        height: 300px;
    }

    .vidLib-cont .details .link {
        position: static;
        width: 100%;
        margin-bottom: 10px !important;
    }

    .vidLib-seeMore {
        width: 100%;
        padding: 10px;
    }

    .video-library-filter select,
    .video-library-filter input {
        width: 100% !important;
        margin-bottom: 10px;
    }

    footer .top-footer .row .col {
        flex: 50%;
        text-align: center;
    }

    .home img {
        width: 100% !important;
    }

    .fixed-top {
        max-height: 530px;
        overflow-y: scroll;
    }

    .navbar-expand .navbar-nav .portal-notification-dropdown {
        left: -220px;

    }

    header .avatar {
        height: 50px !important;
        width: 50px !important;
    }

    

    /* footer .top-footer .row .col p,
    footer .top-footer .row .col p p {
        margin: 0 !important;
        padding: 0 !important;
        text-align: center !important;
    } */

    footer .top-footer .row {
        display: block;
    }

    footer .top-footer .row .col {
        width: 100%;
        flex-basis: 0;
        flex-grow: 1;
        display: block;
        text-align: center;
    }

    footer .top-footer .row .col p,
    footer .top-footer .row .col p p {
        margin: 0 !important;
        padding: 0 !important;
        text-align: center !important;
    }

    footer .top-footer .row .col .h5 {
        margin-top: 15px;
    }

    footer .bottom-footer {
        text-align: center;
    }
    footer .footericons .col-7,
    footer .footericons .col-4 {
        margin: 0 auto !important;

    }


    .modal-dialog .row .col-md-6 {
        max-width: 100% !important;
        display: block;
        flex: none;
    }

    .modal-dialog .accordion .col-md-12 {
        padding: 0 !important;
    }

    .modal-dialog .accordion .committee-members {
        padding: 15px;
    }





}

@media only screen and (max-width: 575px) {
    .vdl-back-btn {
        padding: 5px !important;
    }

    .events-filter select,
    .events-filter input {
        width: 100%;
        margin: 0 !important;
        margin-bottom: 15px !important;
    }

    .bg-2.pt-3.pb-4.my-3 {
        padding: 10px;
    }

    .bg-2.pt-3.pb-4.my-3 .h1 {
        font-size: 22px;
    }

    .request-access .form-group {
        width: 100% !important;
    }

    .table-responsive td.align-middle:nth-child(2) span.icons:first-child {
        padding: 20px;
        display: block;
    }

    .table-responsive td.align-middle:nth-child(2) .far {
        padding: 20px;
        display: block;
    }

    #app footer ul li {
        margin-bottom: 20px;
        font-size: 18px;
    }



    .py-5 .h4 {
        padding-bottom: 15px;
    }

    .py-5 .col.text-right .btn {
        display: block;
        flex: none;
        text-align: center;
        margin-bottom: 15px !important;
    }

    .btn.btn-light {
        width: 100%;
        margin-bottom: 15px;
    }

    /* /membership/membership-information*/
    .bg-2.p-3.d-inline-block.text-white {
        width: 100%;
    }

    .bg-2.p-3.d-inline-block.text-white h4 {
        font-size: 20px;
    }

    .col-12.col-md-6.text-md-right.mb-2 h4 {
        width: 100%;
    }

}

@media only screen and (max-width: 500px) {

    .vidLib-recAdd-watch_now {
        width: 93%;
        margin: 0 auto 10px;
        float: none;
    }
}

@media only screen and (max-width: 425px) {
    .vidDeet-cont .date {
        margin-bottom: 0px !important;
        padding-bottom: 0px !important;
    }

    .vidDeet-cont .title {
        margin-bottom: 0px !important;
        font-size: 1.75rem !important;
    }

    .col .h4 {
        font-size: 18px;
    }

    /*.btn{
        margin-bottom: 15px;
    }*/

    /*/portal/my-attendance*/
    .my-program .col {
        display: block;
        width: 100% !important;
        flex: none;
    }

    .my-program-search {
        display: block;
        width: 100% !important;
    }

    .my-program .search-form {
        display: block;
        width: 100% !important;
    }

    /*/about-us/staff*/
    #app .staff-image {
        width: 100% !important;
        height: auto !important;
    }

    .media {
        display: block;
    }

    .home-banner .btn {
        font-size: 24px;
        ;
    }

    
    .site-wrapper {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .breadcrumbs .site-wrapper.content h1 {
        text-align: center;
        font-size: 18px;
        line-height: 1.8em;
    }

    .site-wrapper .sidebar {
        /*max-height: 160px;
        overflow-y: scroll;*/
        overflow: hidden;
        height: 30px;
        margin-bottom: 25px;
        font-family: "Font Awesome 5 Free";
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
    }

    .site-wrapper .sidebar h3,
    .site-wrapper .sidebar h4 {
        position: relative;

    }

    .site-wrapper .sidebar li a {
        font-family: Arial, Helvetica, sans-serif;
    }

    .site-wrapper .sidebar h3::after,
    .site-wrapper .sidebar h4::after {
        font-family: "Font Awesome 5 Free";
        content: "\f358";
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        z-index: -1;

    }

    .sidebar.overflow {
        /*overflow-y: scroll;
         max-height: 160px;*/
        height: auto;
    }

    .sidebar.overflow h3::after,
    .sidebar.overflow h4::after {
        content: "\f35b";
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }


    #board-members .collapse .col-md-12 .image {
        width: 100%;
        padding: 12px;
    }

    #list-members .py-2 .toggler h3 {
        font-size: 22px;

    }

    #app .text-underline {
        word-break: break-word;
    }

    .fixed-top .navbar .btn-primary {
        padding: 7px 12px;
    }

    .home-banner {
        padding-left: 25px;
        padding-right: 25px;
    }

    .home-banner .text-white {
        font-size: 48px !important;
    }

    #app .sidebar .menu li a {
        text-align: center;

    }

    #app .sidebar h3,
    #app .sidebar h4 {
        text-align: center;
    }

    .filelinks a {
        display: block;
        width: 100%;
        margin: 0 !important;
    }

    .filelinks a i {
        margin: 0 !important;
    }

    .navbar-expand .navbar-nav .portal-notification-dropdown {
        left: -220px;

    }

    /*events inputs filter*/
    .form-inline .form-control.mr-3 {
        margin-right: 0px !important;
        margin-top: 15px;
    }

    .form-inline .form-control.ml-3 {
        margin-left: 0px !important;
        margin-top: 15px;
    }

    h3 {
        font-size: 20px;
    }

    h2 {
        font-size: 22px !important;
    }


    .gallery-events {
        margin: 0;
    }

    .gallery-events .col-lg-4 {
        padding: 0;
    }

    .load-more {
        width: 100%;
        ;
    }

    /** /events/aplma-events*/
    img.rounded.mr-4 {
        width: 100% !important;
    }

    .color-2 {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .d-sm-flex.mb-4.align-items-center .text-underline.color-3,
    .d-sm-flex.mb-4.align-items-center span .text-underline.color-3 {
        display: block;
        padding-bottom: 15px;
    }

    /** /events/detail*/

    .py-1.border-bottom {
        margin-bottom: 15px;
    }

    .py-1.border-bottom .float-right {
        padding-right: 20px;
        padding-bottom: 15px;
    }

    .bg-2.p-3.d-inline-block.text-white h4 {
        font-size: 18px;
    }

    /*/events/seminar-papers*/
    .seminar-paper-search {
        margin-bottom: 15px;

    }

    /*/market-data/secondary-composite-commentary*/
    .market-data-search {
        margin-bottom: 15px;
    }


    .filelinks a.m-1 {
        padding-bottom: 15px;
    }


    .col-auto.image {
        height: auto;
        padding-left: 10px;
    }

    #app #board-members .card-img {
        max-width: 150px;
    }

    .mb-1 .color-2 {
        border: 1px solid #102849;
        display: block;
        text-align: center;
        margin: 0 auto !important;
        margin-bottom: 15px !important;
    }

    .site-wrapper .sidebar h4 {
        font-size: 20px;
        ;
    }

    

}

@media only screen and (max-width: 390px) {
    .bg-2.p-3.d-inline-block.text-white h4 {
        font-size: 15px;
    }
}

@media only screen and (max-width: 375px) {
    .row.justify-content-center .col.text-right a {
        display: block;
    }

    #app .text-search {
        max-width: 190px !important;
    }



    .lang-switcher-menu {
        width: 80px;
        text-align: center;
    }



    .color-2 {
        font-size: 15px;
    }


    .py-5 .col {
        width: 100%;
        display: block;
        flex: none;
        text-align: center;
    }

    #bod .card-img {}

    .py-5 .col-md-12 .card {
        text-align: center;
    }

    .col-auto.image {
        margin: 0 auto;
        display: block;
        padding-top: 10px;
        padding-left: 0px;
        width: 100%;
    }

    .branch-chairman {
        display: block;
        width: 100%;
    }


}

@media only screen and (max-width: 360px) {
    #app .text-search {
        max-width: 150px !important;
    }

    #sponsorshipModal .modal-body div p {
        font-size: 15px;
    }

    .site-wrapper .sidebar h4 {
        font-size: 18px;
        ;
    }

    .bg-2.p-3.d-inline-block.text-white {
        text-align: center;
    }

    .bg-2.p-3.d-inline-block.text-white h4 {
        font-size: 18px;
        text-align: center;
        margin: 0;
        width: 100%;
        display: block !important;
    }
}

@media only screen and (max-width: 320px) {
    .bg-2.p-3.d-inline-block.text-white {
        text-align: center;
    }

    #sponsorshipModal .modal-body div p {
        font-size: 13px;
    }

    .site-wrapper .sidebar h4 {
        font-size: 16px;
        ;
    }
}

@media only screen and (max-width: 768px) {
    .home-banner {
        height: 192px !important;
        background-repeat: no-repeat;
    }

    .footericons .col {
        display: flex !important;
        justify-content: center;
    }

}

.home-banner {
    background-size: cover;
    background-position: top center;

}

@media only screen and (max-width: 720px) {

    .home-banner {
        /*background-size: contain;
    height: auto !important;*/
        background-position: top center;
        background-repeat: no-repeat;
        margin-top: 20px !important;


    }

}

@media only screen and (max-width: 425px) {
    #EventBanner img.w-100 {
        height: auto !important;
        object-fit: contain !important;
    }
}

#addBannerWrapper {
    padding-left: 7px;
    padding-right: 7px;
}

.event-gallery-col {
    max-width: 31.333333%;
}


@media only screen and (max-width: 1024px) {
    #addBannerWrapper {
        padding-left: 4px;
        padding-right: 4px;
    }

    .event-gallery-col {
        max-width: 30.333333%;
    }
}

@media only screen and (max-width: 768px) {
    #addBannerWrapper {
        padding-left: 0;
        padding-right: 10px;
    }

    .event-gallery-col {
        max-width: 47%;
    }
}

.displaytable {
    display: table;
    border-collapse: separate;
    border-spacing: 25px;
}

.displaytablecell {
    padding: 0;
    display: table-cell;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

#app .displaytablecell .list-1 li {
    white-space: normal;
}

@media only screen and (max-width: 425px) {
    #addBannerWrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .event-gallery-col {
        max-width: 100%;
    }
}

@media only screen and (max-width: 650px) {
    .displaytable {
        display: block;
        padding-left: 15px;
        padding-right: 15px;
    }

    .displaytablecell {
        display: block;
        margin-bottom: 15px;
    }
}

.archived_topics,
.archived_topics:hover {
    color: #ffff;
}

#app .ahover:hover {
    color: #6AC9C9;
}

.home.responsive {
     margin-top: -60px;
}
@media only screen and (max-width: 768px)
{
    .home.responsive {
     margin-top: -30px;
    }
    .home-banner {
     height: auto!important;
     background-repeat: no-repeat;
     padding: 10px 40px;
    }
}
    
@media only screen and (max-width: 480px){
    .home.responsive {
     margin-top: -30px;
    }
}

@media (min-width: 992px) {
    #app {
    padding-top: 124px;
}
}

.ui-widget-header {
    border: 1px solid #13284c !important;
    background: #13284c !important;
    color: #333 !important;
    font-weight: bold;
}


.modal-vertical-center {
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}

@media(max-width: 768px) {
  .modal-vertical-center {
    min-height: calc(100vh - 20px);
  }
}

/*Attendance Records Title Alignment*/
.attendance-container .title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

/*Membership List*/
.mem-honorary-list {
    background-color: #164b7f;
    color: #fff;
    padding: 20px 15px 25px;
    text-align: center;
}

.mem-honorary-list img {
    margin-bottom: 25px;
}

.mem-honorary-list p {
    margin-bottom: 12px;
}

.mem-honorary-list a {
    color: #fff;
    font-size: 14px;
}

.mem-honorary-list a:hover {
    text-decoration: underline;
}

.insti-btn-col {
    margin-bottom: 10px;
}

.insti-btn-col:nth-child(3n-1) {
    display: flex;
    justify-content: center;
}

.insti-btn-col:nth-child(3n) {
    display: flex;
    justify-content: flex-end;
}

.insti-btn {
    display: flex;
    border: 2px solid #164b7f;
    border-radius: 5px !important;
    width: 97%;
    margin-bottom: 10px;
    padding: 20px 15px;
    height: 100%;
    align-items: center;
}

.insti-btn:hover {
/*    background-color: #69c9ca;*/
    background-color: #efefef;
}

.insti-btn img {
    width: 55px;
}

.insti-btn .info {
    text-align: left;
    margin-left: 10px;
}

.insti-btn .info h5 {
    font-weight: 800;
    color: #164b7f;
    margin-bottom: 0px !important;
    font-size: 19px;
}

.insti-btn .info h6 {
    font-size: 14px;
        margin-bottom: 1px;
}

.insti-accordion-nav {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.insti-accordion-nav .list-group-item {
    border-right-width: 0px;
}

.insti-accordion-nav .list-group-item.active {
/*    background-color: #69c9ca !important;*/
    background-color: #ffffff !important;
    border: 1px solid #cac6c6;
    border-right-width: 1px !important;
}

.insti-accordion-nav button.nav-link {
    text-align: left;
    color: #174c80;
    font-weight: 800;
    font-size: 16px;
    width: 100%;
    border: 0 !important;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
}

.insti-accordion-nav button.active {
/*    background-color: #69c9ca !important;*/
    background-color: #ffffff !important;
    color: #164b7f !important;
/*    border-color: #164b7f;*/
    border: 0 !important;
    outline: none !important;
    
}

.insti-accordion-nav button.active:hover {
    background-color: #efefef !important;
}

.insti-accordion-nav .brkdwn{
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
    margin-bottom: 15px;
    margin-top: 5px;
}

.insti-accordion-nav .brkdwn a {
    margin-right: 10px;
}

.insti-accordion-nav .brkdwn a:hover {
    text-decoration: underline;
}

.insti-accordion-nav button.nav-link img {
    margin-right: 5px;
    width: 35px;
}

.insti-details-container .info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.insti-details-container .info img {
    width: 55px;
    margin-right: 10px;
}

.insti-details-container .info h3 {
    color: #164b7f;
    font-weight: 600;
}

.insti-details-container .info h6 {
    font-size: 14px;
    margin-bottom: 1px;
    flex: 0 0 50%;
    max-width: 50%; 
    box-sizing: border-box; 
}

.insti-details-container .info .brkdwn {
    display: flex;
    flex-wrap: wrap;
}

.insti-company-list a {
    display: flex;
}

.insti-company-list a:hover {
    text-decoration: underline;
}

.insti-content-column {
    border: 1px solid #e3e3e3;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media(max-width: 1024px) {
  .insti-accordion-nav button.nav-link img{
    width: 30px;
  }

  .insti-accordion-nav button.nav-link{
    font-size: 15px;
  }
}

@media(max-width: 893px) {
    .insti-btn .info h5 {
        font-size: 17px;
    }
}

@media(max-width: 834px) {
    .insti-btn img {
        width: 50px;
    }

    .insti-btn .info h5 {
        font-size: 15px;
    }
}


@media(max-width: 777px) {
.insti-btn {
    padding: 20px 10px;
}
}


@media(max-width: 767px) {
.insti-btn img {
    width: 55px;
}

.insti-btn .info h5 {
    font-size: 20px;
}
.insti-details-container{
        margin-top: 20px;
}
.insti-btn-col:nth-child(3n-1) {
    display: flex;
    justify-content: flex-start;
}

.insti-btn-col:nth-child(3n) {
    display: flex;
    justify-content: flex-start;
}

.insti-accordion-nav .list-group-item {
    border-right-width: 1px !important;
}

.insti-accordion-nav {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
}

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

@media (max-width: 320px) {
    .insti-btn .info h5 {
        font-size: 17px;
    }
}


#search-contact-database .company-membership-type-1, #search-contact-database .membership-type-1 {
    color: rgb(17, 40, 73);
    font-weight: 600;
}

.border-radius-1{
    border-radius: 12px;;
}

.event-tags{
    background-color: #eeeeee;
  margin-right: 8px;
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 10px;;
}

.event-learn-more{
    color: #14294a;
    border: 1px solid #14294a;
    text-decoration: none !important;
    padding: 5px 12px;
    border-radius: 35px;
    font-size: 14px;
}

button.nav-link:focus-visible,
button.nav-link:active,
.nav-item:active{
    outline: none !important;
  }

.event-date-time{
    padding: 5px 10px;
    color: #FFF;
    border-radius: 20px;
    font-size: 15px;
}


@media(max-width: 1024px) {
    .event-list-details{
        display: block !important;
    }

    .event-list-details > div{
        flex: 100%;
        max-width: 100%;
    }
    .event-date-time{
        margin-top:20px;
    }
}


#EventBanner .nav-tabs .nav-link.active,
#EventBanner .nav-tabs .nav-link.active:hover,
#EventBanner .nav-tabs .nav-link:hover{
    border-bottom: 2px solid !important;
    border-right: 0  !important;
    border-left: 0 !important;
    border-top: 0 !important;
}

.gray-rounded{
    background: #F8F8F8;  
    padding: 15px;
}

.EventDetail .h4{
    font-size: 1.3rem;
}
#EventDetail .h4{
    font-size: 1.3rem;
}

#bodyEvent .h3{
    font-size: 1.5rem;
}

#EventDetail .event-details .event-date.color-0{
    color: #4e4e4e;
}

@media(max-width: 1024px) {
    .event-list-details .gray-rounded{
        margin-top: 20px;
    }
    .event-list-details .event-thumb{
        padding: 0;
    }
}

@media(max-width: 820px) {
    .col-mob-12{
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 100%;
    }

    .event-list-details .learn-more {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}
@media(max-width: 767px) {
    .event-list-details .border-right{
        border: none !important;
    }
    #EventDetail{
        margin-top: 30px;
    }
    
    .justify-content-center.learn-more{
        justify-content: left !important;
    }
    
}

@media only screen and (max-width: 425px) {
    .media {
        text-align: center;
    }
}

#badge a
, #badge a:after 
, #badge a:before 
, #badge a span {
  content: "";
  width: 100px;
  height: 100px;
  background-color: #102849;
  position: absolute;
  top: 0;
  font-size: 13px;
  padding-top: 7px;
}
#badge 
, #badge a 
, #badge a:after 
, #badge a:before {
  transform: rotate(22.5deg);
}
#badge a span {
  transform: rotate(-45deg);
  text-align: center;
  z-index: 1;
  /* line-height: 100px; */
  color: #fff;
}
#badge {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #102849;
 margin-top: 33px;
  margin-bottom: 33px;
}

.badge_wrapper{
    margin: 0 auto;
    width: 100px;
}

.vidDeet-cont .video-wrapper video{
    max-height: 774px;
}

.feedback-header-btn, .feedback-header-btn:hover {
    cursor: pointer;
    color: #fff !important;
    background-color: #0c4b7f;
    text-align: center;
}

.feedback-footer-btn {
    cursor: pointer;
    margin-top: 20px;
    display: flex;
}

.nav-link.feedback-link {
    cursor: pointer !important;
    display: flex;
    font-size: 14px;
}

.nav-link.feedback-link i, .feedback-footer-btn i {
    margin-right: 5px;
    margin-top: 5px;
}

#feedbackModal {
    z-index: 2000;
}

.swal2-container {
    z-index: 3000;
  }
.date-wrapper-w-100 > .react-datepicker-wrapper {
    width: 100% !important;
}

#addBannerCarousel .child {
    max-height: fit-content !important;
}