@import "../reset.css";

/*******************************************
:--- Fonts ---:
*******************************************/

@font-face {
    font-family: 'UniformCondensedBold-Regular';
    src: url(../../fonts/UniformCondensedBold-Regular/font.woff2) format("woff2"),url(../../fonts/UniformCondensedBold-Regular/font.woff) format("woff");
}

@font-face {
    font-family: 'UniformUltra-Regular';
    src: url(../../fonts/UniformUltra-Regular/font.woff2) format("woff2"),url(../../fonts/UniformUltra-Regular/font.woff) format("woff");
}

@font-face {
    font-family: 'UniformBold-Regular';
    src: url(../../fonts/UniformBold-Regular/font.woff2) format("woff2"),url(../../fonts/UniformBold-Regular/font.woff) format("woff");
}

@font-face {
    font-family: 'UniformBlack-Regular';
    src: url(../../fonts/UniformBlack-Regular/font.woff2) format("woff2"),url(../../fonts/UniformBlack-Regular/font.woff) format("woff");
}

@font-face {
    font-family: 'UniformMedium-Regular';
    src: url(../../fonts/UniformMedium-Regular/font.woff2) format("woff2"),url(../../fonts/UniformMedium-Regular/font.woff) format("woff");
}

@font-face {
    font-family: 'UniformExtraCondensedBlack-Regular';
    src: url(../../fonts/UniformExtraCondensedBlack-Regular/font.woff2) format("woff2"),url(../../fonts/UniformExtraCondensedBlack-Regular/font.woff) format("woff");
}

@font-face {
    font-family: 'UniformItalic-Med';
    src: url(../../fonts/UniformItalic-Med/font.woff2) format("woff2"),url(../../fonts/UniformItalic-Med/font.woff) format("woff");
}

/*******************************************
:--- Defaults ---: 
*******************************************/ 

.group:after {
    display: block;
    height: 0;
    clear: both;
    content: ".";
    visibility: hidden;
    /* For clearing */
}

body {
    background: #fff;
    font-family: 'UniformMedium-Regular';
    /* color: #4a4a4a; */
}

* {
    text-rendering: optimizeLegibility;
    outline: none!important;
    -webkit-font-smoothing: antialiased;
}

html {
    scroll-behavior: auto !important;
}

hr {
    border-top: 1px solid #333;
    margin: 1.5rem 0;
}

/* Utility Classes */

.row-flex {
    display: flex !important;
    flex-wrap: wrap !important; 
}

.justify-content-center {
    justify-content: center !important;
}

.font-uniform {
    font-family: 'UniformBold-Regular';
}

.font-uniform-black {
    font-family: 'UniformExtraCondensedBlack-Regular';
}

.txt-white {
    color: #fff !important;
}

.txt-black {
    color: #000 !important;
}

.txt-blue {
    color: #214277 !important;
}

.txt-dark-blue {
    color: #002d73 !important;
}

.txt-yellow {
    color: #FFB81A !important;
}

.bg-blue {
    background: #214277 !important;
}

.bg-dark-blue {
    background: #002d73 !important;
}

.bg-grey {
    background: #EEE !important;
}

.bg-light-grey {
    background: #F6F6F6 !important;
}

.bg-light-blue {
    background: #4686c6 !important;
}

.bg-yellow {
    background: #FFB81A !important;
}

.border-yellow {
    border: 1px solid #FFB81A !important;
}

/*******************************************
:--- Typography ---:
*******************************************/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'UniformBold-Regular', sans-serif;
    margin: 0 0 22px;
}

h1,
h2,
h3,
h4 {
    text-transform: uppercase;
}

h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}

h1 span {
    display: inline-block;
}

h2 {
    color: #000;
    font-size: 32px;
    font-weight: 400;
}

h3 {
    font-size: 26px;
    color: #214277;
}

h4 {
    font-size: 36px;
    color: #000;
    font-family: 'UniformExtraCondensedBlack-Regular';
}

p {
    font-size: 1rem;
    line-height: 1.75;
    margin-bottom: 22px;
}

@media (max-width: 640px) {
    h1 span {
        display: block;
    }
}

.grey-section {
    background-color: #eee;
    padding: 30px;
}

.grey-section ul {
    margin-bottom: 20px;
}

strong {
    font-weight: bold;
}

.download {
    font-weight: bold;
    cursor: pointer;
    color: #ffb81a;
}

.download:hover {
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
    color: #ffb81a;
}

/* sms opt-in */

.sms-opt-in-container {
    display: block;
    clear: both;
}

#ai-opt-in,
#sms-opt-in {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0 !important;
}

#sms-opt-in {
    margin-bottom: 10px !important;
}

#ai-opt-in input,
#sms-opt-in input {
    margin-top: 6px;
}

#ai-opt-in label,
#sms-opt-in label {
    margin: 0 0 0 10px !important;
    text-transform: unset !important;
	font-size: 11px !important;
	line-height: 1.5 !important;
}

#ai-opt-in a,
#sms-opt-in a {
    text-decoration: underline;
    font-weight: bold;
}

#ai-opt-in a:hover, 
#ai-opt-in a:focus, 
#ai-opt-in a:active,
#sms-opt-in a:hover, 
#sms-opt-in a:focus, 
#sms-opt-in a:active {
    text-decoration: none;
}

/* Popover */

.popover {
    background: #ffb81a !important;
    border: 1px solid #ffb81a !important;
    color: #000 !important;
    padding: 6px;
    text-align: center;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.2);
}

.popover-body {
    color: #000 !important;
}

