/** College Finder **/

html, body{
    font-family: quasimoda, 'Poppins', sans-serif !important;
}

h1, h2, h3{
    font-family: quasimoda-2, "Poppins", sans-serif !important;
}
h4, h5, h6{
    font-family: quasimoda, "Poppins", sans-serif !important;
}

a{
    text-decoration: none !important;
}
p{
    line-height: 1.4 !important;
}

#phase2 header, #phase2 footer{
    z-index: 10;
}
.white, .text-white{
    color: white !important;
}
.light-blue{
    color: #526371;
}
.c-gray{
    color: #60788C;
}
.sky-blue{
    color: #86CDE8 !important;
}
.c-gray-bg{
    background-color: #60788C;
}
.light-blue-bg{
    background-color: #86CDE8;
}
.c-lgray-bg{
    background-color: #F2F5F8;
}
.dark-blue-bg{
    background-color: #003b6d;
}
.blue{
    color: #2E75CC !important;
}
.dark-blue{
    color: #003B6D !important;
}
.dark{
    color: #222222;
}
.newsletter-bg{
    background: url('/wp-content/themes/kingster/images/Newsletter-Yellow-BG.png');
    background-size: cover;
    border-radius: 24px;
}
@media (max-width: 767px){
    .newsletter-bg{
        background: url('/wp-content/themes/kingster/images/Mobile-Newsletter-BG.png');
        border-radius: 0;
    }
}

.small-text{
    font-size: 11px;
}
.text-extrabold{
    font-weight: 900;
    font-family: quasimoda-2, "Poppins", sans-serif;
}
.relative{
    position: relative;
}
.text-center{
    text-align: center;
}

.subtitle{
    font-size: 16px;
    text-transform: uppercase;
    color: #2E75CC;
    font-family: quasimoda, "Poppins", sans-serif;

}

.icon{
    font-size: 55px;
    color: #86CDE8;
}

.title{
    color: #003B6D;
    text-transform: uppercase;
    font-weight: 900;
    font-family: quasimoda, "Poppins", sans-serif;
}
@media (max-width: 767px){
    .icon{
        font-size: 40px;
    }
}

.custom-container{
    padding: 0 52px;
    @media (max-width: 992px){
        padding: 0 20px 40px;
        max-width: 100%;
    }
    @media (min-width: 1640px){
        max-width: 1560px;
    }
}
/* Finder Main Content */
#collegeFinder{
    padding-bottom: 150px;
}

.college-finder{
    width: calc(100% - 378px);
    padding: 60px 40px;
    float: left;
    background-color: #F2F5F8;
}
@media (min-width: 1920px){
    .college-finder > .container{
        margin-left: 0 !important;
    }
}
.finder-instructions{
    font-size: 20px;
    line-height: 26px !important;
}

.active-filters-wrapper{
    clear: both;
    margin-bottom: 25px;
}

.active-filter {
    border: 1px solid #2E75CC !important;
    padding: 7px 10px 7px 20px;
    margin-right: 10px;
    float: left;
    color: #2e75cc;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    box-shadow: 1px 1px 6px rgba(16, 117, 204, .35);
}

.active-filter svg{
    margin-left: 10px;
    font-size: 14px;
    cursor: pointer;
}

.finder-results{
    clear: both;
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
    justify-content: flex-start;
}

.submit-results-wrapper{
    width: 378px;
    background: white;
}

.select2-container{
    min-width: 250px !important;
}

.select2-container .select2-selection--single{
    height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px !important;
    text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 40px !important;
}

/* Finder Card */
.finder-result{
    width: 300px;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgb(46 117 204 / 50%);
    padding: 15px;
    color: #60788c;
    position: relative;
    margin: 0 25px 25px 0px;
}

.career-result{
    width: 270px;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgb(46 117 204 / 50%);
    padding: 15px;
    color: #60788c;
    position: relative;
    margin: 0 25px 25px 0px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.college-location{
    color: #60788C;
    font-weight: 600;
}

.college-name, .career-name{
    font-family: quasimoda-2, "Poppins", sans-serif !important;
    font-weight: 900;
    color: #003B6D;
}

.college-undergrad-count{
    font-size: 16px;
}

.college-rating{
    color: #003B6D;
}
.career-rating{
    border-bottom: 1px solid #E0E8EE;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: #003b6d;
}

.college-quick-details {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
    border-top: 1px solid #E0E8EE !important;
    border-bottom: 1px solid #E0E8EE !important;
    padding: 10px 0;
    align-items: center;
}

.quick-detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #003B6D;
}

.quick-detail svg {
    font-size: 25px;
}

.quick-detail strong {
    font-size: 14.5px;
    line-height: 25px;
    color: white;
}

.quick-detail span.fa-stack {
    height: 25px;
}

.quick-detail .fa-stack-2x{
    width: inherit;
    height: 1.25em;
}

.quick-detail > div{
    font-size: 11px;
    font-weight: 600;
    color: #60788c;
    margin-top: 5px;
}

.college-highlight {
    display: flex;
    align-items: center;
    justify-content: start;
    margin: 10px 0;
}

.career-highlight {
    margin-bottom: 25px;
    margin-top: 5px;
    line-height: 20px;
}

.college-result-link, .career-result-link {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 30px;
}

@media (min-width: 1275px) and (max-width: 1440px){
    .career-result{
        width: auto;
        margin: 0 auto 25px;
        flex-basis: 30%;
    }
    .finder-result{
        width: auto;
        margin: 0 auto 25px;
        flex-basis: 30%;
    }
    .finder-result .college-highlight .text-bold{
        font-size: 16px !important;
        margin-left: 10px !important;
        word-break: initial;
    }
    .finder-result .college-highlight .c-gray{
        word-break: initial;
    }
}
@media (min-width: 685px) and (max-width: 1274px){
    .career-result{
        width: auto;
        margin: 0 auto 25px;
        flex-basis: 48%;
    }
    .finder-result{
        width: auto;
        margin: 0 auto 25px !important;
        flex-basis: 48% !important;
    }
}

/* Filter Sidebar */
.off-canvas-filter-wrapper {
    position: relative;
    width: 378px;
    min-height: 100vh;
    float: left;
}

.off-canvas-filter-wrapper .form-control{
    border: none !important;
}

.filter-title{
    padding: 20px;
    border-bottom: 1px solid rgba(46,117,204,.35);
}

.filter-title h5{
    margin-bottom: 0 !important;
    text-transform: uppercase;
}

.clear-college-filters {
    text-transform: uppercase;
    background: transparent;
    border: none;
    text-decoration: underline;
    font-size: 12px;
}

.filter-main-options{
    padding: 20px;
}

