/* ====== TYPOGRAPHY ==================================== */
@import url("https://p.typekit.net/p.css?s=1&k=qra4olf&ht=tk&f=6846.6848.6851&a=16607273&app=typekit&e=css");

@font-face {
    font-family: "myriad-pro";
    src: url("https://use.typekit.net/af/1b1b1e/00000000000000000001709e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/1b1b1e/00000000000000000001709e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/1b1b1e/00000000000000000001709e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

@font-face {
    font-family: "myriad-pro";
    src: url("https://use.typekit.net/af/d32e26/00000000000000000001709b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/d32e26/00000000000000000001709b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/d32e26/00000000000000000001709b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
    font-display: auto;
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "myriad-pro";
    src: url("https://use.typekit.net/af/cafa63/00000000000000000001709a/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/cafa63/00000000000000000001709a/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/cafa63/00000000000000000001709a/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

.tk-myriad-pro {
    font-family: "myriad-pro", sans-serif;
}

body {
    font-family: "myriad-pro", "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    font-size: 1rem;;
    line-height: 1.4
}

@media print,
screen and (min-width: 64em) {
    body {
        font-size: 1rem;
        line-height: 1.4;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: myriad-pro, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #512888
}

button,
html,
input,
select,
textarea {
    color: #222
}
p,
body {
  font-family: myriad-pro, "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  line-height: 35px;
}
@media (max-width: 767.8px) {
  p,
  body {
    font-size: 20px;
    line-height: 32px;
  }
}
a,
a:active,
a:visited,
a:focus {
  color: #512888;
  text-decoration: underline;
}
a:hover {
  color: #512888;
  text-decoration: 1px underline #512888 dotted;
}
/* ====== UTILITY / HELPER ==================================== */
.no-gutter-padding .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
/* if row-foreground-brand_color_2 (white), apply white color to all hyperlink states */
.row-foreground-brand_color_2 a,
.row-foreground-brand_color_2 a:active, 
.row-foreground-brand_color_2 a:visited,
.row-foreground-brand_color_2 a:hover,
.row-foreground-brand_color_2 a:focus {
    color: #fff;
}
/* ====== NAVIGATION ==================================== */
/*  >> TOP NAV */
.top-nav {
    background-color: #eee;
    padding-top: 0;
    padding-bottom: 0;
}

.top-nav .navbar-brand,
.top-nav .nav-link {
    color: #512888;
    font-size: 0.875rem;
    line-height: 1;
}

.top-nav .navbar-nav {
    padding: 1px 0;
}
.top-nav .nav-link.applicant-login-link::before {
    display: inline-block;
    border: none !important;
    padding-right: 0.3rem;
    font: var(--fa-font-solid);
    content: "\f100";
    color: #f0ad00;
    vertical-align: 0;
    text-decoration: none !important;
    -webkit-transition: margin-left .2s ease-in, margin-right .2s ease-in, -webkit-transform .2s ease-in;
    transition: transform .2s ease-in, margin-left .2s ease-in, margin-right .2s ease-in, -webkit-transform .2s ease-in;
}
.top-nav .nav-link.applicant-login-link:hover::before {
    margin-right: 0.5rem;
    text-decoration: none !important;
}
@media (max-width: 767.8px) {
  .top-nav .applicant-settings {
      text-align: right;
  }
}
/* >> MIDDLE NAV  */
.middle-nav .navbar-brand:hover {
    text-decoration: none;
}

.middle-nav .navbar-brand-text {
    color: #512888;
    font-size: 1.5rem;
    font-weight: 700;
    vertical-align: middle;
    text-decoration: none;
}

.middle-nav .navbar-logo {
    height: 40px;
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 1.4px solid #512888;
}

/* .middle-nav .navbar-mag-glass-link {
    border: .125rem solid #f0ad00;
    border-radius: 50%;
    width: 2.875rem;
    height: 2.875rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.middle-nav .navbar-mag-glass-img {
    height: 20px;
} */
.middle-nav .navbar-brand-text.view-all {
    text-decoration: underline;
    text-underline-offset: 0.25em !important;
}
/* >> BOTTOM NAV  */
.bottom-nav {
    background-color: #512888;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
}
@media (min-width: 1024px) {
  .bottom-nav .dropdown:not(.dropdown-item-last) {
      border-right: .0625rem solid #fff;
  }
}

.bottom-nav .dropdown-toggle::after {
    display: none;
}

.bottom-nav .dropdown:hover .dropdown-menu {
    display: block;
    top: 1rem;
    border-top: 15px solid transparent;
}

.bottom-nav .nav-item:hover .nav-link {
    border-bottom: .1875rem solid #fff;
}

.bottom-nav .dropdown-menu {
    border-radius: 0;
    padding: .7rem 1rem;
}

.bottom-nav .nav-link {
    color: #fff;
    font-size: 1.125rem;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.1875rem;
    border-bottom: .1875rem solid transparent;
}

.bottom-nav .nav-item:not(.small-item) {
    margin-right: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 0;
}

.bottom-nav .nav-item.small-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-nav .nav-item.small-item.small-item-first {
    margin-left: 30px;
}

.bottom-nav .nav-link.small-link {
    font-size: 0.9rem;
}

.bottom-nav li.nav-item {
    margin-bottom: 0;
}

.bottom-nav .nav-link:hover,
.bottom-nav .nav-link:focus {
    text-decoration: none;
}

.bottom-nav .dropdown-item {
    color: #000;
    font-family: myriad-pro, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 2.1875rem;
    border-bottom: .125rem solid transparent;
    padding: 4px 0;
}

.bottom-nav .dropdown-item:hover {
    color: #512888;
    text-decoration: none;
    border-bottom: .125rem solid #512888;
}

.bottom-nav .nav-link.active,
.bottom-nav .nav-link:active,
.bottom-nav .nav-link.show {
    color: #fff;
}
.bottom-nav .nav-link.active,
.bottom-nav .nav-link:active,
.bottom-nav .nav-link:visited {
    text-decoration: none;
}

.bottom-nav .dropdown-item.active,
.bottom-nav .dropdown-item:active {
    background-color: transparent;
}

.bottom-nav .nav-link,
.bottom-nav .nav-link:active,
.bottom-nav .nav-link:visited,
.bottom-nav .nav-link:hover,
.bottom-nav .nav-link:focus {
    font-weight: 600;
}

@media (min-width: 992px) {
    .bottom-nav .dropdown-menu {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .bottom-nav .dropdown-menu.show {
        display: none;
    }

    .bottom-nav .dropdown-menu[data-bs-popper] {
        margin-top: 0;
    }
}
@media (max-width: 1023.8px) {
  .bottom-nav .nav-item:not(:first-child) {
      border-top: 2px solid #fff;
  }
  .bottom-nav .nav-link {
      font-size: 1.25rem;
      line-height: 1.7rem;
      padding: 0.7rem 0;
  }
  .bottom-nav .dropdown-menu {
      padding: 0.7rem 1rem;
  }
}
/* MIDDLE/BOTTOM NAVs COLLAPSE MENU POSITION viewport<992px */
@media (max-width: 991.8px) {
    .bottom-nav {
        padding-top: 0;
        padding-bottom: 0;
    }

    .bottom-nav .navbar-collapse .navbar-nav {
        padding: 2rem 0 4rem;
        overflow: auto;
    }

    .middle-nav .container {
        flex-wrap: nowrap;
    }

    .middle-nav .navbar-toggler {
        background-color: #512888;
        border: none !important;
        border-radius: 0;
        padding: 0.8rem 1.5rem;
    }

    .middle-nav .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 100%29' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    .middle-nav .navbar-brand-text {
        display: inline-flex;
        max-width: 50vw;
        word-wrap: break-word;
        white-space: normal;
        line-height: 1;
        text-overflow: ellipsis;
    }
}

@media (max-width: 349.8px) {
    .middle-nav .container {
        flex-wrap: wrap;
    }
    .middle-nav .navbar-nav {
        margin-left: 0 !important;
    }
}
/* ====== FOOTER ==================================== */
.global-footer {
    width: 100%;
    position: relative;
    z-index: 10;
    background-color: #512888;
}

.global-footer__container {
    width: 100%;
    padding: 2.5rem 1.25rem;
    position: relative;
    background-position: center center;
    z-index: 1;
}

.global-footer__container:before {
    content: "";
    background-image: url(https://www.k-state.edu/img/1200px-Kansas_State_University_seal.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: .05;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

@media print,
screen and (min-width: 64em) {
    .global-footer__container {
        min-height: 24.0625rem;
        padding: 5.25rem 3.75rem;
    }
}

.global-footer__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media print,
screen and (min-width: 64em) {
    .global-footer__inner {
        text-align: left;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 5rem;
    }
}

.global-footer__inner p {
    color: #fff;
    margin: 0 0 .25rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
}

.global-footer__left,
.global-footer__right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.global-footer__right {
    margin-top: 3.5rem;
}

@media print,
screen and (min-width: 64em) {
    .global-footer__right {
        margin-top: 0;
    }
}

.global-footer__address-link {
    display: block;
    color: #fff;
}

.global-footer__address-link:active,
.global-footer__address-link:focus,
.global-footer__address-link:link,
.global-footer__address-link:visited {
    color: #fff;
    text-decoration: none;
}

.global-footer__address-link:focus {
    outline: .125rem solid #f0ad00;
}

.global-footer__address-link:hover {
    text-decoration: underline;
}

@media print,
screen and (min-width: 48em) {
    .global-footer__address-link {
        display: inline-block;
    }
}

.footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media print,
screen and (min-width: 64em) {
    .footer-links {
        margin-bottom: 1.25rem;
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left;
    }
}


.footer-links__link-container {
    display: inline-block;
    width: 3.75rem;
    height: 3.75rem;
}

.footer-links__link-container:not(:first-child) {
    margin-left: 1.25rem;
}
@media (max-width: 325px) {
    .footer-links__link-container:not(:first-child) {
      margin-left: 0.75rem;
    }
    .footer-links__link-container {
      display: inline-block;
      width: 3.25rem;
      height: 3.25rem;
    }
}
@media print,
screen and (min-width: 48em) {
    .footer-links__link-container {
        width: 4.375rem;
        height: 4.375rem;
    }

    .footer-links__link-container:not(:first-child) {
        margin-left: 2.375rem;
    }
}


.footer-links__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-color: #f0ad00;
    border-width: .125rem;
    border-style: solid;
    border-radius: 50%;
    padding: .9375rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color .2s linear, border-color .2s linear;
    transition: background-color .2s linear, border-color .2s linear;
}

.footer-links__link:active,
.footer-links__link:link,
.footer-links__link:visited {
    text-decoration: none;
}

.footer-links__link:focus,
.footer-links__link:hover {
    text-decoration: none;
    border-color: #fff;
    background-color: #fff;
    outline: 0;
}

.footer-links__link:focus svg,
.footer-links__link:hover svg {
    fill: #512888;
}

.footer-links__link svg {
    width: 2.125rem;
    height: 2.125rem;
    fill: #fff;
    -webkit-transition: fill .2s linear;
    transition: fill .2s linear;
}

.footer-ksu {
    width: 100%;
    background-color: #e0e0e0;
    padding-top: 20px;
    padding-bottom: 16px;
}

.footer-ksu .footer-ksu__inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .footer-ksu .footer-ksu__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.footer-ksu .footer-ksu__logo {
    margin-bottom: 12px;
}

.footer-ksu .footer-ksu__logo>img {
    width: 250px;
}

@media (min-width: 768px) {
    .footer-ksu .footer-ksu__logo {
        margin-right: 72px;
    }
}

@media (max-width: 300px) {
    .footer-ksu .footer-ksu__logo>img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

@media (min-width: 1024px) {
    .footer-ksu .footer-ksu__logo {
        margin-right: 30px;
    }
}

.footer-ksu .footer-ksu__menu-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
}

@media (min-width: 250px) {
    .footer-ksu .footer-ksu__menu-container {
        min-width: 250px;
    }
}

@media (min-width: 1024px) {
    .footer-ksu .footer-ksu__menu-container {
        margin-top: 0;
    }
}

.footer-ksu .footer-ksu__menu {
    list-style: none;
    margin-left: 0;
    margin-bottom: 16px;
    margin-right: auto;
}

@media (min-width: 1024px) {
    .footer-ksu .footer-ksu__menu {
        margin-bottom: 8px;
    }
}

@media (max-width: 767.8px) {
    .footer-ksu .footer-ksu__menu {
        padding-left: 0;
    }
}

@media (min-width: 1024px) {
    .footer-ksu .footer-ksu__menu-item {
        display: inline-block;
        padding-left: 16px;
        border-right: 1px solid #000;
        padding-right: 16px;
    }

    .footer-ksu .footer-ksu__menu-item:first-child {
        padding-left: 0;
    }

    .footer-ksu .footer-ksu__menu-item:last-child {
        padding-right: 16px;
        border-right: none;
    }
}

.footer-ksu .footer-ksu__menu-link {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.footer-ksu .footer-ksu__menu-link:active,
.footer-ksu .footer-ksu__menu-link:focus,
.footer-ksu .footer-ksu__menu-link:link,
.footer-ksu .footer-ksu__menu-link:visited {
    color: #000;
    text-decoration: none;
}

.footer-ksu .footer-ksu__menu-link:hover {
    color: #000;
    text-decoration: underline;
}

.footer-ksu .footer-ksu__menu-link .degree-stats {
    width: 140px;
    height: auto;
    vertical-align: baseline;
}
/* === GLOBAL BUTTON STYLES ======================================== */
/* USER BUTTONS */
/* button 1 with arrow */
a.button.button1:active,
a.button.button1:focus,
a.button.button1:hover,
a.button.button1:link,
a.button.button1:visited {
    background-color: #512888;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    border: 1px solid #f0ad00;
    font-family: myriad-pro, "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 2.125rem;
    color: #fff;
    text-transform: none;
}
a.button.button1:hover {
  background-color: #452274;
}
a.button.button1::after {
    display: inline-block;
    border: none !important;
    padding-left: 0.7rem;
    font: var(--fa-font-solid);
    font-size: 0.9rem;
    content: "\f054";
    color: #f0ad00;
    vertical-align: 0;
    text-decoration: none !important;
    -webkit-transition: margin-left .2s ease-in, margin-right .2s ease-in, -webkit-transform .2s ease-in;
    transition: transform .2s ease-in, margin-left .2s ease-in, margin-right .2s ease-in, -webkit-transform .2s ease-in;
}
a.button.button1:hover::after {
    margin-left: 1rem;
    text-decoration: none !important;
    -webkit-transition: margin-left .2s linear;
    transition: margin-left .2s linear;
}

/* button 2 with arrow */
a.button.button2:active,
a.button.button2:focus,
a.button.button2:hover,
a.button.button2:link,
a.button.button2:visited {
    background-color: #f2f2f2;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    border: 4px solid #512888;
    font-family: myriad-pro, "Open Sans", Helvetica, Arial ,sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 2.125rem;
    color: #512888;
    text-transform: none;
}

a.button.button2::after {
    display: inline-block;
    border: none !important;
    padding-left: 0.7rem;
    font: var(--fa-font-solid);
    font-size: 0.9rem;
    content: "\f054";
    color: #f0ad00;
    vertical-align: 0;
    text-decoration: none !important;
    -webkit-transition: margin-left .2s ease-in, margin-right .2s ease-in, -webkit-transform .2s ease-in;
    transition: transform .2s ease-in, margin-left .2s ease-in, margin-right .2s ease-in, -webkit-transform .2s ease-in;
}
a.button.button2:hover::after {
    margin-left: 1rem;
    text-decoration: none !important;
    -webkit-transition: margin-left .2s linear;
    transition: margin-left .2s linear;
}
/* buttons 3 & 4 same style as button 1 */
/* button 3 & 4 with arrow */
a.button.button3:active,
a.button.button4:active,
a.button.button3:focus,
a.button.button4:focus,
a.button.button3:hover,
a.button.button4:hover,
a.button.button3:link,
a.button.button4:link,
a.button.button3:visited,
a.button.button4:visited {
    background-color: #512888;
    text-decoration: none;
    padding: 10px 15px;
    display: inline-block;
    border: 1px solid #f0ad00;
    font-family: myriad-pro, "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 2.125rem;
    color: #fff;
    text-transform: none;
}
a.button.button3:hover,
a.button.button4:hover {
  background-color: #452274;
}
a.button.button3::after,
a.button.button4::after {
    display: inline-block;
    border: none !important;
    padding-left: 0.7rem;
    font: var(--fa-font-solid);
    font-size: 0.9rem;
    content: "\f054";
    color: #f0ad00;
    vertical-align: 0;
    text-decoration: none !important;
    -webkit-transition: margin-left .2s ease-in, margin-right .2s ease-in, -webkit-transform .2s ease-in;
    transition: transform .2s ease-in, margin-left .2s ease-in, margin-right .2s ease-in, -webkit-transform .2s ease-in;
}
a.button.button3:hover::after,
a.button.button4:hover::after {
    margin-left: 1rem;
    text-decoration: none !important;
    -webkit-transition: margin-left .2s linear;
    transition: margin-left .2s linear;
}
/* SYSTEM BUTTONS */
/* btn-primary */
.btn-primary:not(button[id^="search_control_button"]),
.btn-primary:not(button[id^="search_control_button"]):visited {
  background-color: #512888;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #f0ad00;
  border-radius: 0px;
  font-family: myriad-pro, "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.125rem;
  text-transform: none;
}
.btn-primary:not(button[id^="search_control_button"]):hover,
.btn-primary:not(button[id^="search_control_button"]):active {
  background-color: #452274 !important;
}
.btn-primary:not(button[id^="search_control_button"]):focus,
.btn-primary:not(button[id^="search_control_button"]):focus-visible {
    background-color: #452274 !important;
    color: #fff !important;
    outline: 3px dashed !important;
    border-radius: 0px;
    padding: 10px 15px;
    font-weight: bold;
    outline-offset: -5px;
}
.btn-primary:not(button[id^="search_control_button"])::after,
.btn-primary:not(button[id^="search_control_button"])::after {
    display: inline-block;
    border: none !important;
    padding-left: 0.7rem;
    font: var(--fa-font-solid);
    font-size: 0.9rem;
    content: "\f054";
    color: #f0ad00;
    vertical-align: 0;
    text-decoration: none !important;
    -webkit-transition: margin-left .2s ease-in, margin-right .2s ease-in, -webkit-transform .2s ease-in;
    transition: transform .2s ease-in, margin-left .2s ease-in, margin-right .2s ease-in, -webkit-transform .2s ease-in;
}
.btn-primary:not(button[id^="search_control_button"]):hover::after,
.btn-primary:not(button[id^="search_control_button"]):hover::after {
    margin-left: 1rem;
    text-decoration: none !important;
    -webkit-transition: margin-left .2s linear;
    transition: margin-left .2s linear;
}
/* btn success */
.btn-success:not(button[id^="search_control_button"]),
.btn-success:not(button[id^="search_control_button"]):visited {
  background-color: #512888;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #f0ad00;
  border-radius: 0px;
  font-family: myriad-pro, "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.125rem;
  text-transform: none;
}
.btn-success:not(button[id^="search_control_button"]):hover,
.btn-success:not(button[id^="search_control_button"]):active {
  background-color: #452274 !important;
}
.btn-success:not(button[id^="search_control_button"]):focus,
.btn-success:not(button[id^="search_control_button"]):focus-visible {
    background-color: #452274 !important;
    color: #fff !important;
    outline: 3px dashed !important;
    border-radius: 0px;
    padding: 10px 15px;
    font-weight: bold;
    outline-offset: -5px;
}
.btn-success:not(button[id^="search_control_button"])::after,
.btn-success:not(button[id^="search_control_button"])::after {
    display: inline-block;
    border: none !important;
    padding-left: 0.7rem;
    font: var(--fa-font-solid);
    font-size: 0.9rem;
    content: "\f054";
    color: #f0ad00;
    vertical-align: 0;
    text-decoration: none !important;
    -webkit-transition: margin-left .2s ease-in, margin-right .2s ease-in, -webkit-transform .2s ease-in;
    transition: transform .2s ease-in, margin-left .2s ease-in, margin-right .2s ease-in, -webkit-transform .2s ease-in;
}
.btn-success:not(button[id^="search_control_button"]):hover::after,
.btn-success:not(button[id^="search_control_button"]):hover::after {
    margin-left: 1rem;
    text-decoration: none !important;
    -webkit-transition: margin-left .2s linear;
    transition: margin-left .2s linear;
}
/* btn-info */
/* btn success */
.btn-success:not(button[id^="search_control_button"]),
.btn-success:not(button[id^="search_control_button"]):visited {
  background-color: #512888;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #f0ad00;
  border-radius: 0px;
  font-family: myriad-pro, "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.125rem;
  text-transform: none;
}
.btn-success:not(button[id^="search_control_button"]):hover,
.btn-success:not(button[id^="search_control_button"]):active {
  background-color: #452274 !important;
}
.btn-success:not(button[id^="search_control_button"]):focus,
.btn-success:not(button[id^="search_control_button"]):focus-visible {
    background-color: #452274 !important;
    color: #fff !important;
    outline: 3px dashed !important;
    border-radius: 0px;
    padding: 10px 15px;
    font-weight: bold;
    outline-offset: -5px;
}
.btn-success:not(button[id^="search_control_button"])::after,
.btn-success:not(button[id^="search_control_button"])::after {
    display: inline-block;
    border: none !important;
    padding-left: 0.7rem;
    font: var(--fa-font-solid);
    font-size: 0.9rem;
    content: "\f054";
    color: #f0ad00;
    vertical-align: 0;
    text-decoration: none !important;
    -webkit-transition: margin-left .2s ease-in, margin-right .2s ease-in, -webkit-transform .2s ease-in;
    transition: transform .2s ease-in, margin-left .2s ease-in, margin-right .2s ease-in, -webkit-transform .2s ease-in;
}
.btn-success:not(button[id^="search_control_button"]):hover::after,
.btn-success:not(button[id^="search_control_button"]):hover::after {
    margin-left: 1rem;
    text-decoration: none !important;
    -webkit-transition: margin-left .2s linear;
    transition: margin-left .2s linear;
}/* btn success */
.btn-info:not(button[id^="search_control_button"]),
.btn-info:not(button[id^="search_control_button"]):visited {
  background-color: #512888;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #f0ad00;
  border-radius: 0px;
  font-family: myriad-pro, "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 2.125rem;
  text-transform: none;
}
.btn-info:not(button[id^="search_control_button"]):hover,
.btn-info:not(button[id^="search_control_button"]):active {
  background-color: #452274 !important;
}
.btn-info:not(button[id^="search_control_button"]):focus,
.btn-info:not(button[id^="search_control_button"]):focus-visible {
    background-color: #452274 !important;
    color: #fff !important;
    outline: 3px dashed !important;
    border-radius: 0px;
    padding: 10px 15px;
    font-weight: bold;
    outline-offset: -5px;
}
.btn-info:not(button[id^="search_control_button"])::after,
.btn-info:not(button[id^="search_control_button"])::after {
    display: inline-block;
    border: none !important;
    padding-left: 0.7rem;
    font: var(--fa-font-solid);
    font-size: 0.9rem;
    content: "\f054";
    color: #f0ad00;
    vertical-align: 0;
    text-decoration: none !important;
    -webkit-transition: margin-left .2s ease-in, margin-right .2s ease-in, -webkit-transform .2s ease-in;
    transition: transform .2s ease-in, margin-left .2s ease-in, margin-right .2s ease-in, -webkit-transform .2s ease-in;
}
.btn-info:not(button[id^="search_control_button"]):hover::after,
.btn-info:not(button[id^="search_control_button"]):hover::after {
    margin-left: 1rem;
    text-decoration: none !important;
    -webkit-transition: margin-left .2s linear;
    transition: margin-left .2s linear;
}
/* HERO TEXT, PURPLE BG, POSITION AT BOTTOM OF HERO IMAGE */
.home-hero-wrapper .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.hero-text-box-purple .block-image {
    position: relative;  
}
.hero-text-box-purple .block-image-text {
    background-color: #512888;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 60%;
    max-width: 1320px;
}
.hero-text-box-purple .block-image-text :is(h1, h2, h3) {
    margin-bottom: 2px;
}
.hero-text-box-white .container-fluid {
    width: calc(60% + 2px);
    max-width: 1320px;
    -webkit-box-shadow: 0 0 3.9375rem -.4375rem rgba(167, 167, 167, .43);
    box-shadow: 0 0 3.9375rem -.4375rem rgba(167, 167, 167, .43);  
}
.hero-text-box-white .block-wrapper {
    padding: 0.75rem;
}
.hero-text-box-white .page-block * {
    margin-bottom: 2px;
    letter-spacing: normal;
}



/* ====== HOME PAGE ==================================== */
.home-hero-box-purple.home-block-image-text .block-image {
    position: relative;  
}
.home-hero-box-purple.home-block-image-text {
    background-color: #512888;
    padding: 20px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 60%;
}
.home-hero-box-purple.home-block-image-text :is(h1, h2, h3) {
    margin-bottom: 2px;
    letter-spacing: normal;
}
.home-hero-text-box-white .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
/* >> video hero */
header {
  position: relative;
  background-color: black;
  /* height: 75vh; */
  /* min-height: 25rem; */
  min-height: auto;
  width: 100%;
  overflow: hidden;
}
header.header-img-only {
  /* height: 55vh; */
  height: auto;
}
header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
header img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: bottom;
    z-index: 0;
}
header .container {
  position: relative;
  z-index: 2;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.2;
  z-index: 1;
}
header * {
  color: #fff;  
}
.video-text-block {
  width: 800px;
  margin: 0 auto;  
}
.video-text-block .input-group-btn button, 
.video-text-block .input-group input {
  height: 55px;
}
@media (pointer: coarse) and (hover: none) {
  header {
    background: url('https://files.clinchtalent.com/b355b989aacd79d003e4fd6f3d04db26/5554f8dea91a18dca9c34c680ec9c371/hero_video_poster.png') black no-repeat center center scroll;
    /* background: none; */
  }
  header video {
    display: none;
  }
}


/* ====== SEARCH PAGE ==================================== */
/* SEARCH PAGE SIDE FILTERS */
.block-job-search-results .job-search-results .job-search-filter {
    margin-bottom: 5px;
}
/* >> SEARCH INPUT */
.easy-autocomplete.form-control.form-control-sm.fix-autocomplete {
    width: 90% !important;
    max-width: 1100px;
}
.job-search-control .input-group input {
    /* margin-right: 1rem; */
    border: 2px solid #512888;
}
/* >> INPUT GROUP */
.job-search-control .input-group input, .job-search-control .input-group-btn button {
    height: 55px;
    border-radius: 0 !important;
}

/* >> SEARCH BUTTON */
.job-search-control .btn.btn-primary[id^="search_control_button_"],
.job-search-control .btn.btn-primary[id^="search_control_button_"]:active,
.job-search-control .btn.btn-primary[id^="search_control_button_"]:visited,
.job-search-control .btn.btn-primary[id^="search_control_button_"]:focus {
    margin-left: 0.5rem;
    background-color: #fff !important;
    border: 2px solid #512888 !important;
    color: #512888 !important;
    font-weight: 600;
}
.job-search-control .btn.btn-primary[id^="search_control_button_"]:hover {
    margin-left: 0.5rem;
    background-color: #f7f7f8 !important;
    border: 2px solid #512888 !important;
    color: #512888 !important;
    font-weight: 600;
}
/* >> JOBS NEAR ME BTN */
.job-search-control .near-me-control {
    margin-left: 0.5rem;
}

.job-search-control .near-me-control button,
.job-search-control .near-me-control button:active,
.job-search-control .near-me-control button:visited,
.job-search-control .near-me-control button:focus {
    background-color: #fff !important;
    border: 2px solid #512888 !important;
    color: #512888 !important;
    font-weight: 600;
}
.job-search-control .near-me-control button:hover {
    background-color: #f7f7f8 !important;
    border: 2px solid #512888 !important;
}
/* >> JOB SEARCH RESULTS TABLE  */
.job-search-results {
    font-size: initial;
    font-weight: initial;
    line-height: initial;
}
.job-search-results-title a,
.job-search-results-title a:visited,
.job-search-results-title a:active,
.job-search-results-title a:hover,
.job-search-results-title a:focus {
    color: #512888;
    font-weight: 600;
    text-decoration: underline;
}
/* >> SEARCH PAGE PAGINATION STYLING */
.job-search-results .job-search-results-table .pagination {
    flex-wrap: wrap;
}
.pagination .active.page-item a {
	background-color: #512888;
}
.pagination .active.page-item a.page-link {
	background-color: #512888;
}
.pagination .page-item:not(.active) a.page-link {
	color: #512888;
}
/* ====== CUSTOM ELEMENTS ==================================== */
/* HOVER TILES */
.hover-tiles-each:hover {
    cursor: pointer;
}
.hover-tiles-each .block-image-text {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgb(51 25 88 / 80%);
    height: 100%;
}
.hover-tiles-each:hover .block-image-text {
    background-color: rgb(81 40 136 / 80%);
}
.hover-tiles-each .block-image-text a,
.hover-tiles-each .block-image-text a:active,
.hover-tiles-each .block-image-text a:visited,
.hover-tiles-each .block-image-text a:hover,
.hover-tiles-each .block-image-text a:focus {
    color: #fff;
    font-family: myriad-pro, "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.625rem;
    line-height: 1.75rem;
    text-align: center;
    text-decoration: none;
}
.hover-tiles-each .block-image-text a::after {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.hover-tiles-each .block-image-text p {
    margin-bottom: 0;
}
.hover-tiles-each .block-image-text :is(h3, h4, h5) {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
    font-size: 1.375rem;
    line-height: 2rem;
    font-weight: 400;
    padding: 0 1rem;
    height: 0px;
}
.hover-tiles-each:hover .block-image-text :is(h3, h4, h5) {
    visibility: visible;
    opacity: 1;
    height: 160px;
    transition: all .5s ease-in-out;
    font-size: 1.375rem;
    line-height: 2rem;
    font-weight: 400;
    padding: 0 1rem;
}
.hover-tiles-each.hover-tile-small .block-image-cover {
    height: 18.75rem;
}
/* ABOUT K-STATE INFO CARDS */
.about-card-each {
    border: 1px solid #512888;
    border-top: 10px solid #331958;
    height: 100%;
    padding-bottom: 36px;
}
.about-card-each img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
/* do not apply styles to first child elm of 'about-cards', indiscriminate of elm type */
.about-card-each .page-block > :not(:nth-child(1)) {
    padding: 20px 20px 0 20px;
    margin-bottom: 0;
}
/* do not apply styles to first 2 child elms of 'about-cards', indiscriminate of elm type [[:nth-child(1) & :nth-child(2)]] */
.about-card-each .page-block > :not(:nth-child(-n+2)) {
    font-size: 20px;
    line-height: 1.5;
}
/* do not apply styles to first child elm or last child elm of 'about-cards' */
/* .about-card-each .page-block > :not(:nth-child(1)):not(:nth-last-child(-n + 1)) {
    padding-bottom: 0;
} */

/* CLINCH CAROUSEL BUILDER STYLING */
.featured-jobs-carousel-container .block-carousel .carousel-inner {
    padding: 0 80px;
}
.featured-jobs-carousel-container .block-carousel .carousel-item-block {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e7e7e7;
    border-radius: 6px;
    padding: 0.7rem;
    width: 32%;
    margin: 0 auto;
}
.featured-jobs-carousel-container .block-carousel .carousel-item-block::before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(140 140 140 / 12%);
    border-radius: 4px;
}
.featured-jobs-carousel-container .block-carousel .carousel-control-prev,
.featured-jobs-carousel-container .block-carousel .carousel-control-next {
    filter: invert(1);
}
.featured-jobs-carousel-container .block-carousel .carousel-control-prev {
    justify-content: flex-start;
    width: auto;
}
.featured-jobs-carousel-container .block-carousel .carousel-control-next {
    justify-content: flex-end;
    width: auto;
}
/* STRIPED BACKGROUND BLOCK STYLING */
.bg-stripe-container {
    background: repeating-linear-gradient(135deg,#fff,#fff 9.8994949366px,#f0f0f0 9.8994949366px,#f0f0f0 12.7279220614px);
}
.bg-stripe-container .page-row-container {
    background-color: #fff;
}
.page.not-editing .bg-stripe-container .page-row-container {
    background-color: #fff;
    padding: 3rem;
}
/* YELLOW TITLE BLOCK UNDERLINE */
.title-block-underline .page-row-container {
    border-bottom: .125rem solid #f0ad00;
}
/* FAQ STYLING */
/* .faq-accordion .accordion-header button {
    font-size: 1.5rem;
    line-height: 2.125rem
}

@media print,screen and (min-width: 64em) {
    .faq-accordion .accordion-header button {
        font-size:1.625rem;
        line-height: 2rem
    }
} */
.faq-accordion .accordion-header .accordion-button {
    display: flex;
    align-items: flex-start;
    width: 100%;
    color: #512888;
    position: relative;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    border-radius: 0;
    padding: 1.5rem 1.25rem;
}
.accordion-button::before {
    margin-top: 5px;
}
.faq-accordion .accordion-header .accordion-button:focus {
    box-shadow: 0 0 0 0.12rem rgba(13, 110, 253, 0.25);
    border-radius: 0 !important;
}
.faq-accordion .accordion-header .accordion-button:not(.collapsed) {
    outline: .0625rem solid #000;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}
.faq-accordion .accordion-item {
    border: none;
    border-radius: 0;
    border-bottom: .125rem solid #f0ad00;
}
/* 4 COL - ICON / TEXT SQUARES STYLING */
.icon-text-squares-wrapper .col-md-3 {
    padding: 3.5rem 1.25rem;
    text-align: center;
}
.icon-text-squares-wrapper .col-md-3:not(:first-child) {
    border-left: .125rem solid #f0ad00;
}
@media (max-width: 767.8px) {
  .icon-text-squares-wrapper .col-md-3:not(:first-child) {
    border-left: none;
    border-top: .125rem solid #f0ad00;
  }
}
.icon-text-squares-wrapper .icon-text-squares-each .page-block :is(h3,h4,h5,p,a) {
    font-family: "myriad-pro", "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.375rem;
    line-height: 2rem;
    color: #512888 !important;
}
/* JOB PAGE - SIDE PANEL ELEMENTS BOX SHADOW */
.side-panel-shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 1rem;
}
/* QUOTE PANEL STYLING */
/* STRIPED BACKGROUND BLOCK STYLING */
.quote-panel-wrapper {
    background: repeating-linear-gradient(135deg,#fff,#fff 9.8994949366px,#f0f0f0 9.8994949366px,#f0f0f0 12.7279220614px);
}
.page.not-editing .quote-panel-wrapper .page-row-container {
    padding: 3rem;
}
.quote-panel-wrapper .col-md-3:nth-of-type(1),
.quote-panel-wrapper .col-md-3:nth-of-type(3) {
    padding-right: 0;
}
.quote-panel-wrapper .col-md-3:nth-of-type(2),
.quote-panel-wrapper .col-md-3:nth-of-type(4) {
    background-color: #fff;
    padding: 1rem 2rem;
}
.quote-panel-wrapper .quote-panel-text :is(h2, h3) {
    font-family: "myriad-pro", "Open Sans", Helvetica, Arial, sans-serif;
    color: #512888 !important;
    font-weight: 400;
}
.quote-panel-wrapper .quote-panel-text :is(p, strong) {
    font-family: "myriad-pro", "Open Sans", Helvetica, Arial, sans-serif;
    color: #331958 !important;
}
.quote-panel-text :is(p, h1, h2, h3, ul, li) {
    font-weight: 400;
}
/* DONOTUSE- PURPLE HERO BANNER - REBRAND, LEFT JUSTIFIED */
.purple-hero-box-left.purple-block-image-text .block-image {
    position: relative;  
}
.purple-hero-box-left.purple-block-image-text {
    /* background-color: #512888; */
    /* padding: 20px; */
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    /* width: 60%; */
    display: flex;
    justify-content: flex-start;
    margin-left: 3rem;
}
.purple-hero-box-left .h-100 {
    background-color: #512888;
    padding: 1rem;
    margin: 0 !important;
}
.purple-hero-box-left.purple-block-image-text :is(h1, h2, h3) {
    margin-bottom: 2px;
    letter-spacing: normal;
}

/* ==== NEW - HERO BANNER IMAGE & TEXT - LEFT JUSTIFIED - PURPLE TOP BANNER - WHITE BOTTOM BANNER OPTIONAL ============================ */
.hero-banner-wrapper .col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.hero-banner-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.hero-img-banner-wrapper .hero-banner-container {
    margin: 0;
}

.hero-img-banner-wrapper .hero-banner-container .hero-banner-text-container {
    padding: 1.25rem 1.25rem .3125rem;
}

.hero-img-banner-wrapper .hero-banner-container .hero-banner-text-container:before {
    opacity: 1;
    background-color: #512888;
}

@media print,
screen and (min-width: 64em) {
    .hero-img-banner-wrapper .hero-banner-container {
        height: 29.6875rem;
        max-height: 29.6875rem;
    }

    .hero-img-banner-wrapper .hero-banner-container .hero-banner-img-container {
        padding-top: 0;
        height: 29.6875rem;
    }

    .hero-img-banner-wrapper .hero-banner-container .hero-banner-text-container {
        max-width: 60%;
    }
}

@media screen and (min-width: 75em) {
    .hero-img-banner-wrapper .hero-banner-container .hero-banner-inner {
        width: 100%;
        margin: 0 auto;
    }
}

.hero-banner-img-container {
    width: 100%;
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 56.4%;
    position: relative;
    overflow: hidden;
}

.hero-banner-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media print,
screen and (min-width: 64em) {
    .hero-banner-inner {
        margin: 0;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.hero-banner-text-container {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.875rem;
    background-color: #331958;
    position: relative;
    opacity: 1;
    z-index: 1;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
}

.hero-img-banner-wrapper .hero-banner-text-container {
    background-color: #512888;
}

@media print,
screen and (min-width: 64em) {
    .hero-img-banner-wrapper .hero-banner-text-container {
        margin-left: 1.875rem;
    }
}

@media screen and (min-width: 75em) {
    .hero-img-banner-wrapper .hero-banner-text-container {
        margin-left: 6.25rem;
    }
}

@media print,
screen and (min-width: 64em) {
    .hero-banner-text-container {
        height: auto;
        max-width: 40.625rem;
        padding: 1.875rem;
        background-color: transparent;
    }

    .hero-banner-text-container:before {
        content: "";
        background-color: #331958;
        opacity: .8;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
    }
}

.hero-banner-text-title {
    color: #fff;
    margin-bottom: .9375rem;
    text-transform: uppercase;
}

.hero-img-banner-wrapper .hero-banner-text-title {
    text-transform: none;
}

.hero-img-banner-wrapper .hero-banner-text-title {
    font-size: 2rem;
    line-height: 2.375rem;
}

@media print,
screen and (min-width: 64em) {
    .hero-img-banner-wrapper .hero-banner-text-title {
        font-size: 2.5rem;
        line-height: 3rem;
    }
}

.banner-maxwidth {
    width: 100%;
    max-width: 87.25rem;
    margin: 0 auto;
}

@media (min-width: 64em) {
    .hero-banner-container-bottom {
        height: 89px !important;
        max-height: 89px !important;
    }
}

.hero-banner-inner-bottom {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.hero-img-banner-wrapper .hero-banner-container-bottom .hero-banner-text-container,
.hero-img-banner-wrapper .hero-banner-container-bottom .hero-banner-text-container:before {
    background-color: #fff;
    -webkit-box-shadow: 0 0 3.9375rem -.4375rem rgba(167, 167, 167, 0.23);
    box-shadow: 0 0 3.9375rem -.4375rem rgba(167, 167, 167, 0.23);
}

.hero-img-banner-wrapper .hero-banner-container-bottom .hero-banner-text-title {
    color: #512888;
    font-weight: 700;
}
.hero-img-banner-wrapper .hero-banner-text-title-small {
    font-size: 1.5rem;
    line-height: 2.375rem;
}
@media print,
screen and (min-width: 75em) {
    .hero-img-banner-wrapper .hero-banner-text-title-small {
        font-size: 2rem;
        line-height: 3rem;
    }
    /* if white banner text is anchor / href  */
    .hero-img-banner-wrapper .hero-banner-text-title-small a,
    .hero-img-banner-wrapper .hero-banner-text-title-small a:active,
    .hero-img-banner-wrapper .hero-banner-text-title-small a:visited,
    .hero-img-banner-wrapper .hero-banner-text-title-small a:focus {
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 700;
        text-decoration: none;
    }
    .hero-img-banner-wrapper .hero-banner-text-title-small a:hover {
        font-size: 2rem;
        line-height: 3rem;
        font-weight: 700;
        text-decoration: underline;
    }
}
@media print,
screen and (max-width: 74.8em) {
    .hero-img-banner-wrapper .hero-banner-text-title-small {
        line-height: 1.9rem;
    }
      /* if white banner text is anchor / href  */
    .hero-img-banner-wrapper .hero-banner-text-title-small a,
    .hero-img-banner-wrapper .hero-banner-text-title-small a:active,
    .hero-img-banner-wrapper .hero-banner-text-title-small a:visited,
    .hero-img-banner-wrapper .hero-banner-text-title-small a:focus {
        line-height: 1.9rem;
    }
    .hero-img-banner-wrapper .hero-banner-text-title-small a:hover {
        line-height: 1.9rem;
    }
}
/* JD PAGE: JOB SUMMARY STYLING */
.block-job-description .job-summary {
    font-size: 1.25rem;
    font-weight: 400;
}
/* JD PAGE: SELECTIZE INPUT BACKGROUND COLOR */
.selectize-control.multi .selectize-input > div.item {
    background-color: #512188;
} 
/* HOME PAGE - AWARDS SECTION RESPONSIVE STYLING */
.home-awards-wrapper .block-wrapper img {
    height: auto;
    max-width: 40%;
    max-height: 100%;
}
/* SETTINGS PAGE - CANCEL JOB ALERTS BTN */
.candidate-settings-panel a[id^='link_delete_job_alert_subscriptions'] {
    padding: 3px 10px;
    font-size: 0.9rem;
    line-height: 1.4;
}
a, a:visited {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
}

/* JD PAGE: JOB SUMMARY HYPERLINK STYLING */
.block-job-description a,
.block-job-description a:active,
.block-job-description a:visited,
.block-job-description a:focus {
  color: #512888;
  text-decoration: underline;
}
.block-job-description a:hover {
  color: #512888;
  text-decoration: 1px underline #512888 dotted;
}