body {
   font-family: 'Montserrat', sans-serif;
    padding: 0 !important;
    font-size: 16px;
    line-height: 1.42857143;
    color: #414042;
    background-color: #FFFFFF;

}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  letter-spacing:normal;
  font-family: 'Montserrat', sans-serif;
color: #18213E;
}
h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
    color: #18213E;
    font-weight: 800;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
      margin: 0 0 10px;
}
/* Typography */
a, a:visited {
    color: #000000;
}
a:hover {
    color: #505E96 ;
    text-decoration:none;
}
/* 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: #18213E;
}
li.nav-item {
    padding: 0px 8px;
    margin-bottom: auto;
    margin-top: auto;
}
li.nav-item a,li.nav-item .a:visited, li.nav-item .nav-link:hover a:hover {
    font-size: 16px;
    font-weight: 600;
    transition: .4s;
    padding: 13px 20px;
    text-transform:inherit ;
}
.nav-link:hover, .nav-link:focus, .nav-link:active
{
  color:#505E96;
}
.navbar-nav a, .navbar-nav a:visited {
    color: #18213E;
}
.brand-logo {
    max-width:360px;
    width: 100%;
  
}
.top-nav-link {
    color: #154c92 !important;
    font-size: 15px !important;
}
@media (min-width: 992px)
{
.navbar-expand-lg .navbar-nav .nav-link {  
    padding: 13px 20px;
}
}
/*** hero video ***/
header {
	position: relative;
	height: 60vh;
	min-height: 25rem;
	width: 100%;
	overflow: hidden;
}
header video {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
header .container {
	position: relative;
	z-index: 2;
}
.no-gutters .col-md-12 {
	padding: 0px;
}


/*** Buttons ***/
a.button {
font-weight: normal;
    font-family:inherit;
    text-transform: inherit;
    border-radius:0px;
    font-size: 16px;
   -webkit-transition: color .2s ease-in-out 0s;
    transition: color .2s ease-in-out 0s;
    line-height: 50%;
    text-transform:uppercase;
    padding:13px 20px;
}
.btn {
    font-weight: normal;
    font-family:inherit;
    text-transform: inherit;
    border-radius:0px;
    font-size: 16px;
   -webkit-transition: color .2s ease-in-out 0s;
    transition: color .2s ease-in-out 0s;
    line-height: 50%;
    text-transform:uppercase;
}

.btn-primary,.btn-success,.near-me-btn,.btn.sign-out {
    border: 1px solid #18213E;
    color:#18213E;
    background-color:#FFF;
  text-decoration:none;
}
.btn-primary:hover,.btn-success:hover,.near-me-btn:hover,.btn.sign-out:hover {
    border: 1px solid #505E96 ;
    color: #ffffff;
    background-color: #505E96;
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: #FFF;
    background-color:#000000;
    border: 2px solid #000000;
}
button:focus:not(:focus-visible){
border: 1px solid #18213E;
    color: #18213E;
    background-color: #FFF;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: 0px;
}
a.button.button1 {
    border: 1px solid #18213E;
    color:#18213E;
    background-color:#FFF;
}
a.button.button1:hover {
     border: 1px solid #505E96 ;
    color: #ffffff;
    background-color: #505E96;
}
.form-group .btn-primary {
    padding: 15px 40px !important;
}


footer .btn.btn-primary, footer .btn.btn-secondary {
    background: none;
    border: 1px solid #ffffff !important;
    width: 180px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 15px !important;
}
.job-search-results-active-filters .badge {
    background: #0d8924 !important;
    padding: 3px 5px 3px 8px !important;
}
.badge {
    background-color: #000000;
    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: #0d8924;
    border-color: #0d8924;
}
.page-link {
    color: #0d8924;
}
.label-info {
    background-color: rgb(157 203 75);
}
.job-description-controls a {
    border: 1px solid #18213E!important;
    color:#18213E!important;
    background-color:#FFF;
    font-weight: 400;
    font-size: 14px;
}
.job-description-controls a:hover {
    background-color: #505E96  !important;
    border: 1px solid #505E96  !important;
    color:#FFFFFF!important;
}
.job-alerts .btn-primary {
    border: 1px solid #000000;
    color: #ffffff;
    background: #000000;
}
.job-alerts .btn-primary:hover {
    border: 1px solid #000000;
    color: #ffffff;
    background: #D5791A ;
}

.applicant-login {
    background: #0d8924;
    border: 1px solid #0d8924;
    padding: 15px;
    text-align: center;
    width: 90%;
    border-radius: 3px;
}
.job-alerts a, .applicant-login a {
    color: #fff;
}
.job-description {
    line-height: 1.5;
}
/***form control***/
.job-search-control .form-control {
    border-radius: 6px;
    background: none;
    margin-right: 10px !important;
}
input {
    background: #ffffff !important;
}
/*** filter styling ***/
select.job-search-results-filter {
    padding: 10px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 6px !important;
}
.job-search-results input.form-control {
    border-radius: 0px !important;
}
.input-group input, .input-group-btn button {
    height: 40px;
    padding: 12px 32px;
}

.job-search-control input {
    margin-right: 25px;
}
.job-search-control .near-me-control {
    margin-left: 10px;
}
@media only screen and (max-width: 576px) {
.job-search-control input {
    margin-right: 0px;
}
  .job-search-control .near-me-control {
    margin-left: 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;
}
.job-search-filter-header.cities, th.job-search-results-location {
    visibility: hidden;
}
.job-search-filter-header.cities:before, th.job-search-results-location:before {
    content: 'State';
    visibility: visible;
}

/*** filter checkboxes ***/
.job-search-filter-groups {
    background-color: #ffffff;
}
/** Filter Dropdown styling***/

select.job-search-results-filter {
	padding: 7px;
	background: #fff;
	border: 1px solid rgba(190, 191, 193, 1);
}

.search_bar_body .job-search-control,
.job-search-dropdown-filters {
    background-color: rgba(208,208,206,0.21);
    border-radius: 6px;
}

.search_bar_body .job-search-control {
	margin: 30px 0px 0px 0px !important;
	padding: 45px 17.5px 45px 17.5px;
	border-radius: 6px 6px 0px 0px;
}

.job-search-dropdown-filters {
	margin: 0px 0px 45px 0px;
	padding: 5px 17.5px 45px 17.5px !important;
	border-radius: 0px 0px 6px 6px;
}
/*** Search page styling ***/
.job-search-results-title a, .job-search-results-title a:visited {
    font-weight: 600;
    font-size: 15px;
    color: inherit;
}
.block-job-search-results .job-search-results .job-search-filter-groups {
      width: 95%;
    padding: 22px;
    background-color: #F3F3F3;
    box-shadow: none;
    border-radius: 0;
}
.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;
}

/*** top cards ***/
.card {
    border: 0;
    border-radius: 6px !important;
}
.card a.button.button4:after {
    content: '>';
    margin-left: 6px;
    font-size: 18px;
    color: #0d8924;
}
/*** card styling ***/
.card-title a {
    font-weight: 600;
    color: #000;
    font-size: 22px;
}
.job-search-results-card {
    border: 1px solid #ddd !important;
    padding: 20px 20px;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0px 0px 17px -9px #7c6a6a;
}
.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: #000;
}
.footer-titles
{
  color:#fff;
  font-size:16px;
}
a.footer-nav-link, footer a, footer a:visited
{
 color:#fff; 
}
footer a:hover{
  color:#fff;
  text-decoration:underline !important;
}

