/* BUTTON GROUPS */
.btn-box .btn.btn-s {
    padding: 11px 10px;
}

/* BUTTON GROUPS SPECIAL */
.btn-groups-browse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.btn-groups-browse a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
            -ms-flex: 1 0 30%;
                flex: 1 0 30%;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
     -webkit-box-pack: center;
        -ms-flex-pack: center;
    justify-content: center;
    max-width: 30%;
    border: 1px solid #000000;
    height: 42px;
    color: #000000;
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .2s ease-in-out;
         -o-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
    padding: 10px 10px; 
    margin-bottom: 5px;
}
.btn-groups-browse a:hover {
    color: white;
    background-color: black;
}
.btn-groups-browse a:nth-child(2), 
.btn-groups-browse a:nth-child(5) {
    margin: 0 20px 20px; 
}
.btn-groups-browse a .custom-tooltip .data-tooltip {
    margin: 0 0 0 10px; 
}
@media screen and (max-width: 1024px) {
    .btn-groups-browse a {
        min-width: 95%;
        margin: 0px 0px 15px 0px; 
    }
    .btn-groups-browse a:nth-child(2), 
    .btn-groups-browse a:nth-child(5) {
        margin: 0px 0px 15px 0px; 
    }
}
@media screen and (max-width: 1024px) {
    .btn-groups-browse a {
        min-width: 100%;
    }
}
.btn-groups-browse-actions {
    width: 100%;
    position: relative;
    margin: 0px 0px 15px 0px;
}
.btn-groups-browse-actions.two-items > a {
    width: 47%;
}
.btn-groups-browse-actions.two-items > a:nth-child(2) {
    float: right;
}

/* BUTTONS */
.btn {
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    padding: 21px 20px;    
    text-align: center;
    position: relative;
    display: inline-block;
    border: 1px solid #000;
    background-color: transparent;
    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn.btn-blue {
    color: #FFF;
    background-color: #009DBB;
    border: 1px solid #009DBB;
}
.btn.btn-blue:hover {
    border-color: #009DBB;
    background-color: #05859F;
}

/* BUTTONS: FAVORITES */
.btn-favorite {
    margin: auto 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.btn.btn-favorite svg {
    margin: 0px 7px -5px 0px;
}
.btn-favorite svg path {
    fill: transparent; 
}
.btn-favorite svg #Fill-1 {
    fill: #000000; 
}
.btn-favorite.active svg path {
    fill: #009DBB; 
}
.btn-favorite.active svg #Fill-1 {
    fill: #009DBB;
}
.btn-favorite:hover svg path {
    fill: #FFFFFF; 
}
.btn-favorite:hover svg #Fill-1 {
    fill: #FFFFFF;
}
.btn-favorite .hidden-text {
    display: inline-block;
    font-size: 0;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s; 
}
.btn-favorite.active {
    font-size: 0; 
}
.btn-favorite.active .hidden-text {
    font-size: 12px; 
}

