﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
    font-family: Rubik, Arial, sans-serif;
    margin: 0;
    font-size: 107%;
}


h1 {
    font-size: 4rem;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 0; 
    letter-spacing: 1px;
    line-height: 1.25;
}

h5 {
    color: #3E5B5A;
    font-weight: 500;
}

hr {
    border: 1px solid #E5E9E8;
}

section {
    padding: 0 6px;
}

input, textarea {
    font-size: 1rem;
    font-family: Rubik, 'Arial', sans-serif;
}
button.accordion {
    font-size: 1em;
    font-family: Rubik, 'Arial', sans-serif;
}
a {
    text-decoration: none;
    color: #0F7771;
}

a:hover {
    color: #30CEBB;
}
    a:hover > svg path {
        fill: #30CEBB;
    }

p {
    line-height: 1.5;
}
em {
    font-weight: 700 !important;
    font-style: unset;
}
    p a:hover {
        text-decoration: underline;
    }
ul li a {
    text-decoration: none;
    color: #0F7771;
}

ul li a:hover {
    text-decoration: underline;
}

ul li, ol li {
    line-height: 1.2em;
    padding-bottom: 1.2em;
}
ul.bulletlist {margin-bottom: 0px; padding-bottom: 0px;}
.button-secondary {
    padding: 10px 15px;
    border: 3px solid #0f7771;
    border-radius: 10px;
    display: inline-block;
    font-weight: 700;
}
.listItem {
    background-color: #fff;
    padding: 1px 0px 1px 4px;
    margin: 0px;
    padding: 5px;
    height: auto;
    min-height: 18px;
    border-bottom: solid 1px buttonshadow;
    border-left: solid 1px buttonshadow;
    border-right: solid 1px buttonshadow;
}

    .listItem .listItem--primaryInfo {
        font-weight: bold;
    }

    .listItem .listItem--secondaryInfo {
        font-size: .9rem;
        color: #7a7a7a;
    }
    .lastListItem{
        cursor:default !important;
    }
.addressListItem > .ui-menu-item-wrapper:hover, .addressListItem > .ui-menu-item-wrapper.ui-state-active {
    background-image: none !important;
}
    .lastListItem > .ui-menu-item-wrapper:hover {
    background: none !important;
    font-weight: bold !important;
}
        .lastListItem > .ui-state-active {
            font-weight: bold !important;
        }
select {
    font-size: 1rem;
}

select, input[type=text], input[type=email], input[type=password], input[type=date], input[type=number], input[type=search], input[type=tel] {
    background: #FFFFFF;
    border: 1px solid #D5DCDA;
    border-radius: 10px;
    padding: 14px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    height: 50px;
}
.content_highlight_grn {
    padding: 40px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #F2FFFE;
    border-radius: 10px;
    border-top: 2px solid #0F7771;
    border-bottom: 2px solid #0F7771;
    margin-top: 20px;
}
.small-h1 {
    font-size: 1.4rem;
    font-weight: 700;
}

textarea {
    background: #FFFFFF;
    border: 1px solid #D5DCDA;
    border-radius: 4px;
    padding: 14px;
    width: 100%;
    display: inline-block;
    resize: none;
    box-sizing: border-box;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 38px;
    color: #999;
}

    select:valid {
        color: black;
    }

    select:focus, textarea:focus, input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=date]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus {
        outline: none !important;
        border: 2px solid #30CEBB;
    }

    #content-page-header {
        font-weight: 700;
    }


.dateInput-label {
    color: #aaa;
    position: absolute;
    top: 14px;
    left: 14px;
}
#description ul li ul {
    padding-top: 1rem;
}
#description ol li ul {
    padding-top: 1rem;
}
#description h2 {
    font-size: 1.4rem;
}
#description h3 {
    font-size: 1.2rem;
}
input[type=text].dateInput {
    padding-left: 55px;
}

