/* Theme Selection CSS */
.top-nav {
  background: #f1f1f1;
}
.btn-grad {
    background-image: linear-gradient(to right, #034CAF 0%, #2682d0 51%, #1A2980 100%);
    margin: 0px;
    padding: 12px 35px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 35px;
    display: block;
}
.btn-grad:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}    
/* Theme Selection CSS end */

body {
  font-size:16px;
  font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
  color: #53585a;
  background-color: #fff;
  line-height: 1.7em;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-weight: 600;
letter-spacing:0;
font-family: 'Arial',Helvetica,Arial,Lucida,sans-serif;
}

h1{
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 26px
}

h4
{
  font-size: 21px
}

h5 {
    font-size: 19px
}

h6 {
    font-size: 16px
}



@media only screen and (max-width: 767px) {
    body
  {
    font-size:12px
    }

    h1 {
        font-size: 22px
    }

    h2{
        font-size: 18px
    }

    h3 {
        font-size: 16px
    }

    h4{
        font-size: 13px
    }
    h5 {
        font-size: 11px
    }

    h6 {
        font-size: 10px
    }
}

p
{
     line-height: 1.7em;
}
/* Typography */
a, a:visited {
    color: #034CAF;
}
a:hover {
    color: #034CAF;
    text-decoration:underline;
}
/* 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: #000;
}
li.nav-item {
    padding: 10px;
    margin-bottom: auto;
    margin-top: auto;
}
li.nav-item a {
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: opacity .4s ease-in-out,background-color .4s ease-in-out;
    transition: opacity .4s ease-in-out,background-color .4s ease-in-out;
    color:#000;
    padding: 10px;
    border-bottom: 2px solid transparent;
}
li.nav-item a:hover 
{
     border-bottom: 2px solid #FF671F;
}
.brand-logo {
    width: 100%;
    max-width: 90px;
}
.bg-cipdark
{
background-color: #22272a!important;
}
/*** 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 {
    text-transform: inherit !important;
    font-family:inherit;
}
.btn {
    font-weight: 600;
    font-family:inherit;
    text-transform: inherit;
}

.btn-success:hover,
.btn-success:visited,
.btn-success:active,
.btn-success:focus {
       border: 1px solid #FF671F;
    color: #fff;
    background: #FF671F;
}
.btn-primary,.btn-success,.near-me-btn {
    border: 1px solid #FF671F;
    color: #FF671F;
    background: #fff;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: color .2s ease-in-out 0s;
    transition: color .2s ease-in-out 0s;
    line-height: 1.1;
    border-radius: 3px !important;
}
.btn-primary:hover {
       border: 1px solid #FF671F;
    color: #fff;
    background: #FF671F;
}
a.button.button1 {
     border: 1px solid #FF671F;
    color: #FF671F;
    background: #fff;
    font-weight: 600;
    font-size: 16px;
    -webkit-transition: color .2s ease-in-out 0s;
    transition: color .2s ease-in-out 0s;
    padding: 12px 40px !important;
    border-radius: 0px !important;
}
a.button.button1:hover {
         border: 1px solid #FF671F;
    color: #fff;
    background: #FF671F;
}

.form-group .btn-primary {
    padding: 12px 40px !important;
}



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: #034CAF;
}
.job-search-results-active-filters .badge {
    background: #034CAF !important;
    padding: 3px 5px 3px 8px !important;
}
.badge {
    background-color: #034CAF;
    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: #034CAF;
    border-color: #034CAF;
}
.page-link {
    color: #034CAF;
}
.label-info {
    background-color: rgb(157 203 75);
}
.job-description-controls a{
    background: #fff !important;
    color: #FF671F !important;
   border: 1px solid #FF671F!important;
    font-weight: 400;
    font-size: 14px;
   
}

.job-description-controls a:hover {
    background: #FF671F !important;
    color: #fff !important;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #FF671F!important;
}

.job-alerts .btn-primary {
    border: 1px solid #034CAF;
    color: #034CAF;
    background: #ffffff;
}
.job-alerts .btn-primary:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background: #034CAF;
}
.applicant-login {
    background: #034CAF;
    border: 1px solid #034CAF;
    padding: 15px;
    text-align: center;
    width: 90%;
    border-radius: 0px;
}
.job-alerts a, .applicant-login a {
    color: #fff;
    font-family: 'Source Sans Pro';
}
.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;
}
}
.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;
}
/*** campaigns ***/
.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;
}
/*** top cards ***/
.card {
    border: 0;
    border-radius: 0px !important;
}
.card a.button.button4:after {
    content: '>';
    margin-left: 6px;
    font-size: 18px;
    color: #034CAF;
}
/*** card styling ***/
.card-title a {
    font-weight: 600;
    color: #FF671F;
    font-size: 20px;
}
.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: 14px;
    font-weight: 600;
    color: #53585a;
}
.social li i {
    font-size: 20px;
  vertical-align: middle;
}
/*** 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;
}
.side-panel .job-title {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-bottom: 8px !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: 12px;
    font-size: 15px;
    line-height: inherit;
}
.job-alerts-cta h3 {
    font-size: 24px;
    padding-bottom:15px;
}
.block-job-description h2, .block-job-description h3 {
  color:#034CAF;
}
.block-job-description .job-title {
    color: #FF671F;
    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 6 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 {
       background-image: linear-gradient(180deg,rgba(82,86,89,0.75) 0%,rgba(82,86,89,0.45) 100%)!important;
    background-color: #1b2b3a!important;
    padding-bottom: 15px;
    padding-top: 54px;
}
footer a,footer a:visited {
   color: #000;
}

.social  a, .social  a:visited {
   color: #000 !important;
    font-size: 14px;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    padding: 10px;
    
}
footer p
{
   color: #000  !important;
}
/***candidate consent***/
.consent-modal .image-wrapper {
    text-align: left;
}
.modal-footer .btn-success {
    border: 1px solid #FF671F;
    color: #FF671F;
    background: #fff;
}
.modal-footer .btn-info,.modal-footer .btn-success {
     border: 1px solid #FF671F;
    color: #FF671F;
    background: #fff;
  transition: color .2s ease-in-out 0s;
    line-height: 1.1;
    border-radius: 3px !important;
}
.modal-footer .btn-success {
    border: 1px solid #FF671F;
    color: #FF671F;
    background: #fff;
  font-size: 11px;
    font-weight: 600;
}
.modal-footer .btn-info:hover,.modal-footer .btn-success:hover {
        border: 1px solid #FF671F;
    color: #fff;
    background: #FF671F;
}
/*** 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;
}
}
@media (min-width: 992px) {
  .job-search-results-card-col {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (min-width: 768px) {
.job-search-results-dropdown-filter-col {
    flex: 0 0 33%;
    max-width: 33%;
  }
}

/*** Site specific ***/
.my-auto .col-md-6, .my-auto .col-md-8, .my-auto .col-md-4 {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

/*** to sort ***/
.selectize-control.multi .selectize-input > div {
    background-color: #FF671F;
    color: #fff;
    border-radius: 0px;
}
.form-control {
    border-radius: 0px;
      border: 1px solid #ccc;
}
.selectize-input {
    border-radius: 0px;
}
.job-search-results-card {
transition: box-shadow .3s;
}
.job-search-results-card:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}
/* site specific*/
.my-auto .col-md-6, .my-auto .col-md-8, .my-auto .col-md-4 {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
 .job-search-control, .job-search-dropdown-filters {
	background-color: #1b2b3a!important;
    background-image: linear-gradient(180deg,rgba(82,86,89,0.75) 0%,rgba(82,86,89,0.45) 100%)!important;
}

 .job-search-control {
	margin: 45px 0px 0px 0px !important;
	padding: 45px 16px 30px 16px;
	
}

.job-search-dropdown-filters {
	margin: 0px 0px 45px 0px;
	padding: 5px 16px 45px 16px !important;
}
.table > :not(caption) > * > * {
    padding: 1.5rem 0.5rem;
}
.job-search-results-table.job-search-results-content th {
   background-color: #1b2b3a!important;
    background-image: linear-gradient(180deg,rgba(82,86,89,0.75) 0%,rgba(82,86,89,0.45) 100%)!important;
    color: #ffffff;
    padding: 15px 8px;
}
.job-search-results-title a {
    font-weight: 600;
    font-size: 16px;
  color:#FF671F;
}
a.referral-link
{
  color:#000;
  text-decoration:underline;
}
.jobs-list .job a{
  color:#FF671F;
}
Footer h4{
  color: #e06a49!important;
    font-size: 18px;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
    text-transform: uppercase;
}
footer p{
  color:#fff !important;
}
footer a{
  color:#fff !important;
  text-decoration:underline;
}
.hero_banner h1{
  padding-top: 30px;
  padding-bottom:30px;
  margin-bottom: 0;
}