/* /* ===== FONT IMPORT ==================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/* ====== UTILITY / HELPER CLASSES ======================== */
.heading-text-white :is(h2,h3,h4,h5) {
  color: #fff !important;
}
.body-text-white :is(p, li, span) {
  color: #fff !important;
  font-weight: 500;
}
.body-link-white a,
.body-link-white a:active,
.body-link-white a:visited,
.body-link-white a:hover,
.body-link-white a:focus {
  color: #fff !important;
  font-weight: 500;
} 
.no-gutters .col-md-12 {
  padding: 0;
  margin: 0;
}
/* whitespace wrap viewports <425px only */
@media (min-width: 425px ) {
  .whitespace-sm-nowrap {
    white-space: nowrap !important;
  }  
}

/* SELECTIZE ELEMENTS */
.selectize-control.multi .selectize-input > div {
    background-color: #003893;
    color: #fff;
    font-size: 80%;
    padding: 1px 5px;
    border-radius: inherit;
}
.selectize-control.multi .selectize-dropdown .option {
    font-weight: 500;
    font-size: 14px;
}
.selectize-control.multi .selectize-dropdown .option:not(.active) {
    color: #202121;
}
.selectize-control.multi .selectize-dropdown .option.active {
    background-color: #003893;
    color: #fff;
}

/* RESPONSIVE IMAGE - KEEP ORIGINAL ASPECT RATIO WHEN VIEWPORT WIDTH CHANGES */
.responsive-img img {
    max-width: 100%;
    height: auto;
}
/* KEEP IMAGE ASPECT RATIO 1:1 SQUARE, FIT TO HEIGHT / WIDTH OF CONTAINER */
.square-img img {
    object-fit: cover;
    aspect-ratio: 1/1;
    height: auto;
}

/* HOMEPAGE IMAGE ASPECT RATIO */
.img-aspect-1-1 img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
    height: auto;
    width: 100%;
    max-width: 400px !important;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

/* DROPDOWN SELECT - JOBS LIST CATEGORIES DOWN ARROW ICON */
select#job_category.job-category-filter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}
.h2-mb-0 :is(h2) {
    margin-bottom: 0 !important;
}
/* ====== TYPOGRAPHY ======================== */
body,
h1,
h2,
h3,
h4,
h5,
p,
li,
a,
span {
  font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: auto;
}
h1 {
  font-size: 38px;
  color: #fff;
  font-weight: bold;
}
.h1 :is(h2) {
  font-size: 38px;
  color: #003893;
  font-weight: bold;
}
h2 {
  font-size: 38px;
  font-weight: 500;
  color: #003893;
}
h3 {
  font-size: 16px;
  font-weight: 500;
  color: #003893;
}

h4 {
  font-size: 14px;
  font-weight: 500;
  color: #0032a0;
}
h5 {
  font-size: 14px;
  font-weight: 500;
  color: #202121;
}
p,
li,
span {
  font-size: 21px;
  font-weight: 400;
  color: #202121;
}
/* hyperlinks */
a,
a:active,
a:visited,
a:hover,
a:focus {
  font-size: 21px;
  font-weight: 400;
  color: #0032a0;
  text-decoration: underline;
}
a:focus {
  outline-width: 2px !important;
  outline-style: dashed !important;
  outline-offset: 1px !important;
  outline-color: #23527c;
}
/* ======= BUTTONS ==================== */
a.button.button1,
a.button.button1:active,
a.button.button1:visited,
a.button.button1:focus {
    background-color: #003893;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: none;
    width: auto;
    text-align: center;
}
a.button.button1:hover {
    background-color: #0070cd;
    color: #fff;
    border: none;
    text-decoration:underline;
}
.btn.btn-primary,
.btn.btn-primary:active,
.btn.btn-primary:visited,
.btn.btn-primary:focus {
    background-color: #003893;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: none;
    width: auto;
    text-align: center;
}
.btn.btn-primary:hover {
    background-color: #0070cd;
    color: #fff;
    border: none;
    text-decoration:underline;
}
.btn.btn-primary span {
    font-weight: 700;
    color: #fff;
}
a.button.button2,
a.button.button2:active,
a.button.button2:visited,
a.button.button2:focus {
    background-color: #fff;
    color: #001749;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: 2px solid #fff;
    width: auto;
    text-align: center;
}
a.button.button2:hover {
    background-color: #001749;
    color: #fff;
    border: 2px solid #001749;
     text-decoration:underline;
}
.btn.btn-success,
.btn.btn-success:active,
.btn.btn-success:visited,
.btn.btn-success:focus {
    background-color: #001749;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: none;
    width: auto;
    text-align: center;
}
.btn.btn-success:hover {
    background-color: #0070cd;
    color: #fff;
    border: 2px solid #0070cd;
   text-decoration:underline;
}
.btn.btn-success span {
    color: #fff;
    font-weight: 700;
}

/* JOB PAGE FAVORITES BUTTONS */
a.btn.candidate-favourite,
a.btn.candidate-favourite span,
a.btn.candidate-favourite i,
a.btn.view-favourites {
    font-size: 1rem;
}
/* CTA W/ WHITE BUTTON */
.cta-button-white .btn.btn-primary,
.cta-button-white .btn.btn-primary:active,
.cta-button-white .btn.btn-primary:visited,
.cta-button-white .btn.btn-primary:focus {
    background-color: #fff;
    color: #003893;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: none;
    width: auto;
    text-align: center;
}
.cta-button-white .btn.btn-primary:hover {
    background-color: #e5f1fa;
    color: #003893;
    border: none;
    text-decoration:underline;
}
.cta-button-white .btn.btn-primary span {
    font-weight: 700;
    color: #003893;
}
/* ====== NAVIGATION ======================== */
.nsu-nav {
    background-color: #fff !important;
}
.nsu-nav .navbar-brand-logo {
    width: 100%;
    max-width: 245px;
    padding: 15px 0px;
}
.nsu-nav .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='2 0 25 30'%3e%3cpath stroke='rgba%280, 56, 147, 1%29' stroke-linecap='square' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.nsu-nav .navbar-toggler {
    border-radius: 0;
    border: 3px solid #003893;
}
.nsu-nav .navbar-toggler:focus {
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width) rgb(0 56 147 / 55%);
}
.nsu-nav .nav-item {
    margin-top: 10px;
    margin-bottom: 0;
}
.nsu-nav .dropdown-menu li {
    margin: 0;
}
.nsu-nav .nav-link,
.nsu-nav .dropdown-item {
  color: #0032a0 !important;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px !important;
  white-space: nowrap;
}
.nsu-nav .dropdown-toggle::after {
  border: none!important;
  font: var(--fa-font-solid);
  content: "\f107";
  vertical-align: 0;
}
.nsu-nav .dropdown-toggle.show::after {
  font: var(--fa-font-solid);
  content: "\f106"!important;
}
.nsu-nav ul.dropdown-menu.show {
    border-radius: 0;
    border-top: 2px solid #003893;
    top: 80%;
}
/* ====== FOOTER ======================== */
.nsu-footer {
    background-color: #001749;
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
    padding: 60px 0px;
    line-height: 20px;
}
.nsu-footer .footer-quick-links-heading,
.nsu-footer .footer-resources-links-heading {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
}
.nsu-footer a,
.nsu-footer a:active,
.nsu-footer a:visited,
.nsu-footer a:hover,
.nsu-footer a:focus {
    color: #fff;
    font-size: 12px;
}
.nsu-footer .footer-quick-links li {
    line-height: 20px;
    margin-bottom: 1rem;
}
.nsu-footer .footer-social-legal {
    margin-top: 32px;
    text-align: right;
}
.nsu-footer .footer-social-links {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}
.nsu-footer .footer-social-links .social-icon i {
    font-size: 2rem;
    padding: 0 10px;
}
.nsu-footer .footer-legal-text {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
}
@media (max-width: 767.8px) {
  .nsu-footer .footer-social-legal {
    text-align: left;
  }
  .nsu-footer .footer-social-links {
    justify-content: flex-start;
  }
  .nsu-footer .footer-social-links .social-icon i.fa-facebook {
    padding-left: 0;
  }
}
/* new footer styles */
.nsu-footer .footer-social-legal {
    text-align: center;
}