/* BUTTONS: MATCH */
.btn-match {
    width: 100%;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    padding: 21px 20px;    
    text-align: center;
    position: relative;
    display: inline-block;
    border: 1px solid #000;
    background-color: transparent;
    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn-match.btn-s {
    padding: 11px 20px;
}
.btn-match.btn-blue {
    color: #FFF;
    background-color: #009DBB;
    border: 1px solid #009DBB;
}
.btn-match.btn-blue:hover {
    border-color: #009DBB;
    background-color: #05859F;
}

/* BUTTONS: FIT */
.btn-fit {
    width: 100%;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
    padding: 21px 20px;    
    text-align: center;
    position: relative;
    display: inline-block;
    border: 1px solid #000;
    background-color: transparent;
    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn-fit.btn-s {
    padding: 11px 20px;
}
.btn-fit.btn-blue {
    color: #FFF;
    background-color: #009DBB;
    border: 1px solid #009DBB;
}
.btn-fit.btn-blue:hover {
    border-color: #009DBB;
    background-color: #05859F;
}

/* BUTTONS: SHARE INTEREST */
.btn-share-interest {
    margin: auto 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.btn-share-interest svg {
    margin: 0px 7px -3px 0px;
}
.btn-share-interest svg path, .btn-share-interest svg use {
    fill: #000000; 
}
.btn-share-interest:hover svg path, .btn-share-interest:hover svg use {
    fill: #FFFFFF !important; 
}.component-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(174, 174, 174, 0.88);
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    z-index: -1;
    opacity: 0;
       -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
    -webkit-transition: .4s ease-in-out; 
            transition: .4s ease-in-out; 
}
.component-modal.active, .component-modal.run {
    opacity: 1; 
    z-index: 100000;
}
.component-modal .modal-dialog {
    width: 60%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
       -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center;
    padding: 20px 20px; 
}
.component-modal .modal-dialog.modal-alert {
    padding: 150px 100px;
}
.component-modal .modal-dialog .icons-alert {
    margin-bottom: 65px;
    width: 80px; 
}
.component-modal .modal-dialog .icons-alert .swiper-slide {
    background: #FFF; 
}
.component-modal .modal-dialog .icons-alert .svg .st0 {
    stroke-width: 3px;
    stroke-dasharray: 99.47578430175781px;
    stroke-dashoffset: -99.47578430175781px;
    fill: transparent;
    transition: stroke-dashoffset 1s linear 2.5s, fill 2s; 
}
.component-modal .modal-dialog .icons-alert .svg .st12s {
    stroke-width: 1px;
    stroke-dasharray: 99.47578430175781px;
    stroke-dashoffset: -99.47578430175781px;
    fill: transparent;
    transition: stroke-dashoffset 1s linear 2.5s, fill 2s; 
}
.component-modal .modal-dialog .icons-alert .swiper-slide.swiper-slide-active .svg.an .st0 {
    stroke-dashoffset: 0px;
    transition: stroke-dashoffset 1.5s linear , fill 2.5s; 
}
.component-modal .modal-dialog .icons-alert .swiper-slide.swiper-slide-active .svg.an .st12s {
    stroke-dashoffset: 0px;
    fill: #000;
    transition: stroke-dashoffset 1.5s linear , fill 2.5s; 
}
.component-modal .modal-dialog.modal-alert h3 {
    margin: 0 0 25px;
    color: #343434;
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    height: 50px; 
}

@media screen and (max-width: 1440px) {
    .component-modal .modal-dialog {
        width: 80%;
    }
}
@media screen and (max-width: 1024px) {
    .component-modal .modal-dialog {
        padding: 80px;
        width: 90%; }
    .component-modal .modal-dialog h3 {
        text-align: center; 
    }
    .component-modal .modal-dialog .progress-bar {
        margin-top: 50px; 
    }
}
@media screen and (max-width: 768px) {
    .component-modal .modal-dialog {
        padding: 60px 60px 80px; 
    }
    .component-modal .modal-dialog.modal-alert h3 {
        line-height: 30px;
        font-size: 22px;
        height: auto; 
    }
    .component-modal .modal-dialog .icons-alert {
        margin-bottom: 30px; 
    }
    .component-modal .modal-dialog .progress-bar {
        margin-top: 0px; 
    }
}
@media screen and (max-width: 767px) {
    .component-modal .modal-dialog {
        padding: 40px 40px 80px; 
    }
    .component-modal .modal-dialog.modal-alert h3 {
        min-height: 70px;
        margin-bottom: 15px; 
    }
}
@media screen and (max-width: 480px) {
    .component-modal .modal-dialog {
        padding: 40px 20px 80px; 
    }
}

.component-modal-chart {
    background: #fff;
    border: 1px solid #000;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-flex: 1 0 50%;
                -ms-flex: 1 0 50%;
                    flex: 1 0 50%;
    max-width: 50%;
    max-height: 61%;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
       -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center; 
}
.component-modal-chart {
    background: #fff;
    border: 1px solid #000;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-flex: 1 0 50%;
            -ms-flex: 1 0 50%;
                flex: 1 0 50%;
    max-width: 50%;
    max-height: 61%;
    z-index: 100001;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
       -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
    -webkit-box-align: center;
       -ms-flex-align: center;
          align-items: center; 
}
.component-modal-chart span {
    display: inline-block; 
}
.component-modal-chart + .modal-chart-expand + .modal-chart-overlay {
    background: rgba(174, 174, 174, 0.88);
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100; 
}
.modal-chart-expand {
    position: absolute;
    top: 0px;
    bottom: 40px;
    right: 0px;
    cursor: pointer; 
}
@media screen and (max-width: 1680px) {
    .component-modal-chart {
        max-height: 56%; 
    }
}
@media screen and (max-width: 1440px) {
    .component-modal-chart {
        max-height: 62%; 
    }   
}
@media screen and (max-width: 1280px) {
    .component-modal-chart {
        max-height: 53%; 
    }
}
@media screen and (max-width: 1024px) {
    .component-modal-chart {
        max-height: 55%; 
    }
    .modal-chart-expand {
        bottom: 30%; 
    }
}
@media screen and (max-width: 768px) {
    .component-modal-chart {
        -webkit-box-flex: 1 0 80%;
                -ms-flex: 1 0 80%;
                    flex: 1 0 80%;
        max-width: 80%;
        max-height: 60%; 
    }
    .modal-chart-expand {
        bottom: 200px;
        right: 2%; 
        top: auto;
    }
}
@media screen and (max-width: 600px) {
    .component-modal-chart {
        height: 100vh;
        max-height: 100%;
        width: 100%;
        max-width: 100%;
        -webkit-box-flex: 1 0 100%;
                -ms-flex: 1 0 100%;
                    flex: 1 0 100%;
    }
}
@media screen and (max-width: 418px) {
    .component-modal-chart {
        max-height: 45%;
        max-width: 90%;
        -webkit-box-flex: 1 0 90%;
                -ms-flex: 1 0 90%;
                    flex: 1 0 90%;
    }
    .modal-chart-expand {
        right: 0;
        bottom: 15px; 
    }
}.highcharts-container {
    overflow: visible !important;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.chart-spider.personal {
    -webkit-box-flex: 1 0 50%;
            -ms-flex: 1 0 50%;
                flex: 1 0 50%;

    max-width: calc(50% - 35px);
    padding: 0 100px;
    overflow: visible !important;
}
.chart-spider.personal {
    height: 500px;
}
.chart-spider.personal .highcharts-axis-labels.highcharts-xaxis-labels text {
    color: #565656 !important;
    fill: #565656 !important;
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
}
.chart-spider svg {
    overflow: visible;
}
.chart-spider .highcharts-grid-line {
    stroke: #C5C9CD;
}
.chart-spider .highcharts-button-symbol,
.chart-spider .highcharts-button-box,
.chart-spider .highcharts-credits,
.chart-match .highcharts-credits
{
    stroke-width: 0;
    fill: transparent !important;
    color: transparent !important;
}
.chart-spider .highcharts-series-0 .highcharts-point {
    fill: #009dbb;
}
.chart-spider .highcharts-series-0 .highcharts-graph {
    stroke: #009dbb;
}
.chart-spider .highcharts-series-1 .highcharts-point {
    fill: #66b700;
}
.chart-spider .highcharts-series-1 .highcharts-graph {
    stroke: #66b700;
}
.chart-spider .highcharts-axis-labels.highcharts-xaxis-labels text {
    color: #565656 !important;
    fill: #565656 !important;
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
}
.chart-spider .highcharts-tooltip {
    stroke-width: 0;
    fill: transparent !important;
    color: transparent !important;
}
.chart-spider .highcharts-legend-item .highcharts-point,
.chart-spider .highcharts-legend-item .highcharts-graph {
    stroke-width: 0;
    fill: transparent !important;
    color: transparent !important;
}
.chart-spider .highcharts-container {
    transition: .4s ease-in-out;
}
.cultural-fit-matching-chart-content {
    -webkit-box-flex: 1 0 35%;
            -ms-flex: 1 0 35%;
                flex: 1 0 35%;
    max-width: 35%;
}
@media screen and (max-width: 1366px) {
    .chart-spider.personal {
        padding: 0 110px;
    }
    .chart-spider.personal .highcharts-container svg {
        padding-top: 100px;
        height: auto !important;
        width: 90%;
    }
}
@media screen and (max-width: 1280px) {
    .cultural-fit-matching-chart-content {
        -webkit-box-flex: 1 0 45%;
                -ms-flex: 1 0 45%;
                    flex: 1 0 45;
        max-width: 45%;
    }
}
@media screen and (max-width: 1024px) {
    .cultural-fit-matching-chart-content {
        -webkit-box-flex: 1 0 55%;
                -ms-flex: 1 0 55%;
                    flex: 1 0 55%;
        max-width: 55%;
    }
}
@media screen and (max-width: 992px) {
    .cultural-fit-matching-chart-content {
        -webkit-box-flex: 1 0 65%;
                -ms-flex: 1 0 65%;
                    flex: 1 0 65%;
        max-width: 65%;
    }
}
.cultural-fit-matching-chart-content {
    -webkit-box-flex: 1 0 30%;
            -ms-flex: 1 0 30%;
                flex: 1 0 3%;
    max-width: 30%;
}
@media screen and (max-width: 768px) {
    .chart-spider.personal {
        margin-top: 20px;
        -webkit-box-ordinal-group: 4;
                   -ms-flex-order: 3;
                            order: 3;
        -webkit-box-flex: 1 0 100%;
                -ms-flex: 1 0 100%;
                    flex: 1 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .chart-spider.personal .highcharts-container{
        text-align: center !important;
    }
    .chart-spider.personal .highcharts-container svg {
        padding-top: 50px;
        height: auto !important;
        width: 100%;
        max-width: 80%;
    }
}
@media screen and (max-width: 418px) {
    .chart-spider.personal .highcharts-container svg {
        padding: 5%;
    }
}

.cultural-fit-matching-chart-content span {
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 11;
    cursor: pointer;
}
.chart-spider.matching {
    max-height: 251px;
    overflow: visible !important;
}
.chart-spider.matching svg {
    max-height: 251px;
}
.chart-spider.matching .highcharts-axis-labels.highcharts-xaxis-labels text {
    visibility: hidden;
}
.chart-spider.matching .highcharts-legend,
.chart-spider.matching .highcharts-tooltip {
    display: none;
}
.component-modal-chart .chart-spider {
    max-height: 95%;
    padding: 0;
    overflow: visible !important;
}
.component-modal-chart .chart-spider .highcharts-xaxis-labels text {
    color: #565656 !important;
    fill: #565656 !important;
    font-size: 9px !important;
}
.component-modal-chart .chart-spider .highcharts-container {
    width: 100% !important;
    height: 100% !important;
    overflow: visible !important;
    max-height: inherit;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.component-modal-chart .chart-spider .highcharts-container svg {
    text-align: center !important;
    margin: auto;
    display: inherit;
    max-height: inherit;
    overflow: visible !important;
}
.component-modal-chart .chart-spider.matching .highcharts-axis-labels.highcharts-xaxis-labels text {
    visibility: visible;
}
.component-modal-chart .chart-spider.matching .highcharts-tooltip {
    display: inline-block;
}
@media screen and (max-width: 1680px) {
    .component-modal-chart .chart-spider {
        position: relative;
        /*top: -30px;*/
    }
    .component-modal-chart .chart-spider .highcharts-container {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@media screen and (max-width: 1280px) {
    .component-modal-chart .chart-spider {
        /*top: -75px;*/
    }
}
@media screen and (max-width: 1024px) {
    .component-modal-chart .chart-spider {
        /*top: -75px;*/
    }
}
@media screen and (max-width: 768px) {
    .component-modal-chart .chart-spider {
        top: -45px;
    }
}
@media screen and (max-width: 418px) {
    .component-modal-chart .chart-spider {
        top: -60px;
    }
    .component-modal-chart .chart-spider .highcharts-container {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
    }
}
@media screen and (max-width: 320px) {
    .component-modal-chart .chart-spider {
        top: -60px;
    }
    .component-modal-chart .chart-spider .highcharts-container {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}
.chart-bar-container {
    padding: 10px;
    border: 1px solid #EBEBEE;
    margin: 0px 0px 25px 0px
}
.chart-bar .highcharts-color-0 {
    fill: #009dbb;
}
.chart-bar .highcharts-container  {
    text-align: center !important;
}
.chart-bar .highcharts-color-0:first-of-type {
    fill: #76c612;
}
.chart-bar .highcharts-grid path,
.chart-bar .highcharts-button-box path,
.chart-bar .highcharts-yaxis-labels path,
.chart-bar .highcharts-legend-item path {
    fill: transparent;
    stroke-width: 0;
}
.chart-bar .highcharts-axis text,
.chart-bar .highcharts-grid text,
.chart-bar .highcharts-button-box text,
.chart-bar .highcharts-yaxis-labels text,
.chart-bar .highcharts-legend-item text {
    color: transparent !important;
    fill: transparent !important;
}
.chart-bar .highcharts-axis rect,
.chart-bar .highcharts-grid rect,
.chart-bar .highcharts-button-box rect,
.chart-bar .highcharts-yaxis-labels rect,
.chart-bar .highcharts-legend-item rect {
    fill: transparent;
}
.chart-bar .highcharts-button-symbol {
    fill: transparent;
    stroke-width: 0;
}

.highcharts-credits{
    display: none;
}
#toast-container> div {
    opacity: 1;
    border-radius: 0px;
    margin-bottom: 5px !important;
    
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        filter: alpha(opacity=100);
    
}
#toast-container> div:first-child {
    margin-top: 10px !important;
}/* Override theme styles */
.login-content .log .log-form .form-wrapper form .blue {
    margin-bottom: 15px;
}
.component-accounts-login {
    
}
.component-accounts-login .social-login-buttons {
    margin-bottom: 20px;
}
.component-accounts-login .social-login-buttons .btn {
    width: 49.5%;
    border: 0px none;
}
.component-accounts-login .social-login-buttons .btn.connect-facebook {
    background-color: #4267B2;
    border-color: #4267B2;
}
.component-accounts-login .social-login-buttons .btn.connect-linkedin {
    background-color: #0077B5;
    border-color: #0077B5;
}.cultural-fit-questions .swiper-wrapper .swiper-slide {
    padding: 0px 5px 0px 5px;
}/* BROWSE SCHOOLS */
.school-browse-box .school-info .school-location {
    background-image: url('../images/icons/location-pin-gray.svg');
}

/* MATCHING RESULTS */
.recalculate-matching {
    z-index: 10000;
}

/* SCHOOLS COMPARISONS */
.compare-school-profile.visible.active .compare-header {
    z-index: 10000;
}
.compare-table .select2-selection--single .select2-selection__rendered {
    opacity: 1 !important;
}