.falkor-contact-page-blurbs .et_pb_blurb_container {
    padding: 0 10px 24px 25px;
}

.falkor-contact-page-blurbs .et_pb_blurb_container .et_pb_blurb_description p {
    padding-bottom: 0 !important;
    margin-bottom: -1px;
}

.falkor-contact-page-blurbs .et_pb_blurb_container .et_pb_blurb_description ul{
    padding: 0 !important;
}
.falkor-contact-page-blurbs .et_pb_blurb_container .et_pb_blurb_description li{
    list-style: none;
    line-height: 140%;
}

.falkor-contact-page-blurbs .et_pb_blurb_container .et_pb_blurb_description a:hover {
    opacity: 0.5;
}

.falkor-contact-page-blurbs .et_pb_blurb_container .et_pb_blurb_description a {
    color: inherit !important;
}

/*Form*/

.falkor-contact-page-form .et_pb_column_1_2 .et_pb_promo_description p:last-child {
    padding-bottom: 0 !important;
}

.falkor-contact-page-form .et_pb_column_1_2 .et_pb_promo_description p {
    padding-bottom: 32px !important;
}

.falkor-contact-page-form .et_pb_column_1_2:first-child {
    width: 39% !important;
    margin-right: 12.2% !important;
}

.falkor-contact-page-form .et_pb_column_1_2:last-child {
    width: 48.8% !important;
}

.falkor-contact-page-form .et_pb_contact_form .et_contact_bottom_container .et_pb_contact_submit{
    margin-left: 0 !important;
}
.falkor-contact-page-form .et_pb_contact_form .et_contact_bottom_container {
    float: none !important;
    margin-top: 0 !important;
}

.falkor-contact-page-form .et_pb_contact_form {
    margin-left: 0 !important;
}


.falkor-contact-page-form .et_pb_contact_form p.et_pb_contact_field_half.et_pb_contact_field_last{
    margin-right: 0 !important;
}
.falkor-contact-page-form .et_pb_contact_form p.et_pb_contact_field_half{
    width: 48% !important;
    margin-right: 4% !important;
}




#page-container .falkor-contact-page-form .et_pb_promo .et_pb_button_wrapper a.et_pb_promo_button:after{
    font-size: inherit !important;
}


.falkor-contact-page-form .et_pb_column .et_pb_contact_form p {
    padding-left: 0 !important;
    position: relative;
    line-height: 100%;
    overflow: hidden;
}

.falkor-contact-page-form .et_pb_column .et_pb_contact_form p:after{
    content: "";
    display: block;
    position: absolute;
    background-color: #0080ff;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 0;
    transition: 0.4s;
}

.falkor-contact-page-form .et_pb_column .et_pb_contact_form p.filled:after,
.falkor-contact-page-form .et_pb_column .et_pb_contact_form p.focus:after {
    width: 100%;
}

.falkor-contact-page-form .et_pb_contact_form p input,
.falkor-contact-page-form .et_pb_contact_form p textarea {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s
}

#page-container .falkor-contact-page-form .et_pb_contact_form p:not([data-type=checkbox]) input::-webkit-input-placeholder,
#page-container .falkor-contact-page-form .et_pb_contact_form p:not([data-type=checkbox]) textarea::-webkit-input-placeholder {
    color: transparent !important;
}

#page-container .falkor-contact-page-form .et_pb_contact_form p:not([data-type=checkbox]) input::-moz-placeholder,
#page-container .falkor-contact-page-form .et_pb_contact_form p:not([data-type=checkbox]) textarea::-moz-placeholder {
    color: transparent !important;
}

#page-container .falkor-contact-page-form .et_pb_contact_form p:not([data-type=checkbox]) input:-ms-input-placeholder,
#page-container .falkor-contact-page-form .et_pb_contact_form p:not([data-type=checkbox]) textarea:-ms-input-placeholder {
    color: transparent !important;
}

