.KJxUf {
    box-sizing: border-box;
    min-width: 0px;
    width: auto;
    padding: 32px 0px 24px;
}

@media screen and (min-width: 768px) {
    .KJxUf {
        width: fit-content;
        padding: 17px 0px 30px;
    }
}

.gxyKDo {
    box-sizing: border-box;
    margin: 0px;
    min-width: 0px;
    display: flex;
}

.wtuCK {
    text-align: center;
    color: rgb(44, 44, 44);
    padding: 2px 0px;
    font-weight: bold;
    letter-spacing: 0.17px;
    overflow: hidden;
    border-right: 0.15em solid rgb(83 144 214);
    white-space: nowrap;
    animation: 3.5s steps(40) 0s 1 normal none running typing, 0.75s step-end 0s infinite normal none running blink-caret;
}

@keyframes typing {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

@keyframes blink-caret {
    from, to {
        border-color: transparent;
    }
    50% {
        border-color: rgb(83 144 214);
    }
}

.w-popup-box {
  position: fixed;
  z-index: 9999;
  top: 0; left: 0; width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex; justify-content: center; align-items: center;
}

.w-popup-box-content {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    max-width: 800px;
    width: 100%;
    height: 430px;
    position: relative;
}

.w-popup-box-content .wpcf7 form .wpcf7-response-output {
    margin: 0;
}

ul#menu-main li a{
    display: block;
    padding: .4rem .6rem;
    font-size: 0.9rem !important;
    letter-spacing: -0.02em !important;
}

.w-nav-arrow:before {
    content: '\f107';
    vertical-align: top;
    font-family: fontawesome;
    font-weight: 400;
}

.w-nav.type_desktop .w-nav-anchor.level_1 .w-nav-arrow:before {
    font-size: 1.3em;
    margin-left: 0.4em;
}

.w-nav-arrow{
    display: unset;
}

.w-nav.type_desktop .level_1:not(.with-icon) .w-nav-title:after, .w-nav.type_desktop .level_1:not(.with-icon) .w-nav-title:before {
    background: #5190d5 !important;
    content: "";
    display: block;
    height: 10px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    bottom: 5rem;
    -webkit-transition: .2s ease all;
    -o-transition: .2s ease all;
    transition: .2s ease all;
    width: 40px;
    z-index: -1;
}

.w-nav.type_desktop .level_1:not(.with-icon) .w-nav-title:before {
    left: calc(50% - 30px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.w-nav.type_desktop .level_1:not(.with-icon) .menu-item:hover .w-nav-title:after, .w-nav.type_desktop .level_1:not(.with-icon) .menu-item::hover .w-nav-title:before {
    bottom: 2rem;
    opacity: 1;
}

.w-nav.type_desktop .menu-item-has-children>.w-nav-anchor:not(.level_1) .w-nav-arrow {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 2em;
    width: 2em;
}

.contact-form p {
    margin: unset;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
}

.contact-form span.required{
    color: #c02b0a;
    display: inline-block;
    font-size: 13.008px;
    padding-inline-start: 0.125em;
    font-style: italic;
    font-weight: 400;
}

.contact-form textarea {
    height: unset;
}

.contact-form {
    font-size: 16px;
    font-weight: 700;
}

.sidebar-wrapper .w-iconbox .w-iconbox-title:not(:empty) {
    margin-bottom: 0.25rem !important;
}

.w-tabs-section-content-offices .sidebar-wrapper {
    margin-bottom: 3rem;
}

.consulting-rfc label {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
}

.consulting-rfc textarea {
    height: unset;
}

.consulting-rfc {
    font-size: 16px;
    font-weight: 700;
}

.consulting-rfc span.required{
    color: #c02b0a;
    display: inline-block;
    font-size: 13.008px;
    padding-inline-start: 0.125em;
    font-style: italic;
    font-weight: 400;
}

.w-tabs-section-content-offices .w-iconbox-title {
    font-size: 1.1rem;
}

.in-house-rfp label {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
}

.in-house-rfp textarea {
    height: unset;
}

.in-house-rfp span.required{
    color: #c02b0a;
    display: inline-block;
    font-size: 13.008px;
    padding-inline-start: 0.125em;
    font-style: italic;
    font-weight: 400;
}

select.hidden-option {
  display: none;
}

.in-house-rfp select#course_display {
    margin-top: 0.4rem;
}

.in-house-rfp span.wpcf7-form-control-wrap input#course {
    display: none;
}

.in-house-rfp {
    font-size: 16px;
    font-weight: 700;
}

@media(max-width:1380px) {
    #us_grid_1 .w-grid-item {
        width: 33.3333%
    }

    #us_grid_1 .w-grid-item.size_2x1,
    #us_grid_1 .w-grid-item.size_2x2 {
        width: 66.6667%
    }
}