.nsu-footer .footer-links li {
    line-height: 20px;
    margin-bottom: 5px;
}

.nsu-footer .footer-social-links {
    justify-content: center;
}

.footer-legal-text-block {
    display: flex;
    justify-content: center;
}

.footer-legal-text-block p {
    margin: 0.5rem 0.5rem 0;
}
.footer-legal-info p,
.footer-legal-info span {
    color: #fff !important;
    font-size: 12px;
    font-weight: 500;
}
.footer-legal-text-block .pipe-spacer {
    margin: 0.5rem 0.5rem 0;
}

.footer-legal-links {
    margin: 0.5rem;
}

.footer-legal-links .pipe-spacer {
    margin: 0 0.5rem;
}

@media (max-width: 991.8px) {
    .nsu-footer .footer-legal-text-block {
        flex-direction: column;
    }

    .nsu-footer .footer-legal-text-block .pipe-spacer {
        display: none;
    }
}

@media (max-width: 574.8px) {
    .nsu-footer .footer-social-legal {
        text-align: left;
    }

    .nsu-footer .footer-social-links {
        justify-content: flex-start;
        padding-left: 0.5rem;
    }

    .nsu-footer .footer-legal-text-block {
        justify-content: flex-start;
    }

    .nsu-footer .footer-legal-links {
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }

    .nsu-footer .footer-legal-links .pipe-spacer {
        display: none;
    }
}
/* ====== ALL JOB OPPS - SEARCH PAGE HERO HEADING BOLD / SHADOW / UPPERCASE & SUBTITLE BADGE ============ */
.all-jobs-hero-heading .block-image-text {
    width: fit-content;
    margin: 0 auto;
}
.all-jobs-hero-heading :is(h1, h2) {
    color: #fff;
    font-weight: 700;
    line-height: 0.9;
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 1);
    font-size: 4rem;
    text-transform: uppercase;
}
.all-jobs-hero-heading :is(h3) {
    display: inline-block;
    color: #fff;
    background-color: #0070cd;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    padding: 0.45rem 0.65rem 0.35rem;
    margin-bottom: 0;
    border-radius: 0;
}
/* ====== JOB TEMPLATE PAGE - JOB TITLE BOLD / SHADOW / UPPERCASE & DEPARTMENT BADGE ============ */
.job-page-hero-heading .block-image-text {
    max-width: 70%;
    margin: 0 auto;
}
.job-page-hero-heading :is(h1 > span, h2 > span) {
    color: #fff;
    font-weight: 700;
    line-height: 0.9;
    text-shadow: 2px 3px 6px rgba(0, 0, 0, 1);
    font-size: 2rem;
    text-transform: uppercase;
}
.job-page-hero-heading :is(h3 > span) {
    display: inline-block;
    color: #fff;
    background-color: #0070cd;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    white-space: nowrap;
    padding: 0.45rem 0.65rem 0.35rem;
    margin-bottom: 0;
    border-radius: 0;
}
/* ====== VIDEO HERO HEADER ================== */
.video-hero-header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}
/* .video-hero-header::before {
    position: absolute;
    top: 2%;
    left: 1%;
    max-width: 98%;
    content: 'note: this is an example video header. A higher resolution video - without embedded text - would be ideal for this type of hero element.';
    background: rgba(255, 0, 0, 0.6);
    color: #fff;
    font-size: 0.8rem;
    z-index: 9;
} */
.video-hero-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%);
}

.video-hero-header .container {
  position: relative;
  z-index: 2;
}

.video-hero-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.2;
  z-index: 1;
}

.video-hero-header * {
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.45);
}

.video-text-block {
  margin: 0 auto;  
  padding: 2rem 4rem;
  width: 80%;
}

