/*!*/.JobsSearch__form, .map__default {
    transition: all 0.4s ease-in-out;
}
.title {
    font-size: 1.5rem;
    font-weight: normal;
}
@media (min-width: 576px) {
    .title {
    font-size: 1.71429rem;
}
}@media (min-width: 768px) {
    .title {
    font-size: 2.57143rem;
}
}.btn-1 {
    background-color: #f36c21;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 8px 10px;
}
@media (min-width: 576px) {
    .btn-1 {
    padding: 10px 20px;
}
}.btn-1:hover {
    background-color: #cc5919;
    color: #fff;
}
.modal-header .close:hover, .modal-header .close:active, .modal-header .close:focus {
    background-color: transparent;
    opacity: .6;
}
.tooltip {
    z-index: 2;
}
.video-block {
    background-color: #fff;
    padding: 1.875rem 0;
    text-align: center;
    margin-top: 4%;
}
@media (min-width: 576px) {
    .video-block {
    padding: 2.85714rem 0;
}
}.video-block .title {
    margin-bottom: .3125rem;
}
.video-block .content {
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}
@media (min-width: 576px) {
    .video-block .content .rectangle {
    background-color: #FFFFFF;
    bottom: 0;
    height: 74px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
}@media (min-width: 768px) {
    .video-block .content .rectangle {
    height: 111px;
}
}.video-block .content iframe {
    border: 0;
    height: 200px;
    width: 100%}
@media (min-width: 576px) {
    .video-block .content iframe {
    height: 240px;
    max-width: 446px;
}
}@media (min-width: 768px) {
    .video-block .content iframe {
    height: 300px;
    max-width: 596px;
}
}@media (min-width: 992px) {
    .video-block .content iframe {
    height: 350px;
    max-width: 629px;
}
}.opportunities-block {
    background-color: #f6f8f8;
    padding: 30px 0;
    text-align: center;
}
@media (min-width: 992px) {
    .opportunities-block {
    font-size: 2.57143rem;
}
}.opportunities-block .title {
    margin-bottom: 0;
}
.opportunities-block .item {
    margin-top: 16px;
    position: relative;
}
@media (min-width: 992px) {
    .opportunities-block .item img {
    width: 100%}
}.opportunities-block .item a {
    box-shadow: 0 2px 3px 0 rgba(41, 70, 97, 0.1);
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
}
.opportunities-block .item a:hover {
    box-shadow: 0 0 2px rgba(41, 70, 97, 0.1), 0 2px 3px rgba(41, 70, 97, 0.1), 0 7px 9px rgba(41, 70, 97, 0.1);
}
.opportunities-block .item .description {
    background-color: #fff;
    font-size: 1rem;
    left: 50%;
    max-width: 140px;
    padding: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,  -50%);
    transform: translate(-50%,  -50%);
    width: 100%}
