section#tvh-page-intro {
    color: #fafafa;
    padding: 10% 0;
    text-shadow: 0 1px 5px #000;
    background-color: #212d2a;
    margin-bottom: 0;
}

section#tvh-page-intro h1 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 4.6rem;
    font-weight: 600;
}

section#tvh-page-intro img {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
    padding: 2px 3px;
    margin-bottom: 44px;
}

section#tvh-page-intro a {
    color: #fff;
    font-size: 110%;
    padding: 3px 6px;
}

section#tvh-page-intro .builder-section-overlay {
    background: linear-gradient(rgba(0, 0, 0, 0.1), transparent, transparent, rgba(0, 0, 0, 0.8));
}

section#coe-widget-container,
section#fr-contact-form {
    padding-bottom: 88px;
    padding-top: 4.4rem;
    margin-bottom: 0;
    background: linear-gradient(transparent, transparent, transparent, transparent, transparent, #8e5f0933);
}


section#coe-widget-container h3 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.4rem;
}

section#coe-widget-container .hide {
    display: none;
}

section#coe-widget-container option {
    display: inline-block;
}

section#coe-widget-container div#evidence {
    margin-top: -2rem;
    padding: 2.2rem;
    padding-bottom: 0;
    font-size: 2rem;
    border: 3px solid #575c45;
    box-shadow: inset 0 -1px 2px;
}

section#coe-widget-container select.div-toggle {
    min-width: 100%;
    font-size: 2rem;
    height: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    margin-bottom: -6px;
    border-bottom-left-radius: 0 !important;
    border: 3px solid #575c45;
    overflow: scroll;
    color: #fff;
    background-color: #555;
}

#coe-widget-container .wpcf7 p {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.7rem;
    font-weight: normal;
}

#coe-widget-container textarea#formCategory {
    height: 0;
    visibility: hidden;
}

#coe-widget-container div.wpcf7 p:nth-child(2) label:nth-child(1) {
    margin-right: 0.75%;
    float: left;
    width: 55%;
}

#coe-widget-container div.wpcf7 p:nth-child(2) label:nth-child(2) {
    max-width: 47%;
    margin-right: 0;
    display: inline-block;
}

#coe-widget-container div.wpcf7 p:nth-child(3) {
    margin-bottom: 0;
}

#coe-widget-container div.wpcf7 p:nth-child(3) label input {
    width: calc(100% - 100px - 22px) !important;
    margin-right: 2%;
}

#coe-widget-container input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required[name="your-name"],
#coe-widget-container input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required[name="your-phone"] {
    width: 100%;
    border: none;
    background-color: #eaecee;
    margin-top: 0;
}

@media screen and (max-width:1012px) {
    #coe-widget-container div.wpcf7 label {
        margin: 0;
        float: none;
    }

    #coe-widget-container div.wpcf7 label:not(:last-of-type) {
        display: block !important;
    }

    #coe-widget-container div.wpcf7 p:nth-child(2) label:nth-child(1) {
        margin-right: 0;
        float: none;
        width: 100%;
    }

    #coe-widget-container div.wpcf7 p:nth-child(2) label:nth-child(2) {
        max-width: 100%;
        margin-right: 0;
        display: block;
    }

    #coe-widget-container div.wpcf7 p:nth-child(3) label input {
        width: calc(100% - 100px - 22px) !important;
        margin-right: 2%;
    }
}

#coe-widget-container div.wpcf7 {
    background: linear-gradient(#fff, rgba(255, 255, 255, 0.5));
    padding: 20px 14px 0;
    margin-left: -10px;
    margin-right: -10px;
    box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.4);
    border: 1px solid #eee
}

#wpcf7-f149-p195-o1>form>p:nth-child(3)>span:nth-child(4) {
    display: inline-block;
}

#coe-widget-container div.wpcf7 input.wpcf7-form-control.wpcf7-text {
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    border: none;
    background-color: #eaecee;
}

#coe-widget-container div.wpcf7 input.wpcf7-form-control.wpcf7-text[name="your-email"] {
    max-width: calc(100% - 140px);
    margin-right: 10px;
}

