/*******************************************
:--- Class Profile ---:
*******************************************/

.class-background h2,
.class-background h3 {
    text-align: center;
}

#map {
    width: 100%;
    height: 400px;
}

.gm-style .gm-style-iw-d div {
    color: #000 !important;
}

/* Donut */

.donut-container {
    display: block;
    margin-top: -20px;
}

.donut-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.donut {
    position: relative;
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 20px;
}

.donut-default {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.donut-white {
    width: 70%;
    height: 70%;
    border-radius: 50%;
    background: #FAF8F1;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.donut-text {
    top: 25px;
    left: 25px;
    width: 150px;
    height: 150px;
    background: #FAF8F1;
    border: 3px solid var(--ufl-orange);
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.donut-text span {
    color: var(--ufl-blue);
    text-transform: uppercase;
    font-family: var(--IBM-Plex-Sans);
    font-weight: 700;
    font-weight: normal;
}

.chart1 .donut-case {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--ufl-yellow);
    position: absolute;
    top: 0;
    left: 0;
    background-clip: border-box;
    overflow: hidden;
}

.chart1 .donut-case::before {
    content: "";
    clip: rect(0 200px 100px 0);
    -webkit-transform: rotate(90deg);
    transform: rotate(270deg);
    background: var(--ufl-orange);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.chart1 .donut-case::after {
    content: "";
    clip: rect(0 100px 200px 0);
    transform: rotate(195deg);
    background: var(--ufl-orange);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.chart2 .donut-case {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: var(--ufl-yellow);
    position: absolute;
    top: 0;
    left: 0;
    background-clip: border-box;
    overflow: hidden;
}

.chart2 .donut-case::before {
    content: "";
    clip: rect(0 200px 100px 0);
    transform: rotate(90deg);
    background: var(--ufl-orange);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.chart2 .donut-case::after {
    content: "";
    clip: rect(0 100px 200px 0);
    transform: rotate(240deg);
    background: var(--ufl-orange);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* End Donut */

.profile-location p {
    color: #ffffff;
    font-family: var(--IBM-Plex-Sans);
    font-weight: 700;
    font-weight: normal;
    margin-bottom: 0;
}

.profile-location hr {
    border: none;
    border-bottom: 3px solid #A9DCDA;
    margin-top: 8px;
    margin-bottom: 8px;
}

#class-profile .stat-wrap {
    margin-bottom: 0;
}

#class-profile .stat-wrap .stat-left .stat span,
#class-profile .stat-wrap .stat-mid .stat span,
#class-profile .stat-wrap .stat-right .stat span {
    font-size: 120px;
    line-height: 100px;
}

#class-profile .stat-wrap {
    background: var(--ufl-blue);
    height: 460px;
    position: relative;
}

#class-profile .stat-wrap:before {
    z-index: 5;
}

#class-profile .stat-wrap .stat-box {
    float: left;
    height: 460px;
    position: relative;
    width: 33.3333%
}

#class-profile .stat-wrap .stat-left,
#class-profile .stat-wrap .stat-mid,
#class-profile .stat-wrap .stat-right {
    background: none;
}

#class-profile .stat-wrap .stat-box .stat span {
    left: auto;
    position: relative;
    top: auto;
    transform: none;
}

#class-profile .stat-wrap .stat-box .stat {
    height: auto;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

#class-profile .stat-wrap .stat-box .stat p {
    color: #fef2d2;
    font-family: var(--IBM-Plex-Sans);
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

#class-profile .stat-wrap .stat-box .info {
    padding-top: 10px;
    height: auto;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

#class-profile .stat-wrap .stat-box .info:after {
    background: none;
}

#class-profile .stat-wrap .stat-box .info .info-copy {
    left: auto;
    position: relative;
    top: auto;
    transform: none;
}

#class-profile .stat-wrap .info .info-copy:before {
    background: var(--ufl-orange);
}

@media (max-width: 991px) {
    #class-profile .stat-wrap {
        height: auto;
        padding-top: 48px;
        padding-bottom: 48px;
    }
    #class-profile .stat-wrap .stat-box .stat span {
        font-size: 75px;
        line-height: 75px;
    }
    #class-profile .stat-wrap .stat-box .stat {
        width: 100%;
        position: relative;
    }
    #class-profile .stat-wrap .stat-box .info {
        opacity: 1;
        position: relative;
        float: none;
        width: auto;
    }
    #class-profile .stat-wrap .stat-box {
        width: 100%;
        height: auto;
        float: none;
    }
    #class-profile .stat-wrap .info .info-copy:before {
        display: none;
    }
    #class-profile .stat-wrap .stat-left:hover,
    #class-profile .stat-wrap .stat-mid:hover,
    #class-profile .stat-wrap .stat-right:hover {
        background: none;
    }
    #class-profile .stat-wrap .stat-box .info .info-copy:before {
        position: relative;
    }
    #class-profile .stat-wrap .stat-box .stat {
        height: auto;
        left: 0;
        margin-top: 0;
        position: relative;
        top: 50%;
        transform: translateY(0) !important;
    }
    #class-profile .stat-wrap .stat-box .info {
        height: auto;
        left: 0;
        opacity: 1 !important;
        position: relative;
        top: 0;
        transform: translateY(0) !important;
        z-index: 1;
    }
}

@media (max-width: 767px) {
    #class-profile .stat-wrap .stat-box .stat span {
        font-size: 58px;
        line-height: 58px;
    }
}

.experience {
    margin-bottom: 40px;
}

.experience-bar {
    height: 24px;
    background: var(--ufl-orange);
    margin-bottom: 20px;
}

.sixty-three-percent {
    width: 63%;
    height: 24px;
    float: left;
}

.twenty-four-percent {
    width: 24%;
    height: 24px;
    float: left;
}

.years-value {
    text-align: center;
    font-family: var(--IBM-Plex-Sans);
    font-weight: bold;
    text-transform: uppercase;
}

.years-value span {
    font-size: 90px;
    line-height: 72px;
}

@media (max-width: 767px) {
    .years-value span {
        font-size: 58px;
    }
}

.student-employers {
    background: var(--ufl-light-blue);
    padding: 0 40px 40px;
}

.student-employers h3,
.student-employers ul li {
    color: #ffffff;
}

.student-employers ul,
.undergrad-positions ul {
    margin-bottom: 0;
}

.student-employers ul li {
    background: none;
    list-style: disc!important;
    padding: 0 0 8px 0px;
}

.undergrad-positions ul li {
    background: #faf8f1;
    color: var(--ufl-blue);
    text-align: center;
    width: 100%;
    min-height: 60px;
    text-transform: uppercase;
    margin: 15px 0 0;
    padding: 10px;
    font-family: var(--IBM-Plex-Sans);
    font-weight: normal;
    line-height: 17px;
    border: 2px solid var(--ufl-blue);
    display: flex;
    align-items: center;
    justify-content: center;
}

#class-profile .form-container-alt {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
}