@font-face {
  font-family: 'Fira San';
  src: url('https://dfacxoaxr5wom.cloudfront.net/4b7bd0d92fbc48583758a1f8bce17a20/5fb8d6b1cef9dcf7f1b5a730fac10896/fira-sans/FiraSans-Regular.otf') format('opentype');
}


.container_wrapper {
 
  padding: 0 30px;
}
@media (min-width: 1600px)
{
  .container_wrapper {
  padding: 0 5vw;
}
}

* {
    box-sizing: border-box
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}

a,a:visited{
    color: #53575a;
    outline: none;
    text-decoration: none;
    transition: all 0.3s
}

a:hover {
    color: #000;
    text-decoration: none
}

input {
    border-radius: 0px;
}

em {
    color: #067f9d
}

strong {
    font-weight: 700
}


body {
    background: #fff;
    color: #53575a;
    font-family: 'Fira Sans',sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
  overflow-x:hidden;
}
p {
    font-size: inherit;
    color: #424242;
    line-height: inherit;
    margin:inherit;
}
 ol, p, ul {
    margin: 0 0 20px 0;
}

body *::selection {
    background: #981526;
    color: #fff
}
h1,h2,h3,h4,h5,h6 {
    color: #53575a;
   font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
    font-weight: 400
}

h1 {
    font-size: 3vw;
    line-height: 3.6vw
}

h2 {
    font-size: 34px;
    line-height: 40px;
    text-transform: uppercase
}

h3 {
    font-size: 26px;
    line-height: 32px
}

h4 {
    font-size: 22px;
    line-height: 28px
}

h5 {
    font-size: 20px;
    line-height: 1.2
}

h6 {
    font-size: 18px;
    line-height: 24px
}
@media (max-width: 1200px) {
    h1 {
        font-size:36px;
        line-height: 42px
    }
}
@media (max-width: 960px) {
    h1 {
        font-size:30px;
        line-height: 36px
    }

    h2 {
        font-size: 30px;
        line-height: 36px
    }

    h3 {
        font-size: 22px;
        line-height: 28px
    }

    h4 {
        font-size: 20px;
        line-height: 26px
    }

    h6 {
        font-size: 16px;
        line-height: 20px
    }

    blockquote {
        font-size: 18px
    }
}
@media (max-width: 640px) {
    h2 {
        font-size:26px;
        line-height: 32px
    }

    h3 {
        font-size: 20px;
        line-height: 26px
    }

    h4 {
        font-size: 18px;
        line-height: 22px
    }

    h6 {
        font-size: 14px;
        line-height: 18px
    }
    blockquote {
        font-size: 16px;
        padding: 0 20px
    }
}
.top-nav {
    background: #797c88;
    color: #fff;
    font-family: "Oswald", sans-serif;
     font-optical-sizing: auto;
    height: 60px
}
@media (min-width: 1600px) {
    body {
        font-size: 20px;
        line-height: 26px
    }

  .top-nav {
        height: 66px
    }
}
@media (max-width: 960px) {
  .top-nav {
        font-size:16px;
        height: 46px;
        line-height: 22px
    }
}

.hero_banner h1{
    color: #fff;
    margin: 0 0 10px;
    text-shadow: 0 0 5px rgba(0,0,0,.3);
}

/* Navigation */
.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: #333;
}
li.nav-item {
    padding: 10px 20px;
    margin-bottom: auto;
    margin-top: auto;
  
}
li.nav-item a {
    font-size: 22px;
    line-height: 32px;
    color: #666;
    outline: 0;
    text-align: center;
    text-transform: uppercase;
    text-decoration:none;
    transition: 0.3s all;
  font-family: 'Oswald', sans-serif;
  font-optical-sizing: auto;
}
@media (max-width: 1599px) {
li.nav-item a {
    font-size: 18px;
    line-height: 24px;
}
}
li.nav-item a:hover,li.nav-item a:focus {
    color: #9f1d21;

}
.brand-logo {
    background: #353a4a;
    margin: -60px 0 0;
    padding: 0 25px;
    transition: all 0.3s ease-in-out;
    width: 180px;
}
@media (min-width: 1600px)
{
  .brand-logo {
    height:190px;
    margin: -66px 0 0;
    width: 174px;
}
}
a.navbar-brand {
    background: #353a4a;
   
}
a.navbar-brand img{
    padding: 38px 0px;
    width: 100%;
     height:100%;

}

