.wsb-canvas {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow-x: auto;
    overflow-y: scroll;
    background-color: #f7f7f7;
    background-repeat: repeat;
}

.wsb-canvas-scrollable {
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
}

.wsb-canvas-page-container {
    width: 100%;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 2px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-position: 14px 14px;
    background-repeat: no-repeat;
}

.btn [class^="icon-"] {
    margin-right: 4px;
}

.wsb-preview-container {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: auto;
}

.wsb-preview-desktop-container {
    margin: auto;
    width: 974px;
    height: 1200px;
    background-color: #f5ede0;
}

.wsb-preview-desktop-page {
    position: absolute;
}

.wsb-preview-mobile-container {
    width: 100%;
    height: 800px;
}

.wsb-preview-mobile-phone-container {
    margin: 100px auto;
    width: 408px;
    height: 660px;
}

.wsb-preview-mobile-phone {
    border: 30px solid black;
    border-bottom: 80px solid black;
    width: 408px;
    height: 660px;
    background-color: #FFF;
    overflow-y: scroll;
    border-radius: 20px;
}

.wsb-media-gallery {
    margin: 0 auto;
    position: relative;
}

.wsb-media-gallery-slider {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    position: relative;
}

    .wsb-media-gallery-slider.bordered {
        border: 15px solid #f5f5f5;
    }

    .wsb-media-gallery-slider li {
        left: 0;
        height: 100%;
        position: absolute;
        overflow: hidden;
        width: 500px;
    }

    .wsb-media-gallery-slider img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
        position: relative;
    }

        .wsb-media-gallery-slider img.autosize {
            min-width: 100%;
            min-height: 100%;
            max-width: none;
            max-height: none;
        }

.wsb-media-gallery-caption {
    bottom: 0;
    position: absolute;
    color: #fff;
    background-color: #000;
    background-color: rgba(0,0,0,.75);
    text-align: left;
    padding: 10px;
}

a .wsb-media-gallery-caption, a:link .wsb-media-gallery-caption, a:visited .wsb-media-gallery-caption, a:hover .wsb-media-gallery-caption {
    color: #fff;
}