.social li i {
    font-size: 20px;
}
/*** job page styling ***/
.side-panel {
    border: 0;
    background-color: #BCE9FF;
    padding:2rem;
    margin-bottom: 20px;
}
.side-panel .job-title {
    font-size: 20px !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
}
.side-panel .job-field {
    color: #484848;
    font-size: 14px;
    font-weight: 600;
}
.side-panel h3 {
    font-size: 24px;
}
.side-panel .job-summary {
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 10px;
}
.job-alerts-cta h3 {
    font-size: 24px;
    padding-bottom:15px;
}
.block-job-description h2, .block-job-description h3 {
  color:#0d8924;
}
.block-job-description .job-title {
      
      font-size: 31.25px;
    font-weight: 700;
    color: #000;
}
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 {
   border: 0;
    /* box-shadow: 0 0 40px rgba(154, 153, 154, 0.25); */
    background-color: #F3F3F3;
    padding: 2rem;
    border-radius: 0;
}
.block-wrapper.candidate-settings {
    background: #f0f0f0;
    margin: 10px 0px;
    padding: 50px;
}
/*** footer ***/
footer {
    background: linear-gradient(45deg, hsl(227deg 38% 56%) 0%, hsl(200deg 60% 57%) 20%, hsl(185deg 55% 52%) 40%, hsl(197deg 66% 57%) 60%, hsl(269deg 31% 63%) 80%, hsl(227deg 38% 56%) 100%);
    padding: 60px 0px;
}
footer a, footer p {
    color: #ffffff;
}
.social-media-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.social-media-list li {
  display: inline-block;
  margin-right: 10px;
}
.social-link {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    line-height: 40px;
}
.social-link i {
  color: #ffffff;
}
/***candidate consent***/
.consent-modal .image-wrapper {
    text-align: left;
}
.modal-footer .btn-success {
   border: 1px solid #18213E;
    color:#18213E;
    background-color:#FFF;
}
.modal-footer .btn-info {
    border: 1px solid #18213E;
    color:#18213E;
    background-color:#FFF;
}
.modal-footer .btn-success:hover, .modal-footer .btn-info:hover{
     border: 1px solid #505E96 ;
    color: #ffffff;
    background-color: #505E96;
}

