/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * acumin-pro:
 *   - http://typekit.com/eulas/00000000000000003b9acafc
 *   - http://typekit.com/eulas/00000000000000003b9acafd
 *   - http://typekit.com/eulas/00000000000000003b9acaf7
 *   - http://typekit.com/eulas/00000000000000003b9acaf6
 *   - http://typekit.com/eulas/00000000000000003b9acafa
 *   - http://typekit.com/eulas/00000000000000003b9acafb
 * acumin-pro-condensed:
 *   - http://typekit.com/eulas/00000000000000003b9acb0e
 *   - http://typekit.com/eulas/00000000000000003b9acb0f
 *   - http://typekit.com/eulas/00000000000000003b9acb08
 *   - http://typekit.com/eulas/00000000000000003b9acb09
 * acumin-pro-semi-condensed:
 *   - http://typekit.com/eulas/00000000000000003b9acb33
 */
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,700&display=swap');

/* PAGE BODY */
.page-body.page.not-editing {
  top: 40px;
  position: relative;
}
/* ====== UTILITY / HELPERS ============================= */
/* EDITOR PAGE ONLY */
.page-body.page.not-editing .script-css-only {
  display: none;
}
.script-css-only {
  position: relative;
}
.script-css-only::before {
  content: 'editor page: script-css-only';
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  padding: 2rem 8rem;
  height: 55px;
  width: 650px;
  display: inline-block;
  background-color: #fff;
  color: #ff0000;
  font-size: 18px;
  font-weight: 900;
  z-index: 999;
}
/* EDITOR PAGE ONLY ^^ */
/* CODE BLOCK BORDERS */
.border-dashed-2 {
    border: 2px dashed #333 !important;
}
.text-black-heading :is(h1, h2, h3, h4, h5) {
  color: #000 !important;
}
.add-class-special {
  background-color: #000 !important;
  border-radius: 0 !important;
  color: #fff !important;
  height: 25px !important;
}
/* Typography */

body,
p,
li {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.7em;
	color: #666;
}

.table {
	color: #666;
}

h1 {
	font-weight: 700;
	color: inherit !important;
	line-height: 1.3em;
	letter-spacing: normal;
}

h2,
h3,
h4,
h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	letter-spacing: normal;
	color: #333;
}
.hero-img-text h1 {
	font-size: 6em;
}
a,
a:visited {
	color: #2a4ce3;
}

@media (min-width: 1200px) {
	h2 {
		font-size: 33px;
	}
    .h2-xl :is(h2) {
        font-size: 60px;
    }
    .h3-xl :is(h3) {
        font-size: 40px;
    }
}

/* Header Block */
.all-nav-container {
	position: fixed;
	z-index: 9999;
	top: 0;
	margin-top: 0px;
	width: 100%;
	height: auto;
	z-index: 999999;
}

#top-nav {
	background-color: #002f54;
}

.btn-top-nav {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
	font-size: 14px !important;
}

.topnav-menu {
	padding: 0.8rem 0.3rem;
	border-radius: 15px;
}

#top-nav .dropdown-item {
	padding: 0.7rem 1.5rem;
	color: #171616;
	display: block;
	width: 100%;
	clear: both;
	font-weight: 400;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

/* Logo */

img.brand-logo {
	width: 100%;
	max-width: 300px;
	padding: 15px 30px 15px 0;
}

/* Typography */

body,
p,
li {
	color: #333;
	font-weight: 400;
}

a,
a:visited {
	color: #333333;
	text-decoration: none;
}

.header-block h1 {
	font-size: 6rem;
}

@media only screen and (max-width: 767px) {
	.header-block h1 {
		font-size: 4rem;
	}
}

@media only screen and (max-width: 980px) {
	.header-block h1 {
		font-size: 5rem;
	}
}

/*  Navbar */

.navbar {
	-webkit-box-shadow: 0 5px 5px -4px #a9a9a9;

	box-shadow: 0 5px 5px -4px #a9a9a9;
}
.navbar-collapse {
	align-items: baseline !important;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:visited,
.navbar-light .navbar-nav .nav-link:active,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
}

.navbar-dark .navbar-nav .nav-link:hover {
	opacity: 0.7;
    color: #fff;
}

.nav-link:focus-visible {
    box-shadow: 0 0 0 0.15rem rgb(255 255 255 / 50%);
}

