
.inner-contactBanner__leftWrapper .img-wrapper {
    display: none;
}

.inner-contactBanner__leftWrapper .content-wrapper {
    position: absolute;
    right: auto;
    top: 25%;
    max-width: 100%;
    left: 10%;
}

.image-patch {
    width: 20%;
}

.culture-contact {
    height: 10em;
}

.culture-contact .culture-building__leftWrapper .img-wrapper {
    height: 10em;
}

.icon-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
  
.icon-item {
    width: 245px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-right: 1px solid #5c5c5d;
    box-sizing: border-box;
    padding-right: 10px;
}
  .icon-item:last-child {
    border: none;
  }
  
  .icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #0341dd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  
  .icon img {
    max-width: 40px;
    height: auto;
  }
  
  .text {
    flex: 1;
    color: #fff;
  }

  .text span {
    color: #4070ff;
}

  h2.gradient {
    background: linear-gradient(90deg, #0341dd, #8d96de);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    margin-bottom: 20px;
    font-size: 52px;
}
.inner-contactBanner h1.h1 {
    margin-bottom: 10px;
}

.contact-tabs {
    margin-top: 40px;
}

p.type-label {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
}

.contact-tabs li:first-child {
    background: #0c1ccc;
    transition: all .3s ease-in-out;
    border: solid 1px #0c1ccc;
}

.contact-tabs li {
    border: 1px solid #0c1ccc;
}
.getIn-touch__form-wrapper p {
    color: #fff;
}

.getIn-touch__form-wrapper .h4 {
    /* margin-bottom: 20px; */
}

.privacy-secure {
    display: flex;
    align-items: center;
    width: 40%;
    color: #fff;
    gap: 10px;
}

.anchor-wrapper {
    justify-content: space-between;
}

p.h5 {
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    font-size: 20px !important;
}

.contact-info a {
    color: #54cafb !important;
}

p.reply_text {
    color: #cccccc !important;
    font-size: 16px;
    margin-top: 10px !important;
}
.contact-info h4.sm-font {
    font-size: 1.5em !important;
}

.office-list {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

/* .wrap{
    flex-wrap: wrap;
} */
.contact-info.offices-wrap {
    margin-bottom: 0;
}
.office-list {
    display: flex;
    gap: 20px;
    margin: 20px 0;
    width: 100%;
}

.office-item {
    border: solid 1px #ffffff3b;
    border-radius: 10px;
    flex: 1;
    padding: 20px;
    color: #fff;
}

.office-icon img {
    max-width: 65px;
}

.office-icon {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

h5.office_title {
    font-size: 18px;
}

p.office_address {
    color: #cccccc !important;
    font-size: 16px;
    margin-top: 10px !important;
    margin-bottom: 0;
}

.getIn-touch__form-wrapper * {
    font-family: 'Mulish';
}

.contact-infoWrapper .contact-info {
    margin-bottom: 2em;
}
.getIn-touch__form-wrapper .form-row {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {

.inner-contactBanner__leftWrapper .content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

}

@media (max-width: 1199.98px) {
    .inner-contactBanner {
        height: 50em;
    }
}

@media (max-width: 991.98px) {
    h2.gradient {
        font-size: 1.75em;
    }

    .inner-contactBanner {
        height: 45em;
    }

}

@media (max-width: 767px) {

    .privacy-secure {
        width: 100%;
        margin-top: 20px;
    }

    .office-list {
        flex-direction: column;
    }

    .inner-contactBanner .right-patch {
        display: none;
    }

    .inner-contactBanner__leftWrapper .content-wrapper {
        top: 10%;
    }
    .icon-list {
        flex-direction: column;
    }
    .icon-item {
        width: 100%;
        border-right: none;
    }
} 



/* HOME */
.home-hero__right-wrapper .h1 {
    font-size: 60px;
}

.total-vacants__listWrapper ul li {
    font-size: 4em;
    width: 25%;
}

a.anchor-arrow.primary {
    background: linear-gradient(263deg, #ab4314 2.77%, #1349bc 49.72%, #1144af 73.41%);
    padding: 10px;
}
a.anchor-arrow.secondary {
    border: solid 1px;
    padding: 10px;
}

a.anchor-arrow.secondary span {
    color: #000000;
}

.anchor-wrapper.buttons {
    justify-content: start;
    gap: 20px;
}

@media (min-width: 1200px) {
    .above-beyond__top-wrapper {
        max-width: 80%;
    }
}

section.grg-scale {
    background: #000;
}

.scale-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -.9375em;
    flex-direction: column;
}

.scale-row  .anchor-wrapper {
    justify-content: center;
}

.faq-item .answer {
    display: none;
}

.faq-item h4:after {
    content: "+";
    position: absolute;
    right: 0;
}


.faq-item h4.open:after {
    content: "-";
}

.faq-item h4 {
    border-bottom: solid 1px #ccc;
    cursor: pointer;
    padding-bottom: 20px;
    position: relative;
}

section.grg-leadership {
    background: #000;
}

section.grg-bottom-cta {
    background: #000;
}

.home-hero__left-wrapper .patch-home {
    width: 85%;
}

.home-hero__left-wrapper .base-img {
    width: 80%;
}

.home-hero__right-wrapper {
    max-width: 40%;
}

a.anchor-arrow.secondary span:before {
    background: none !important;
}

@media (max-width: 991.98px) {
    .total-vacants__listWrapper ul li {
        font-size: 2em;
    }

    .home-hero__right-wrapper .h1{
        font-size: 2.875em;
    }
}

@media (max-width: 575.98px) {
    .total-vacants__listWrapper ul li {
        font-size: 1.2em;
    }
    .total-vacants__listWrapper ul li .content {
        font-size: .5em;
    }
}

@media (max-width: 1199.98px) {
    .home-hero__heroRow {
        padding-bottom: 40px;
    }
    .home-hero__left-wrapper .patch-home {
        width: 70%;
    }
    
    .home-hero__left-wrapper .base-img {
        width: 60%;
    }
    .home-hero__right-wrapper {
        max-width: 60%;
    }
}


@media (max-width: 991.98px) {
    .home-hero__right-wrapper {
        max-width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1400px){

    .home-hero .home-hero__right-wrapper .h1 {
        font-size: 46px;
    }
}