/* ***** HEADER ***** */

html {
  scroll-padding-top: 170px;
}


@media (min-width: 768px) {
    .sticky {
        position: sticky;
        top: 200px;
    }
}

header {
    background-color: #003153;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

header .logo {
    float: left;
    padding: .4rem .5rem;
}
header .logo img {
    height: auto;
    width:100%;
    max-width:270px;
}

.ccm-logo img {
    height: 74px;
    width:auto;
}

#s_logo {
    display:none;
}

@media (max-width: 575.98px) {
    #b_logo {
        display:none;
    }
    #s_logo {
        display:inline-block;
    }
}

header .menu-toggle {
    display: none;
    float: right;
    font-size: 2rem;
    font-weight: 600;
}
header .menu-toggle button {
    background-color: rgba(221, 72, 20, .6);
    border: none;
    /*border-radius: 3px;*/
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    font: inherit;
    font-size: 1.3rem;
    height: 36px;
    padding: 0;
    margin: 11px 0;
    overflow: visible;
    width: 40px;
}
header .menu-toggle button:hover,
header .menu-toggle button:focus {
    background-color: rgba(221, 72, 20, .8);
    color: rgba(255, 255, 255, .8);
}
header .heroe {
    margin: 0 auto;
    max-width: 1320px;
    padding: calc(1.5rem + 130px) 1.75rem 0;
}

header .heroe1 {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 1.75rem 3rem;
}

header .heroe h1, header .heroe1 h1 {
    font-size: 3rem;
    color: #f5fbff;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
header .heroe h2, header .heroe1 h2{
    font-size: 1.5rem;
    font-weight: 400;
}


@media (max-width: 991.98px) {
    header .heroe {
        padding: calc(1.5rem + 70px) 1.75rem 0;
    }
    
    header .heroe1 {
        padding: 0 1.75rem 3em;
    }
    
    header {
        box-shadow: none;
    }
}
/* ***** FOOTER ***** */


footer {
    background-color: #003153;
    text-align: center;
    color: rgba(255, 255, 255, .8);
    margin-top: auto;
    padding: 3rem 0;
}

footer a {
    color:#f4f5f5;
    text-decoration:none;
}

footer a:hover {
    color:white;
}


.footer-links {
    text-align:left; width:80%;
}

.footer-ad {
    background:#000e2b; 
    padding:20px; 
    border: 1px solid #004170;
}

.link-desc {
    color:#f4f5f5;
    font-size:13px;
    line-height: 16px;
}

.social {
    width:50px; 
    height:50px;
    text-align:center;
    display:inline-block;
    padding-top: 12px;
    font-size:22px;
}

.social-box {
    text-align: left;
    margin-left: -14px;
}

.rights, .rights1 {
    text-align: left;
    padding-top:10px;
    margin-top:50px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);   
}

.contact-us {
    padding-left: 1rem;
}


@media (max-width: 991.98px) {
    .rights {
        border-top: 1px solid rgba(255, 255, 255, 0.15);   
        text-align: center;
    }
    
    .footer-links {
        text-align:left; width:100%;
    }

}

@media (max-width: 575.98px) {
    .footer-ad {
        margin-top:30px;
    }
}


/* ***** NAVIGATION ***** */

.navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15)
}

.menu ul {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: right;
}
.menu li {
    display: inline-block;
    margin-left:20px;
}
.menu li a {
    border-radius: 5px;
    color: white;
    display: block;
    text-decoration: none;

    font-size: 0.875rem;
    letter-spacing: 0.02rem;
    
}
.menu li.menu-item a {
    border-radius: 5px;
    margin: 5px 0;
    height: 38px;
    line-height: 36px;
    padding: .4rem .65rem;
    text-align: center;
}
.menu li.menu-item a:hover,
.menu li.menu-item a:focus {
    background-color: rgba(87, 166, 219, .2);
    color: rgba(87, 166, 219, 1);
}
.sub {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 1.75rem;

} 

.submenu ul {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    /*border-bottom: 1px solid rgba(87, 166, 219, 1);*/
}

.submenu li {
    display: inline-block;
    margin-right:40px;
    position:relative;
}


.submenu li a {
    color: white;
    display: block;
    text-decoration: none;
    font-size: 0.938rem;
    padding: 0.70rem 0rem 0.45rem;
    border-bottom: 4px solid rgba(87, 166, 219, 0);
    text-transform: uppercase;
    letter-spacing: 0.1px;
}

.submenu li a.active {
    color: rgba(87, 166, 219, 1);
    border-bottom: 4px solid rgba(87, 166, 219, 1);
}

.submenu li.menu-item a {
    height: 38px;
    line-height: 36px;
}

.submenu li.menu-item a:hover {
     color: #34adfe;
    border-bottom: 4px solid rgba(87, 166, 219, 1);  
}

.submenu li.menu-item a:focus {
    color: #34adfe;
    border-bottom: 4px solid rgba(87, 166, 219, 1);
}


.sub-generic *, .sub * {
    box-sizing: content-box;
}

.sub-generic ul {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    /*border-bottom: 1px solid rgba(37, 103, 147, 1);*/
}

.sub-generic li {
    display: inline-block;
    margin-right:30px;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    position: relative;
}
/*
.sub-generic li:last-child {
    display: inline-block;
    margin-right:0;
}
*/


.sub-generic li a {
    color: #003153;
    display: block;
    text-decoration: none;
    font-size: 0.938rem;
    padding: 0.70rem 0rem 0.45rem;
    border-bottom: 4px solid rgba(37, 103, 147, 0);
}

.sub-generic li.active a {
    color: #3788be;
    border-bottom: 4px solid rgba(87, 166, 219, 1);
}

.sub-generic li.menu-item a {
    height: 38px;
    line-height: 36px;
}
.sub-generic li.menu-item a:hover,
.sub-generic li.menu-item a:focus {
    color: #3788be;
    border-bottom: 4px solid rgba(87, 166, 219, 1);
}

.sub-navigation {
    display:none;
}

.note-worthy {
    float:right;
    background-color: #e67c19;
    color: white;
    font-weight:500;
    font-size:11px;
    padding: 4px 7px;
    border-radius: 11px;
    margin-left: 6px;
    margin-top: 3px;
}

.alerts {
    position: absolute;
    display:inline-block;
    z-index: 999;
    font-weight:500;
    background-color: #e67c19;
    color: white;
    font-size: 11px;
    padding: 4px 7px;
    border-radius: 11px;
    top:14px;
    right: -24px;
    line-height: 11px;
}

.alerts-empty {
    position: absolute;
    display:inline-block;
    z-index: 999;
    font-weight:500;
    background-color: #afb3b6;
    color: white;
    font-size: 11px;
    padding: 4px 7px;
    border-radius: 11px;
    top:14px;
    right: -24px;
    line-height: 11px;
}




.note-worthy div {
    line-height: 11px;
}
.alerts div .alerts-empty div {
    line-height: 11px;
}

