.c-contact-card {
    margin-bottom: 30px;
}

.c-contact-card--float {
    margin-bottom: 0;
    margin-left: 10px;
}

.c-contact-card__title {
    font-size: 1.45rem;
    line-height: 2.125rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: #215e7f;
}

.c-contact-card__properties > * {
    display: inline;
}

.c-contact-card__key {
    font-size: 1.075rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-right: 5px;
    color: #e94a4f;
    font-style: italic;
}

.c-contact-card__val {
    font-size: 1.075rem;
    line-height: 1.75rem;
}

    .c-contact-card__val a {
        text-decoration: none;
        color: #03293c;
    }

    .c-contact-card__val:after {
        white-space: pre;
        content: "\A";
    }

.c-map {
    margin-bottom: 30px;
    background: #ecf6fc url(/images/loading.svg?9fefa4657a85ba86e3d753b184565099) 50% 50% no-repeat;
    width: 100%;
    height: 330px;
}

@media screen and (max-width:734.99px) {
    .c-map {
        height: 240px;
    }
}

.hire-us {
    min-height: calc(100vh);
    display: flex;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
}

.contact-infos {
    padding-top: 30vh;
    margin: 20px 5% 0 10%;
}

    .contact-infos h1 {
        text-align: left;
        margin-bottom: 35px;
        margin-top: 24px;
        padding-bottom: 0;
        font-weight: 500;
        line-height: 2.5rem;
        font-size: 30px;
        color: #215e7f;
    }

    .contact-infos h2 {
        margin-top: 0;
    }

    .contact-infos p {
        padding-left: 20px;
        border-left: 10px solid #eee;
        color: #232731;
    }

    .contact-infos .c-contact-card {
        padding-left: 20px;
        border-left: 10px solid #eee;
    }

.hire-us .hire-us-left-contain {
    width: 50%;
    float: left;
    z-index: 9;
    height: 100vh;
    position: relative;
}

.hire-us .hire-us-right-contain {
    width: 50%;
    float: left;
    background-image: linear-gradient(to right bottom,#e94a4f,#ec4e53,#ef5256,#f1565a,#f45a5e);
    z-index: 9;
    position: relative;
    color: #fff;
    font-size: 1.075rem;
    line-height: 1.75rem;
}

@media screen and (max-width:768px) {
    .hire-us .gform_wrapper, .hire-us .hire-us-right-contain {
        width: 100% !important;
    }

    .hire-us .hire-us-left-contain {
        width: 100%;
        display: none;
    }
}

@media screen and (max-width:550px) {
    .contact-infos {
        margin-left: 5%;
    }

        .contact-infos p {
            font-size: 24px;
        }

    .hire-us .contact-infos p {
        font-size: 22px;
    }
}

@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
    .hire-us-right-contain div {
        display: none !important;
    }
}

.hire-us .gform_page_fields {
    padding: 0 8%;
    z-index: 49;
    padding-top: 20vh;
    position: inherit;
    width: 100%;
}

@media screen and (max-height:650px) {
    .hire-us .gform_page_fields, .contact-infos {
        padding-top: 20vh !important;
    }
}

.hire-us .gform_page_fields ul li:first-child {
    margin-top: -50px !important;
    margin-bottom: 50px;
}

@media screen and (max-width:1250px) {
    .hire-us .gform_page_fields {
        padding-top: 150px;
    }

    .hire-us .contact-infos {
        padding-top: 150px;
    }
}

@media screen and (max-width:768px) {
    .hire-us .gform_page_fields {
        padding: 0 5%;
        z-index: 49;
        padding-top: 100px;
        position: relative;
        width: 100%;
    }

        .hire-us .gform_page_fields ul li:first-child {
            margin-top: 0 !important;
            margin-bottom: 0;
        }
}

@media screen and (max-width:450px) {
    .hire-us .gform_page_fields {
        padding-top: 70px !important;
    }
}

.hire-us .gform_page_footer {
    width: 100%;
    padding: 0;
    clear: both;
    bottom: 0;
    z-index: 11;
    position: inherit;
}

.hire-us .left-arrow, .hire-us .right-arrow {
    height: 100px;
    width: 200px;
    margin-top: 27px;
    float: left;
    position: relative;
    max-width: 50%;
}

.hire-us .right-arrow {
    float: right;
}

.hire-us .gform_page_footer .button.gform_next_button, .hire-us .gform_page_footer .button.gform_previous_button, .hire-us .gform_page_footer a {
    width: 200px !important;
    right: 0;
    line-height: 100px;
    text-align: center;
    color: #fff;
    position: absolute;
    margin: 0 !important;
    border-radius: 0;
    text-transform: capitalize;
    font-size: 24px;
    text-decoration: none;
}

.hire-us .gform_page_footer .button.gform_previous_button {
    left: 0;
}