.popover .arrow::after,
.popover .arrow::before {
    border-bottom-color: #ffb81a !important;
    border-top-color: #ffb81a !important;
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after, 
.bs-popover-top>.popover-arrow::after {
    border-top-color: #ffb81a !important;
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after, 
.bs-popover-bottom>.popover-arrow::after {
    border-bottom-color: #ffb81a !important;
}

/*******************************************
:--- Elements ---:
*******************************************/

section {
    padding: 80px 0;
}

section ul li {
    list-style: disc;
    margin: 0 0 10px 30px;
    font-size: 1rem;
    line-height: 1.25;
}

@media (min-width: 1200px) {
    .text-lg-right {
        text-align: right;
    }
}

@media (max-width: 992px) {
    section {
        padding: 50px 0;
    }
}

@media (min-width: 767px) {
    .two-column {
        column-count: 2;
    }

    .h-lg-100 {
        height: 100%;
    }
}

.live_chat,
#about_click {
    cursor: pointer;
}

a {
    color: #ffb81a;
}

a:hover {
    text-decoration: underline;
    color: #ffb81a;
}

.intro-copy-img {
    display: flex;
    justify-content: space-around;
}

blockquote {
    background: #ebebeb;
    padding: 35px 25px 40px 45px;
    font-size: 1.375rem;
    color: #848484;
    font-style: italic;
    margin: 0 0 45px 0;
    line-height: 38px;
    position: relative;
    z-index: 2;
    display: inline-block;
}

blockquote .icon {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: #043671;
    position: absolute;
    top: 10px;
    left: -16px;
}

blockquote .icon:before {
    content: "\f10d";
    font-family: FontAwesome;
    color: #fff;
    display: block;
    font-style: normal;
    position: relative;
    top: 5px;
    left: 13px;
    font-size: 26px;
}

blockquote.testimonial-quote-no-photo {
    padding: 35px 45px 35px 45px;
}

blockquote .quoter {
    font-size: 17px;
    line-height: 34px;
    font-style: normal;
}

blockquote.testimonial-quote img {
    max-width: 149px;
    float: right;
    margin-right: -40px;
    margin-bottom: 10px;
    margin-left: 15px;
}

blockquote .source {
	font-size: 14px; 
	font-style: normal; 
	padding-bottom: 0;
}

@media (max-width: 767px) {
    blockquote {
        font-size: 20px;
        line-height: 34px;
    }
}

@media (max-width: 480px) {
    blockquote,
    blockquote.testimonial-quote-no-photo {
        padding-left: 65px;
        padding-right: 30px;
        font-size: 16px;
        line-height: 28px;
    }

    blockquote.testimonial-quote,
    blockquote.testimonial-quote-no-photo {
        padding-left: 75px;
    }

    blockquote .icon {
        left: 10px;
    }

    blockquote .quoter {
        font-size: 14px;
    }

    blockquote.testimonial-quote img {
        max-width: 99px;
        margin-right: -15px;
    }
}

.bullets {
    color: #fff;
    font-size: 15px;
    font-family: 'UniformBold-Regular';
    line-height: 1.2;
}

.bullets li {
    border-bottom: 1px solid #ffb81a;
    padding: 12px 0;
}

.bullets li:last-of-type {
    border-bottom: none;
}

.pace-employees {
    font-style: italic;
    margin-bottom: 10px;
    color: #fff;
    font-size: 12px;
}

.form-quote {
    padding-top: 20px;
    border-top: 1px solid #ffb81a;
}

.form-quote > p {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
}

.form-quote > p > span {
    font-family: 'UniformCondensedBlack-Regular';
    color: #ffb81a;
}

.us-news-img {
    width: 192px;
    padding: 10px;
}

.us-news-img img {
    width: 100%;
}

/*******************************************
:--- Header ---:
*******************************************/

.header-row {
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-links-right {
    font-size: 1rem; /*0.875rem*/
    color: #002d73;
}

.header-links-right span {
    display: inline-block;
    font-family: 'UniformCondensedBold-Regular';
    text-transform: uppercase;
}

.header-links-right .top-button {
    border: 1px solid #ffb81a;
    font-family: 'UniformCondensedBold-Regular';
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
}

.header-links-right .top-button:hover {
    background-color: #002D73;
    color: #fff;
}

.header-links-right .overview-link,
.header-links-right .about-link,
.header-links-right .programs-link {
    cursor: pointer;
}

.header-links-right .overview-link:hover,
.header-links-right .about-link:hover,
.header-links-right .programs-link:hover {
    text-decoration: none;
}

@media (max-width: 991px) {
    .header-links-right {
        float: none;
        padding: 0 10px 20px;
    }

    .mobile-buttons {
        display: flex;
    }

    .header-links-right .overview-link,
    .header-links-right .about-link,
    .header-links-right .programs-link {
        font-size: 1rem;
        line-height: 1.1;
        margin: 0 0 0 0;
        padding-top: 0;
        padding-bottom: 20px;
        display: block;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        color: #002D73;
        text-decoration: none;
        text-transform: uppercase;
    }

    .header-links-right .top-button {
        padding-top: 0.6875rem;
        padding-bottom: 0.5625rem;
        font-size: 0.875rem;
        line-height: 1.2858;
        color: #002D73;
        margin-bottom: 10px;
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .header-links-right .top-button {
        width: 100%;
    }

    .mobile-buttons {
        display: block;
    }
}

/* Main Header */

.header {
    padding-top: 50px;
}

.logo {
    width: 100%;
    max-width: 157.5px;
}

@media (max-width: 1200px) {
    .logo {
        max-width: 127.5px;
    }
}

.hamburger-container {
    margin: 0 5px 0 0;
    width: 30px;
    height: 27px;
    float: right;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #002D73;
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.icon span:nth-child(1) {
    top: 0px;
}

.icon span:nth-child(2),
.icon span:nth-child(3) {
    top: 8px;
}

.icon span:nth-child(4) {
    top: 16px;
}

.icon.open span:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
}

.icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.icon.open span:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
}

#mobile-navigation {
    display: none;
}

#mobile-navigation,
#mobile-navigation a {
    color: #002D73;
    font-size: 18px;
    font-weight: bold;
}

.mobile-items {
    padding-bottom: 15px;
    position: relative;
    width: 100%;
}

#mobile-navigation {
    position: relative;
}

.mobile-items .fas {
    margin-right: 6px;
}

.mobile-items .fa-phone {
    transform: rotate(90deg);
}

@media (min-width: 992px) {
    #mobile-navigation {
        display: none !important;
    }
}

/*******************************************
:--- Hero ---:
*******************************************/
.hero-section {
	background-size: cover;
	background-position: center 30%;
    position: relative;
    padding: 80px 0 160px;
}

/* .hero-section:before {
    background: linear-gradient(to bottom right,#002D73 0%,#002D73 50%,transparent 50%,transparent 100%);
    content: "";
	width: 25rem;
    height: 100%;
    position: absolute;
    left: -100px;
    top: 0;
    opacity: 0.8;
    overflow: hidden;
    z-index: 2;
} */