#page-container .falkor-contact-page-form .et_pb_contact_form p:not([data-type=checkbox]) input:-moz-placeholder,
#page-container .falkor-contact-page-form .et_pb_contact_form p:not([data-type=checkbox]) textarea:-moz-placeholder {
    color: transparent !important;
}

.falkor-contact-page-form .et_pb_contact_form p:not([data-type=checkbox]):not([data-type="radio"]) label {
    display: block !important;
    position: absolute;
    width: 100%;
    text-align: left;
    pointer-events: none;
    top: 19px;
    padding-left: 20px;
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    z-index: 2;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    line-height: 100%;
    font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
}


.falkor-contact-page-form .et_pb_contact_form p.filled label,
.falkor-contact-page-form .et_pb_contact_form p.focus label {
    -webkit-transform: translate(70%, 0);
    transform: translate(70%, 0);
    opacity: 0;
}




.falkor-contact-page-person .et_pb_row:first-child .et_pb_text p{
    padding-bottom: 0 !important;
    margin-bottom: -1px;
}

.falkor-contact-page-person .et_pb_row:first-child .et_pb_text ul{
    padding: 0 !important;
}
.falkor-contact-page-person .et_pb_row:first-child .et_pb_text li{
    list-style: none;
    line-height: 150%;
}
.falkor-contact-page-person .et_pb_row:first-child .et_pb_text li a:hover {
    opacity: 0.5;
}

.falkor-contact-page-person .et_pb_row:first-child .et_pb_text li a {
    color: inherit !important;
}


.falkor-contact-page-person .et_pb_row:first-child .et_pb_text li a:after,
.falkor-contact-page-person .et_pb_row:first-child .et_pb_text li a:before{
    content: "$";
    display: inline-block;
    font-family: ETmodules;
    width: 20px;
    transition: 0.3s;
    overflow: hidden;
    vertical-align: middle;
}
.falkor-contact-page-person .et_pb_row:first-child .et_pb_text li a:after{
    padding-left: 3px;
    width: 0;
}

.falkor-contact-page-person .et_pb_row:first-child .et_pb_text li a:hover:after{
    width: 20px;
}
.falkor-contact-page-person .et_pb_row:first-child .et_pb_text li a:hover:before{
    width: 0;
}




.falkor-contact-page-form .et_pb_contact_form_container .et-pb-contact-message {
    color: #757575;
}

/*Responsive*/

@media only screen and (max-width: 1390px) {
    .falkor-contact-page-blurbs .et_pb_main_blurb_image{
        margin-bottom: 20px !important;
    }

    .falkor-contact-page-blurbs .et_pb_blurb_container {
        padding: 0 5px 20px 5px;
    }

    .falkor-contact-page-form .et_pb_column_1_2:last-child {
        width: 50% !important;
    }

    .falkor-contact-page-form .et_pb_column_1_2:first-child {
        width: 45% !important;
        margin-right: 5% !important;
    }


    .falkor-contact-page-person .et_pb_row,
    .falkor-contact-page-image .et_pb_row,
    .falkor-contact-page-form .et_pb_row,
    .falkor-contact-page-blurbs .et_pb_row{
        width: 90% !important;
    }
}

@media only screen and (max-width: 1390px) and (min-width: 981px){
    .falkor-contact-page-blurbs .et_pb_blurb_container h4{
        font-size: 20px !important;
    }



}

@media only screen and (max-width: 980px) {
    .falkor-contact-page-blurbs .et_pb_main_blurb_image img{
        display: block !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .falkor-contact-page-form .et_pb_column_1_2:last-child {
        width: 100% !important;
    }

        .falkor-contact-page-form .et_pb_column_1_2:first-child {
        width: 100% !important;
        margin-right: 0 !important;
    }
    }
@media only screen and (max-width: 480px) {
    .falkor-contact-page-form .et_pb_contact_form p.et_pb_contact_field_half {
        width: 100% !important;
        margin-right: 0 !important;
    }
}
