/* Main Color
Blue: #1e67a7
*/
/* Google Font */
h1.tf-title,
h2.tf-title,
h3.tf-title,
h4.tf-title,
h5.tf-title,
h6.tf-title {
    font-weight: bold;
}
h2.tf-title {
    text-transform: capitalize;
}
h2.tf-title__large {
    font-size: 32px;
}
/* Structure */
.tf-row {
    width: 100%;
}
.tf-row::after {
    content: "";
    clear: both;
    display: table;
}
.tf-row.tf-in-grid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
[class*="tf-col-"] {
    float: left;
    width: 100%;
    padding-right: 20px;
    min-height: 1px;
    position: relative;
}
.tf-row-pad {
    padding-top: 50px;
    padding-bottom: 50px;
}
/* Form */
.tf-form-wrap {
    width: 130%;
    background-color: rgba(255, 255, 255, 1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.400);
    position: relative;
    top: 0px;
    left: 200px;
    border-radius: 10px;
    z-index: 10;
    margin-right: 0px;
    margin: -50px;
}
.tf-form-wrap .fields {
    margin: 0;
}
.tf-form-wrap .webforms-fields-full-name label,
.tf-form-wrap .webforms-fields-com-name label,
.tf-form-wrap .webforms-fields-email-address label,
.tf-form-wrap .webforms-fields-phone-number label {
    display: none;
}
.fieldset .legend {
    display: none;
}
.tf-form-wrap input[type="email"],
.tf-form-wrap input[type="search"],
.tf-form-wrap input[type="number"],
.tf-form-wrap input[type="password"],
.tf-form-wrap input[type="tel"],
.tf-form-wrap input[type="text"] {
    padding: 10px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    border-radius: 10px;
}
.tf-form-wrap .form-list .control {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
    margin-top: 0;
}
.tf-form-wrap .form-list .control label {
    box-sizing: border-box;
}
.tf-form-wrap #recaptcha_area table {
    margin: 0 auto !important;
}
.tf-form-wrap button {
    height: 45px;
    float: left;
    border-radius: 10px;
}
/* Images */
.tf-image-section {
}
.tf-image-section__img-col {
    padding-right: 0;
}
/* Responsive */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .tf-col-sm-1 {
        width: 8.33%;
    }
    .tf-col-sm-2 {
        width: 16.66%;
    }
    .tf-col-sm-3 {
        width: 25%;
    }
    .tf-col-sm-4 {
        width: 33.33%;
    }
    .tf-col-sm-5 {
        width: 41.66%;
    }
    .tf-col-sm-6 {
        width: 50%;
    }
    .tf-col-sm-7 {
        width: 58.33%;
    }
    .tf-col-sm-8 {
        width: 66.66%;
    }
    .tf-col-sm-9 {
        width: 75%;
    }
    .tf-col-sm-10 {
        width: 83.33%;
    }
    .tf-col-sm-11 {
        width: 91.66%;
    }
    .tf-col-sm-12 {
        width: 100%;
    }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .tf-form-wrap {
        top: 50px;
    }
    .tf-main-message__wrap {
        display: block;
    }
    .tf-col-md-1 {
        width: 8.33%;
    }
    .tf-col-md-2 {
        width: 16.66%;
    }
    .tf-col-md-3 {
        width: 25%;
    }
    .tf-col-md-4 {
        width: 33.33%;
        margin-right: 2px;
    }
    .tf-col-md-5 {
        width: 41.66%;
        margin: 10px;
    }
    .tf-col-md-6 {
        width: 50%;
    }
    .tf-col-md-7 {
        width: 58.33%;
    }
    .tf-col-md-8 {
        width: 66.66%;
    }
    .tf-col-md-9 {
        width: 75%;
    }
    .tf-col-md-10 {
        width: 83.33%;
    }
    .tf-col-md-11 {
        width: 91.66%;
    }
    .tf-col-md-12 {
        width: 100%;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
    .tf-row.tf-in-grid {
        width: 1200px;
        margin: 0 auto;
    }
    .tf-col-lg-1 {
        width: 8.33%;
    }
    .tf-col-lg-2 {
        width: 16.66%;
    }
    .tf-col-lg-3 {
        width: 25%;
    }
    .tf-col-lg-4 {
        width: 33.33%;
        margin-right: 10px;
    }
    .tf-col-lg-5 {
        width: 41.66%;
        margin: 10px;
    }
    .tf-col-lg-6 {
        width: 50%;
    }
    .tf-col-lg-7 {
        width: 58.33%;
    }
    .tf-col-lg-8 {
        width: 66.66%;
    }
    .tf-col-lg-9 {
        width: 75%;
    }
    .tf-col-lg-10 {
        width: 83.33%;
    }
    .tf-col-lg-11 {
        width: 91.66%;
    }
    .tf-col-lg-12 {
        width: 100%;
    }
}