/*team details*/

.seo_team_details_top .et_pb_blurb:hover .et_pb_blurb_container {
    -webkit-animation: fadeIn 5s infinite;
    animation: fadeIn 1s infinite;
    animation-iteration-count: 1
}

.seo_team_details_top .et_pb_blurb .et_pb_main_blurb_image,
.seo_team_details_top .et_pb_blurb .et_pb_blurb_container h4 {
    transition: 0.3s;
}

.seo_team_details_top .et_pb_blurb_container h4:before {
    display: block;
    content: "";
    width: 0;
    max-width: 150px;
    height: 2px;
    margin: 10px auto -10px;
    transition-delay: 0s;
    background-color: #00d664;
    transition: 0.3s;
    transform: translate(0, -20px);
}

.seo_team_details_top .et_pb_blurb:hover .et_pb_blurb_container h4:before {
    width: 100%;
    transition-delay: 0.3s;
}

.seo_team_details_top .et_pb_blurb:hover .et_pb_blurb_container h4 {
    transform: translate(0, 6px);
}

.seo_team_details_top .et_pb_blurb:hover .et_pb_main_blurb_image {
    transform: translate(0, -6px);
}




.seo_team_details_content .et_pb_column_1_3  p a:hover{
    opacity: 0.8;
}
.seo_team_details_content .et_pb_column_1_3  p a{
    color: inherit;
}
.seo_team_details_content .et_pb_column_1_3  p {
    padding-bottom: 0 !important;
}
.seo_team_details_content .et_pb_column_2_3 .et_pb_blurb_container p:last-child {
    padding-bottom: 0 !important;
}

.seo_team_details_content .et_pb_column_2_3 .et_pb_blurb_container p {
    padding-bottom: 27px !important;
}

.seo_team_details_content .et_pb_column_2_3 .et_pb_main_blurb_image img{
    display: block !important;
    width: 100% !important;
}

.seo_team_details_content .et_pb_column_2_3{
    width: 59.8% !important;
    margin-right: 8.5% !important;
}


    /*Columns*/

.seo_team_testimonials .et_pb_column_1_2:first-child {
    margin-right: 4% !important;
}



/*Contact Form*/

.seo_team_page_form .et_pb_contact_form {
    margin-left: 0 !important;
}

.seo_team_page_form .et_pb_contact_form .et_pb_contact_field_last {
    width: 65%;
    float: left;
    padding-left: 0 !important;
    margin-right: 5.4%;
}

.seo_team_page_form .et_pb_contact_form p[data-type="checkbox"],
.seo_team_page_form .et_pb_contact_form .et_pb_contact_field_half {
    width: 29.6%;
    padding: 0 !important;
    margin-bottom: 43px !important;
    margin: 0;
    overflow: visible;
    clear: none !important;
}

.seo_team_page_form .et_pb_contact_form .et_contact_bottom_container {
    margin-top: -9px !important;
    width: 29.6%;
}

#page-container .seo_team_page_form .et_pb_contact_form p textarea::-webkit-input-placeholder,
#page-container .seo_team_page_form .et_pb_contact_form p input::-webkit-input-placeholder {
    color: transparent !important;
}

#page-container .seo_team_page_form .et_pb_contact_form p textarea::-moz-placeholder,
#page-container .seo_team_page_form .et_pb_contact_form p input::-moz-placeholder {
    color: transparent !important;
}

#page-container .seo_team_page_form .et_pb_contact_form p textarea:-ms-input-placeholder,
#page-container .seo_team_page_form .et_pb_contact_form p input:-ms-input-placeholder {
    color: transparent !important;
}

#page-container .seo_team_page_form .et_pb_contact_form p textarea:-moz-placeholder,
#page-container .seo_team_page_form .et_pb_contact_form p input:-moz-placeholder {
    color: transparent !important;
}

.seo_team_page_form .et_pb_contact_form p[data-type="checkbox"] {
    margin: -34px 0 30px !important;
}



/*Error */

.seo_team_page_form .et_pb_contact_form_container .et-pb-contact-message ul {
    padding-bottom: 20px !important;
}

.seo_team_page_form .et_pb_contact_form p textarea.et_contact_error,
.seo_team_page_form .et_pb_contact_form p input.et_contact_error {
    padding-left: 24px !important;
    border: 1px solid #f00 !important;
}

.seo_team_page_form .et_pb_contact_form p textarea.et_contact_error + label,
.seo_team_page_form .et_pb_contact_form p input.et_contact_error + label {

    padding-left: 24px !important;
}