.wsb-media-gallery-pagination {
    text-align: center;
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 5px;
}

    .wsb-media-gallery-pagination li {
        background-color: #969696;
        height: 10px;
        width: 10px;
        display: inline-block;
        cursor: pointer;
        margin: 4px;
        -webkit-box-shadow: inset 0 2px 2px rgba(50,50,50,.5);
        box-shadow: inset 0 2px 2px rgba(50,50,50,.5);
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

        .wsb-media-gallery-pagination li.active {
            background-color: #98c22a;
            cursor: default;
        }

.wsb-media-gallery-pagination-thumbs-wrapper {
    display: block;
    position: absolute;
    left: 40px;
    right: 40px;
    overflow: hidden;
    bottom: 0;
}

.wsb-media-gallery-pagination-thumbs {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    height: 80px;
    position: relative;
}

    .wsb-media-gallery-pagination-thumbs li {
        background-color: transparent;
        height: 60px;
        width: 85px;
        display: inline-block;
        cursor: pointer;
        overflow: hidden;
        border: 2px solid #fff;
        margin-top: 15px !important;
        cursor: pointer;
    }

        .wsb-media-gallery-pagination-thumbs li.active {
            background-color: #3182e6;
            border: 2px solid #3182e6;
        }

.wsb-media-gallery-pagination-thumbs-left-arrow, .wsb-media-gallery-pagination-thumbs-right-arrow {
    width: 30px;
    height: 62px;
    display: block;
    position: absolute;
    bottom: 1px;
    background-color: #474747;
    border: 1px solid #474747;
    background-image: url(https://img1.wsimg.com/wst/v7/WSB7_J_20180608_0704_WSB-17363_1484/v2/images/wsb-slideshow-nav-arrows-sprt.png);
    background-repeat: no-repeat;
}

.wsb-media-gallery-pagination-thumbs-left-arrow {
    background-position: 10px -133px;
}

.wsb-media-gallery-pagination-thumbs-right-arrow {
    background-position: 10px -29px;
}

    .wsb-media-gallery-pagination-thumbs-left-arrow.enabled, .wsb-media-gallery-pagination-thumbs-right-arrow.enabled {
        border: 1px solid #777;
        cursor: pointer;
    }

.wsb-media-gallery-pagination-thumbs-left-arrow.enabled {
    background-position: 10px -81px;
}

.wsb-media-gallery-pagination-thumbs-right-arrow.enabled {
    background-position: 10px 23px;
}

    .wsb-media-gallery-pagination-thumbs-left-arrow.enabled:hover, .wsb-media-gallery-pagination-thumbs-right-arrow.enabled:hover {
        background-color: #777;
        border: 1px solid #777;
    }

.wsb-media-gallery-pagination-thumbs-left-arrow {
    left: 0;
}

.wsb-media-gallery-pagination-thumbs-right-arrow {
    right: 0;
}

.wsb-media-gallery-pagination-thumbs-thumbnail-wrapper {
    height: 60px;
    width: 85px;
    display: block;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

    .wsb-media-gallery-pagination-thumbs-thumbnail-wrapper img {
        min-width: 75px;
        min-height: 50px;
        position: relative;
        height: auto;
        width: auto;
    }

.wsb-media-gallery .wsb-media-gallery-arrows-left-arrow, .wsb-media-gallery .wsb-media-gallery-arrows-right-arrow {
    width: 22px;
    height: 42px;
    position: absolute;
    cursor: pointer;
    background-image: url(https://img1.wsimg.com/wst/v7/WSB7_J_20180608_0704_WSB-17363_1484/v2/images/wsb-slideshow-arrows.png);
}

.wsb-media-gallery-arrows-left-arrow {
    background-position: 0 0;
    left: 0;
}

.wsb-media-gallery-arrows-right-arrow {
    background-position: 22px 0;
    right: 0;
}

.wsb-media-gallery .wsb-media-gallery-arrows-hover-left-arrow {
    top: 0;
    width: 20%;
    min-width: 40px;
    position: absolute;
    cursor: pointer;
    background-image: url(https://img1.wsimg.com/wst/v7/WSB7_J_20180608_0704_WSB-17363_1484/v2/images/wsb-slideshow-left-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.wsb-media-gallery .wsb-media-gallery-arrows-hover-right-arrow {
    top: 0;
    width: 20%;
    min-width: 40px;
    position: absolute;
    cursor: pointer;
    background-image: url(https://img1.wsimg.com/wst/v7/WSB7_J_20180608_0704_WSB-17363_1484/v2/images/wsb-slideshow-right-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.wsb-media-gallery .wsb-media-gallery-arrows-hover-left-arrow {
    left: 0;
}

.wsb-media-gallery .wsb-media-gallery-arrows-hover-right-arrow {
    right: 0;
}

.wsb-media-gallery .wsb-media-gallery-overlay {
    text-align: center;
}

.wsb-media-carousel {
    text-align: center;
    position: relative;
    height: auto;
    vertical-align: middle;
}

    .wsb-media-carousel .wsb-media-carousel-wrapper {
        display: inline-block;
        text-align: center;
        overflow: hidden;
    }

        .wsb-media-carousel .wsb-media-carousel-wrapper img {
            height: auto;
            width: auto;
            position: relative;
        }

    .wsb-media-carousel .wsb-media-carousel-overlay {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }

@font-face {
    font-family: "WSB Mobile Navigation";
    src: url("https://img1.wsimg.com/wst/v7/WSB7_J_20180608_0704_WSB-17363_1484/v2/fonts/wsb-mobile-nav.eot");
    src: local("☺"),url("https://img1.wsimg.com/wst/v7/WSB7_J_20180608_0704_WSB-17363_1484/v2/fonts/wsb-mobile-nav.eot?#iefix") format("embedded-opentype"),url("https://img1.wsimg.com/wst/v7/WSB7_J_20180608_0704_WSB-17363_1484/v2/fonts/wsb-mobile-nav.woff") format("woff"),url("https://img1.wsimg.com/wst/v7/WSB7_J_20180608_0704_WSB-17363_1484/v2/fonts/wsb-mobile-nav.ttf") format("truetype"),url("https://img1.wsimg.com/wst/v7/WSB7_J_20180608_0704_WSB-17363_1484/v2/fonts/wsb-mobile-nav.svg#wsbmobilenav") format("svg");
}

@media screen and (max-device-width:480px) {
    @font-face {
        font-family: "WSB Mobile Navigation";
        src: url("https://img1.wsimg.com/wst/v7/WSB7_J_20180608_0704_WSB-17363_1484/v2/fonts/wsb-mobile-nav.woff") format("woff"),url("https://img1.wsimg.com/wst/v7/WSB7_J_20180608_0704_WSB-17363_1484/v2/fonts/wsb-mobile-nav.ttf") format("truetype"),url("https://img1.wsimg.com/wst/v7/WSB7_J_20180608_0704_WSB-17363_1484/v2/fonts/wsb-mobile-nav.svg#wsbmobilenav") format("svg");
    }
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -moz-tap-highlight-color: rgba(0,0,0,0);
}

#mobile-site-view {
    position: relative;
    top: 0;
    bottom: 0;
}

    #mobile-site-view .mobile-menu, #mobile-site-view .mobile-menu a, #mobile-site-view .mobile-menu a:hover, #mobile-site-view .mobile-menu a:visited, #mobile-site-view .mobile-nav, #mobile-site-view .mobile-nav a, #mobile-site-view .mobile-nav a:hover, #mobile-site-view .mobile-nav a:visited {
        font-family: Arial,sans-serif;
    }

.mobile-hamburger {
    float: left;
}

    .mobile-hamburger:before {
        content: "\aaaf";
        position: absolute;
        top: -1px;
        left: 6px;
        font-size: 36pt;
    }

#mobile-site-view .icon-wsb-mobile {
    background: 0;
    font-family: 'WSB Mobile Navigation';
    speak: none;
    font-size: 30px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 50px;
    -webkit-font-smoothing: antialiased;
}

    #mobile-site-view .icon-wsb-mobile.down:before {
        content: "\25bc";
    }

    #mobile-site-view .icon-wsb-mobile.phone:before {
        content: "\aaad";
        position: absolute;
        top: -2px;
        left: 7px;
        font-size: 34pt;
    }

    #mobile-site-view .icon-wsb-mobile.marker:before {
        content: "\aaae";
        position: absolute;
        top: -2px;
        left: 7px;
        font-size: 36pt;
    }

