body {
  font-family: "Barlow", Helvetica, sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
p {
    line-height: inherit;
}
/* Typography */
a, a:visited {
    color: #059ac7;
}
a:hover {
    color: #15639e;
    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: #000000;
}
nav.navbar {
    background: #15639e;
}
li.nav-item {
    padding: 10px 20px;
    margin-bottom: auto;
    margin-top: auto;
}
li.nav-item a {
    /*text-transform: uppercase;*/
    letter-spacing: .06em;
    font-size: 15px;
    font-weight: 600;
    padding: 0.5em 0.5em 0.5em 0.5em;
    transition: all .5s ease;
    color: #ffffff;
}
a.dropdown-item {
  color: #000000!important;
}
.brand-logo a {
    position: absolute;
    top: 0;
    background: #059AC8;
    padding: 0.8em;
}
.brand-logo img {
    width: 100%;
    max-width: 130px;
}
/*** hero section ***/
.job_search_header {
    height: 100%;
    background-image: url(https://d25wby5c7p9100.cloudfront.net/public/uploads/639e514900d0879dc088aea2ebc25651/images/files/fade7d53f51cd151084f0a71f2a8ac57/original/UAS_campus_1.jpg?1708546929);
    background-repeat: no-repeat!important;
    background-size: cover;
    min-height: 550px;
}
.job_search_header h1 {
    margin-top: 115px;
    background-blend-mode: overlay;
    background-color: rgba(0 0 0 / 20%);
    display: inline-block;
    padding: 10px 20px;
}
/*** Role Buttons ***/
.role-button h1 {
    background: rgba(0 0 0 / 45%);
    margin: 0;
    padding: 8px 0px;
    font-size: 24px !important;
}
.role-button a {
    color: white !important;
    font-weight: 600 !important;
    font-size: 24px !important;
}
.zoom .block-image-uncropped-full-width {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 18px;
    border: 3px solid white;
}
.zoom .block-image-uncropped-full-width img {
    transition: transform 0.3s ease;
}

.zoom .block-image-uncropped-full-width:hover img {
    transform: scale(1.1);
}

.zoom .block-image-link {
  position: relative;
  display: block;
  z-index: 2;
}

.negative-margin {
    margin-top: -150px;
}
/*** Carousel section ***/
.testimonial_carousel . block-carousel {
    background: #FFF;
    border-radius: 25px;
    box-shadow: 1px 3px #efefef;  
}
.testimonial_carousel blockquote {
    border-left: 0px solid #f5f5f5;
    padding: 15px;
    margin: 15px 30px 15px 30px;
    color:#000;
}
.testimonial_carousel p {
    padding: 15px;
    margin: 15px 30px 15px 30px;
}
.testimonial_carousel .carousel-caption {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.testimonial_carousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234abdb6'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.testimonial_carousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234abdb6'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-item .row
{
  height:inherit;
}
.carousel-item .carousel-item-caption-header
{
  display:none;
}
.block-carousel .carousel-item .carousel-item-block.col-12 p
{
  color:#000;
  text-shadow:none;
}
.testimonial_carousel .carousel-caption {
    background: #ffffff;
    border-radius: 8px !important;
    border: 1px solid #001f54;
}
/* Carousel Styling mobile */
@media screen and (max-width: 767px) {
  .carousel-caption {
    width: 100%;
    font-size: 16px;
    }
  .block-carousel .carousel-item .carousel-item-block.col-12 p {
    font-size: 1.2rem;
}
}
/*** Buttons ***/
a.button {
    text-transform: inherit !important;
    font-family:inherit;
}
.btn {
    font-weight: 600;
    font-family:inherit;
    text-transform: inherit;
}
.btn-success,
.btn-success:hover,
.btn-success:visited,
.btn-success:active,
.btn-success:focus {
    background-color: #ffffff;
    border-color: #15639e;
    color: #15639e;
}
.btn-primary {
    border: 3px solid #15639e;
    color: #15639e;
    transition: background .25s linear;
    background: #ffffff;
    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: 5px !important;
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #15639e;
    border-color: #15639e;
}
.form-group .btn-primary {
    padding: 12px 40px !important;
}
button#search_control_button_0_0 {
    background: #ffffff;
    border: 1px solid #15639e;
    margin-left: 20px;
}
button#search_control_button_0_0:hover {
    background: #15639e;
    border: 1px solid #15639e;
    margin-left: 20px;
    color: #ffffff;
}
a.button.button1 {
    border: 3px solid #15639e !important;
    background: #ffffff !important;
    color: #15639e;
    transition: background .25s linear;
    padding: 8px 50px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 3px;
    width: 300px;
    text-align: center;
}
a.button.button1:hover {
    border: 3px solid #15639e !important;
    background: #15639e !important;
    color: #ffffff;
}
a.button.button2 {
    border: 3px solid #059ac7 !important;
    background: #ffffff !important;
    color: #059ac7;
    transition: background .25s linear;
    padding: 8px 50px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 3px;
    margin-top: 15px;
}
a.button.button2:hover {
    border: 3px solid #059ac7 !important;
    background: #059ac7 !important;
    color: #ffffff;
}
a.button.button3 {
    border: 3px solid #53a419 !important;
    background: #ffffff !important;
    color: #53a419;
    transition: background .25s linear;
    padding: 8px 50px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 3px;
    margin-top: 15px;
}
a.button.button3:hover {
    border: 3px solid #53a419 !important;
    background: #53a419 !important;
    color: #ffffff;
}
a.button.button4 {
    border: 3px solid #15639e !important;
    background: #ffffff !important;
    color: #15639e;
    transition: background .25s linear;
    padding: 8px 50px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 3px;
}
a.button.button4:hover {
    border: 3px solid #e0bc39 !important;
    background: #e0bc39 !important;
    color: #ffffff;
}
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;
}
.near-me-btn {
    background: #ffffff;
    color: #15639e;
    border: 3px solid #15639e;
    transition: background .25s linear;
    font-size:16px;
}
.near-me-btn:hover {
    background: #15639e;
    color: #ffffff;
    border: 3px solid #15639e;
}
.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, .job-description-controls span {
    background: #ffffff !important;
    color: #15639e !important;
    font-weight: 400;
    font-size: 14px;
    /*border: 1px solid #15639e !important;*/
}
.job-alerts .btn-primary {
    border: 1px solid #15639e;
    color: #15639e;
    background: #ffffff;
}
.job-alerts .btn-primary:hover {
    border: 1px solid #15639e;
    color: #ffffff;
    background: #15639e;
}
.applicant-login {
    background: #034CAF;
    border: 1px solid #034CAF;
    padding: 15px;
    text-align: center;
    width: 90%;
    border-radius: 3px;
}
.job-alerts a, .applicant-login a {
    color: #fff;
    font-family: 'Barlow';
}
.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: 4px 26px;
}
.input-group .btn {
    border-radius: 5px;
}
.job-search-control input {
    margin-right: 25px;
    border-radius: 5px !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;
}
/*** quote block ***/
.team-member-bio .team-member-image {
    display: none;
}
.text-center.team-member-bio:after {
    content: url('https://d25wby5c7p9100.cloudfront.net/public/uploads/639e514900d0879dc088aea2ebc25651/images/files/580d13da6392e67c3c2fad5bc199bb8b/medium/UAS_quote.png?1705635304');
}
.team-member-bio {
    text-align: right !important;
}
section.quote-wrap {
    border-left: 3px solid #15639e;
    padding: 0px 20px;
}
/*** 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: 4px;
}
.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: 5px;
}
.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: 4px !important;
}
.card a.button.button4:after {
    content: '>';
    margin-left: 6px;
    font-size: 18px;
    color: #034CAF;
}
/*** card styling ***/
.card-title a {
    font-weight: 600;
    color: #034CAF;
    font-size: 22px;
}
.job-search-results-card {
    border: 1px solid #ddd !important;
    padding: 18px 20px;
    border-radius: 6px;
    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: #034CAF;
}
.social li i {
    font-size: 20px;
}
/*** job page styling ***/
.side-panel {
    box-shadow: 0 5px 9px 0 rgb(0 0 0 / 10%);
    padding: 40px 25px;
    margin-bottom: 20px;
    border-radius: 6px;
}
.side-panel .job-title {
    font-size: 22px !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 {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.2;
}
.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: #034CAF;
    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 {
    background: #005999!important;
    padding: 60px 0px;
}
footer a, footer p {
    color: #ffffff !important;
    font-size: 14px;
}

/***candidate consent***/
.consent-modal .image-wrapper {
    text-align: left;
}
.modal-footer .btn-success {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.modal-footer .btn-info {
    color:#000 !important;
    background-color: #fff;
    border-color: #000000;
}
/*** 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;
}

/*** home page styling ***/
.rounded-cols .col-md-4 .block-image-cover {
  border-radius: 50%;
  border: 3px solid #fff;
  padding: 20px;
}

.rounded-cols .col-md-3 .block-image-cover {
    border-radius: 50%;
    border: 3px solid #fff;
    padding: 0;
    max-height:250px;
    max-width: 250px;
}
@media only screen and (max-width: 600px) {
  .rounded-cols .col-md-3 .block-image-cover {
    border-radius: 50%;
    border: 3px solid #fff;
    padding: 0;
    max-height: 150px;
    max-width: 150px;
    margin: 0.5em 3em;
  }
}
.rounded-cols a, 
.rounded-cols a:visited {
  color: #fff;
  font-weight: 700;
}

.rounded-cols a:hover {
  text-decoration: underline;
}

.overlap-boxes  .block-image-cover .block-image-text {
  background-color: rgba(255 255 255 / 70%);
  padding: 5px 10px;;
}

.overlap-boxes  .block-image-cover .block-image-text h2 {
  color: #00205c;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .overlap-boxes {
    margin-top: -90px !important;
    padding-top: 0!important;
    z-index: 3;
    position: relative;
  }
}
@media screen and (min-width: 1200px) {
  .rounded-cols .col-md-3 .block-image-cover {
      border-radius: 50%;
      border: 3px solid #fff;
      max-height: 200px;
      max-width: 200px;
  }
}
img.footer-brand-logo {
    width: 100%;
    max-width: 400px;
}
@media screen and (max-width: 768px) {
    .brand-logo img {
        width: 100%;
        max-width: 80px;
    }
    .navbar-nav {
      padding-top:70px;
    }
    button#search_control_button_0_0 {
        margin-left: 0px;
    }
}
/*** to sort ***/
.selectize-control.multi .selectize-input > div {
    background-color: #034CAF;
    color: #fff;
    border-radius: 4px;
}
.form-control {
    border-radius: 4px;
      border: 1px solid #ccc;
}
.selectize-input {
    border-radius: 4px;
}
.job-search-results-card {
transition: box-shadow .3s;
}
.job-search-results-card:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}