/*** hero section ***/
.hero {
    background: url(https://d2nc0na9w8r5aj.cloudfront.net/public/uploads/2068e2acccb212dad8db1a5fc9530ac8/images/files/958bfbdd02e224d781cb3f68f30be3d6/original/Media_Homepage_Banner_Desktop_%281%29.png?1684208173);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/*** Buttons ***/
a.button {
  border-radius: 0px;
   font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
    line-height: 30px;
    padding: 3px 20px;
    text-transform: uppercase;
    font-size:20px; 
    transition: all 0.3s;
   -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}
.btn {
    border-radius: 0px;
   font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
    line-height: 20px;
    padding: 3px 20px;
    text-transform: uppercase;
    font-size:20px; 
    transition: all 0.3s;
   -webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}
.near-me-btn {
    border: 2px solid #981526;
    color: #981526;
    background: #ffffff;
   
}
.near-me-btn:hover {
     background: #981526;
    color: #fff;
   border: 2px solid #981526;
}

.btn-primary, .btn-success {
    border: 2px solid #981526;
    color: #FFF;
    background: #981526;
  
}
.btn-primary:hover {
    background: #fff;
    color: #981526;
   border: 2px solid #981526;
}
.btn-success:hover,
.btn-success:visited,
.btn-success:active,
.btn-success:focus {
   background: #fff;
    color: #981526;
   border: 2px solid #981526;
}
.form-group .btn-primary {
    padding: 12px 40px !important;
}
a.button.button1 {
   border: 2px solid #981526;
    color: #FFF;
    background: #981526;
}
a.button.button1:hover{
  background: #fff;
  color: #981526;
  border: 2px solid #981526;
}

button.btn.btn-primary.clear-filters-button {
    line-height: 30px;
}

a.find-out-more {
    color: #000000;
    font-weight: 600;
    padding-top: 12px;
    display: block;
    font-size: 15px;
}
.find-out-more:after {
    content: '>';
    margin-left: 6px;
    font-size: 18px;
    color: #981526;
}
.job-search-results-active-filters .badge {
    background: #981526 !important;
    padding: 3px 5px 3px 8px !important;
}
.badge {
    background-color: #981526;
    text-align: center;
    padding: 5px !important;
    margin: 2px !important;
    font-size: 12px;
}

.call-to-action-employee-referral a {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.job-position-description-document a.btn.btn-info {
    background: #000;
    border: 1px solid #000;
}
.job-position-description-document a.btn.btn-info:hover {
    color:#fff;
}
.page-item.active .page-link {
    background-color: #981526;
    border-color: #981526;
}
.page-link {
    color: #981526;
}
.label-info {
    background-color: rgb(157 203 75);
}
.job-description-controls a, .job-description-controls span {
    background: #981526 !important;
    color: #ffffff !important;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #981526 !important;
}
.job-alerts .btn-primary {
    border: 1px solid #981526;
    color: #981526;
    background: #ffffff;
}
.job-alerts .btn-primary:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: #981526;
}
.applicant-login {
    background: #981526;
    border: 1px solid #981526;
    padding: 15px;
    text-align: center;
    width: 90%;
    border-radius: 3px;
}
.job-alerts a, .applicant-login a {
    color: #fff;
}
.job-description {
    line-height: 1.5;
}
/*** filter styling ***/
select.job-search-results-filter {
    padding: 10px;
    background: #fff;
    border: 1px solid #ececec;
}
.input-group input, .input-group-btn button {
    height: 40px;
    padding: 8px 26px;
}
.input-group .btn {
    border-radius: 0px;
}
.job-search-control input {
    margin-right: 25px;
    border-radius: 0px !important;
}
@media only screen and (max-width: 576px) {
.job-search-control input {
    margin-right: 0px;
  	margin-bottom:15px
  }
}
.block-job-search-results .job-search-filter-groups .list-unstyled::-webkit-scrollbar, .block-job-search-results .job-search-filter-groups .job-component-details .job-component-list ul::-webkit-scrollbar, .job-component-details .job-component-list .block-job-search-results .job-search-filter-groups ul::-webkit-scrollbar {
    visibility: visible;
    background: #e5e5e5;
    overflow-y: none;
}
.block-job-search-results .job-search-filter-groups .list-unstyled::-webkit-scrollbar-thumb, .block-job-search-results .job-search-filter-groups .job-component-details .job-component-list ul::-webkit-scrollbar-thumb, .job-component-details .job-component-list .block-job-search-results .job-search-filter-groups ul::-webkit-scrollbar-thumb {
    visibility: visible;
    background: #3d3a3a;
}
.block-job-search-results .job-search-filter-groups .list-unstyled, .block-job-search-results .job-search-filter-groups .job-component-details .job-component-list ul, .job-component-details .job-component-list .block-job-search-results .job-search-filter-groups ul {
    overflow-y: scroll;
    padding-right: 14px;
    overflow-x: hidden !important;
}
/*** filter checkboxes ***/
.job-search-filter-groups {
    background-color: #ffffff;
}
/*** Search page styling ***/
.job-search-results-title a {
    font-weight: 600;
    font-size: 15px;
}
.block-job-search-results .job-search-results .job-search-filter-groups {
    width: 95%;
    border: 1px solid #dddddd;
    background: #f7f7f7;
    padding: 22px;
    border-radius: 0px;
}
.job-search-results-table.job-search-results-content {
    margin-top: 20px;
}
h4.job-search-filter-header {
    font-size: 18px !important;
}
.job-search-collapse {
    color: #000;
    font-weight: 600;
    font-size: 18px !important;
}
.job-search-collapse::after {
    content: "\+";
    font-size: 20px;
}
.block-job-search-results .job-search-filter-groups li {
    margin-bottom: 4px;
    line-height: 1.2em;
}
.pagination-container {
    margin-top: 25px;
}
/*** job block for campaigns in card view ***/
.campaigns .jobs-list {
	display: flex;
	flex-wrap: wrap;
}
.campaigns .job {
	flex-basis: calc(33.33% - 20px);
	margin: 10px;
	background: rgb(0, 83, 33);
	padding: 1.5rem !important;
	border-radius: 0px;
}
.campaigns .job-title {
	font-size: 18px !important;
	color: #FFFF !important;
	font-weight: 600;
	padding-bottom: 20px;
	letter-spacing: normal;
}
.campaigns .job-summary {
	color: #FFF;
}
/*** card styling ***/
.card-title a {
    font-weight: 600;
    color: #981526;
    font-size: 22px;
}
.job-search-results-card {
    border: 1px solid #ddd !important;
    padding: 18px 20px;
    border-radius: 0px;
    background: #ffffff;
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: #ffffff;
    border-top: 1px solid #fff;
}
.card-footer {
    padding: 0.3rem 1.25rem;
}
.card-footer a {
    font-size: 16px;
    font-weight: 600;
    color: #981526;
}
/*** card layout change to 100% for 1, 33% for 3, 25% for 4 ***/
@media (min-width: 992px) {
  .job-search-results-card-col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
@media (min-width: 768px) {
.job-search-results-dropdown-filter-col {
    flex: 0 0 33.3333%;
    max-width:33.3333%;
  }
}
/*** job page styling ***/
.side-panel {
    box-shadow: 0 5px 9px 0 rgb(0 0 0 / 10%);
    padding: 40px 25px;
    margin-bottom: 20px;
    border-radius: 0px;
  background-color:#353a4a;
}
.side-panel .job-title {
   font-size: 22px !important;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
}
.side-panel .job-field {
    color: #484848;
    font-size: 14px;
    font-weight: 600;
}
.side-panel h3 {
    font-size: 24px;
}
.side-panel .job-summary {
    margin-top: 5px;
    font-size: 16px;
    line-height:inherit
}
.job-alerts-cta h3 {
    font-size: 24px;
    padding-bottom:15px;
}
.block-job-description h2, .block-job-description h3, .block-job-description h4 {
    color:#981526;
}
.block-job-description .job-title {
    color: #981526;
    font-weight: 600;
    font-size: 1.8em !important;
}
ul.side-nav-items {
    list-style: none;
    padding: 16px 12px;
    font-size: 14px;
    border: 1px solid #ececec;
    width: 17em;
    border-top: 3px solid #f5edde;
}
ul.side-nav-items li:after {
    content: "\f08e";
    font-weight: 600;
    font-family: "Font Awesome 7 Free";
    padding-left: 8px;
    font-size: 11px;
}
ul.side-nav-items li a {
  text-decoration:underline;
}
/*** candidate styling ***/
.candidate-settings-panel {
    background-color: #f9f9f9;
    padding: 30px 42px;
}
.block-wrapper.candidate-settings {
    background: #f0f0f0;
    margin: 10px 0px;
    padding: 50px;
}
/*** footer ***/
footer {
    
    padding: 60px 0px;
    background: #353a4a;
    color: #c5c5c5;
    font-size: 16px;
    line-height: 22px;
}
footer a, footer p {
    color: #c5c5c5 !important;
   
}
 footer p {
    color: #c5c5c5;
    font-size: 16px;
    line-height: 22px;
}
@media (min-width: 1600px)
{
  footer p {
    font-size: 18px;
    line-height: 24px;
}
}

.social li i {
    font-size: 20px;
}
 
/***candidate consent***/
.consent-modal .image-wrapper {
    text-align: left;
}
.modal-footer .btn-success {
    border: 2px solid #98152A;
    color: #fff;
    background: #981526;
  line-height:30px;
}
.modal-footer .btn-success:hover,.modal-footer .btn-info:hover{
   background: #981526;
    color: #fff;
   border: 2px solid #981526;
}

.modal-footer .btn-info {
  border: 2px solid #98152A;
    color: #981526;
    background: #ffffff;
    line-height:30px;
}

/*** mobile styles ***/
@media only screen and (max-width: 576px) {
.row.job-search-results-card-row {
	margin-left: 0px;
	margin-right: 0px;
}
.job-search-results-dropdown-filter-col {
	margin: 5px 0px;
}
span.input-group-btn {
	width: 100%;
	margin: 5px 0px;
}
.job-search-control .btn-primary, .near-me-btn {
	width: 100%;
}
.job-search-control .near-me-control {
	margin-left: 0px;
}
.job-search-control {
	padding: 0px;
}
img.brand-logo {
	width: 100%;
	max-width: 155px;
}
.my-settings {
	font-size: 12px;
	text-align: right!important;
	padding-right: 0rem!important;
	margin: 0!important;
}
.hero-title h2 {
	font-size: 60px;
}
}


/*** Useful classes for sites ***/
/*** apply to both content blocks to have vertical alignment  ***/
.my-auto .col-md-6, .my-auto .col-md-8, .my-auto .col-md-4 {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
/** text left alignment sits within container on fullwidth page **/

.block-image-cover {
    background-size: cover;
    height: 400px;
}

div#page_block_0_0 {
    background-position: 50% 10% !important;
}
 .hero_banner .block-image-text  {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 1.5rem;
  }
@media (min-width: 576px) {
 .hero_banner .block-image-text  {
   width: 540px;
   margin-right:auto;
   margin-left:auto;
  }
}
@media (min-width: 768px) {
  .hero_banner .block-image-text  {
    width: 720px;
    margin-right:auto;
    margin-left:auto;
  }
}
@media (min-width: 992px) {
 .hero_banner .block-image-text  {
   width: 960px;
   margin-right:auto;
   margin-left:auto;
  }
}
@media (min-width: 1200px) {
 .hero_banner .block-image-text  {
   width: 1140px;
   margin-right:auto;
   margin-left:auto;
  }
}
@media (min-width: 1400px) {
  .hero_banner .block-image-text  {
    width: 1320px;
    margin-right:auto;
    margin-left:auto;
  }
}
/*** fixes up pagination for sites with high volume of jobs ***/
@media only screen and (max-width: 576px) {
	.pagination li:not(:first-child):not(:last-child) {
		display: none;
	}
}
/*** to sort ***/
.selectize-control.multi .selectize-input>div {
	background-color: #981526;
	color: #fff;
	border-radius: 0px;
}
.selectize-dropdown-content .option.active {
	background-color: #981526;
}
.selectize-input {
	border-radius: 0px;
}
.form-control {
	border-radius: 0px;
	border: 1px solid #ccc;
}
.job-search-results-card {
	transition: box-shadow .3s;
}
.job-search-results-card:hover {
	box-shadow: 0 0 11px rgba(33, 33, 33, .2);
}
.logo-footer {
    display: block;
    margin: 0 0 40px;
    width: 160px;
}
footer .credentials .entry {
    margin: 0 30px 0 0;
    width: 120px;
}
.logo-footer img,footer .logo_div .credentials .entry img{
  width:100%;
}

@media (min-width: 1600px)
{
  .logo-footer {
    width: 200px;
}
  footer .logo_div .credentials .entry {
    margin: 0 40px 0 0;
    width: 140px;
}
}
@media (max-width: 768px)
{
  footer .credentials .entry
{
  margin: 20px auto;
}
.logo-footer {
    margin: 20px auto;
}
  .footer-wrapper .col-md-3
  {
    margin-bottom:30px;
  }
  
}

/*footer .logo_div .credentials .entry:last-child
{
    margin: 0;
}*/


footer h6 {
    color: #fff;
    font-family: 'Fira Sans',sans-serif;
     font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
footer .footer_col2:nth-child(2) p:last-child {
    margin: 0;
}
.block-wrapper.side-panel * {
    color: #FFF;
}
.block-jobs .job {
    margin-bottom: 8px;
}
.side-panel .btn-primary
{
    border: 2px solid #981526;
    color: #fff;
    background: #981526;
}



 /* .navbar-nav>li:nth-child(1)>a {
    background: url(https://d2nc0na9w8r5aj.cloudfront.net/public/uploads/11374a1ab84d6b33a993577621a471df/images/files/65904f30f17f655a0cb06c4434deb72e/medium/download.png?1712803646) no-repeat 50% 0 / 20% 30px;
}
.navbar-nav>li:nth-child(6)>a {
    background: url(https://d2nc0na9w8r5aj.cloudfront.net/public/uploads/11374a1ab84d6b33a993577621a471df/images/files/d1691cd40f40873f7bd63276cf73ea66/medium/download_%281%29.png?1712803646) no-repeat 50% 0 / 20% 30px
}
.hero_banner .block-image-cover .block-image-text {
    left: 10%;
}
.hero_banner .block-image-text {
    -webkit-transform: translate(-20%, -50%);
    -moz-transform: translate(-20%, -50%);
    -ms-transform:translate(-20%, -50%);
    -o-transform: translate(-20%, -50%);
    transform: translate(-10%, -50%);
    vertical-align: top;
    width: 150px;
}
@media (min-width: 768px)
{
  .hero_banner .block-image-cover .block-image-text {
    left: 15%;
}
  .hero_banner .block-image-text {
    -webkit-transform: translate(-20%, -50%);
    -moz-transform: translate(-20%, -50%);
    -ms-transform:translate(-20%, -50%);
    -o-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
    vertical-align: top;
    width: 300px;
}
}
@media (min-width: 1600px)
{
  .hero_banner .block-image-cover .block-image-text {
    left: 30%;
}
  .hero_banner .block-image-text {
    -webkit-transform: translate(-20%, -50%);
    -moz-transform: translate(-20%, -50%);
    -ms-transform:translate(-20%, -50%);
    -o-transform: translate(-20%, -50%);
    transform: translate(-20%, -50%);
    vertical-align: top;
    width: 300px;
}
}*/


 .hero_banner .block-image-text h1 {
    text-transform: uppercase;
  }
@media (max-width: 767px)
{
   .hero_banner .block-image-text h2, .hero_banner .block-image-text h3,  .hero_banner .block-image-text p {
   width:100px;
  }
}

@media (min-width: 768px)
{
 .hero_banner .block-image-text h3,  .hero_banner .block-image-text p {
   width:300px;
  }
}
@media (max-width: 768px)
{

   .hero_banner .block-image-text p
{
  display:none;
}
}
.job-search-results
{
      display: flex;
    flex-direction: column;
}
.block-job-search-results .job-search-results .job-search-control {
    margin-bottom: 15px;
    order: 2;
    background-color: #E1e1e1;
    padding: 45px 50px 45px 50px;
}
.block-job-search-results .job-search-results .job-search-dropdown-filters {
    order: 1;
    padding: 45px 15px 45px 15px;
    background-color: #e1e1e1;
    border-bottom: 1px solid #f1f1f1;
}
.job-search-results-table.job-search-results-content
{
  order:3;
}
.PageUpPeopleLink 
{
    order:4;
}
@media (max-width: 1599px)
{
    footer .container-fluid  {
        padding: 0 30px;
        
    }
}
@media (max-width: 767px)
{
  footer .container-fluid {
        padding: 0 20px;
    }
}
@media (min-width: 1600px)
{
 footer .container-fluid {
    padding: 0 5vw;
}
}