@media (max-width: 991.98px) {
    .sub-navigation {
        display: block;
    }
    .sub {
        display:none;
    }
    
    .navbar {
        border-bottom: 1px solid rgba(255, 255, 255, 0)
    }
    
    .navbar-nav {
        padding-top: 0.4rem;
        margin-left: -1.75rem !important;
        margin-right: -1.75rem;
    }
    
    .navbar-nav .nav-link {
        padding-right: 1.75rem;
        padding-left: 1.75rem;
        font-size:18px !important;
        font-weight:500;
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }
    
    .dropdown-toggle::after {
        display: none;

    }
    .dropdown-menu {
        display: block;
        background:#033d62;

    }
    .dropdown-item {
        display: block;
        padding-right: 1.75rem;
        padding-left: 3rem;
        font-size:18px !important;
        font-weight:500;
        padding-top: 15px;
        padding-bottom: 15px;
        color: white;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);

    }

    .nav-link {
        display: block;
        padding: 0.5rem 1rem;
        color: #398ec6;
        text-decoration: none;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    }
    
    .dropdown-menu li:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.15);
    }
    
    .sub-navigation {
        margin-top: 40px; 
    }
    
    .sub-navigation ul {
        padding-top: 0.4rem;
        margin-left: -1.75rem !important;
        margin-right: -1.75rem;
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
    
    .sub-navigation li {
        position: relative;
    }
    
    .sub-navigation > ul > li > a {
        padding-right: 1.75rem;
        padding-left: 1.75rem;
        font-size:18px !important;
        font-weight:500;
        padding-top: 15px;
        padding-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.15);
        display: block;
        color: white;
        text-decoration:none;
    }
    
    .sub-navigation > ul > li:last-child > a {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    
    .alerts, .alerts-empty {

        font-weight:400;
        font-size: 16px;
        padding: 4px;
        border-radius: 0;
        top:15px;
        right: 28px;
    }
   
 .alerts div, .alerts-empty.div {
    line-height: 16px;
    text-align: center;
    min-width:28px;
} 

    
}




/* ***** GENERAL SETTING ***** */


::-webkit-scrollbar {
  width: 9px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 20px;
  border: transparent;
}

section {
    width:100%;
}

.subsection {
    margin: 0 auto;
    max-width: 1320px;
    padding: 3rem 1.75rem;
}

.subsection2 {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 1.75rem 3rem;
}

.subsection3 {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0;
}

.subsection4 {
    margin: 0 auto;
    max-width: 1320px;
    padding: 3rem 1.75rem 0;
}


.section-header {
    font-size:600;
    position: relative;
    color: rgba(87, 166, 219, 1);
    margin-bottom: 1rem;
    clear:both;
}

.dark-screen {
    background-color: rgba(0, 14, 43, 0.85);
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    z-index:1000;
}


.dark-screen-bf {
    background-color: rgba(0, 0, 0, 0.8);
    width:100%;
    height:100%;
    position:fixed;
    z-index:1000;
}

.bf {
    position:fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    overflow-y: scroll;
    z-index:1001;
    width: 100%;
    max-width:510px;

}

.bf > div {
    padding: 100px;
    border:1px solid white;
    background-color:black;
    cursor:pointer;
}

.bf-black {
    background-color:black;
}

@media (max-width: 575.98px) {
    .dark-screen-bf {
        background-color: rgba(0, 0, 0, 0.7);
    }
    
    .bf > div {
        padding: 60px;
    }
    
    .bf {
        padding: 1.75rem;
    }
}

@media (max-width: 389.98px) {

    .bf > div {
        padding: 30px;
    }
    
}


.popup {
    position:fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    overflow-y: scroll;
    display:none;
    z-index:1001;
    width: 100%;
    max-width:560px;
}

.popup2 {
    position:fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    overflow-y: scroll;
}

.popup3 {
    position:fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100%;
    overflow-y: scroll;
    display:none;
    z-index:1001;
    width: 100%;
    max-width:560px;
}

.popup-content {
    background-color: rgba(255, 255, 255, 1);

}


.popup3-content {
    width:100%;
}

.scrollable {
    overflow-y: auto;
}

.scrollable2 {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom:20px;
    clear:both;
}

.after-top-fixed {
    padding-top: 146px;
}

.space-before-footer {
    padding-bottom:6rem;

}

@media (max-width: 991.98px) {
    .after-top-fixed {
        padding-top: 100px;
    }
    
    .space-before-footer {
        padding-bottom:3rem;
    
    }
}
/* **

/* ***** ROWS AND COLS ***** */

.row0 {
    display: flex;
    margin-right:-1.5rem;
    margin-left:-1.5rem;
}

.c-1 {
    width:100%;
    margin-right:1.5rem;
    margin-left:1.5rem;
}

.c-2 {
    width:50%;
    margin-right:1.5rem;
    margin-left:1.5rem;
}

.c-3 {
    width:33.3333333333%;
    margin-right:1.5rem;
    margin-left:1.5rem;
}
.c-32 {
    width:66.6666%;
    margin-right:1.5rem;
    margin-left:1.5rem;
}

.c40 {
    width:40%;
    margin-right:1.5rem;
    margin-left:1.5rem;   
}

.c20 {
    width:20%;
    margin-right:1.5rem;
    margin-left:1.5rem;   
}

.c30 {
    width:30%;
    margin-right:1.5rem;
    margin-left:1.5rem;   
}

.c20a {
    width:20%;
    margin-right:1.5rem;
    margin-left:1.5rem;   
}

.c30a {
    width:30%;
    margin-right:1.5rem;
    margin-left:1.5rem;   
}
.c60 {
    width:60%;
    margin-right:1.5rem;
    margin-left:1.5rem;   
}

.f270 {
    width:270px;
    margin-right:3rem;
    margin-left:1.5rem;    
}

.f-270 {
    width: calc(100% - 270px);
    margin-right:1.5rem;
    margin-left:9rem;    
}



input.bigger-box {
    width: 16px;
    height: 16px;
    margin-top: 5px;
}

.flex-992, .flex-768, .flex-576 {
    display:flex;
} 


@media (max-width: 991.98px) {
    .row0 {
        display: block;
        margin-right: 0;
        margin-left: 0;
    }
    .c-2, .c-3, .c-32, .c60, .c40, .c30, .c20 {
        width:100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom:3rem;
    }
    
    .c30, .c20 {
        width:100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom:20px;
    }
    
    .c-2:last-child, .c-3:last-child, .c-32:last-child {
        margin-bottom: 0;
    }
    
    .flex-992 {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .flex-768 {
         display: block;
    }   
}

#category_filter {
    margin-top: -4px;
}

@media (max-width: 575.98px) {
    .flex-576 {
        display: block;
    }
    
    #category_filter {
        margin-bottom: 30px;
        margin-top: -10px;
    }
}



/* ***** INVITATIONS ***** */