/* Toggle Button */
.switch {
    position: relative;
}
.switch input {
    position: absolute;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
.switch input:checked {
    z-index: 1;
}
.switch input:checked + label {
    opacity: 1;
    cursor: default;
}
.switch input:not(:checked) + label:hover {
    opacity: 0.5;
}
.switch label {
    color: #526371;
    opacity: 0.33;
    transition: opacity 0.25s ease;
    cursor: pointer;
}
.switch .toggle-outside {
    height: 100%;
    border-radius: 2rem;
    padding: 0.25rem;
    overflow: hidden;
    transition: 0.25s ease all;
}
.switch .toggle-inside {
    border-radius: 5rem;
    background: white;
    position: absolute;
    transition: 0.25s ease all;
}
.switch--horizontal {
    height: 1.5rem;
    margin: 0 auto;
    font-size: 0;
    margin-bottom: 1rem;
}
.switch--horizontal input {
    height: 1.5rem;
    width: 4rem;
    left: 3.5rem;
    margin: 0;
}
.switch--horizontal label {
    font-size: 18px;
    line-height: 1.5rem;
    display: inline-block;
    height: 100%;
    margin: 0;
    text-align: center;
    font-weight: bold;
}
.switch--horizontal label:last-of-type {
    margin-left: 5rem;
}
.switch--horizontal .toggle-outside {
    background: #2E75CC;
    position: absolute;
    width: 3rem;
    left: 4rem;
}
.switch--horizontal .toggle-inside {
    height: 1.25rem;
    width: 1.25rem;
}
.switch--horizontal input:checked ~ .toggle-outside .toggle-inside {
    left: 0.25rem;
    top: 0.15rem;
}
.switch--horizontal input ~ input:checked ~ .toggle-outside .toggle-inside {
    left: 1.5rem;
}

/* Filter Buttons */
.filter-button {
    font-family: quasimoda,sans-serif !important;
    border: none;
    border-radius: 5px;
    background-color: #f2f5f8;
    box-shadow: 1px 1px 4px 0 rgb(0 59 109 / 25%);
    width: 98px;
    height: 98px;
    margin: 5px 5px 5px 0;
    display: inline-flex;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.filter-button.active{
    border: 1px solid #2E75CC;
    color: #2E75CC;
}

.filter-button.active b, .filter-button.active svg{
    color: #2E75CC;
}

.filter-button b {
    font-size: 13.5px;
    color: #60788c;
    line-height: 12px;
    font-weight: 600;
    display: flex;
    height: 24px;
    justify-content: center;
    align-items: center;
}

.filter-button svg {
    font-size: 26px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    color: #60788C;
    font-style: normal;
}

.filter-button span {
    font-size: 34px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    color: #60788c;
    font-style: normal;
    line-height: 32px;
}
.filter-button.schooltype.tech {
    position: relative;
    top: 4px;
}

/** Filter Accordions */

.accordion{
    cursor: pointer;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid rgba(46,117,204,.35);
    outline: none;
    transition: height 0.3s ease;
    overflow: hidden;
    height: 70px;
}
.accordion.active{
    height: auto;
}

.accordion .accordion_tab{
    padding: 20px;
    cursor: pointer;
    user-select: none;
    position: relative;
    font-weight: 700;
    font-size: 18px;
}

.accordion .accordion_tab .accordion_arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    transition: all 0.3s ease;
}

.accordion .accordion_tab.active .accordion_arrow{
    transform: translateY(-50%) rotate(180deg);
}

.accordion .accordion_content{
    padding: 20px;
    border-top: 1px solid #e9e9e9;
    background-color: #FBFCFD;
    box-shadow: -1px 2px 8px rgba(46,117,204,.35);
    overflow: hidden;
}

.submit-college-filters{
    color: #ffffff !important;
    text-transform: uppercase;
    border: 1px solid #d14333;
    background-color: #d14333;
    border-radius: 50px;
    box-shadow: 0 1px 10px 0 rgb(209 67 51 / 30%);
    padding: 20px 15px;
    font-weight: 700;
    font-size: 14.6px;
    letter-spacing: .52px;
    line-height: 15px;
    width: 180px;
    display: block;
    margin: 25px auto;
    text-align: center;
}

.off-canvas-filter-wrapper input[type="range"] {
    display: block;
    width: 100%;
}
.slider-label{
    font-size: 14px;
    margin-bottom: -3px;
}

.form-control{
    margin-bottom: 20px;
}
.form-control label{
    font-weight: bold;
    display: block;
}
.form-control input[type="text"] {
    background: #FAFCFE;
    padding: 10px 15px;
    width: 100%;
    box-shadow: inset 0 1px 5px rgba(46,117,204,.35);
}

.form-control select{
    padding: 10px;
    width: 100%;
    border: 1px solid #2E75CC;
    box-shadow: 2px 0 12px rgba(46,117,204,.35);
}

/* Finder Pagination */
.finder-pagination-totals {
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
}

.finder-pagination-pages {
    display: flex;
    width: 225px;
    justify-content: space-evenly;
    margin: 0 auto;
}

.finder-page {
    font-size: 28px;
    font-weight: bold;
    color: #60788c;
    cursor: pointer;
}

.finder-page.active{
    color: #2E75CC;
    font-weight: 900;
    font-family: quasimoda-2, "Poppins", sans-serif;
}


.selector {
    font-family: quasimoda, 'Poppins', sans-serif;
    position: relative;
    max-width: 340px;
    color: #505D6F;
}

.selector .price-slider {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.selector #slider-range {
    width: 100%;
    margin-bottom: 20px;
    border: none;
    background: #2E75CC;
    height: 4px;
    margin-left: 8px;
    margin-right: 8px;
}

.slider_bg {
    width: 100%;
    position: absolute;
    top: 70px;
    border: none;
    background: #D5E2FD;
    height: 4px;
    border-radius: 8px;
}

.selector .ui-slider-handle {
    border-radius: 50%;
    top: -10px !important;
    width: 28px;
    height: 28px;
    border: 1px solid #2E75CC !important;
    background: #2E75CC !important;
    outline: none
}

.selector .ui-slider-range {
    background-color: #2E75CC;
}

.price-slider > .slider-price {
    color: #737D8C;
}

.range_container {
    margin: 20px 5px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.price-slider .slider_bg{
    top: 58px;
    height: 8px;
}

@media (min-width: 992px){
    .close-filters{
        display: none !important;
    }
}
@media (max-width: 991px){
    .college-finder, .career-finder{
        width: 100%;
    }
    .finder-results{
        margin-top: 0;
    }
    .finder-result{
        flex-basis: 330px;
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .active-filters-wrapper{
        display: none;
    }
    #collegeFinder{
        padding-bottom: 0;
    }
    .off-canvas-filter-wrapper{
        width: 100%;
        float: none;
        height: auto;
        min-height: auto;
        background: white;
    }
    .off-canvas-filter-wrapper .filter-title, .off-canvas-filter-wrapper .filter-main-options, .off-canvas-filter-wrapper .accordion, .off-canvas-filter-wrapper .submit-results-wrapper{
        display: none;
    }
    .off-canvas-filter-tab{
        display: block;
    }
    .submit-results-wrapper{
        width: 100%;
    }
}

@media (max-width: 600px){
    .finder-results{
        justify-content: center;
    }
}


/** Calculators **/
.calculator-header{
    margin-top: 50px;
    margin-bottom: 30px;
}

.fa-used-auto, .fa-basic-auto, .fa-average-auto, .fa-luxury-auto{
    width: 1.75em !important;
}

.progressbar-container{
    max-width: 820px;
    margin: 25px auto;
    clear: both;
    height: 40px;
}
.college-step-guide .progressbar{
    display: flex;
    justify-content: center;
}
.progressbar {
    counter-reset: step;
    margin-left: unset;
}
.progressbar li {
    list-style-type: none;
    width: calc(100% / 13);
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #7d7d7d;
}
.progressbar li:before {
    width: 30px;
    height: 30px;
    content: '';
    counter-increment: step;
    line-height: 30px;
    border: 4px solid #DAE1F5;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}
.progressbar li:after {
    width: 100%;
    height: 4px;
    content: '';
    position: absolute;
    background-color: #DAE1F5;
    top: 15px;
    left: -50%;
    z-index: -1;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active {
    color: #DAE1F5;
}
.progressbar li.active:before {
    border-color: #DAE1F5;
    background-image: url('/wp-content/themes/kingster/images/active-step.png');
    background-repeat: no-repeat;
    background-position: center;
}
.progressbar li.active + li:after {
    background-color: #DAE1F5;
}
.progressbar li.complete{
    color: #DAE1F5;
}
.progressbar li.complete:before {
    border-color: #2E75CC;
    background-image: url('/wp-content/themes/kingster/images/completed-step.png');
    background-repeat: no-repeat;
    background-position: center;
}
.progressbar li.complete + li:after {
    background-color: #DAE1F5;
}
@media (max-width: 767px){
    .progressbar li:before {
        width: 25px;
        height: 25px;
    }
    .progressbar li:after {
        top: 8px;
    }

    .progressbar li.complete:before {
    }
}
.calculator-step, .result-container, .college-step{
    max-width: 1200px;
    margin: 25px auto;
    background: #FFFFFF;
    border: 1px solid #D5E2FD;
    box-shadow: 0 2px 8px 0 rgba(46,117,204,0.25);
    border-radius: 15px;
    position: relative;
}

.btn-disable-outline{
    border-radius: 40px;
    font-size: 18px;
    text-transform: uppercase;
    display: block;
    min-width: 225px;
    padding: 15px 25px;
    font-weight: bold;
    background: #6c757d;
    color: white !important;
    border: 2px solid #6c757d !important;
}
.btn-disable-outline svg {
    margin-left: 7px;
}

.btn-red-outline {
    border: 2px solid #d14333 !important;
    color: #D14333 !important;
    background: white !important;
    border-radius: 40px;
    padding: 15px 25px;
    font-weight: bold;
    min-width: 225px;
    font-size: 18px;
    text-align: center;
    display: block;
    cursor: pointer;
}

.btn-red-outline:hover{
    background-color: #d14333 !important;
    color: white !important;
}

.btn-red-outline svg {
    margin-left: 7px;
}

.btn-blue-outline {
    border: 2px solid #003b6d !important;
    color: #003b6d !important;
    background: white !important;
    border-radius: 40px;
    padding: 15px 25px;
    font-weight: bold;
    min-width: 225px;
    font-size: 18px;
    text-align: center;
    display: block;
    cursor: pointer;
}

.btn-blue-outline:hover{
    background-color: #003b6d !important;
    color: white !important;
}

.btn-blue-outline svg {
    margin-left: 7px;
}

.btn-red {
    border: 2px solid #d14333 !important;
    background-color: #d14333 !important;
    color: white !important;
    border-radius: 40px;
    padding: 15px 25px;
    font-weight: bold;
    min-width: 225px;
    font-size: 18px;
    text-align: center;
    display: block;
}

.btn-red:hover{
    color: #D14333 !important;
    background: white !important;
}

.btn-red svg, .btn-blue svg {
    margin-left: 7px;
}

.btn-blue {
    border: 2px solid #003b6d !important;
    background-color: #003b6d !important;
    color: white !important;
    border-radius: 40px;
    padding: 15px 25px;
    font-weight: bold;
    min-width: 225px;
    font-size: 18px;
    text-align: center;
    display: block;
}

.btn-blue:hover{
    color: #003b6d !important;
    background: white !important;
}

.calculator-option svg {
    font-size: 55px;
}

.calculator-option {
    width: 240px;
    height: 240px;
    display: flex;
    flex-direction: column;
    flex-basis: 240px;
    margin: 0 15px 30px 15px;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
    padding: 20px 10px;
    background: #F2F5F8;
    border-radius: 15px;
    cursor: pointer;
}

@media (max-width: 767px){
    .calculator-header{
        margin-top: 20px;
    }
    .calculator-option {
        width: auto;
        height: auto;
        flex-basis: 48%;

    }
    .calculator-option svg{
        font-size: 44px;
    }
    .calculator-option .option-name{
        font-size: 14px !important;
        line-height: 16px !important;
    }
    .options-per-row-3:nth-child(2n) {
        margin: 0 0 15px !important;
    }
    .options-per-row-3:nth-child(2n+1) {
        margin: 0 0 15px;
    }
    .options-per-row-3:nth-child(3n+1){
        margin: 0 0 15px!important;
    }
    .options-per-row-3:nth-child(3n){
        margin:0 0 15px !important;
    }
    .options-per-row-4{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .calculator-option .cost{
        font-size: 32px !important;
    }
}


.calculator-option:first-child{
    margin-left: 0;
}

.calculator-option:last-child{
    margin-right: 0;
}

.calculator-option.active{
    background-color: white;
    border: 1px solid #D5E2FD;
    color: #2E75CC;
    box-shadow: #2E75CC 2px 2px 15px;
}

.calculator-step input[type="text"]{
    background: #FAFCFE;
    box-shadow: inset 0 1px 5px 0 rgba(46,117,204,0.25);
    height: 50px;
}

.options-per-row-3:nth-child(3n+1){
    margin-left: 0;
}
.options-per-row-3:nth-child(3n){
    margin-right:0;
}
.options-per-row-4{
    margin-left: 10px;
    margin-right: 10px;
}
.options-per-row-4:nth-child(4n+1){
    margin-left: 0;
}
.options-per-row-4:nth-child(4n){
    margin-right: 0;
}

.calculator-option .option-name {
    font-size: 20px;
    margin: 10px auto;
    line-height: 24px;
}


.calculator-option .cost {
    font-size: 45px;
    font-weight: 900;
    font-family: quasimoda-2, quasimoda, 'Poppins', sans-serif;
    line-height: 1;
}

.back-step{
    cursor: pointer;
}

.expenses-so-far{
    font-size: 1.6rem;
    font-weight: bold;
    color: #2E75CC;
}
.expenses-table tr:last-of-type td{
    border-bottom: 1px solid #c4c4c4;
}
table.table.table-striped{
    border-spacing: 0;
}

table tr:nth-child(odd) {
    background-color: #f9f9f9;
}
table tr:nth-child(even) {
    background-color: #ffffff !important;
}
td.selection, td.amount{
    width: 33%;
}

td.selection, th:nth-child(2){
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
}
td.amount{
    font-weight: bold;
    color: #526371;
}
.result-totals{
    font-size: 21px;
    line-height: 22px;
}
.results-row td{
    border-spacing: 0;;
    border-bottom: 1px solid #c4c4c4;
}

/** College Step Guide **/

.range-wrap {
    position: relative;
    margin: 0 auto 3rem;
}
.range {
    width: 100%;
}
.bubble {
    color: #2E75CC;
    padding: 4px 12px;
    position: absolute;
    border-radius: 4px;
    bottom: -30px;
    left: 50%;
    min-width: 120px;
    font-weight: bold;
    transform: translateX(-50%);
    text-align: center;
}
.distance-wrap .bubble::after {
    content: " Miles";
}
.finaid-wrap .bubble::after{
    content: "%";
}
#tuitionoutput.bubble::after{
    content: "K";
}

#min-price:after, #max-price:after{
    content: "K";
}

.calculator-option span {
    font-size: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #60788c;
    font-style: normal;
    line-height: 61px;
}

.form-check.form-switch{
    padding-left: 3.5rem;
    min-height: 2.5rem;
}

.form-switch .form-check-input{
    background-color: #2E75CC;
    border-color: #2E75CC;
    width: 3.5rem;
    height: 1.5rem;
    margin-left: -3.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;

}

.form-switch label{
    margin-left: .5em;
}


/** Contact Form **/
.wpcf7 label{
    display: block;
}

.wpcf7 label span{
    margin-top: 5px;
}

.wpcf7 label input, .wpcf7 label textarea{
    background: #FAFCFE;
    box-shadow: inset 0 1px 5px 0 rgba(46,117,204,0.25);
}

.wpcf7 label select{
    background: #FFFFFF;
    border: 1px solid #2E75CC;
    box-shadow: 1px 1px 7px 0 rgba(46,117,204,0.35);
    border-radius: 1px;
}

/*** Career & College Detail ***/
.section-break {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-title{
    margin-top: 50px !important;
}

ul.skills{
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.skills li {
    width: 50%;
    float: left;
    font-weight: bold;
}

.tasks{
    margin-left: 0;
}
.lg-card{
    background: #F2F5F8;
    border-radius: 25px;
    padding: 30px !important;
    margin-bottom: 30px;
}

.daily-tasks, .track{
    background: #F2F5F8;
    border-radius: 25px;
    padding: 30px !important;
    margin-bottom: 30px;
}

.track{
    margin-right: 30px;
}

.lgbg-tabs, .white-tabs {
    border-bottom: 1px solid #60788C;
}

.lgbg-tabs .nav-item button {border-radius: unset;background: none !important;color: #003B6D !important;font-weight: 800;line-height: 1;text-transform: uppercase;height: 65px;display: flex;align-items: center;flex-direction: column;}

.lgbg-tabs .nav-item .active {
    color: #2E75CC !important;
    border-bottom: 5px solid #86CDE8;
}

.white-tabs .nav-item button {
    border-radius: unset;
    background: none !important;
    color: #003B6D !important;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    height: 65px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.college-quick-overview-icons{
    max-width: 350px;
    justify-content: space-between !important;
}

.college-quick-overview-icons .quick-detail .fa-stack{
    width: 55px;
    height: 55px;
}
.college-quick-overview-icons .fa-stack .svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 55px;
    left: 50%;
    transform: translateX(-50%);
}
.college-quick-overview-icons .quick-detail strong {
    font-size: 26.5px;
    line-height: 54px;
}
.college-quick-overview-icons .quick-detail svg {
    font-size: 55px;
}
@media (max-width: 767px){
    .college-quick-overview-icons .quick-detail .fa-stack{
        width: 40px;
        height: 32px;
    }
    .college-quick-overview-icons .fa-stack .svg-inline--fa.fa-stack-2x {
        height: auto;
        width: 32px;
        left: 50%;
        transform: translateX(-50%);
    }
    .college-quick-overview-icons .quick-detail strong {
        font-size: 18.5px;
        line-height: 30px;
    }
    .college-quick-overview-icons .quick-detail svg {
        font-size: 32px;
    }
}

#all-majors .list-columns{
    column-width: 25em;
}
.white-tabs .nav-item .active {
    color: #2E75CC !important;
    border-bottom: 5px solid #86CDE8;
}

.dark-blue-tabs{
    border-bottom: 1px solid #60788C;
}

.dark-blue-tabs .nav-item .nav-link {
    background: none;
    color: #86CDE8;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
}

.dark-blue-tabs .nav-item .nav-link.active {
    color: white;
    border-bottom: 5px solid #86CDE8;
}

.test-scores-tabs .nav-link.active {
    color: #2E75CC !important;
    background-color: unset !important;
    font-weight: bolder;
    border-radius: 0;
}

.test-scores-tabs .nav-link {
    color: #003B6D;
    font-weight: bolder;
    border-radius: 0 !important;
    position: relative;
}

.test-scores-tabs .nav-link:after {
    content: '';
    background-color: #003B6D;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 1px;
    left: 0;
}

.test-scores-tabs .nav-link.active:after {
    content: '';
    background-color: #60788C;
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.act-number-graph, .sat-number-graph, .sat-total-graph {
    position: relative;
    height: 1px;
    background-color: #60788C;
}

.act-number-graph:before{
    content: '1';
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    background-color: #F2F5F8;
    left: 0px;
    width: 20px;
}

.act-number-graph:after{
    content: '36';
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    background-color: #F2F5F8;
    right: 0px;
    width: 30px;
    text-align: right;
}

span.act-handle {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    background: #60788C;
    text-align: center;
    color: white;
    font-weight: bold;
}

.sat-number-graph:before{
    content: '200';
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    background-color: #F2F5F8;
    left: 0px;
    width: 45px;
}

.sat-number-graph:after{
    content: '800';
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    background-color: #F2F5F8;
    right: 0px;
    width: 45px;
    text-align: right;
}

.sat-total-graph:before{
    content: '400';
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    background-color: #F2F5F8;
    left: 0px;
    width: 45px;
}

.sat-total-graph:after{
    content: '1600';
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    background-color: #F2F5F8;
    right: 0px;
    width: 45px;
    text-align: right;
}

span.sat-handle {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    background: #60788C;
    text-align: center;
    color: white;
    font-weight: bold;
}

@media (max-width: 767px){
    .section-break{
        margin: 30px 0;
    }
    .section-title{
        margin-top: 30px !important;
    }
    .act-number-graph:before{
        left: -20px;
    }

    .act-number-graph:after{
        right: -30px;
        width: 30px;
    }

    .sat-number-graph:before{
        left: -15px;
        width: 45px;
    }

    .sat-number-graph:after{
        right: -15px;
        width: 45px;
    }

    .sat-total-graph:before{
        left: -45px;
        width: 45px;
    }

    .sat-total-graph:after{
        right: -45px;
        width: 45px;
    }
}

.tooltip-title svg{
    font-size: 16px;
    position: relative;
    display: inline-block;
    top: -5px;
}
.tooltip-title svg path{
    color: #2E75CC;
}

.lifestyle-share-email {
    position: relative;
}
.lifestyle-share-email svg{
    position: relative;
    top: 4px;
}
/** Bar Graph **/

.degree-graph-bars {
    border-left: 1px solid #60788C;
}

.bar-holder {
    width: 100%;
    display: flex;
    align-items: center;
}

.graph-bar {
    display: inline-block;
    background-color: #86CDE8;
    height: 24px;
}

.bar-label{
    font-size: 14px;
    min-height: 30px;
}

span.percentage {
    display: inline-block;
    margin-left: 8px;
}

@media (max-width: 767px){
    .career-video{
        margin-bottom: 30px;
    }
    .track{
        margin-right: unset;
        margin-top: 30px !important;
    }
}
.fa-ul{
    margin-left: 1.7rem !important;
}


/** Deadline Card **/
.gray-card{
    background-color: #F2F5F8;
    border-radius: 20px;
    padding: 30px !important;
}
.calendar-text{
    margin-top: .5rem;
}
.table-text{
    font-family: 'quasimoda', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #576c7f;
    letter-spacing: 0;
    line-height: 26px;
}
.deadline {
    display: flex;
    flex-direction: row;
    align-items: start;
    margin-bottom: 30px;
}

.deadline .fa-stack.fa-2x{
    font-size: 26px;
    margin-right: 30px;
}
.deadline .fa-stack-2x{
    width: 1em;
    height: 1em;
}
@media screen and (min-width: 999px){
    .gray-card:first-child{
        margin-right: 20px;
    }
    .gray-card:last-child{
        margin-left: 20px;
    }
}

/** Financial Aid Tabs Block **/
.featured-finaid {
    border-radius: 25px;
    background: rgba(46, 117, 204, 0.25);
    padding: 30px 50px;
}

.aid {
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}

.aid:after{
    content: '';
    position: absolute;
    height: 1px;
    background-color: #60788c;
    width: 90%;
    left: 0;
    bottom: 0;
    transform: translateX(3%);
}

.mobile-aid .accordion{
    height: auto;
    border-top: 1px solid #99A7B2;
}

.mobile-aid .accordion-item{
    background-color: #003b6d;
    border-color: #99A7B2;
}

.mobile-aid .accordion-button{
    background-color: #003b6d;
    color: white;
    font-size: 21px;
    font-family: 'quasimoda', 'Poppins', sans-serif;
    font-weight: 800;
    border-color: white;
}

.mobile-aid .accordion-button:after{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%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") !important;
}

/** Footer **/
.footer-container{
    padding-top: 80px;
    margin-top: 80px;
    border-top: 1px solid #B0B0B0;
}
@media (max-width: 992px){
    .footer-container{
        padding-top: 40px;
        margin-top: 40px;
    }
}
.footer-copyright{
    font-size: 16px;
    line-height: 20px;
    border-top: 1px solid #D5E2FD;
    padding-top:40px;
    padding-bottom: 40px;
}

.footer-social-icons{
    font-size: 20px;
    margin-bottom: 40px;
}

.social-icon-wrapper{
    width: 170px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 767px){
    .footer-copyright, .social-icon-wrapper{
        margin-top:20px;
    }
}

/*** GoodLayer Modules */

.gdlr-core-button svg {
    margin-left: 10px;
}

.gdlr-core-tab-item-title-wrap {
    justify-content: space-between;
    display: flex;
    align-items: flex-end;
}

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

.tooltip .tooltip-inner {
    max-width: 265px;
    padding: 15px;
    font-size: 13px;
    color: #60788C;
    text-align: left;
    border-width: 2px;
    background-color: #F2F5F8;
    border-color: #60788C;
}

.tooltip .arrow{
    border-bottom-color: #60788c;
    background-color: #f2f5f8;
}

ol {
    padding: 15px;
    margin: 0;
}

.kingster-body-front .gdlr-core-container-custom{
    padding-left: 20px;
    padding-right: 20px;
}

.ds_two_col_img_text a {
    color: #7AC2EC !important;
    text-decoration: underline;
}
.ds_two_col_img_text a:hover{
    color: #0f87cc !important;
}
.ds_two_col_img_text .gdlr-core-button, .ds_two_col_img_text .gdlr-core-button:hover{
    color: white !important;
}

.resource-card .gdlr-core-feature-box-type-inner:before {
    background: rgba(0,0,0,0.25);
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.resource-card {
    position: relative;
}

.resource-card > div{
    min-height: 450px;
}

.resource-card .gdlr-core-feature-box-frame {
    z-index: 10;
}
.resource-card .gdlr-core-feature-box-content{
    z-index: 10;
}

.gdlr-core-feature-box-item .gdlr-core-feature-box-link{
    z-index: 20;
}

.college-logo-container .gdlr-core-column-first {
    float: none;
    clear: none;
    margin: 0 auto;
}

.testimonial-text .name {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0;
}

.testimonial-text .quote::before {content: '';position: relative;top: -35px;height: 45px;display: block;width: 55px;background: url('/wp-content/themes/kingster/images/quote-leader.png');background-repeat: no-repeat;}

.testimonial-text .quote {
    font-size: 19px;
}

.testimonial-slider .flex-control-nav {
    bottom: 65px !important;
    right: 0 !important;
    left: 325px;
    margin-right: 0 !important;
}

.testimonial-slider .flex-control-nav li .flex-active {
    background-color: #7AC2EC !important;
}

.testimonial-slider .flex-control-nav li a {
    width: 17px;
    height: 17px;
    border-color: #7AC2EC;
}

.table-wrapper .gdlr-core-text-box-item {
    overflow-x: auto;
}

.testimonial-nav-item {
    width: 140px;
    height: 100px;
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-nav-item:before {
    background-color: rgba(0, 59, 109,0.9);
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .65;
}
.testimonial-slides-navigation .slick-current .testimonial-nav-item:before{
    background-color: rgba(0,0,0,.2);
    opacity: 1;
}
.testimonial-slides-navigation .testimonial-nav-item:hover:before{
    background-color: rgba(0, 59, 109,.4);
}

.nav-name {
    position: absolute;
    bottom: 0;
}

.nav-order{
    position: absolute;
    top: 0;
}

.slide-info {
    background: #f2f5f8;
    box-shadow: 2px 2px 21px 0 rgb(46 117 204 / 45%);
    border-radius: 20px;
    padding: 50px 39px 30px;
    color: #003b6d;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    display: flex;
    position: absolute;
    width: 560px;
    height: calc(100% - 50px);
    top: 50%;
    margin-left: 15px;
    z-index: 100;
    transform: translateY(-50%);
    flex-direction: column;
    justify-content: center;
}

.testimonaisl-slides-wrapper .slide {
    position: relative;
}

.slide-image {
    height: 570px;
    background-size: cover;
    max-width: calc(100% - 300px);
    margin-left: auto;
    position: relative;
    z-index: 10;
}

a.popup-youtube {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #2E75CC;
    color: white !important;
    padding: 30px 25px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.slide-name {
    font-size: 21px;
    line-height: 26px;
}

.newsletter-form .input-group input[type="email"]{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-bottom: 0;
}

.newsletter-form .input-group input[type="submit"]{
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background-color: #2E75CC;
    font-size: 18px;
    padding: 15px !important;
}

@media (min-width: 1400px){
    .college-logos .gdlr-core-flexslider .flex-direction-nav .flex-nav-prev {
        left: -85px;
    }

    .college-logos .gdlr-core-flexslider .flex-direction-nav .flex-nav-next {
        right: -85px;
    }

}

@media (min-width: 1260px) and (max-width: 1399px){
    .kingster-logo-inner a img{
        max-width: 295px;
    }

}

@media (max-width:1200px){
    .footer-menu a:hover{
        color: white;
        text-decoration: underline;
    }
}

@media (max-width: 1399px) and (min-width: 1000px){
    .college-logos .gdlr-core-flexslider .flex-direction-nav .flex-nav-prev {
        left: -60px;
    }

    .college-logos .gdlr-core-flexslider .flex-direction-nav .flex-nav-next {
        right: -60px;
    }
}

@media(max-width:1200px) and (min-width: 768px){
    .gdlr-core-tab-item-title {
        float: left;
        word-break: keep-all;
        padding: 0 10px 10px !important;
        width: 25%;
    }
    .testimonial-slider .ds_two_col_img_text{
        padding-left: 40px !important;
        padding-right: 40px !important;
    }
    .home-slider-p{
        font-size: 20px !important;
        line-height: 22px !important;
    }
}

@media (max-width: 999px){
    .ds_two_up .ds_two_up_img {min-height: 300px !important;}
    .gdlr-core-flexslider .flex-direction-nav{
        display: block !important;
    }
}
@media(max-width: 767px){


    .gdlr-core-pbf-wrapper-full-no-space {
        max-width: 100%;
    }
    .gdlr-core-tab-item-title {
        float: left;
        word-break: keep-all;
        padding: 0 3px 10px !important;
        font-size: 12px !important;
        width: 25%;
    }
    .kingster-footer-column:first-child{
        display:none;
    }
    .kingster-footer-column:last-child{
        display: none;
    }
    .testimonial-slider .flex-control-nav {
        bottom: 65px !important;
        right: unset !important;
        left: 50%;
        margin-right: 0 !important;
        transform: translateX(-50%);
    }
    .gdlr-core-flexslider .flex-direction-nav .flex-nav-prev {
        left: -25px;
    }
    .gdlr-core-flexslider .flex-direction-nav .flex-nav-next {
        right: -25px;
    }
    .footer-container{
        padding: 25px 30px;
    }
    .footer-container .btn-red{
        padding: 15px !important;
    }
    .mobile-footer-text{
        max-width: 215px;
    }
}
@media (max-width: 600px){
    .home-slider-button {
        top: 20px;
    }

    .home-slider-p {
        font-size: 16px !important;
        line-height:20px !important;
    }

    .home-slider-button{
        font-size: 16px !important;
        line-height: 20px !important;

    }
}


/** Slick **/
.updated-college-logos .slick-track, .college-logos .slick-track{
    display: flex;
}
.updated-college-logos .logo, .college-logos .logo{
    height: auto;
}
.updated-college-logos .logo a, .college-logos .logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.updated-college-logos .logo img, .college-logos .logo img {
    max-width: 85%;
}

.mobile-logos {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.mobile-logos .logo {
    flex-basis: 50%;
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: flex;
    height: 150px;
}

.mobile-logos .logo a {
    display: flex;
    justify-content: center;
}


.slick-dots .slick-active button:before {
    width: 40px;
    background: #FFB81C;
    height: 16px;
    border-radius: 10px;
    display: -webkit-inline-box;
    content: '';
    top: 50%;
    transform: translateY(-50%);
}

.slick-dots li button:before {
    content: '';
    background-color: white;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #727272;
    transition: width 0.3s ease;
}

.slick-dots li.slick-active {
    width: 50px;
}

.slick-college-prev, .slick-college-next{
    background: #2E75CC;
    border: 3px solid #2E75CC !important;
    width: 46px;
    font-size: 24px;
    border-radius: 50%;
    text-align: center;
    color: white;
    cursor: pointer;
}
.slick-college-prev:hover, .slick-college-next:hover {
    background-color: #003b6d;
    border: 3px solid #003b6d !important;
}

.slick-college-prev.slick-arrow {
    position: absolute;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.slick-college-next.slick-arrow {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    left: 0;
    text-align: center;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
}


.top-notification {
    text-align: center;
    padding: 17px 30px 15px;
}

.top-notification p{
    font-size: 16px;
    line-height: 1.56;
    font-weight: 500;
    margin-bottom: 0;
    color: white;
}
.close-btn {
    position: absolute;
    right: -21px;
    top: 50%;
    transform: translateY(-50%);
    color: white !important;
    font-size: 22px;
}

@media only screen and (max-width:767px) {
    .top-notification {
        padding: 12px 20px 16px;
        text-align: left;
    }
    .top-notification p{
        font-size: 14px;
    }

    .close-btn {
        right: 0;
    }
}


/*** Top Nav Styling **/
.ds-custom-header{
    position: relative;
    z-index: 99999;
}
.nav-container {
    max-width: 1400px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(8px);
    height: 81px;
    width: 100%;
    margin: 0 auto;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
@media (max-width: 1175px) {
    .nav-container {
        max-width: 1050px;
        height: 90px;
    }
}
@media (max-width: 1075px) {
    .nav-container {
        max-width: 910px;
    }
}
@media (max-width: 950px) {

}
.nav-container .logo-box {
    display: block;
    float: left;
    height: 81px;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    z-index: 100;
}
.nav-container .logo-box a {
    max-width: 224px;
    margin: auto;
}
@media (max-width: 1175px) {
    .nav-container .logo-box {
        height: 81px;
    }
}
.nav-container .nav-main {
    height: 81px;
    display: block;
    float: left;
}
@media (max-width: 1175px) {
    .nav-container .nav-main {
        width: 960px;
    }
}
@media (max-width: 1075px) {
    .nav-container .nav-main {
        width: 820px;
    }
}
.nav-container .nav-main .nav-box {
    height: 76px;
    margin: 0;
}
@media (max-width: 1175px) {
    .nav-container .nav-main .nav-box {
        height: 60px;
    }
}
.nav-container .nav-main .nav-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}
.nav-container .nav-main .nav-box ul li {
    display: inline-block;
    font-family: quasimoda, sans-serif;
    text-transform: capitalize;
    line-height: 76px;
    flex: auto;
    margin: 0 10px;
}
li.header-button {
     display: inline-flex !important;
     justify-content: center;
     align-items: center;
 }

@media (max-width: 1175px) {
    .nav-container .nav-main .nav-box ul li {
        line-height: 60px;
    }
}
.nav-container .nav-main .nav-box ul li.parent a:before {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: 0;
    width: 95%;
    height: 0;
    border-style: solid;
    border-width: 1px;
    border-color: #D34432;
    transition: all 0.2s ease-in;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 5px);
    background: none;
    transition-delay: 250ms;
    z-index: 9999;
    bottom: 19px;
}
@media (max-width: 1175px) {
    .nav-container .nav-main .nav-box ul li.parent a:before {
        border:none;
    }
    .header-button{
        width: 100%;
    }
}
.nav-container .nav-main .nav-box ul li.parent:hover a:before {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.nav-container .nav-main .nav-box ul li.parent.open a:before {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.nav-container .nav-main .nav-box ul li.parent.open .submenu {
    z-index: 120;
}
.nav-container .nav-main .nav-box ul li a {
    font-family: quasimoda, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: .5px;
    display: block;
    text-align: center;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.nav-container .nav-main .nav-box ul li a:hover {
    color: #2c4e97;
}
@media (max-width: 1175px) {
    .nav-container .nav-main .nav-box ul li a {
        font-size: 14px;
    }
}
.nav-container .nav-main .nav-box ul li a i {
    padding-right: 10px;
}
.nav-container .nav-main .nav-box ul li a:after {
    content: " ";
    position: absolute;
    right: 0;
    width: 1px;
    height: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.nav-container .nav-main .nav-box ul li:last-of-type a:after {
    display: none;
}
.nav-container .nav-main .nav-box ul li .submenu {
    position: absolute;
    top: 100%;
    background: #fff;
    min-width: 360px;
    max-width: 100%;
    opacity: 0;
    padding: 30px;
    visibility: hidden;
    transition: all 0.2s ease-in-out;
    z-index: 100;
    box-shadow: 2px 5px 14px 0 rgba(0, 59, 109, 0.35);
}
.nav-container .nav-main .nav-box ul li .submenu li {
    text-align: center;
}

.nav-container .nav-main .nav-box ul li .submenu li .inner {
    margin: auto;
    display: flex;
    align-items: flex-start;
}
.nav-container .nav-main .nav-box ul li .submenu li .inner .link-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}
.nav-container .nav-main .nav-box ul li .submenu li .inner p {
    font-size: 14px;
    line-height: 15px;
    text-transform: none;
    color: #526371;
    text-align: left;
    padding-right: 7px;
}
.nav-container .nav-main .nav-box ul li .submenu li a {
    font-size: 15px;
    line-height: 16px;
    font-family: quasimoda, sans-serif;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #2E75CC;
    font-weight: bold;
    margin-bottom: 3px;
    text-align: left;
}

.nav-container .nav-main .nav-box ul li .submenu .subnav {
    display: block;
    margin-left: 49px;
}

.nav-container .nav-main .nav-box ul li .submenu .subnav li {
    width: 100% !important;
}

.nav-container .nav-main .nav-box ul li .submenu .subnav li a {
    font-size: 17px;
    line-height: 18px;
    font-weight: 400;
    color: #60788c;
    margin: 7px 0;
    text-transform: capitalize;
}

.nav-container .nav-main .nav-box ul li .submenu li a:before {
    display: none;
}
.nav-container .nav-main .nav-box ul li .submenu li a:after {
    display: none;
}
.nav-container .nav-main .nav-box ul li .submenu.has-1-items {
    width: 360px;
    transform: translate(-75px, 0);
}
.nav-container .nav-main .nav-box ul li .submenu.has-2-items {
    width: 360px;
}
.nav-container .nav-main .nav-box ul li .submenu.has-2-items li {
    width: 100%;
    margin-bottom: 15px;
    display: block;
    box-sizing: border-box;
    float: left;
}
.nav-container .nav-main .nav-box ul li .submenu.has-3-items {
    width: 719px;
}
.nav-container .nav-main .nav-box ul li .submenu.has-3-items li {
    width: 50%;
    margin: 0;
    display: block;
    box-sizing: border-box;
    float: left;
}

.nav-container .nav-main .nav-box ul li .submenu li .img-wrap {
    height: 30px;
    width: 40px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.nav-container .nav-main .nav-box ul li .submenu .inner .img-wrap svg {
    font-size: 30px;
    color: #003b6d;
}

.nav-container .nav-main .nav-box ul li .submenu.has-4-items {
    width: 760px;
    right: 0;
}
.nav-container .nav-main .nav-box ul li .submenu.has-4-items li {
    width: 50%;
    margin: 0;
    display: block;
    box-sizing: border-box;
    float: left;
}

.nav-container .nav-main .nav-box ul li .submenu.has-4-items.School{
    width: 1380px;
}
.nav-container .nav-main .nav-box ul li .submenu.has-4-items.School li{
    width: 25%;
    margin: 0;
    display: block;
    box-sizing: border-box;
    float: left;
}

.nav-container .nav-main .nav-box ul li .submenu.College{
    right: unset;
}

.nav-container .nav-main .nav-box ul li .submenu .subnav{
    display: flex;
    flex-direction: column;
}

.nav-container .nav-main .nav-box ul li .submenu .subnav li a{
    font-size: 17px;
    line-height: 18px;
    font-weight: 400;
    color: #60788C;
    padding-bottom: 5px;
}

.nav-container .nav-main .nav-box ul li .submenu.has-6-items {
    width: 760px;
    right: 0;
}

.nav-container .nav-main .nav-box ul li .submenu.has-6-items li {
    float: left;
    margin: 0;
    width: 50%;
    display: block;
    box-sizing: border-box;
}

.nav-container .nav-main .nav-box ul li:hover .submenu {
    display: inline-block;
    opacity: 1;
    visibility: visible;
}

.kingster-main-menu-search {
    float: left;
    margin-top: -1px;
    margin-left: 10px;
}

.nav-container .nav-mobile{
    display: none;
}
.search-menu-item .submenu{
    width: 100% !important;
    left: 0 !important;
}
#mobile-nav{
    display: none;
}

@media (min-width: 1276px) and (max-width: 1575px){
    .submenu.College.Money, .submenu.Adult{
        right: 0 !important;
    }
}

@media (min-width: 1276px){
    #main-nav{
        display: flex;
    }
    #mobile-nav{
        display: none;
    }
}
@media (max-width: 1275px){
    #main-nav{
        display: none;
    }

    .nav-container .nav-main.mobile-active{
        position: absolute;
        top: 81px;
        left: 0;
        z-index: 10;
        width: 100%;
        height: calc(100vh - 121px);
        background-color: #fff;
        padding: 0;
        -ms-overflow-style: none; /* for Internet Explorer, Edge */
        scrollbar-width: none; /* for Firefox */
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .nav-container .nav-main.mobile-active::-webkit-scrollbar{
        display: none;
    }

    .mobile-active #mobile-nav{
        display: block !important;
        padding-bottom: 80px;
    }

    .nav-container .nav-main .nav-box ul {
        align-items: center;
    }
    .top-link{
        line-height: 30px;
    }

    .nav-mobile{
        display: flex !important;
        margin-right: 30px;
        height: 81px;
        align-items: center;
        cursor: pointer;
        font-size: 26px;
        justify-content: flex-end;
    }

    .nav-mobile .open{
        display: inline-block;
    }
    .nav-mobile .close{
        display: none;
    }
    .mobile-off-canvas-filter > .input-group {
        position: relative;
    }

    .mobile-off-canvas-filter > .input-group:before {
        content: '';
        position: absolute;
        left: 90px;
        width: 20px;
        height: 20px;
        top: 50%;
        transform: translateY(-50%);
        padding-right: 15px;
        font-size: 24px;
        color: #60788C;
        z-index: 10;
        background-image: url('/wp-content/themes/kingster/images/search-regular.svg');
    }
    #mobile-keyword-search{
        padding-left: 2.5em;
    }

    .mobile-search {
        padding: 10px 0;
        width: 100%;
    }
    .mobile-search .mobile-search-form > label {
        width: 100%;
    }
    .mobile-search .mobile-search-form .input-group {
        height: 100%;
    }
    .mobile-search .mobile-search-form .input-group-text {
        background: transparent;
        border-right: none;
        border-top: 1px solid #C4C4C4;
        border-left: none;
        border-bottom: 1px solid #C4C4C4;
        border-radius: 0;
        color: #003b6d;
        font-size: 18px;
        padding: 17.5px 5px 17.5px 10px;
    }
    .mobile-search .mobile-search-form .search-field {
        background: transparent;
        border-left: none;
        border-top: 1px solid #C4C4C4;
        border-right: none;
        border-bottom: 1px solid #C4C4C4;
        border-radius: 0;
        color: #003b6d;
        font-size: 18px;
        padding-bottom: 8px;
        height: 100%;
    }
    .mobile-search .mobile-search-form .search-field::placeholder {
        color: #60788C;
    }
    #mobile-nav .parent {
        font-size: 20px;
        line-height: 20px;
        letter-spacing: normal;
        position: relative;
        font-weight: 700;
        font-style: normal;
        color: #1b3664;
        text-transform: uppercase;
        display: block;
        margin: 0;
    }

    #mobile-nav .parent .top-link{
        display: inline-block;
        text-align: left;
        font-size: 20px;
        line-height: 20px;
        padding: 20px;
        width: 100%;
        position: relative;
    }
    #mobile-nav .parent .top-link:after{
        content: "";
        display: block;
        width: 24px;
        height: 24px;
        background-image: url(/wp-content/themes/kingster/images/chevron-right-regular.svg);
        background-size: 100% 100%;
        position: absolute;
        right: 20px;
        top: 10px;
        transform: rotate(0deg);
    }
    #mobile-nav .parent.open .top-link:after {
        transform: rotate(90deg);
    }
    #mobile-nav .parent.open .submenu{
        display: block;
        visibility: visible;
        opacity: 1;
    }
    #mobile-nav .submenu {
        display: none;
        width: 100%;
        position: inherit;
        top: unset;
        box-shadow: none;
        background-color: #F2F5F8;
        min-width: unset;
        opacity: unset;
    }
    #mobile-nav .submenu .subnav{
        margin-left: 0;
    }
    #mobile-nav .submenu li{
        display: block;
    }
    #mobile-nav .submenu .inner .link-info{
        padding: 15px 0;
    }
    #mobile-nav .submenu .inner .link-title{
        font-size: 17px !important;
    }
    #mobile-nav .submenu .subnav li {
        padding: 5px 0;
    }
    #mobile-nav .submenu .subnav li a{
        text-transform: uppercase;
        font-size: 16px;
        margin: 7px 0 7px 20px;
    }
    body.hidden{
        overflow-y: hidden!important;
        height: 100vh;
        position: fixed;
    }
}