.opportunities-block .item .address {
    background-color: #fff;
    font-size: 1rem;
    padding: 10px;
    width: 100%;
}
.opportunities-block .item .address span {
    padding-top: 10px;
    display: inline-block;
}
@media (min-width: 576px){
    .opportunities-block .item .address {
        height: 120px;
    }
}
@media (min-width: 768px) {
    .opportunities-block .item .address {
        height: 95px;
    }
@media (min-width: 992px) {
    .opportunities-block .item .address {
        height: 85px;
    }
}
@media (min-width: 576px) {
    .opportunities-block .item .description {
    font-size: 1rem;
}
}@media (min-width: 768px) {
    .opportunities-block .item .description {
    font-size: 1.28571rem;
    max-width: 160px;
}
}@media (min-width: 992px) {
    .opportunities-block .item .description {
    font-size: 1.28571rem;
    max-width: 170px;
}
}.opportunities-block .item .description b {
    display: block;
    line-height: 1;
}
.opportunities-block .item .address b {
    display: block;
    line-height: 1;
}
.join-our-family-block {
    background-color: #142d42;
    color: #fff;
    padding: 25px 35px;
    text-align: center;
}
@media (min-width: 992px) {
    .join-our-family-block p {
    font-size: 1.28571rem;
}
.join-our-family-block .content {
    margin: 0 auto;
    max-width: 660px;
}
}.join-our-family-block .btn-1 {
    font-weight: bold;
}
.connect-with-us-block {
    padding: 40px 0;
    text-align: center;
}
.connect-with-us-block a {
    display: block;
    margin-top: 20px;
}
.connect-with-us-block a:hover {
    color: #4a4a4a;
    opacity: .6;
}
.connect-with-us-block a i {
    display: block;
    font-size: 45px;
    margin-bottom: 10px;
}
.connect-with-us-block a .fa-facebook-f, .connect-with-us-block a .fa-linkedin-in {
    color: #1c5eaa;
}
.connect-with-us-block a .fa-instagram {
    background: -webkit-gradient(left top,  right bottom,  color-stop(0%,  #ee0979),  color-stop(0%,  #ee0978),  color-stop(100%,  #ff6a00));
    background: linear-gradient(135deg,  #ee0979 0%,  #ee0978 0%,  #ff6a00 100%);
    -webkit-background-clip: text;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee0979',  endColorstr='#ff6a00',  GradientType=1 );
    -webkit-text-fill-color: transparent;
}
.connect-with-us-block a .fa-youtube {
    color: #d0021b;
}
.JobsSearch__form {
    opacity: 0;
    padding: 30px 0 12px 0;
}
@media (max-width: 767px) and (min-width: 576px) {
    .JobsSearch__form {
    font-size: 85%}
}.JobsSearch__form.show {
    opacity: 1;
    border-radius: 3px;
    margin: 0 auto;
}
.JobsSearch__form .row {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 8px;
}
.JobsSearch__form .dropdown-item {
    padding: .3125rem .9375rem;
}
@media (min-width: 576px) {
    .JobsSearch__form .dropdown-item {
    padding: .9375rem;
}
}.JobsSearch__form .dropdown-item:hover, .JobsSearch__form .dropdown-item:focus, .JobsSearch__form .dropdown-item:active {
    background-color: #f2f6f7;
}
.JobsSearch__form button[type="submit"] {
    background-color: #f36c21;
    border: 0;
    color: #fff;
    font-weight: normal;
    padding: .625rem 1.25rem;
    font-size: 14.5px;
}
@media (min-width: 576px) {
    .JobsSearch__form button[type="submit"] {
    width: 100%}
}.JobsSearch__form button[type="submit"]:hover, .JobsSearch__form button[type="submit"]:active, .JobsSearch__form button[type="submit"]:focus {
    background-color: #cc5919;
}
.JobsSearch__form .form-control {
    background-color: #fff;
    border: none;
    border-radius: 3px;
    height: auto;
    overflow: hidden;
    padding: .625rem 1.625rem .625rem .625rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
@media (min-width: 768px) {
    .JobsSearch__form .form-control {
    padding: .625rem 1.625rem .625rem 1.25rem;
}
}.JobsSearch__form .form-control:focus, .JobsSearch__form .form-control:hover, .JobsSearch__form .form-control:active {
    box-shadow: none;
}
.JobsSearch__form .rbt.has-aux .form-control {
    background-image: none;
}
.JobsSearch__form .rbt-aux .rbt-close {
    margin-top: 0;
}
.JobsSearch__location {
    margin: .625rem 0;
}
.JobsSearch__location .rbt-token-removeable {
    padding: 0;
}
.JobsSearch__location .rbt-token-removeable .rbt-close {
    display: none;
}
.JobsSearch__location .rbt-token {
    background: none;
}
.JobsSearch__location .rbt.has-aux .form-control {
    background-image: url(../images/arrow.svg);
}
.JobsSearch__location .rbt-aux {
    left: 0;
    width: 100%;
    z-index: 99;
}
.bground{
    z-index: 0 !important;
}
.JobsSearch__location .rbt-aux button {
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 100%}
.JobsSearch__location .detect__location {
    background: #fff;
    z-index: 2;
}
.JobsSearch__location .detect__location.is-update {
    display: none;
}
.JobsSearch__location .detect__location:not(.is-update) {
    color: #000;
    height: 100%;
    left: 0;
    padding: 8px 17px;
    position: absolute;
    right: 15px;
    top: 0;
}
.JobsSearch__location .detect__location:not(.is-update)+.rbt-token {
    font-size: 0;
    opacity: 0;
}
.JobsSearch__location .focus .detect__location {
    display: none;
}
.JobsSearch__field {
    text-align: center;
}
.JobsSearch__keyword .rbt-input-multi {
    background-image: none;
}
.JobsSearch__keyword .close:focus, .JobsSearch__keyword .close:hover, .JobsSearch__keyword .close:active {
    background-color: transparent;
}
.loading {
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: opacity 3s ease-in-out;
    z-index: 9999;
}
.loading.loaded {
    opacity: 0;
    z-index: 0;
}
.lds-ripple {
    display: inline-block;
    height: 64px;
    position: relative;
    width: 64px;
}
.lds-ripple div {
    -webkit-animation: lds-ripple 1s cubic-bezier(0,  0.2,  0.8,  1) infinite;
    animation: lds-ripple 1s cubic-bezier(0,  0.2,  0.8,  1) infinite;
    border: 4px solid #cacaca;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
}
.lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
@-webkit-keyframes lds-ripple {
    0% {
    height: 0;
    left: 28px;
    opacity: 1;
    top: 28px;
    width: 0;
}
100% {
    height: 58px;
    left: -1px;
    opacity: 0;
    top: -1px;
    width: 58px;
}
}@keyframes lds-ripple {
    0% {
    height: 0;
    left: 28px;
    opacity: 1;
    top: 28px;
    width: 0;
}
100% {
    height: 58px;
    left: -1px;
    opacity: 0;
    top: -1px;
    width: 58px;
}
}.JobsSearch {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 1.875rem;
    padding-top: 40px;
    position: relative;
    margin-top: -15%;
}
@media (min-width: 576px) {
    .JobsSearch {
    padding-bottom: 15px;
}
@media screen and (max-width: 1280px) {
    .JobsSearch {
        padding-top: 0px;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1281px) {
    .JobsSearch {
        padding-top: 10px;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .JobsSearch {
        padding-top: 0px;
        margin-top: -165px;
    }
}
}.JobsSearch__text {
    color: #fff;
    text-align: center;
}
.JobsSearch__text .row {
    -ms-flex-pack: center;
    justify-content: center;
}
.JobsSearch__text h1 {
    font-size: 2.25rem;
    font-weight: 400;
}
@media (min-width: 768px) {
    .JobsSearch__text h1 {
    font-size: 3.42857rem;
}
}@media (min-width: 1200px) {
    .JobsSearch__text h1 {
    font-size: 4.57143rem;
}
}.JobsSearch__text p {
    font-size: .875rem;
    margin: 0;
}
@media (max-width: 575px) {
    .JobsSearch__text p {
    display: none;
}
}@media (min-width: 768px) {
    .JobsSearch__text p {
    font-size: 1.28571rem;
}
}@media (min-width: 1200px) {
    .JobsSearch__text p {
    font-size: 1.71429rem;
}
}/*!*/.offices {
    padding: 1.42857rem 0;
}
@media (min-width: 576px) {
    .offices {
    padding: 2.85714rem 0;
}
}@media (max-width: 575px) {
    .offices .content .row {
    height: 350px;
    overflow: auto;
}
.offices .content .row::-webkit-scrollbar {
    width: .4375rem;
}
.offices .content .row::-webkit-scrollbar-track {
    background: #cacaca;
}
.offices .content .row::-webkit-scrollbar-thumb {
    background: #f36c21;
}
}.offices [class*="col-"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (min-width: 576px) {
    .offices [class*="col-"]:first-child {
    -ms-flex-order: 1;
    order: 1;
}
}.offices .title {
    text-align: center;
}
@media (min-width: 576px) {
    .offices .title {
    margin-bottom: 2.85714rem;
}
}.offices .content {
    position: relative;
}
@media (min-width: 992px) {
    .offices .content {
    padding: 1.42857rem 0;
}
}@media (min-width: 576px) {
    .offices__block address {
    font-size: .71429rem;
}
}@media (min-width: 768px) {
    .offices__block address {
    margin-bottom: 1.875rem;
}
}.offices__block address a {
    display: block;
}
.offices__block address strong {
    font-weight: bold;
}
@media (min-width: 576px) {
    .offices__block address strong {
    font-size: .78571rem;
}
}.offices__block address abbr {
    color: #f36c21;
    display: inline-block;
    margin-top: .1875rem;
}
.offices__block address abbr::after {
    border-bottom: 1px dotted #f36c21;
    content: "";
    display: block;
}
@media (min-width: 576px) {
    .offices__block:last-child address {
    margin: 0;
}
}.map {
    bottom: 0;
    left: 0;
    top: 0;
    width: 100%}
@media (min-width: 576px) {
    .map {
    position: absolute;
}
}@media (min-width: 992px) {
    .map {
    left: 2.14286rem;
    width: 83%}
}.map svg {
    width: 100%}
@media (min-width: 992px) {
    .map svg {
    height: 100%;
    position: absolute;
}
}.map__default {
    fill: #939598;
    opacity: 0.4;
}
.map__default.active {
    fill: #f36c21;
    opacity: 1;
}
.map__main {
    fill: #939598;
    opacity: 0.4;
}
.modal__wrap .modal-body {
    padding: 0;
}
.modal-content {
    height: 100%}
.map-img {
    display: block;
    margin: auto;
}
@media (max-width: 767px){
    .JobsSearch {
        background-image: url(../images/homepage/search.png);
        position: unset;
    }
    .JobsSearch__slogan {
        position: unset;
        font-size: 14px;
    }
    .JobsSearch__form {
        padding: 6rem 0;
    }
    .visible-xs {
        display: block !important;
    }
}
.JobsSearch__slogan {
    position: absolute;
    color: #f36b21;
    font-size: 17px;
    text-align: left;
    font-weight: bold;
    line-height: 1.8;
    padding: 7px 0 0 5%;
}
@media screen and (max-width: 1440px) {
    .JobsSearch__slogan {
        padding-left:  6.5%;
    }
}
@media screen and (max-width: 1280px) {
    .JobsSearch__slogan {
        padding-left:  7.5%;
    }
}
@media screen and (max-width: 576px) {
    .JobsSearch__slogan {
        padding-left:  0;
    }
}
.JobsSearch_background {
    display: inline-block;
    height: 113px;
    background-color: white;
    width: 90.5%;
    margin: -114px auto 0 auto;
    border-radius: 3px;
}
@media screen and (max-width: 767px){
    .JobsSearch_background {
        display: none;
    }
}
.visible-xs {
    display: none;
}
@media screen and (max-width: 1024px){
    .video-block {
        margin-top: -4%;
    }
}
@media screen and (max-width: 575px){
  .JobsSearch__form {
    padding: 6.5rem 0 5.5rem;
  }
  .JobsSearch {
      margin-top: 0px;
  }
  .JobsSearch__form .row {
      margin-top: 0px;
  }
  .JobsSearch__field .btn {
      width: 100%;
  }
  .JobsSearch__slogan {
      text-align: center;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.4;
      letter-spacing: normal;
      padding-top: 25px;
      color: #ffffff;
      margin-top: 50px;
      width: 93%;
      margin: auto;
  }
  .JobsSearch__slogan .text_mobile_1 {
    font-size: 26px;
    font-weight: 300;
  }
  .JobsSearch__slogan .text_mobile_2 {
      font-size: 20px;
      font-weight: bold;
  }
}
@media screen and (max-width: 450px) {
    .JobsSearch {
        margin-top: 0px;
    }
    .JobsSearch__form .row {
        margin-top: 0px;
    }
    .JobsSearch__field .btn {
        width: 100%;
    }
    .JobsSearch__slogan {
        text-align: center;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: normal;
        color: #ffffff;
        margin-top: 18px;
        width: 95%;
    }
    .JobsSearch__slogan .text_mobile_1 {
        font-size: 23px;
        font-weight: 300;
    }
    .JobsSearch__slogan .text_mobile_2 {
        font-size: 16px;
        font-weight: bold;
    }
}
@media screen and (max-width: 375px) {
    .JobsSearch__slogan .text_mobile_1 {
        font-size: 21px;
        font-weight: 300;
    }
    .JobsSearch__slogan .text_mobile_2 {
        font-size: 15px;
        font-weight: bold;
    }
}
@media screen and (max-width: 340px) {
    .JobsSearch__slogan .text_mobile_2 {
        font-size: 13px;
        font-weight: bold;
    }
}
/*# sourceMappingURL=homepage.css.map*/