.invitations {
    /*background:#000e2b;
    background-image: url('/assets/images/sky2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background: #024270;*/
}


@media (max-width: 991.98px) {
    .invitations {
        background:none;
    }
}

.no-invitations {
    background:#efa054;
    background-image: url('/assets/images/lecture.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.no-invitations-in {
    padding: 30px;
    background:#efa054;
}

.invite-container-dark {
    /*border: 1px solid #004170;*/
    width:100%;
    display: table;
    background-image:
    radial-gradient(
      circle at top right,
      rgba(51, 173, 255, 0.1),
      #003153 100%
    );
    margin-bottom:20px;
}

.invite-container {
    border: 1px solid #004170;
    width:100%;
    display: table;
    background:#efa054;
    margin-bottom:20px;
}


.invite-container2 {
    width:100%;
    display: table;
    background: rgba(52, 173, 254, .35);
    margin-bottom:20px;
}

.invite-container-dark:last-child {
    margin-bottom:0;
}

.invite-date-bronze {
    background:#a35d22;
    color:white;
    width: 140px;
    padding: 10px;
    text-align:center;
    display: table-cell;
    vertical-align: middle;
    font-size:20px;
    font-weight:500;
}

.invite-date-dark {
    background:#000e2b;
    color:white;
    width: 140px;
    padding: 10px;
    text-align:center;
    display: table-cell;
    vertical-align: middle;
    font-size:20px;
    font-weight:500;
}



.invite-cancelled {
    background:#C35257;
    color:white;
    width: 140px;
    padding: 10px;
    text-align:center;
    display: table-cell;
    vertical-align: middle;
    font-size:20px;
    font-weight:500;
}

.txt-cancelled {
    color: #FF8888;
}

.txt-cancelled2 {
    color: #C35257;
}

.invite-info {
    width:100%;
}

.invite-date {
    background:#a35d22;
    color:white;
    width: 140px;
    padding: 35px 10px;
    border-radius:0 0 0 0.25rem;
    margin-top: -30px;
    margin-right: -30px;
    margin-left:16px;
    margin-bottom:20px;
    text-align:center;
    font-size:20px;
    font-weight:500;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}


.invite-date2 {
    background:#C35257;
    color:white;
    width: 140px;
    padding: 35px 10px;
    border-radius:0 0 0 0.25rem;
    margin-top: -30px;
    margin-right: -30px;
    margin-left:16px;
    margin-bottom:20px;
    text-align:center;
    font-size:20px;
    font-weight:500;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}


.invite-date1 {
    background:#a35d22;
    color:white;
    width: 140px;
    padding: 35px 10px;
    border-radius:0 0 0 0.25rem;
    margin-left:16px;
    margin-bottom:20px;
    text-align:center;
    font-size:20px;
    font-weight:500;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.invite-item {
    padding: 30px;
}
.flr {
    float:right;
}

.flr2 {
    float:right;
}

@media (max-width: 460px) {
    .flr2 {
        float:none;
        text-align: right;
        display:none;
    }
}


.first-invite {
    background-color: #fbd8b6;
    /*box-shadow: rgba(9, 30, 66, 0.15) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;*/
}
.invite {
    background-color: #c8e5f9;
    /*box-shadow: rgba(9, 30, 66, 0.15) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px; */
}

.cancelled-invite {
    background-color:#f0f3f5;
    /*box-shadow: rgba(9, 30, 66, 0.15) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;*/
}

.success {
    background-color: #d5ece1;
}

.invite-feature {
    text-transform: uppercase;
}

.admin {
    padding:16px;
}

@media (max-width: 575.98px) {
    .hidden-576 {
        display:none;
    }
}



/* ***** CARD ***** */

.card {
    /*box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;*/
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 12px;
}

.sub-card {
    padding: 0 40px;
}

@media (max-width: 575.98px) {
    .sub-card {
        padding: 0;
    }
}


.circleBase {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align:center;
    border: 1px solid #003153;
    padding-top:15px;
}

.circleBaseLight {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    text-align:center;
    border: 1px solid #cacdce;
    padding-top:25px;
}



.circleBaseSmall {
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align:center;
    border: 1px solid #25272d;
}

.circle {
    width: 80px;
}

.circle_ {
    
    width: calc(100% - 80px);
}

.circle2 {
    width: 32px;
}

.circle4 {
    width: calc(100% - 80px);
}

@media (max-width: 575.98px) {
    .circle4 {
        width:100%;
    }
}

.circle2_ {
    width: calc(100% - 32px);
    padding-right:32px;
}

.circle3 {
    width: 100px;
}

.circle3_ {
    width: calc(100% - 100px);
}


.bg-whiteish {
    background-color: rgba(255, 255, 255, 0.05);
}
.card a {
    color:#10537f;
    text-decoration:none;
    display:block;
    
}

.card a:hover {
    color:#10537f;
    text-decoration:underline;
}

.tools {
    padding: 10px 20px;
    background: #ecf0f4;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.tools a {
    text-decoration:none; 
    padding: 8px 6px;
    color: rgb(37, 39, 45);
    font-size: 13px;
    font-weight:500;
}

.tools a:hover {
    background-color: #d8e0e9
}
.thread {
    padding:20px;
}


.thread-title {
    border-bottom: 1px solid #e4e4e7;
    padding: 10px 0;
}

.thread-body {
    padding: 10px 0;
}

.card-body {
    padding: 20px;
}

.guidelines {
    padding: 20px 40px;
    max-height:480px;
    overflow-y: auto;
}


.card h6 {
    display:inline-block;
}


.notification {
    padding: 10px 120px 10px 0;
    border-top: 1px solid #e4e4e7;
    position:relative;
}

.notification:last-child {
    border-bottom: 1px solid #e4e4e7;
}



.controls {
    margin-top:auto;
    width: 30%;
}

.note-item {
  display: none;
}

.prev_, .next_ {
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  font-size:3rem;
  color: #114c74 !important;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #56829f;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Add a background color to the active dot/circle */
.activex, .dot:hover {
  background-color: white;
}

.timestamp {
    position:absolute;
    width: 100px;
    right: 0;
    top: 0;
    text-align:center;
    padding:6px;
    background: #ee9644;
}

.timestamp2 {
    position:absolute;
    width: 100px;
    right: 0;
    top: 0;
    text-align:center;
    padding:6px;
    background: #57a6db;
}

.close {
    float: right; 
    padding-left:16px;
}

.dismiss_all {
    float: right; 
    padding-left:30px;
}

.dismiss_all a {
    color:#00243d;
}




/* ***** Miscellaneous ***** */

.white-ish {
    color: rgba(255,255,255, .8);
}
.blue-ish {
    /*background-color: #f0f9ff;*/
    background-color:#daeefb;
}
.blue-ish2 {
    /*background-color: #f0f9ff;*/
    background-color:#f4f8fb;
}

.blue-ish-darker {
    background-color: #ecf7fe;
}


.grey-ish {
    background-color: rgba(0,0,0, .1);
}

.orange-ish {
    background-color: #fdefe2;
    border-left: 5px solid #e67c19;
}

.midnight {
    background-color: #000e2b;
}
.prussian-blue {
    background-color: #003153;
}

.prussian-blue-text {
    color: #003153;
}

.orange2-ish {
    background-color: rgb(253, 239, 226);
}

.fs-56 { font-size: 56px; }
.fs-42 { font-size: 42px; }
.fs-32 { font-size: 32px; }
.fs-24 { font-size: 1.5rem; }
.fs-20 { font-size: 1.25rem; }
.fs-18 { font-size: 1.125rem; }
.fs-16 { font-size: 1rem; }
.fs-15 { font-size: 0.938rem;}
.fs-14 { font-size: 0.875rem; line-height: 1.325}
.fs-13 { font-size: 0.813rem;}

.pr-20 { padding-right:20px }
.pr-10 { padding-right:10px }
.pl-20 { padding-left:20px }
.pl-10 { padding-left:10px }

.mr-20 { margin-right:20px }
.mr-10 { margin-right:10px }
.ml-20 { margin-left:20px }
.ml-10 { margin-left:10px }

.mt-6 {margin-top:6px;}
.mt-8 {margin-top:8px;}
.mb-6 {margin-bottom:6px;}
.mb-8 {margin-bottom:8px;}
.mb-10 {margin-bottom:10px;}
.mb-15 {margin-bottom:15px;}
.mt-10 {margin-top:10px;}
.mb-20 {margin-bottom:20px;}
.mt-20 {margin-top:20px;}
.mb-30 {margin-bottom:30px;}
.mt-30 {margin-top:30px;}
.mb-40 {margin-bottom:40px;}
.mt-40 {margin-top:40px;}
.mt-48 {margin-top:48px;}
.mb-50 {margin-bottom:50px;}
.mt-50 {margin-top:50px;}

.pb-10 {padding-bottom:10px;}
.pt-10 {padding-top:10px;}
.pb-20 {padding-bottom:20px;}
.pt-20 {padding-top:20px;}
.pb-30 {padding-bottom:30px;}
.pt-30 {padding-top:30px;}

.pb-50 {padding-bottom:50px;}
.pt-50 {padding-top:50px;}

.cleared {clear:both;}

.feature-video {
    width:100%;
    height:auto;
}

.vid-div {
    background: #000e2b;
}

.vid1 {
    --video-width: 1128;
    --video-height: 611;
    aspect-ratio: var(--video-width) / var(--video-height);
    width: 100%;
    height: auto;
    object-fit: cover;
}

.vid2 {
    --video-width: 1128;
    --video-height: 611;
    aspect-ratio: var(--video-width) / var(--video-height);
    width: 100%;
    height: auto;
}

.vid3 {
    --video-width: 1920;
    --video-height: 1080;
    aspect-ratio: var(--video-width) / var(--video-height);
    width: 100%;
    height: auto;   
}

.normal {
    font-weight:400;
}

.invite-desc-dark {
    width: calc(100% - 140px);
    padding: 10px;
    display: table-cell;
    vertical-align: middle;
    background-color: rgba(0, 65, 112, .97);
}

.invite-desc {
    width: calc(100% - 140px);
    padding: 10px;
    display: table-cell;
    vertical-align: middle;

}

.st-blue-dark {
    border-radius: 20px;
    background-color: rgba(52, 173, 254, 0.2);
    display: block;
    padding: 3px 12px;
    color: #34adfe;
    font-weight:500;
    margin-top:-4px;
}

.pos-rel {position:relative}


.in-the-middle {
    max-width:1000px;
    margin-left:auto; 
    margin-right:auto; 
    text-align:center;
    padding-bottom: 60px;
}

.in-the-middle2 {
    max-width:1000px;
    margin-left:auto; 
    margin-right:auto; 
    text-align:center;
    padding-bottom: 30px;
}

.blue-gradient { background-image: linear-gradient(to right top, #125885, #266b9a, #377eaf, #4792c5, #57a6db); }
.bg-blue { background-color:#126aa5 !important;}
.bg-orange { background-color:#fcbb7d !important;}

.bg-orange-light { background-color:rgb(253, 239, 226) !important}
.hidden {display:none}
.shawn {display:inline-block}
.visible {display:block}
.blue {
    color: #1e628f;
}

.brown {
    color: #ac5e15;
}
.inbox-nav a {
    text-decoration: none;
}


.search {
    color: #003153;
    border: 1px solid #003153;
    border-radius: 26px;
    padding:  0.75rem 0.75rem 0.75rem 3rem;
    width:100%;
    background-image: url('/assets/images/search.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 24px;
    display:block;
    outline: none;
}


.search-courses-container{
	position: relative;
	display: inline-block;
	margin: 0;
	vertical-align: bottom;
	margin-right:10px;
    min-width: 360px;
}

.search-courses-container2{
	position: relative;
	display: inline-block;
	margin: 0;
	vertical-align: bottom;
	margin-right:10px;
    width:100%;
}

.search-courses {
    color: #eee;
    border: 1px solid #eee;
    border-radius: 26px;
    background: transparent;
    padding:  0.75rem 0.75rem 0.75rem 3rem;
    width:100%;
    background-image: url('/assets/images/search.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 24px;
    display:block;
    outline: none;
}

.search-courses::placeholder {
  color: #ccc;
}
.search_topics {
    padding:  0.5rem 0.5rem 0.5rem 3rem;
}



.search_referral {
    color: white;
    border: 1px solid #035996;
    background-color:#024270;
    border-radius: 26px;
    padding:  0.5rem 0.5rem 0.5rem 2.75rem;
    width:100%;
    background-image: url('/assets/images/search.svg');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 24px;
    display:block;
}


#resultsBox {
  border: 1px solid #003153;
  border-radius: 24px;
  max-height: 200px;
  overflow-y: auto;
  position: absolute;
  background-color: #f9f9fb;
  width: 100%;
  display: none;
  z-index: 1000;
}

.resultItem {
  padding:  0.375rem 0.75rem 0.375rem 3rem;
  line-height: 1.2rem;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.resultItem a {
    text-decoration: none;
}

.resultItem:hover {
  background-color: #edf0f3;
  border-top: 1px solid #e4e9ed;
  border-bottom: 1px solid #e4e9ed;
}



.tab {
    width:100%;
    position: relative;
    background-color:#ecf0f4;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 6px 20px;
    font-weight:500;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor:pointer;
}

.tab2 {
    width:100%;
    position: relative;
    background-color:#ecf0f4;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 16px 20px;
    font-weight:500;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor:pointer;
}

.tab3 {
    width:100%;
    color:white;
    position: relative;
    background-color:#004170;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.25) 0px 1px 3px 1px;
    border: 1px solid #00477a;
    padding: 10px 20px;
    font-weight:500;
    font-size: 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    cursor:pointer;
}
.tab3-content * {
    color: white !important;
}


.tab4 {
    width:100%;
    position: relative;
    background-color:#e6f2f9;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    padding: 16px 20px;
    font-weight:500;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor:pointer;
    color: #003153;
}

.tab4:hover {
    background-color:#2c75a5;
    color:white;
    cursor:pointer;
    text-decoration:none;
}

.tab5 {
    width:100%;
    background-color:#e6f2f9;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    padding: 16px 20px;
    border-radius: 8px;
    margin-bottom: 10px;
}


.tab6 {
    width:100%;
    background-color:#f7e9de;
    border: 1px solid #f0d9c6;
    padding: 16px 20px;
    border-radius: 8px;
    margin-bottom: 10px;
}




.tabs {
    text-decoration:none;
}


.course-item {
    width:49%;
    margin-bottom:12px;
}
.course-item2 {
    width:100%;
    margin-bottom:24px;
}

.odd-object {
    float:left;
}

.even-object {
    float:right;
}

@media (max-width: 575.98px) {
    .course-item {
        width:100%;
        margin-bottom:24px;
    }
}

/*
.course-item:nth-child(2), .course-item:nth-child(4) {
    padding: 0 0 0 3px;
}
*/
.course {
    cursor:pointer;
    width:100%;
    background-color:#000e2b;
}



.course a {text-decoration:none}
.downloadable {
    text-decoration: none;
    color:rgb(37, 39, 45);
}
.downloadable:hover {
    color:rgb(37, 39, 45);
}

.downloadable1 {
    width:30px;
}

.downloadable2 {
    width: calc(100% - 60px); 
    padding-left:10px;
}

.downloadable3 {
    width:30px;
    padding-left:10px;
}
.fzoom  {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index:12;
   /* display:none;*/

}

.info {
    background-color:#000e2b;
}

h2 .icon,
h2 .text {
  vertical-align: top;
  display: inline-block;
}

h2 .text {
 margin-top:2px;
}
/*

.fzoom {
    position: absolute;
    left:-24px;
    top:-24px;
    background-color:#000e2b;
    width: calc(100% + 48px);
    color:white;
    display:none;
    z-index:12;
    transition-duration: 0.4s;
    
}
*/




/* ***** Messages pages ***** */

.msg-flex {
    display:flex;
    /*border-left: 1px solid #d7d7da;
    border-right: 1px solid #d7d7da;
    border-top: 1px solid #d7d7da;*/
    border: 1px solid #d7d7da;
    margin-bottom: 3rem;
}

.m-flex {
    display:flex;
}
.msg-subsection {
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    padding: 0 1.75rem;
}

._33 {
    width:33.333%;
}

._50 {
    width:50%;
}

._55 {
    width:55%;
}

._45 {
    width:45%;
}

.d-50 {
    width:50%;
}

._borderR {
    border-right: 1px solid #d7d7da;
}

.f220 {
    width: 220px;
}
.f220 > div {
    padding: 20px 16px;
}

.f-220 {
    width: calc(100% - 220px);
    border-left: 1px solid #d7d7da;
}

.f-220 form {
    margin-top:30px;
}


.full-height {
    height:100%;
}

.min-full-height {
    min-height:100%;
}


.message {
    /*background-color: #fdefe2;*/
    background-color:#f6f6f8;
    padding: 10px 120px 10px 10px;
    border: 1px solid #e4e4e7;
    margin-bottom: 6px;
    position:relative;
    
}

.message-item {
    border-bottom: 1px solid #d7d7da;
    padding: 6px 16px 6px 12px;
}

.subject {
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom:2px;
}

.subject2 {
    font-weight: 500;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom:2px;
}

.short-desc {
    letter-spacing: 0;
    line-height: 20px;  
}

.message-reply {
    float: right; 
    padding-left:30px;
}

.msg-footer {
    font-weight: 500;
    letter-spacing: 0;
}

.txt-grey {
    color:#5d6265;
}

.txt-grey2 {
    color:#494b50;
}

.txt-grey3 {
    color:#676c6f;
}

.txt-grey4 {
    color:#959a9d;
}



#message_on_the_right {
    display:none;
}



.box {
    width:100%; 
    max-width:270px; 
    border: 1px solid rgba(0, 0, 0, 0.15); 
    border-radius:.25rem; 
    padding:4px;
}


.inbox-nav a {
    display:block;
    /*border-radius: 0.25rem; */
    background-color:white; 
    padding:6px 10px; 
    text-decoration: none;
    color: #515b61;
    position:relative;
    font-weight:500;
}

.inbox-nav a.active {
    /*background-color: #f0f9ff;
    background-color: rgb(253, 239, 226);*/
    background-color: #fbd8b6;
    border-radius: 0.25rem;
    color: rgb(37, 39, 45);
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}


.counted {

    font-size:13px;
    padding: 1px 0;
}

#known_receipient {
    font-weight:600;
}

.navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.text_full {
    display:none;
    padding: 20px 0 10px 20px;
}

.subtitle {
    margin-left:32px;
    font-weight:500;
    letter-spacing: 0.002rem;
}
@media (max-width: 991.98px) {
    #display {
        display:none;
    }
    ._55 {
        width:100%;
    }
    .c-1 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
    .msg-flex {
        border: 0;
    }
    
    ._borderR {
        border-right: 0;
    }
    .f-220 {
        border-left: 0;
    }
    .f220 > div {
        padding: 20px 16px 20px 0;
    }
    
    .message-item {
        border: 1px solid #d7d7da;
        margin-bottom:10px;
    }
    
    .text_full {
        display:block;
    }
    .subtitle {
        display:none;
    }
    
    .f-220 form {
        margin-top:0;
    }
}

@media (max-width: 767.98px) {
    .m-flex {
        display:block;
    }
    
    .f-220, .f220 {
        width:100%;
    }
    .f220 > div {
        padding: 0;
    }
    
    .inbox-nav {
        display:flex;
        flex-wrap: wrap;
        margin-bottom:20px;
    }
    
    .inbox-nav a.active {
        margin-right:4px;
    }
}


.absolute-div {
    width:100%;
    position: absolute;
    right:28px;
    top:-70px;
    max-width:330px;
    z-index:3;
}

.absolute-div2 {
    width:100%;
    position: absolute;
    right:28px;
    top: -210px;
    max-width:330px;
    z-index:3;
}

@media (max-width: 991.98px) {
    .absolute-div, .absolute-div2 {
        width:100%;
        position: relative;
        right:0;
        top:0;
        max-width:992px;
    }
}

.totum {
    border-radius:1rem;
}
.course-modules {
    padding:30px;
    border-radius:1rem;
}

.course-modules a {
    text-decoration: none;
}

.number1 {
    font-size: 36px;
    font-weight: 600;
    width: 60px;
}
.module1 {
    width: calc(100% - 60px);
}

.module-link, .module-link-inactive {
    border-top: 1px solid #d7d7da;
    padding:6px 10px 6px 0;
}

.module-link:last-child, .module-link-inactive:last-child {
    border-bottom: 1px solid #d7d7da;
}

.module-link:hover {
    background-color: rgb(239, 239, 240);
}

.module-link-inactive  {
    cursor: default;
}

.all_modules {
    width:100%;
}

.bordered {
    border-top: 1px solid rgba(255,255,255,0.15);
}
.bordered-darker {
    border-top: 1px solid rgba(0,0,0,0.05);
}
.bordered:last-child {
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.modules_small_res {
    display:none;
}

.lesson {
    font-weight:500; font-style: italic; padding:20px 10px 0 50px; font-size:24px
}
.big-number {
    font-size:110px; font-weight:600; margin-top: 30px; color:rgba(255,255,255, 0.3);
    display:block;
}

.lesson-no {
    display:block;
}

.max-210 {
    width:100%;
    max-width:210px;
}

.max-390 {
    width:100%;
    max-width:390px;
}

.max-420 {
    width:100%;
    max-width:420px;
}

.max-540 {
    width:100%;
    max-width:540px;
}

.max-660 {
    width:100%;
    max-width:660px;
}

.max-h390 {
    max-height:390px;
    overflow-y: scroll;
}

.max-h420 {
    max-height:420px;
    overflow-y: scroll;
}

 .grouped {
    margin-bottom:10px;
    margin-right:10px;
 }

@media (max-width: 991.98px) {
    .course-modules {
        width:100%;
        position: static;
        right:0;
        top:0px;
        border-radius:0;
        max-width:none;
    }
    
    
    .hidden-992 {
        display:none;
    }
    
    .modules_small_res {
        display:block;
    }

    .lesson {
        padding:0 10px 0 0;
        font-weight:500;
    }
    
    .big-number {
        font-size:42px; font-weight:600; margin-top: 0px;
    }
}


@media (max-width: 460px) {
    .grouped {
        margin-right:0px;
    }
    .btn-outline-light {
        width:100%;
    }
}

.icon-bg {
    color: #595b62;
}

.icon-bg:hover {
    color: #797c86;
}

@media (max-width: 991.98px) {
    .hidden-992 {
        display:none;
    }
}

@media (max-width: 575.98px) {
    .hidden-576 {
        display:none;
    }
}

.indent {
    margin-left:30px;
}

@media (max-width: 767.98px) {
    .indent {
        margin-left: 0;
    }
}
.indent2 {
    margin-left:100px;
}

@media (max-width: 1199.98px) {
    .indent2 {
        margin-left:0;
    }
}

.indent3 {
    margin-left:270px;
}
@media (max-width: 991.98px) {
    .indent3 {
        margin-left:0;
    }
}


.mate {
    border-bottom: 1px solid #d7d7da;
    padding:10px ;
}

tr:last-child .mate {
     border-bottom: none;
}



.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 28px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #57a6db;
}

input:focus + .slider {
  box-shadow: 0 0 1px #57a6db;
}

input:checked + .slider:before {
  -webkit-transform: translateX(32px);
  -ms-transform: translateX(32px);
  transform: translateX(32px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 28px;
}

.slider.round:before {
  border-radius: 50%;
}
.bborder {
    border-bottom: 1px solid #d7d7da;
}
.tborder {
    border-top: 1px solid #e3e3e8;
}


.bborder-prussian-blue {
    border-bottom: 1px solid #003153;
}

@media (max-width: 991.98px) {
    .bborder, .bborder-prussian-blue {
        border-bottom: none;
    }
}


.cart-add {
    display:block;
    text-decoration:none;
    padding:10px;
    background-color: #004170;
    color: white;
    border-radius:8px;
    font-weight:600;
    text-align:center;
    text-transform: uppercase;
    font-size:14px;
    letter-spacing:.1px;
}
.cart-add:hover {
    background-color: #00477a;
    color:white;
}


.funding {
    display:block;
    text-decoration:none;
    padding:10px;
    background-color: #a5b5c0;
    color: #000e2b;
    border-radius:8px;
    font-weight:600;
    text-align:center;
    letter-spacing:.1px;
}
.funding:hover {
    background-color: #b3c1ca;
    color: #000e2b;
}

.more-info {
    display:block;
    text-decoration:none;
    padding:10px;
    background:#a35d22;
    color: white;
    border-radius:8px;
    font-weight:600;
    text-align:center;
    text-transform: uppercase;
    font-size:14px;
    letter-spacing:.1px;
}
.more-info:hover {
    background:#b56726;
    color:white;
}




.pay-section {
    margin-bottom:30px;
}
.pay-section:last-child {
    margin-bottom:0;
}



.star {
    display: inline-block;
    cursor: pointer;
    background: url(/assets/images/star.svg) center center;
    background-size: 30px 30px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}
.green-star {
    display: inline-block;
    cursor: pointer;
    background: url(/assets/images/green_star.svg) center center;
    background-size: 30px 30px;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
}

.st1 {
    display: inline-block;
    background: url(/assets/images/star.svg) center center;
    background-size: 20px 20px;
    width: 22px;
    height: 22px;
    position: relative;
    background-repeat: no-repeat;
}
.st2 {
    background: url(/assets/images/green_star.svg) center center;
    background-size: 20px 20px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
}
.st {
    position: absolute;
    top:0;
    left:0;
    z-index: 5;
    height: 22px;
    overflow: hidden;
}


.st1s {
    display: inline-block;
    background: url(/assets/images/star.svg) center center;
    background-size: 16px 16px;
    width: 18px;
    height: 18px;
    position: relative;
    background-repeat: no-repeat;
}
.st2s {
    background: url(/assets/images/green_star.svg) center center;
    background-size: 16px 16px;
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
}
.sts {
    position: absolute;
    top:0;
    left:0;
    z-index: 5;
    height: 18px;
    overflow: hidden;
}


.radio-group {
    display:inline-block; margin-right: 10px;
}
.radio-item {
    display:inline-block; margin-top:4px;
}


.to-be-del {
    border: 1px solid #959a9d; color:#959a9d; padding:4px 6px; display:inline-block; line-height: 0; margin-top:6px; border-radius: 50%;
}

.to-be-del:hover {
    border: 1px solid #C35257;
    background-color:#C35257;
    color:white;
}

.small-btn {
    color:#676c6f;
    padding:6px 10px;
}

.small-btn:hover {
    color:white !important;
    background:black;
}

#enrolment_form {
    display: none;
}
#immediate_access, #cooling_period {
    cursor: pointer;
}

.n3 {
    margin-right: 40px;
}

.n3:last-child {
    margin-right: 0;
}

.n3 a {
    padding: 5px 20px;
    text-decoration: none;
    color:#e2e6e9;
    display:block;
}

.n3 a:hover {
    background-color: #000e2b;
}

@media (max-width: 767.98px) {
    .n3 a {
        padding: 12px 20px;
    }
    .n3 {
        margin-right: 0px;
    }
}


.col-sp {
  flex: 0 0 auto;
  width: 25%;
}

@media (max-width: 991.98px) {
    .col-sp {
      flex: 0 0 auto;
      width: 33.3333333333%;
    }
}

@media (max-width: 767.98px) {    
    .col-sp {
      flex: 0 0 auto;
      width: 50%;
    }
}

@media (max-width: 420px) {
    .col-sp {
      flex: 0 0 auto;
      width: 100%;
    }
}


body,
html {
  height: 100%;
}

.feature {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  font-size: 1.5rem;
}

.bg-featured-blog {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 15rem;
}
    
.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked {
  background-color: rgba(87, 166, 219, 1);
  border-color: rgba(87, 166, 219, 1);
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #398ec6;
  border-color: #398ec6;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    
  }

  .navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }

  .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
  }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000e2b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
  }
  
  a.referral {
      display: block;
      color: #1083d1;
      padding: 10px 2px 2px;
  }
  a.referral:hover {
      color:#2d9ff0;
  }

    .total {
        text-align: right;
        margin-bottom:-40px;
        position:relative;
        float:right;
        margin-top:-70px;
    }
    
    @media (max-width: 767.98px) {
        .total {
            position: static;
            float:left;
            margin-top:0;
            margin-bottom: 20px;
        }       
    }
    
    @media (max-width: 575.98px) {
        .total {

            margin-top: -30px;
        }  
    }
    
    .custom-paginate {
        box-sizing: border-box;
        display: inline-block;
        padding: 0.3rem 0.7rem;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        color: rgba(87, 166, 219, 1);
        border: 1px solid transparent;
        font-size: 12px;        
    }
    
    .custom-paginate:hover {
        color:white;
    }
    
    .custom-paginate.active {
        border: 1px solid rgba(87, 166, 219, 1);
    }
    
    .custom-paginate.active:hover {
        color: rgba(87, 166, 219, 1);
    }
    .custom-paginate.inactive {
        color: rgba(87, 166, 219, .5);
    }
    
    

.bordered-top {
    border-top: 1px solid rgba(255,255,255,0.15);
}

.user {
    background-color: transparent;
    padding: 2px 16px;
    border: 0;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
} 

/* Blogs */

.h-cat {
    color:#eee; letter-spacing: 0.1px;
}
.div-categories {
    padding-left:60px;
}
.related-courses {
    padding-left:80px
}
.blog-categories {
    padding-top:20px;
}

.blog-categories a, .english-courses a {
    display:block;
    border-top: 1px solid rgba(255,255,255,0.35);
    padding: 12px 16px 12px 0;
    color: rgba(255,255,255,0.75);
    font-weight:500;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    text-decoration:none;
    font-size:14px;
}

.english-courses a {
    transition: padding 0.3s ease;
}

.english-courses a.active {
    padding: 12px 16px;
    background-color: rgba(57,142,198,0.15);
    color:white;
}

.blog-categories a:last-child  {
    border-bottom: 1px solid rgba(255,255,255,0.35);
}

.blog-categories a:hover{
    background-color: rgba(255,255,255,0.025);
    color:white;
}

.english-courses a:not(.active):hover
 {
    background-color: rgba(255,255,255,0.025);
    color:white;
    padding: 12px 16px;
}

.english-courses a:last-child  {
    border-bottom: 1px solid rgba(255,255,255,0.35);
}

.course-list a {
    display:block;
    border-top: 1px solid rgba(0,0,0,0.20);
    padding: 10px 10px 10px 0;
    color: rgba(0,0,0,0.95);    
    text-decoration:none;
}

.course-list a:hover {
    background-color: rgba(0,0,0,0.01);
}

.course-list:last-child a:last-child {
    border-bottom: 1px solid rgba(0,0,0,0.25);
}

.blog-contents h2 { 
    margin-top:36px;
    font-size: 1.75rem;
}
.blog-contents h3 { 
    margin-top:30px;
    font-size: 1.5rem;
}
.blog-contents h4 { 
    font-size: 1.125rem;
}

.blog-contents h5 { 
    font-size: 1.2rem;
}

.blog-contents h6 { 
    font-size: 1rem;
}
#listing {
    padding-bottom:20px;
}

#listing a {
    color:#33353e;
    text-decoration:none;
    padding:6px 0;
    display:block;
    font-weight:500;
    text-decoration: none;
    font-size: 0.938rem;
    border-top: 1px solid rgba(0,0,0,0.0);
    border-bottom: 1px solid rgba(0,0,0,0.0)
}