@media(max-width:1024px) {
    #us_grid_1 .w-grid-item {
        width: 50%
    }

    #us_grid_1 .w-grid-item.size_2x1,
    #us_grid_1 .w-grid-item.size_2x2 {
        width: 100%
    }
}

@media(max-width:600px) {
    #us_grid_1 .w-grid-list {
        margin: 0
    }

    #us_grid_1 .w-grid-item {
        width: 100%;
        padding: 0;
        margin-bottom: var(--gap, 0px)
    }
}

.layout_999 .w-grid-item-h:before {
    padding-bottom: 133.3333%
}

@media(min-width:601px) {
    .layout_999 .w-grid-item.size_1x2 .w-grid-item-h:before {
        padding-bottom: calc(266.6667% + var(--gap, 0px) * 2)
    }

    .layout_999 .w-grid-item.size_2x1 .w-grid-item-h:before {
        padding-bottom: calc(66.6667% - var(--gap, 0px) * 1.3333)
    }

    .layout_999 .w-grid-item.size_2x2 .w-grid-item-h:before {
        padding-bottom: calc(133.3333% - var(--gap, 0px) * 0.6666)
    }
}

.layout_999 .w-grid-item-h {
    background: #ffffff;
    border-radius: 0.2rem;
    box-shadow: 0 0rem 0rem rgba(0, 0, 0, 0.1), 0 0rem 0rem rgba(0, 0, 0, 0.1);
    transition-duration: 0.3s
}

.no-touch .layout_999 .w-grid-item-h:hover {
    box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.1), 0 0.33rem 1rem rgba(0, 0, 0, 0.15);
    z-index: 4
}

.layout_999 .usg_post_image_1 {
    transition-duration: 1s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, 0%)
}

.layout_999 .w-grid-item-h:hover .usg_post_image_1 {
    transform: scale(1.1) translate(0%, 0%);
    opacity: 0.4
}

.layout_999 .usg_post_title_1 {
    transition-duration: 1s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, -50%);
    opacity: 0
}

.layout_999 .w-grid-item-h:hover .usg_post_title_1 {
    transform: scale(1) translate(0%, 0%);
    opacity: 1
}

.layout_999 .usg_post_title_2 {
    transition-duration: 1s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, 0%)
}

.layout_999 .w-grid-item-h:hover .usg_post_title_2 {
    transform: scale(1) translate(0%, 50%);
    opacity: 0
}

.layout_999 .usg_vwrapper_2 {
    transition-duration: 0.5s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, 0%)
}

.layout_999 .w-grid-item-h:hover .usg_vwrapper_2 {
    transform: scale(1) translate(0%, 0%);
    opacity: 0
}

.layout_999 .usg_post_custom_field_1 {
    transition-duration: 1s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, 0%)
}

.layout_999 .w-grid-item-h:hover .usg_post_custom_field_1 {
    transform: scale(1) translate(0%, 50%);
    opacity: 0
}

.layout_999 .usg_post_custom_field_2 {
    transition-duration: 1s;
    transform-origin: 50% 50%;
    transform: scale(1) translate(0%, -50%);
    opacity: 0
}

.layout_999 .w-grid-item-h:hover .usg_post_custom_field_2 {
    transform: scale(1) translate(0%, 0%);
    opacity: 1
}

.layout_999 .usg_post_image_1 {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important
}

.layout_999 .usg_vwrapper_1 {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    padding: 4rem !important
}

.layout_999 .usg_post_title_1 {
    color: var(--color-alt-content-heading) !important;
    font-size: 1.2rem !important
}

.layout_999 .usg_post_title_2 {
    color: #ffffff !important;
    font-size: 1.2rem !important
}

.layout_999 .usg_vwrapper_2 {
    color: #ffffff !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    padding: 2rem !important;
    background: linear-gradient(180deg, rgba(26, 27, 28, 0), rgba(26, 27, 28, 0), rgba(26, 27, 28, 0.70)) !important
}

.layout_999 .usg_post_custom_field_1 {
    color: var(--color-alt-content-faded) !important;
    font-size: 0.8rem !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important
}

.layout_999 .usg_post_custom_field_2 {
    color: var(--color-alt-content-primary) !important;
    font-size: 0.8rem !important;
    line-height: 1.1 !important;
    text-transform: uppercase !important
}

.team-popup-content {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding: 2rem;
    max-width: 900px;
    margin: 0 auto;
    font-family: "Open Sans", sans-serif;
}
.team-popup-img img {
    max-width: 250px;
    height: auto;
    border-radius: 8px;
}
.team-popup-details {
    flex: 1;
}
.team-popup-details h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}