input [type="date"]::-webkit-inner-spin-button {
    display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

img.in-house-rectangle-add {
    width: 500px;
}

p.modal-p {
    font-size: 1.5em;
    font-weight: 700;
}

.modal {
    border: 1px solid #000000;
    max-width: 900px !important;
    border-radius: 0;
}

    .modal a.close-modal {
        top: 7px;
        right: 7px;
        background-image: url(/img/close.png);
        background-size: 20px;
    }

        .modal a.close-modal::after {
            content: "X";
            color: rgba(193, 199, 201, 1);
        }

.next-button {
    border-radius: 10px;
    background: linear-gradient(180deg, #30CEBB -152.94%, #0F7771 154.41%);
    color: #ffffff;
    width: 262px;
    height: 44px;
    border: 0;
    border-radius:10px;
}

    .next-button:hover {
        background: linear-gradient(180deg, #000 -152.94%, #0F7771 154.41%) !important;
    }

.next-button-inactive {
    background: linear-gradient(180deg, #30CEBB -152.94%, #0F7771 154.41%);
    opacity: 50%;
    border-radius: 10px;
}

    .next-button-inactive:hover {
        background: linear-gradient(180deg, #30CEBB -152.94%, #0F7771 154.41%) !important;
        opacity: 50%;
    }

.flex-three-evenly, .flex-five-evenly {
    display: flex;
    justify-content: space-evenly;
    margin-top: 50px;
}

    .flex-three-evenly > div {
        width: 33%;
    }

    .flex-five-evenly > div {
        width: 20%;
    }

.two-col-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 75px;
    max-width: 1200px;
    margin: auto;
}
    .two-col-grid-basic {
    display: grid;
    grid-template-columns: 50% 50%;
}
/*Button Styles*/
/*Anchor Button - Looks like a button but really a link */
/*Purple Gradient*/
.purplebutton {
    background-color: #0F7771; /* For browsers that do not support gradients */
    background-image: linear-gradient(#CC4430, #1A3F73);
    text-align: center;
    color: white;
    padding: 10px;
    text-decoration: none;
    white-space: nowrap;
    border-radius:10px;
}
.login-with-google-btn {
    transition: background-color .3s, box-shadow .3s;
    padding: 10px 15px;
    border: solid 2px #0F7771;
    border-radius: 10px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-color: white;
    background-repeat: no-repeat;
    background-position: 12px 11px;
    color: #0F7771;
    width: 100%;
    max-width: 288px;
}
    .login-with-google-btn:hover {
        background-color: #0F7771;
        color: #FFF;
    }
.login-with-apple-btn {
    transition: background-color .3s, box-shadow .3s;
    padding: 10px 15px;
    border: solid 2px #0F7771;
    border-radius: 10px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
    background-image: url('/img/apple_logo_black.svg');
    background-color: white;
    background-repeat: no-repeat;
    background-position: 12px 11px;
    background-size: 18px;
    color: #0F7771;
    width: 100%;
    max-width: 288px;
}

    .login-with-apple-btn:hover {
        background-color: #0F7771;
        color: #FFF;
    }

.greenbutton {
    background-color: #0F7771; /* For browsers that do not support gradients */
    background-image: linear-gradient(180deg, #30CEBB -152.94%, #0F7771 154.41%);
    text-align: center;
    color: white;
    padding: 10px;
    text-decoration: none;
    border-radius: 10px;
    white-space: nowrap
}

    .greenbutton:hover {
        background-image: linear-gradient(180deg, #000 -152.94%, #0F7771 154.41%);
    }


.orangebutton {
    background-color: #FF7F50; /* For browsers that do not support gradients */
    background-image: linear-gradient(180deg, #FF7F50 -152.94%, #E24B14 154.41%);
    text-align: center;
    color: white;
    padding: 10px;
    text-decoration: none;
    border-radius: 10px;
    white-space: nowrap
}

.orangebutton:hover {
    background-image: linear-gradient(180deg, #8A2906 -152.94%, #E24b14 154.41%);
    background-color: #E24B14; /* For browsers that do not support gradients */
    border: none;
    color: white;
}

.orange_background {
    background-color: #FF7F50; /* For browsers that do not support gradients */
    background-image: linear-gradient(180deg, #FF7F50 -152.94%, #e24b14 154.41%);
}
    .orange_background:hover {
        background-color: #e24b14; /* For browsers that do not support gradients */
        background-image: linear-gradient(180deg, #8a2906 -152.94%, #e24b14 154.41%);
        color:#FFFFFF;
    }

.greensubmitbutton {
    background-color: #0F7771;
    background-image: linear-gradient(180deg, #30CEBB -152.94%, #0F7771 154.41%);
    text-align: center;
    color: white;
    padding: 18px 15px 15px 15px;
    border: none;
    border-radius: 10px;
    font-size: 1.1rem;
}

    .greensubmitbutton:hover {
        background-image: linear-gradient(180deg, #000 -152.94%, #0F7771 154.41%);
    }

.inversegreensubmitbutton {
    background-color: transparent;
    text-align: center;
    color: #0F7771;
    padding: 17px 14px 14px 14px;
    border: solid 2px #0F7771;
    border-radius: 10px;
    font-size: 1.1rem;
}

    .inversegreensubmitbutton:hover {
        background-color: #0F7771;
        border: solid 2px #0F7771;
        color: #FFF;
    }

.inversegreenbutton {
    border: solid 2px #0F7771;
    color: #0F7771;
    text-align: center;
    padding: 8px;
    text-decoration: none;
    border-radius: 10px;
    white-space: nowrap
}

    .inversegreenbutton:hover {
        background-color: #0F7771;
        border: solid 2px #0F7771;
        color: #FFF;
    }

.purplebutton_long {
    background-color: #0F7771; /* For browsers that do not support gradients */
    background-image: linear-gradient(#CC4430, #1A3F73);
    text-align: center;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 10px;
    white-space: nowrap
}

.greenbutton_long {
    background-color: #0F7771; /* For browsers that do not support gradients */
    background-image: linear-gradient(180deg, #30CEBB -152.94%, #0F7771 154.41%);
    text-align: center;
    color: white;
    padding: 15px 15px;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 10px;
    font-size: 1.1rem;
}

.inversegreenbutton_long {
    border: solid 2px #0F7771;
    color: #0F7771;
    text-align: center;
    padding: 8px 13px;
    text-decoration: none;
    border-radius: 10px;
    white-space: nowrap
}

    .inversegreenbutton_long:hover {
        background-color: #0F7771;
        border: solid 2px #0F7771;
        color: #FFF;
    }

.greenbutton_header {
    background-color: #FF7F50; /* For browsers that do not support gradients */
    background-image: linear-gradient(180deg, #FF7F50 -152.94%, #e24b14 154.41%);
    text-align: center;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 0.9rem;
    border: none;
    border-radius:10px;
}
    .greenbutton_header:hover {
        background-color: #e24b14; /* For browsers that do not support gradients */
        background-image: linear-gradient(180deg, #8a2906 -152.94%, #e24b14 154.41%);
        border: none;
        color: white;
    }
.green_background {
    background-color: #0F7771; /* For browsers that do not support gradients */
    background-image: linear-gradient(180deg, #30CEBB -152.94%, #0F7771 154.41%);
}
    .green_background:hover {
        background-image: linear-gradient(180deg, #000 -152.94%, #0F7771 154.41%);
    }
.inversegreenbutton_header {
    border: solid 2px #0F7771;
    color: #0F7771;
    text-align: center;
    padding: 8px 13px;
    text-decoration: none;
    white-space: nowrap;
    font-size: 0.9rem;
    border-radius: 10px;
}

    .inversegreenbutton_header:hover {
        background-color: #0F7771;
        border: solid 2px #0F7771;
        color: #FFF;
    }


a.purplebutton_large {
    background-color: #0F7771; /* For browsers that do not support gradients */
    background-image: linear-gradient(#CC4430, #1A3F73);
    text-align: center;
    color: white;
    padding: 20px;
    text-decoration: none;
    border-radius: 10px;
    white-space: nowrap
}

a.greenbutton_large {
    background-color: #0F7771; /* For browsers that do not support gradients */
    background-image: linear-gradient(180deg, #30CEBB -152.94%, #0F7771 154.41%);
    text-align: center;
    margin: auto;
    color: white;
    padding: 20px;
    text-decoration: none;
    border-radius: 10px;
    white-space: nowrap
}

    a.greenbutton_large:hover {
        background-color: #0F7771; /* For browsers that do not support gradients */
        background-image: linear-gradient(180deg, #000 -152.94%, #0F7771 154.41%);
    }

.greensubmitbutton_large {
    background-color: #0F7771;
    background-image: linear-gradient(180deg, #30CEBB -152.94%, #0F7771 154.41%);
    text-align: center;
    color: white;
    font-size: 1.2rem;
    padding: 20px;
    border-radius: 10px;
    border: none;
}

a.inversegreenbutton_large {
    border: solid 2px #0F7771;
    color: #0F7771;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    border-radius: 10px;
    white-space: nowrap
}
/*Select2 overrides*/
.select2-selection__rendered {
    width: 95% !important;
}

.select2-search {
    padding-bottom: 0;
}

.inputfullwidth {
    width: 100%;
    padding: 10px;
    border: 1px solid #E5E9E8;
    box-sizing: border-box;
    margin: 0 5px 0 0;
    font-size: 1.1rem;
    line-height: 1.5;
}

.greenlink {
    color: #0F7771 !important;
    text-decoration: none;
}

    .greenlink:hover {
        text-decoration: none;
        color: #30CEBB !important;
    }

    .greenlink:visited {
        color: #0F7771;
        text-decoration: none;
    }
    .bold {
        font-weight: bold;
    }
.blacklink {
    color: #0F7771;
    text-decoration: none;
}

    .blacklink:hover {
        color: #30CEBB !important;
        text-decoration: none;
    }

    .blacklink:visited {
        color: #0F7771;
        text-decoration: none;
    }
/* Style the buttons that are used to open and close the accordion panel on content pages for FAQs */
button.accordion {
    background-color: #F2FFFE;
    color: #0F7771;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: solid;
    border-color: #0F7771;
    border-width: 1px;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin-bottom: 1px;
    margin-top: 10px;
    font-size: 1em;
    font-weight: bold;
}
    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    button.accordion.active, button.accordion:hover {
        background-color: #E0F8F5;
        color: #30CEBB;
    }

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.down_arrow_triangle {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #0F7771;
    display: inline-block;
    vertical-align: middle;
}
button.accordion.active .down_arrow_triangle, button.accordion:hover .down_arrow_triangle {
    border-top: 8px solid #30CEBB; /* Change to your desired color */
}
.greenlink-bright {
    color: #30CEBB;
    text-decoration: none;
}

    .greenlink-bright:hover {
        text-decoration: none;
    }

    .greenlink-bright:visited {
        color: #30CEBB;
        text-decoration: none;
    }

.greentext {
    color: #0F7771;
}

.greentext-bright {
    color: #30CEBB;
}

.sagetext {
    color: #748A83;
}

.whitetext {
    color: #ffffff;
}

.rotate-360 {
    transform: rotate(360deg);
    transition-property: transform;
    transition-duration: .5s;
}

.rotate-270 {
    transform: rotate(270deg);
    transition-property: transform;
    transition-duration: .5s;
}

.center-content-container {
    display: flex;
    justify-content: center;
}

.col-h2-1 {
    color: #0F7771;
    grid-column: 2/1
}

.col-h2-2 {
    color: #0F7771;
    grid-column: 2/2
}

.resp-image-600 {
    width: 100%;
    max-width: 600px;
    object-fit: cover;
}

.resp-image-728 {
    width: 100%;
    max-width: 728px;
    object-fit: cover;
    height: auto;
}

.resp-image-970 {
    max-width: 970px;
    width: 100%;
    object-fit: cover;
}

.resp-image-1080 {
    max-width: 1080px;
    width: 100%;
    object-fit: cover;
}

#profile-icon {
    cursor: pointer;
    width:26px;
}

.profile-dropdown-content {
    position: relative;
    display: none;
    z-index: 501;
}

    .profile-dropdown-content > div {
        position: absolute;
        background-color: #F2F4F4;
        padding: 5px 15px;
        z-index: 100;
        right: 5px;
        top: 5px;
        min-width: 65px;
    }

        .profile-dropdown-content > div p {
            width: 100%;
            margin: 10px 0;
        }
.big-button {
    margin: auto;
    padding: 25px 35px 25px 35px !important;
    font-size: 1.2rem;
}

.mobile-slant {
    display: none;
}

.section-background1 {
    background-color: #F2FFFE;
}

    .section-background1 > div {
        padding: 50px 0 0 0;
        position: relative;
        top: -5px;
    }

    .section-background2 > div {
        position: relative;
        /*top: -5px;*/
        padding: 25px 0;
    }

.section-background3 {
}

    .section-background3 > div {
        background-color: #FFF;
        position: relative;
        padding: 25px 0;
    }

.section-background4 {
    background-image: url('/img/grads_throw_hats_background.webp');
    background-position: center;
    background-repeat: no-repeat;
}

.section-background4 > div {
    padding: 50px 0 0 0;
    position: relative;
}

    .section-background4 svg {
        display: block;
        margin: auto;
    }


















.section-background5 {
    background-color: #FFFFFF;
    padding-bottom: 50px;
}











.section-background6 {
    background: url('/img/graduatesSQ.webp') no-repeat, #FFFFFF;
}

.section-background6 img {
    /* Hide the <img> element visually while preserving accessibility */
    display: none;
}

.section-background7 {
    background: #FEFCF9;
    padding-bottom: 50px;
}

.section-background8 {
    background: url('/img/girl-won-background.webp') no-repeat, linear-gradient(#FEFCF9,#FEFCF9);
    height: 1000px;
}

.section-background8 img {
    /* Hide the <img> element visually while preserving accessibility */
    display: none;
}

.section-background9 {
    background-color: #FEFCF9;
    padding-top: 100px;
}

.section-background10 {
    background-color: #F5F5F5;
}

.section-background12 {
    background-color: #EAFAF8;
    padding-bottom: 35px;
}

.animate-long-underline {
    width: 554px;
    margin: auto;
}

.animate-long-underline-path {
    stroke-dasharray: 554px;
    stroke-dashoffset: 554px;
}

.animate-medium-1-underline {
    width: 469px;
    margin: auto;
}

.animate-medium-1-underline-path {
    stroke-dasharray: 469px;
    stroke-dashoffset: 469px;
}

.animate-medium-2-underline {
    width: 385px;
    margin: auto;
}

.animate-medium-2-underline-path {
    stroke-dasharray: 395px;
    stroke-dashoffset: 395px;
}

.animate-medium-3-underline {
    width: 306px;
    margin: auto;
}

.animate-medium-3-underline-path {
    stroke-dasharray: 306px;
    stroke-dashoffset: 306px;
}

.animate-medium-4-underline {
    width: 260px;
    margin: auto;
}

.animate-medium-4-underline-path {
    stroke-dasharray: 260px;
    stroke-dashoffset: 260px;
}

.animate-medium-underline {
    width: 200px;
}

.animate-medium-underline-path {
    stroke-dasharray: 202px;
    stroke-dashoffset: 202px;
}

.animate-short-underline {
    width: 150px;
}

.animate-short-underline-path {
    stroke-dasharray: 150px;
    stroke-dashoffset: 150px;
}

.animate-short-1-underline {
    width: 75px;
}

.animate-short-1-underline-path {
    stroke-dasharray: 75px;
    stroke-dashoffset: 75px;
}

.animate-short-2-underline {
    width: 30px;
}

.animate-short-2-underline-path {
    stroke-dasharray: 30px;
    stroke-dashoffset: 30px;
}
.contentimg {
    width: 100%;
    max-width: 940px;
    height: auto;
}
.underline-animation {
    animation: move .5s linear forwards;
}

.underline-animation-slow {
    animation: move 1s linear forwards;
}

@keyframes move {
    100% {
        stroke-dashoffset: 0;
    }
}
/*
h3.pad-topP {
    padding-top: 59px;
}*/
span.smlr {
    font-weight: 500;
    font-size: 85%;
}

h3.pad-top {
    padding-top: 7px;
}

h4.clear {
    clear: both;
    margin-left: 10px;
}

.winborder {
    border: .15rem solid #30CEBB;
    border-radius: 15px;
    float: left;
    height: 120px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    display: block;
    clear: both !important;
}

.winners-grid {
    display: grid;
    grid-template-columns: 310px auto;
    gap: 50px;
    max-width: 1250px;
    margin: auto;
}

    .winners-grid svg {
        display: block;
    }

    .winners-grid div:nth-child(1) > div > p {
        font-size: 3rem;
    }

        .winners-grid div:nth-child(1) > div > p:nth-child(3) {
            font-weight: 900;
            letter-spacing: 2px;
        }
/*

       
.featured-card-text-wrapper p {
    font-size: 99%;
} */
.student-slides-container {
    overflow-x: hidden;
}


.student-slides {
    max-width: 930px;
    padding: 0;
}

.student-slides-container .slick-slide {
    background-color: #FFF;
    margin-right: 20px;
    padding: 30px 30px;
    margin-bottom: 10px;
    display: block;
    float: left;
    height: 100%;
    min-height: 1px;
    max-width: 24%;
}

    .student-slides-container .slick-slide img {
        margin: auto;
        display:block;
    }

    .student-slides-container .slick-slide .winner-image {
        padding: 25px 0;
        background-image: url('/img/slide-images-background.png');
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 10px;
    }

        .student-slides-container .slick-slide .winner-image a {
            border: none;
            opacity: 100%
        }

            .student-slides-container .slick-slide .winner-image a:hover {
                opacity: 80% !important;
            }

.carousel-winner-profile-link {
    margin: 8px 0 0 0;
    color: #199288 !important;
    font-weight:700;
    font-size:1.17em;
}
.content-takeaways {
    padding: 40px;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: #F2FFFE;
    border-radius: 10px;
    border-top: 3px solid #0F7771;
    border-bottom: 3px solid #0F7771;
    margin-top: 20px;
}

.student-slides-container .slick-slide .college-attending {
    margin: 0;
    font-style: italic;
    font-weight: 600;
    height: 50px;
}

.student-slides-container .slick-slide a {
    text-decoration: none;
    color: #0F7771;
}

    .student-slides-container .slick-slide a:hover {
        color: #30CEBB !important;
    }

.student-slides-container .slick-current, .student-slides-container .slick-current + div + div {
    box-shadow: 0px 5px 45px rgba(15, 119, 113, 0.05);
}

    .student-slides-container .slick-current + div {
        box-shadow: 0px 5px 45px rgba(15, 119, 113, 0.12);
    }

.slick-dots li button:before {
    font-size: 15px !important;
}

.green-dot-container {
    position: relative;
    top: 400px;
}

    .green-dot-container > div {
        width: 225px;
        height: 16px;
    }

.green-dot {
    background-image: url('/img/green-dot.png');
    background-repeat: no-repeat;
    width: 12px;
    height: 9px;
    opacity: .5;
    display: inline-block;
}

.slick-list {
    overflow: initial !important;
}

.slick-dots {
    position: initial !important;
    margin: 20px 0 0 0 !important;
}

    .slick-dots li {
        width: 10px !important;
    }

        .slick-dots li.slick-active {
            vertical-align: sub;
            top: 2px;
            width: 30px !important;
        }

            .slick-dots li.slick-active button {
                background-image: url('/img/green-pager-button.png');
                background-repeat: no-repeat;
                width: 65px;
            }

                .slick-dots li.slick-active button::before {
                    content: '' !important
                }

.testimonial {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    line-height: 1.75;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 15px 0 15px 0;
}

.side-bar-text {
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0 0 35px 0;
    max-width: 500px;
}

.sponsored-scholarships {
    display: grid;
}

    .sponsored-scholarships > h2 {
        font-size: 3rem;
        margin: 0;
        text-align: center;
        width: 100%;
        font-weight: 700;
        text-shadow: 2px 0 currentColor;
        letter-spacing: 2px;
    }

    .sponsored-scholarships > h3 {
        font-size: 2rem;
        margin: 0;
        text-align: center;
        width: 100%;
    }

    .sponsored-scholarships img {
        display: block;
        margin: 8px auto;
    }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7D9593;
    opacity: 1; /* Firefox */
    font-weight: 300;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #7D9593;
    font-weight: 300;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #7D9593;
    font-weight: 300;
}

.font-bold {
    font-weight: bold;
}

.font-black {
    color: #000;
}

.font-size-sm {
    font-size: .86rem;
}

.font-size-sm-2 {
    font-size: .96rem;
}

.font-size-md-2 {
    font-size: 1.13rem;
}

.font-size-md {
    font-size: 1.25rem;
}

.font-size-lg-2 {
    font-size: 1.45rem;
}

.font-size-lg {
    font-size: 1.8rem;

}

.font-size-xlg {
    font-size: 2.25rem;
}

.font-inter-medium {
    font-weight: 500;
}

.font-inter-bold {
    font-weight: 700;
}

.display-block {
    display: block;
}

.display-grid {
    display: grid;
}

.inline-size-min-content {
    inline-size: min-content;
}

.display-inline-block {
    display: inline-block;
}

.display-flex {
    display: flex;
}

.display-inline {
    display: inline;
}

.display-table-caption {
    display: table-caption;
}

.display-none {
    display: none !important;
}

.height-100-percent {
    height: 100%;
}

p.herop {
    line-height: 1.4;
}
.line-height-one {
    line-height: 1;
}

.line-height-one-point-two {
    line-height: 1.2;
}

.line-height-one-point-five {
    line-height: 1.5;
}

.line-height-two {
    line-height: 2;
}

.line-height-zero {
    line-height: 0;
}

.margin-auto {
    margin: auto;
}

.margin-zero {
    margin: 0 !important;
}
.margin-top-zero {
    margin-top: 0 !important;
}
.margin-top-five {
    margin-top: 5px;
}

.margin-top-ten {
    margin-top: 10px;
}

.margin-top-twenty {
    margin-top: 20px;
}

.margin-top-twenty-five {
    margin-top: 25px;
}

.margin-top-fifty {
    margin-top: 50px;
}

.margin-right-fifteen {
    margin-right: 15px;
}

.margin-right-ten {
    margin-right: 10px;
}

.margin-right-twenty-five {
    margin-right: 25px
}

.margin-right-fifty {
    margin-right: 50px;
}

.padding-20 {
    padding: 20px;
}

.padding-top-twenty-five {
    padding-top: 25px;
}

.padding-top-fifty {
    padding-top: 50px;
}

.padding-bottom-fifty {
    padding-bottom: 50px;
}

.pointer-events-none {
    pointer-events: none;
}

.position-relative {
    position: relative;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.float-right {
    float: right;
}

.h2-size {
    font-size: 1.8em;
    font-weight: 700;
}

.next-button .float-right:hover {
    background-color: #0F7771; /* For browsers that do not support gradients */
    background-image: linear-gradient(180deg, #000 -152.94%, #0F7771 154.41%);
}


.next-button .next-button-inactive .float-right:hover {
    background-color: #0F7771; /* For browsers that do not support gradients */
    background-image: linear-gradient(180deg, #30CEBB -152.94%, #0F7771 154.41%);
}


.float-left {
    float: left;
}

.clear {
    clear: both;
}

.vertical-align-middle {
    vertical-align: middle;
}

.width-100 {
    width: 100%;
}

.show-password {
    cursor: pointer;
}
/*Checkbox*/
input[type=checkbox] {
    -webkit-appearance: none;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 10px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}

    input[type=checkbox]:active, input[type=checkbox]:checked:active {
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
    }

    input[type=checkbox]:checked {
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: #99a1a7;
    }

        input[type=checkbox]:checked:after {
            content: url("/img/icons/tick_light_green_checkbox.svg");
            font-size: 16px;
            position: absolute;
            top: 0px;
            left: 1.5px;
            color: #30CEBB;
        }

input[type='radio']:after {
    width: 12px;
    height: 12px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #fff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #222;
}

input[type='radio']:checked:after {
    background-color: #30CEBB;
}

input[type=button]:hover, input[type=submit]:hover {
    cursor: pointer;
}

.input-validation-error {
    border-color: #CC0000 !important;
}

.multi-select-validation-error {
    border-color: #CC0000 !important;
    background: rgba(204,0,0,0.2);
}

.field-validation-error {
    color: #CC0000;
    font-size: .75rem;
}

    .field-validation-error + label {
        color: #CC0000;
    }

.ui-tooltip {
    background-color: #344645 !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.ui-tooltip-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
    line-height: 1.5;
}
/*Icons*/
.infobutton {
    position: absolute;
    height: 100%;
    right: 14px;
    top: 0;
    text-align: center;
    color: #6e7680;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 51px;
}

.infobutton-dropdown {
    position: absolute;
    height: 100%;
    right: 38px;
    top: 0;
    text-align: center;
    color: #6e7680;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 51px;
}

.infobutton-eye {
    position: absolute;
    height: 100%;
    right: 33px;
    top: 0;
    text-align: center;
    color: #6e7680;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 51px;
}

.left-icon-mail, .left-icon-lock, .left-icon-magnifying-glass, .left-icon-institution, .left-icon-phone {
    position: absolute;
    height: 100%;
    top: 2px;
    left: 14px;
    color: #6e7680;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 51px;
}

.left-icon-magnifying-glass {
    top: 8px;
    z-index: 1;
}

.left-icon-institution {
    top: 5px;
}

.top-ad {
    padding: 12px 6px 12px 6px !important;
}

/* Cookie Preferences */
#onetrust-pc-btn-handler, .ot-always-active, .ot-link-btn, .privacy-notice-link {
    color: #0F7771 !important;
    border-color: #0F7771 !important;
}

#onetrust-accept-btn-handler, #accept-recommended-btn-handler, .save-preference-btn-handler {
    background-color: #0F7771 !important;
    border-color: #0F7771 !important;
}

.ot-pc-header {
    padding: 10px 23px !important;
}

.ot-pc-logo {
    background: url("/img/Scholarships-dot-com-logo.svg") !important;
    background-size: contain !important;
    width: 100% !important;
    height: 100% !important;
    background-repeat: no-repeat !important;
}
/* ============================Interviews with Winners============================================ */

blockquote {
    background-color: #F2FFFE;
    color: #111;
    border-radius: 10px;
    padding: 15px;

}
blockquote.Winnerquote {
    padding-top: 5px;
    padding-bottom: 5px;
}
.ivwsection {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 40px;
}

.ivwsection-text {
    text-align: left;
    flex-grow: 1; /* allow text to take more space if needed */
}

.ivwsection-image img, .ivwbottomimg img {
    border-radius: 15px;
    height: auto;
    display: block;
    margin-top: 20px;
}

.ivwsection-text {
    max-width: 58%;
}

.ivwsection-image {
    max-width: 39%; /* keep both under 50% to make room for 20px gap */
}

    .ivwsection-image img {
        max-width: 100%;
        height: auto;
        display: inline-block;
    }
/* Align image on right for Section One */
.ivwsection-one .ivwsection-image {
    text-align: right;
}
/* Align image on left for Section Two */
.ivwsection-two .ivwsection-image {
    text-align: left;
}

.ivwbottomimg {
    text-align: center;
    align-content: center;
    margin: auto;
    padding-top: 15px;
    border-radius: 15px;
}

    .ivwbottomimg img {
        max-width: 500px;
    }
/* Responsive behavior */
@media (max-width: 768px) {
    img {
        align-content: center !important;
    }

    .ivwbottomimg img {
        max-width: 100% !important;
    }

    .ivwsection-image img {
        display: block;
        margin: 0 auto;
        text-align: center !important;
        align-content: center !important;
        width: 100% !important;
    }

    .ivwsection {
        flex-direction: column;
        align-items: center;
    }

    .ivwsection-text,
    .ivwsection-image {
        max-width: 100%;
        align-content: center;
    }

    .section-one .section-image,
    .section-two .section-image {
        max-width: 100% !important;
        text-align: center;
    }

    .ivwsection-image {
        text-align: center !important;
    }

        .ivwsection-image img {
            margin: auto;
            width: 100% !important;
        }

    blockquote {
        margin: auto;
        margin-bottom: 20px;
    }
    .ivwsection-image {display: none;}
    .ivwsection-image-mobile {display: block;}
}


@media(max-width:1250px) {
    .section-background4 > div {
        padding: 25px 0 0 0;
    }
}

@media(max-width:1000px) {
    .flex-three-evenly {
        display: block;
    }

        .flex-three-evenly > div {
            width: auto;
            margin: 15px;
            text-align: center;
        }
    .student-slides-container .slick-slide {
        margin-right: unset;
        max-width:75%;
    }
}

@media(max-width:600px) {
    /*Select2 override, to display inside the viewport, on mobile devices*/
    .select2-selection__rendered {
        width: 90% !important;
    }

    .select2-selection__choice {
        max-width: 315px;
        white-space: break-spaces;
    }

    .select2-search, .select2-search--inline {
        width: 100%;
    }

    .section-background1 > div, .section-background4 > div {
        padding-top: 15px;
    }

    .section-background6 {
        background: #ffffff;
        height: auto;
    }

    .section-background7 {
        padding-top: 50px;
    }

    .mobile-slant {
        display: block;
    }

    .section-background8 {
        background: #F2FFFE;
        height: auto;
    }

    .winners-grid {
        display: block;
        position: initial;
    }

        .winners-grid .big-button {
            display: inline-block;
            margin-bottom: 50px;
        }

        .winners-grid div:nth-child(1) > div > p {
            font-size: 2rem;
        }

    .student-slides-container {
        margin-left: unset;
        margin: auto;
    }

        .student-slides-container .slick-slide {
            max-width:100%;
        }

    .animate-long-underline {
        width: 90%;
        margin: auto;
    }

    /* Cookie Preferences */
    .ot-pc-header {
        padding: 10px 5px !important;
    }

    #onetrust-pc-sdk button {
        width: auto !important;
    }
}

@media (hover: none) {
    input[type='radio']:after {
        display: none;
    }
}

#scholdiradsense {
    display: none;
}

#scholdetailsadsense {
    display: none;
}
/* Styles specifically for printing */
@media print {
    /* Set the content width to 1000px for printing */
    body {
        width: 1000px;
        margin: 0 auto; /* Center the content on the page */
    }

    /* Ensure images, tables, and other elements scale properly */
    img, table, p {
        max-width: 100%;
    }
}