﻿body * {
  font-family: 'Open Sans' !important;
}
body {
  background-color: #FCFBFA;
}
body .print-page * {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px;
}
body .print-page h3 {
  font-weight: bold;
  font-size: 1.17em;
  margin: 0.5em 0;
}
.btn-primary {
  background-color: white;
  color: #1C9AD8;
  border-radius: 0;
  border: 2px solid #1C9AD8;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 22px;
}
.semiBold {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 600 !important;
}
.Bold {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
}
.Light {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 300 !important;
}
.Regular {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
}
.navbar {
  background-color: #FCFBFA !important;
}
.navbar .divider {
  background-color: #1C9AD8;
  position: absolute !important;
  z-index: -1;
  width: 100% !important;
}
@media only screen and (max-width: 991px) {
  .navbar .divider {
    height: 5px;
    top: 60px !important;
  }
}
@media only screen and (max-width: 991px) {
  .navbar {
    padding: 0 !important;
  }
}
.navbar .navbar-toggler {
  border: none !important;
  background-color: transparent !important;
  border-radius: 0;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-toggler {
    width: 70px;
    height: 70px;
  }
}
.navbar .navbar-collapse,
.navbar .dropdown-menu {
  border-radius: 0;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-collapse,
  .navbar .dropdown-menu {
    background-color: #141515 !important;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-collapse {
    height: 900px !important;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .dropdown-menu a {
    color: #FCFBFA !important;
  }
}
.navbar .navbar-toggler[aria-expanded="true"] {
  background-color: #141515 !important;
}
.navbar .navbar-toggler[aria-expanded="true"] .fa-bars {
  display: none;
}
.navbar .navbar-toggler[aria-expanded="false"] .close-nav {
  display: none;
}
.navbar .nav-link {
  color: black !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  letter-spacing: 0 !important;
}
.navbar .nav-link:after {
  display: none;
}
@media only screen and (max-width: 991px) {
  .navbar .nav-link {
    color: #FCFBFA !important;
  }
}
.navbar .nav-link img {
  height: 22px !important;
  padding-left: 9px;
}
.navbar .container {
  padding: 0 !important;
}
@media only screen and (max-width: 991px) {
  .navbar .container {
    margin: 0 !important;
  }
}
.navbar .container-fluid {
  padding: 0 !important;
}
@media only screen and (min-width: 992px) {
  .navbar .container-fluid {
    width: 85% !important;
  }
}
@media only screen and (min-width: 992px) {
  .navbar .container-fluid {
    width: 73% !important;
  }
}
.navbar .navbar-brand {
  background-color: #FCFBFA !important;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-brand {
    padding-top: 0 !important;
    width: 53.5% !important;
    position: relative !important;
  }
}
.navbar .navbar-brand img {
  position: relative;
  left: 70px;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-brand img {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 992px) {
  .navbar .navbar-brand img {
    left: 0;
    width: 380px !important;
    height: 50px !important;
  }
}
.navbar .close-nav {
  color: #FCFBFA;
}
.navbar .nav-item {
  position: relative !important;
}
.navbar .nav-item .dropdown-menu {
  background-color: #141515;
}
.navbar .nav-item .dropdown-menu .dropdown-item {
  position: relative;
}
.navbar .nav-item .dropdown-menu .dropdown-item a {
  color: #FFFFFF !important;
}
@media only screen and (min-width: 992px) {
  .navbar .nav-item:hover {
    background-color: #141515 !important;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
    padding-bottom: 0;
  }
  .navbar .nav-item:hover .dropdown-menu a {
    color: #FFFFFF !important;
  }
  .navbar .nav-item:hover .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #707070 !important;
  }
  .navbar .nav-item:hover .dropdown-menu .dropdown-item:hover {
    background-color: #333333;
  }
  .navbar .nav-item a:hover {
    color: #FFFFFF !important;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .nav-item {
    padding-left: 15px !important;
    border-bottom: 1px solid #707070 !important;
  }
  .navbar .nav-item:hover {
    background-color: #333333;
  }
  .navbar .nav-item .dropdown-menu {
    position: relative !important;
    left: -15px !important;
    width: calc(100% + 15px);
  }
  .navbar .nav-item .dropdown-menu .dropdown-item {
    position: relative;
    padding-left: 15px;
  }
  .navbar .nav-item .dropdown-menu .dropdown-item:hover {
    background-color: #333333;
  }
}
.navbar .social-media-icons {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .navbar .social-media-icons {
    display: none;
  }
}
.navbar .social-media-icons a img {
  width: 20px;
  height: 20px;
  margin: 0 2px;
}
.navbar .mobile-item {
  display: none;
}
@media only screen and (max-width: 991px) {
  .navbar .mobile-item {
    display: block;
  }
}
.navbar .admin-badge {
  position: absolute;
  bottom: -22px;
  color: #1C9AD8;
  border: 1px solid #1C9AD8;
  background-color: white;
  z-index: 3 !important;
  left: 27%;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  padding-right: 5px;
  padding-left: 5px;
}
@media only screen and (max-width: 991px) {
  .navbar .admin-badge {
    display: none;
  }
}
#mainNav {
  border-bottom: 15px solid #1C9AD8;
}
#mainNav:after {
  /*content: "";
        width: 100%;
        height: 5px;
        background-color: @offWhite;
        position: absolute;
        bottom: -20px;*/
}
@media only screen and (max-width: 991px) {
  #mainNav:after {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  #mainNav {
    border: none !important;
  }
}
@media only screen and (max-width: 991px) {
  .services-dropdown ul {
    position: relative;
    top: 0;
    left: auto !important;
    right: auto !important;
    width: 100%;
    pointer-events: auto;
    height: auto;
    opacity: 1;
    display: block;
    visibility: visible;
  }
}
@media only screen and (min-width: 992px) {
  #navbarResponsive {
    /*position: relative;
        top: 22px;*/
  }
}
.nav-links-container {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .nav-links-container {
    width: 73%;
  }
}
.nav-links-container .login-status {
  display: flex;
  justify-content: flex-end;
}
.nav-links-container .login-status .desktop-login {
  position: relative;
  display: flex;
  justify-content: end;
  color: #1C9AD8;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 17px !important;
  letter-spacing: 0 !important;
  text-decoration: none;
  align-items: center;
  margin-right: 10px;
  border: 0;
  background: transparent;
}
@media only screen and (max-width: 991px) {
  .nav-links-container .login-status .desktop-login {
    display: none;
  }
}
.nav-links-container .login-status .desktop-login img {
  width: 20px;
  height: 20px;
}
header {
  margin-bottom: 0px !important;
  padding: 0 !important;
  position: relative;
  margin-top: 70px;
}
@media only screen and (min-width: 992px) {
  header {
    margin-top: 123px;
  }
}
header::before {
  background-color: transparent !important;
}
header.secondary-page {
  height: 110px;
}
@media only screen and (min-width: 992px) {
  header.secondary-page {
    height: 235px;
  }
}
header.secondary-page h1 {
  text-align: center;
  margin-bottom: 0;
  z-index: 3;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 32px !important;
  line-height: 43px !important;
  letter-spacing: 1.6px !important;
  color: #FFFFFF;
  text-shadow: 3px 3px 2px #000000B3;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 992px) {
  header.secondary-page h1 {
    font-size: 60px !important;
    line-height: 82px !important;
    letter-spacing: 3px !important;
    text-shadow: 5px 5px 4px #000000B3;
  }
}
header.home-page {
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 992px) {
  header.home-page {
    height: 375px;
    background-position: center bottom;
  }
}
header.home-page .header-content {
  position: relative;
  top: 26%;
  transform: translateY(-50%);
}
header.home-page .header-content .header-title {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 21px !important;
  line-height: 28px !important;
  letter-spacing: 0 !important;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 992px) {
  header.home-page .header-content .header-title {
    font-size: 36px !important;
    line-height: 49px !important;
  }
}
header.home-page .header-content .header-description {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 300 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  letter-spacing: 0 !important;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 992px) {
  header.home-page .header-content .header-description {
    font-size: 26px !important;
    line-height: 36px !important;
  }
}
@media only screen and (max-width: 991px) {
  .home-page img {
    height: 344px !important;
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 992px) {
  .home-page img {
    width: 100%;
    object-fit: contain;
  }
}
@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 991px) {
  .secondary-page img {
    height: 110px !important;
    width: 100%;
    object-fit: cover;
  }
}
@media only screen and (min-width: 992px) {
  .secondary-page img {
    width: 100%;
    object-fit: contain;
  }
}
footer {
  background-color: #F8F6F1 !important;
  padding-top: 0 !important;
  position: relative;
}
@media only screen and (min-width: 992px) {
}
footer p {
  margin: 0 !important;
}
footer .mobile-background {
  height: 450px !important;
  background-position: center top !important;
}
footer .footer-background-wrapper {
  position: relative;
}
footer .footer-btns {
  display: flex;
  flex-direction: column;
  width: 83.7%;
  position: relative;
  left: 8.15%;
  top: 163px;
}
footer .footer-btns a.btn,
footer .footer-btns button {
  height: 63px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  color: #1C9AD8;
  border: 2px solid #1C9AD8;
  line-height: 47px;
  border-radius: 0;
}
footer .footer-desktop-btns {
  display: flex;
  flex-direction: row;
  width: 73%;
  position: absolute;
  bottom: 40px;
  justify-content: space-between;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  footer .footer-desktop-btns {
    display: none !important;
  }
}
footer .footer-desktop-btns a,
footer .footer-desktop-btns a:hover {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  width: 28.57%;
  height: 70px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  color: #1C9AD8;
  border: 2px solid #1C9AD8;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 18px;
  padding: 0;
}
footer .footer-links ul {
  list-style-type: none;
  padding: 0;
}
footer .footer-links ul li {
  padding-bottom: 10px;
}
footer .footer-links ul li a {
  text-decoration: none;
  color: #141515;
}
footer .more-info {
  text-align: center;
}
footer .more-info img {
  width: 51px;
  height: 51px;
}
footer .more-info .rapid-ssl {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}
footer .footer-background {
  width: 100%;
  object-fit: contain;
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  footer .footer-background {
    display: none !important;
  }
}
footer .mobile-footer {
  position: relative;
}
@media only screen and (min-width: 992px) {
  footer .mobile-footer {
    display: none;
  }
}
footer .mobile-footer .mobile-divider {
  height: 10px;
  background-color: #1C9AD8;
  width: 100%;
  position: absolute;
  border-bottom: 5px solid #FFFFFF;
}
footer .mobile-footer .footer-image {
  position: relative;
  width: 62.5%;
  left: 18.75%;
  padding-top: 31px !important;
}
footer .mobile-footer .footer-address {
  padding-top: 21px !important;
  padding-bottom: 39px !important;
}
footer .mobile-footer .footer-links {
  text-align: center;
}
footer .mobile-footer .more-info {
  text-align: center;
  padding-top: 72px;
}
footer .mobile-footer .more-info img {
  margin: 10px 10px 31px 10px;
}
footer .desktop-footer {
  width: 100%;
  position: relative;
  border-top: 25px solid #1C9AD8;
}
footer .desktop-footer:before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #FCFBFA;
  position: absolute;
  top: -5px;
}
@media only screen and (max-width: 991px) {
  footer .desktop-footer:before {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  footer .desktop-footer {
    display: none;
  }
}
footer .desktop-footer .footer-content {
  width: 72.7%;
  position: relative;
  left: 13.65%;
  display: flex;
  justify-content: space-between;
}
footer .desktop-footer .footer-content > * {
  margin-top: 20px;
}
footer .desktop-footer .footer-content .footer-address {
  padding-top: 23px;
  padding-bottom: 36px;
}
footer .desktop-footer .footer-content .footer-address p {
  text-align: left !important;
}
footer .desktop-footer .footer-content .more-info {
  text-align: left !important;
}
footer .desktop-footer .footer-content .more-info p {
  text-align: left !important;
}
footer .desktop-footer .footer-content .more-info img {
  width: 51px;
  height: 51px;
  margin: 10px 26px 0px 0px;
}
footer .desktop-footer .footer-content .more-info figure {
  margin-bottom: 45px;
}
footer .desktop-footer .footer-content .rights-reserved a {
  color: #141515;
}
/*#mainFooter {
    border-bottom: 20px solid @blue;

    &:after {
        content: "";
        width: 100%;
        height: 5px;
        background-color: @offWhite;
        position: absolute;
        bottom: -20px;

        @media @tablet {
            display: none;
        }
    }

    @media @tablet {
        border: none !important;
    }
}*/
/*.header-content {
    display:none
    position: relative;
    z-index: 3;
    //top: -300px;
    text-align: center;

    @media @laptop {
        //top: -375px;
    }

    .header-title {
        .Bold();
        font-size: 21px !important;
        line-height: 28px !important;
        letter-spacing: 0 !important;

        @media @laptop {
            font-size: 36px !important;
            line-height: 49px !important;
        }
    }

    .header-description {
        .Light();
        font-size: 14px !important;
        line-height: 19px !important;
        letter-spacing: 0 !important;

        @media @laptop {
            font-size: 26px !important;
            line-height: 36px !important;
        }
    }
}*/
.main-page.home {
  margin-bottom: -100px;
}
@media only screen and (min-width: 992px) {
  .main-page.home {
    margin-bottom: -350px;
  }
}
.cards-container {
  position: relative;
  background-color: #FFFFFF;
  /*height: 778px;*/
  /*top: -85px;*/
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .cards-container {
    height: 249px;
    top: -60px;
    padding-bottom: 0;
  }
}
.cards-container .home-cards {
  width: 80%;
  display: flex;
  z-index: 2;
  text-align: center;
  margin-top: -98px;
  height: auto;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .cards-container .home-cards {
    position: absolute;
    flex-direction: row;
    justify-content: space-between;
    width: 66.66%;
  }
}
.cards-container .home-cards .card-holder {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .cards-container .home-cards .card-holder {
    width: 30%;
  }
}
.cards-container .home-cards .card-holder a {
  text-decoration: none;
  color: #141515;
}
.cards-container .home-cards .card-holder a img {
  border: 10px solid #FFFFFF;
  width: 100%;
}
.cards-container .home-cards .card-holder a p {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 21px !important;
  line-height: 28px !important;
  letter-spacing: 0 !important;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .cards-container .home-cards .card-holder a p {
    font-size: 24px !important;
    line-height: 33px !important;
  }
}
.welcome-container {
  background-color: #EBE5D6;
  position: relative;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 24px !important;
  line-height: 33px !important;
  letter-spacing: 0 !important;
  padding-top: 35px;
  height: 550px;
  padding-top: 20px;
}
@media only screen and (min-width: 992px) {
  .welcome-container {
    top: -60px;
    height: auto;
    font-size: 36px !important;
    line-height: 49px !important;
    padding-bottom: 52px;
  }
}
.welcome-container p {
  padding: 0;
  margin: 0;
}
.welcome-container .container-description {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;
  padding-top: 37px;
  padding-bottom: 48px;
}
@media only screen and (min-width: 992px) {
  .welcome-container .container-description {
    width: 60%;
    display: flex;
    margin: auto;
    font-size: 22px !important;
    line-height: 40px !important;
    padding-top: 7px;
    padding-bottom: 29px;
  }
}
.welcome-container .organizations {
  width: 60%;
  display: flex;
  margin: auto;
}
.welcome-container .organizations .pair-set {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.welcome-container .organizations .pair-set .pairs {
  display: flex;
  flex-direction: column;
  color: #1C9AD8;
}
.welcome-container .organizations .pair-set .pairs .img-txt {
  display: flex;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-style: italic !important;
  font-size: 22px !important;
  line-height: 40px !important;
  letter-spacing: 0 !important;
}
.welcome-container .organizations .pair-set .pairs .img-txt span {
  padding-left: 8px;
}
@media only screen and (max-width: 991px) {
  .welcome-container .organizations .pair-set .pairs .img-txt {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 992px) {
  .welcome-container .organizations .pair-set .pairs .second-item {
    margin-top: 18px;
  }
}
.welcome-container .organizations .pair-set .pairs .client-btn {
  color: #1C9AD8;
  text-decoration: none;
  border: 1px solid #1C9AD8;
  text-align: center;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 20px !important;
  letter-spacing: -0.4px !important;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .welcome-container .organizations .pair-set .pairs {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .welcome-container .organizations {
    flex-direction: column;
    width: 95%;
  }
}
.welcome-container img {
  width: 32px;
  height: 32px;
}
.goal {
  position: relative;
  background-color: #DBD0B4;
  font-size: 18px !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;
  padding-top: 37px;
}
@media only screen and (min-width: 992px) {
  .goal {
    top: -85px;
    font-size: 22px !important;
    padding: 20px 0;
  }
}
.goal p {
  margin-bottom: 0 !important;
}
.stats {
  position: relative;
  height: auto;
  color: #1C9AD8;
  text-align: center;
  flex-direction: row;
  padding-top: 30px;
  padding-bottom: 44px;
  top: -85px;
  width: 73%;
  margin: auto;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .stats {
    height: auto;
    top: 0;
  }
}
.stats .stats-title1 {
  color: #141515;
  font-size: 24px !important;
  line-height: 29px !important;
  letter-spacing: 0 !important;
}
@media only screen and (min-width: 992px) {
  .stats .stats-title1 {
    padding-bottom: 6.5px;
    font-size: 26px !important;
    line-height: 36px !important;
  }
}
.stats .stats-subtitle1,
.stats .list-title {
  color: #141515;
  font-size: 18px !important;
  line-height: 40px !important;
  letter-spacing: 0 !important;
}
@media only screen and (min-width: 992px) {
  .stats .stats-subtitle1,
  .stats .list-title {
    font-size: 22px !important;
    line-height: 60px !important;
  }
}
.stats .list-title {
  width: 100%;
  text-align: start;
  line-height: unset;
}
.stats .title-font {
  color: #1C9AD8;
  display: flex;
  width: 100%;
  font-weight: bold;
  text-align: start;
}
@media only screen and (min-width: 992px) {
  .stats .title-font {
    line-height: unset !important;
  }
}
.stats .list-subtitle p {
  margin-bottom: 0;
  color: #141515;
  text-align: start;
}
.stats .text-and-stats {
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .stats .text-and-stats {
    flex-direction: column;
  }
}
.stats .text-and-stats .stats-description-text {
  color: #141515;
  text-align: start;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .stats .text-and-stats .stats-description-text {
    width: 45% !important;
  }
}
@media only screen and (min-width: 992px) {
  .stats .text-and-stats .stats-description-text p {
    width: 75%;
  }
}
@media only screen and (min-width: 992px) {
  .stats .text-and-stats .text-right {
    position: relative;
    left: 12.5%;
  }
}
.stats .text-and-stats .stats-content {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .stats .text-and-stats .stats-content {
    width: 50% !important;
  }
}
.stats .text-and-stats .stats-content .stats-title {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  color: #1C9AD8;
  font-size: 36px !important;
  line-height: 50px !important;
  letter-spacing: 0 !important;
}
.stats .text-and-stats .stats-content .stats-subtitle {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 300 !important;
  font-size: 22px !important;
  line-height: 24px !important;
  letter-spacing: 0 !important;
}
@media only screen and (max-width: 991px) {
  .stats .text-and-stats .stats-content {
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  .stats .text-and-stats .stats-content {
    flex-wrap: wrap;
  }
  .stats .text-and-stats .stats-content .stats-item {
    margin-top: 10px;
    width: 30%;
  }
  .stats .text-and-stats .stats-content .list-item {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .stats .text-and-stats .stats-content .stats-1,
  .stats .text-and-stats .stats-content .stats-2,
  .stats .text-and-stats .stats-content .stats-3,
  .stats .text-and-stats .stats-content .stats-4 {
    padding-top: 26px;
  }
}
.stats .text-and-stats .stats-content hr {
  margin: 0;
  border-top: 1px solid #1C9AD8;
}
@media only screen and (max-width: 991px) {
  .stats .reverse-columns {
    flex-direction: column-reverse !important;
  }
}
.jobboard {
  height: auto;
  background-color: #FFFFFF;
  width: 100%;
  position: relative;
  padding-top: 51px;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .jobboard {
    position: relative;
    top: -85px;
  }
}
@media only screen and (max-width: 991px) {
  .jobboard {
    height: 1186px;
  }
}
.jobboard .jobboard-content {
  width: 93%;
  margin: auto;
  position: relative;
}
.jobboard .jobboard-content p {
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .jobboard .jobboard-content .our-strength {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 73%;
    margin: auto;
  }
}
.jobboard .jobboard-content .our-strength .first-p {
  padding-bottom: 12.5px;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 300 !important;
  font-size: 24px !important;
  line-height: 29px !important;
  letter-spacing: 0 !important;
}
@media only screen and (min-width: 992px) {
  .jobboard .jobboard-content .our-strength .first-p {
    padding-bottom: 6.5px;
    font-size: 26px !important;
    line-height: 36px !important;
  }
}
.jobboard .jobboard-content .our-strength .second-p {
  padding-bottom: 39.5px;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 600 !important;
  font-size: 28px !important;
  line-height: 34px !important;
  letter-spacing: 0 !important;
}
@media only screen and (min-width: 992px) {
  .jobboard .jobboard-content .our-strength .second-p {
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: bold !important;
    padding-bottom: 40.5px;
    font-size: 36px !important;
    line-height: 49px !important;
  }
}
.jobboard .jobboard-content .our-strength .third-p {
  padding-bottom: 40px;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 40px !important;
  letter-spacing: 0 !important;
}
@media only screen and (min-width: 992px) {
  .jobboard .jobboard-content .our-strength .third-p {
    padding-bottom: 71px;
    font-size: 22px !important;
    line-height: 60px !important;
  }
}
.jobboard .jobboard-content .secondary-content {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .jobboard .jobboard-content .secondary-content {
    width: 64%;
    margin: auto;
  }
}
@media only screen and (max-width: 991px) {
  .jobboard .jobboard-content .secondary-content {
    flex-direction: column;
  }
}
.jobboard .jobboard-content .jobboard-img {
  width: 43%;
  height: fit-content;
}
@media only screen and (max-width: 991px) {
  .jobboard .jobboard-content .jobboard-img {
    width: 100%;
  }
}
.jobboard .jobboard-content .right-side .listings {
  padding-top: 20px;
  padding-bottom: 16px;
}
.jobboard .jobboard-content .right-side .jobboard-txt {
  padding-bottom: 29px;
}
@media only screen and (min-width: 992px) {
  .jobboard .jobboard-content .right-side {
    width: 57%;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 600 !important;
    font-size: 24px;
    line-height: 60px;
  }
}
.jobboard .jobboard-content .jobboard-logo {
  width: 64%;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .jobboard .jobboard-content .jobboard-logo {
    margin-top: 43px;
    margin-bottom: 38px;
  }
}
@media only screen and (min-width: 992px) {
  .jobboard .jobboard-content .jobboard-txt {
    font-size: 20px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 991px) {
  .jobboard .jobboard-content .jobboard-txt {
    display: none;
  }
}
.jobboard .jobboard-content .jobboard-btn {
  text-decoration: none;
  color: #1C9AD8;
  margin: auto;
  display: block;
  width: 90%;
  text-align: center;
  border: 1px solid #1C9AD8;
  font-size: 20px;
  line-height: 60px;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 992px) {
  .jobboard .jobboard-content .jobboard-btn {
    width: 61%;
  }
}
.secondary-pages {
  position: relative;
  z-index: 2;
  margin-bottom: -110px;
}
@media only screen and (min-width: 992px) {
  .secondary-pages {
    min-height: 235px;
    margin-bottom: -235px;
  }
}
.secondary-pages .secondary-page-title {
  display: none !important;
  height: 110px;
  z-index: 3;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 32px !important;
  line-height: 43px !important;
  letter-spacing: 1.6px !important;
  color: #FFFFFF;
  text-shadow: 3px 3px 2px #000000B3;
}
@media only screen and (min-width: 992px) {
  .secondary-pages .secondary-page-title {
    font-size: 60px !important;
    line-height: 82px !important;
    letter-spacing: 3px !important;
    text-shadow: 5px 5px 4px #000000B3;
  }
}
@media only screen and (min-width: 992px) {
  .secondary-pages.contact-us-page {
    min-height: 235px;
    margin-bottom: -300px !important;
  }
}
.about-us-description {
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .about-us-description {
    flex-direction: row;
    margin-top: 45px;
  }
}
.about-us-description .description-img {
  margin-top: 30px;
  border: 1px solid black;
}
@media only screen and (min-width: 992px) {
  .about-us-description .description-img {
    margin-top: 0;
    border: 2px solid black;
  }
}
@media only screen and (min-width: 992px) {
  .about-us-description .description-txt {
    width: 55%;
  }
}
.about-us-description .description-txt p {
  margin-top: 35.33px;
  font-size: 16px !important;
  line-height: 24px !important;
}
@media only screen and (min-width: 992px) {
  .about-us-description .description-txt p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px !important;
    line-height: 37px !important;
  }
}
.about-expertise {
  margin-top: 50px;
}
@media only screen and (min-width: 992px) {
  .about-expertise {
    margin-top: 60px;
  }
}
.about-expertise .expertise-title {
  width: 100%;
  background-color: #EBE5D6;
  padding-top: 35px;
  padding-bottom: 35px;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 22px !important;
  line-height: 30px !important;
  color: #1C9AD8;
}
@media only screen and (min-width: 992px) {
  .about-expertise .expertise-title {
    padding-top: 28px;
    padding-bottom: 29px;
    font-size: 32px !important;
    line-height: 43px !important;
  }
}
.about-expertise .expertise-cards-bkg {
  position: relative;
  margin-bottom: 50px;
}
.about-expertise .expertise-cards-bkg::after {
  content: "";
  width: 100%;
  height: 150px;
  background-color: #DBD0B4;
  position: absolute;
  z-index: -1;
  top: 0;
}
.about-expertise .expertise-cards-bkg .expertise-cards {
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .about-expertise .expertise-cards-bkg .expertise-cards {
    flex-direction: row;
    width: 73%;
  }
}
.about-expertise .expertise-cards-bkg .expertise-cards .expertise-content {
  margin-top: 40px;
  border: 1px solid #1C9AD8;
  background-color: #FFFFFF;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .about-expertise .expertise-cards-bkg .expertise-cards .expertise-content {
    margin-top: 51px;
    width: 45.7%;
  }
}
.about-expertise .expertise-cards-bkg .expertise-cards .expertise-content .expertise-card-title {
  padding-top: 15px;
  padding-bottom: 0px;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 22px !important;
  line-height: 26px !important;
  color: #1C9AD8;
}
@media only screen and (min-width: 992px) {
  .about-expertise .expertise-cards-bkg .expertise-cards .expertise-content .expertise-card-title {
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 26px !important;
    line-height: 34px !important;
  }
}
.about-expertise .expertise-cards-bkg .expertise-cards .expertise-content .expertise-card-description p {
  padding: 0px 28px 0px 28px;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #141515;
}
@media only screen and (min-width: 992px) {
  .about-expertise .expertise-cards-bkg .expertise-cards .expertise-content .expertise-card-description p {
    font-size: 20px !important;
    line-height: 37px !important;
  }
}
@media only screen and (min-width: 992px) {
  .about-expertise .expertise-proven-process {
    width: 73%;
  }
}
.about-expertise .expertise-proven-process p {
  margin: 0;
  font-size: 16px !important;
  line-height: 24px !important;
  color: #141515;
}
@media only screen and (min-width: 992px) {
  .about-expertise .expertise-proven-process p {
    font-size: 20px !important;
    line-height: 37px !important;
  }
}
.about-team {
  margin-top: 50px;
}
@media only screen and (min-width: 992px) {
  .about-team {
    margin-top: 80px;
    width: 73%;
  }
}
.about-team .team-title {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 22px !important;
  line-height: 30px !important;
  color: #1C9AD8;
}
@media only screen and (min-width: 992px) {
  .about-team .team-title {
    font-size: 32px !important;
    line-height: 43px !important;
  }
}
.about-team hr {
  margin: 0;
  height: 2px;
  width: 100%;
  background-color: #1C9AD8;
}
@media only screen and (min-width: 992px) {
  .about-team hr {
    height: 3px;
  }
}
.about-team .teammate-info {
  margin-top: 50px;
  font-size: 16px !important;
  line-height: 24px !important;
}
@media only screen and (min-width: 992px) {
  .about-team .teammate-info {
    margin-top: 60px;
    font-size: 20px !important;
    line-height: 37px !important;
  }
}
.about-team .teammate-info .teammate-name {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  text-decoration: underline;
}
.about-team .teammate-info .teammate-description {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
}
.our-services-info {
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .our-services-info {
    flex-direction: row;
    margin-top: 45px;
    width: 73%;
  }
}
.our-services-info .our-services-img {
  margin-top: 30px;
  border: 1px solid black;
}
@media only screen and (min-width: 992px) {
  .our-services-info .our-services-img {
    margin-top: 0;
    border: 2px solid black;
  }
}
.our-services-info .our-services-description {
  margin-top: 35.33px;
}
@media only screen and (min-width: 992px) {
  .our-services-info .our-services-description {
    margin-top: 0;
    width: 100%;
  }
}
.our-services-info .our-services-description .services-txt p {
  font-size: 16px !important;
  line-height: 24px !important;
  margin-top: 0;
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  .our-services-info .our-services-description .services-txt p {
    margin-top: 0;
    margin-bottom: 20px;
    height: 100%;
    font-size: 20px !important;
    line-height: 37px !important;
  }
}
@media only screen and (min-width: 992px) {
}
.services-experience .experience-title {
  width: 100%;
  background-color: #EBE5D6;
  padding-top: 35px;
  padding-bottom: 35px;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 22px !important;
  line-height: 30px !important;
  color: #1C9AD8;
}
@media only screen and (min-width: 992px) {
  .services-experience .experience-title {
    padding-top: 28px;
    padding-bottom: 29px;
    font-size: 32px !important;
    line-height: 43px !important;
  }
}
.services-experience .experience-btns-bkg {
  position: relative;
  margin-bottom: 35px;
  background-color: #DBD0B4;
}
@media only screen and (min-width: 992px) {
  .services-experience .experience-btns-bkg {
    margin-bottom: 0;
  }
}
.services-experience .experience-btns-bkg .experience-btn {
  flex-direction: column;
  padding-top: 35px;
}
@media only screen and (min-width: 992px) {
  .services-experience .experience-btns-bkg .experience-btn {
    padding-top: 0;
    flex-direction: row;
    width: 73%;
  }
}
.services-experience .experience-btns-bkg .experience-btn .experience-content {
  margin-bottom: 25px;
  border: 1px solid #1C9AD8;
  background-color: #FFFFFF;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .services-experience .experience-btns-bkg .experience-btn .experience-content {
    margin-top: 50px;
    margin-bottom: 50px;
    width: auto;
  }
}
.services-experience .experience-btns-bkg .experience-btn .experience-content .experience-btn-name {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 20px !important;
  line-height: 60px !important;
  color: #1C9AD8;
}
@media only screen and (min-width: 992px) {
  .services-experience .experience-btns-bkg .experience-btn .experience-content .experience-btn-name {
    font-size: 20px !important;
    line-height: 37px !important;
    padding: 12px 28px;
  }
}
/*Secondary Services Pages*/
.secondary-page-description-container {
  margin-top: 30px;
  margin-bottom: 46px;
  font-size: 16px !important;
  line-height: 24px !important;
}
@media only screen and (min-width: 992px) {
  .secondary-page-description-container {
    margin-top: 35px;
    width: 73%;
  }
}
.secondary-page-description-container .questions {
  border-bottom: 5px solid #1C9AD8;
}
@media only screen and (min-width: 992px) {
  .secondary-page-description-container .questions {
    font-size: 20px !important;
    line-height: 37px !important;
    align-self: stretch;
    align-items: center;
  }
}
.secondary-page-description-container .questions a {
  color: #1C9AD8;
  font-weight: bold;
}
@media only screen and (min-width: 992px) {
  .secondary-page-description-container.er-service {
    margin-top: 0px !important;
  }
}
.secondary-page-description-container .services-title {
  position: relative;
  color: #1C9AD8;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 22px !important;
  line-height: 30px !important;
  padding-top: 20px;
  padding-bottom: 20px;
}
.secondary-page-description-container .services-title p {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .secondary-page-description-container .services-title {
    padding-top: 28px;
    padding-bottom: 29px;
    font-size: 32px !important;
    line-height: 43px !important;
  }
}
.secondary-page-description-container .services-list-title {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 22px !important;
  line-height: 30px !important;
  color: #1C9AD8;
  margin-top: 50px;
}
@media only screen and (min-width: 992px) {
  .secondary-page-description-container .services-list-title {
    font-size: 32px !important;
    line-height: 43px !important;
  }
}
.secondary-page-description-container .services-list-divider {
  height: 2px;
  width: 100%;
  background-color: #1C9AD8;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .secondary-page-description-container .services-list-divider {
    height: 3px;
  }
}
.secondary-page-description-container .main-container {
  flex-direction: column;
  display: block;
  margin: auto;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  .secondary-page-description-container .main-container {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  .secondary-page-description-container .main-container .img-container {
    width: 34%;
  }
}
.secondary-page-description-container .main-container .img-container .main-img {
  max-width: 80%;
  display: block;
  margin: auto;
  border: 1px solid black;
  margin-bottom: 35.33px;
}
@media only screen and (min-width: 992px) {
  .secondary-page-description-container .main-container .img-container .main-img {
    margin: 0;
  }
}
.secondary-page-description-container .main-container .img-container .main-img.oas-img {
  margin: auto;
  margin-bottom: 50px;
}
.secondary-page-description-container .main-container .questions {
  border-bottom: 3px solid #1C9AD8;
}
@media only screen and (min-width: 992px) {
  .secondary-page-description-container .main-container .questions {
    width: 60% !important;
    font-size: 20px !important;
    line-height: 37px !important;
    align-self: stretch;
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .secondary-page-description-container .main-container .right-column {
    width: 60% !important;
    font-size: 20px !important;
    line-height: 37px !important;
    align-self: stretch;
    align-items: center;
  }
}
.secondary-page-description-container .main-container .right-column .main-title {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  margin-bottom: 30px;
}
.secondary-page-description-container .main-container .right-column .main-title-interim {
  margin-bottom: 30px;
}
.secondary-page-description-container .main-container .right-column .main-title-interim .blue-txt {
  color: #1C9AD8;
}
.secondary-page-description-container .main-container .right-column .main-txt {
  margin-bottom: 30px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .secondary-page-description-container .main-container .right-column .main-txt {
    margin: 0;
  }
}
.secondary-page-description-container .main-container .right-column .main-txt .contact-us {
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
}
@media only screen and (min-width: 992px) {
  .secondary-page-description-container .main-container .right-column .main-txt .contact-us {
    flex-direction: row;
    text-align: left;
  }
}
.secondary-page-description-container .main-container .right-column .main-txt .contact-us p {
  margin: 0;
  padding: 0;
}
.secondary-page-description-container .main-container .right-column .main-txt .contact-us a {
  color: #1C9AD8;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
}
.secondary-page-description-container .main-container .right-column .main-txt .contact-us .left-content {
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  .secondary-page-description-container .main-container .right-column .main-txt .contact-us .left-content {
    width: 50%;
  }
}
.secondary-page-description-container .main-container .right-column .main-txt .contact-us .left-content .phone {
  margin-top: 5px;
}
.secondary-page-description-container .main-container .right-column .main-txt .contact-us .left-content .resumes {
  margin-top: 10px;
}
@media only screen and (min-width: 992px) {
  .secondary-page-description-container .main-container .right-column .main-txt .contact-us .left-content .resumes {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .secondary-page-description-container .main-container .right-column .main-txt .contact-us .right-content {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .secondary-page-description-container .main-container .right-column .main-txt .contact-us .right-content .applications {
    margin-top: 57px;
  }
}
.secondary-page-description-container .main-container .right-column .main-txt p {
  margin-top: 0 !important;
  margin-bottom: 0;
}
.secondary-page-description-container .main-container .right-column .main-txt-interim {
  width: 100% !important;
}
.secondary-page-description-container .main-container .right-column .main-txt-interim a {
  color: #141515;
}
.secondary-page-description-container .main-container .right-column .er-img-txt {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  text-align: center;
  align-items: center;
}
.secondary-page-description-container .main-container .right-column .er-img-txt img {
  width: fit-content;
  display: block;
}
@media only screen and (min-width: 992px) {
  .secondary-page-description-container .main-container .right-column .er-img-txt img {
    height: 75px;
  }
}
.secondary-page-description-container .main-container .right-column .sp-img-txt {
  margin-bottom: 9px;
}
.secondary-page-description-container .main-container .right-column .sp-img-txt .list-img {
  width: 28px;
  height: 28px;
  margin-right: 9px;
  margin-left: 44px;
}
.secondary-page-description-container .main-container .right-column .sp-img-txt .list-img-interim {
  margin-left: 0px !important;
}
.secondary-page-description-container .main-container .right-column .sp-img-txt .list-txt {
  margin: 0;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
}
@media only screen and (min-width: 992px) {
  .secondary-page-description-container .main-container .right-column .sp-img-txt .list-txt {
    line-height: 38px !important;
  }
}
.er-section {
  background-color: #EBE5D6;
  width: 100%;
}
.er-section .section {
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .er-section .section {
    width: 73%;
    margin: auto;
  }
}
.er-section .section .section-title {
  padding-top: 30px;
  font-size: 22px;
  color: #1C9AD8;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .er-section .section .section-title {
    font-size: 26px;
  }
}
.er-section .section .section-content {
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .er-section .section .section-content {
    flex-direction: row;
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 992px) {
  .er-section .section .section-content .left-side {
    width: 30%;
  }
}
@media only screen and (min-width: 992px) {
  .er-section .section .section-content .right-side {
    width: 60%;
  }
}
.main-btn,
.main-btn:hover {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  color: #1C9AD8;
  border: 1px solid #1C9AD8;
  background-color: #FFFFFF;
  padding: 0;
  padding-right: 10px;
  border-radius: 0;
  line-height: 40px;
}
@media only screen and (min-width: 992px) {
  .main-btn,
  .main-btn:hover {
    width: inherit;
    margin-inline: auto;
  }
}
.main-btn i,
.main-btn:hover i {
  font-size: 2em;
}
.main-btn.jobboard-btn,
.main-btn:hover.jobboard-btn {
  padding: 0 10px;
  margin-bottom: 20px !important;
}
@media only screen and (min-width: 992px) {
  .main-btn.jobboard-btn,
  .main-btn:hover.jobboard-btn {
    width: fit-content;
    margin: unset;
  }
}
.main-btn.jobboard-btn i,
.main-btn:hover.jobboard-btn i {
  padding-right: 10px;
}
@media only screen and (min-width: 992px) {
  .main-btn.overview-btn,
  .main-btn:hover.overview-btn {
    width: 30%;
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .main-btn.er-btn,
  .main-btn:hover.er-btn {
    width: 30%;
  }
}
.recruitment-options-container .recruitment-options .recruitment-options-title {
  position: relative;
  color: #1C9AD8;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 22px !important;
  line-height: 30px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #EBE5D6;
}
.recruitment-options-container .recruitment-options .recruitment-options-title p {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .recruitment-options-container .recruitment-options .recruitment-options-title {
    padding-top: 28px;
    padding-bottom: 29px;
    font-size: 32px !important;
    line-height: 43px !important;
  }
}
.recruitment-options-container .recruitment-options .recruitment-options-txt {
  width: 90%;
  margin: auto;
  color: #141515;
  font-weight: normal !important;
  text-align: left !important;
  position: relative;
  font-size: 16px !important;
  line-height: 24px !important;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #EBE5D6;
  flex-direction: column;
}
.recruitment-options-container .recruitment-options .recruitment-options-txt p {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .recruitment-options-container .recruitment-options .recruitment-options-txt {
    padding-top: 28px;
    padding-bottom: 29px;
    font-size: 20px !important;
    line-height: 37px !important;
    flex-direction: row;
  }
}
.recruitment-options-container .recruitment-options .recruitment-options-txt .left-txt {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .recruitment-options-container .recruitment-options .recruitment-options-txt .left-txt {
    width: 45%;
    padding-bottom: 0;
  }
}
.recruitment-options-container .recruitment-options .recruitment-options-txt .left-txt .recruitment-btn {
  margin: auto;
  padding: 0;
  margin-top: 35px;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  color: #1C9AD8;
  font-size: 15px !important;
  line-height: 45px !important;
  background-color: #FFFFFF;
  border: 1px solid #1C9AD8;
  border-radius: 0;
}
@media only screen and (min-width: 992px) {
  .recruitment-options-container .recruitment-options .recruitment-options-txt .left-txt .recruitment-btn {
    font-size: 20px !important;
    line-height: 60px !important;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    width: fit-content;
  }
}
@media only screen and (min-width: 992px) {
  .recruitment-options-container .recruitment-options .recruitment-options-txt .right-txt {
    width: 45%;
  }
}
.recruitment-options-container .recruitment-options .ro-container {
  position: relative;
}
.recruitment-options-container .recruitment-options .ro-container .oc-container {
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .recruitment-options-container .recruitment-options .ro-container .oc-container {
    flex-direction: row;
    width: 73%;
    margin: auto;
  }
}
.recruitment-options-container .recruitment-options .ro-container .ro-bkg-container {
  height: 150px;
  width: 100%;
  background-color: #DBD0B4;
  position: absolute;
  top: 0;
  z-index: -1;
}
.recruitment-options-container .recruitment-options .ro-container .options-container {
  margin-top: 5px;
}
.recruitment-options-container .recruitment-options .ro-container .options-container .options-content {
  margin-top: 35px;
  border: 1px solid #1C9AD8;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 992px) {
  .recruitment-options-container .recruitment-options .ro-container .options-container .options-content {
    height: 100%;
  }
}
.recruitment-options-container .recruitment-options .ro-container .options-container .options-content .oc-title {
  color: #1C9AD8;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 28px !important;
  line-height: 30px !important;
  margin: 0;
  margin-top: 9px;
}
@media only screen and (min-width: 992px) {
  .recruitment-options-container .recruitment-options .ro-container .options-container .options-content .oc-title {
    font-size: 32px !important;
    line-height: 34px !important;
  }
}
.recruitment-options-container .recruitment-options .ro-container .options-container .options-content .oc-subtitle {
  color: #141515;
  font-style: italic;
  font-size: 19px !important;
  line-height: 30px !important;
  margin: 0;
  margin-bottom: 7px;
}
@media only screen and (min-width: 992px) {
  .recruitment-options-container .recruitment-options .ro-container .options-container .options-content .oc-subtitle {
    font-size: 22px !important;
    line-height: 34px !important;
    margin-bottom: 40px;
  }
}
.recruitment-options-container .recruitment-options .ro-container .options-container .options-content .list-options {
  margin: 31px 38px;
  color: #1C9AD8;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 18px !important;
}
@media only screen and (min-width: 992px) {
  .recruitment-options-container .recruitment-options .ro-container .options-container .options-content .list-options {
    font-size: 18px !important;
    line-height: 20px !important;
  }
}
@media only screen and (min-width: 992px) {
  .recruitment-options-container .recruitment-options .recruitment-options-description {
    width: 73%;
  }
}
.recruitment-options-container .recruitment-options .recruitment-options-description .recruitment-options-desc {
  font-size: 16px !important;
  line-height: 24px !important;
  margin-top: 60px;
}
.recruitment-options-container .recruitment-options .recruitment-options-description .recruitment-options-desc p {
  margin: 0 !important;
}
@media only screen and (min-width: 992px) {
  .recruitment-options-container .recruitment-options .recruitment-options-description .recruitment-options-desc {
    font-size: 20px !important;
    line-height: 37px !important;
  }
}
.recruitment-options-container .recruitment-options .recruitment-options-description .recruitment-options-btn {
  margin: 0 auto;
  padding: 0;
  margin-top: 35px;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  color: #1C9AD8;
  font-size: 15px !important;
  line-height: 45px !important;
  background-color: #FFFFFF;
  border: 1px solid #1C9AD8;
  border-radius: 0;
}
@media only screen and (min-width: 992px) {
  .recruitment-options-container .recruitment-options .recruitment-options-description .recruitment-options-btn {
    font-size: 20px !important;
    line-height: 60px !important;
    padding-left: 24px;
    padding-right: 24px;
    width: auto;
  }
}
.interim-options-container .interim-options .ro-container {
  position: relative;
}
.interim-options-container .interim-options .ro-container .oc-container {
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .interim-options-container .interim-options .ro-container .oc-container {
    flex-direction: row;
    width: 73%;
    margin: auto;
  }
}
.interim-options-container .interim-options .ro-container .ro-bkg-container {
  height: 150px;
  width: 100%;
  background-color: #DBD0B4;
  position: absolute;
  top: 0;
  z-index: -1;
}
.interim-options-container .interim-options .ro-container .options-container {
  margin-top: 5px;
}
.interim-options-container .interim-options .ro-container .options-container .options-content {
  margin-top: 35px;
  border: 1px solid #1C9AD8;
  background-color: #FFFFFF;
}
@media only screen and (min-width: 992px) {
  .interim-options-container .interim-options .ro-container .options-container .options-content {
    height: 100%;
  }
}
.interim-options-container .interim-options .ro-container .options-container .options-content .oc-title p {
  color: #1C9AD8;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 28px !important;
  line-height: 30px !important;
  margin: 0;
  margin-top: 9px;
}
@media only screen and (min-width: 992px) {
  .interim-options-container .interim-options .ro-container .options-container .options-content .oc-title p {
    font-size: 32px !important;
    line-height: 34px !important;
  }
}
.interim-options-container .interim-options .ro-container .options-container .options-content .oc-subtitle {
  margin-top: 40px;
}
.interim-options-container .interim-options .ro-container .options-container .options-content .oc-subtitle p {
  color: #141515;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 18px !important;
  text-align: left;
  margin-left: 38px;
}
@media only screen and (min-width: 992px) {
  .interim-options-container .interim-options .ro-container .options-container .options-content .oc-subtitle p {
    font-size: 18px !important;
    line-height: 20px !important;
  }
}
.interim-options-container .interim-options .ro-container .options-container .options-content .oc-subtitle p a {
  color: #141515;
}
.interim-options-container .interim-options .ro-container .options-container .options-content .interim-img-txt {
  margin: 0px 38px;
}
.interim-options-container .interim-options .ro-container .options-container .options-content .interim-img-txt .list-img {
  width: 28px;
  height: 28px;
  margin-right: 9px;
}
.interim-options-container .interim-options .ro-container .options-container .options-content .interim-img-txt .list-options {
  color: #141515;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 16px !important;
  line-height: 18px !important;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .interim-options-container .interim-options .ro-container .options-container .options-content .interim-img-txt .list-options {
    font-size: 18px !important;
    line-height: 20px !important;
  }
}
@media only screen and (min-width: 992px) {
  .interim-options-container .interim-options .ro-container .options-container .options-content .interim-img-txt .right-container {
    margin-bottom: 2.5rem;
  }
}
.summary-container {
  margin-top: 60px;
}
.summary-container.er-container {
  margin-top: 0 !important;
}
.summary-container .title-background {
  background-color: #DBD0B4;
  height: 150px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.summary-container .title-background .main-title {
  color: #1C9AD8;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 22px;
  line-height: 30px;
  border-bottom: 2px solid #1C9AD8;
  margin-bottom: 25px;
}
@media only screen and (min-width: 992px) {
  .summary-container .title-background .main-title {
    font-size: 32px;
    line-height: 43px;
    border-bottom: 3px solid #1C9AD8;
    margin-bottom: 0;
    width: 73%;
  }
}
.summary-container .summary-content {
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .summary-container .summary-content {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 73%;
    margin: auto;
  }
}
.summary-container .summary-content .step-by-step {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 35px;
  align-self: start;
}
@media only screen and (min-width: 992px) {
  .summary-container .summary-content .step-by-step {
    font-size: 20px;
    line-height: 37px;
    width: 45.7%;
    margin-bottom: 59px;
  }
}
.summary-container .summary-content .step-by-step .steps {
  color: #141515;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 26px;
  line-height: 28px;
  width: 50px;
  height: 50px;
  border: 1px solid black;
  border-radius: 50%;
  margin: auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .summary-container .summary-content .step-by-step .steps {
    font-size: 32px;
    line-height: 34px;
    width: 60px;
    height: 60px;
  }
}
.summary-container .summary-content .step-by-step .summary-title {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
}
.summary-container .summary-content .step-by-step .summary-description p {
  margin: 0;
}
.secondary-page-content-container .secondary-page-content {
  width: 100%;
}
.secondary-page-content-container .secondary-page-content p {
  margin: 0;
}
.secondary-page-content-container .secondary-page-content .secondary-page-content-title {
  margin-bottom: 30px;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 22px;
  line-height: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #EBE5D6;
}
.secondary-page-content-container .secondary-page-content .secondary-page-content-title * {
  color: #1C9AD8;
}
@media only screen and (min-width: 992px) {
  .secondary-page-content-container .secondary-page-content .secondary-page-content-title {
    font-size: 32px;
    line-height: 43px;
  }
}
.secondary-page-content-container .secondary-page-content .secondary-page-content-title-interim {
  font-weight: normal !important;
}
.secondary-page-content-container .secondary-page-content .secondary-page-content-description .secondary-page-content-desc {
  color: #141515;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .secondary-page-content-container .secondary-page-content .secondary-page-content-description .secondary-page-content-desc {
    font-size: 20px;
    line-height: 37px;
  }
}
.secondary-page-content-container .secondary-page-content .secondary-page-content-description .items-container {
  padding-bottom: 80px;
}
.secondary-page-content-container .secondary-page-content .secondary-page-content-description .items-container .sp-img-txt .list-img {
  width: 28px;
  height: 28px;
  margin-right: 9px;
}
.secondary-page-content-container .secondary-page-content .secondary-page-content-description .items-container .sp-img-txt .list-txt {
  margin: 0;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
}
@media only screen and (min-width: 992px) {
  .secondary-page-content-container .secondary-page-content .secondary-page-content-description .items-container .sp-img-txt .list-txt {
    line-height: 38px !important;
  }
}
.secondary-page-content-container .secondary-page-content .secondary-page-content-description .items-container .note {
  color: #1C9AD8;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
}
.secondary-page-content-container .secondary-page-content .secondary-page-content-description .oas-items-container {
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .secondary-page-content-container .secondary-page-content .secondary-page-content-description .oas-items-container {
    width: 73%;
  }
}
.secondary-page-content-container .secondary-page-content .secondary-page-content-description .oas-items-container .oas-item-info {
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .secondary-page-content-container .secondary-page-content .secondary-page-content-description .oas-items-container .oas-item-info {
    width: 33%;
  }
}
.secondary-page-content-container .secondary-page-content .secondary-page-content-description .oas-items-container .oas-item-info .oas-item-name {
  font-weight: bold;
  text-decoration: underline;
}
.secondary-page-content-btn,
.secondary-page-content-btn:hover {
  color: #1C9AD8;
  background-color: #FFFFFF;
  border: 1px solid #1C9AD8;
  font-size: 15px;
  line-height: 45px;
  padding: inherit;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 0;
  padding-left: 12px;
  padding-right: 12px;
}
@media only screen and (min-width: 992px) {
  .secondary-page-content-btn,
  .secondary-page-content-btn:hover {
    font-size: 20px;
    line-height: 60px;
    width: fit-content;
    margin-bottom: 0;
  }
}
#oasModal .img-header {
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  #oasModal .img-header {
    flex-direction: row;
  }
}
#oasModal .img-header .oas-img-1 {
  height: 65px;
  width: fit-content;
}
@media only screen and (max-width: 991px) {
  #oasModal .img-header .oas-img-2 {
    margin-top: 30px;
    width: 100%;
  }
}
.slider-container {
  color: #141515;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.slider-container .tns-nav {
  display: none;
}
.slider-container .tns-controls {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.slider-container .tns-controls button {
  background-color: white;
  border: 2px solid #1C9AD8;
  color: #1C9AD8;
  width: 20%;
}
.slider-container .tns-controls button:disabled {
  opacity: 0.5;
}
.slider-container .my-slider {
  display: flex;
  position: relative;
}
.slider-container .my-slider .slider-item {
  position: relative;
}
.slider-container .my-slider .slider-item:hover {
  cursor: pointer;
}
.slider-container .my-slider .oas-steps {
  justify-content: space-between;
  width: 100%;
}
.slider-container .my-slider .oas-steps .blue-txt {
  color: #1C9AD8;
}
@media only screen and (max-width: 991px) {
  .slider-container .my-slider .oas-steps {
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  .slider-container .my-slider .oas-steps .left-side {
    width: 30%;
  }
}
.slider-container .my-slider .oas-steps .left-side .step-title {
  font-size: 32px;
  border-bottom: 3px solid #141515;
  color: #141515;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .slider-container .my-slider .oas-steps .left-side .step-title {
    width: 100%;
  }
}
.slider-container .my-slider .oas-steps .left-side img {
  margin: 5px 0;
}
.slider-container .my-slider .oas-steps .right-side .title {
  color: #1C9AD8;
}
@media only screen and (max-width: 991px) {
  .slider-container .my-slider .oas-steps .right-side {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .slider-container .my-slider .oas-steps .right-side {
    width: 60%;
  }
}
@media only screen and (max-width: 991px) {
  .slider-container .my-slider .oas-steps .right-side .two-sided {
    width: 100%;
    flex-direction: column;
  }
}
@media only screen and (min-width: 992px) {
  .slider-container .my-slider .oas-steps .right-side .two-sided {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 991px) {
  .slider-container .my-slider .oas-steps .right-side .two-sided .left {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .slider-container .my-slider .oas-steps .right-side .two-sided .left {
    width: 45%;
  }
}
@media only screen and (max-width: 991px) {
  .slider-container .my-slider .oas-steps .right-side .two-sided .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .slider-container .my-slider .oas-steps .right-side .two-sided .right {
    width: 45%;
  }
}
.service-btns-bkg {
  position: relative;
  background-color: #DBD0B4;
}
@media only screen and (max-width: 991px) {
  .service-btns-bkg {
    display: none;
    height: 0;
  }
}
.service-btns-bkg .service-btn {
  padding: 10px 0;
  flex-direction: row;
  width: 73%;
  font-size: 16px;
  line-height: 37px;
}
.service-btns-bkg .service-btn .service-content {
  background-color: transparent;
  width: 19%;
}
.service-btns-bkg .service-btn .service-content .service-btn-name {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #1C9AD8 !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 15px !important;
  color: #1C9AD8;
  min-width: 132px;
  text-decoration: none;
}
.clients-nav {
  background-color: #EBE5D6;
}
.clients-nav .client-btns .client-btn {
  flex-direction: column;
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .clients-nav .client-btns .client-btn {
    flex-direction: row;
  }
}
.clients-nav .client-btns .client-btn .client-content {
  background-color: transparent;
  margin-bottom: 10px;
  margin-top: 10px;
}
.clients-nav .client-btns .client-btn .client-content .client-btn-name {
  background-color: #FFFFFF;
  border: 1px solid #1C9AD8 !important;
  border-radius: 0;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 15px !important;
  line-height: 45px;
  color: #1C9AD8;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .clients-nav .client-btns .client-btn .client-content .client-btn-name {
    font-size: 20px !important;
  }
}
.clients-nav .client-btns .client-btn .client-content .client-btn-name:hover {
  color: #1C9AD8;
}
.client-options .option-title {
  color: #1C9AD8;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 22px;
  line-height: 30px;
  margin-top: 27px;
  position: relative;
}
.client-options .option-title:after {
  content: '';
  display: block;
  clear: both;
}
@media only screen and (min-width: 992px) {
  .client-options .option-title {
    font-size: 32px;
    line-height: 43px;
  }
}
.client-options .option-title .dropdownWrapper {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1000px) {
  .client-options .option-title .dropdownWrapper {
    position: absolute;
    bottom: 0;
    right: 10px;
  }
}
.client-options .option-title .dropdownWrapper .dropdownLabel {
  font-size: 16px;
  font-weight: normal;
  margin-right: 5px;
}
.client-options .option-title .dropdownWrapper .dropdown {
  min-width: 210px;
}
.client-options .option-title .dropdownWrapper .dropdown .dropdown-toggle {
  text-align: right;
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.client-options .option-title .dropdownWrapper .dropdown .dropdown-menu {
  inset: auto !important;
  transform: none !important;
  border-radius: 0;
}
.client-options .option-title .dropdownWrapper .dropdown .dropdown-menu .dropdown-item {
  color: #1C9AD8;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 992px) {
  .client-options .option-title .dropdownWrapper .dropdown .dropdown-menu .dropdown-item {
    font-size: 16px !important;
    line-height: 40px;
  }
}
.client-options .option-title .dropdownWrapper .dropdown .dropdown-menu .dropdown-item:hover {
  color: #1C9AD8;
  background-color: rgba(28, 154, 216, 0.1);
}
.client-options .option-title-divider {
  height: 2px;
  background-color: #1C9AD8;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .client-options .option-title-divider {
    height: 3px;
  }
}
.option-content {
  color: #141515;
}
.option-content .option-info {
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .option-content .option-info {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 20px;
    line-height: 37px;
  }
}
.option-content .option-info .content-title {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
}
.privacy-policy-content {
  width: 73%;
  margin-top: 45px;
  font-size: 20px;
  line-height: 37px;
}
.open-recruitments-nav {
  background-color: #EBE5D6;
}
@media only screen and (min-width: 992px) {
  .open-recruitment-btns {
    font-size: 16px;
    line-height: 37px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.open-recruitment-btns .filter-label {
  width: 110px;
}
.open-recruitment-btns .sort-label {
  width: 75px;
}
.open-recruitment-btns .open-recruitment-btn {
  flex-direction: row;
  padding: 10px 0 0;
  justify-content: space-between;
}
.open-recruitment-btns .open-recruitment-btn * {
  border-radius: 0;
}
@media only screen and (max-width: 991px) {
  .open-recruitment-btns .open-recruitment-btn .filter-label,
  .open-recruitment-btns .open-recruitment-btn .sort-label {
    width: 20%;
  }
}
@media only screen and (max-width: 991px) {
  .open-recruitment-btns .open-recruitment-btn .category-select,
  .open-recruitment-btns .open-recruitment-btn .state-select {
    width: 80%;
  }
}
.open-recruitment-btns .open-recruitment-btn .category-container {
  margin-bottom: 10px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .open-recruitment-btns .open-recruitment-btn .category-container {
    width: auto;
    /*margin-bottom: 0;*/
  }
}
.open-recruitment-btns .open-recruitment-btn .state-container {
  margin-bottom: 10px;
  width: 30%;
}
@media only screen and (min-width: 992px) {
  .open-recruitment-btns .open-recruitment-btn .state-container {
    width: auto;
    /*margin-bottom: 0;*/
  }
}
.open-recruitment-btns .open-recruitment-btn .open-recruitment-search {
  margin-bottom: 10px;
  width: 65%;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .open-recruitment-btns .open-recruitment-btn .open-recruitment-search {
    width: auto;
    /*margin-bottom: 0;*/
  }
}
.open-recruitment-btns .open-recruitment-btn .open-recruitment-search #search-input {
  padding-right: 0;
}
.open-recruitment-btns .open-recruitment-btn .open-recruitment-search button {
  height: 100%;
  padding-left: 0;
}
.open-recruitment-btns .open-recruitment-btn .open-recruitment-search .input-group-append {
  position: absolute;
  right: 5px;
  background: #FFF;
  top: 1px;
  bottom: 1px;
  padding-left: 2px;
}
.open-recruitment-btns .open-recruitment-btn .open-recruitment-search .input-group-append svg {
  opacity: 0.75;
}
.open-recruitment-btns .open-recruitment-btn .sort-container {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .open-recruitment-btns .open-recruitment-btn .sort-container {
    width: auto;
  }
}
.open-recruitment-btns .open-recruitment-btn .open-recruitment-content {
  background-color: transparent;
  margin-bottom: 20px;
}
.open-recruitment-btns .open-recruitment-btn .open-recruitment-content .open-recruitment-btn-name {
  background-color: #FFFFFF;
  border: 1px solid #1C9AD8 !important;
  border-radius: 0;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 15px !important;
  line-height: 45px;
  color: #1C9AD8;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  .open-recruitment-btns .open-recruitment-btn .open-recruitment-content .open-recruitment-btn-name {
    font-size: 20px !important;
    line-height: 60px;
  }
}
.open-recruitment-btns .open-recruitment-btn .open-recruitment-content .open-recruitment-btn-name:hover {
  color: #1C9AD8;
}
.open-recruitment-btns .open-recruitment-btn .open-recruitment-content .dropdown-menu {
  inset: auto !important;
  transform: none !important;
  border-radius: 0;
}
.open-recruitment-btns .open-recruitment-btn .open-recruitment-content .dropdown-menu .dropdown-item {
  color: #1C9AD8;
}
@media only screen and (min-width: 992px) {
  .open-recruitment-btns .open-recruitment-btn .open-recruitment-content .dropdown-menu .dropdown-item {
    font-size: 18px !important;
    line-height: 40px;
  }
}
.open-recruitment-btns .open-recruitment-btn .open-recruitment-content .dropdown-menu .dropdown-item:hover {
  color: #1C9AD8;
  background-color: rgba(28, 154, 216, 0.1);
}
.sticky-top {
  background-color: #FCFBFA;
}
.open-recruitments-titles {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  .open-recruitments-titles {
    display: flex !important;
    justify-content: space-around;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 37px;
    font-style: italic;
    margin-top: 37px;
  }
}
.open-recruitments-content {
  margin-top: 26px;
}
.open-recruitments-content .open-recruitments-row {
  border: 3px solid #1C9AD8;
  border-radius: 8px;
  margin-bottom: 10px;
  flex-direction: row;
  background-color: white;
}
@media only screen and (min-width: 992px) {
  .open-recruitments-content .open-recruitments-row {
    justify-content: space-around;
  }
}
.open-recruitments-content .open-recruitments-row .position-location {
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .open-recruitments-content .open-recruitments-row .position-location {
    width: 50%;
  }
}
.open-recruitments-content .open-recruitments-row .position-location .position {
  color: #1C9AD8;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 0;
  text-align: left;
  text-decoration: underline;
}
@media only screen and (min-width: 992px) {
  .open-recruitments-content .open-recruitments-row .position-location .position {
    font-size: 26px;
    line-height: 27px;
  }
}
.open-recruitments-content .open-recruitments-row .position-location .location {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .open-recruitments-content .open-recruitments-row .position-location .location {
    font-size: 20px;
    line-height: 27px;
  }
}
.open-recruitments-content .open-recruitments-row .date {
  font-size: 14px;
  line-height: 37px;
  margin-bottom: 20px;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .open-recruitments-content .open-recruitments-row .date {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .open-recruitments-content .open-recruitments-row .date {
    font-size: 20px;
    margin-bottom: 0;
    width: 30%;
  }
}
.open-recruitments-content .open-recruitments-row .status {
  font-size: 14px;
  line-height: 37px;
  margin-bottom: 20px;
  text-align: left;
}
@media only screen and (max-width: 991px) {
  .open-recruitments-content .open-recruitments-row .status {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .open-recruitments-content .open-recruitments-row .status {
    font-size: 20px;
    margin-bottom: 0;
    width: 20%;
  }
}
.modal {
  color: #1C9AD8;
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog {
    max-width: 73%;
  }
}
.modal .modal-dialog .modal-content {
  border: 2px solid #1C9AD8;
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content {
    border: 3px solid #1C9AD8;
  }
}
.modal .modal-dialog .modal-content .modal-header {
  flex-direction: column;
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
  position: relative;
  padding-top: 0;
}
.modal .modal-dialog .modal-content .modal-header .close-txt {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: normal !important;
  font-size: 11px;
  position: relative;
  right: -34px;
  top: -17px;
  text-decoration: none;
  color: #1C9AD8;
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-header .close-txt {
    font-size: 13px;
  }
}
.modal .modal-dialog .modal-content .modal-header .close-txt .x-btn {
  width: 33px;
  height: 33px;
  color: white;
  background-color: #1C9AD8;
  font-size: 18px;
  border-radius: 50%;
  margin-left: 6px;
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-header .close-txt .x-btn {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-header .modal-top-content .column-one {
    max-width: 50%;
  }
}
.modal .modal-dialog .modal-content .modal-header .modal-top-content .modal-title,
.modal .modal-dialog .modal-content .modal-header .modal-top-content .modal-subtitle {
  width: 100% !important;
}
.modal .modal-dialog .modal-content .modal-header .modal-top-content .modal-date,
.modal .modal-dialog .modal-content .modal-header .modal-top-content .modal-status {
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  text-align: left;
  color: #141515;
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-header .modal-top-content .modal-date,
  .modal .modal-dialog .modal-content .modal-header .modal-top-content .modal-status {
    font-size: 17px;
    line-height: 27px;
  }
}
.modal .modal-dialog .modal-content .modal-header .modal-top-content #modalFirstReviewDate,
.modal .modal-dialog .modal-content .modal-header .modal-top-content #modalStatus {
  color: #141515 !important;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-header .modal-top-content #modalFirstReviewDate,
  .modal .modal-dialog .modal-content .modal-header .modal-top-content #modalStatus {
    font-size: 20px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-header .modal-top-content {
    width: 85% !important;
  }
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-header .modal-title,
  .modal .modal-dialog .modal-content .modal-header .header-divider,
  .modal .modal-dialog .modal-content .modal-header .modal-subtitle {
    width: 85% !important;
  }
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 18px;
  line-height: 22px;
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 26px;
    line-height: 27px;
  }
}
.modal .modal-dialog .modal-content .modal-header .header-divider {
  width: 100%;
  background-color: #1C9AD8;
  height: 2px;
  margin: 15px 0;
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-header .header-divider {
    height: 3px;
  }
}
.modal .modal-dialog .modal-content .modal-header .modal-subtitle {
  color: #141515;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  text-align: left;
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-header .modal-subtitle {
    font-size: 20px;
    line-height: 27px;
  }
}
.modal .modal-dialog .modal-content .modal-body {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-body {
    align-items: baseline !important;
    width: 85% !important;
    margin: auto;
    justify-content: space-between;
  }
}
.modal .modal-dialog .modal-content .modal-body #modalAdditionalDocs {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-body #modalAdditionalDocs {
    width: 66% !important;
  }
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-body #modalAdditionalDocs .img-text {
    width: 50% !important;
  }
}
.modal .modal-dialog .modal-content .modal-body .modal-info {
  width: 50%;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-body .modal-info {
    width: auto;
    flex-direction: row;
    justify-content: space-between;
  }
}
.modal .modal-dialog .modal-content .modal-body .modal-info .modal-date {
  color: #141515 !important;
  margin-bottom: 18px;
}
.modal .modal-dialog .modal-content .modal-body .modal-info .modal-status {
  color: #141515 !important;
  margin-bottom: 30px;
}
.modal .modal-dialog .modal-content .modal-body .modal-info .img-text {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 14px;
  line-height: 38px;
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-body .modal-info .img-text {
    margin-bottom: 29px;
    font-size: 20px;
  }
}
.modal .modal-dialog .modal-content .modal-body .modal-info .img-text a {
  color: #1C9AD8;
  text-decoration: none;
}
.modal .modal-dialog .modal-content .modal-body .modal-info .img-text a img {
  width: 22px;
  margin-right: 10px;
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-body .modal-info .img-text a img {
    width: 27px;
    margin-right: 10px;
  }
}
.modal .modal-dialog .modal-content .modal-body .modal-docs {
  width: 50%;
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-body .modal-docs {
    width: auto;
  }
}
.modal .modal-dialog .modal-content .modal-body .modal-docs .img-text {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 11px;
  line-height: 30px;
  margin-bottom: 7px;
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-body .modal-docs .img-text {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.modal .modal-dialog .modal-content .modal-body .modal-docs .img-text a {
  color: #1C9AD8;
  text-decoration: none;
}
.modal .modal-dialog .modal-content .modal-body .modal-docs .img-text a img {
  width: 15px;
  margin-right: 10px;
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-body .modal-docs .img-text a img {
    width: 21px;
    margin-right: 10px;
  }
}
.modal .modal-dialog .modal-content .modal-footer {
  border-top: none;
  padding-top: 20px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog .modal-content .modal-footer {
    width: 33%;
    display: flex;
    margin: auto;
  }
}
.modal .modal-dialog .modal-content .modal-footer a {
  width: 100%;
  color: #1C9AD8;
  text-align: center;
  border-radius: 0;
  background-color: white;
  border: 2px solid #1C9AD8;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 20px;
  line-height: 55px;
}
.modal .modal-dialog .modal-content #modalRecruitmentMessage {
  color: #000 !important;
  margin-bottom: 28px;
}
#SourcingNote {
  color: red;
  text-align: center;
  padding: 0 50px;
}
.recently-completed-placements .item {
  margin-top: 50px;
  font-size: 18px;
  line-height: 34px;
}
.recently-completed-placements .item .item-title {
  font-weight: bold;
  color: #1C9AD8;
}
@media only screen and (max-width: 991px) {
  .desktop-login {
    display: none;
  }
}
.desktop-login.continued {
  display: block;
}
.desktop-login .login-btn {
  padding-bottom: 80px !important;
}
.desktop-login .login-btns-bkg {
  margin: 0;
  display: flex;
  justify-content: center;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .desktop-login .login-btns-bkg {
    font-size: 16px;
    line-height: 37px;
    padding-top: 25px;
  }
}
.desktop-login .login-btns-bkg .login-btn {
  flex-direction: row;
  padding: 10px 0;
  width: 100%;
  justify-content: space-between;
}
.desktop-login .login-btns-bkg .login-btn * {
  border-radius: 0;
}
@media only screen and (min-width: 992px) {
  .desktop-login .login-btns-bkg .login-btn {
    flex-direction: row;
    width: 73% !important;
    justify-content: space-between;
    padding: 0;
  }
}
.desktop-login .login-btns-bkg .login-btn .login-content {
  background-color: transparent;
}
.desktop-login .login-btns-bkg .login-btn .login-content .login-btn-name {
  background-color: #FFFFFF;
  border: 1px solid #1C9AD8 !important;
  border-radius: 0;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 15px !important;
  line-height: 45px;
  color: #1C9AD8;
  padding: 0 20px;
}
@media only screen and (min-width: 992px) {
  .desktop-login .login-btns-bkg .login-btn .login-content .login-btn-name {
    font-size: 20px !important;
    line-height: 60px;
  }
}
.desktop-login .login-btns-bkg .login-btn .login-content .login-btn-name:hover {
  color: #1C9AD8;
}
.desktop-login .instructions {
  max-width: 1000px;
  margin: 20px auto;
  font-size: 18px;
  text-align: center;
  padding: 0 20px;
}
.desktop-login .login-boxes {
  width: 90%;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  flex-direction: column;
}
@media only screen and (min-width: 992px) {
  .desktop-login .login-boxes {
    flex-direction: row;
    width: 73%;
  }
}
.desktop-login .login-boxes.login-admin-box {
  width: 100% !important;
  left: 0 !important;
  display: flex !important;
  justify-content: center !important;
}
.desktop-login .login-boxes .login-box {
  width: 100%;
  border: 3px solid #1C9AD8;
  border-radius: 8px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .desktop-login .login-boxes .login-box {
    width: 45%;
  }
}
.desktop-login .login-boxes .login-box.admin-login {
  margin: auto;
}
.desktop-login .login-boxes .login-box .login-box-content {
  width: 80%;
  margin: auto;
}
.desktop-login .login-boxes .login-box .login-box-content .box-title {
  margin-top: 25px;
  margin-bottom: 33px;
  color: #1C9AD8;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 26px;
}
.desktop-login .login-boxes .login-box .login-box-content .box-subtitle {
  text-align: center;
  margin-bottom: 33px;
  color: #141515;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 20px;
}
.desktop-login .login-boxes .login-box .login-box-content .box-email,
.desktop-login .login-boxes .login-box .login-box-content .box-password {
  margin-bottom: 20px;
}
.desktop-login .login-boxes .login-box .login-box-content .box-email input,
.desktop-login .login-boxes .login-box .login-box-content .box-password input {
  border-radius: 0;
}
.desktop-login .login-boxes .login-box .login-box-content .form-check input,
.desktop-login .login-boxes .login-box .login-box-content .box-confirm-password input {
  border-radius: 0;
}
.desktop-login .login-boxes .login-box .login-box-content .forgot-password {
  text-decoration: none;
  color: #1C9AD8;
}
.desktop-login .login-boxes .login-box .login-box-content .box-recaptcha {
  margin-top: 59px;
  margin-bottom: 37px;
}
.desktop-login .login-boxes .login-box .login-box-content .box-button {
  width: 46%;
  margin: auto;
  margin-bottom: 35px;
  background-color: white;
  color: #1C9AD8;
  border-radius: 0;
  border: 2px solid #1C9AD8;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 22px;
}
.mobile-login {
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .mobile-login {
    display: none;
  }
}
.mobile-login.continued {
  display: none;
}
.mobile-login .mobile-txt {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 16px;
  color: #141515;
}
.mobile-login .login-btn {
  margin-top: 50px;
  color: #1C9AD8;
  background-color: white;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  border-radius: 0;
  border: 1px solid #1C9AD8;
  font-size: 15px;
}
.admin-content {
  padding-top: 80px;
}
@media only screen and (min-width: 992px) {
  .admin-content {
    padding-top: 150px;
    width: 73%;
    margin: auto;
  }
}
.admin-content .admin-title {
  font-size: 32px;
  color: #1C9AD8;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  border-bottom: 3px solid #1C9AD8;
  width: 100%;
  margin-bottom: 40px;
}
.admin-content .admin-home {
  margin-bottom: 40px;
}
.admin-content .admin-home a {
  font-size: 32px;
  color: #1C9AD8;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  width: 50%;
  text-decoration: none;
}
.admin-content .admin-home a:hover {
  color: #141515;
}
.admin-content .admin-secondary {
  margin-bottom: 40px;
}
.admin-content .admin-secondary .downloads-page a {
  text-decoration: none;
  color: #1C9AD8;
  font-size: 20px;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  text-align: left !important;
}
.admin-content .admin-secondary .odd {
  background-color: #EBE5D6;
}
.admin-content .admin-secondary .admin-table thead th,
.admin-content .admin-secondary #RecruitmentListTable thead th {
  text-align: center;
  color: #1C9AD8;
}
.admin-content .admin-secondary .admin-table .blue-column a,
.admin-content .admin-secondary #RecruitmentListTable .blue-column a {
  text-align: center;
  color: #1C9AD8 !important;
  text-decoration: none;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
}
.admin-content .admin-secondary .admin-table .application-number,
.admin-content .admin-secondary #RecruitmentListTable .application-number {
  color: #1C9AD8;
}
.admin-content .admin-secondary .flex-row {
  margin-bottom: 30px;
}
.admin-content .admin-secondary .flex-row .label-text {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  width: 20%;
  text-align: left;
  line-height: 38px;
}
.admin-content .admin-secondary .flex-row .form-element {
  width: 75%;
}
.admin-content .admin-secondary .flex-row .form-element .form-check {
  width: 25%;
}
.admin-content .admin-secondary .flex-row .form-element .form-check .form-check-label {
  float: left;
}
.admin-content .admin-secondary .job-additional-files .form-element input[type=text],
.admin-content .admin-secondary .job-additional-files .form-element .additionalFileUploadWrapper {
  width: 45%;
}
.admin-content .admin-secondary .btn {
  color: #1C9AD8;
  border: 1px solid #1C9AD8;
  font-size: 22px;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  border-radius: 0;
}
.admin-content.view-applications-list {
  width: 100% !important;
}
.admin-content.view-applications-list .admin-title {
  width: 73%;
  margin: auto;
  margin-bottom: 40px;
}
.admin-content.view-applications-list .view-applications-title {
  color: #141515;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 26px;
  margin-bottom: 30px !important;
  width: 73%;
  margin: auto;
}
.admin-content.view-applications-list .view-applications-btns-bkg {
  background-color: #EBE5D6;
  margin-bottom: 80px;
}
.admin-content.view-applications-list .view-applications-btns-bkg .view-applications-btns {
  opacity: 1;
  width: 73%;
  justify-content: space-between;
  margin: auto;
  padding: 13px 0px;
}
.admin-content.view-applications-list .view-applications-btns-bkg .view-applications-btns .view-applications-btn {
  background-color: white;
  color: #707070;
  border-radius: 8px;
  border: 1px solid #707070;
  font-size: 14px;
  font-weight: normal !important;
}
.admin-content.view-applications-list .notes {
  justify-content: space-between;
  width: 73%;
  margin: auto;
  font-size: 16px;
}
.admin-content.view-applications-list .notes .hide-display a {
  text-decoration: none;
  color: #1C9AD8;
}
.admin-content.view-applications-list .notes .review-date {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
}
.admin-content.view-applications-list .table-responsive {
  width: 73%;
  margin: auto;
  margin-bottom: 85px !important;
}
.admin-content.view-applications-list .table-responsive thead tr th {
  color: #1C9AD8;
  font-size: 18px !important;
  font-style: italic;
  font-weight: lighter;
}
.admin-content.view-applications-list .table-responsive tbody .main-data {
  background-color: #EBE5D6;
}
.admin-content.view-applications-list .table-responsive tbody .main-data:hover {
  cursor: pointer;
}
.admin-content.view-applications-list .table-responsive tbody .main-data .blue-text {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  color: #1C9AD8;
}
.print-subtitle {
  font-size: 10px;
}
#ProfileImage {
  max-width: 200px;
  max-height: 200px;
}
/* Style the input fields */
input {
  padding: 10px;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}
/* Mark input boxes that gets an error on validation: */
/*input.invalid,
input:invalid {
    background-color: #ffdddd;
}*/
.input-validation-error {
  border-color: red;
}
.input-validation-error:focus {
  outline-color: red;
  border-color: red;
  box-shadow: 0 0 0.25rem red;
}
.field-validation-error {
  color: red;
  font-weight: bold;
}
.date-format {
  font-size: 0.8em;
  line-height: 1.2em;
  display: block;
}
.sya-form {
  position: relative;
  margin: 20px;
  margin-top: 45px;
}
@media only screen and (min-width: 1200px) {
  .sya-form {
    width: 73%;
    margin: auto;
    margin-top: 45px;
  }
}
.sya-form .sya-steps {
  width: 27%;
}
.sya-form .sya-steps .step {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  font-size: 18px;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  margin-bottom: 10px;
  opacity: 0.5;
  border-color: #141515;
  text-align: left;
}
.sya-form .sya-steps .step.active {
  opacity: 1;
}
.sya-form .sya-tabs {
  width: 70%;
  font-size: 18px;
}
.sya-form .sya-tabs .tab .label-text {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
}
.sya-form .sya-tabs .tab .label-text.label-2 {
  width: 22%;
}
.sya-form .sya-tabs .tab.overview-tab div {
  margin-bottom: 30px;
}
.sya-form .sya-tabs .tab.overview-tab .overview {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
}
.sya-form .sya-tabs .tab.step-1 {
  width: 100%;
}
.sya-form .sya-tabs .tab.step-1 .tab-content {
  width: 100%;
}
.sya-form .sya-tabs .tab.step-1 .tab-content .flex-row {
  margin-bottom: 20px;
}
.sya-form .sya-tabs .tab.step-1 .tab-content .flex-row .form-element {
  /*width: 50%;*/
}
.sya-form .sya-tabs .tab.step-1 .label-text {
  /*width: 50%;*/
}
@media only screen and (min-width: 992px) {
  .sya-form .sya-tabs .tab.step-1 .label-text {
    text-align: right;
  }
}
.sya-form .sya-tabs .tab.step-2 {
  width: 100%;
}
.sya-form .sya-tabs .tab.step-2 .tab-content {
  width: 100%;
}
.sya-form .sya-tabs .tab.step-2 .tab-content .content-1 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .sya-form .sya-tabs .tab.step-2 .tab-content .content-1 {
    justify-content: space-between;
  }
}
.sya-form .sya-tabs .tab.step-2 .tab-content .content-2 {
  width: 100%;
}
.sya-form .sya-tabs .tab.step-2 .tab-content .content-2 .address-1,
.sya-form .sya-tabs .tab.step-2 .tab-content .content-2 .address-2 {
  margin-bottom: 20px;
}
.sya-form .sya-tabs .tab.step-3 {
  width: 100%;
}
.sya-form .sya-tabs .tab.step-3 .tab-content {
  width: 100%;
  border-bottom: 2px solid #1C9AD8;
  margin-bottom: 30px;
}
.sya-form .sya-tabs .tab.step-3 .tab-content .content-1 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .sya-form .sya-tabs .tab.step-3 .tab-content .content-1 {
    justify-content: space-between;
  }
}
.sya-form .sya-tabs .tab.step-3 .tab-content .content-1 .transparent-input {
  opacity: 0;
}
.sya-form .sya-tabs .tab.step-3 .tab-content .content-3 {
  padding-bottom: 30px;
}
.sya-form .sya-tabs .tab.step-4 {
  width: 100%;
}
.sya-form .sya-tabs .tab.step-4 .content-section {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.sya-form .sya-tabs .tab.step-4 .content-section.content-1 .flex-column {
  width: 45%;
}
.sya-form .sya-tabs .tab.step-4 .content-section.content-2 .flex-column {
  width: 30%;
}
.sya-form .sya-tabs .tab.step-4 .content-section.content-3 .flex-column {
  width: 100%;
}
.sya-form .sya-tabs .tab.step-4 .remove-btn {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #1C9AD8;
}
.sya-form .sya-tabs .tab.step-4 .remove-btn a {
  /*color: darkred;
                        border: 2px solid darkred;
                        border-radius: 0;*/
  font-size: 22px;
  width: 50%;
  position: relative;
  margin: auto;
}
.sya-form .sya-tabs .tab.step-4 .history-btns {
  justify-content: space-evenly;
  width: 100%;
}
.sya-form .sya-tabs .tab.step-4 .history-btns a {
  color: #141515;
  border: 2px solid #141515;
  border-radius: 0;
  font-size: 22px;
  width: 45%;
}
.sya-form .sya-tabs .tab.step-5 {
  width: 100%;
}
.sya-form .sya-tabs .tab.step-5 .tab-content {
  width: 100%;
  margin-bottom: 30px;
}
.sya-form .sya-tabs .tab.step-5 .tab-content label {
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
}
.sya-form .sya-tabs .tab.step-5 .tab-content .content-section {
  justify-content: space-between;
}
.sya-form .sya-tabs .tab.step-5 .tab-content .content-section.content-1 {
  margin-bottom: 20px;
}
.sya-form .sya-tabs .tab.step-5 .tab-content .content-section.content-1 .flex-column {
  width: 30%;
}
.sya-form .sya-tabs .tab.step-5 .tab-content .content-section.content-2 .flex-column {
  width: 30%;
}
.sya-form .sya-tabs .tab.step-5 .tab-content .content-section.content-2 .flex-column:last-child {
  width: 60%;
}
.sya-form .sya-tabs .tab.step-5 .tab-content .separationItem {
  padding-top: 20px;
  border-top: 2px solid #1C9AD8;
  margin-top: 20px;
}
.sya-form .sya-tabs .tab .tab-title {
  font-size: 28px;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  margin-bottom: 35px;
}
.sya-form .sya-tabs .tab .history-btns {
  justify-content: space-evenly;
  width: 100%;
}
.sya-form .sya-tabs .tab .history-btns a {
  color: #141515;
  border: 2px solid #141515;
  border-radius: 0;
  font-size: 22px;
  width: 45%;
}
.sya-form .sya-tabs .sya-btn {
  margin-top: 60px;
  font-size: 20px;
  text-align: center;
}
.sya-form .sya-tabs .sya-btn .btn {
  border: 2px solid #1C9AD8;
  border-radius: 0;
  color: #1C9AD8;
  font-size: 22px;
  background-color: #FFF;
}
.sya-form .sya-tabs .sya-btn input {
  background-color: white;
}
.educational-history .educational-history-item > div {
  flex-wrap: wrap;
}
.educational-history .educational-history-item > div .field {
  width: 100%;
  flex: 1 0 100%;
  padding: 10px;
}
@media (min-width: 768px) {
  .educational-history .educational-history-item > div .field {
    width: 50%;
    flex: 1 0 50%;
  }
}
@media (min-width: 1200px) {
  .educational-history .educational-history-item > div .field {
    width: 33%;
    flex: 1 0 33%;
  }
}
.sya-btn2 {
  font-size: 20px;
}
.sya-btn2 .btn {
  border: 1px solid var(--bs-body-color);
  border-radius: 0;
  color: var(--bs-body-color);
  font-size: 18px;
}
.admin-content .sya-form {
  width: 100%;
}
.hide-dropdown-image {
  background-image: none;
}
.jobLinks {
  /*width: 20%;*/
}
.jobLinks u {
  text-decoration: none;
}
.jobLinks a {
  color: #1C9AD8;
  font-style: normal !important;
  font-variant: normal !important;
  font-weight: bold !important;
  text-decoration: none;
}
.jobLinks .doc-links {
  margin-bottom: 10px;
}
.view-current {
  color: #1C9AD8;
  text-decoration: none;
}
#BucketApplicationList tr.notes {
  background: #f0f0f0;
}
@media (max-width: 768px) {
  .hide-on-mobile {
    display: none !important;
  }
}
#contact-us-ribbon {
  background-color: #1C9AD8 !important;
}
#contact-us-ribbon:hover {
  background-color: #707070 !important;
}