.navbar {
	background-color: #000421;
	position: fixed;
	z-index: 9999;
	width: 100%;
}

.navbar-nav {
	margin-top: 6px;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
	color: #003a63;
	font-weight: 800;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.navbar-logo {
    max-width: 300px;
}
.navbar-light .navbar-toggler {
	border: none;
}
.navbar-light .navbar-toggler-icon {
    filter: brightness(0) invert(1);
}
.nav-link:hover {
	color: #fff !important;
	text-decoration: underline;
}
@media (max-width: 424.8px) {
    .container-fluid.theme-three-nav-container {
        flex-wrap: nowrap;
    }
    .navbar-logo {
        max-width: 100%;
    }
}
/*  ADD PADDING TO NAVBAR FOR FIXED NAV: EDITOR PAGE FIX */

.page-body.page.editing {
	padding-top: 40px;
}

/* HERO IMAGE */
.hero-img {
	margin-top: 120px;
}

/* Primary Title */

@media only screen and (max-width: 768px) {
	.hero-img-text-overlay h1 {
		font-size: 1.7em;
	}
}

/* Buttons */

.btn {
	font-weight: 600;
}

.btn-primary,
.btn-primary:visited,
.btn-primary:focus {
	background-color: #FAC01A;
	color: #002454;
	border: 1px solid #FAC01A !important;
	border-radius: 0;
	width: 105px;
	margin-right: -12px;
	margin-left: 15px;
}

.btn-primary:active,
.btn-primary:hover {
	background-color: #FAC01A !important;
	color: #002454 !important;
	border: 1px solid #FAC01A !important;
	border-radius: 0;
}
.btn-primary span {
    color: #002454;
}
.btn-success,
.btn-success:visited,
.btn-success:focus {
	background-color: #002454;
	color: #ffffff;
	border: 1px solid #002454 !important;
	border-radius: 0;
	width: 105px;
	margin-right: -12px;
	margin-left: 15px;
}

.btn-success:active,
.btn-success:hover {
	background-color: #002454 !important;
	color: #ffffff !important;
	border: 1px solid #002454 !important;
	border-radius: 0;
}
.btn-success span {
    color: #fff;
}

a.button.button1,
a.button.button1:visited,
a.button.button1:focus {
	background-color: #FAC01A;
	color: #002454;
	border: 1px solid #FAC01A;
	border-radius: 0;
    font-weight: 900;
    transition: all 0.2s ease-in-out;
}

a.button.button1:active,
a.button.button1:hover {
	background-color: #FAC01A !important;
	color: #002454 !important;
	border: 1px solid #FAC01A !important;
	border-radius: 0;
    font-weight: 900;
    transform: scale(1.03);
    transition: all 0.2s ease-in-out;
}
a.button.button1 span {
    color: #002454 !important;
}

a.button.button2,
a.button.button2:visited,
a.button.button2:focus {
	background-color: #002454;
	color: #ffffff;
	border: 1px solid #002454;
	border-radius: 0;
    font-weight: 900;
    transition: all 0.2s ease-in-out;
}

a.button.button2:active,
a.button.button2:hover {
	background-color: #002454 !important;
	color: #ffffff !important;
	border: 1px solid #002454 !important;
	border-radius: 0;
    font-weight: 900;
    transform: scale(1.03);
    transition: all 0.2s ease-in-out;
}
a.button.button2 span {
    color: #ffffff !important;
}

/* see all open positions button */

.hero-img-text-overlay .button1 {
	background-color: #8c1515 !important;
	border-radius: 12px;
	border: none !important;
	float: left;
	margin-left: 105px;
	margin-top: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #ffffff !important;
	letter-spacing: 0.06rem;
	padding: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px 0;
	box-sizing: border-box;
	-webkit-transition: all 0.2s linear !important;
	transition: all 0.2s linear !important;
}

.hero-img-text-overlay .button1:hover {
	background-color: #640707 !important;
	box-shadow: rgba(0, 0, 0, 0.15) 0 3px 9px 0;
	transform: scale(1.05);
}

/* Footer */

footer {
	background-color: #f8f9fa;
	padding: 30px 0;
}

footer .fab {
	font-weight: 400;
	font-size: 30px;
	color: #364f6b;
}

footer .sociallinks {
	margin-top: 1rem;
	margin-left: -10px;
}

footer .sociallinks > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

footer .bottom-footer li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
footer .footer-logo {
    max-width: 450px;
    padding: 2.5rem 0;
}
@media (max-width: 499.8px) {
    footer .footer-logo {
        max-width: 100% !important;
    }
}
/* Container width class */

.hero-img-text-overlay .block-image-text {
	padding-right: 15px;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	top: 330px;
	left: 225px;
}

.hero-img-text-overlay .block-image-text img {
	margin-left: 11px;
	transform: scale(1.2);
}

@media (min-width: 768px) {
	.hero-img-text-overlay .block-image-text {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.hero-img-text-overlay .block-image-text {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.hero-img-text-overlay .block-image-text {
		width: 1170px;
	}
}

/* FOOTER CSS  */

.site-footer {
	background-color: #002454;
	padding: 60px 0 20px;
	font-size: 15px;
	line-height: 24px;
	color: #737373;
	font-family: 'Open Sans', sans-serif;
}

.site-footer hr {
	border-top-color: #bbb;
	opacity: 0.5;
}

.site-footer hr.small {
	margin: 20px 0;
}

.site-footer h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 5px;
	letter-spacing: 2px;
}

.site-footer .copyright-text a[href] {
	color: #ffffff;
    text-decoration: underline;
}
.site-footer p {
	color: #ffffff;
}

.site-footer a:hover {
	color: #ffffff;
	text-decoration: none;
	font-weight: 400;
}

.footer-column-2 {
	padding-left: 100px;
}

.footer-column-3 {
	padding-left: 100px;
}
.footer-text {
    padding: 0 4rem 1.2rem;
}
.footer-links {
	padding-left: 0;
	list-style: none;
}

.footer-links li {
	display: block;
}

.footer-links a {
	color: #ffffff;
	font-weight: 400;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
	color: #FAC01A;
	text-decoration: none;
	font-weight: 400;
}

.footer-links.inline li {
	display: inline-block;
}

.site-footer .social-icons {
	text-align: center;
    margin: 2rem 0;
}

.site-footer .social-icons a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-left: 6px;
	margin-right: 0;
	border-radius: 100%;
}

.copyright-text {
	margin: 0;
}

@media (max-width: 991px) {
	.site-footer [class^='col-'] {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.site-footer {
		padding-bottom: 0;
	}
	.site-footer .copyright-text,
	.site-footer .social-icons {
		text-align: center;
	}
}

.social-icons {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.social-icons li {
	display: inline-block;
	margin-bottom: 4px;
}

.social-icons li.title {
	margin-right: 15px;
	text-transform: uppercase;
	color: #96a2b2;
	font-weight: 700;
	font-size: 13px;
}
.social-icons i {
	font-family: 'Font Awesome 6 Brands';
}
.social-icons a {
	background-color: #7a7a7a;
	color: #edede9;
	font-size: 16px;
	display: inline-block;
	line-height: 44px;
	width: 44px;
	height: 44px;
	text-align: center;
	margin-right: 8px;
	border-radius: 100%;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
	color: #fff;
	background-color: #29aafe;
}

.social-icons.size-sm a {
	line-height: 34px;
	height: 34px;
	width: 34px;
	font-size: 14px;
}

.social-icons a.facebook:hover {
	background-color: #3b5998;
	transform: scale(1.1);
}

.social-icons a.twitter:hover {
	background-color: #00aced;
	transform: scale(1.1);
}

.social-icons a.linkedin:hover {
	background-color: #007bb6;
	transform: scale(1.1);
}

.social-icons a.instagram:hover {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
	background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
	transform: scale(1.1);
}

.fa.fa-instagram {
	font-size: 1.3rem;
	vertical-align: middle;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

@media (max-width: 767px) {
	.social-icons li.title {
		display: block;
		margin-right: 0;
		font-weight: 600;
	}
}

/* END FOOTER CSS  */

/* JOB SEARCH RESULTS CSS  */

.job-search-results ul {
    font-weight: 400;
}

.job-search-results a {
    color: #002454;
    font-weight: 600;
}
.job-search-results a:hover {
    text-decoration: underline !important;
}

.badge {
    background-color: #002454;
}

.btn-success,
.btn-success:hover,
.btn-success:visited,
.btn-success:active,
.btn-success:focus {
    background-color: #002454;
    border-color: #002454;
    border-radius: 5px;
    width: 105px;
}

.block-job-search-results .job-search-results table {
    font-size: 15px;
}

@media only screen and (max-width: 768px) {
    .block-job-search-results .job-search-results .job-search-collapse {
        font-size: 16px;
    }
}


/* ------------------------------ */


/* override filter groups column width  */

.block-job-search-results .job-search-results .job-search-filter-groups {
    width: auto;
}

.job-search-filter-groups {
    background-color: #EDEDE9;
    padding-left: 36px !important;
    padding-right: 36px !important;
    border-radius: 8px;
}

.job-search-filter {
    background-color: #F6F6F4;
    padding: 8px;
    margin: 0px -20px 30px -20px;
    /* border-radius: 8px; */
}

.job-search-filter-categories {
    background-color: #F6F6F4;
    padding: 8px;
    margin: 0px -20px 30px -20px;
    /* border-radius: 8px; */
}

.job-search-filter-departments {
    background-color: #F6F6F4;
    padding: 8px;
    margin: 0px -20px 30px -20px;
    /* border-radius: 8px; */
}

.job-search-filter-employment-types {
    background-color: #F6F6F4;
    padding: 8px;
    margin: 0px -20px 30px -20px;
    /* border-radius: 8px; */
}

.job-search-filter-cities {
    background-color: #F6F6F4;
    padding: 8px;
    margin: 0px -20px 30px -20px;
    /* border-radius: 8px; */
}

.job-search-control input {
    border-radius: 5px !important;
    border: 1px solid rgba(80, 86, 86, 0.5);
    height: 50px;
}

.job-search-control button {
    height: 50px;
}

.job-search-results-card {
    border-radius: 8px;
    border: 8px solid rgba(246, 246, 244, 1);
}

.job-search-results-card .job-search-results-summary {
    display: none;
}

@media (min-width: 768px) {
  .job-search-results-card-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 992px) {
    .navbar {
        height: auto;
    }
}

.side-panel {
  background: transparent;
  padding: 1em;
  background-color: #f5fafc;
  margin-bottom: 30px;
  border-radius: 3px;
  margin-bottom: 30px;
}


@media (min-width: 767px) {
  .block-posts .post h3.post-title,
  .side-panel h3 {
    font-size: 21px;
  }
}

/*=============JOB LISTING/JOB ROUTING PAGES===============*/
.job-listing-page-hero {
	padding-top: 110px;
}
.job-listing-page-hero h1 {
	font-size: 6em;
	font-weight: 700;
	color: #ffffff !important;
	line-height: 1.3em;
	letter-spacing: normal;
}

/*** THEME TWO JOB DESCRIPTION PAGE STYLES ***/

.theme-two-apply-now-btn {
    margin-bottom: 30px;
}

.theme-two-apply-now-btn .button {
    background-color: #FAC01A !important;
    color: #002454 !important;
    border: 1px solid #FAC01A !important;
    border-radius: 0;
	font-size: 1rem !important;
    font-weight: 700 !important;
    letter-spacing: .1em !important;
    text-transform: uppercase;
	transform: scale(1);
}

.theme-two-apply-now-btn .button:hover {
    background-color: #FAC01A !important;
    color: #002454 !important;
    border: 1px solid #FAC01A !important;
    border-radius: 0;
	font-size: 1rem !important;
    font-weight: 700 !important;
    letter-spacing: .1em !important;
    text-transform: uppercase;
	transform: scale(1);
}

.theme-two-side-panel {
    background-color: #f3f3f3;
    border: 4px solid #ebebeb;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.theme-two-side-panel input {
    border-radius: 5px;
}

.theme-two-side-panel .btn {
    background-color: #FAC01A !important;
    color: #002454 !important;
    border: 2px solid #FAC01A !important;
    border-radius: 0;
  	width: 200px;
    font-weight: 700;
    letter-spacing: .1em;
    margin-left: 0 !important;
}

.theme-two-side-panel .btn:hover {
    background-color: #FAC01A !important;
    color: #002454 !important;
    border: 2px solid #FAC01A !important;
    border-radius: 0;
    font-weight: 700;
    letter-spacing: .1em;
}

.theme-two-job-description {
    padding-right: 2.2em;
}

.theme-two-job-description .job-title {
    font-weight: 700;
    font-size: 26px;
    letter-spacing: .03rem;
}

.theme-two-job-description .btn {
    background-color: #002454;
    color: #fff !important;
    margin-left: 0;
    margin-right: 15px;
    padding: 5px 10px !important;
    line-height: normal;
}

.theme-two-job-description .btn:hover {
    background-color: #fff;
    color: #002454 !important;
    border: 1px solid rgba(80, 86, 86, 0.5);
    margin-left: 0;
    margin-right: 15px;
    padding: 5px 10px !important;
    line-height: normal;
}

.block-job-description .job-description-controls .btn {
    width: auto;
}

.block-job-description :is(h1,h1>strong,h2,h2>strong,h3,h3>strong,h4,h5,h6) {
    color: #002454;
}
.job-description :is(h4) {
    font-weight: 700;
}
.theme-two-ready-to-apply {
    background-color: #f6f6f4;
}

.theme-two-ready-to-apply h2 {
    font-weight: 700;
    letter-spacing: .03rem;
}

.theme-two-ready-to-apply input {
    border-radius: 5px;
}

.theme-two-ready-to-apply .btn {
    background-color: #002454 !important;
    color: #fff !important;
    border: 1px solid #002454;
    margin-left: 0;
}

.theme-two-ready-to-apply .btn:hover {
    background-color: #002454 !important;
    color: #fff !important;
    border: 1px solid #002454;
    font-weight: 700;
}
.theme-two-ready-to-apply .btn span {
    color: #fff !important;
}

.theme-two-side-panel h2 {
    font-weight: 700;
    letter-spacing: .03rem;
}

.theme-two-side-panel .job-title {
    color: #002454 !important;
    font-weight: 600;
    letter-spacing: .03rem;
}

.theme-two-side-panel .job-title:hover {
    text-decoration: underline;
}

.theme-two-side-panel .job-department {
    font-weight: 700;
    letter-spacing: .03rem;
}


/* referral link in apply-cta styling */
a#referral_link {
	display: flex;
	justify-content: center;
	color: #003a66 !important;
	font-weight: 600;
	padding: 0 0 0.8rem;
}

/* top-nav applicant login button */
a.existing-applicant-btn {
    background-color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    border-radius: 0;
    padding: 0.5rem 1rem;
    color: #000421 !important;
	font-weight: 600 !important;
	font-size: 0.8rem !important;
}
a.existing-applicant-btn:hover {
	background-color: #fff;
	text-decoration: underline;
	border: 2px solid #fff;
	border-radius: 0;
    color: #000421 !important;
	font-weight: 600 !important;
	font-size: 0.8rem !important;
}
@media (min-width: 1200px) {
	.theme-three-nav-container {
		margin: auto;
	}
}
@media (min-width: 1400px) {
	.theme-three-nav-container {
		margin: auto 3rem;
	}
}
@media (min-width: 1675px) {
	.theme-three-nav-container {
		margin: auto 18rem;
	}
}

/* NAV MEDIA QUERY BTWN 768PX AND 950PX */
@media (min-width: 768px) and (max-width: 949.8px) {
	.theme-three-nav-container {
		flex-direction: column;
		align-items: flex-start !important;
	}
	#navbarCollapse {
		width: 100%;
	}
	.navbar-nav:first-of-type {
		margin-left: 0 !important;
		justify-content: space-between !important;
		width: 75%;
	}
	.navbar-nav:first-of-type a.nav-link:first-of-type {
		padding-left: 0;
	}
}


/* CLINCH CAROUSEL BUILDER STYLING */
.block-carousel .carousel-inner {
    padding: 0 80px;
}
.block-carousel .carousel-item-block {
    display: flex;
    justify-content: center;
    align-items: center;
}
.block-carousel .carousel-control-prev,
.block-carousel .carousel-control-next {
    filter: invert(1);
    width: auto;
}

/* SELECTIZE DROPDOWN SELECTIONS */
.selectize-control.multi .selectize-input > div {
    background-color: #002454 !important;
    color: #fff !important;
}
.selectize-dropdown .option {
    color: #000;
}
.selectize-dropdown .active.option {
    color: #fff;
}