.hero-section:after {
	background: linear-gradient(to top, rgba(1, 40, 103, 0.75) 0%,rgba(1, 40, 103, .15) 100%);
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-section .hero-content {
	min-height: 390px;
    position: relative;
	z-index: 5;
}

.hero-section h1 {
    color: #fff;
    font-size: 50px;
    text-transform: inherit;
    font-family: 'UniformBold-Regular';
}

.hero-section h2 {
    color: #ffb81a;
    display: inline-block;
    margin-top: 0;
    font-size: 25px;
    text-transform: inherit;
    font-family: 'UniformBold-Regular';
    padding: 4px 0;
}

@media (max-width: 992px) {
    .hero-section {
        padding: 50px 0;
    }

    .hero-section h1 {
        font-size: 45px;
    }
}

@media (max-width: 767px) {
    .hero-section h1 {
        font-size: 40px;
    }

    .hero-section h2 {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .hero-section:before {
        left: -180px;
    }
}

/*******************************************
:--- FORM WRAPPER ---:
*******************************************/

.bg-diagonal,
.form-wrapper {
    background-color: #4686c6;
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(90deg, #4686c6 50%, #fff 50%);
    margin: 80px 0;
    position: relative;
    overflow: hidden;
}

.bg-diagonal::after,
.form-wrapper::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: calc(100% + 15px);
    height: 50%;
    background: url(../../images/ppc/texture-lines-desktop.svg) no-repeat;
    z-index: 1;
    background-size: cover;
    overflow: hidden;
}

.bg-diagonal::before,
.form-wrapper::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 5rem 3.5rem 0 0;
    border-color: transparent #fff #fff transparent;
    right: 50%;
    left: 50%;
    bottom: 0;
    margin-left: -56px;
}

.bg-diagonal.bg-dark {
    background-color: #002D73;
    background: linear-gradient(90deg, #002D73 50%, #fff 50%);
}

.bg-grey-white {
    background: linear-gradient(0deg, #FFF, #F6F6F6);
}

.bg-diagonal-grey-lines {
    position: relative;
}

.bg-diagonal-grey-lines:after {
    background: url(../../images/texture-lines-desktop-gray.svg) bottom center no-repeat;
    background-size: 100%;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.bg-diagonal-grey-lines * {
    z-index: 2;
}

.bg-diagonal-box {
    background-color: #002D73;
    padding: 40px 40px 50px;
    position: relative;
    z-index: 5;
}

.row-form {
    background-color: #002D73;
    padding: 60px 40px;
    margin: -60px auto 0;
    position: relative;
    overflow: hidden;
    /* max-width: 1170px; */
    z-index: 5;
}

.bg-diagonal-box:after,
.row-form::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 0 0 5rem 3.5rem;
    border-color: #4686c6 transparent transparent #4686c6;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.row-form.no-wrapper::after {
    display: none;
}

.form {
    position: relative;
    z-index: 5;
}

.form-container {
    position: relative;
    z-index: 3;
}

.form-intro {
    color: #fff;
    line-height: 1.5;
}

.get-started {
    color: #ffb81a;
    font-family: 'UniformMedium-Regular';
    font-size: 15px;
    display: flex;
}

.get-started::before {
    content: '';
    width: 1.25rem;
    height: 1.125rem;
    display: block;
    margin-right: 8px;
    background: url(../../images/ppc/icon-parallelogram-yellow.svg) center top no-repeat;
}

.form h3 {
    color: #fff;
    font-family: 'UniformExtraCondensedBlack-Regular';
    font-size: 56px;
    margin-bottom: 22px;
    line-height: 1;
}

@media (max-width: 992px) {
    .row-form {
        margin: auto 0;
    }
}

@media (max-width: 991px) {
    .form-wrapper::after {
        filter: opacity(0.25);
    }
}

@media (max-width: 767px) {
    .form h3 {
        font-size: 50px;
    }

    .form-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 60px;
    }
    
    .row-form {
        padding: 24px 24px 4px;
    }
}

/*******************************************
:--- Archa Form Styles ---:
*******************************************/

.form.multi-step {
    padding-right: 0;
}

/* Step Headers */

.form.multi-step .step-header-one, 
.form.multi-step .step-header-two, 
.form.multi-step .step-header-three {
    width: 100% !important;
    height: 38px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% !important;
    display: none;
}

.form.multi-step .step-header-one.active {
    background: url(../../images/ppc/step1.png) center top no-repeat;
    display: block !important;
}

.form.multi-step .step-header-two.active {
    background: url(../../images/ppc/step2.png) center top no-repeat;
    display: block !important;
}

.form.multi-step .step-header-three.active {
    background: url(../../images/ppc/step3.png) center top no-repeat;
    display: block !important;
}

/* Archa Style Overides */

.form.multi-step .step-header {
    height: 38px !important;	
    margin-bottom: 20px !important;
}

.form.multi-step #step3 .step-header {
    margin-bottom: 0 !important;
}

.form.multi-step .step-header div {
    width: 100%;
    z-index: auto;
    border: 0;
}

.form.multi-step .step-header-one span, 
.form.multi-step .step-header-two span, 
.form.multi-step .step-header-three span {
    display: none !important;
}


.form.multi-step .step-header:after {
    height: 0 !important;
    background: #fff !important;
}

.form.multi-step .select-wrap select {
    width: 100% !important;
    background: #fafafa url(../../images/ppc/msit/arrow-down.png) no-repeat !important;
    background-position: right 16px center !important;
    background-size: 16px !important;
    border: 1px solid #333 !important;
    color: #4c4c4c !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    padding: 10px !important;
    text-indent: 0px !important;
    margin-bottom: 0 !important;
} 

.form.multi-step .select-wrap {
    margin-bottom: 20px !important;
}

.form.multi-step #step3 .input-wrap input:focus {
    border: 2px solid #ffb81a !important;
}

.form.multi-step label {
    font-family: 'UniformMedium-Regular' !important;
    margin: 10px 0 !important;
    font-size: 16px !important;
    line-height: 1.3 !important;
    letter-spacing: 0 !important;
    color: #fff !important;
    text-transform: none !important;
    padding: 0 !important;
    width: 100% !important;
    text-align: left !important;
    white-space: normal !important;
    font-weight: 400 !important;
}

.form.multi-step input[type="text"], 
.form.multi-step input[type="email"], 
.form.multi-step input[type="tel"] {
    background: #fafafa !important;
    width: 100% !important;
    padding: 12px !important;
    border: 1px solid #333 !important;
}

.form.multi-step .input-wrap input, 
.form.multi-step .input-wrap textarea, 
.form.multi-step .select-wrap select {
    border-color: transparent !important;
}

.form.multi-step .input-wrap label {
    display: none;
}

.form.multi-step #step3 .input-wrap {
    position: relative;
}

.form.multi-step #step3 .input-wrap::after {
    content: '*';
    color: #f00;
    padding-left: 6px;
    position: absolute;
    right: -12px;
    top: -5px;
}

