.site-container {
    position: relative;
}
/* .site-header {
    position: absolute;
    top: 0!important;
    width: 100%;
    z-index: 2;
} */
.transparent-header .site-header {
    background-color: transparent;
}
.transparent-header .site-header:before {
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,0));
    width: 100%;
    height: 100%;
    z-index: -1;
}
.booking_form .request_a_quote_wrapper {
    margin: 0;
}
.booking_form .request_a_quote_wrapper form .gform_body .gform_fields {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.booking_form .request_a_quote_wrapper form .gform_body .gform_fields .gfield {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    position: relative;
}
@media only screen and (min-width: 1024px) {
    .booking_form .request_a_quote_wrapper form .gform_body .gform_fields .gfield.two-column {
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        max-width: 50%;
    }
    .booking_form .request_a_quote_wrapper form .gform_body .gform_fields .gfield.three-column {
        flex: 0 0 33.3333333%;
        -ms-flex: 0 0 33.3333333%;
        max-width: 33.3333333%;
    }
}
.booking_form .request_a_quote_wrapper form .gform_body .gform_fields .gfield .gfield_label {
    display: none;
}
.booking_form .request_a_quote_wrapper form .gform_body .gform_fields .gfield select {
    height: 48px;
    padding: 0;
    width: 100%;
    padding-left: 15px;
    text-align: center;
    padding-right: 15px;
    border-radius: 5px;
    font-size: 18px;
    color: #282d47;
    font-weight: 400;
    font-family: 'ProximaNova', sans-serif;
    margin-top: 0;
    background: #fafafa;

}
.booking_form .request_a_quote_wrapper form .gform_body .gform_fields .gfield select,
.booking_form .request_a_quote_wrapper form .gform_body .gform_fields .gfield input {
    border: none;
    border-radius: 24px!important;
}

.teams-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.teams-group-space-around {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.teams-group-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.teams-group-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.teams-group-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.teams-row .team-column,
.teams-row .team-section,
.teams-row .team-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
}
.teams-row .team-column {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
@media only screen and (min-width: 768px) {
    .teams-row .team-column {
        max-width: 30%;
        flex: 0 0 30%;
        -ms-flex: 0 0 30%;
    }
}
.teams-row .team-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.team-section .team-wrap-full {
    background-image: url(/wp-content/uploads/2020/08/border-top-left.png), url(/wp-content/uploads/2020/08/border-top-right.png), url(/wp-content/uploads/2020/08/border-bottom-left.png), url(/wp-content/uploads/2020/08/border-bottom-right.png);
    background-position: top left, top right, bottom left, bottom right;
    background-size: 30%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    padding: 20px;
    border: 4px solid #fff;
    position: relative;
}
.team-section .team-wrap-half {
    background-image: url(/wp-content/uploads/2020/08/border-top-left.png), url(/wp-content/uploads/2020/08/border-top-right.png);
    background-position: top left, top right;
    background-size: 30%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    padding: 20px;
    border: 4px solid #fff;
    position: relative;
}
.team-section .team-wrap-full:after,
.team-section .team-wrap-full:before {
    content: '';
    width: 30%;
    height: 6px;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-color: #e89974;
    position: absolute;
    left: 50%;
}
.team-section .team-wrap-half:before {
    content: '';
    width: 30%;
    height: 6px;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background-color: #e89974;
    position: absolute;
    left: 50%;
}
.team-section .team-wrap-full:before,
.team-section .team-wrap-half:before {
    top: 0px;
}
.team-section .team-wrap-full:after {
    bottom: 0px;
}
.team-section .team-wrap-inner {
    text-align: center;
}
.team-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.team-info .team-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.team-info p {
    color: #fff;
    margin-bottom: 0;
}
.team-info p.team-name {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
}
.team-info p.team-position {
    max-width: 75%;
}
.team-column img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.team-column:hover img {
    -webkit-filter: none;
    filter: none;
}
@media only screen and (max-width: 767px) {
    .teams-row .team-column {
        margin-bottom: 1.5em;
    }
    .teams-row .team-column:last-child {
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 768px) {
    .meet_the_teams .teams-row .team-column {
        max-width: 25%;
    }
}
.meet_the_teams .teams-row .team-column .team-info-wrap .team-name {
    font-size: 16px;
}
.meet_the_teams .teams-row .team-column .team-info-wrap .team-position {
    font-size: 14px;
}
.meet_the_teams .teams-row .team-column .team-info-wrap .team-position {
    max-width: 100%;
}
@media only screen and (max-width: 767px) {
    .teams-row .team-column, 
    .teams-row .team-section, 
    .teams-row .team-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .team-section .team-wrap {
        width: 100%;
        max-width: 300px;
    }
}