#coe-widget-container div.wpcf7 input.wpcf7-form-control.wpcf7-submit {
    background-color: #545c45;
    color: #eee;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5), inset 0 -3px 1px rgba(0, 0, 0, 0.5), inset 0 1px rgba(255, 255, 255, 0.3);
    transition: all .2s ease-in-out;
    width: auto;
    padding: 1rem 1.8rem;
    font-size: 1.3rem;
    border: none;
    font-weight: 600;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#coe-widget-container div.wpcf7 input.wpcf7-form-control.wpcf7-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5), inset 0 -3px 1px rgba(0, 0, 0, 0.5), inset 0 2px 5px rgba(255, 255, 255, 0.2);
    text-decoration: none;
    cursor: pointer;
}

#coe-widget-container div.wpcf7 span:nth-child(9) {
    float: left;
}

@media screen and (max-width:799px) {
    #coe-widget-container div.wpcf7 input.wpcf7-form-control.wpcf7-submit {
        display: block;
        width: 100%;
        font-size: 1.2em;
        margin-top: 20px;
        margin-bottom: -20px
    }

    #coe-widget-container div.wpcf7 p:nth-child(3) label input {
        width: 100% !important;
        margin-right: 0;
        display: block;
    }

    #coe-widget-container div.wpcf7 input.wpcf7-form-control.wpcf7-text[name="your-email"] {
        max-width: 100%;
    }

    #coe-widget-container div.wpcf7 br {
        display: none;
    }

    #coe-widget-container input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required[name="your-name"],
    #coe-widget-container input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required[name="your-phone"] {
        margin-bottom: 10px;
    }
}


/*COE widget*/

#coe-widget-container select.div-toggle {
    min-width: 100%;
    font-size: 2rem;
    background-color: #eee;
    height: 50px;
    border: 2px solid;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    color: #333;
    margin-bottom: -5px;
    border-bottom-left-radius: 0 !important;
}


/* The Benchmark Veterans Promise section*/

#tvhf-page-veterans-promise {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-shadow: 0 1px 3px #000, 0 2px 20px rgba(0, 0, 0, 0.5);
    padding: 8.8rem 0;
    box-shadow: inset 0 10px 10px -10px #000, inset 0 -8px 10px -10px #000;
    margin-bottom: 0;
    background-repeat: repeat-y !important;
    background-color: #1e313b;
}

#tvhf-page-veterans-promise h2 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    margin-bottom: 4rem;
    font-weight: bold;
    font-size: 2.5em;
}

#tvhf-page-veterans-promise p {
    font-size: 1.2em;
    text-align: justify;
    border: 2px solid #fff;
    padding: 15px 20px;
    box-shadow: 0 1px 3px #000, 0 2px 30px rgba(0, 0, 0, 0.5), inset 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 2px 20px rgba(0, 0, 0, 0.2);
    background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2), transparent);
}

section#tvhf-page-our-history {
    background: linear-gradient(#f0f0f0, transparent);
    padding-bottom: 44px;
    padding-bottom: 4.4rem;
    margin-bottom: 0;
    padding-top: 44px;
}

section#tvhf-page-our-history img {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

section#tvhf-page-our-history p {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 -1px 0 #fff;
    font-size: 1.1em;
}

section#tvhf-page-our-history h3 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    font-size: 2em;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2), 0 -1px 2px #fff;
    border-bottom: 1px solid #171717;
}

section#tvhf-page-get-started {
    background: linear-gradient(transparent, #fff, #fff, #fff, transparent);
    padding: 44px 0;
}

section#tvhf-page-get-started input,
section#tvh-page-get-started text {
    background-color: #eaecee;
    border: none;
}

section#tvhf-page-get-started h2 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 3.4rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-bottom: 2px solid #171717;
    padding-right: 2rem;
}

section#tvhf-page-get-started h2 span {
    padding-left: 2rem;
}

section#tvhf-page-get-started label#email {
    display: inline-block;
    min-width: 255px;
    width: 54.96362876%;
    margin-right: 5px;
}