.video-hero-header h1 {
    font-size: 4rem;
    text-transform: uppercase;
}
@media (max-width: 767.8px) {
  .video-text-block {
      width: 100%;
      padding: 2rem 0;
  }
  .video-hero-header h1 {
      font-size: 2.75rem;
  }
}
.video-text-block .input-group-btn button, 
.video-text-block .input-group input {
  height: 45px;
}
@media (pointer: coarse) and (hover: none) {
  .video-hero-header {
    background: url('https://files.clinchtalent.com/c72c8238228dc98fcca1943c3ce1dd26/3afaa3e1bcfe6c9804bf3d5eb0c0a87e/video-poster.jpeg') black no-repeat center center scroll;
  }
  .video-hero-header video {
    display: none;
  }
}
/* ====== CATEGORY HOVER CARDS ================== */
.category-card {
    position: relative;
    background-color: rgba(0, 23, 73, 0.7);
    padding: 0;
    overflow: hidden;
    border: none;
    -webkit-box-shadow: 2px 10px 14px -8px rgba(0,0,0,0.4);
    -moz-box-shadow: 2px 10px 14px -8px rgba(0,0,0,0.4);
    box-shadow: 2px 10px 14px -8px rgba(0,0,0,0.4);
}
.category-card .category-card-text {
    padding: 10%;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.category-card .card-title {
    color: #fff;
    font-weight: 800;
    font-size: clamp(24px, 2.286vw, 32px);
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}
.category-card .card-subtitle {
    font-weight: 300;
    color: #fff;
    font-size: clamp(18px, 1.429vw, 20px);
}
.category-card img {
    position: relative;
    height: 100%;
    max-height: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
    top: 0;
    left: 0;
    opacity: 0.7;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.category-card .category-card-explore-btn {
    background-color: #001749;
    position: absolute;
    width: 100%;
    height: 70px;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transform: translate(0px, 70px);
    -webkit-transform: translate(0px, 70px);
    -moz-transform: translate(0px, 70px);
    -o-transform: translate(0px, 70px);
    -ms-transform: translate(0px, 70px);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.category-card .category-card-explore-btn,
.category-card .category-card-explore-btn:active,
.category-card .category-card-explore-btn:visited,
.category-card .category-card-explore-btn:hover,
.category-card .category-card-explore-btn:focus {
    color: #fff;
    font-size: clamp(17px, 1.286vw, 18px);
    line-height: 1.2;
    text-decoration: none;
    padding: 0.5rem 1rem;
}
.category-card .category-card-explore-btn > i {
    font-size: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
}
/* category-card hover behavior */
.category-card:hover > img {
    opacity: 0.1;
    transform: scale(1.5);
}
.category-card:hover .category-card-text {
    transform: translate(2px, -69px);
    -webkit-transform: translate(2px, -69px);
    -moz-transform: translate(2px, -69px);
    -o-transform: translate(2px, -69px);
    -ms-transform: translate(2px, -69px);
}
.category-card:hover .category-card-explore-btn {
    transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    opacity: 1;
}
.category-card-wrapper .col-md-3 {
    padding: 0 0.5rem;
}
@media (max-width: 991.8px) {
   .category-card-wrapper .col-md-3 {
        width: 50%;
        padding: 0.5rem;
    } 
}
@media (max-width: 767.8px) {
   .category-card-wrapper .col-md-3 {
        width: 100%;
    } 
}
/* category-card small viewport, touch only(no hover) device behavior */
@media (max-width: 575.8px) {
  .category-card .category-card-text,
  .category-card:hover .category-card-text {
      transform: translate(2px, -69px);
      -webkit-transform: translate(2px, -69px);
      -moz-transform: translate(2px, -69px);
      -o-transform: translate(2px, -69px);
      -ms-transform: translate(2px, -69px);
  }
  .category-card .category-card-explore-btn,
  .category-card:hover .category-card-explore-btn {
      transform: translate(0px, 0px);
      -webkit-transform: translate(0px, 0px);
      -moz-transform: translate(0px, 0px);
      -o-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
      opacity: 1;
  }  
}

/* ====== ABOUT FT LAUDERDALE TABBED CONTENT ================== */
.nova-tabbed-content-wrapper {
    background-image: url('https://d25wby5c7p9100.cloudfront.net/public/uploads/fce6079d53c7ea7f5e2d012a457139e1/images/files/d7b1288f1ed23fe1658624df4586f3e5/original/header_bg.jpg?1765922687');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 100%;
}
.about-fl .row.tabs a {
	background: #fff;
	border-radius: 10px 10px 0 0;
	padding: 20px 15px 10px;
	font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;
	text-decoration: none;
	color: #001749;
}
.about-fl .row.tabs a h3 {
    color: #001749;
	font-size: 28px;
	font-weight: 700 !important;
	letter-spacing: normal;
}
.about-fl .row.tabs a.order0 {
	background: #001749;
	color: #fff;
}
.about-fl .row.tabs a.order0 h3 {
	color: #fff;
}
.about-fl > .row.tabs a.active {
	background: #001749;
	color: #fff;
}
.about-fl .row.tabs .tab-icon::before {
	font-size: 1.75rem;
	width: 50px;
	display: inline-flex;
	vertical-align: middle;
}
.about-fl .row.tabsContent {
	background: #001749;
	color: #fff;
}
.about-fl .tabsContent:not(.active, .order0) {
	display: none;
}
.about-fl .tabsContent {
	margin-bottom: 200px;
}
.about-fl .tabsContent > div:not(.active, .order0) {
	display: block !important;
}
.about-fl .tabsContent h4 {
	font-size: 80px;
	letter-spacing: normal;
	color: #fff;
	font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;
	font-weight: 500 !important;
	margin-top: 30px;
}
.about-fl .tabsContent h5 {
	margin-top: 30px;
	font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;
	font-size: 32px;
	font-weight: 400;
	color: #fff !important;
}
.about-fl .tabsContent ul {
	margin: 0;
	padding: 20px;
	list-style: none;
}
.about-fl .tabsContent ul a {
	color: #fff;
	text-decoration: underline;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.about-fl .row.tabs {
	position: absolute;
	display: block;
}
.about-fl .row.tabs a h3 {
	width: 90px !important;
}
.about-fl {
	padding-top: 50px;
	position: relative;
	margin-top: 50px;
}
.about-fl .row.tabs.live-tab {
	top: -1px;
	left: 0;
}
.about-fl .row.tabs.work-tab {
	top: -1px;
	left: 210px;
}
.about-fl .row.tabs.play-tab {
	top: -1px;
	left: 420px;
}
.about-fl .row.tabs.learn-tab {
	top: -1px;
	left: 630px;
}
.about-fl .row.tabs > a h3 {
	display: inline-block;
	font-family: "Montserrat", Helvetica, Arial, Verdana, sans-serif;
	position: relative;
	top: 5px;
	text-transform: uppercase;
}
.about-fl .row.tabs > a h3:after {
	display: none !important;
}
.about-fl > .row.tabs a.active h3 {
    color: #fff;
}
.about-fl .row.tabs > a .arrow-icon {
	position: absolute;
	right: 10px;
	top: 10px;
}
.about-fl .row.tabs a {
	padding: 22px 45px 20px 15px !important;
}
.about-fl .tabsContent p {
	color: #fff !important;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.about-fl .tabsContent h4::after {
	content: '';
	width: 50px;
	height: 4px;
	background: #fff;
	display: block;
	position: relative;
	margin-top: 15px;
	margin-bottom: 20px;
}
.about-fl .tabsContent h5::after {
	content: '';
	width: 50px;
	height: 4px;
	background: #fff;
	display: block;
	position: relative;
	margin-top: 15px;
	margin-bottom: 20px;
}
.about-fl .tabsContent {
	padding: 50px 70px;
}
h2.about-fl-title {
    color: #fff;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: normal;
	text-transform: uppercase;
}
h2.about-fl-title::after {
	content: '';
	display: block;
	width: 3rem;
	color: #fff;
	padding-top: 5px;
	margin-bottom: 12px;
	border-bottom: 5px solid;
}
p.about-fl-subtitle {
    color: #e5f1fa;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-bottom: 3rem;
	word-break: break-word;
	line-height: 1.65;
}
@media (max-width: 991px) {
	.about-fl {
		padding-top: 52px;
	}
	.about-fl .row.tabsContent .col {
		width: 100%;
		max-width: 100%;
	}
	.about-fl .row.tabs > a h3 {
		font-size: 20px;
	}
	.about-fl .row.tabs a {
		padding: 15px 40px 15px 20px !important;
	}
	.about-fl .row.tabs a h3 {
		width: 60px !important;
	}
	.about-fl .row.tabs .tab-icon::before {
		font-size: 1.25rem;
		width: 35px;
		vertical-align: sub;
	}
	.about-fl .row.tabs > a .arrow-icon {
		top: 8px;
	}
	.about-fl .row.tabs.work-tab {
		top: 9px;
		left: 170px;
	}
	.about-fl .row.tabs.play-tab {
		top: 9px;
		left: 340px;
	}
	.about-fl .row.tabs.learn-tab {
		top: 9px;
		left: 510px;
	}
	.about-fl .row.tabs.live-tab {
		top: 9px;
	}
}
@media (max-width: 768px) {
	.about-fl .row.tabs a {
		padding-right: 0 !important;
	}
	.about-fl .row.tabs > a h3 {
		font-size: 24px;
	}
	.about-fl .row.tabs.work-tab {
		top: 21px;
		left: 95px;
	}
	.about-fl .row.tabs.play-tab {
		top: 21px;
		left: 190px;
	}
	.about-fl .row.tabs.learn-tab {
		top: 21px;
		left: 284px;
	}
	.about-fl .row.tabs.live-tab {
		top: 3px;
	}
	.about-fl .row.tabs > a .arrow-icon {
		width: 15px;
		top: 17px;
	}
}
@media (max-width: 767.8px) {
    h2.about-fl-title {
        font-size: 2rem;
    }
    p.about-fl-subtitle {
        font-size: 1.125rem;
    }
    .about-fl .tabsContent h4 {
        font-size: 3.75rem;
    }
    .about-fl .tabsContent h5 {
        font-size: 1.5rem;
    }
	.about-fl .tabsContent {
		margin-bottom: 60px !important;
        padding: 50px 15px;
	}
    .about-fl .tabsContent p {
        font-size: 1.125rem;
    }
    .about-fl .tabsContent ul a {
        font-size: 1.125rem;
    }
	.about-fl > .row.tabs {
		width: 100% !important;
		max-width: 100% !important;
		box-sizing: border-box !important;
		left: 15px !important;
	}
	.about-fl > .row.tabs a {
		display: block;
		width: 100%;
		padding: 0 !important;
		text-align: center;
	}
	.about-fl > .row.tabs i {
		margin-left: -5%;
	}
	.about-fl > .row.tabs:not(:nth-child(1)) a {
		border-radius: 0;
	}
	.about-fl .row.tabs.work-tab {
		top: 40px;
		left: initial;
		right: initial !important;
		border-radius: 0 !important;
	}
	.about-fl .row.tabs.play-tab {
		top: 77px;
		left: initial;
		right: initial !important;
		border-radius: 0 !important;
	}
	.about-fl .row.tabs.learn-tab {
		top: 114px;
		left: initial;
		right: initial !important;
		border-radius: 0 !important;
	}
	.about-fl .row.tabsContent {
		margin-top: 105px;
		border-radius: 10px;
	}
	.about-fl .row.tabs > a .arrow-icon {
		top: 10px;
        right: 20px;
	}
}

/* === BEST PLACE TO WORK - NEXT STEPS BLOCKS  ======== */
.next-steps-wrapper .col-md-6:first-of-type {
  padding-left: calc(var(--bs-gutter-x) * 1);
}
.next-steps-block-left :is(h1, h2, h3) {
  text-align: center;
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 0;
}
.next-steps-block-left :is(h2) {
    font-size: 2.3rem;
}
.next-steps-block-left :is(h3) {
    font-size: 1.75rem;
}
@media (max-width: 767.8px) {
  .next-steps-wrapper .col-md-6:first-of-type {
      padding: 0 2rem;
  }
  .next-steps-block-right.browse-by-links .block-code {
      display: flex;
      flex-direction: column;
      align-items: stretch;
  }
}
@media (min-width: 768.1px) {
  .next-steps-wrapper .col-md-6:first-of-type {
      padding-left: calc(var(--bs-gutter-x) * 1);
  }
  .next-steps-block-left {
      display: flex;
      justify-content: flex-start;
      margin-right: 0.5rem;
  }
  .next-steps-block-right {
      display: flex;
      justify-content: flex-end;
      margin-left: 0.5rem;
  }
}
@media (min-width: 992.1px) {
  .next-steps-wrapper .col-md-6:first-of-type {
      padding-left: calc(var(--bs-gutter-x) * 1);
  }
  .next-steps-block-left {
      display: flex;
      justify-content: flex-start;
      margin-left: calc(50% / 4);
  }
  .next-steps-block-right {
      display: flex;
      justify-content: center;
      margin-right: calc(50% / 4);
  }
}
@media (min-width: 1200px) {
  .next-steps-block-left :is(h2) {
      white-space: nowrap;
  }
}
.next-steps-block-left :is(p, a, li, span) {
  font-weight: 500;
}
.next-steps-block-left a:link,
.next-steps-block-left a:active,
.next-steps-block-left a:visited,
.next-steps-block-left a:hover,
.next-steps-block-left a:focus {
  color: #003893;
  text-decoration: underline;
  font-weight: 500;
}
.next-steps-block-right {
  margin-top: 3rem;
}
.next-steps-block-right :is(h2) {
    font-size: 2rem;
}
.next-steps-block-right.browse-by-links .block-code {
    display: flex;
    justify-content: space-around;
}
.next-steps-short-searchbar-form-container .input-group input,
.short-searchbar-form-container .input-group input {
    background: #fff;
    color: #000;
}
.next-steps-short-searchbar-form-container .input-group input::placeholder,
.short-searchbar-form-container .input-group input::placeholder {
    color: #000;
}
.next-steps-wrapper .short-searchbar-form-container .btn[id^="search_control_button_"] {
    margin-left: 0;
}
/* Heading with yellow shadow */

.header-shadow :is(h2) {
	color: #001749;
  text-shadow: 4px 4px 0px #0050ff5e;
  font-weight: 700 !important;
  margin-bottom: 1rem !important;
}
.header-shadow h2:first-of-type{
	color: #001749;
     font-size: 1.45rem;
    line-height: 1.1;
    text-shadow: none;
}
/* ===  "BROWSE BY 'CATEGORY' LINKS" ======== */

.browse-by-links a:link,
.browse-by-links a:active,
.browse-by-links a:visited,
.browse-by-links a:focus {
    font-weight: 500;
    color: #202121 !important;
    text-decoration: none;
    display: inline-block;
}
.browse-by-links a:hover {
    text-decoration: underline 1px dotted;
}
.browse-by-links a::before {
    border: none!important;
    font: var(--fa-font-solid);
    content: "\f054""";
    vertical-align: 0;
    color: #0070cd;
    margin-right: 0.5rem;
    text-decoration: none !important;
    display:inline-block;
}
/* === SHORT SEARCHBAR IN CODE BLOCK ======== */
.short-searchbar-form-container {
    width: 100%;
}
.short-searchbar-input {
    height: 55px !important;
    font-weight: 500;
    padding: 2rem !important;
}
.short-searchbar-btn {
    background-color: #003893 !important;
    border: 1px solid !important;
    border-color: #003893 !important;
    color: #fff !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    height: 55px !important;
    width: 55px !important;
    font-size: 18px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem !important;
}
.short-searchbar-btn:hover {
    background-color: #0070cd !important;
    color: #fff !important;
    border-color: #0070cd !important;
    text-decoration: none !important;
}
/* === TITLE/BORDER BOX *WITH CARDS CUSTOM ELEMENT ======== */
.title-cards-border-box-wrapper-top {
    /* max-width: 1140px; */
    margin: 0 auto;
}
.title-cards-border-box-wrapper-top .container {
    padding: 0;
}
.title-cards-border-box-inner-top {
    border: solid #003893;
    border-width: 5px 5px 0px 5px;
    padding: 1rem 3rem 1rem;
}
.title-cards-border-box-inner-top h2 {
    color: #202121;
    background-color: #ffff;
    width: fit-content;
    margin: -60px auto 2rem;
    padding: 1rem;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

@media (max-width: 1399.8px) {
  .title-cards-border-box-inner-top h2 {
      font-size: 2.5rem;
  }
}
@media (max-width: 767.8px) {
  .title-cards-border-box-inner-top h2 {
      font-size: 36px;
  }
}
@media (max-width: 574.8px) {
  .title-cards-border-box-inner-top h1 {
      font-size: 24px;
  }
  .title-cards-border-box-inner-top h2 {
      margin: -45px auto 2rem;
      font-size: 24px;
  }
}
@media (max-width: 374.8px) {
  .title-cards-border-box-inner-top h1 {
      font-size: 16px;
  }
  .title-cards-border-box-inner-top h2 {
      font-size: 16px;
      padding-left: 5px;
      padding-right: 5px;
  }
}

.h1.title-cards-border-box-inner-top,
.title-cards-border-box-inner-top h1{
    margin-bottom: 0;
    padding-bottom: 0;
}
.title-cards-border-box-inner-top p:last-of-type {
    font-size: 1.2rem;
    line-height: 1.75;
    margin-bottom: 0;
}
.title-cards-border-box-wrapper-bottom {
    /* border: solid #003893;
    border-width: 0px 5px 5px 5px; */
    padding: 0rem 3rem 3rem;
    /* max-width: 1140px; */
    margin: 0 auto 20px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
}
.title-cards-border-box-wrapper-bottom .container {
    border: solid #003893;
    border-width: 0px 5px 5px 5px;
    padding: 2rem 2.5rem;
}
.title-cards-border-box-inner-bottom {
    background-color: #e5f1fa;
    border-radius: 8px 8px 0 0;
}
.title-cards-border-box-inner-bottom .block-html {
    width: 100%;
}
.title-cards-border-box-inner-bottom h2,
.title-cards-border-box-inner-bottom p {
    padding: 1.5rem;
}
.title-cards-border-box-inner-bottom h2 {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 0;
    height: 100%;
}
.title-cards-border-box-inner-bottom p {
    font-size: 1.1rem;
    padding-top: 0;
}
.title-cards-border-box-inner-bottom h2:nth-of-type(2) {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 1.875rem;
    margin-bottom: 0;
    padding-bottom: 0.75rem;
}
.title-cards-border-box-inner-bottom p:first-of-type {
    font-weight: 500;
    line-height: 1.45;
}

.title-cards-border-box-inner-bottom :is(p:first-child),
.title-cards-border-box-inner-bottom :is(p:last-child) {
    padding: 0 !important;
}
.title-cards-border-box-inner-bottom img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}
.title-cards-border-box-inner-bottom a.button.button1 {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 768px) and (max-width: 991.8px) {
   .title-cards-border-box-inner-bottom a.button.button1 {
       min-height: 100px;
   }
}
.title-cards-border-box-inner-bottom a.button.button1,
.title-cards-border-box-inner-bottom a.button.button1:active,
.title-cards-border-box-inner-bottom a.button.button1:visited,
.title-cards-border-box-inner-bottom a.button.button1:focus {
    background-color: #001749;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1px;
    border: none;
    width: 100%;
    text-align: center;
}
.title-cards-border-box-inner-bottom a.button.button1:hover {
    background-color: #003893;
    color: #fff;
    border: none;
}
@media (min-width: 768px) {
  .title-cards-border-box-inner-bottom {
      height: 100%;
      display: flex;
  }
  .title-cards-border-box-inner-bottom .page-block {
      height: 100%;
      display: flex;
      flex-direction: column;
  }
 /* .title-cards-border-box-inner-bottom p:first-of-type {
      height: 100%;
  }*/
  .title-cards-border-box-inner-bottom p:nth-of-type(2) {
    height: 100%;
}
  
  .title-cards-border-box-inner-bottom :is(p:last-child) {
      margin-bottom: 0;
  }
  .title-cards-border-box-inner-bottom a.button.button1,
  .title-cards-border-box-inner-bottom a.button.button1:active,
  .title-cards-border-box-inner-bottom a.button.button1:visited,
  .title-cards-border-box-inner-bottom a.button.button1:focus,
  .title-cards-border-box-inner-bottom a.button.button1:hover {
      padding: 1rem;
  }

}
@media (min-width: 768px) and (max-width: 991.8px) {

}
@media (min-width: 768px) and (max-width: 1199.8px) {
  .title-cards-border-box-wrapper-bottom .col-md-3 {
      flex: 0 0 auto;
      width: 50%;
      margin-bottom: 1rem;
  }
  .title-cards-border-box-inner-bottom h2:nth-of-type(2) {
      word-break: break-word;
  }
  .title-cards-border-box-inner-bottom h2,
  .title-cards-border-box-inner-bottom p {
      padding: 1rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1199.8px) {
  .title-cards-border-box-inner-bottom h2:nth-of-type(2) {
      padding: 0.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.8px) {
  .title-cards-border-box-inner-bottom h2, .title-cards-border-box-inner-bottom p {
      padding: 0.5rem 0.5rem 1.5rem;
  }
  .title-cards-border-box-inner-bottom h2:nth-of-type(2) {
      font-size: 28px;
  }
}
@media (min-width: 1400px) {
  .title-cards-border-box-inner-bottom a.button.button1,
  .title-cards-border-box-inner-bottom a.button.button1:active,
  .title-cards-border-box-inner-bottom a.button.button1:visited,
  .title-cards-border-box-inner-bottom a.button.button1:focus,
  .title-cards-border-box-inner-bottom a.button.button1:hover {
      padding: 1rem 1.75rem;
  }
}
@media (max-width: 575px) {
  .title-cards-border-box-wrapper-top {
      --bs-gutter-x: 1.5rem;
      --bs-gutter-y: 0;
      width: 100%;
      padding-right: calc(var(--bs-gutter-x) * 0.5);
      padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (max-width: 425px) {
  .title-cards-border-box-inner-top p:last-of-type {
      margin-bottom: 0;
  }
  .title-cards-border-box-inner-top {
      border: solid #003893;
      border-width: 5px 5px 0px 5px;
      padding: 1rem 1.5rem 1rem;
  }
  .title-cards-border-box-wrapper-bottom .container {
      padding: 1rem 1.5rem;
  }
  .title-cards-border-box-inner-bottom h2,
  .title-cards-border-box-inner-bottom p {
      padding: 0 1rem 1rem;
  }
}

/* === JOB SEARCH PAGE - SEARCH FILTERS - BADGE STYLING ======== */
.job-search-side-filters .badge {
    color: #fff;
    background-color: #003893;
    font-size: 0.75rem;
    width: 2.2rem;
    line-height: 1;
    border-radius: 4px;
}
/* make filter labels wrap, don't wrap under check box */
.job-search-list-items li {
    display: flex;
    align-items: flex-start;
    /* width: 100%; */
    justify-content: space-between;
}

.job-search-filter-groups label {
    white-space: normal !important;
}

.job-search-list-items li label {
    display: flex;
    align-items: flex-start;
}

.job-search-list-items li label input {
    display: flex;
    margin-right: 8px;
}

/* ====== JOB SEARCH PAGE - ALL STYLING BELOW ================== */

.job-search-control .input-group input,
.job-search-control .input-group-btn button {
    height: 45px;
}
.job-search-categories ul {
  margin-left: 0 !important;
}
.block-job-search-results .job-search-results .job-search-filter-groups {
    width: auto;
}
ul.list-unstyled.job-search-list-items.categories {
  margin-left: 0;
}
.badge {
  background-color: #000;
}
@media (min-width: 768px) {
    .job-search-results-card-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
}
.job-search-results :is(a, p, li, span) {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3;
}
.job-search-results .job-search-list-item-label {
    font-size: 0.9rem;
}
.block-job-search-results .job-search-results .job-search-results-card {
    flex: 1;
}
.job-search-results .card {
    display: block;
    margin: 0px 15px 0px 15px;
}
.job-search-results .card-footer.job-search-results-footer {
    background: #fff;
  border: #fff;
}
.job-search-results .card {
    background: #ffffff;
    padding: 24px 0px 0px 24px;
    border: 1px solid #EAEAEA;
    margin: 5px;
    border-radius: 5px;
}
/* JOB SEARCH PAGE - SEARCHBAR, SEARCH BTN, NEAR ME BTN */
.job-search-results-inner .job-search-control .input-group .easy-autocomplete {
  background: initial;
}
.job-search-results-inner .job-search-control .input-group input {
    background-color: initial;
/*     color: #fff; */
}
.job-search-results-inner .job-search-control .input-group input::placeholder {
    color: initial;
    opacity: 0.7;
}
.job-search-results-inner .job-search-control .input-group input,
.job-search-results-inner .job-search-control .input-group-btn button {
    height: 45px;
    color: #000;
}
.job-search-results-inner .job-search-control .btn[id^="search_control_button_"] {
    display: inline-flex;
    align-items: center;
    background-color: #003893;
    border: 4px solid #003893;
    color: #fff;
    line-height: 1.5;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: none;
    transition: all 0.5s ease;
}
.job-search-results-inner .job-search-control .btn[id^="search_control_button_"]:hover {
    background-color: #0070cd;
    color: #fff;
    border-color: #0070cd;
}
/* NEAR ME BTN */
.btn.btn-success.near-me-btn,
.btn.btn-success.near-me-btn:active,
.btn.btn-success.near-me-btn:visited,
.btn.btn-success.near-me-btn:focus {
    display: inline-flex;
    align-items: center;
    background-color: #003893;
    border: 4px solid #003893;
    color: #fff !important;
    line-height: 1.5;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: none;
    transition: all 0.5s ease;
}
.btn.btn-success.near-me-btn:hover {
    background-color: #0070cd;
    color: #fff;
    border-color: #0070cd;
   text-decoration:underline;
}
.btn.btn-success.near-me-btn span {
    color: #fff;
    font-weight: 500;
}
/* CUSTOM JOB CARDS - DESCRIPTIONS ON RIGHT */
/* job search page card title link */
.job-search-results .card-title.job-search-results-card-title {
    position: relative;
    display: inline-block;
    width: 70%;
}
.job-search-results .card-title.job-search-results-card-title a {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
    color: #003893;
    text-decoration: none;
}
.job-search-results .card-title.job-search-results-card-title a:hover {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0070cd;
    text-decoration:underline;
}
.job-search-results .card-title.job-search-results-card-title a:active {
    font-size: 1.5rem;
    font-weight: 600;
    color: #003893;
    text-decoration:underline;
}

.block-job-search-results .job-search-results .job-search-results-card {
    padding: 0;
}
.job-search-results .card-body.job-search-results-card-body {
  padding-right: 0;
}
.job-search-results .card-text.job-search-results-summary {
    width: 75%
}
.job-component-details .job-component-list ul {
    margin-left: 0.5rem;
}
.check-check .job-component-details {
    float: right !important;
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
  	width: 210px !important;
    margin-top: -17px;
    margin-bottom: 0;
    margin-left: 10px;
    border-radius: 0px 5px 5px 0px;
    border-left: 1px solid #EAEAEA;
  	border-top: 1px solid #EAEAEA;
    line-height: 2em;
    font-weight: 400 !important;
    padding: 50px 12px 60px 12px;
}
/* viewport larger than 768px */
@media (min-width: 768px) {
  /* keep asterisk(*) job card text inline and justified without wrapping under icon  */
  .job-component-icon-and-text i.fa-asterisk {
      max-width: 25%;
  }
  .job-component-icon-and-text span {
      display: inline-block;
      position: relative;
      vertical-align: top;
      font-size: 0.85rem;
      max-width: 75%;
  }
}
/* viewport width less than 1200px */
@media (max-width: 1200px) {
  .job-search-results-container .page-row-container {
    width: 75%;
    max-width: 75%;
  }
  .check-check .job-component-details {
    float: right !important;
    position: absolute;
    bottom: 0;
    top: 0;
    display: inline-flex;
    flex-direction: column;
    background-color: #f8f8f8;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 18px;
    border-radius: 0px 5px 5px 0px;
    border-left: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    line-height: 2em;
    font-weight: 400 !important;
    padding: 40px 12px 25px 12px;
  }
  .check-check .card-text.job-search-results-summary {
    width: 70%;
  }
}
/* viewport width less than 992px */
@media (max-width: 992px) {
  .job-search-results-container .page-row-container {
    width: 90%;
    max-width: 90%;
  }
  /* FILTER JOBS BUTTON - WHEN SIDE FILTERS ARE HIDDEN */
  .job-search-results a.job-search-collapse {
    display: flex;
    font-size: 1.1rem !important;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5px;
    background-color: #777;
    padding: 0.2rem 0.5rem;
    border-radius: 8px;
    margin: 0 0 0.5rem 0;
    width: 100%;
    justify-content: center;
  }
}
/* viewport width less than 768px */
@media (max-width: 768px) {
  .check-check .card-body.job-search-results-card-body {
    padding: 1rem;
  }
  .check-check .job-component-details  {
    float: none !important;
    position: relative;
    display: block;
    background-color: #F8F8F8;
    margin-top: 0;
    margin-bottom: 0.5rem;
    margin-left: -5px;
    border-radius: 0;
    border: none;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    padding: 0.5rem 0;
    width: 100% !important;
  }
  .check-check .card-title.job-search-results-card-title {
    width: 100%;
    line-height: 1.1;
  }
  .check-check .job-component-details .job-component-list li {
    line-height: 1.4;
    margin-bottom: 0.2rem;
  }
  .check-check .card-text.job-search-results-summary {
    width: 100%;
  }
}
.job-search-results .card-footer.job-search-results-footer a {
    font-weight: 700;
    color: #202121;
    text-decoration: none;
}
.job-search-results .card-footer.job-search-results-footer a:hover {
    color: #173966;
    text-decoration:underline;
}
.job-search-results .card-footer.job-search-results-footer a:focus{
    color: #202121;
    text-decoration:underline;
}
/* JOB SEARCH PAGE - PAGINATION */
.job-search-results-table .pagination li.active .page-link {
    background-color: #003893;
    color: #fff;
}
.job-search-results-table .pagination li .page-link {
    color: #003893;
}
.block-job-search-results .job-search-filter-groups h4,
.block-job-search-results .job-search-filter-groups .h4,
.job-search-results h4,
.job-search-results label {
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: 5px;
    padding-left: 3px;
}
/* Replace 'City' --> 'Location' */
.job-search-filter.job-search-filter-cities .job-search-filter-header {
    visibility: hidden;
    position: relative;
}

.job-search-filter.job-search-filter-cities .job-search-filter-header::after {
    visibility: visible;
    position: absolute;
    left: 0;
    content: "Location";
}
/* ====== JOB DESCRIPTION/TEMPLATE PAGE - ALL STYLING BELOW ================== */
.block-job-description .job-description p {
    font-size: 1rem;
}
.job-page-sidebar {
    border: 3px solid #ebebeb;
    padding: 30px 15px 20px;
    margin-bottom: 30px;
}
.job-page-sidebar .block-jobs .job {
    margin: 1rem 0 0;
}
.job-page-sidebar :is(h1, h2) {
    color: #202121;
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1;
}
.job-page-sidebar .job h3.job-title {
    font-weight: 700;
}
.job-page-sidebar a[id^="link_page_title_"] {
    color: #0070cd;
    text-decoration: none;
}
.job-page-sidebar a[id^="link_page_title_"] span {
    text-decoration: underline;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.2px;
}
/* ====== CTAs =================== */
.apply-now-cta-wrapper {
    scroll-margin-top: 50px;
}
.block-call-to-action .legal-terms a[href],
.block-call-to-action .legal-terms p {
    font-size: 0.8rem;
    line-height: inherit;
    color: inherit;
}
/* ====== CAMPUS LOCATIONS CARDS (hold for content) ==================== */
.page-body.not-editing .campus-locations-wrapper .col-md-2 {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
}
.page-body.not-editing .campus-locations-wrapper .col-md-2:has(.campus-location-card-hidden) {
    display: none;
}
.page-body.editing .campus-locations-wrapper .col-md-2:has(.campus-location-card-hidden) {
    position: relative;
    border: 1px dotted;
}
.page-body.editing .campus-locations-wrapper .col-md-2:has(.campus-location-card-hidden)::before {
    display: inline-block;
    position: absolute;
    content: 'hidden from view on live page to allow a 5 column row';
    color: red;
    font-size: 1.2rem;
    top: 10%;
    left: 0;
    border: 1px solid;
    padding: 1rem;
    z-index: 9999;
}
.campus-location-card-each .block-image-cover {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 0.375rem;
}
@media (min-width: 1200px) {
  .page-body.not-editing .campus-locations-wrapper .col-md-2 {
      width: 20%;
      max-width: 20%;
  }
  .campus-location-card-each .block-image-cover {
      max-height: 220px;
  }
}
@media (min-width: 992px)  and (max-width: 1199.8px) {
  .campus-location-card-each .block-image-cover {
      max-height: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991.8px) {
  .page-body.not-editing .campus-locations-wrapper .col-md-2:is(:nth-of-type(1), :nth-of-type(2), :nth-of-type(3)) {
      padding-bottom: 20px;
  }
  .page-body.not-editing .campus-locations-wrapper .col-md-2 {
      width: 33%;
      max-width: 33%;
  }
  .campus-location-card-each .block-image-cover {
      max-height: 220px !important;
  }
  .page-body.not-editing .campus-locations-wrapper .col-md-2:is(:nth-of-type(4), :nth-of-type(5)) {
      width: 50%;
      max-width: 50%;
  }
  .page-body.not-editing .campus-locations-wrapper .col-md-2:is(:nth-of-type(4), :nth-of-type(5)) .block-image-cover {
      max-height: 190px !important;
      aspect-ratio: 16/9;
  }
}
@media (max-width: 767.8px) {
  .page-body.not-editing .campus-locations-wrapper .col-md-2 .campus-location-card-each .block-image-cover {
      height: auto;
      width: 80vw;
      max-width: 400px;
  }
  .page-body.not-editing .campus-locations-wrapper .col-md-2:not(:nth-of-type(5)) {
      padding-bottom: 20px;
  }
}
.campus-location-card-each .block-image-text * {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 600;
    text-shadow: 1px 1px 1px #000;
    margin-bottom: 0;
}
.campus-location-card-each .block-image-text::after {
    content: '';
    display: block;
    width: 25%;
    height: 2px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 0;
    box-shadow: 1px 1px 1px #000;
}
.campus-location-card-each .block-image-text :is(h3,h4,h5,p,a),
.campus-location-card-each .block-image-text::after {
    transform: scale(1.0);
    transition: all 0.2s ease-in-out;
}
.campus-location-card-each:hover {
    cursor: pointer;
}
.campus-location-card-each:hover .block-image-text :is(h3,h4,h5,p,a),
.campus-location-card-each:hover .block-image-text::after {
    transform: scale(1.2);
    transition: all 0.2s ease-in-out;
}
/* JOBS LIST JOB CARDS - NON-SEARCH PAGES */
.jobs-list .job {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 2px solid #EAEAEA;
    padding: 2rem;
    border-radius: 8px;
}
.jobs-list .job a {
	display: inline-block;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 600;
    color: #003893;
    text-decoration: none;
}
.jobs-list .job a:hover h3.job-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #0070cd;
    text-decoration: underline;
}
.jobs-list .job a:active span.job-field,
.jobs-list .job a:focus span.job-field,
.jobs-list .job a:hover span.job-field {
    text-decoration: none;
}
.jobs-list .job a:active h3.job-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #003893;
    text-decoration:underline;
}
.jobs-list .job .job-field:not(span) {
    line-height: 1.3;
    font-weight: 600;
}
.jobs-list .job span.job-field {
    font-size: 1rem;
    font-weight: 500;
    line-height: 2;
}
.jobs-list .job .job-summary {
	font-weight: 500;
	color: #202121;
}
.jobs-list .job .label.job-favourited {
    background-color: #003893;
    border-radius: 4px;
}
.jobs-list .job .label.job-favourited i {
    padding: 0.25rem 0.15rem 0.15rem;
}
/* ==== CULTURE HOVER CARDS ============ */
.culture-hover-card-wrapper .card {
    width: 100%;
    height: 100%;
    min-height: 475px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.culture-hover-card-wrapper .card:hover {
    /* transform: scale(1.05); */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Default state */
.culture-hover-card-wrapper .card .default-state {
    position: relative;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    color: white;
    text-align: left;
    padding: 20px;
    z-index: 1;
}

/* default-state overlay */
.culture-hover-card-wrapper .card .default-state::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 48, 87, 0.5);
    z-index: -1;
}

.culture-hover-card-wrapper .card .hover-state {
    display: none;
}

.culture-hover-card-wrapper .card:hover .default-state {
    display: none;
}

.culture-hover-card-wrapper .card:hover .hover-state {
    position: relative;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    color: white;
    text-align: left;
    padding: 20px;
    z-index: 1;
    cursor: text;
}

/* hover-state overlay */
.culture-hover-card-wrapper .card .hover-state::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 48, 87, 0.85);
    z-index: -1;
    /* Puts overlay behind the content */
}

.culture-hover-card-wrapper .card-img-top {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.culture-hover-card-wrapper .hover-card-default-icon {
    font-size: 3rem;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.culture-hover-card-wrapper .hover-card-default-title {
    font-family: var(--roboto-slab);
    font-size: 2rem;
    color: #fff;
    margin-top: 1rem;
}

.culture-hover-card-wrapper .hover-card-hover-title {
    font-family: var(--roboto-slab);
    font-size: 1.75rem;
    letter-spacing: 0.4px;
    color: #fff;
}

.culture-hover-card-wrapper .hover-card-hover-text {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
}

.culture-hover-card-wrapper .hover-card-hover-text span {
    color: #fff;
    background-color: rgb(0 89 161 / 50%);
}

/* ==== CULTURE CARDS BG IMAGES ============ */
/* engage card - background image - grayscale */
.culture-hover-card-wrapper .engage-card .default-state::after,
.culture-hover-card-wrapper .engage-card .hover-state::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://d25wby5c7p9100.cloudfront.net/public/uploads/fce6079d53c7ea7f5e2d012a457139e1/images/files/62179c4a7c9b37a703955b50e3c3c608/large/Mallica-6_%281%29.jpg?1731510227');
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    z-index: -2;
}

/* collaborate card - background image - grayscale */
.culture-hover-card-wrapper .collaborate-card .default-state::after,
.culture-hover-card-wrapper .collaborate-card .hover-state::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://d25wby5c7p9100.cloudfront.net/public/uploads/fce6079d53c7ea7f5e2d012a457139e1/images/files/582350a3c096eef7130d431f08712bbb/large/PRM_20220913_6483.jpg?1731340401');
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    z-index: -2;
}

/* enjoy card - background image - grayscale */
.culture-hover-card-wrapper .enjoy-card .default-state::after,
.culture-hover-card-wrapper .enjoy-card .hover-state::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://d25wby5c7p9100.cloudfront.net/public/uploads/fce6079d53c7ea7f5e2d012a457139e1/images/files/aa21d3773cc474d4ff0d52f81fb1ca10/large/NSU_Campus1.jpg?1727896726');
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    z-index: -2;
}

/* thrive card - background image - grayscale */
.culture-hover-card-wrapper .thrive-card .default-state::after,
.culture-hover-card-wrapper .thrive-card .hover-state::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://d25wby5c7p9100.cloudfront.net/public/uploads/fce6079d53c7ea7f5e2d012a457139e1/images/files/bf4521732fc5d3308575ff996502811a/large/iStock-1443300348.jpg?1731947472');
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    z-index: -2;
}
/* grow card - background image - grayscale */
.culture-hover-card-wrapper .grow-card .default-state::after,
.culture-hover-card-wrapper .grow-card .hover-state::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://d25wby5c7p9100.cloudfront.net/public/uploads/fce6079d53c7ea7f5e2d012a457139e1/images/files/3dbc8fed032bcd93cc4e76019759e384/large/White_Coat_Ceremony.jpg?1727981247');
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    z-index: -2;
}
/* more card - background image - grayscale */
.culture-hover-card-wrapper .more-card .default-state::after,
.culture-hover-card-wrapper .more-card .hover-state::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('https://d25wby5c7p9100.cloudfront.net/public/uploads/fce6079d53c7ea7f5e2d012a457139e1/images/files/e8c3423177b2c682d7a5dcdb97e9c107/large/NSU_Sign.jpg?1727897491');
    background-size: cover;
    background-position: center;
    filter: grayscale(100%);
    z-index: -2;
}

/* Button styling */
.culture-hover-card-wrapper .hover-card-btn,
.culture-hover-card-wrapper .hover-card-btn:active,
.culture-hover-card-wrapper .hover-card-btn:visited,
.culture-hover-card-wrapper .hover-card-btn:hover,
.culture-hover-card-wrapper .hover-card-btn:focus {
    background-color: #fff;
    border: none;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 0.75rem;
    font-weight: 500;
    color: #003893;
}

.culture-hover-card-wrapper .hover-card-btn:hover {
    text-decoration: underline;
}

@media (max-width: 767.8px) {
    .culture-hover-card-row .col-md-6 {
        width: 100%;
        flex: 0 0 auto;
    }

    .culture-hover-card-row .col-md-6:first-child {
        margin-bottom: 30px;
    }
}

/* needed for large amount of text copy on hover-state side of card on small viewports */
/* can revert if using minimal text copy */
@media (min-width: 768px) and (max-width: 991.8px) {

    .culture-hover-card-wrapper .card:hover,
    .culture-hover-card-wrapper .card:hover .hover-state {
        height: 100% !important;
    }
}

@media (max-width: 425px) {

    .culture-hover-card-wrapper .card:hover,
    .culture-hover-card-wrapper .card:hover .hover-state {
        height: 100% !important;
    }
}
/* ==== SETTINGS PAGE ================ */
.candidate-settings-panel :is(h3,h4,p,a,li,button,.btn,span):not(.label) {
    font-size: 16px;
}
.candidate-settings-panel span[id^='candidate_email'] {
    font-size: 16px !important;
}
.candidate-settings-panel button.btn:not(.btn-danger) {
    background-color: #003893;
    color: #fff;
    font-weight: 700;
}
.candidate-settings-panel .candidate-settings-job-alert .label-primary {
    background-color: #0070cd;
    font-size: 12px;
}
.candidate-settings-panel .candidate-settings-job-alert .label-info {
    background-color: #003893;
    font-size: 12px;
}
.candidate-settings-panel .text-right {
    text-align: right !important;
}

/* ==== COOKIE CONSENT & EXIT CTA STYLING ============ */
form#new_form_submission_exit_call_to_action a[href] {
    font-size: 0.8rem;
    line-height: inherit;
    color: inherit;
}

button#consent_confirm:hover {
    border: none;
}

button#reject_performance_cookies,
button#reject_performance_cookies:active,
button#reject_performance_cookies:hover,
button#reject_performance_cookies:visited,
button#reject_performance_cookies:focus {
    color: #001749;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.5px;
    border: 1px solid #001749;
    width: auto;
    text-align: center;
}
button#reject_performance_cookies:hover {
    border: 1px solid #f8f9fa;
}

/* ==== IMPLIED CONSENT BUTTON VISIBILITY ============ */
.offcanvas.offcanvas-bottom {
    height: auto !important;
}