#mobile-site-view .mobile-menu {
    margin: 0;
    padding: 0;
    font-size: 0;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

    #mobile-site-view .mobile-menu.fixed {
        position: fixed;
    }

    #mobile-site-view .mobile-menu button {
        width: 48px;
        height: 50px;
        border: 0;
        background-color: transparent;
        padding: 0;
        position: absolute;
    }

        #mobile-site-view .mobile-menu button i {
            background-color: transparent;
            cursor: pointer;
            height: 40px;
            margin: 4px;
            width: 40px;
            position: relative;
            border-radius: 5px;
        }

        #mobile-site-view .mobile-menu button.btn-2 {
            position: absolute;
            right: 54px;
            padding-right: 2px;
            outline: 0;
        }

        #mobile-site-view .mobile-menu button.btn-1 {
            position: absolute;
            right: 4px;
            padding-left: 2px;
            outline: 0;
        }

    #mobile-site-view .mobile-menu .nav-current {
        text-align: center;
        background-color: transparent;
        font-size: 20px;
        font-weight: normal;
        left: 50px;
        height: 50px;
        line-height: 50px;
        padding: 0 15px 0 15px;
        position: absolute;
        right: 0;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        outline: 0;
    }

.toggle-nav {
    outline: 0;
}

#mobile-site-view .mobile-menu .nav-current.leftBtn-0 {
    left: 0;
    outline: 0;
}

#mobile-site-view .mobile-menu .nav-current.btns-1 {
    right: 50px;
    outline: 0;
}

#mobile-site-view .mobile-menu .nav-current.btns-2 {
    right: 100px;
    outline: 0;
}

#mobile-overlay {
    position: absolute;
    height: 100vh;
    width: 100vw;
    opacity: .5;
    top: 50px;
    background-color: black;
    display: none;
    z-index: 10000;
}