/*** 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%;
  }
}


/*** cards ***/
.scope-cards img {
    width: 100%;
    height: auto;
}
.scope-cards .page-block {

}
.benefits.scope-cards img {
    width: 100%;
    height: auto;
    max-width: 110px !important;
}
.talent-team img {
    width: 100%;
    height: auto;
    max-width: 220px !important;
}
/*** faqs ***/
.accordion-item {
  border:0;
}
.accordion-header {
    background: #ffffff;
}
.accordion-button {
    color: #000000 !important;
    font-weight: 600;
}
.accordion-button:not(.collapsed) {
    background-color: #ffffff;
    box-shadow: none;
}
.faq-accordion .icon-end:after {
    background: #444444;
    height: 36px;
    width: 36px;
    border-radius: 35px;
    color: #ffffff;
    padding: 10px 8px 8px 11px;
}
.accordion-body {
    background: #F2F4F8;
    padding: 24px 52px 24px 52px;
    border-color: #CECECE;
}
.accordion-body p {
    margin:0;
}
.accordion-item {
    border: 0;
    border-bottom: 1px solid #CECECE!important;
}



/* CTA input box Labels */
.selectize-control.multi .selectize-input > div {
    background-color: #505E96;
    color: #fff;
    font-size: 100%;
    padding: 1px 5px;
    border-radius: inherit;
    font-weight: 500;
}
.selectize-dropdown .active {
    background-color: #505E96;
}
.selectize-control.multi .selectize-input > div.active {
    background: #505E96;
    color: #fff;
    border: 0 solid rgba(0, 0, 0, 0);
}
.selectize-input.focus {
    border-color: #505E96;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,82,196,.25);
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0,82,196,.25);
}
/* Settings page */


.btn-danger, a.btn-danger
{
   
    padding: 12px 32px;
}
.btn-xs, .btn-group-xs > .btn {
    padding: 8px 5px;
}

/*Site Specific*/

@media (min-width: 768px)
{
  .intro_section .block-wrapper {
    margin-top: -150px;
}
}
.my-auto .col-md-6, .my-auto .col-md-8, .my-auto .col-md-4 {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.bg_primary
{
  background-image: linear-gradient(180deg, #000 13%, #000);
  background-color: #000;
}
.cta_row h2, .cta_row h3, .cta_row p{
  color:#fff;
}
.cta_row .block-call-to-action form {
    max-width: 100%; 
}

/** error page **/
.errorpage a, .errorpagea:visited{
  color:#000000;
}
.footer_img {
    width: 50px;
}
.block-jobs .job a:hover {
    text-decoration: none;
    color: #505E96;
}
.error_page a{
  text-decoration:underline;
}
@media (min-width: 576px) {
 .hero_banner .block-image-text {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .hero_banner .block-image-text{
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
 .hero_banner .block-image-text {
    max-width: 960px;
   margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1200px) {
 .hero_banner .block-image-text{
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}
  @media (min-width: 1400px) {
  .hero_banner .block-image-text{
    max-width: 1320px;
  }
}
.block-image-text {
    padding-left: 15px;
    padding-right: 15px;
}
.navbar-toggler {
      background-color: #fff;
}
@media (max-width: 768px) 
{
  h1, .h1 {
    font-size: 22px;
  }
  h2, .h2 {
    font-size: 18px;
}
}