section#tvhf-page-get-started label#phone {
    display: inline-block;
    min-width: 204px;
    width: 43.9688816%;
}

section#tvhf-page-get-started textarea[name="your-message"] {
    height: 100px;
    width: 100%;
    border: none;
    background-color: #eaecee;
}

section#tvhf-page-get-started .builder-text-column-1 p {
    font-size: 109%
}

section#tvhf-page-get-started form {
    padding: 20px 13px 0;
    margin-left: -14px;
    margin-right: -14px;
    box-shadow: 0 2px 15px -5px rgba(0, 0, 0, 0.4);
    border: 1px solid #eee;
}

section#tvhf-page-get-started form p {
    margin-bottom: 0.5rem;
}

section#tvhf-page-get-started form p:last-of-type {
    margin-bottom: 0;
    padding-top: 8px;
}

section#tvhf-page-get-started form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required[name="your-name"] {
    width: 100%;
}

section#tvhf-page-get-started form input[value="Send"] {
    display: block;
    width: 100%;
    padding: 11px 0;
    font-size: 20px;
    color: #062373;
    border: 3px solid #062373;
    background-color: transparent;
    border-radius: 8px;
    border-radius: 100px;
    font-weight: 600;
    transition: box-shadow .2s ease-in-out, text-shadow .2s ease-in-out;
}

section#tvhf-page-get-started form input[value="Send"]:hover {
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2), inset 0 1px 15px rgba(0, 0, 0, 0.15);
    background-color: #f8f8f8;
    transition: box-shadow .2s ease-in-out, text-shadow .2s ease-in-out;
}

a.tvhf-page-apply-btn {
    background-color: #062373;
    display: block;
    text-align: center;
    color: #fff;
    padding: 12px 0;
    text-transform: uppercase;
    font-size: 20px;
    border-radius: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 4px solid rgba(0, 0, 0, 0.8);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 2px rgba(255, 255, 255, 0.5);
    transition: box-shadow .2s ease-in-out, background-color .2s ease-in-out, text-shadow .2s ease-in-out;
}

a.tvhf-page-apply-btn:hover {
    text-decoration: none;
    background-color: rgba(6, 35, 115, 0.9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    transition: box-shadow .2s ease-in-out, background-color .2s ease-in-out, text-shadow .2s ease-in-out;
}

section#tvhf-page-video {
    background-color: #222;
    padding: 44px 0;
    box-shadow: inset 0 10px 10px -2px #000, inset 0 -10px 10px -2px #000;
    margin-bottom: 0;
}

section#tvhf-page-video .arve-wrapper {
    border: none;
    box-shadow: none;
}

section#tvhf-page-video .arve-embed-container {
    box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
}

section#tvhf-page-end {
    background: linear-gradient(#f8f8f8, #ddd);
    padding: 88px 0 44px;
    font-size: 20px;
}

section#tvhf-page-end a.contact {
    border: 2px solid;
    color: #062373;
    padding: 8px 16px;
    border-radius: 5px;
    text-transform: capitalize;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), inset 0 2px 5px rgba(0, 0, 0, 0.2);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all .2s ease-in-out;
    margin: 5px;
    display: inline-block;
}

section#tvhf-page-end a.contact:hover {
    text-decoration: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2), inset 0 -2px 10px rgba(0, 0, 0, 0.1);
    text-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.2);
}

/***************
** PATRIOT TOUR **
******************/
/*
.patriot-tour {
    display:none;
}
*/

#tvh-page-patriot-tour {
    background: linear-gradient(rgba(42, 196, 234, 0.1), transparent, transparent, transparent);
    margin-bottom: 4.4rem;
    padding-bottom: 4.4rem;
    padding-top: 4.4rem;
}

#tvh-page-patriot-tour h2 {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.75em;
    text-align: center;
}

/*Responsive*/

@media screen and (max-width:799px) {
    section#tvhf-page-get-started h2 span {
        display: none;
    }

    section#tvhf-page-get-started h2 {
        display: block;
        text-align: center;
        padding-right: 0;
    }

    #tvhf-page-veterans-promise p {
        text-align: left;
        font-size: inherit;
    }
}