/*Animation*/

.seo_team_page_form .et_pb_contact_form p {
    position: relative;
}

.seo_team_page_form .et_pb_contact_form p:not([data-type="checkbox"]) label {
    display: block !important;
    position: absolute;
    width: 100%;
    text-align: left;
    pointer-events: none;
    top: 19px;
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    color: #a7a7a7;
}

.seo_team_page_form .et_pb_contact_form p.filled label,
.seo_team_page_form .et_pb_contact_form p.focus label {
    -webkit-transform: translate3d(0, -210%, 0);
    transform: translate3d(0, -210%, 0);
    font-size: 14px;

}

/*Responsive*/


@media only screen and (min-width: 1930px) {
    .seo_about_top_section .et_pb_column_1_3 .et_pb_blurb{
        padding: 50px !important;
    }
}


@media only screen and (max-width: 1390px) {
    #page-container .seo_team_details_top .et_pb_blurb {
        width: 33.33% !important;
        padding: 0 0.5vw !important;
        margin: 0 !important;
    }
}
@media only screen and (max-width: 980px) {

    #page-container .seo_team_testimonials .et_pb_testimonial:before{
        left: 0%;
        top: -50px;
        right: 0;
        text-align: center;
    }
    #page-container .seo_team_testimonials .et_pb_testimonial{
        padding-top: 0 !important;
    }


    .seo_team_testimonials .et_pb_column_1_2 {
        width: 48% !important;
        margin-right: 4% !important;
    }

    #page-container .seo_team_testimonials .et_pb_testimonial_portrait {
        float: none;
        margin: 0 auto 20px !important;
    }

    #page-container .seo_team_testimonials .et_pb_testimonial .et_pb_testimonial_description {
        margin-left: 0 !important;
        padding-top: 0;
        line-height: 190%;
        text-align: center !important;
    }

    #page-container .seo_about_top_section .et_pb_blurb .et_pb_blurb_content {
        max-width: 100%;
    }

    #page-container .seo_team_details_top .et_pb_blurb:first-child {
        border: none !important;
    }

    #page-container .seo_team_details_top .et_pb_blurb {
        width: 33.33% !important;
        padding: 0 0.5vw !important;
        margin: 0 !important;
    }

    #page-container .seo_team_details_top .et_pb_button_wrapper,
    #page-container .seo_team_details_top .et_pb_promo_description {
        text-align: center !important;
    }

    #page-container .seo_team_details_top .et_pb_promo_button.et_pb_button {
        margin-top: 5px !important;
        padding: 10px 20px !important;
    }

    #page-container .seo_team_details_top .et_pb_promo_description h2 {
        padding-bottom: 15px !important;
    }

    .seo_team_details_content .et_pb_column_1_3{
        width: 30% !important;
    }

    .seo_team_details_content .et_pb_column_2_3 .et_pb_blurb .et_pb_main_blurb_image{
        margin-bottom: 20px !important;
    }
}


@media only screen and (max-width: 767px) {
    #page-container .seo_team_testimonials .et_pb_row {
        width: 90% !important;
    }

    .seo_team_page_top_section .et_pb_column{
        width: 100% !important;
    }


    .seo_team_details_top .et_pb_row{
        width: 90% !important;
    }

    .seo_team_page_form .et_pb_contact_form .et_pb_contact_field_last {
        width: 100% !important;
        margin-right: 0 !important;
        margin-bottom: 31px;
    }

    .seo_team_page_form .et_pb_contact_form .et_pb_contact_field_half {
        margin-bottom: 40px !important;
    }

    .seo_team_page_form .et_pb_contact_form .et_contact_bottom_container {
        margin-top: 0px !important;
    }

    .seo_team_details_content .et_pb_column_2_3 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .seo_team_details_content .et_pb_column_1_3 {
        width: 100% !important;
    }
}

@media only screen and (max-width: 480px) {
    .seo_team_testimonials .et_pb_column_1_2 {
        width: 100% !important;
        margin-right: 0 !important;
    }

    #page-container .seo_team_testimonials .et_pb_column_1_2:first-child {
        margin-bottom: 60px !important;
    }

    #page-container .seo_team_details_top .et_pb_blurb:last-child {
        margin-bottom: 0 !important;
    }

    #page-container .seo_team_details_top .et_pb_blurb {
        width: 100% !important;
        margin-bottom: 30px !important;
        border: 0 !important;
    }

    .seo_team_page_form .et_pb_contact_form .et_contact_bottom_container {
        width: 100%;
    }
}




