/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
    color: #5252d4;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:focus {
    color: #6c63ff;
    text-shadow: none;
    background-color: transparent;
    border: 1px solid #6c63ff;
}
.btn-secondary:hover {
    color: #f0f0f8;
    text-shadow: none;
    background-color: #6c63ff;
    border: 1px solid #6c63ff;
}

.navbar-toggler-icon:focus,
.navbar-toggler-icon:hover,
.navbar-toggler-icon .active,
.navbar-toggler-icon .visited,
.navbar-toggler:focus,
.close:focus {
    outline: none;
    outline-color: transparent;
    outline-style: none;
    outline-width: 0;
}

a.clickDiv {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    position: absolute;
    z-index: 5;
}

/*
 * Base structure
 */

html,
body {
    /*height: 100%;*/
    background-color: #0a0a0f;
    min-height: 75rem;
    /* overflow-x: clip; */
}

body {
    display: -ms-flexbox;
    display: flex;
}

body.error404 {
    min-height: 100vh;
    flex-direction: column;
}

body.error404 #page {
    display: flex;
    flex: 1 0 auto;
    flex-direction: column;
    width: 100%;
}

body.error404 #error-404-wrapper {
    flex: 1 0 auto;
}

.cover-container {
    max-width: 42em;
}

/* Pick-o-font */
/*.aptos-bold {
    font-family: "aptos", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.aptos-semibold {
    font-family: "aptos", sans-serif;
    font-weight: 600;
    font-style: normal;
}
.aptos-regular {
    font-family: "aptos", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.aptos-extrabold {
    font-family: "aptos", sans-serif;
    font-weight: 800;
    font-style: normal;
}
.aptos-black {
    font-family: "aptos", sans-serif;
    font-weight: 900;
    font-style: normal;
}
.aptos-italic {
    font-family: "aptos", sans-serif;
    font-weight: 400;
    font-style: italic;
}
.aptos-display-bold {
    font-family: "aptos-display", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1rem;
}*/