.flex-break{
    flex-basis: 100%;
}

.testimonial-slides-wrapper {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.testimonial-slides-wrapper.slick-initialized {
    visibility: visible;
    opacity: 1;
}

.links a{
    color: #2E75CC !important;
    text-decoration: underline !important;
}

.links a:hover{
    color: #003B6D !important;
}

table tr, table tr th{
    text-align: left;
    font-size: 20px;
}
table thead tr:nth-child(odd){
    background-color: #F2F5F8 !important;
    --bs-table-accent-bg: unset !important;
}
table tr:nth-child(odd){
    background-color: white !important;
    --bs-table-accent-bg: unset !important;
}
table tr:nth-child(even){
    background-color: #F2F5F8 !important;
}
table tbody tr td:first-child{
    font-weight: bold;
}
table tr td, table tr th{
    color: #526371;
}

table tr td{
    padding: 15px;
}

@media (max-width: 600px){
    table>:not(caption)>*>*{
        padding: .25em !important;
    }
    table tr, table tr th{
        font-size: 14px;
    }
    table tbody tr td:first-child {
        font-weight: 600;
        max-width: 140px;
    }
}

.modal{
    z-index: 99999999999 !important;
}

.apply-modal .modal-content{
    background: #FFFFFF;
    border: 1px solid #2E75CC;
    box-shadow: 4px 4px 20px 0 rgba(46,117,204,0.25);
    border-radius: 20px;
}
.apply-modal .modal-content .modal-body{
    max-width: 767px;
    text-align: center;
    margin: 0 auto;
}
.apply-modal button.btn-close:before{
    content: 'Go Back';
    position: absolute;
    width: 90px;
    right: 30px;
    font-size: 14px;
    top: 13px;
    font-weight: 500;
}

.modal-header{
    border-bottom: none;
}

.sticky-header{
    padding: 30px 0 !important;
}

.sticky-header .gdlr-core-button svg{
    font-size: initial !important;
}
.sticky-header svg {
    font-size: 55px;
}

.sticky-header p {
    margin-bottom: 0;
}

.sticky-header .header-links p {
    display: flex;
    justify-content: space-around;
    max-width: 1100px;
    margin: 0 auto;
}

.sticky-header .header-links {
    box-shadow: 0 3px 3px 0 rgb(0 59 109 / 25%);
}

.sticky-header.stuck{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    background: white;
    padding-bottom: 0 !important;
}
.sticky-header.stuck .gdlr-core-pbf-element:first-child{
    display: none;
}
.sticky-header.stuck .gdlr-core-skin-caption{
    display: none;
}

.sticky-header.stuck h1{
    font-size: 28px !important;
}

@media (max-width: 840px){
    .sticky-header .header-links{
        display: none;
    }
    .sticky-header.stuck{
        position: relative !important;
    }
    #media_image-3{
        margin: 0 !important;
    }
}