#listing a:hover {
    text-decoration:none;
    background-color: rgba(0, 0, 0, 0.01);
    border-top: 1px solid rgba(0,0,0,0.20);
    border-bottom: 1px solid rgba(0,0,0,0.20)
}



@media (max-width: 1199.98px) {
    
    .blog-categories a {
        padding: 16px 16px 16px 0;
    }

    .div-categories, .related-courses {
        padding-left:0;
    }
    
    .h-cat {
        margin-top:40px;
    }

    .blog-categories {
        max-width:450px;
    }
}

.article-nav a {
    display:inline-block;
    /*border-top: 1px solid rgba(255,255,255,0.35);*/
    padding: 6px 16px 14px;
    color: rgba(0,0,0,0.40);
    font-weight:600;
    text-decoration:none;
    font-size:56px;
}

.article-nav a:hover {
    display:inline-block;
    background-color: rgba(0,0,0,0.40);
    border-radius: 0.25rem;
    padding: 6px 16px 14px;
    color: white;
    font-weight:600;
    text-decoration:none;
    font-size:56px;
}

.np-inactive {
    color: rgba(0,0,0,0.20) !important;
}
.np-inactive:hover {
    color: rgba(0,0,0,0.20) !important;
    background-color: white !important;
}

#toc {
    margin-left: -30px;
}