#mobile-site-view .mobile-nav {
    position: absolute;
    float: left;
    top: 0;
    bottom: 0;
    right: 100%;
    font-size: 16pt;
    padding: 0;
    z-index: 10001;
    height: calc(100% - 0);
}

    #mobile-site-view .mobile-nav ul {
        height: 100%;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        overflow-x: hidden;
        overflow-y: auto;
    }

        #mobile-site-view .mobile-nav ul li {
            height: 51px;
            position: relative;
        }

            #mobile-site-view .mobile-nav ul li:last-child {
                border-bottom: 0;
            }

            #mobile-site-view .mobile-nav ul li a {
                text-decoration: none;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                padding: 0 25px 0 25px;
                line-height: 50px;
                white-space: nowrap;
                overflow: hidden;
                -ms-text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                font-size: 16pt;
                font-weight: normal;
                margin: 0;
            }

                #mobile-site-view .mobile-nav ul li a.sub-1 {
                    padding-left: 50px;
                }

                #mobile-site-view .mobile-nav ul li a.sub-2 {
                    padding-left: 100px;
                }

                #mobile-site-view .mobile-nav ul li a.sub-3 {
                    padding-left: 150px;
                }

                #mobile-site-view .mobile-nav ul li a.active {
                    font-weight: bold;
                }

.mobilepod {
    padding: 5px 5px 10px 5px !important;
    overflow: hidden;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin-top: 0;
    margin-bottom: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden] {
    display: none;
}

html {
    margin: 0;
}

body {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    padding: .35em .625em .75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.17em;
}

h4 {
    font-size: 1em;
}

h5 {
    font-size: .83em;
}