button#activate-filters {
    font-size: 32px;
    background: #2E75CC;
    width: 80px;
    height: 80px;
    padding: 0;
    color: white;
}
.mobile-off-canvas-filter .input-group, .mobile-off-canvas-filter .input-group input {
    margin-bottom: 0;
}
span#basic-addon1 {
    background: white;
    border: 0;
}
.close-filters {
    cursor: pointer;
    font-size: 33px;
    margin-left: 25px;
    margin-top: -5px;
    color: #60788C;
}

.tribe-events-cal-links{
    display: none;
}

.tribe-events-c-gcal {
    display: none;
}
.tribe-events-c-ical {
    display: none;
}

.wpcf7-select{
    background-image: url(/wp-content/themes/kingster/images/chevron-down-regular.svg) !important;
    background-repeat: no-repeat !important;
    background-size: 15px 15px !important;
    background-position: calc(100% - 15px) calc(1em + 6px) !important;
}
.wpcf7-form-indicator{
    display: none;
}

.role-select{
    max-width: 100%;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    width: 380px;
}
.role-select .inputs-roles{
    width: 100%;
    display: flex;
}
.role-select .inputs-roles .form-check-inline{
    width: 50%;
    flex: 0 0 50%;
    margin:  0;
}
.grade-select{
    max-width: 100%;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    width: 380px;
}
.grade-select select{
    margin:  10px 0;
}