.inter-bold, .aptos-bold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.inter-semibold, .aptos-semibold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.inter-regular, .aptos-regular {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.inter-extrabold, .aptos-extrabold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.inter-black, .aptos-black {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}
.inter-italic, .aptos-italic {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: italic;
}

.inter-display-bold, .aptos-display-bold {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight:700;
  font-style: normal;
}

/*.sofia-pro-bold {
    font-family: "sofia-pro-variable", sans-serif;
    font-variation-settings:
        "slnt" 0,
        "wght" 708.21918;
}*/

.poppins-bold, .sofia-pro-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*.alphabetsoup {
    font-family: "alphabet-soup-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}*/

.alphabetsoup, .baloo-2-soup {
  font-family: "Baloo 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}


h1,
.h1,
h2,
.h2,
h3,
h4 {
    font-weight: 700;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-size: 2.5rem;
    line-height: 2.6rem;
}
.h1XL {
    font-size: 45px;
    line-height: 45px;
}
h2,
.h2 {
    font-size: 24pt;
    line-height:27pt;
}
h3,
.h3 {
    font-size: 18pt;
    line-height: 21px;
}
h4 {
    font-size: 14pt;
    line-height: 18pt;
}
h6 {
    font-size: 12pt;
    line-height: 16px;
}
p {
    font-size: 13pt;
    line-height: 16pt;
}

@media (min-width: 375px) {
    .h1XL {
        font-size: 60px;
        line-height: 45px;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 3.7rem;
        line-height: 3.9rem;
    }
    .h1XL {
        font-size: 120px;
        line-height: 100px;
    }
    h2,
    .h2 {
        font-size: 34pt;
        line-height: 2.7rem;
    }
    h3,
    .h3 {
      font-size: 22pt;
      line-height: 24px;
    }
    h4 {
        font-size: 16pt;
        line-height: 24pt;
    }
    p {
        font-size: 14pt;
        line-height: 24pt;
    }
}



.altH2 {
    font-weight: 400;
    font-size: 1.8rem !important;
    line-height: 1.9rem;
    font-style: normal;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .altH2 {
        font-size: 2.3rem !important;
        line-height: 2.4rem;
    }
}

.altH3 {
    font-family: aptos-semibold, sans-serif;
    font-weight: 600;
    font-size: 21px !important;
    font-style: normal;
    line-height: 1.7rem;
    margin-bottom: 0;
}

.altH4 {
    font-family: aptos-semibold, sans-serif;
    font-weight: 700;
    font-size: 14px !important;
    font-style: normal;
    line-height: 1.5rem;
    margin-bottom: 0;
}

body,
p,
.pg {
    font-family: aptos-regular, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    font-style: normal;
}

em,
.italic {
    font-family: aptos-italic, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    font-style: italic;
}

b,
.strong {
    font-family: aptos-bold, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.black {
    font-family: aptos-black, sans-serif;
    font-weight: 900;
    font-style: normal;
}
blockquote {
    font-size: 1.2rem;
    line-height: 1.8rem;
}

sub {
    /* font-size: 30%;*/
    bottom: -0.4em;
    /* margin-left: -0.5em;*/
}

ul li {
    font-family: "aptos", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14pt;
    line-height: 24pt;
    margin-bottom: 8pt;
}

a.altLink {
    color: #eee;
}
a.altLink:hover {
    color: #666;
}

.tl-xs-tc {
    text-align: center;
}
.tr-xs-tc {
    text-align: center;
}
@media (min-width: 768px) {
    .tl-xs-tc {
        text-align: left;
    }
    .tr-xs-tc {
        text-align: right;
    }
}

@media (min-width: 320px) {
    .tl-sm-tc,
    .textLeftXScenter {
        text-align: center;
    }
    .tr-sm-tc,
    .textRightXScenter {
        text-align: center;
    }
}

@media (min-width: 768px) {
    .tl-sm-tc,
    .textLeftXScenter {
        text-align: left;
    }
    .tr-sm-tc,
    .textRightXScenter {
        text-align: right;
    }
}
.clearer {
    clear: both;
}

/*.btn {padding: .3rem .2rem;}
@media screen and (min-width: 768px) {
  .btn {padding: .375rem .75rem;}
}*/
.btn-primary {
    color: #f0f0f8;
    background-color: #6c63ff;
    border-color: #6c63ff;
    font-family: "aptos", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12pt;
    text-decoration: none;
}
.btn-primary:hover {
    color: #f0f0f8;
    background-color: #5252d4;
    border-color: #5252d4;
}
.btn-primary a {
    color: #f0f0f8;
    text-decoration: none;
}

.btn-dark {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-light,
.btn-lightDark {
    color: #393839;
    background-color: #fff;
    border-color: #fff;
}
.btn-light:hover {
    color: #222;
    background-color: #999;
    border-color: #999;
}
.btn-blue {
    color: #393839;
    background-color: #a2dbe5;
    border-color: #a2dbe5;
}
.btn-blue:hover {
    color: #222;
    background-color: #999;
    border-color: #999;
}

.btn-group-lg > .btn,
.btn-lg,
.btn-group-md > .btn,
.btn-md {
    padding: 0.5rem 1rem;
    font-size: 0.65rem;
    line-height: 1.3;
    border-radius: 1rem;
    font-family: "aptos", sans-serif;
    font-weight: 700 !important;
}
.btn-lg {
    min-width: 134px;
    height: 30px;
}
.btn-md {
    min-width: 80px;
    height: 30px;
}

.btn-circle {
    width: 60px;
    height: 60px;
    padding: 12px 0px !important;
    border-radius: 30px;
    text-align: center;
    font-size: 2rem;
    line-height: 1.42857;
    background: #fff;
}

.medBlueRelative {
    background: #a2dbe5;
    position: relative;
}
.grayBkgd {
    background: #393839;
}
.grayBkgdRelative {
    background: #393839;
    position: relative;
}
.orangeBkgd {
    background: #e67a23;
}
.blueBkgd {
    background: #a2dbe5;
}
.frenchBlueBkgd {
    background: #a2dbe5;
}
.medBlue,
.medBlueBkgd {
    background: #a2dbe5;
}
.yellowBkgd {
    background: #ffd23f;
}
.lightYellowBkgd {
    background: #f3e9d2;
}
.darkBkgd {
    background: #0a0a0f;
}
.darkGrayBkgd {
    background: #111118;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: #0a0a0f !important;
}
.darkPurpleBkgd {
    background: #1a1a26;
}
.anotherPurpleBkgd {
    background: #393f4d;
}
.brightPurpleBkgd {
    background: #7575dd;
}
.lightPurpleBkgd {
    background: #cecfde;
}
.lightPurpleBkgd20 {
    background: rgba(206, 207, 222, 0.2);
}

.offwhiteBkgd {
    background: #f0f0f8;
}
.redBkgd {
    background: #ff6b2b;
}
.whiteBkgd {
    background: #fff;
}

.ital {
    font-style: italic;
}

a.link-blue {
    color: #a2dbe5;
}

.text-black {
    color: #000;
}
a.link-black {
    color: #000;
}

.text-darkGray {
    color: #1a1a26;
}
.text-gray,
.grayText {
    color: #666;
}
.text-grayTwo {
    color: #54595f;
}
.text-grayThree {
    color: #dedfdf;
}
.text-white {
    color: #fff;
}
.text-orange {
    color: #ff6b2b;
}
.text-dustyPurple {
    color: #8888a0;
}
.text-purple {
    color: #7575dd;
}
.text-lightPurple {
    color: #cecfde;
}
.text-brightPurple {
    color: #7575dd;
}
.text-darkPurple {
    color: #393f4d;
}
.text-green {
    color: #7ed957;
}
.text-offwhite {
    color: #f0f0f8;
}
.text-fuscha {
    color: #ee4799;
}
.text-yellow {
    color: #feda6a;
}
.text-blue {
    color: #227bdd;
}
.text-red {
    color: #ff0000;
}

.border-radius-18 {
    border-radius: 18px;
}
.border-color-md {
    border-color: #393f4d;
    border-width: 1px;
    border-style: solid;
}
.border-color-yellow {
    border-color: #f1c40f;
    border-width: 1px;
    border-style: solid;
}
.border-color-orange {
    border-color: #ff6b2b;
    border-width: 1px;
    border-style: solid;
}
hr {opacity: 0.3;}

.PtoMhorizGrad {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5252d4+0,f8478d+100&0.2+0,0.2+100 */
    background: linear-gradient(
        to right,
        rgba(82, 82, 212, 0.2) 0%,
        rgba(248, 71, 141, 0.2) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.OtoMdiagGrad {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff6b2b+0,ff3fa4+100 */
    background: linear-gradient(
        135deg,
        rgba(255, 107, 43, 1) 0%,
        rgba(255, 63, 164, 1) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.aboutEDgrad {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5252d4+65,5252d4+95&0.25+65,0+95 */
    background: linear-gradient(
        to bottom,
        rgba(82, 82, 212, 0.25) 5%,
        rgba(82, 82, 212, 0) 35%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.aboutIDgrad {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ee4799+65,ee4799+95&0.25+65,0+95 */
    background: linear-gradient(
        to bottom,
        rgba(238, 71, 153, 0.25) 5%,
        rgba(238, 71, 153, 0) 35%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.aboutBIgrad {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7ed957+65,7ed957+95&0.25+65,0+95 */
    background: linear-gradient(
        to bottom,
        rgba(126, 217, 87, 0.25) 5%,
        rgba(126, 217, 87, 0) 35%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.aboutCSgrad {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff6b2b+65,ff6b2b+95&0.25+65,0+95 */
    background: linear-gradient(
        to bottom,
        rgba(255, 107, 43, 0.25) 5%,
        rgba(255, 107, 43, 0) 35%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.aboutCMgrad {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#feda6a+65,feda6a+95&0.25+65,0+95 */
    background: linear-gradient(
        to bottom,
        rgba(254, 218, 106, 0.25) 5%,
        rgba(254, 218, 106, 0) 35%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.aboutUXgrad {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#227bdd+65,227bdd+95&0.25+65,0+95 */
    background: linear-gradient(
        to bottom,
        rgba(34, 123, 221, 0.25) 5%,
        rgba(34, 123, 221, 0) 35%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.aboutDSgrad {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7575dd+65,7575dd+95&0.25+65,0+95 */
    background: linear-gradient(
        to bottom,
        rgba(117, 117, 221, 0.25) 5%,
        rgba(117, 117, 221, 0) 35%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/*
 * Header
 */
.masthead {
    margin-bottom: 0;
    padding: 2vh 0;
}

.masthead-brand {
    margin-bottom: 0;
}

.nav-masthead .nav-link {
    padding: 0.25rem 0;
    font-family: aptos-semibold, sans-serif;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    background-color: #000;
    border-bottom: 0.25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, 0.25);
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}

/*.navbar-light {background:rgba(255, 255, 255, .5);}*/

.coverBk {
    background-size: cover;
}

/*
 * Cover
 */
.cover {
    padding: 0 0;
}
@media (min-width: 992px) {
    .cover {
        padding: 0 1.5rem;
    }
}
main {
    /*z-index:1;*/
}
main li a {
    color: #393839;
    font-size: 0.8rem;
    line-height: 1.2;
    font-family: aptos-semibold, sans-serif;
    font-weight: 700 !important;
}
/*
 * Footer
 */
.mastfoot {
    color: rgba(255, 255, 255, 0.5);
}

.navTabs {
    margin: 15px auto;
}

.navHome {
    color: #96989a;
}

.navbar {
    padding: 0px 0px;
    height: 60px;
}
@media (min-width: 992px) {
    .navbar {
        padding: 12px 0px;
        height: 70px;
    }
}

.navbar-header {
    float: none;
}

.navbar .fixed-top {
    min-height: 76px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    width: auto;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

/*.navbar-dark {background:#000;}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(237, 201, 68,1);
}*/


.navbar-expand .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.nav-link {
    font-family: "aptos", sans-serif;
    font-weight: 500;
    display: inline-block;
    padding: 0.8rem 1rem;
    margin-left: 15px;
    margin-right: 0px;
    font-size: 1.2rem;
    line-height: 0.8rem;
}
@media (min-width: 375px) {
    .nav-link {
        font-size: 1.2rem;
        line-height: 0.8rem;
        margin-left: 15px;
        margin-right: 5px;
    }
}
@media (min-width: 992px) {
    .nav-link {
        font-size: 1rem;
        line-height: 1rem;
        padding: 0.5rem 1rem;
        margin-left: 22px;
        margin-right: 10px;
    }
}
.nav-item a {
    color: #8888a0;
}
.nav-item a:hover {
    color: #fff;
}

.nav-item.active a {
    color: #fff;
    /* border-bottom: 2px solid #6c63ff; */
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
@media (min-width: 768px) {
    .navbar-brand {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (min-width: 992px) {
    .navbar-brand {
        padding-top: 5px;
        padding-bottom: 10px;
    }
}

.navbar-brand img {
    width: 200px;
    margin: 4px 0;
}

/*@media (min-width: 992px) {
  .navbar-brand img {height:55px; width:92.5px;}
}*/

.navbar-inverse {background:rgba(0,0,0,1);}

.navbar-inverse .navbar-toggler-icon {
    background-image: url('/wp-content/uploads/bars_circle.svg') !important;
}
.navbar-toggler-icon,
.close,
.modal .close {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}
@media (min-width: 992px) {
    .navbar-toggler-icon,
    .close,
    .modal .close {
        width: 48px;
        height: 48px;
    }
}
.navbar-toggler {
    padding: 0;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.modal-fullscreen-menu .close,
.modal .close {
    background-image: url("/wp-content/uploads/bars_circle_close.svg") !important;
    color: white;
    opacity: 1;
    padding: 0;
    position: absolute;
    /*top: 24px;*/
    top: 24px;
    /*right: 80px;*/
    right: 30px;
    z-index: 9;
}

.modal-fullscreen-menu .modal-dialog {
    margin: 0 auto;
    width: 100%;
    /*max-width: 768px;*/
    max-width: 1140px;
    display: flex;
    height: 100%;
    align-items: center;
    pointer-events: all;
}
.modal-fullscreen-menu .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.modal-fullscreen-menu .list-group {
    text-align: left;
    margin: 0 auto;
    width: 100%;
}

.modal-fullscreen-menu .list-group-item {
    padding: 0.75rem 1.25rem 0.75rem 0;
}

.modal-fullscreen-menu .list-group a {
    font-size: 30px;
    border: none;
    transition: all 0.25s ease;
    background-color: transparent;
    color: #666;
    line-height: 30px;
    z-index: 1500;
    font-family: acumin-pro-semi-condensed, sans-serif;
    font-weight: 500;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 992px) {
    .modal-fullscreen-menu .list-group a {
        font-size: 35px;
        line-height: 1.8rem;
        /*padding: 1.5vh 0;*/
        cursor: pointer;
    }
}
.modal-fullscreen-menu .list-group a:hover {
    color: #fff;
    text-decoration: none;
}

.modal-backdrop.in {
    opacity: 1;
}

.modal-backdrop.show {
    opacity: 0.9;
}
.modal-fullscreen-menu /*.modal-backdrop*/ {
    background-color: #a2dbe5;
}
.logo {
    margin-bottom: auto;
}

.logo img {
    height: 20px;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 2vh;
}

.socialNav li a {
    color: #7575dd;
    font-size: 1.25rem !important;
    padding: 0 10px !important;
    cursor: pointer;
}
.socialNav li a:hover {
    color: #5252d4;
}
.socialFooter a:hover img {
  filter: invert(56%) sepia(90%) saturate(6656%) hue-rotate(232deg) brightness(89%) contrast(85%);
}


.social-btn {
  background-color: #7575dd;
  transition: background-color 0.2s ease;
}

.social-btn:hover {
  background-color: #5252d4;
}


.linkBox {
    height: 285px;
    position: relative;
}

.linkBox button {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.mediaContacts {
    padding: 68px 0;
}
.mediaContacts h3 {
    font-size: 25px;
    line-height: 28px;
    letter-spacing: 0.5px;
}
.mediaContactsList h4 {
    font-family: acumin-pro-semi-condensed, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    /*    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: none;
*/
}
.mediaContactsList p {
    font-size: 12px;
    line-height: 24px;
    margin: 0;
}

.email a {
    color: #e67a23;
    font-weight: 600;
}
.email a:hover {
    color: #666;
    text-decoration: none;
}

.footer {
    padding-top: 60px;
    padding-bottom: 15px;
}
.footerLogos a img {
    /* height: 60px;
    margin: 0 10px; */
    opacity: 0.5;
}
.footerLogos li {
  margin: 0 10px;
}

.footerLogos img {
  width: auto;
  height: 60px;
}
@media (max-width: 820px) {
  .footerLogos li {
    margin: 0 8px;
  }

  .footerLogos img {
    height: 48px;
  }
}

@media (max-width: 768px) {
  .footerLogos li {
    margin: 0 6px;
  }

  .footerLogos img {
    height: 28px;
  }
}

@media (max-width: 480px) {
  .footerLogos li {
    margin: 0 6px;
  }

  .footerLogos img {
    height: 40px;
  }
}



.socialFooter {
    padding: 40px 0 0;
}
@media (min-width: 768px) {
    .socialFooter {
        padding: 0;
    }
}
.socialFooter a {
    color: #fff;
    font-size: 1.5rem;
    padding: 0 8px;
}
.socialFooter a:hover {
    color: #006bb6;
}

.text-small,
.text-small a {
    font-size: 10px !important;
}

.modal-header {
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.modal-footer {
    border-top: none;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.modal-body {
    padding: 1rem 15px;
}
@media (min-width: 992px) {
    .modal-body {
        padding: 1rem 10%;
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}
@media (min-width: 992px) {
    .modal-dialog {
        max-width: 920px;
        margin: 1.75rem auto;
    }
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background: #dedfdf;
    /*background-color: transparent;*/
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 0rem;
    outline: 0;
}

.borderBottom {
    border-bottom: 1px solid #d24520;
}

.p-6 {
    padding: 3rem !important;
}
@media (min-width: 768px) {
    .p-6 {
        padding: 4rem !important;
    }
}
.pt30 {
    padding-top: 30px;
}
.pb30 {
    padding-bottom: 30px;
}
.py30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.py20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.py60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt50 {
    padding-top: 50px;
}
.pb50 {
    padding-bottom: 50px;
}
.pt60 {
    padding-top: 60px;
}
.pb60 {
    padding-bottom: 60px;
}
.pt100 {
    padding-top: 100px;
}
.pt200 {
    padding-top: 200px;
}
.pb200 {
    padding-bottom: 200px;
}

.py100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.my100 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.my80 {
    margin-top: 80px;
    margin-bottom: 80px;
}

.mb60 {
    margin-bottom: 60px;
}

.modal-fullscreen-menu .pt200 {
    padding-top: 100px;
}
@media (min-width: 768px) {
    .modal-fullscreen-menu .pt200 {
        padding-top: 200px;
    }
}

ul.sfGrid {
    margin-top: 6px;
}

/*ul.sfGrid li a {width: 140px;}*/
/*.downloads {z-index: 3; position:relative;}*/
.downloads .btn {
    padding: 5px 18px;
    width: 144px !important;
}
.downloads button a,
.form-group .btn a {
    color: #000;
    text-align: center;
    margin: 0 auto;
}
.downloads button a:hover,
.form-group button a:hover {
    text-decoration: none;
}

.downloads a.btn-light:hover,
.videoItem a.btn-light:hover {
    color: #fff;
    background: #27aae1;
    border-color: #27aae1;
}
.downloads a.btn-light .active,
.videoItem a.btn-light .active {
    color: #fff;
    background: #27aae1;
    border-color: #27aae1;
}
.btn-light.focus,
.btn-light:focus,
.btn-redclay:focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    color: #000;
}
.downloads .btn:before,
.form-group .btn:before {
    display: none !important;
}

.dlIcon img {
    width: 36px;
    height: 36px;
}
.dlTxt {
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
}

.dlIconLG img {
    width: 60px;
    height: 60px;
}
/* ---- PHOTOGRAPHY PAGE ---- */

/*.photoBk {background: url('../images/sand.jpg');}*/

/* ---- isotope ---- */

.grid {
    /*border: 1px solid #333;*/
}

/* clear fix */
.grid:after {
    content: "";
    display: block;
    clear: both;
}

.hidden {
    display: none;
}
.photosBox .caption {
    display: none;
}
a.fancybox img {
    margin-bottom: 4px;
}

.label {
    margin-bottom: 10px;
}
.btn-gray {
    background-color: #666;
    border-color: #666;
}
.btn-gray:hover {
    background-color: #808080;
    border-color: #808080;
}

.caption,
.imgNumber {
    font-family: acumin-pro, sans-serif;
    font-size: 10px;
    font-weight: 500;
}

/*@media (min-width: 768px) {
  .caption, .imgNumber {
    font-size:12px;
  }
  .zipdownloaditem {
    font-size:12px;
  }
}*/

#productModalCenter {
    overflow-y: auto;
}

.dblbtn {
    width: 140px;
    margin: 10px auto;
    height: 30px;
    padding: 3px 2px;
}

/* not working in wordpress
.os-animation {
    opacity: 1;
}
@media (min-width: 768px) {
    .os-animation {
        opacity: 0;
    }
}
*/

.relative {
    position: relative;
}
.tlimg {
    position: absolute;
    z-index: 2;
}
.textover {
    position: absolute;
    z-index: 3;
}

.navPadSpecial {
    padding-top: 0px;
}
@media (min-width: 768px) {
    .navPadSpecial {
        padding-top: 200px;
    }
}

.btt {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 10%;
    right: 10%;
    z-index: 999;
}
.btt a {
    color: red;
}

.accordion .btn {
    position: relative;
    width: 100%;
    text-align: left;
}

.accordion .btn h2:after,
.accordion .btn.collapsed h2:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    color: #a2dbe5;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 0;
    transform: rotate(90deg);
    transition: all 0.3s ease 0s;
}
@media (min-width: 768px) {
    .accordion .btn h2:after,
    .accordion .btn.collapsed h2:after {
        right: auto;
    }
}

/*.accordion .btn h4:after,
.accordion .btn.collapsed h4:after {
    content: "\f105";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    color: #A2DBE5;
    text-align: center;
    position: absolute;
    top: 8px;
    transform: rotate(90deg);
    transition: all 0.3s ease 0s;
}*/

.accordion .btn.collapsed h2:after,
.accordion .btn.collapsed h4:after {
    color: #a2dbe5;
    transform: rotate(0);
}

.accordion .btn h2:active,
.accordion .btn h4:active,
.accordion .btn h2:focus,
.accordion .btn h4:focus,
.accordion .btn h2:visited,
.accordion .btn h4:visited {
    text-decoration: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus {
    font-weight: 700;
    color: #666;
    text-decoration: none;
}

.rpHeader .btn {
    padding: 0.375rem 0;
}

.masthead {
    background: url("/wp-content/uploads/heroHeader_m-1.jpg") no-repeat center center;
    min-height: 640px;
    background-size: contain;
}
@media (min-width: 768px) {
    .masthead {
        background: url("/wp-content/uploads/heroHeader_m-1.jpg") no-repeat center center;
        min-height: 680px;
        background-size: cover;
    }
}
@media (min-width: 992px) {
    .masthead {
        background: url("/wp-content/uploads/heroHeader_d-1.jpg") no-repeat center center;
        min-height: 680px;
        background-size: cover;
    }
}
@media (min-width: 1025px) {
    .masthead {
        background: url("/wp-content/uploads/heroHeader_d-1.jpg") no-repeat center center;
        min-height: 680px;
        background-size: cover;
    }
}
@media (min-width: 1280px) {
    .masthead {
        background: url("/wp-content/uploads/heroHeader_d-1.jpg") no-repeat center center;
        min-height: 680px;
        background-size: cover;
    }
}
@media (min-width: 1600px) {
    .masthead {
        background: url("/wp-content/uploads/heroHeader_d-1.jpg") no-repeat center 50px;
        min-height: 880px;
        background-size: contain;
    }
}
/* .masthead .hero {
  min-height:640px;
}
@media (min-width: 768px) {
  .masthead .hero {
    min-height:680px;
  }
}
@media (min-width: 992px) {
  .masthead .hero {
    min-height:680px;
  }
} */

.masthead .logo img {
    width: 100%;
    height: 40px;
    margin: 20px auto 0;
}
@media (min-width: 992px) {
    .masthead .logo img {
        width: 300px;
        height: 55px;
        margin: 15px 0 30px auto;
    }
}
@media (min-width: 1200px) {
    .masthead .logo img {
        width: 300px;
        height: 55px;
        margin: 15px 0 30px auto;
    }
}

.carousel-caption {
    display:none;
    position: absolute;
    left: 0;
    top: calc(100% - 170px);
    height: 170px;
    background-color: rgba(26, 26, 38, 0.9);
    width: 100%;
    color: #f0f0f8;
    font-family: "aptos", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}
@media (min-width: 768px) {
    .carousel-caption {
        display:block;
        position: absolute;
        left: 0;
        top: calc(100% - 80px);
        height: 80px;
        background-color: rgba(26, 26, 38, 0.9);
        width: 100%;
        color: #f0f0f8;
        text-align: left;
    }
}

.carousel-indicators {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  transform: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 10px auto 0;
  padding: 0 15px;
  box-sizing: border-box;
  gap: 6px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  gap: 6px;
}
/* .carousel-indicators li {
  background-color:#7575dd;
} */
.carousel-indicators [data-bs-target] {
    margin-right: 5px;
    margin-left: 5px;

    background-color: #7575dd;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border-top: 0;
    border-bottom: 0;
  flex-shrink: 0; /* ← this is the key fix */
    opacity: 0.5;
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-indicators {
  gap: 6px;
}

.carousel-control-next-icon {
    background-image: url("/wp-content/uploads/2026/08/next.svg");
}
.carousel-control-prev-icon {
    background-image: url("/wp-content/uploads/2026/08/prev.svg");
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 17px;
    height: 62px;
}

.resourceOne {
    background-image: url("/wp-content/themes/understrap/images/younger_poster_Stellantis_iiac_tt.png");
    /*background-image: url('/wp-content/themes/understrap/images/imagine_career1.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 280px;
    /*min-height:255px;*/
    background-position: center center;
}

.resourceTwo {
    background-image: url("/wp-content/themes/understrap/images/younger_presentation_Stellantis_iiac_t.png");
    /*background-image: url('/wp-content/themes/understrap/images/imagine_career2.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 280px;
    /*min-height:255px;*/
    background-position: center center;
}

.resourceThree {
    background-image: url("/wp-content/themes/understrap/images/older_poster_Stellantis_iiac_tt.png");
    /*background-image: url('/wp-content/themes/understrap/images/imagine_career3.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 280px;
    /*min-height:255px;*/
    background-position: center center;
}

.resourceFour {
    background-image: url("/wp-content/themes/understrap/images/older_presentation_Stellantis_iiac_t.png");
    /*background-image: url('/wp-content/themes/understrap/images/imagine_career4.png');*/
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 280px;
    /*min-height:255px;*/
    background-position: 0 0;
}
.resourceFive {
    background-image: url("/wp-content/themes/understrap/images/coloringbook_activity.jpg");
    background-size: cover;
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (min-width: 768px) {
    .resourceFive {
        background-size: contain;
    }
}

.resourceSix {
    background: url("/wp-content/themes/understrap/images/BOAC_Stellantis_s.jpg"), #fff;
    background-size: cover;
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (min-width: 768px) {
    .resourceSix {
        background-size: contain;
    }
}

.overArt {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    left: 15px;
    z-index: 2;
}

.overArt a {
    background: rgba(0, 0, 0, 0);
    transition: all 0.25s ease-in;
    opacity: 0;
}
.overArt a:hover {
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

.fa-4x {
    font-size: 4em;
}

.btn-submit {
    color: #fff;
    background-color: #e67a23;
    border-color: #e67a23;
    padding: 14px 18px;
    font-size: 24px;
    line-height: 28px;
    text-align: center !important;
    font-weight: 700;
}

.btn-submit:hover {
    color: #fff;
    background-color: #222;
    border-color: #222;
}

.btn-file {
    color: #666;
    background-color: #a1d0d9;
    border-color: #a1d0d9;
    padding: 14px 18px;
    font-size: 24px;
    line-height: 28px;
    text-align: center !important;
    font-weight: 500;
    width: 160px !important;
}

.btn-file:hover {
    color: #fff;
    background-color: #222;
    border-color: #222;
}

.dadBox {
    border: dashed 4px #fff;
}
.dadBox img {
    height: 80px;
}
.dadBox.dragging {
    border: dashed 4px #999;
    cursor: copy;
}

.posterBkgd {
    background-image: url("/wp-content/themes/understrap/images/dfdPosterBkgd.png");
    background-size: cover;
    background-position: left top;
    height: 220px;
}
@media (min-width: 768px) {
    .posterBkgd {
        height: 350px;
    }
}
@media (min-width: 992px) {
    .posterBkgd {
        background-image: url("/wp-content/themes/understrap/images/dfdPosterBkgd.png");
        background-size: contain;
        background-position: center top;
        height: 720px;
        background-repeat: no-repeat;
        /*      width: 80%;*/
    }
}
.overPoster {
    position: relative;
    bottom: 80px;
    left: 0;
    padding: 15px 20px 24px 15px;
    width: 100%;
    right: auto;
    top: 0;
}
@media (min-width: 992px) {
    .overPoster {
        position: absolute;
        bottom: 15px;
        top: auto;
        right: 20px;
        width: 85%;
        padding: 20px 25px 30px 25px;
        left: auto;
    }
}

.btn-remove {
    border-color: #a1d0d9;
    background-color: #a1d0d9;
    border-radius: 0.25rem !important;
    width: 100px;
    text-align: center !important;
}
.btn-remove:hover {
    border-color: #222;
    background-color: #222;
}

/* new header */

.car {
    position: absolute;
    width: 100%;
    height: 200px;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
}
@media (min-width: 768px) {
    .car {
        position: absolute;
        width: 65%;
        height: 200px;
        top: 100px;
        left: 0;
        right: 0;
        bottom: 0;
    }
}
.car img {
    opacity: 0.5;
}

.iiacHPblue {
    width: 80%;
    max-width: 275px;
    height: 100px;
    margin: 0 auto;
    position: absolute;
    top: auto;
    bottom: 30px;
    left: 0;
    right: 0;
}
@media (min-width: 768px) {
    .iiacHPblue {
        width: 30%;
        height: 100px;
        margin: 20px 0 0 0;
        position: absolute;
        top: auto;
        bottom: 10px;
        left: 5%;
        right: 0;
    }
}
@media (min-width: 992px) {
    .iiacHPblue {
        width: 25%;
        height: 100px;
        margin: 20px 0 0 0;
        position: absolute;
        top: auto;
        bottom: 60px;
        left: 0;
        right: 0;
    }
}

.varSpacer {
    height: 22vh;
}
@media (min-width: 480px) {
    .varSpacer {
        height: 15vh;
    }
}
@media (min-width: 768px) {
    .varSpacer {
        height: 18vh;
    }
}
@media (min-width: 992px) {
    .varSpacer {
        height: 0vh;
    }
}

.circle-icon {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    display: inline-block;
}

.fourInfoBox {
    min-height: 111px;
}

.juniorCorner {
    top: 60px;
    right: 0;
    position: absolute;
    height: 150px;
    width: 220px;
}
@media (min-width: 600px) {
  .juniorCorner {
      top: 20px;
      right: -80px;
      position: absolute;
      height: 200px;
      width: 300px;
  }
}
@media (min-width: 992px) {
  .juniorCorner {
      top: -130px;
      right: -150px;
      position: absolute;
      height: 300px;
      width: 400px;
  }
}

.juniorHeader {
    background:
        url("/wp-content/uploads/junior_headerBkgd.svg") no-repeat 0 0,
        #f3e9d2;
    background-size: 100%;
}

.juniorHero {
    min-width: 320px;
    height: 320px;
    margin-top:-60px;
}
@media (min-width: 768px) {
  .juniorHero {
      min-width: 580px;
      height: 500px;
      margin-top:0;
  }
}

.circle-icon-junior {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background: #ffd23f;
    box-shadow: 0 0 0 13px #f3e9d2; /* outer border */
}

.card {
    border: none;
    background: none;
}
.card-img-top {
    border-radius: 18px 18px 0 0 !important;
}
.card-footer {
    border-radius: 0 0 18px 18px !important;
}

/* new clock */
.countdown-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0f0f8;
  border-radius: 18px;
  width: 65px;
  height: 75px;
  gap: 6px;
  background: rgba(206,207,222,0.3)
}

.countdown-number {
  font-size: 28pt;
  color: #f0f0f8;
  line-height: 0.8;
}

.countdown-label {
  font-size: 9pt;
  color: #f0f0f8;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
    .countdown-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #f0f0f8;
    border-radius: 18px;
    width: 120px;
    height: 120px;
    gap: 6px;
    background: rgba(206,207,222,0.3)
    }

    .countdown-number {
    font-size: 36pt;
    color: #f0f0f8;
    line-height: 1;
    }

    .countdown-label {
    font-size: 14pt;
    color: #f0f0f8;
    letter-spacing: 0.05em;
    }
}


  .home-page .masthead {
    min-height: 720px;
  }

  .home-page .masthead > .container {
    padding-top: 135px;
  }

  .home-page .home-hero-badge {
    margin-bottom: 34px;
  }

  .home-page .home-hero-row {
    margin-top: 0 !important;
  }

  .home-page .home-hover-card {
    border: 1px solid rgba(82, 82, 212, 0);
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  }

  .home-page .home-hover-card:hover,
  .home-page .home-hover-card:focus-within {
    transform: translateY(-3px);
    border-color: #5252d4;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
  }

  .home-page .home-material-link {
    display: block;
  }

  @media (max-width: 991.98px) {
    .home-page .masthead {
      min-height: 700px;
    }

    .home-page .masthead > .container {
      padding-top: 78px;
    }

    .home-page .home-hero-badge {
      margin-bottom: 28px;
    }
  }

  @media (min-width: 768px) and (max-width: 991.98px) {
    .home-page .masthead {
      background-size: contain;
      background-position: center 32px;
    }

    .home-page .hero .rounded-pill.OtoMdiagGrad.d-none.d-md-inline-block,
    .home-page .hero .btn.btn-primary {
      display: block !important;
      width: fit-content;
    }

    .home-page .hero .btn.btn-primary {
      margin-top: 1rem !important;
    }
  }

  @media (min-width: 992px) and (max-width: 1279.98px) {
    .home-page .masthead {
      min-height: 760px;
      background-size: contain;
      background-position: center 72px;
    }

    .home-page .masthead > .container {
      padding-top: 94px;
    }

    .home-page .juniorCorner {
      top: -92px;
      right: -92px;
      width: 330px;
      height: 248px;
    }
  }

  @media (min-width: 1280px) and (max-width: 1599.98px) {
    .home-page .masthead {
      background-position: center 24px;
    }
  }

  @media (min-width: 992px) and (max-width: 1049.98px) {
    .home-page .masthead {
      background-size: 102% auto;
      background-position: center top;
    }
  }

  @media (max-width: 767.98px) {
    .home-page .masthead {
      min-height: 660px;
    }

    .home-page .masthead > .container {
      padding-top: 70px;
    }

    .home-page .home-hero-badge {
      margin-bottom: 24px;
    }
  }

  @media (min-width: 549px) and (max-width: 575.98px) {
    .home-page .hero .rounded-pill.OtoMdiagGrad.d-inline-block.d-md-none,
    .home-page .hero .btn.btn-primary {
      display: block !important;
      width: fit-content;
    }

    .home-page .hero .btn.btn-primary {
      margin-top: 1rem !important;
    }
  }

  .my-y {margin-top:38px; margin-bottom:2px;}
  .strikethrough {
    text-decoration: line-through;
  }


/* ============================================
   PROCESS PAGE STYLES
   ============================================ */

.dp_masthead {
    background: url("/wp-content/themes/understrap/images/processHeader.jpg") no-repeat center top;
    min-height: 500px;
    background-size: cover;
}

.process-intro-copy {
    max-width: 430px;
}

.process-video-card {
    border: 1px solid #393f4d;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
}

.process-video-caption {
    min-height: 76px;
    display: flex;
    align-items: center;
}

.process-resource-group {
    padding: 28px;
    border-radius: 24px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.process-resource-kicker,
.process-schools-kicker {
    letter-spacing: 0.12em;
}

.process-resource-intro {
    max-width: 620px;
    margin: 0 auto;
}

.process-resource-card {
    height: auto;
    border-radius: 20px;
    overflow: hidden;
    background: #111118;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.process-resource-card:last-child {
    margin-bottom: 0 !important;
}

.process-resource-card:hover,
.process-resource-card:focus-within {
    transform: translateY(-4px);
    border-color: #7575dd;
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.28);
}

.process-resource-link {
    display: flex;
    flex-direction: column;
    color: inherit;
}

.process-resource-media {
    overflow: hidden;
    background: #262636;
}

.process-resource-media img {
    display: block;
    width: 100%;
}

.process-resource-footer {
    min-height: 96px;
    padding: 14px 16px 12px;
}

.process-resource-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.process-resource-title {
    margin: 0;
    font-size: 1rem;
    line-height: 1.35;
}

.process-resource-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

.process-resource-action-label {
    margin: 0;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.process-resource-action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.process-resource-action-icon img {
    width: 14px;
    height: 14px;
}

.process-resource-card:hover .process-resource-action-icon,
.process-resource-card:focus-within .process-resource-action-icon {
    transform: translateX(2px);
}

.process-schools {
    padding-top: 12px;
}

.process-schools-copy {
    max-width: 460px;
    margin-bottom: 0;
    line-height: 1.65;
}

.process-school-card {
    height: 100%;
    padding: 18px 20px;
    border-radius: 20px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.process-school-card-highlight {
    background: #26263a;
    border-color: #7575dd;
    box-shadow: 0 0 0 1px rgba(117, 117, 221, 0.18),
        0 18px 40px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.process-school-card:hover,
.process-school-card:focus-within {
    transform: translateY(-3px);
    border-color: #7575dd;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.24);
}

.process-school-link {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    gap: 16px;
}

.process-school-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

.process-school-title {
    line-height: 1.35;
}

.process-school-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.25s ease;
}

.process-school-icon img {
    width: 14px;
    height: 14px;
}

.process-school-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.process-school-meta img {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

.process-school-meta p {
    margin: 0;
    line-height: 1.35;
}

.process-school-card:hover .process-school-icon,
.process-school-card:focus-within .process-school-icon {
    transform: translate(1px, -1px);
}

.process-school-card-highlight .process-school-icon {
    transform: translate(1px, -1px);
}

@media (max-width: 991.98px) {
    .masthead {
        min-height: 470px;
    }

    .process-resource-group,
    .process-school-card {
        padding: 22px;
    }

    .process-video-caption {
        min-height: 0;
    }
}

@media (max-width: 767.98px) {
    .masthead {
        min-height: 410px;
    }

    .process-resource-group {
        padding: 20px;
        border-radius: 20px;
    }

    .process-resource-footer {
        min-height: 0;
        padding: 14px 16px 12px;
    }

    .process-resource-title {
        font-size: 0.95rem;
    }

    .process-resource-action-label {
        font-size: 0.74rem;
    }

    .process-school-card {
        padding: 16px 18px;
        border-radius: 18px;
    }
}


/* --- Mobile Navigation Fixes --- */
@media (max-width: 991.98px) {
    .navbar-toggler {
        border: 1px solid rgba(255,255,255,0.5) !important;
        padding: 4px 8px !important;
        background: transparent !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .navbar-white-icon,
    .navbar-toggler i,
    .navbar-toggler .fa-bars {
        color: #ffffff !important;
        font-size: 22px !important;
    }

    .navbar-collapse {
        background-color: #ffffff !important;
        position: fixed !important;
        top: 60px !important;
        right: 0 !important;
        width: 280px !important;
        height: auto !important;
        max-height: 50vh !important;
        overflow-y: auto !important;
        padding: 20px !important;
        box-shadow: -5px 5px 15px rgba(0,0,0,0.15) !important;
        z-index: 1000 !important;
        transition: transform 0.3s ease-in-out !important;
        border-radius: 0 0 0 12px !important;
        display: block !important;
        transform: translateX(100%) !important;
        left: auto !important; /* Ensure it stays on the right */
    }

    .navbar-collapse.show {
        transform: translateX(0) !important;
        display: block !important;
    }

    .navbar-nav {
        align-items: flex-start !important;
    }

    .nav-link {
        color: #1a1a26 !important;
        width: 100%;
        padding: 12px 0 !important;
        margin: 0 !important;
        font-size: 1.1rem !important;
        border-bottom: 1px solid #f0f0f8;
    }

    .nav-item.active .nav-link {
        color: #6c63ff !important;
        border-bottom-color: #6c63ff !important;
    }

    .navbar-collapse .btn-primary {
        margin-top: 20px;
        width: 100%;
        display: block;
        text-align: center;
    }

    .navbar-collapse:not(.show) {
        display: none !important;
        transform: translateX(100%) !important;
    }
}

/* --- Responsive --- */
@media (max-width: 767px) {
    .entry-hero {
        padding: 90px 0 30px;
    }
    .entry-title {
        font-size: 2rem;
    }
    .entry-card {
        padding: 20px 16px;
        border-radius: 14px;
    }
    .btn-entry-toggle {
        min-width: 140px;
        padding: 12px 16px;
        font-size: 0.8rem;
    }
    .entry-upload-area {
        padding: 28px 14px;
    }
    .entry-upload-specs {
        flex-direction: column;
        gap: 6px;
    }
}


