.wtb-leftsidebar {
    background: #877874;
    margin: 0 -15px;
    padding: 15px;
}

    .wtb-leftsidebar h1 {
        font-weight: 700;
        text-align: center;
        color: #FFF;
    }

    .wtb-leftsidebar .form {
        margin: 0 auto;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 282px;
    }

    .wtb-leftsidebar label {
        color: #FFF;
        font-weight: 500;
        margin-right: 10px;
    }

    .wtb-leftsidebar input[type="text"] {
        padding: 10px;
        width: 126px;
        border: none;
    }

    .wtb-leftsidebar input[type="submit"] {
        background: url(../images/global/arrow-right-gray.png) no-repeat center center #e7e7e7;
        border: none;
        padding: 5px;
        position: relative;
        width: 38px;
        height: 38px;
    }

.wtb-content {
    background: #FFF;
}

.wtbloc-overlay p {
    margin-bottom: 15px;
    line-height: 1.4;
}

.wtbloc-overlay .overlay-title {
    background: #837873;
    color: #FFF;
    padding: 13px;
    font-weight: 500;
    margin-bottom: 0;
}

.wtbloc-overlay input[type="text"] {
    font-size: 1em;
    font-family: inherit;
    padding: 10px;
    border: solid 1px #CCC;
    border-right: none;
    width: 62.5%;
    background: rgb(248,247,243);
}

.wtbloc-overlay input[type="submit"] {
    background: var(--primary-color);
    color: #FFF;
    border: none;
    padding: 11px;
    position: relative;
    left: -4px;
    font-weight: 600;
}

.wtbloc-overlay {
    max-width: 320px;
}

.loc-content-title {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.twocol-block {
    justify-content: center !important;
}

.wtb-content-header {
    padding: 0 15px;
    /*font-family: 'Birch W03 Regular1180575';*/
    margin-bottom: 0px;
    /*background-color: #f6f4f1;*/
}

    .wtb-content-header h1 {
        font-family: Raleway;
        color: #55565a;
        font-weight: 300;
    }

    .wtb-content-header p.wtb-content-header-description {
        line-height: 1.5;
        font-family: Raleway;
        font-size: 16px;
        color: #55565a;
        font-weight: 300;
        padding: 0px 0px 15px;
    }
    .wtb-content-header p.wtb-content-header-description a {
        font-weight: 500;
        color: #b46a55;
    }

.wtb-content-footer {
    background-color: #f6f4f1;
    padding: 0px 15px 15px;
}

    .wtb-content-footer h2 {
        font-family: Raleway;
        font-size: 32px;
        color: #545559;
        font-weight: 700;
    }

    .wtb-content-footer p {
        background-color: white;
        border: 3px solid #edeaea;
        padding: 20px 15px;
        font-family: Raleway;
        font-size: 16px;
        color: #55565a;
        font-weight: 300;
    }

        .wtb-content-footer p a {
            font-family: Raleway;
            font-size: 16px;
            color: #b46a55;
            font-weight: 500;
        }

@media (max-width: 768px) {
    .wtb-content-header {
        margin-top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wtb-leftsidebar .form {
        width: auto;
        flex-wrap: wrap;
        justify-content: center;
    }

    .wtb-leftsidebar input[type="text"] {
        width: 124px;
    }
}

@media (min-width: 1024px) {
    .main-content.wtb-wrapper {
        margin-left: 11px;
        margin-right: 22px;
    }
}

@media (min-width: 768px) {
    .wtb-leftsidebar .form {
        align-items: center;
        width: auto;
    }

    .wtb-wrapper {
        margin-top: 20px;
    }

    .wtb-leftsidebar {
        margin: 0;
    }

        .wtb-leftsidebar h1 {
            font-size: 20px;
        }

        .wtb-leftsidebar label {
            margin-bottom: 10px;
        }

    .wtb-leftsidebar {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .wtb-leftsidebar h1 {
        margin-bottom: 15px;
        font-size: 28px;
    }

    .wtb-leftsidebar input[type="text"] {
        width: 78px;
    }

    .wtbloc-overlay .close {
        display: none;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .twocol-content.wtb-content {
        width: 64%;
        /*margin-left: 20px;*/
    }

    .twocol-content iframe #outer {
        width: 95% !important;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .wtb-leftsidebar input[type="text"] {
        width: 100px;
    }

    .twocol-content.wtb-content {
        width: 100%;
    }
}