/******** Search Page **********/
nav.navigation.pagination {
    justify-content: center;
}
.search-form .input-group-text {
    padding: 1.25em .75em;
    border-color: #d7d7d7;
    background-color: #FAFCFE;
    border-right: none;
}

.search-form .search-field {
    border-left: none;
    padding-left: 3px;
    border-color: #d7d7d7;
    margin-bottom: 0!important;
    background: #FAFCFE;
    box-shadow: inset 0 1px 5px 0 rgba(46,117,204,0.25);
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 250px !important;
}


/** Circle Graph **/
.rect-auto, .c100.p51 .slice, .c100.p52 .slice, .c100.p53 .slice, .c100.p54 .slice, .c100.p55 .slice, .c100.p56 .slice, .c100.p57 .slice, .c100.p58 .slice, .c100.p59 .slice, .c100.p60 .slice, .c100.p61 .slice, .c100.p62 .slice, .c100.p63 .slice, .c100.p64 .slice, .c100.p65 .slice, .c100.p66 .slice, .c100.p67 .slice, .c100.p68 .slice, .c100.p69 .slice, .c100.p70 .slice, .c100.p71 .slice, .c100.p72 .slice, .c100.p73 .slice, .c100.p74 .slice, .c100.p75 .slice, .c100.p76 .slice, .c100.p77 .slice, .c100.p78 .slice, .c100.p79 .slice, .c100.p80 .slice, .c100.p81 .slice, .c100.p82 .slice, .c100.p83 .slice, .c100.p84 .slice, .c100.p85 .slice, .c100.p86 .slice, .c100.p87 .slice, .c100.p88 .slice, .c100.p89 .slice, .c100.p90 .slice, .c100.p91 .slice, .c100.p92 .slice, .c100.p93 .slice, .c100.p94 .slice, .c100.p95 .slice, .c100.p96 .slice, .c100.p97 .slice, .c100.p98 .slice, .c100.p99 .slice, .c100.p100 .slice {
    clip: rect(auto, auto, auto, auto);
}