.form.multi-step #step3 {
    gap: 25px !important;
}

.form.multi-step input#request,
.form.multi-step input#next,
.form.multi-step input#previous {
    border: none;
    border-radius: 0;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
}

.form.multi-step input#next {
    background: #ffb81a;
    color: #000;
    font-family: 'UniformBold-Regular', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 80px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ffb81a;
    transition: all 0.3s;
    float: right;
    width: fit-content;
}

.form.multi-step input#previous {
    background: transparent;
    color: #fff;
    padding: 20px 30px;
    font-family: 'UniformBold-Regular', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transition: all 0.3s;
    width: fit-content;
}

.form.multi-step input#request {
    background: #ffb81a;
    color: #000;
    font-family: 'UniformBold-Regular', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px 80px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ffb81a;
    transition: all 0.3s;
    float: right;
    margin: 0 0 20px 0;
    width: fit-content;
    min-width: 330px;
}

.form.multi-step input#next:hover,
.form.multi-step input#next:focus,
.form.multi-step input#next:active {
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.form.multi-step input#previous:hover,
.form.multi-step input#previous:focus,
.form.multi-step input#previous:active {
    background: #fff;
    color: #000;
    border: 1px solid #fff;
}

.form.multi-step input#request:hover,
.form.multi-step input#request:focus,
.form.multi-step input#request:active {
    background: #fff;
    transition: all 0.3s;
}

.form.multi-step .international-link {
    display: none !important;
}

.form.multi-step .privacy {
    font-size: 11px !important;
    line-height: 1.5;
    padding-top: 20px;
    padding-bottom: 20px;
}

.form.multi-step .privacy,
.form.multi-step .tcpa-multi-step {
    color: #fff;
    margin-bottom: 0 !important;
}

.form.multi-step span.error {
    display: block !important;
    margin-bottom: 5px !important;
    margin-top: 2px !important;
    color: red !important;
    font-size: 13px !important;
    text-transform: lowercase !important;
    padding: 0 !important;
    position: relative !important;
}

@media (max-width: 640px) {
    .form.multi-step input#next,
    .form.multi-step input#request {
        padding: 20px 40px;
    }

    .form.multi-step input#request {
        min-width: 70%;
    }

    .form.multi-step input#previous {
        padding: 20px 20px;
    }
}

@media (max-width: 480px) {
    .form.multi-step input#next,
    .form.multi-step input#request,
    .form.multi-step input#previous {
        padding: 15px 15px;
        float: none;
        font-size: 14px;
        width: 100%;
    }
}

/*******************************************
:--- Benefits Wide Section ---:
*******************************************/

.benefits-wide {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
}

.benefits-wide .benefit-block {
    align-items: center;
    display: flex;
    gap: 24px;
    flex: 1 1 40%;
}

.benefits-wide .benefit-block .benefit-icon {
    padding: 0;
}

.benefits-wide .benefit-block .benefit-icon img {
    width: 40px;
}

.benefits-wide .benefit-block .benefit-icon img.brighter {
    filter: brightness(1.25);
}

.benefits-wide .benefit-block .benefit-text p {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .benefits-wide .benefit-block {
        flex: 1 1 100%;
        align-items: center;
    }
}

/*******************************************
:--- Quick Facts ---:
*******************************************/