#toc a {
    position: relative;
    z-index: 1;
    color:#1e628f;
    text-decoration:none;
    padding:4px 0;
    display:block;
    font-weight:500;
    text-decoration: none;
    font-size: 0.938rem;
    border-top: 1px solid #d9dcde;
    border-bottom: 1px solid #d9dcde;
    margin-top: -1px;
}

#toc a:hover {
    text-decoration:none;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.01);
    border-top: 1px solid rgba(0,0,0,0.20);
    border-bottom: 1px solid rgba(0,0,0,0.20);
    color:#2476ad;
}

.highlight {
    color: #0c72b6 !important;
}

@media (max-width: 575.98px) {
    #toc a {
        padding:8px 0;
    }
    
}



/* Club Membership */
.membership-card {
    background-color: rgba(204, 204, 204, 0.03);
    padding: 0 16px 16px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    /*border: 1px solid rgba(204, 204, 204, 0.15);*/
}



.membership {
    font-family: 'Caramel';
    font-size: 70px;
    font-weight: 400;
    padding-right:20px;
    line-height: 1;
}

.membership-home {
    font-family: 'Caramel';
    font-size: 80px;
    font-weight: 400;
    line-height: 1;
}

.platinium {
    font-size: 60px;
}

.gold-member {
    background: -webkit-linear-gradient(left, #f0e69e, #8b7c52);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.silver-member {
    background: -webkit-linear-gradient(left, #ccc, #a9a8a4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bronze-member {
    background: -webkit-linear-gradient(left, #efa054, #cc7d33);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.platinium-member {
    background: -webkit-linear-gradient(left, #e7ebef, #b1d4ed);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.membership-group {
    padding:0 0 0 50px;
}


.member {
    position:absolute; 
    z-index:200; 
    top:0;
    left:0; 
    width:200px; 
    height:200px; 
    overflow:hidden;
    padding-top:20px;
}

.circle__box {
  width: 200px;
  height: 200px;
  position: relative;
  margin: auto 0;
}

@media (max-width: 767.98px) {
    .membership-group {
        padding: 30px 0 0;
    }
        
}


.circle__wrapper {
  width: 100px;
  height: 200px;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.circle__wrapper--right {
  right: 0;
}

.circle__wrapper--left {
  left: 0;
}

.circle__whole {
  width: 200px;
  height: 200px;
  border: 8px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  transform: rotate(-135deg);
}

.circle__right__bronze {
  border-top: 8px solid #da893f;
  border-right: 8px solid #da893f;
  right: 1px;
  animation: circleRight 2s linear forwards;
}

.circle__left__bronze {
  border-bottom: 8px solid #da893f;
  border-left: 8px solid #da893f;
  left: 1px;
  animation: circleLeft 2s linear forwards;
}

.circle__right__silver {
  border-top: 8px solid #bbbbb9;
  border-right: 8px solid #bbbbb9;
  right: 1px;
  animation: circleRight 2s linear forwards;
}

.circle__left__silver {
  border-bottom: 8px solid #bbbbb9;
  border-left: 8px solid #bbbbb9;
  left: 1px;
  animation: circleLeft 2s linear forwards;
}

.circle__right__gold {
  border-top: 8px solid #beb279;
  border-right: 8px solid #beb279;
  right: 1px;
  animation: circleRight 2s linear forwards;
}

.circle__left__gold {
  border-bottom: 8px solid #beb279;
  border-left: 8px solid #beb279;
  left: 1px;
  animation: circleLeft 2s linear forwards;
}

.circle__right__platinium {
  border-top: 8px solid #d2e2ee;
  border-right: 8px solid #d2e2ee;
  right: 1px;
  animation: circleRight 2s linear forwards;
}

.circle__left__platinium {
  border-bottom: 8px solid #d2e2ee;
  border-left: 8px solid #d2e2ee;
  left: 1px;
  animation: circleLeft 2s linear forwards;
}

@keyframes circleRight {
  0% {
    transform: rotate(-135deg);
  }
  50%,
  100% {
    transform: rotate(45deg);
  }
}

@keyframes circleLeft {
  0%,
  50% {
    transform: rotate(-135deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}

.italic {
font-style: italic;
}

.amount {
    font-size:15px;
    -moz-transition:font-size 1s; /* Firefox 4 */
    -webkit-transition:font-size 1s; /* Safari and Chrome */
}

.membership-info {
    position: absolute;
    top: -20px;
    right:0;
    z-index:200;
    
}
.membership-info-platinium {
    background: -webkit-linear-gradient(left, #e7ebef, #b1d4ed);
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}
.membership-info-gold {
    background: -webkit-linear-gradient(left, #f0e69e, #bbaf76);
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}
.membership-info-silver {
    background: -webkit-linear-gradient(left, #ccc, #bebebc);
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}
.membership-info-bronze {
    background: -webkit-linear-gradient(left, #ed9e52, #e19147);
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

.information-div {
    margin: 0 auto;
    max-width: 760px;
    padding: 1.75rem;
    border-radius: 6rem;

}
.x {
    position: absolute;
    top: -16px;
    right:4px;
    z-index:202;   
}
.ck-editor__editable {
  min-height: 200px;
}

.mglass {
	display: inline-block;
	pointer-events: none;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	color:white;
}

.search-container {
	position: relative;
	display: inline-block;
	margin: 0;
	height: 32px;
	width: 32px;
	vertical-align: bottom;
	margin-right:10px;
}

.searchbutton {
	position: absolute;
	font-size: 28px;
	padding-top:6px;
	padding-left:8px;
	width: 100%;
	height: 32px;
	cursor: pointer;
	background-color: #398ec6;;
	color: black;
}



.searchx {
	position: absolute;
	left: -0; /* Button width-1px (Not 50px/100% because that will sometimes show a 1px line between the search box and button) */
	background-color: white;
	outline: none;
	border: none;
	padding: 0;
	height: 100%;
	z-index: 10;
	width: 210px; /* Bar width+1px */
}


.expandright {
	left: auto;
	right: 31px; /* Button width-1px */
	padding: 0 0 0 16px;
}

.navbar-toggler {
    border-radius: 0 !important;
}

@media (max-width: 991.98px) {
    .searchbutton {
    	background-color: transparent;
    	color: white;
    }
    
    .searchx:focus + .searchbutton {
    	transition-duration: 0.4s;
    	-moz-transition-duration: 0.4s;
    	-webkit-transition-duration: 0.4s;
    	-o-transition-duration: 0.4s;
    	background-color: white;
    	color: black;
    }
    
    .searchx {
    	width: 0;
    	transition-duration: 0.4s;
    	-moz-transition-duration: 0.4s;
    	-webkit-transition-duration: 0.4s;
    	-o-transition-duration: 0.4s;
    }
    
    .searchx:focus {
    	width: 210px; /* Bar width+1px */
    	padding: 0;
    }
    
    .expandright {
    	left: auto;
    	right: 31px; /* Button width-1px */
    	padding:0;
    }
    
    .expandright:focus {
    	padding: 0 0 0 16px;
    }
}


.image-container {
    position: relative;
    overflow: visible; /* Allow image to grow outside container */
    aspect-ratio: 9 / 6;
}

.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    display: block;
    transform-origin: center center;
}

.image-container:hover img {
    transform: scale(1.1);
    z-index: 1;
    position: relative;
}

@media (max-width: 575.98px) {
    .image-container:hover img {
        transform: none;
    }
}


.topics li {
    list-style: outside url('/assets/images/dot.webp') square;
    padding-left: 8px;
    padding-bottom: 2px;
    font-size: 0.875rem; line-height: 1.325;
}

.topics li a {
    text-decoration: none;
}

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  
.btn-totum {
    color:white;
    /*background-color:#f1008a;*/
    background-color:#8a156c;
}
  
.btn-totum:hover {
    color:white;
    background-color:#002556;
}
  


