#reconnect-modal {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
}

.carousel-blocks {
    padding: 0 3rem;
}

.carousel-blocks .item {
    padding: 0 0.625rem;
}

.carousel-hide-arrows .owl-buttons, .carousel-hide-pagination .owl-pagination {
    display: none;
}

.gdlr-core-container a:active,
.gdlr-core-container a:link,
.gdlr-core-container a:visited {
    color: #3db166 !important;
    text-decoration: none !important;
}

.gdlr-core-container a:hover {
    color: #3db166 !important;
    text-decoration: underline !important;
}

.gdlr-core-button .btn-color-white {
    color: #ffffff !important;
}

.gdlr-core-button .btn-color-white:hover {
    color: #3db166 !important;
}

.gdlr-core-pbf-element a:active,
.gdlr-core-pbf-element a:link,
.gdlr-core-pbf-element a:visited {
    color: #3db166 !important;
    text-decoration: none !important;
}

.gdlr-core-pbf-element a:hover {
    color: #3db166 !important;
    text-decoration: underline !important;
}

.gdlr-core-text-box-item-content a:active,
.gdlr-core-text-box-item-content a:link,
.gdlr-core-text-box-item-content a:visited {
    color: #3db166 !important;
    text-decoration: none !important;
}

.gdlr-core-text-box-item-contentt a:hover {
    color: #3db166 !important;
    text-decoration: underline !important;
}

.website-atlas-table table {
    margin-bottom: 0 !important;
}

body.swal2-shown > [aria-hidden='true'] {
    transition: 0.1s filter;
    filter: blur(3px);
}

ul.slides a:link, ul.slides a:visited {
    color: #FFFFFF !important;
    text-decoration: none !important;
}

ul.slides a:hover {
    color: #3db166 !important;
    text-decoration: none !important;
}

.window-container {
    height: 100vh;
    width: 100vw;
    align-items: center;
    justify-content: center;
    display: flex;
}

@media screen and (max-width: 769px), screen and (max-height: 500px) {
    .window-container {
        padding: 2rem
    }
}