.quick-facts {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.quick-facts p {
    margin: 0;
    line-height: 1.4;
}

.intro {
    font-size: 1.125rem;
    line-height: 1.5;
}

.quick-facts .fact {
    flex: 1 1 40%;
}

.quick-facts .fact .headline {
    font-size: 1.3rem;
    text-transform: uppercase;
}

.quick-facts .fact .data {
    margin-left: 21px;
}

@media (max-width: 767px) {
    .quick-facts .fact {
        flex: 1 1 100%;
    }
}

/* Quick Facts - No Columns */

.quick-facts.no-columns {
    gap: 15px;
}

.quick-facts.no-columns .fact {
    flex: 1 1 100%;
}

.quick-facts.no-columns .fact .headline {
    font-size: 1.5rem;
}

.quick-facts.no-columns .fact .data {
    font-size: 1.125rem;
    margin-left: 25px;
}

@media (min-width: 767px) and (max-width: 992px) {
    .quick-facts.no-columns .fact {
        flex: 1 1 40%;
    }
}

/*******************************************
:--- CONTENT IMAGE ---:
*******************************************/

.content-image {
    position: relative;
    /* clip-path: polygon(100% 0, 100% 70%, 85% 100%, 0 100%, 0 0); */
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    max-width: 560px;
    margin: 0 auto;
}

.content-image .inline-image {
    /* clip-path: polygon(100% 0, 100% 70%, 85% 100%, 0 100%, 0 0); */
    width: 100%;
    position: relative;
    z-index: 2;
}

.content-image::before {
    width: 85%;
    height: 85%;
    padding-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4780B5;
    z-index: 0;
    content: '';
}

.content-image.yellow::before {
    background-color: #FFB81A;
}

.content-image.blue::before {
    background-color: #5094CD;
}

.content-image.darker-blue::before {
    background-color: #002D73;
}

/*******************************************
:--- BUTTONS ---:
*******************************************/

.request-btn {
    display: inline-block;
    padding: 15px 50px 15px 30px;
    background: #002d73;
    color: #fff !important;
    font-family: 'UniformMedium-Regular';
    text-transform: uppercase;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    border: 0;
    border-radius: 0;
    align-items: center;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
}

.request-btn.btn-lg {
    padding: 20px 80px 20px 60px;
}

.request-btn:hover {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.request-btn::after {
    content: "";
    position: absolute;
    left: 70%;
    top: 0;
    height: 200px;
    width: 190px;
    background: #0036A1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(62%) translateY(-25%) rotate(120deg);
    transform: translateX(62%) translateY(-25%) rotate(120deg);
    z-index: 0;
}

.request-btn:hover::after {
    content: "";
    position: absolute;
    left: 20%;
    top: 0;
    height: 200px;
    width: 190px;
    background: #0036A1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(62%) translateY(-25%) rotate(120deg);
    transform: translateX(62%) translateY(-25%) rotate(120deg);
}

.arrow-right {
    position: relative; 
    z-index: 1;
}

.arrow-right::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    transform: rotate(-90deg);
    margin-top: 9px;
    margin-left: 10px;
    z-index: 3;
}

.extra-padding {
    padding-left: 100px;
}

@media (max-width: 992px) {
    .request-btn {
        padding: 10px 40px 10px 20px;
        font-size: 14px;
    }
}

/*******************************************
:--- Stat Callouts ---:
*******************************************/

.testimonial-container {
    background-color: #002d73;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.testimonial-container .textural-text {
    position: absolute;
    font-size: 20rem;
    line-height: 0.7813;
    top: 1.5rem;
    left: 0;
    overflow: hidden;
    color: transparent;
    margin-left: 0;
    margin-left: 0;
    text-transform: uppercase;
    -webkit-text-stroke-width: 0.0625rem;
    -webkit-text-stroke-color: rgba(255, 255, 255 ,0.1);
    user-select: none;
    font-family: 'UniformExtraCondensedBlack-Regular';
}

.call-out {
    display: flex;
}

.call-out-stat {
    height: 100%;
    display: block;
    font-size: 17px;
    padding: 0 30px 0 10px;
    color: #fff;
    border-right: 1px solid #ffb81a;
}

[class*="col-"]:last-of-type > .call-out-stat  {
    border-right: none;
}

.call-out-stat .bigger {
    font-size: 32px;
    line-height: 0.9;
    color: #ffb81a;
    font-family: 'UniformExtraCondensedBlack-Regular';
    line-height: 0.95;
    margin-top: 5px;
}

.call-out-stat .inline {
    display: initial;
}

.call-out-stat .source {
    font-family: 'UniformExtraCondensedBlack-Regular';
    font-style: italic;
    display: block;
    line-height: 1.3;
    font-size: 20px;
    color: #fff;
    padding-top: 25px;
}

@media (max-width: 991px) {
    .testimonial-container {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .call-out {
        display: block;
    }

    .call-out-stat {
        font-size: 18px;
        border-bottom: 1px solid #ffb81a;
        border-right: none;
        padding: 30px 20px;
    }

    [class*="col-"]:last-of-type > .call-out-stat  {
        border-bottom: none;
    }
    
    .call-out-stat .bigger {
        font-size: 30px;
    }
    
    .call-out-stat .source {
        font-size: 18px;
        padding-top: 15px;
    }
}

@media (max-width: 640px) {
    .testimonial-container .textural-text {
        font-size: 10rem;
    }
}

/*******************************************
:--- Related Programs ---:
*******************************************/

.related-programs-container {
    background-color: #eee;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.related-programs-container .container .row {
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
    justify-content: center;
}

.related-programs-container .row [class*="col-"] {
    border-left: 1px solid #ffb81a;
    padding: 15px;
}

.related-programs-container .row [class*="col-"]:first-of-type {
    border-left: none;
}

.related-programs-container h1 {
    font-size: 50px;
    color: #000;
    font-family: 'UniformExtraCondensedBlack-Regular';
    margin-bottom: 30px;
}

.related-programs-container h4 {
    font-size: 32px;
}

.related-programs-container p {
    padding-bottom: 15px;
}

.related-programs-container a {
    color: #002d73;
    position: relative;
    font-weight: bold;
}

.related-programs-container a:hover {
    text-decoration: none;
}

.related-programs-container a.arrow-right::after {
    border-color: #002d73 transparent transparent transparent;
    margin-top: 11px;
    margin-left: 6px;
}

@media (max-width: 991px) {
    .related-programs-container {
        text-align: left;
        padding: 30px;
    }

    .related-programs-container h1 {
        margin-bottom: 0;
        font-size: 46px;
    }

    .related-programs-container p {
        font-size: 15px;
        line-height: 1.5;
    }

    .related-programs-container .container .row {
        display: block;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .related-programs-container .row [class*="col-"] {
        border-left: none;
        border-bottom: 1px solid #ffb81a;
    }

    .related-programs-container a.arrow-right::after {
        margin-top: 8px;
    }
}

/*******************************************
:--- Best Describe You Test ---:
*******************************************/

.best-describe {
    padding: 30px;
    background-color: #002d73;
}

.best-describe h4 {
    color: #fff;
}

.best-describe ul.bullets li {
    list-style: none !important;
    color: #fff;
    margin: 0 !important;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.best-describe ul.bullets li:hover {
    cursor: pointer;
    color: #ffb81a;

}

.best-describe ul.bullets li::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    transform: rotate(-90deg);
    margin-top: 11px;
    margin-left: 7px;
    z-index: 3;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.best-describe ul.bullets li:hover::after {
    border-color: #ffb81a transparent transparent transparent;
}

.best-describes-you-container {
    background: #FFF url(../../images/texture-lines-desktop-gray.svg) bottom center no-repeat;
    background-size: 100%;
    padding-top: 2rem;
    padding-bottom: 5.625rem;
    text-align: center;
}

.best-describes-you-container h2 {
    color: #002D73;
    letter-spacing: -0.0625rem;
    line-height: 1;
    text-transform: capitalize;
    font-family: 'UniformBlack-Regular',sans-serif;
    font-size: 5rem;
    font-weight: normal;
    margin-top: 0;
}

.best-describes-you-container p {
    font-size: 1.375rem;
    line-height: 1.3;
    margin-bottom: 20px;
}

.best-describes-you-container .btn-primary {
    background-color: #002D73;
	-webkit-transition: all 0.1s;
    transition: all 0.1s;
	transition: background-position .35s ease !important;
    background-image: linear-gradient(120deg,#002D73,#002D73 50%,#0036A1 50%,#0036A1);
    background-repeat: no-repeat;
    background-position: 14.3125rem 0;
    background-size: 100%;
	border: none;
	font-size: 0.875rem;
	padding: 21px 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

.best-describes-you-container .btn-primary:hover {
	background-color: #002D73;
	border-color: #002D73;
	-webkit-transition: background-position .35s ease;
    transition: background-position .35s ease;
    background-position: 0 0;
    cursor: pointer;
}

.best-describes-you-container:has(div.box-container) {
    text-align: left !important;
}

.best-describes-you-container:has(div.box-container) h2.header-alt {
    font-size: 50px !important;
    font-family: 'UniformExtraCondensedBlack-Regular' !important;
	letter-spacing: normal !important;
	margin: 2.5rem 0;
	padding: 0;
	text-transform: uppercase !important;
}

@media (max-width: 767px) {
    .best-describes-you-container h2 {
        font-size: 2.5rem;
    }

    .best-describes-you-container p {
        font-size: 1rem;
    }
}

.box-container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.box-container .box {
	background: #FFF;
	border: 20px solid #009CDE;
	flex-grow: 1;
	flex-basis: 0;
	max-width: 100%;
}

.box-container .box:nth-child(2) {
	border:20px solid #F85957;
}

.box-container .box:nth-child(3) {
	border:20px solid #A43BA7;
}

.box-container .box:nth-child(4) {
	border:20px solid #71CC98;
}

.box-container .box img {
	width: 100%;
}

.box-container .box h3 {
	color: #000 !important;
	font-family: 'UniformExtraCondensedBlack-Regular' !important;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: normal !important;
	line-height: 1;
	margin: 25px 20px 20px 20px; 
}
.box-container .box p.box-description {
	font-size: 15px; 
	margin: 0 20px; 
}

@media (max-width: 1200px) {
	.box-container {
		flex-wrap: wrap;
	}
	.box-container .box {
		flex-basis: auto;
		max-width: 48.9%;
	}
}

@media (max-width: 992px) {
	.box-container .box {
		max-width: 48.5%;
	}
}

@media (max-width: 767px) {
	.box-container .box {
		max-width: 48.4%;
	}
}

@media (max-width: 655px) {
	.box-container .box {
		max-width: 100%;
	}
}

/*******************************************
:--- Testimonial - Inline ---:
*******************************************/

.testimonial-inline {
	background: #F0F0F0;
	display: block;
}

.testimonial-inline .content,
.testimonial-inline .img {
	text-align: center;
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.testimonial-inline .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3rem;
}

.testimonial-inline .content .quote {
	font-size: 1rem; 
	line-height: 1.75;
	padding: 0;
	margin-bottom: 1.875rem;
}

.testimonial-inline .content .name {
	font-size: 0.875rem;
	font-weight: bold;
	padding: 0;
	margin-bottom: 0;
	line-height: 1.7143;
}

.testimonial-inline .content .title {
	font-size: 0.875rem;
	padding: 0;
	line-height: 1.7143;
}

.testimonial-inline .content .link {
	margin-top: 1.875rem;
	margin-bottom: 0;
	padding: 0;
}

.testimonial-inline .img {
	overflow: hidden;
	max-width: 100%;
	max-height: 470px;
	position: relative;
	margin: 0 auto;
}

.testimonial-inline .img img {
	width: 100%;
	height: auto;
	position: relative;
	transform: translateX(0%);
}

.testimonial-inline .img::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 0 1.25rem 1.25rem 1.25rem;
	border-color: transparent transparent #F0F0F0 transparent;
	right: 0;
	left: 45%;
	bottom: -10px;
	top: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width: 767px) and (max-width: 992px) {
	.testimonial-inline {
		display: flex;
		justify-content: space-between;
	}
	.testimonial-inline .content,
	.testimonial-inline .img {
		flex-grow: 1;
		flex-basis: 0;
		max-width: 50%;
		max-height: 600px;
	}
	.testimonial-inline .img img {
        transform: translateX(-12%);
        position: absolute;
        top: 0;
        left: 0;
		width: auto;
		height: 100%;
    }
	.testimonial-inline .img::after {
		border-width: 1.25rem 1.25rem 1.25rem 0;
		border-color: transparent #F0F0F0 transparent transparent;
		top: 50%;
		right: 0;
		bottom: auto;
		left: auto;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media (max-width: 767px) {
	.testimonial-inline {
		max-width: 500px;
		margin: 0 auto;
	}
}

@media (max-width: 575px) {
	.testimonial-inline .content {
		padding: 1.875rem;
	}
}

/*******************************************
:--- Testimonial - Inline - FLEX ---:
*******************************************/

.testimonial-inline-flex {
	background: #F0F0F0;
	display: flex;
	justify-content: space-between;
}

.testimonial-inline-flex .content,
.testimonial-inline-flex .img {
	flex-grow: 1;
	flex-basis: 0;
	/*max-width: 50%;*/
	text-align: center;
}

.testimonial-inline-flex .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 3rem;
}

.testimonial-inline-flex .content .quote {
	font-size: 1rem; 
	line-height: 1.75;
}

.testimonial-inline-flex .content .name {
	font-size: 0.875rem;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 1.7143;
}

.testimonial-inline-flex .content .title {
	font-size: 0.875rem;
	margin-bottom: 0;
	line-height: 1.7143;
}

.testimonial-inline-flex .img {
	overflow: hidden;
	max-width: 285px;
	max-height: 285px;
	position: relative;
}

.testimonial-inline-flex .img.lg {
	max-width: 350px;
	max-height: 350px;
}

.testimonial-inline-flex .img.xl {
	max-width: 400px;
	max-height: 400px;
}

.testimonial-inline-flex .img img {
	width: auto;
	height: 100%;
}

.testimonial-inline-flex .img::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 1.25rem 1.25rem 1.25rem 0;
    border-color: transparent #F0F0F0 transparent transparent;
    top: 50%;
    right: 0;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonial-inline-flex.reverse {
	flex-direction: row-reverse;
}

.testimonial-inline-flex.reverse .img::after {
    border-width: 1.25rem 0 1.25rem 1.25rem;
    border-color: transparent transparent transparent #F0F0F0;
    right: auto;
    left: 0;
}

@media (max-width: 1440px) {
	.testimonial-inline-flex .content,
	.testimonial-inline-flex .img {
		max-width: 50%;
		max-height: 400px;
	}
}

@media (max-width: 992px) {
	.testimonial-inline-flex .content,
	.testimonial-inline-flex .img {
		max-width: 50%;
		max-height: 600px;
	}
}

@media (max-width: 767px) {
	.testimonial-inline-flex {
		display: block;
	}
	.testimonial-inline-flex .content,
	.testimonial-inline-flex .img {
		display: block;
		max-width: 100%;
		max-height: 100%;
	}
	.testimonial-inline-flex .img img {
		width: 100%;
		height: auto;
		position: relative;
		transform: translateX(0%);
	}
	.testimonial-inline-flex .img::after,
	.testimonial-inline-flex.reverse .img::after{
		border-width: 0 1.25rem 1.25rem 1.25rem;
		border-color: transparent transparent #F0F0F0 transparent;
		right: 0;
		left: 45%;
		bottom: -10px;
		top: auto;
	}
}

@media (max-width: 575px) {
	.testimonial-inline-flex .content {
		padding: 1.875rem;
	}
}

@media (min-width: 992px) and (max-width: 1200px)  {
	.testimonial-inline-flex {
		display: block;
	}
	.testimonial-inline-flex .content,
	.testimonial-inline-flex .img {
		display: block;
		max-width: 100%;
		max-height: 100%;
	}
	.testimonial-inline-flex .img img {
		width: 100%;
		height: auto;
	}
	.testimonial-inline-flex .img::after,
	.testimonial-inline-flex.reverse .img::after{
		border-width: 0 1.25rem 1.25rem 1.25rem;
		border-color: transparent transparent #F0F0F0 transparent;
		right: 0;
		left: 45%;
		bottom: -10px;
		top: auto;
	}
}

@media (min-width: 767px) and (max-width: 991px) {
	.testimonial-inline-flex .img img {
		transform: translateX(-12%);
        position: absolute;
        top: 0;
        left: 0;
	}
}

/*******************************************
:--- Why Program ---:
*******************************************/

#why-program-section h2 {
    color: #002d73;
	font-family: 'UniformBlack-Regular', sans-serif;
	font-size: 50px;
	display: block;
    text-transform: none;
}

.box-list-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 3rem;
}

.box-list-container .box-list-item {
    flex: 1 1 20%;
    border: 1px solid #FFB81A;
    margin: 0;
    padding: 2rem;
    list-style: none;
    z-index: 5;
    position: relative;
}

.box-list-container .box-list-item .header {
    color: #214277;
    display: block;
    font-family: 'UniformBold-Regular', sans-serif;
    font-size: 1.375rem;
    line-height: 1.025;
    margin: 0 0 22px;
    padding: 0;
    text-transform: uppercase;
}

.box-list-container .box-list-item i {
    color: #000;
    font-size: 80px;
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: .075;
}

@media (max-width: 992px) {
    #why-program-section h2 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .box-list-container .box-list-item {
        padding: 24px;
    }
}

/*******************************************
:--- Why Pace ---:
*******************************************/

.why-pace-container h2 {
	color: #000;
	font-family: 'UniformExtraCondensedBlack-Regular';
	font-size: 70px;
	display: block;
}

.why-pace-container .section-intro {
	margin-bottom: 2.5rem;
}

.program-card {
	display: block;
	position: relative;
	margin: 0 auto 50px; 
	width: 100%;
}

.program-card .img-box {
	height: auto;
	margin: 25px 0;
	width: 100%;
	position: relative;
}

.program-card img {
	background: #333;
	border: 0;
	height: 100%;
	transition: all .25s ease-in-out;
	width: 100%;
}

.program-card .btn {
	color: #002D73;
	font-size: 0.938rem;
	padding: 0 15px;
	margin-bottom: 1.563rem;
	text-align: left;
	text-transform: capitalize;
}

.program-card .btn:hover {
	color: #0036A1;
}

.program-card .btn::after {
    display: inline-block;
    width: 0;
    height: 11px;
    border-top: 0.344rem solid transparent;
    border-bottom: 0.344rem solid transparent;
    border-left: 0.438rem solid #002D73;
    content: '';
    margin-left: 0.938rem;
}

.program-card .btn:hover::after {
	border-left: 0.438rem solid #0036A1;
}

.program-card .program-title {
	color: #151515;
	display: block;
	font-family: 'UniformExtraCondensedBlack-Regular';
	font-size: 2.25rem;
    line-height: 0.9445;
	margin: 0 0 20px;
	padding: 0;
	text-transform: uppercase;
}

.program-card .program-text {
	font-size: 14px;
	padding: 0;
}

.program-card a:hover {
	text-decoration: none;
}

.program-card a:hover .img-box img {
	filter: grayscale(1);
}

.program-card a:hover .program-title {
	text-decoration: underline;
}

.program-card a:hover .btn {
	color: #0036A1;
}

.program-card a:hover .btn::after {
	border-left: 0.438rem solid #0036A1;
}

@media (max-width: 992px) {
	.why-pace-container .section-intro {
		margin-bottom: 2rem;
	}

    .program-card .program-title,
    .program-card .program-text {
        padding: 0;
    }
}

@media (max-width: 767px) {
	.program-card .img-box {
		margin: 25px auto;
	}

    .program-card .program-title {
        margin: 0 auto 20px;
	}

    .program-card .program-text {
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
	.program-card {
		margin-bottom: 4rem;
	}
	
	.program-card .program-title {
		font-size: 1.875rem;
		line-height: 0.9445;
	}
}

/*******************************************
:--- ABOUT SCHOOL ---:
*******************************************/

.about-school {
    background-color: #4686c6;
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(90deg, #4686c6 50%, #fff 50%);
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}

.about-school::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: calc(100% + 15px);
    height: 50%;
    background: url(../../images/ppc/texture-lines-desktop.svg) no-repeat;
    z-index: 1;
    background-size: cover;
    overflow: hidden;
}

.about-school::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 5rem 3.5rem 0 0;
    border-color: transparent #fff #fff transparent;
    right: 50%;
    left: 50%;
    bottom: 0;
    margin-left: -56px;
}

.about-school .about-school-box {
    background-color: #002D73;
    margin: auto;
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
}

.about-school .about-school-box::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    border-width: 0 0 5rem 3.5rem;
    border-color: #4686c6 transparent transparent #4686c6;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.about-school .about-school-box .about-rank {
    position: relative;
    z-index: 5;
}

.about-school .title {
    display: block;
    font-family: 'UniformExtraCondensedBlack-Regular';
    font-size: 4rem;
    line-height: 0.9445;
    margin: 0 0 20px;
    text-transform: uppercase;
}

/*********************************************
:--- Footer Callout and Micro-Internships ---:
*********************************************/

.footer-callout {
    background-color: #ffb81a;
}

.micro-internships {
	padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    background-color: #ffb81a;
}

.footer-callout .title,
.micro-internships .title {
    color: #151515;
    display: block;
    font-family: 'UniformExtraCondensedBlack-Regular';
    font-size: 3rem;
    line-height: 0.9445;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.footer-callout p,
.micro-internships p {
    color: #151515;
    padding-bottom: 0;
}

.footer-callout a,
.micro-internships a {
    color: #151515;
    text-decoration: underline;
}

.footer-callout a:hover,
.footer-callout a:focus,
.footer-callout a:active,
.micro-internships a:hover,
.micro-internships a:focus,
.micro-internships a:active {
    color: #151515;
    text-decoration: none;
}

.footer-callout .program-card,
.micro-internships .program-card {
    background: transparent;
}

@media (max-width: 767px) {
    .footer-callout .title,
    .micro-internships .title {
        font-size: 2rem;
    }

    .footer-callout .program-card,
    .micro-internships .program-card {
        margin-bottom: 2rem;
    }
}

/*******************************************
:--- Floating Alert Bar ---:
*******************************************/

/* Floating container in bottom-right */
.floating-alert {
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	z-index: 2000;
	width: clamp(260px, 28vw, 420px);
	pointer-events: auto;
	display: none;
}

.floating-alert .alert {
	background-color: #FFB81A;
	color: #000;
}

.side-alert {
	position: fixed;
	top: 50%;
	right: -340px; /* hidden offscreen */
	transform: translateY(-50%);
	width: 300px;
	z-index: 2000;
	background-color: #FFB81A;
	color: #000;
	border-radius: 8px 0 0 8px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	transition: right 0.5s ease-in-out;
	padding: 1.5rem;
}

.side-alert.show {
	right: 0; /* slides in */
}

.side-alert .close-btn,
.floating-alert .close-btn {
	background: none;
	border: none;
	color: #000;
	font-size: 1.5rem;
	position: absolute;
    top: 7px;
    right: 6px;
	cursor: pointer;
}

.side-alert-title,
.floating-alert .alert-header h5 {
	font-size: 1.125rem;
	line-height: 1.4;
}

.fade-in {
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.fade-in.show {
	opacity: 1;
}

.hide {
    display: none !important;
}

/* Slight styling for the card-like alert */
.floating-alert .alert,
.side-alert .alert {
	border-radius: .75rem;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
	overflow: hidden;
	margin: 0;
}

.floating-alert p,
.side-alert p {
    color: #000;
}

.side-alert .alert {
	border-radius: 0;
}

.floating-alert .alert hr,
.side-alert hr {
	border-color: #000;
    height: 0;
}

/* Title row: make clickable for toggling */
.floating-alert .alert-header,
.side-alert .alert-header {
	display: flex;
	gap: .75rem;
	width: 100%;
	padding: .6rem 0.75rem;
    font-family: 'UniformBold-Regular', sans-serif;
}

.floating-alert .alert-header {
	padding: .6rem 0.75rem 0 0.75rem;
}

.floating-alert .alert-body,
.side-alert .alert-body {
	padding: .75rem;
}

.floating-alert .alert-body .btn,
.side-alert .btn {
	padding: 8px 12px !important;
	font-size: 0.9rem;
    margin: 10px 0;
    display: inline-block;
    background: #002d73;
    color: #fff !important;
    font-family: 'UniformMedium-Regular';
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    border: 0;
    border-radius: 0;
    align-items: center;
    text-decoration: none;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
    z-index: 1;
}

.floating-alert .alert-body .btn::after,
.side-alert .btn::after {
    content: "";
    position: absolute;
    left: 70%;
    top: 0;
    height: 200px;
    width: 190px;
    background: #0036A1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(62%) translateY(-25%) rotate(120deg);
    transform: translateX(62%) translateY(-25%) rotate(120deg);
    z-index: -1;
}

.floating-alert .alert-body .btn:hover::after,
.side-alert .btn:hover::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 200px;
    width: 190px;
    background: #0036A1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(62%) translateY(-25%) rotate(120deg);
    transform: translateX(62%) translateY(-25%) rotate(120deg);
}

/*******************************************
:--- Image Offset Border ---:
*******************************************/

.img-offset {
	position: relative;
}

.img-offset::before {
	position: absolute;
    content: '';
    display: block;
    width: calc(100% - 50%);
    height: calc(100% - 1.563rem);
    top: -1.563rem;
    left: -1.563rem;
}

.img-offset-lg::before {
	position: absolute;
    content: '';
    display: block;
    width: calc(100% - 50%);
    height: calc(100% - 1.875rem);
    top: -1.875rem;
    left: -1.875rem;
}

.img-offset.yellow::before,
.img-offset-lg.yellow::before {
	background-color: #FFB81A;
}

.img-offset.blue::before,
.img-offset-lg.blue::before {
	background-color: #5094CD;
}

.img-offset.dark-blue::before,
.img-offset-lg.dark-blue::before {
	background-color: #4780B5;
}

.img-offset.darker-blue::before,
.img-offset-lg.darker-blue::before {
	background-color: #002D73;
}

.img-offset img,
.img-offset-lg img {
	position: relative;
	width: 100%;
}

/*******************************************
:--- Accordion ---:
*******************************************/

.accordion {
    border-top: 1px solid #FFB81A;
}

.accordion-item {
    border: none;
    border-radius: 0 !important;
    margin-bottom: 0;
    border-bottom: 1px solid #FFB81A;
}

.accordion-header {
    border: none;
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
}

.accordion-item h5 {
    color: #002D73;
    font-family: 'UniformBlack-Regular', sans-serif;
    font-weight: normal;
    padding: 0.75rem 0;
}

.accordion-item .accordion-header h5 {
    padding: 0;
}

.accordion-header .accordion-button {
    border-radius: 0 !important;
    font-family: 'UniformBold-Regular', sans-serif;
    font-size: 1.375rem;
    font-weight: normal;
    color: #002D73;
    padding: 0.75rem 0;
    width: 100%;
    text-align: left;
    text-transform: none;
}

.accordion-header .accordion-button:hover,
.accordion-header .accordion-button:focus,
.accordion-header .accordion-button:active {
    color: #0036A1;
    text-decoration: none;
}

.accordion-header .accordion-button:after,
.accordion-header .accordion-button.collapse:after {
    background-image: none;
    content: "\f0d8";
    font-weight: bold;
    font-family: "Font Awesome 5 Pro";
    transform: none;
}

.accordion-header .accordion-button.collapsed:after {
    content: "\f0d7";
    font-family: "Font Awesome 5 Pro";
}

.accordion-button:not(.collapsed) {
    background-color: transparent;
}

.accordion-body {
    padding: 1.25rem 0;
}

/*******************************************
:--- Footer ---:
*******************************************/

footer {
    background-color: #002d73;
    font-size: 12px;
    color: #fff;
    padding: 80px 0;
}

footer p {
    color: #fff;
    font-size: 12px;
}

footer a {
    text-decoration: none;
}

footer a:hover,
footer a:focus,
footer a:active {
    text-decoration: underline;
}

.footer-logo {
    max-width: 180px;
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    footer {
        padding: 50px 0;
    }
}

@media (max-width: 991px) {
    footer {
        text-align: center;
    }

    footer .left {
        float: none;
        text-align: center;
    }

    footer .right {
        float: none;
        text-align: center;
    }
}

@media (max-width: 640px) {
    footer {
        padding: 50px 0 80px;
    }
}

/*******************************************
:--- Media Queries ---:
*******************************************/

/* Large Displays */
@media (min-width: 1440px) {
    .container {
        max-width: 1400px;
    }
}