h6 {
    font-size: .67em;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.customform_label.adjacent {
    height: auto;
}

.fb_iframe_widget {
    border: none !important;
}

.wsb-canvas-scrollable {
    min-width: 1200px;
}

.txt {
    word-wrap: break-word;
}

    .txt table {
        max-width: 100%;
    }

.wsb-element-text a, .wsb-text-element a {
    font-size: inherit !important;
}

.img_border_shadow {
    border: 5px #fff solid;
    -webkit-box-shadow: 0 2px 7px rgba(50,50,50,0.6);
    -moz-box-shadow: 0 2px 7px rgba(50,50,50,0.6);
    box-shadow: 0 2px 7px rgba(50,50,50,0.6);
}

.img_shadow {
    -webkit-box-shadow: 0 3px 7px rgba(50,50,50,0.75);
    -moz-box-shadow: 0 3px 7px rgba(50,50,50,0.75);
    box-shadow: 0 3px 7px rgba(50,50,50,0.75);
}

.img_rounded_corners {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.wsb-media-carousel {
    text-align: center;
    position: relative;
    height: auto;
    vertical-align: middle;
}

    .wsb-media-carousel .wsb-media-carousel-wrapper {
        display: inline-block;
        text-align: center;
        overflow: hidden;
    }

        .wsb-media-carousel .wsb-media-carousel-wrapper img {
            height: auto;
            width: auto;
            position: relative;
        }

    .wsb-media-carousel .wsb-media-carousel-overlay {
        text-align: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }

.map {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

    .map iframe {
        position: relative;
        border-style: none;
        overflow: hidden;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .map a.larger-map-link, .map a.larger-map-link:link, .map a.larger-map-link:visited, .map a.larger-map-link:hover {
        position: absolute;
        bottom: 0;
        height: 20px;
        line-height: 20px;
        vertical-align: middle;
        padding: 5px 5px 5px 10px;
        left: 0;
        right: 0;
        display: block;
        background-color: #545454;
        background-color: rgba(0,0,0,0.7);
        color: white;
        font-weight: normal;
        font-style: normal;
    }

.mapbox-leaflet-zoom-control-bottom {
    bottom: 20px !important;
}

.mapbox-legend-padding {
    padding: 0 !important;
}

.shape {
    border: 1px solid #a9b4bb;
    background-color: #e5edf2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.shape_rounded_corners {
    background: #5fbf00;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

.shape_circle {
    background: #5fbf00;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.shape_rectangle {
    background: #5fbf00;
}

.form-row-designer-override {
    margin-bottom: 15px;
}

.form-label {
    display: block;
    margin-bottom: 3px;
    cursor: default;
}

.form-value {
    display: block;
    width: 100%;
    *width: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    padding: 5px;
}

textarea.form-value {
    resize: none;
}

.form-button-disabled {
    cursor: default;
    opacity: .4;
    filter: alpha(opacity = 40);
}

.form-value-invalid {
    border: 1px solid #d00000 !important;
    background-color: #ffdcdc !important;
}

.form-req {
    color: red;
    font-size: 100%;
}

label > span.form-req {
    font-size: 100%;
}

.form-label-adjacent {
    vertical-align: top;
    display: inline-block;
    margin: 5px;
    min-width: 100px;
    width: 140px;
}

.form-label-above {
    vertical-align: top;
    display: block;
    padding-bottom: 5px;
}

.form-field-adjacent {
    vertical-align: top;
    display: inline-block;
    white-space: normal;
}

.form-field-above {
    vertical-align: top;
    display: block;
    white-space: normal;
}

div.form-options-vertical {
    display: block;
    white-space: normal;
}

div.form-options-horizontal {
    display: inline-block;
    min-width: 75px;
    margin-right: 8px;
    white-space: normal;
}

    div.form-options-vertical input, div.form-options-horizontal input {
        margin: 0;
    }

.customform .sf-upload-btns {
    position: relative;
    top: -20px;
}

label.sf-btn-minor.sf-btn-file {
    color: #fff !important;
    background-color: #8a8a8a;
    background: -moz-linear-gradient(top,#8a8a8a 0,#5c5c5c 100%);
    background: -o-linear-gradient(top,#8a8a8a 0,#5c5c5c 100%);
    background: -ms-linear-gradient(top,#8a8a8a 0,#5c5c5c 100%);
    background: linear-gradient(to bottom,#8a8a8a 0,#5c5c5c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a8a8a',endColorstr='#5c5c5c',GradientType=0);
    font-family: "Maven Pro",Arial,Verdana,sans-serif !important;
    font-weight: normal !important;
    display: inline-block;
    font-size: 15px;
    height: 32px;
    min-width: 58px;
    line-height: 33px;
    padding: 1px 11px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none !important;
    border: 0;
    font-style: normal;
    outline: 0;
    margin-top: 0;
    margin-bottom: 0;
}

span.sf-upload-status {
    position: relative;
    top: 40px;
}

.customform .sf-upload-list li {
    margin: 0 !important;
}

a.delete-file-btn {
    background-position: 4px -4550px;
    -moz-border-radius: 0 0 3px 0;
    -webkit-border-radius: 0 0 3px 0;
    border-radius: 0 0 3px 0;
    background-image: url('//img1.wsimg.com/wst/v7/WSB7_J_20180608_0704_WSB-17363_1484/v1/images/wsb-v7-sprite.png');
    background-repeat: no-repeat;
    width: 23px;
    height: 22px;
    position: absolute;
    cursor: pointer;
}

.customform .sf-upload-value {
    background: url('//img1.wsimg.com/wst/v7/WSB7_J_20180608_0704_WSB-17363_1484/v1/images/upload-animation_gray.gif') !important;
    background-repeat: repeat-x;
    filter: none;
}

.customform input.form-value.datefield, .customform input.form-value.timefield, .customform select.form-value.timefield {
    display: inline-block;
    font-size: inherit !important;
    font-family: inherit !important;
    height: inherit !important;
}

.customform input.form-value.datefield {
    width: 140px;
}

.customform input.form-value.timefield {
    width: 100px;
}

.customform select.form-value.timefield {
    width: 113px;
    padding-bottom: 3px;
}

.customform .indent {
    margin-left: 20px;
}

.customform span.from-to-label {
    display: inline-block;
}

.customform .fromto-label-left {
    min-width: 40px;
    display: inline-block;
}

.customform .to-label-middle {
    min-width: 24px;
    display: inline-block;
    text-align: center;
}

.customform_overlay, .customform_overlay_button {
    position: absolute;
    top: -10px;
    left: -20px;
    overflow: hidden;
    cursor: url('//img1.wsimg.com/wst/v7/WSB7_J_20180608_0704_WSB-17363_1484/v1/modules/wsb/toolbox/cursor/openhand.cur'),auto !important;
    z-index: 100000;
    opacity: 0;
}

.customform_overlay {
    margin: 0 auto;
}

.opt-in {
    display: table-cell;
}

.opt-in-checkbox {
    margin: 5px;
    display: inline-block;
}

.opt-in-label {
    display: table !important;
}

.ui-autocomplete {
    position: fixed !important;
    cursor: default !important;
    padding-left: 0 !important;
    list-style-type: none !important;
}

.wsb-autocomplete-item-text {
    background: #f3f3f3;
    font-size: 14px;
    border: solid 1px lightgray;
    display: block;
    padding: 7px 10px 7px 10px;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: black;
}

    .wsb-autocomplete-item-text:hover, .wsb-autocomplete li.selected > .wsb-autocomplete-item-text {
        background-color: #7FB133;
        color: #fff;
    }

.wsb-autocomplete-item-link, .wsb-autocomplete-item-link:hover {
    text-decoration: none;
}

.shadow_lifted:before, .shadow_lifted:after, .shadow_curved_horizontal:before, .shadow_curved_horizontal:after, .shadow_curved_vertical:before, .shadow_curved_vertical:after {
    content: "";
    position: absolute;
    z-index: -2;
}

.shadow_drop_shadow {
    -webkit-box-shadow: 0 3px 7px rgba(50,50,50,0.75);
    -moz-box-shadow: 0 3px 7px rgba(50,50,50,0.75);
    box-shadow: 0 3px 7px rgba(50,50,50,0.75);
}

.shadow_lifted:before, .shadow_lifted:after {
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.7);
    box-shadow: 0 15px 10px rgba(0,0,0,0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.shadow_lifted:after {
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.shadow_curved_horizontal:before, .shadow_curved_vertical:before {
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 50%;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.6);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.6);
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
    -moz-border-radius: 10px / 100px;
    border-radius: 10px / 100px;
}

.shadow_curved_horizontal:before {
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.shadow_curved_vertical:before {
    right: 0;
}

.mobilepod .shadow_curved_vertical:before {
    display: none;
}

.mobilepod .shadow_curved_horizontal:before {
    display: none;
}

.body {
    font-family: 'Lucida Sans',Arial,Helvetica,sans-serif;
    font-size: 14px;
}

.page {
    padding-bottom: 50px;
}

a {
    color: #7b0039;
}

span a {
    color: inherit;
}

.txt p {
    padding-bottom: 10px;
}

.editor_font_pinyon_script {
    font-family: 'Pinyon Script',cursive;
    font-weight: 400;
}

.editor_company_name {
    font-family: 'Pinyon Script',cursive;
    font-weight: 400;
    font-size: 68px;
    color: #aeaca6;
}

.editor_text_uppercase {
    text-transform: uppercase;
}

.editor_tagline {
    color: #898684;
}

.editor_color_gold {
    color: #896101;
}

h2, h4, h6 {
    color: #473F3B;
}

h1 {
    font-size: 42px;
    /*
    font-family: 'Pinyon Script',cursive;

    */
    font-family: 'Lucida Sans',Arial,Helvetica,sans-serif;

    color: #7b0039;
}

h2 {
    /*
    font-family: 'Pinyon Script',cursive;

    */
    font-family: 'Lucida Sans',Arial,Helvetica,sans-serif;
    font-size: 28px;
}

h3 {
    font-size: 34px;
    /*
    font-family: 'Pinyon Script',cursive;

    */
    font-family: 'Lucida Sans',Arial,Helvetica,sans-serif;
    color: #7b0039;
    padding-bottom: 10px;
}

h4 {
    font-size: 16px;
    padding-bottom: 10px;
}

h5 {
    font-size: 24px;
    font-family: 'Pinyon Script',cursive;
    color: #7b0039;
}

h6 {
    font-size: 10px;
}

.nav_theme {
    background-color: #7b0039;
    background-image: -moz-linear-gradient(top,rgba(123,0,57,1) 0,rgba(34,0,16,1) 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(123,0,57,1)),color-stop(100%,rgba(34,0,16,1)));
    background-image: -webkit-linear-gradient(top,rgba(123,0,57,1) 0,rgba(34,0,16,1) 100%);
    background-image: -o-linear-gradient(top,rgba(123,0,57,1) 0,rgba(34,0,16,1) 100%);
    background-image: -ms-linear-gradient(top,rgba(123,0,57,1) 0,rgba(34,0,16,1) 100%);
    background-image: linear-gradient(to bottom,rgba(123,0,57,1) 0,rgba(34,0,16,1) 100%);
    margin: 0;
    padding: 16px;
}

    .nav_theme ul {
        margin: 0;
    }

    .nav_theme > ul > li > a {
        font-size: 16px;
        display: block;
        padding: 10px 15px 10px 15px;
        border: 1px solid transparent;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        text-decoration: none;
        color: #fff;
        font-weight: normal;
        margin-right: 20px;
        -webkit-transition: all .15s ease-in;
        -moz-transition: all .15s ease-in;
        -ms-transition: all .15s ease-in;
        -o-transition: all .15s ease-in;
        transition: all .15s ease-in;
        font-style: italic;
    }

    .nav_theme > ul > li:hover > a, .nav_theme > ul > li.active > a, .nav_theme > a:active {
        color: #ABABAB;
    }

    .nav_theme .nav-subnav {
        background: #7b0039;
        border: 0 none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -moz-box-shadow: 0 0 10px rgba(0,0,0,.3);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,.3);
        box-shadow: 0 0 10px rgba(0,0,0,.3);
    }

        .nav_theme .nav-subnav li a {
            padding: 6px 12px;
            font-size: 13px;
            border-top: 0 solid #882c07;
            color: #fff;
            line-height: 1.5;
        }

        .nav_theme .nav-subnav li:hover > a {
            color: #ABABAB;
            background-color: #220010;
        }

.form-submit, .button_orange {
    position: relative;
    color: #fff;
    background-color: #7b0039;
    background-image: -moz-linear-gradient(top,rgba(123,0,57,1) 0,rgba(34,0,16,1) 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(123,0,57,1)),color-stop(100%,rgba(34,0,16,1)));
    background-image: -webkit-linear-gradient(top,rgba(123,0,57,1) 0,rgba(34,0,16,1) 100%);
    background-image: -o-linear-gradient(top,rgba(123,0,57,1) 0,rgba(34,0,16,1) 100%);
    background-image: -ms-linear-gradient(top,rgba(123,0,57,1) 0,rgba(34,0,16,1) 100%);
    background-image: linear-gradient(to bottom,rgba(123,0,57,1) 0,rgba(34,0,16,1) 100%);
    padding: 10px 21px 11px 20px;
    -webkit-box-shadow: 1px 1px 5px rgba(50,50,50,0.75);
    -moz-box-shadow: 1px 1px 5px rgba(50,50,50,0.75);
    box-shadow: 1px 1px 5px rgba(50,50,50,0.75);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .15s ease-in;
    -moz-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    transition: all .15s ease-in;
    border: 0 none;
}

    .form-submit:hover, .button_orange:hover {
        background-color: #220010;
        background-image: -moz-linear-gradient(top,rgba(34,0,16,1) 0,rgba(123,0,57,1) 100%);
        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(34,0,16,1)),color-stop(100%,rgba(123,0,57,1)));
        background-image: -webkit-linear-gradient(top,rgba(34,0,16,1) 0,rgba(123,0,57,1) 100%);
        background-image: -o-linear-gradient(top,rgba(34,0,16,1) 0,rgba(123,0,57,1) 100%);
        background-image: -ms-linear-gradient(top,rgba(34,0,16,1) 0,rgba(123,0,57,1) 100%);
        background-image: linear-gradient(to bottom,rgba(34,0,16,1) 0,rgba(123,0,57,1) 100%);
        color: #ffa401;
    }

.map {
    border: 1px solid #7b0039;
}

input.form-value, textarea.form-value {
    background: transparent;
    border: 1px solid #473F3B;
}

input.form-value-invalid, textarea.form-value-invalid {
    border-color: red;
    background-color: pink;
}

.shape_border {
    background: #eceae4;
    background: rgba(236,234,228,.60);
    border: 1px solid #c2beb3;
}

.shape_invisible_group {
    background: #a5a5a5;
    background: rgba(50,50,50,.10);
    opacity: 0;
}

.shape_transparent {
    background: #a5a5a5;
    background: rgba(50,50,50,.10);
}

.shape_menu_bg {
    background: #7b0039;
    background: -moz-linear-gradient(top,rgba(123,0,57,1) 0,rgba(34,0,16,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(123,0,57,1)),color-stop(100%,rgba(34,0,16,1)));
    background: -webkit-linear-gradient(top,rgba(123,0,57,1) 0,rgba(34,0,16,1) 100%);
    background: -o-linear-gradient(top,rgba(123,0,57,1) 0,rgba(34,0,16,1) 100%);
    background: -ms-linear-gradient(top,rgba(123,0,57,1) 0,rgba(34,0,16,1) 100%);
    background: linear-gradient(to bottom,rgba(123,0,57,1) 0,rgba(34,0,16,1) 100%);
}

.wsb-media-gallery-slider.bordered {
    border-color: #323232;
    border-color: rgba(50,50,50,.10);
}

.wsb-media-gallery-pagination :hover, .wsb-media-gallery-pagination .active {
    background: #7b0039;
}

.footer {
    width: 100% !important;
    background: #000;
    padding-bottom: 0;
    border-top: 0 solid #bbb8af;
}

    .footer, .footer a {
        color: #aba79f;
        text-decoration: none;
    }

.footer-container {
    position: absolute;
    width: 960px;
    left: 50%;
    margin-left: -480px;
    background-color: #000;
}

#locu-render-output .locu-wsb {
    font-family: Arial,Helvetica,sans-serif;
    color: #000;
    padding: 0 10px;
}

    #locu-render-output .locu-wsb .locu-nav {
        text-align: center;
    }

        #locu-render-output .locu-wsb .locu-nav .locu-tab {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            border-top: 0;
            border-left: 0;
            border-right: 0;
            border-width: 1px;
            text-transform: none;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 0;
            padding-left: 0;
            padding-right: 0;
            margin: 0 20px 0 20px;
        }

            #locu-render-output .locu-wsb .locu-nav .locu-tab.locu-active {
                border-color: #340000;
                color: #7b0039;
            }

            #locu-render-output .locu-wsb .locu-nav .locu-tab:hover {
                border-top: 0;
                border-left: 0;
                border-right: 0;
            }

    #locu-render-output .locu-wsb .locu-section-name-inner:before, #locu-render-output .locu-wsb .locu-section-name-inner:after {
        display: none;
    }

    #locu-render-output .locu-wsb .locu-section-name {
        text-align: center;
        text-transform: none;
        letter-spacing: 0;
        font-family: 'Pinyon Script',cursive;
        font-weight: 400;
        color: #7b0039;
    }

    #locu-render-output .locu-wsb .locu-section-name-inner {
        font-size: 60px;
        line-height: 60px;
        padding: 25px 0;
    }

    #locu-render-output .locu-wsb .locu-subsection-name {
        color: #7b0039;
        text-align: center;
        text-transform: none;
        letter-spacing: 0;
        font-size: 16px;
    }

    #locu-render-output .locu-wsb .locu-menu-item .locu-menu-item-name {
        font-weight: normal;
    }

    #locu-render-output .locu-wsb .locu-menu-item-name {
        display: inline;
        margin-right: 10px;
        color: #000;
    }

    #locu-render-output .locu-wsb .locu-menu-item-price {
        display: inline;
        position: static;
        color: #000;
    }

    #locu-render-output .locu-wsb .locu-note {
        text-align: center;
        margin: 0 auto;
        font-style: normal;
    }

    #locu-render-output .locu-wsb.locu-attribution-footer {
        padding-top: 30px;
        text-align: center;
    }

#locu-render-output .locu-web-menu .locu-wsb .locu-subsection {
    width: 80%;
    margin: 0 auto;
}

#locu-render-output .locu-web-menu .locu-wsb .locu-note {
    width: 70%;
}

#locu-render-output .locu-mobile-menu .locu-wsb .locu-section-name-inner {
    text-align: center;
    max-width: 100%;
}

#locu-render-output .locu-mobile-menu .locu-wsb .locu-nav .locu-tab {
    margin-right: 10px;
}

#locu-render-output .locu-mobile-menu .locu-wsb .locu-menu-item-price, #locu-render-output .locu-web-menu .locu-wsb .locu-menu-item-price {
    display: block;
}

.addthis-smartlayers h2 {
    background-color: transparent !important;
    border: none !important;
}

.form-submit {
    margin-top: 30px !important;
}

a[href^="tel:"] {
    color: inherit;
    text-decoration: none;
}

.mobilepod .txt table {
    width: 100% !important;
    table-layout: fixed;
}

.customform input.form-value.datefield {
    padding-top: 6px !important;
}