.window-center {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: 4px;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #192F59 #192F59 transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent #FF3D00 #FF3D00;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}

.loader::before {
    width: 32px;
    height: 32px;
    border-color: #9F313B #9F313B transparent transparent;
    animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.h1 {
    font-size: 52px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.h2 {
    font-size: 48px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.h3 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.h4 {
    font-size: 28px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.h5 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.h6 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
    color: #fff;
}

.footer-logo {
    position: relative;
}

.footer-logo img {
    float: left;
}

footer a:hover {
    color: #3db166 !important;
}

.footer-logo span {
    margin-left: 60px;
    padding-top: 5px;
}

.footer-logo-name {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
}

.top-logo {
    position: relative;
}

.top-logo img {
    float: left;
}

.top-logo span {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    color: maroon;
    font-size: 20px;
    white-space: nowrap;
    margin-left: 55px;
    padding-top: 3px;
}

.field-validation-error {
    color: red;
    font-size: 80%;
}

.field-validation-valid {
    display: none;
}

textarea.input-validation-error, select.input-validation-error, input.input-validation-error {
    border: 1px solid lightpink !important;
}

.validation-summary-errors {
    color: red;
}

.validation-summary-valid {
    display: none;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.academic .gdlr-core-active {
    background-color: #3db166 !important;
    color: #ffffff !important;
}

.testimonial-quote {
    font-size: 16px;
}

.testimonial-quote blockquote {
    /* Negate theme styles */
    border: 0;
    margin: 0;
    padding: 0;

    background: none;
    color: gray;
    font-family: Georgia, serif;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.4 !important;
    position: relative;
    text-shadow: 0 1px white;
    z-index: 600;
}

.testimonial-quote blockquote * {
    box-sizing: border-box;
}

.testimonial-quote blockquote p {
    color: #75808a;
    line-height: 1.4 !important;
}

.testimonial-quote blockquote p:first-child:before {
    content: '\201C';
    color: #81bedb;
    font-size: 7.5em;
    font-weight: 700;
    opacity: .3;
    position: absolute;
    top: -.4em;
    left: -.2em;
    text-shadow: none;
    z-index: -300;
}

.testimonial-quote img {
    border: 3px solid #9CC1D3;
    border-radius: 50%;
    display: block;
    width: 120px;
    height: 120px;
    position: absolute;
    top: -.2em;
    left: 0;
}

.testimonial-quote cite {
    color: gray;
    display: block;
    font-size: .8em;
}

.testimonial-quote cite span {
    color: #5e5e5e;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 1px white;
}

.testimonial-quote {
    position: relative;
}

.testimonial-quote .quote-container {
    padding-left: 160px;
}

.testimonial-quote.right .quote-container {
    padding-left: 0;
    padding-right: 160px;
}

.testimonial-quote.right img {
    left: auto;
    right: 0;
}

.testimonial-quote.right cite {
    text-align: right;
}

.support-picture {
    position: relative;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
}

.support-picture img {
    width: 100%;
    height: auto;
    margin-top: -25px
}

.modal-backdrop {
    z-index: 1040;
}

.modal {
    z-index: 9999;
    background-color: transparent !important;
}

sup {
    top: -0.5em;
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

.dynamic-height-wrap {
    overflow: hidden;
    position: relative;
    -webkit-transition: max-height 0.25s ease-in-out;
    -moz-transition: max-height 0.25s ease-in-out;
    -o-transition: max-height 0.25s ease-in-out;
    transition: max-height 0.25s ease-in-out;
    width: 100%;
}

/* Bottom gradient (optional, but recommended)*/
.dynamic-height-active .dynamic-height-wrap:before {
    /*background: -moz-linear-gradient(top,  rgba(240,249,255,0) 0%, rgba(255,255,255,1) 100%);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(240,249,255,0)), color-stop(100%,rgba(255,255,255,1)));*/
    /*background: -webkit-linear-gradient(top,  rgba(240,249,255,0) 0%,rgba(255,255,255,1) 100%);*/
    /*background: -o-linear-gradient(top,  rgba(240,249,255,0) 0%,rgba(255,255,255,1) 100%);*/
    /*background: -ms-linear-gradient(top,  rgba(240,249,255,0) 0%,rgba(255,255,255,1) 100%);*/
    /*background: linear-gradient(to bottom,  rgba(240,249,255,0) 0%,rgba(255,255,255,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f9ff', endColorstr='#ffffff',GradientType=0 );*/
    bottom: 0;
    content: '';
    height: 30px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.dynamic-height-active .dynamic-show-more {
    display: inline-block;
}

.dynamic-show-more {
    display: none;
}

.js-dynamic-height .js-dynamic-show-hide {
    float: right;
    font-size: 12px;
    font-weight: 600;
    color: #192f59;
}

@media all and (max-width: 750px) {
    /* CSS rules here for screens lower than 750px */
}

@media all and (min-width: 750px) {
    /* CSS rules here for screens above 750px */
    .row-bg-left {
        background: linear-gradient(to left, #f5f5f5 50%, #ffffff 50%);
    }

    .row-bg-right {
        background: linear-gradient(to left, #ffffff 50%, #f5f5f5 50%);
    }
}

.membership img {
    max-height: 120px !important;
    max-width: 248px !important;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #192F59 #192F59 transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent #FF3D00 #FF3D00;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}

.loader::before {
    width: 32px;
    height: 32px;
    border-color: #9F313B #9F313B transparent transparent;
    animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

a.course-category-item:link,
a.course-category-item:visited {
    color: #747474 !important;
}

a.course-category-item:hover {
    color: #000000 !important;
}

a.item-selected {
    color: #000000 !important;
    border-bottom: solid 2px #000000;
}

a.sub-course-category {
    background-color: #CFF4FC !important;
    padding: 20px;
    color: #747474 !important;
}

a.sub-course-selected {
    background-color: #CFF4FC !important;
    padding: 20px;
    color: #000000 !important;
}

.border-3 {
    border-width: 3px !important;
}

.mud-slider-no-border .mud-slider-input {
    border-style: none !important;
}

.mud-list-item-mb-0 .mud-typography {
    margin-bottom: 0 !important;
}

.course-side-widget-scroll {
    padding-top: 350px !important;
}

.course-summary-widget-scroll {
    position: fixed;
    width: 312px;
    top: 250px;
}

.mud-table-pagination-caption {
    margin-bottom: 0 !important;
}

.mud-table-pagination-toolbar {
    border-top: none !important;
}

.right-side-bar-layout-left {
    border-right: solid 2px #e6e6e6 !important;
    padding-right: 35px !important;
}

.right-side-bar-layout-right {
    border-left: solid 2px #e6e6e6 !important;
    padding-left: 35px !important;
}

.mud-expand-panel-content p {
    margin-bottom: initial !important;
}

.faqs .mud-panel-expanded:not(:last-child) {
    border-bottom: 1px solid var(--mud-palette-lines-default) !important;
}

.faqs .mud-panel-expanded:not(:first-child) {
    border-top: 1px solid var(--mud-palette-lines-default) !important;
}

.kingster-page-wrapper a:link:not(.mud-button):not(.mud-link):not(.main-point),
.kingster-page-wrapper a:active:not(.mud-button):not(.mud-link):not(.main-point),
.kingster-page-wrapper a:visited:not(.mud-button):not(.mud-link):not(.main-point) {
    /*color: #60c988!important;*/
    text-decoration: none !important;
}

.kingster-page-wrapper a:hover:not(.mud-button):not(.mud-link):not(.main-point) {
    text-decoration: underline !important;
}

a.main-point:hover, a.main-point:hover h3, a.main-point:hover div {
    text-decoration: none !important;
    color: #60c988 !important;
}

.btn-slide {
    -webkit-transition: ease-out 0.2s !important;
    -moz-transition: ease-out 0.2s !important;
    transition: ease-out 0.2s !important;
}

.btn-slide-primary {
    box-shadow: inset 0 0 0 0 var(--mud-palette-primary);
}

.btn-slide-primary:hover {
    box-shadow: inset 400px 0 0 0 var(--mud-palette-primary);
}

.btn-slide-info {
    box-shadow: inset 0 0 0 0 var(--mud-palette-info) !important;
}

.btn-slide-info:hover {
    box-shadow: inset 400px 0 0 0 var(--mud-palette-info) !important;
}