.hire-us .gform_page_footer .right-arrow:after {
    content: '';
    background: url(../images/right-arrow.png) no-repeat;
    height: 20px;
    width: 33px;
    display: block;
    pointer-events: none;
    position: absolute;
    top: 41px;
    right: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hire-us .gform_page_footer .left-arrow:after {
    content: '';
    background: url(../images/left-arrow.png) no-repeat;
    height: 20px;
    width: 33px;
    pointer-events: none;
    display: block;
    position: absolute;
    top: 41px;
    left: 27px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hire-us .gform_page_footer .left-arrow:hover:after {
    left: 22px;
    color: #ddd;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hire-us .gform_page_footer .right-arrow:hover:after {
    right: 25px;
    color: #ddd;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.hire-us .step-number {
    font-size: 15px;
    pointer-events: none;
    margin-bottom: 50px;
}

    .hire-us .step-number:after {
        content: "";
        display: block;
        height: 4px;
        width: 30px;
        background: #fff;
        margin-top: 13px;
    }

.hire-us .gform_wrapper ul.gform_fields li.gfield {
    text-align: left;
    display: block;
}

.hire-us #gform_submit_button_1 {
    background: transparent;
    border-bottom: 2px solid rgba(255,255,255,1);
    border-radius: 0;
    padding: 0 10px;
    margin-top: 56px !important;
    width: auto !important;
    font-size: 24px;
    line-height: 40px;
    margin-right: 20px !important;
    background-image: url(../images/redstrikethrough.png);
    background-size: 150px;
    background-repeat: no-repeat;
    background-position-x: -210px;
    background-position-y: 10px;
    transition: all .5s ease;
}

.hire-us .gform_page_footer input[type=submit] {
    height: 45px;
    right: 15px;
    border-radius: 25px;
    top: 50px;
}

.hire-us #gform_submit_button_1:hover {
    border-bottom: 2px solid rgba(255,255,255,0);
    background-position-x: 0;
    transition: all .5s ease;
}

.form-element {
    position: relative;
    width: 100%;
    display: block;
    margin: 20px 0;
}

    .form-element .textbox-medium {
        color: #fff;
        background: none;
        border: none;
        border-bottom: 2px solid #fff;
        padding: 7px;
        font-family: "Prompt";
    }

        .form-element .textbox-medium:focus {
            border: none;
            box-shadow: none;
            outline: none;
            border-bottom: 2px solid #fff;
        }

        .form-element .textbox-medium::-webkit-input-placeholder {
            color: #B33837;
        }

        .form-element .textbox-medium:-ms-input-placeholder {
            color: #B33837;
        }

        .form-element .textbox-medium::placeholder {
            color: #B33837;
        }

    .form-element .radiobox {
        padding: 5px 0;
    }

.mr-b-20 {
    margin-bottom: 20px;
}

.row-bg-footer-dark .form-control {
    color: #fff !important;
    background-color: #5A6C85 !important;
}

.w-100 {
    width: 100%;
}

.hire-us-top-contain {
    position: fixed;
    z-index: 10;
    width: 100%;
    left: 0;
    top: 0;
}

.hire-us .btn-close {
    display: block;
    float: right;
    margin: 20px;
    width: 26px;
    height: 26px;
}

.hire-us .t-site-header__logo {
    float: left;
    margin: 20px;
}

    .hire-us .t-site-header__logo span {
        background: linear-gradient(to right bottom,#e94a4f,#ec4e53,#ef5256,#f1565a,#f45a5e);
        padding: 10px 7px;
        display: inline-block;
        font-size: 32px;
        color: #fff;
        font-weight: 300;
    }

        .hire-us .t-site-header__logo span strong {
            font-weight: 500;
        }

@media screen and (max-width:768px) {
    .hire-us .t-site-header__logo span {
        background: none;
        padding: 0;
        display: inline-block;
        font-size: 26px;
        color: #fff;
        font-weight: 300;
    }
}

.fix-error label.error {
    position: absolute;
    bottom: -20px;
    left: 0;
    color: #fff;
    background: #215e7f;
    padding: 0 3px;
    z-index: 5;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

    .fix-error label.error:before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 15%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 7px 7px;
        border-color: transparent transparent #215e7f;
    }

.pos-relative {
    position: relative;
}

.inline-block {
    display: inline-block;
}

.gform_button_contact {
    float: right;
    color: #fff;
    box-shadow: none;
    border: none;
    cursor: pointer;
    border-bottom: 2px solid rgba(255,255,255,1);
}

.wpcf7-response-output {
    float: right;
    margin-top: 64px;
    margin-right: 10px;
}

.font-arial {
    font-family: Arial;
}
.c-row--cream {
    background-color: #fef8e9;
}

.c-row--cream.c-row--cap:before {
    background-image: url(../images/edge-cream.svg);
}
.c-row--cap:before {
    display: block;
    position: absolute;
    top: -36px;
    left: 0;
    background: url(../images/edge-white.svg) repeat-x 50% 0;
    background-size: auto 100%;
    width: 100%;
    height: 36px;
    content: "";
}
.mr-b-70{
    margin-bottom: 70px;
}