.pie, .c100 .bar, .c100.p51 .fill, .c100.p52 .fill, .c100.p53 .fill, .c100.p54 .fill, .c100.p55 .fill, .c100.p56 .fill, .c100.p57 .fill, .c100.p58 .fill, .c100.p59 .fill, .c100.p60 .fill, .c100.p61 .fill, .c100.p62 .fill, .c100.p63 .fill, .c100.p64 .fill, .c100.p65 .fill, .c100.p66 .fill, .c100.p67 .fill, .c100.p68 .fill, .c100.p69 .fill, .c100.p70 .fill, .c100.p71 .fill, .c100.p72 .fill, .c100.p73 .fill, .c100.p74 .fill, .c100.p75 .fill, .c100.p76 .fill, .c100.p77 .fill, .c100.p78 .fill, .c100.p79 .fill, .c100.p80 .fill, .c100.p81 .fill, .c100.p82 .fill, .c100.p83 .fill, .c100.p84 .fill, .c100.p85 .fill, .c100.p86 .fill, .c100.p87 .fill, .c100.p88 .fill, .c100.p89 .fill, .c100.p90 .fill, .c100.p91 .fill, .c100.p92 .fill, .c100.p93 .fill, .c100.p94 .fill, .c100.p95 .fill, .c100.p96 .fill, .c100.p97 .fill, .c100.p98 .fill, .c100.p99 .fill, .c100.p100 .fill {
    position: absolute;
    border: 0.08em solid #12275b;
    width: 0.84em;
    height: 0.84em;
    clip: rect(0em, 0.5em, 1em, 0em);
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.pie-fill, .c100.p51 .bar:after, .c100.p51 .fill, .c100.p52 .bar:after, .c100.p52 .fill, .c100.p53 .bar:after, .c100.p53 .fill, .c100.p54 .bar:after, .c100.p54 .fill, .c100.p55 .bar:after, .c100.p55 .fill, .c100.p56 .bar:after, .c100.p56 .fill, .c100.p57 .bar:after, .c100.p57 .fill, .c100.p58 .bar:after, .c100.p58 .fill, .c100.p59 .bar:after, .c100.p59 .fill, .c100.p60 .bar:after, .c100.p60 .fill, .c100.p61 .bar:after, .c100.p61 .fill, .c100.p62 .bar:after, .c100.p62 .fill, .c100.p63 .bar:after, .c100.p63 .fill, .c100.p64 .bar:after, .c100.p64 .fill, .c100.p65 .bar:after, .c100.p65 .fill, .c100.p66 .bar:after, .c100.p66 .fill, .c100.p67 .bar:after, .c100.p67 .fill, .c100.p68 .bar:after, .c100.p68 .fill, .c100.p69 .bar:after, .c100.p69 .fill, .c100.p70 .bar:after, .c100.p70 .fill, .c100.p71 .bar:after, .c100.p71 .fill, .c100.p72 .bar:after, .c100.p72 .fill, .c100.p73 .bar:after, .c100.p73 .fill, .c100.p74 .bar:after, .c100.p74 .fill, .c100.p75 .bar:after, .c100.p75 .fill, .c100.p76 .bar:after, .c100.p76 .fill, .c100.p77 .bar:after, .c100.p77 .fill, .c100.p78 .bar:after, .c100.p78 .fill, .c100.p79 .bar:after, .c100.p79 .fill, .c100.p80 .bar:after, .c100.p80 .fill, .c100.p81 .bar:after, .c100.p81 .fill, .c100.p82 .bar:after, .c100.p82 .fill, .c100.p83 .bar:after, .c100.p83 .fill, .c100.p84 .bar:after, .c100.p84 .fill, .c100.p85 .bar:after, .c100.p85 .fill, .c100.p86 .bar:after, .c100.p86 .fill, .c100.p87 .bar:after, .c100.p87 .fill, .c100.p88 .bar:after, .c100.p88 .fill, .c100.p89 .bar:after, .c100.p89 .fill, .c100.p90 .bar:after, .c100.p90 .fill, .c100.p91 .bar:after, .c100.p91 .fill, .c100.p92 .bar:after, .c100.p92 .fill, .c100.p93 .bar:after, .c100.p93 .fill, .c100.p94 .bar:after, .c100.p94 .fill, .c100.p95 .bar:after, .c100.p95 .fill, .c100.p96 .bar:after, .c100.p96 .fill, .c100.p97 .bar:after, .c100.p97 .fill, .c100.p98 .bar:after, .c100.p98 .fill, .c100.p99 .bar:after, .c100.p99 .fill, .c100.p100 .bar:after, .c100.p100 .fill {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fill:after {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#003b6d), to(#003b6d));
    background-image: -webkit-linear-gradient(#003b6d,#003b6d);
    background-image: -moz-linear-gradient(#003b6d,#003b6d);
    background-image: -o-linear-gradient(#003b6d,#003b6d);
    background-image: linear-gradient(#003b6d,#003b6d);
    top: -22px;
    bottom: 0;
    width: 30px;
    clip: 0, 0.5em, 1em, 0 !important;
    clip: rect(0em, 0.5em, 1em, 0em);
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    width: 0.84em;
    z-index: 998.4;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    right: 0 !important;
    left: -20px !important;
    clip: rect(0em, 0.5em, 1em, 0em);
}

.bar:before {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#003b6d), to(#003b6d));
    background-image: -webkit-linear-gradient(#003b6d, #003b6d);
    background-image: -moz-linear-gradient(#003b6d, #003b6d);;
    background-image: -o-linear-gradient(#003b6d, #003b6d);;
    background-image: linear-gradient(#003b6d, #003b6d);;
    top: -22px;
    bottom: 0;
    width: 30px;
    clip: 0, 0.5em, 1em, 0 !important;
    clip: rect(0em, 0.5em, 1em, 0em);
    width: 0.84em;
    z-index: 998.4;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    right: 0 !important;
    left: -22px !important;
    clip: rect(0em, 1em, 0.5em, 0em);
    z-index: 999;
    transform: rotate(270deg);
}

.c100 {
    box-shadow: inset 1px 1.7px 6px 0 rgba(0, 0, 0, 0.06);
    position: relative;
    font-size: 120px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 0 0.1em 0.1em 0;
    margin: 0 auto;
    background-color: #ededed;
}
.c100 *,
.c100 *:before,
.c100 *:after {
    box-sizing: content-box;
}
.c100.center {
    float: none;
    margin: 0 auto;
}
.c100.big {
    font-size: 280px;
}
.c100.small {
    font-size: 80px;
}
.c100 > span {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: -10px;
    width: 280px;
    line-height: 280px;
    font-size: 0.2em;
    font-family: quasimoda-2, "Poppins", sans-serif;
    color: #ededed;
    display: block;
    text-align: center;
    white-space: nowrap;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    background: -webkit-linear-gradient(left, #003b6d, #003b6d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.c100:after {
    position: absolute;
    top: 0.08em;
    left: 0.08em;
    display: block;
    content: " ";
    border-radius: 50%;
    background-color: #fff;
    width: 0.84em;
    height: 0.84em;
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
}
.c100 .slice {
    position: absolute;
    width: 1em;
    height: 1em;
    clip: rect(0em, 1em, 1em, 0.5em);
}
.c100.p1 .bar {
    -webkit-transform: rotate(3.6deg);
    -moz-transform: rotate(3.6deg);
    -ms-transform: rotate(3.6deg);
    -o-transform: rotate(3.6deg);
    transform: rotate(3.6deg);
}
.c100.p2 .bar {
    -webkit-transform: rotate(7.2deg);
    -moz-transform: rotate(7.2deg);
    -ms-transform: rotate(7.2deg);
    -o-transform: rotate(7.2deg);
    transform: rotate(7.2deg);
}
.c100.p3 .bar {
    -webkit-transform: rotate(10.8deg);
    -moz-transform: rotate(10.8deg);
    -ms-transform: rotate(10.8deg);
    -o-transform: rotate(10.8deg);
    transform: rotate(10.8deg);
}
.c100.p4 .bar {
    -webkit-transform: rotate(14.4deg);
    -moz-transform: rotate(14.4deg);
    -ms-transform: rotate(14.4deg);
    -o-transform: rotate(14.4deg);
    transform: rotate(14.4deg);
}
.c100.p5 .bar {
    -webkit-transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
}
.c100.p6 .bar {
    -webkit-transform: rotate(21.6deg);
    -moz-transform: rotate(21.6deg);
    -ms-transform: rotate(21.6deg);
    -o-transform: rotate(21.6deg);
    transform: rotate(21.6deg);
}
.c100.p7 .bar {
    -webkit-transform: rotate(25.2deg);
    -moz-transform: rotate(25.2deg);
    -ms-transform: rotate(25.2deg);
    -o-transform: rotate(25.2deg);
    transform: rotate(25.2deg);
}
.c100.p8 .bar {
    -webkit-transform: rotate(28.8deg);
    -moz-transform: rotate(28.8deg);
    -ms-transform: rotate(28.8deg);
    -o-transform: rotate(28.8deg);
    transform: rotate(28.8deg);
}
.c100.p9 .bar {
    -webkit-transform: rotate(32.4deg);
    -moz-transform: rotate(32.4deg);
    -ms-transform: rotate(32.4deg);
    -o-transform: rotate(32.4deg);
    transform: rotate(32.4deg);
}
.c100.p10 .bar {
    -webkit-transform: rotate(36deg);
    -moz-transform: rotate(36deg);
    -ms-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    transform: rotate(36deg);
}
.c100.p11 .bar {
    -webkit-transform: rotate(39.6deg);
    -moz-transform: rotate(39.6deg);
    -ms-transform: rotate(39.6deg);
    -o-transform: rotate(39.6deg);
    transform: rotate(39.6deg);
}
.c100.p12 .bar {
    -webkit-transform: rotate(43.2deg);
    -moz-transform: rotate(43.2deg);
    -ms-transform: rotate(43.2deg);
    -o-transform: rotate(43.2deg);
    transform: rotate(43.2deg);
}
.c100.p13 .bar {
    -webkit-transform: rotate(46.8deg);
    -moz-transform: rotate(46.8deg);
    -ms-transform: rotate(46.8deg);
    -o-transform: rotate(46.8deg);
    transform: rotate(46.8deg);
}
.c100.p14 .bar {
    -webkit-transform: rotate(50.4deg);
    -moz-transform: rotate(50.4deg);
    -ms-transform: rotate(50.4deg);
    -o-transform: rotate(50.4deg);
    transform: rotate(50.4deg);
}
.c100.p15 .bar {
    -webkit-transform: rotate(54deg);
    -moz-transform: rotate(54deg);
    -ms-transform: rotate(54deg);
    -o-transform: rotate(54deg);
    transform: rotate(54deg);
}
.c100.p16 .bar {
    -webkit-transform: rotate(57.6deg);
    -moz-transform: rotate(57.6deg);
    -ms-transform: rotate(57.6deg);
    -o-transform: rotate(57.6deg);
    transform: rotate(57.6deg);
}
.c100.p17 .bar {
    -webkit-transform: rotate(61.2deg);
    -moz-transform: rotate(61.2deg);
    -ms-transform: rotate(61.2deg);
    -o-transform: rotate(61.2deg);
    transform: rotate(61.2deg);
}
.c100.p18 .bar {
    -webkit-transform: rotate(64.8deg);
    -moz-transform: rotate(64.8deg);
    -ms-transform: rotate(64.8deg);
    -o-transform: rotate(64.8deg);
    transform: rotate(64.8deg);
}
.c100.p19 .bar {
    -webkit-transform: rotate(68.4deg);
    -moz-transform: rotate(68.4deg);
    -ms-transform: rotate(68.4deg);
    -o-transform: rotate(68.4deg);
    transform: rotate(68.4deg);
}
.c100.p20 .bar {
    -webkit-transform: rotate(72deg);
    -moz-transform: rotate(72deg);
    -ms-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    transform: rotate(72deg);
}
.c100.p21 .bar {
    -webkit-transform: rotate(75.6deg);
    -moz-transform: rotate(75.6deg);
    -ms-transform: rotate(75.6deg);
    -o-transform: rotate(75.6deg);
    transform: rotate(75.6deg);
}
.c100.p22 .bar {
    -webkit-transform: rotate(79.2deg);
    -moz-transform: rotate(79.2deg);
    -ms-transform: rotate(79.2deg);
    -o-transform: rotate(79.2deg);
    transform: rotate(79.2deg);
}
.c100.p23 .bar {
    -webkit-transform: rotate(82.8deg);
    -moz-transform: rotate(82.8deg);
    -ms-transform: rotate(82.8deg);
    -o-transform: rotate(82.8deg);
    transform: rotate(82.8deg);
}
.c100.p24 .bar {
    -webkit-transform: rotate(86.4deg);
    -moz-transform: rotate(86.4deg);
    -ms-transform: rotate(86.4deg);
    -o-transform: rotate(86.4deg);
    transform: rotate(86.4deg);
}
.c100.p25 .bar {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.c100.p26 .bar {
    -webkit-transform: rotate(93.6deg);
    -moz-transform: rotate(93.6deg);
    -ms-transform: rotate(93.6deg);
    -o-transform: rotate(93.6deg);
    transform: rotate(93.6deg);
}
.c100.p27 .bar {
    -webkit-transform: rotate(97.2deg);
    -moz-transform: rotate(97.2deg);
    -ms-transform: rotate(97.2deg);
    -o-transform: rotate(97.2deg);
    transform: rotate(97.2deg);
}
.c100.p28 .bar {
    -webkit-transform: rotate(100.8deg);
    -moz-transform: rotate(100.8deg);
    -ms-transform: rotate(100.8deg);
    -o-transform: rotate(100.8deg);
    transform: rotate(100.8deg);
}
.c100.p29 .bar {
    -webkit-transform: rotate(104.4deg);
    -moz-transform: rotate(104.4deg);
    -ms-transform: rotate(104.4deg);
    -o-transform: rotate(104.4deg);
    transform: rotate(104.4deg);
}
.c100.p30 .bar {
    -webkit-transform: rotate(108deg);
    -moz-transform: rotate(108deg);
    -ms-transform: rotate(108deg);
    -o-transform: rotate(108deg);
    transform: rotate(108deg);
}
.c100.p31 .bar {
    -webkit-transform: rotate(111.6deg);
    -moz-transform: rotate(111.6deg);
    -ms-transform: rotate(111.6deg);
    -o-transform: rotate(111.6deg);
    transform: rotate(111.6deg);
}
.c100.p32 .bar {
    -webkit-transform: rotate(115.2deg);
    -moz-transform: rotate(115.2deg);
    -ms-transform: rotate(115.2deg);
    -o-transform: rotate(115.2deg);
    transform: rotate(115.2deg);
}
.c100.p33 .bar {
    -webkit-transform: rotate(118.8deg);
    -moz-transform: rotate(118.8deg);
    -ms-transform: rotate(118.8deg);
    -o-transform: rotate(118.8deg);
    transform: rotate(118.8deg);
}
.c100.p34 .bar {
    -webkit-transform: rotate(122.4deg);
    -moz-transform: rotate(122.4deg);
    -ms-transform: rotate(122.4deg);
    -o-transform: rotate(122.4deg);
    transform: rotate(122.4deg);
}
.c100.p35 .bar {
    -webkit-transform: rotate(126deg);
    -moz-transform: rotate(126deg);
    -ms-transform: rotate(126deg);
    -o-transform: rotate(126deg);
    transform: rotate(126deg);
}
.c100.p36 .bar {
    -webkit-transform: rotate(129.6deg);
    -moz-transform: rotate(129.6deg);
    -ms-transform: rotate(129.6deg);
    -o-transform: rotate(129.6deg);
    transform: rotate(129.6deg);
}
.c100.p37 .bar {
    -webkit-transform: rotate(133.2deg);
    -moz-transform: rotate(133.2deg);
    -ms-transform: rotate(133.2deg);
    -o-transform: rotate(133.2deg);
    transform: rotate(133.2deg);
}
.c100.p38 .bar {
    -webkit-transform: rotate(136.8deg);
    -moz-transform: rotate(136.8deg);
    -ms-transform: rotate(136.8deg);
    -o-transform: rotate(136.8deg);
    transform: rotate(136.8deg);
}
.c100.p39 .bar {
    -webkit-transform: rotate(140.4deg);
    -moz-transform: rotate(140.4deg);
    -ms-transform: rotate(140.4deg);
    -o-transform: rotate(140.4deg);
    transform: rotate(140.4deg);
}
.c100.p40 .bar {
    -webkit-transform: rotate(144deg);
    -moz-transform: rotate(144deg);
    -ms-transform: rotate(144deg);
    -o-transform: rotate(144deg);
    transform: rotate(144deg);
}
.c100.p41 .bar {
    -webkit-transform: rotate(147.6deg);
    -moz-transform: rotate(147.6deg);
    -ms-transform: rotate(147.6deg);
    -o-transform: rotate(147.6deg);
    transform: rotate(147.6deg);
}
.c100.p42 .bar {
    -webkit-transform: rotate(151.2deg);
    -moz-transform: rotate(151.2deg);
    -ms-transform: rotate(151.2deg);
    -o-transform: rotate(151.2deg);
    transform: rotate(151.2deg);
}
.c100.p43 .bar {
    -webkit-transform: rotate(154.8deg);
    -moz-transform: rotate(154.8deg);
    -ms-transform: rotate(154.8deg);
    -o-transform: rotate(154.8deg);
    transform: rotate(154.8deg);
}
.c100.p44 .bar {
    -webkit-transform: rotate(158.4deg);
    -moz-transform: rotate(158.4deg);
    -ms-transform: rotate(158.4deg);
    -o-transform: rotate(158.4deg);
    transform: rotate(158.4deg);
}
.c100.p45 .bar {
    -webkit-transform: rotate(162deg);
    -moz-transform: rotate(162deg);
    -ms-transform: rotate(162deg);
    -o-transform: rotate(162deg);
    transform: rotate(162deg);
}
.c100.p46 .bar {
    -webkit-transform: rotate(165.6deg);
    -moz-transform: rotate(165.6deg);
    -ms-transform: rotate(165.6deg);
    -o-transform: rotate(165.6deg);
    transform: rotate(165.6deg);
}
.c100.p47 .bar {
    -webkit-transform: rotate(169.2deg);
    -moz-transform: rotate(169.2deg);
    -ms-transform: rotate(169.2deg);
    -o-transform: rotate(169.2deg);
    transform: rotate(169.2deg);
}
.c100.p48 .bar {
    -webkit-transform: rotate(172.8deg);
    -moz-transform: rotate(172.8deg);
    -ms-transform: rotate(172.8deg);
    -o-transform: rotate(172.8deg);
    transform: rotate(172.8deg);
}
.c100.p49 .bar {
    -webkit-transform: rotate(176.4deg);
    -moz-transform: rotate(176.4deg);
    -ms-transform: rotate(176.4deg);
    -o-transform: rotate(176.4deg);
    transform: rotate(176.4deg);
}
.c100.p50 .bar {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.c100.p51 .bar {
    -webkit-transform: rotate(183.6deg);
    -moz-transform: rotate(183.6deg);
    -ms-transform: rotate(183.6deg);
    -o-transform: rotate(183.6deg);
    transform: rotate(183.6deg);
}
.c100.p52 .bar {
    -webkit-transform: rotate(187.2deg);
    -moz-transform: rotate(187.2deg);
    -ms-transform: rotate(187.2deg);
    -o-transform: rotate(187.2deg);
    transform: rotate(187.2deg);
}
.c100.p53 .bar {
    -webkit-transform: rotate(190.8deg);
    -moz-transform: rotate(190.8deg);
    -ms-transform: rotate(190.8deg);
    -o-transform: rotate(190.8deg);
    transform: rotate(190.8deg);
}
.c100.p54 .bar {
    -webkit-transform: rotate(194.4deg);
    -moz-transform: rotate(194.4deg);
    -ms-transform: rotate(194.4deg);
    -o-transform: rotate(194.4deg);
    transform: rotate(194.4deg);
}
.c100.p55 .bar {
    -webkit-transform: rotate(198deg);
    -moz-transform: rotate(198deg);
    -ms-transform: rotate(198deg);
    -o-transform: rotate(198deg);
    transform: rotate(198deg);
}
.c100.p56 .bar {
    -webkit-transform: rotate(201.6deg);
    -moz-transform: rotate(201.6deg);
    -ms-transform: rotate(201.6deg);
    -o-transform: rotate(201.6deg);
    transform: rotate(201.6deg);
}
.c100.p57 .bar {
    -webkit-transform: rotate(205.2deg);
    -moz-transform: rotate(205.2deg);
    -ms-transform: rotate(205.2deg);
    -o-transform: rotate(205.2deg);
    transform: rotate(205.2deg);
}
.c100.p58 .bar {
    -webkit-transform: rotate(208.8deg);
    -moz-transform: rotate(208.8deg);
    -ms-transform: rotate(208.8deg);
    -o-transform: rotate(208.8deg);
    transform: rotate(208.8deg);
}
.c100.p59 .bar {
    -webkit-transform: rotate(212.4deg);
    -moz-transform: rotate(212.4deg);
    -ms-transform: rotate(212.4deg);
    -o-transform: rotate(212.4deg);
    transform: rotate(212.4deg);
}
.c100.p60 .bar {
    -webkit-transform: rotate(216deg);
    -moz-transform: rotate(216deg);
    -ms-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    transform: rotate(216deg);
}
.c100.p61 .bar {
    -webkit-transform: rotate(219.6deg);
    -moz-transform: rotate(219.6deg);
    -ms-transform: rotate(219.6deg);
    -o-transform: rotate(219.6deg);
    transform: rotate(219.6deg);
}
.c100.p62 .bar {
    -webkit-transform: rotate(223.2deg);
    -moz-transform: rotate(223.2deg);
    -ms-transform: rotate(223.2deg);
    -o-transform: rotate(223.2deg);
    transform: rotate(223.2deg);
}
.c100.p63 .bar {
    -webkit-transform: rotate(226.8deg);
    -moz-transform: rotate(226.8deg);
    -ms-transform: rotate(226.8deg);
    -o-transform: rotate(226.8deg);
    transform: rotate(226.8deg);
}
.c100.p64 .bar {
    -webkit-transform: rotate(230.4deg);
    -moz-transform: rotate(230.4deg);
    -ms-transform: rotate(230.4deg);
    -o-transform: rotate(230.4deg);
    transform: rotate(230.4deg);
}
.c100.p65 .bar {
    -webkit-transform: rotate(234deg);
    -moz-transform: rotate(234deg);
    -ms-transform: rotate(234deg);
    -o-transform: rotate(234deg);
    transform: rotate(234deg);
}
.c100.p66 .bar {
    -webkit-transform: rotate(237.6deg);
    -moz-transform: rotate(237.6deg);
    -ms-transform: rotate(237.6deg);
    -o-transform: rotate(237.6deg);
    transform: rotate(237.6deg);
}
.c100.p67 .bar {
    -webkit-transform: rotate(241.2deg);
    -moz-transform: rotate(241.2deg);
    -ms-transform: rotate(241.2deg);
    -o-transform: rotate(241.2deg);
    transform: rotate(241.2deg);
}
.c100.p68 .bar {
    -webkit-transform: rotate(244.8deg);
    -moz-transform: rotate(244.8deg);
    -ms-transform: rotate(244.8deg);
    -o-transform: rotate(244.8deg);
    transform: rotate(244.8deg);
}
.c100.p69 .bar {
    -webkit-transform: rotate(248.4deg);
    -moz-transform: rotate(248.4deg);
    -ms-transform: rotate(248.4deg);
    -o-transform: rotate(248.4deg);
    transform: rotate(248.4deg);
}
.c100.p70 .bar {
    -webkit-transform: rotate(252deg);
    -moz-transform: rotate(252deg);
    -ms-transform: rotate(252deg);
    -o-transform: rotate(252deg);
    transform: rotate(252deg);
}
.c100.p71 .bar {
    -webkit-transform: rotate(255.6deg);
    -moz-transform: rotate(255.6deg);
    -ms-transform: rotate(255.6deg);
    -o-transform: rotate(255.6deg);
    transform: rotate(255.6deg);
}
.c100.p72 .bar {
    -webkit-transform: rotate(259.2deg);
    -moz-transform: rotate(259.2deg);
    -ms-transform: rotate(259.2deg);
    -o-transform: rotate(259.2deg);
    transform: rotate(259.2deg);
}
.c100.p73 .bar {
    -webkit-transform: rotate(262.8deg);
    -moz-transform: rotate(262.8deg);
    -ms-transform: rotate(262.8deg);
    -o-transform: rotate(262.8deg);
    transform: rotate(262.8deg);
}
.c100.p74 .bar {
    -webkit-transform: rotate(266.4deg);
    -moz-transform: rotate(266.4deg);
    -ms-transform: rotate(266.4deg);
    -o-transform: rotate(266.4deg);
    transform: rotate(266.4deg);
}
.c100.p75 .bar {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.c100.p76 .bar {
    -webkit-transform: rotate(273.6deg);
    -moz-transform: rotate(273.6deg);
    -ms-transform: rotate(273.6deg);
    -o-transform: rotate(273.6deg);
    transform: rotate(273.6deg);
}
.c100.p77 .bar {
    -webkit-transform: rotate(277.2deg);
    -moz-transform: rotate(277.2deg);
    -ms-transform: rotate(277.2deg);
    -o-transform: rotate(277.2deg);
    transform: rotate(277.2deg);
}
.c100.p78 .bar {
    -webkit-transform: rotate(280.8deg);
    -moz-transform: rotate(280.8deg);
    -ms-transform: rotate(280.8deg);
    -o-transform: rotate(280.8deg);
    transform: rotate(280.8deg);
}
.c100.p79 .bar {
    -webkit-transform: rotate(284.4deg);
    -moz-transform: rotate(284.4deg);
    -ms-transform: rotate(284.4deg);
    -o-transform: rotate(284.4deg);
    transform: rotate(284.4deg);
}
.c100.p80 .bar {
    -webkit-transform: rotate(288deg);
    -moz-transform: rotate(288deg);
    -ms-transform: rotate(288deg);
    -o-transform: rotate(288deg);
    transform: rotate(288deg);
}
.c100.p81 .bar {
    -webkit-transform: rotate(291.6deg);
    -moz-transform: rotate(291.6deg);
    -ms-transform: rotate(291.6deg);
    -o-transform: rotate(291.6deg);
    transform: rotate(291.6deg);
}
.c100.p82 .bar {
    -webkit-transform: rotate(295.2deg);
    -moz-transform: rotate(295.2deg);
    -ms-transform: rotate(295.2deg);
    -o-transform: rotate(295.2deg);
    transform: rotate(295.2deg);
}
.c100.p83 .bar {
    -webkit-transform: rotate(298.8deg);
    -moz-transform: rotate(298.8deg);
    -ms-transform: rotate(298.8deg);
    -o-transform: rotate(298.8deg);
    transform: rotate(298.8deg);
}
.c100.p84 .bar {
    -webkit-transform: rotate(302.4deg);
    -moz-transform: rotate(302.4deg);
    -ms-transform: rotate(302.4deg);
    -o-transform: rotate(302.4deg);
    transform: rotate(302.4deg);
}
.c100.p85 .bar {
    -webkit-transform: rotate(306deg);
    -moz-transform: rotate(306deg);
    -ms-transform: rotate(306deg);
    -o-transform: rotate(306deg);
    transform: rotate(306deg);
}
.c100.p86 .bar {
    -webkit-transform: rotate(309.6deg);
    -moz-transform: rotate(309.6deg);
    -ms-transform: rotate(309.6deg);
    -o-transform: rotate(309.6deg);
    transform: rotate(309.6deg);
}
.c100.p87 .bar {
    -webkit-transform: rotate(313.2deg);
    -moz-transform: rotate(313.2deg);
    -ms-transform: rotate(313.2deg);
    -o-transform: rotate(313.2deg);
    transform: rotate(313.2deg);
}
.c100.p88 .bar {
    -webkit-transform: rotate(316.8deg);
    -moz-transform: rotate(316.8deg);
    -ms-transform: rotate(316.8deg);
    -o-transform: rotate(316.8deg);
    transform: rotate(316.8deg);
}
.c100.p89 .bar {
    -webkit-transform: rotate(320.4deg);
    -moz-transform: rotate(320.4deg);
    -ms-transform: rotate(320.4deg);
    -o-transform: rotate(320.4deg);
    transform: rotate(320.4deg);
}
.c100.p90 .bar {
    -webkit-transform: rotate(324deg);
    -moz-transform: rotate(324deg);
    -ms-transform: rotate(324deg);
    -o-transform: rotate(324deg);
    transform: rotate(324deg);
}
.c100.p91 .bar {
    -webkit-transform: rotate(327.6deg);
    -moz-transform: rotate(327.6deg);
    -ms-transform: rotate(327.6deg);
    -o-transform: rotate(327.6deg);
    transform: rotate(327.6deg);
}
.c100.p92 .bar {
    -webkit-transform: rotate(331.2deg);
    -moz-transform: rotate(331.2deg);
    -ms-transform: rotate(331.2deg);
    -o-transform: rotate(331.2deg);
    transform: rotate(331.2deg);
}
.c100.p93 .bar {
    -webkit-transform: rotate(334.8deg);
    -moz-transform: rotate(334.8deg);
    -ms-transform: rotate(334.8deg);
    -o-transform: rotate(334.8deg);
    transform: rotate(334.8deg);
}
.c100.p94 .bar {
    -webkit-transform: rotate(338.4deg);
    -moz-transform: rotate(338.4deg);
    -ms-transform: rotate(338.4deg);
    -o-transform: rotate(338.4deg);
    transform: rotate(338.4deg);
}
.c100.p95 .bar {
    -webkit-transform: rotate(342deg);
    -moz-transform: rotate(342deg);
    -ms-transform: rotate(342deg);
    -o-transform: rotate(342deg);
    transform: rotate(342deg);
}
.c100.p96 .bar {
    -webkit-transform: rotate(345.6deg);
    -moz-transform: rotate(345.6deg);
    -ms-transform: rotate(345.6deg);
    -o-transform: rotate(345.6deg);
    transform: rotate(345.6deg);
}
.c100.p97 .bar {
    -webkit-transform: rotate(349.2deg);
    -moz-transform: rotate(349.2deg);
    -ms-transform: rotate(349.2deg);
    -o-transform: rotate(349.2deg);
    transform: rotate(349.2deg);
}
.c100.p98 .bar {
    -webkit-transform: rotate(352.8deg);
    -moz-transform: rotate(352.8deg);
    -ms-transform: rotate(352.8deg);
    -o-transform: rotate(352.8deg);
    transform: rotate(352.8deg);
}
.c100.p99 .bar {
    -webkit-transform: rotate(356.4deg);
    -moz-transform: rotate(356.4deg);
    -ms-transform: rotate(356.4deg);
    -o-transform: rotate(356.4deg);
    transform: rotate(356.4deg);
}
.c100.p100 .bar {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.c100:after {
    top: 0.13em;
    left: 0.13em;
    width: 0.74em;
    height: 0.74em;
}
.tribe-events-view--shortcode{
    min-height: auto !important;
}
.tribe-events-view--shortcode .tribe-common-l-container{L
    padding-bottom: 42px !important;
    padding-top: 42px !important;
    min-height: auto !important;
}

.tribe-common-h3, .tribe-events-c-top-bar__datepicker-time {
    font-family: quasimoda-2, sans-serif;
}
.datepicker-days table tr th, .datepicker-months table tr th{
    background-color: #f2f5f8 !important;
}
.tribe-events-c-nav__next-label, .tribe-events-c-nav__prev-label, .tribe-common-b2, .tribe-common-h7, .tribe-events-pro-summary__event-date-tag-weekday, .tribe-events-pro-summary__event-datetime, .tribe-event-date-start, .tribe-event-date-end{
    font-family: quasimoda, Helvetica, sans-serif;
}

.tribe-events-calendar-month__header tr th{
    width: 100% !important;
}
.tribe-events-calendar-month__header tr th div{
    color: white !important;
    text-align: center !important;
}
.gdlr-core-toggle-box-item-icon .gdlr-core-skin-icon{
    margin-top: 7px;
    width: 28px;
    font-weight: bold;
}
.gdlr-core-toggle-box-item-icon .gdlr-core-skin-icon::before{
    font-size: 28px;
}
.gdlr-core-toggle-box-item-icon.gdlr-core-js.gdlr-core-skin-icon{
    color: #003b6d !important;
    line-height: 2.5;
}

.gdlr-core-toggle-box-style-icon .gdlr-core-toggle-box-item-title{
    color: #003b6d !important;
    font-weight: 600 !important;
    font-size: 26px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    line-height: 34px !important;
    margin-top: 7px !important;
}

.gdlr-core-text-box-item-content p{
    font-size: 19px !important;
    line-height: 26px;
}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    min-width: 110px;
}
.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-label {
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: .5rem;
}
@media (max-width: 640px) {
    .learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details {
        margin-left: 1.25em !important;
        margin-top: .75em !important;
    }
}
@media (max-width: 768px) {
    .learndash-wrapper .ld-quiz-actions {
        flex-direction: column !important;
    }
    .learndash-wrapper .ld-quiz-actions .quiz_continue_link{
        order: 3;
    }
    .learndash-wrapper .ld-quiz-actions .quiz_continue_link a{
        margin-left: 0 !important;
    }
    .learndash-wrapper .ld-quiz-actions .wpProQuiz_button.wpProQuiz_button_restartQuiz{
        order: 1;
    }
    .learndash-wrapper .ld-quiz-actions .wpProQuiz_button.wpProQuiz_button.wpProQuiz_button_reShowQuestion{
        order: 2;
    }
}

ul.select2-selection__rendered {
    margin-left: 0;
}

