/* --- Global Styles --- */
@font-face {
    font-family: Helvetica;
    src: url('../Fonts/ABeeZee-Regular.otf');
}

html {
    /*overflow-x: hidden;*/
}

body {
    background-color: #dadbdc;
    font-family: 'Maven Pro', Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    /*overflow-x: hidden;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Maven Pro', Arial, sans-serif;
    font-weight: 700;
}

h1, h2 {
    color: #009ADA;
    font-size: 30px;
    line-height: 1em;
    margin-top: 0;
}

h3 {
    font-family: Arial, sans-serif;
}

p {
    font-family: Arial, sans-serif;
}

a {
    color: #009ada;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

strong {
    color: #000;
}

label {
    display: inline;
}

.pull-left {
    float: left;
}

.mobile-show {
    display: none;
}

.jquery-modal > .modal {
    max-width: 700px;
}

.jquery-modal > div.modal iframe {
    margin: 0 auto;
    width: 100%;
}

/* --- Layout Styles --- */

#layout-header,
#layout-featured,
#layout-before-main,
#layout-main,
#layout-after-main,
#layout-tripel {
    padding: 0 20px;
}

@media (min-width: 1140px) {
    #layout-header,
    #layout-featured,
    #layout-before-main,
    #layout-main,
    #layout-after-main,
    #layout-tripel {
        padding: 0;
        width: 1200px;
    }
}

#layout-header,
#layout-footer {
    position: relative;
    z-index: 10;
}

#layout-main-container {
    position: relative;
}


/* --- Header Styles --- */

#header {
}

    #header .zone-header {
        padding: 22px 0 10px;
    }

        #header .zone-header:after {
            clear: both;
            content: '';
            display: table;
        }

    #header #logo {
        float: left;
        margin-bottom: 5px;
        margin-top: 40px;
    }

        #header #logo img.print {
            display: none;
        }

    #header .widget-HeaderLinks {
        background-color: #333a56;
        color: #FFFFFF;
        display: block;
        float: left;
        font-size: 12px;
        padding: 5px;
        position: absolute;
    }

        #header .widget-HeaderLinks p {
            margin: 0;
        }

        #header .widget-HeaderLinks a {
            color: #FFFFFF;
            font-size: 12px;
            text-decoration: none;
        }

            #header .widget-HeaderLinks a:hover {
                color: #FFFFFF;
                text-decoration: underline;
            }

    #header .widget-HeaderBannerAd {
        float: right;
        height: 115px;
        margin: 0 0 0 60px;
    }

    @media (min-width: 1366px) {
        #header .widget-HeaderBannerAd {
            float: left;
        }
    }

        #header .widget-HeaderBannerAd p {
            margin: 0;
        }

#header .widget-SocialMedia {
    background-color: #333a56;
    float: right;
    height: 50px;
    width: 185px;
}

        #header .widget-SocialMedia p {
            height: 50px;
            margin: 0;
            padding: 0;
            text-align: center;
        }

            #header .widget-SocialMedia p img {
                border: 0;
                float: left;
                margin: 15px 6px;
            }

#header .widget-GetTheGuide {
    clear: right;
    float: right;
    margin: 0 0 10px 10px;
    height: 50px;
    width: 185px;
    background-color: #333a56;
}

        #header .widget-GetTheGuide p {
            margin: 0;
            text-align: left;
        }

        #header .widget-GetTheGuide a {
            color: #FFF;
            display: inline;
            float: left;
            font-family: 'Maven Pro', Arial, sans-serif;
            font-size: 18px;
            font-weight: 700;
            padding-top: 4px;
            padding-left: 7px;
            text-decoration: none;
            vertical-align: middle;
            width: 90px;
        }

        #header .widget-GetTheGuide img {
            float: right;
            padding-right: 4px;
        }


    /* --- Header Search --- */

    #header .homepage .widget-HeaderSearch {
        display: none;
    }

#header .widget-HeaderSearch {
    background-color: #333a56;
    clear: right;
    float: right;
    margin-top: 10px;
    padding: 5px;
    width: 371px;
}

        #header .widget-HeaderSearch h2 {
            color: #FFF;
            float: left;
            font-family: 'Maven Pro', Arial, sans-serif;
            font-size: 18px;
            font-weight: 700;
            line-height: 28px;
            margin: 0 0 0 5px;
            padding: 0;
        }

        #header .widget-HeaderSearch fieldset {
            border: 0;
            clear: none;
            float: right;
            margin: 0;
            padding: 0;
        }

        #header .widget-HeaderSearch form {
            float: right;
            margin: 0;
            padding: 0;
        }

        #header .widget-HeaderSearch input {
            border: 0;
            border-radius: 0;
            float: left;
            height: 18px;
            margin: 0 5px 0 0;
            padding: 5px;
            width: 252px;
        }

            #header .widget-HeaderSearch input::-webkit-input-placeholder {
                color: #FFF;
            }

            #header .widget-HeaderSearch input::-moz-placeholder {
                color: #FFF;
            }

            #header .widget-HeaderSearch input:-moz-placeholder {
                color: #FFF;
            }

            #header .widget-HeaderSearch input:-ms-input-placeholder {
                color: #FFF;
            }

        #header .widget-HeaderSearch button {
            background: url(../images/btn_go.gif) no-repeat;
            border: 0;
            float: right;
            height: 28px;
            margin: 0;
            padding: 0;
            text-indent: -9999px;
            width: 35px;
        }

    #header .jQuery {
        display: none;
    }


/* --- Main Menu Styles --- */

#main-navigation {
    background-color: #333a56;
    display: block;
    height: 43px;
    position: relative;
    width: 958px;
    z-index: 11;
    
}

@media (min-width: 768px) {
    #main-navigation {
        margin-left: 20px;
    }
}

@media (min-width: 1024px) {
    #main-navigation {       
        margin-left: 32px;
    }
}

@media (min-width: 1200px) {
    #main-navigation {
        width: 1020px;
        margin: 0 auto;
    }
}

@media (min-width: 1366px) {
    #main-navigation {
        width: 1200px;
    }
}

#main-navigation ul li {
    background: url(../images/nav-item-border.gif) transparent no-repeat center right;
    border: none;
    margin: 0;
    padding-right: 1px;
}

    #main-navigation ul li.dropdown {
        position: static;
    }

    #main-navigation ul li.current,
    #main-navigation ul li.last {
        background: none;
    }

    #main-navigation ul li.last {
        padding-right: 0;
    }

    #main-navigation ul li a {
        color: #FFF;
        cursor: pointer;
        font-family: 'Maven Pro', Arial, sans-serif;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: -1px;
        line-height: 43px;
        padding: 0 35px;
        text-decoration: none;
        text-transform: uppercase;
    }

        #main-navigation ul li.last a {
            padding-left: 14px;
            padding-right: 14px;
        }

        @media (min-width: 1024px) {
            #main-navigation ul li a {
                padding: 0 19px;
                font-size: 16px;
            }
        }

        @media (min-width: 1336px) {
            #main-navigation ul li a {
                padding: 0 35px;
            }
        }

#main-navigation ul li:hover, #main-navigation ul li.current {
    background-color: #52658f;
    background-image: none;
}

#main-navigation nav > ul > li > ul {
    background-color: #52658f;
    border: 0;
    margin: 0;
    width: 185px;
    z-index: 11;
}

#main-navigation ul li ul li {
    background-color: #333a56;
    background-image: none;
    position: relative;
    z-index: 11;
}

    #main-navigation ul li ul li:hover {
        background-image: url(../images/nav-arrow.png);
        background-position: center right;
        background-repeat: no-repeat;
    }

    #main-navigation ul li ul li a {
        line-height: 20px;
        padding: 7px 30px 7px 18px;
    }

#main-navigation ul > li > ul > li > ul {
    border: none;
    color: #FFF;
    left: 185px;
    margin: 0;
    padding: 0 60px 60px 0;
    top: 0;
}

#main-navigation ul > li.last > ul > li > ul {
    left: auto;
    right: 185px;
}

#main-navigation ul > li > ul > li > ul > li {
    border-left: solid 1px #FFF;
}

    #main-navigation ul > li > ul > li > ul > li:hover {
        background-image: none;
    }

#main-navigation ul > li.last > ul > li > ul > li {
    border-left: 0;
    border-right: solid 1px #FFF;
}

#main-navigation ul li .flyout-title {
    font-size: 16px;
    font-weight: 900;
    padding: 10px 10px 20px;
    width: 415px;
}

    #main-navigation ul li .flyout-title.one {
        width: 125px;
    }

    #main-navigation ul li .flyout-title.two {
        width: 270px;
    }

    #main-navigation ul li .flyout-title.three {
        width: 415px;
    }

#main-navigation ul li a.featured {
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 140px;
    line-height: 16px;
    margin: 0 10px;
    /*overflow: hidden;*/
    padding: 0;
    width: 125px;
}

    #main-navigation ul li a.featured:nth-child(4) {
        margin-right: 0;
    }

    #main-navigation ul li a.featured.home-rentals {
        margin-bottom: 30px;
    }

    #main-navigation ul li a.featured .default-image {
        height: 85px;
        margin-bottom: 5px;
        width: 125px;
    }

        #main-navigation ul li a.featured .default-image img {
            height: 100%;
            width: 100%;
        }

#main-navigation ul li .flyout-clear {
    clear: both;
    height: 41px;
}

#main-navigation ul li a.view-all {
    bottom: 5px;
    font-size: 18px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 14px;
}

    #main-navigation ul li a.view-all:hover {
        text-decoration: underline;
    }

#main-navigation ul.menu > li.dropdown > ul > li.dropdown > ul {
    display: none;
}

#main-navigation ul li a.featured:nth-child(4) {
    margin-right: 0;
}

#main-navigation ul li a.featured.home-rentals {
    margin-bottom: 30px;
}

#main-navigation ul li a.featured .default-image {
    height: 85px;
    margin-bottom: 5px;
    width: 125px;
}

    #main-navigation ul li a.featured .default-image img {
        height: 100%;
        width: 100%;
    }

#main-navigation ul li .flyout-clear {
    clear: both;
    height: 41px;
}

#main-navigation ul li a.view-all {
    bottom: 5px;
    font-size: 18px;
    font-weight: 900;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 14px;
}

    #main-navigation ul li a.view-all:hover {
        text-decoration: underline;
    }

#main-navigation ul.menu > li.dropdown > ul > li.dropdown > ul {
    display: none;
}


/* --- Featured Image Styles --- */

#layout-featured .featured-image {
    height: 735px;
    left: 50%;
    margin-left: -600px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1200px;
    z-index: 0;
}


/* --- Main Nivo Slider Styles --- */

#layout-featured #slides-wrapper {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}


#layout-featured .nivoSlider img {
}

#layout-featured .nivo-directionNav a {
    display: none;
}

#layout-featured .nivo-controlNav {
    display: none;
}

/* --- Before Main Styles --- */

#layout-before-main {
    position: relative;
}

.zone-before-main {
    margin: 0;
    padding: 0;
}

    .zone-before-main:before {
        content: "";
        display: table;
    }
    /* --- Email Signup Styles --- */

    .zone-before-main .widget-EmailSignup,
    .zone-before-main .widget-Search,
    .zone-before-main .social-links,
    .zone-before-main .get-guide,
    .zone-before-main .youtube-video,
    .zone-before-main .widget-BookDirect {
        display: none;
        float: left;
    }

    @media (min-width: 768px) {
        .zone-before-main .widget-EmailSignup,
        .zone-before-main .widget-Search,
        .zone-before-main .social-links,
        .zone-before-main .get-guide,
        .zone-before-main .youtube-video,
        .zone-before-main .widget-BookDirect {
            display: inline-block;
        }
    }

@media (min-width: 997px) {
    .zone-before-main .widget-EmailSignup,
    .zone-before-main .widget-Search,
    .zone-before-main .social-links,
    .zone-before-main .get-guide,
    .zone-before-main .youtube-video,
    .zone-before-main .widget-BookDirect {
        display: block;
    }

    .zone-before-main .get-guide,
    .zone-before-main .youtube-video,
    .zone-before-main .widget-BookDirect,
    .zone-before-main .widget-projection-widget {
        height: 316px;
        box-sizing: border-box;
        overflow: hidden;
    }
}

.zone-before-main .widget-EmailSignup {
    background-color: #009ada;
    padding: 10px;
    width: 231px;
    height: 42px;
}

@media (min-width: 1366px) {
    .zone-before-main .widget-EmailSignup {
        width: 305px;
    }
}

    .zone-before-main .widget-EmailSignup a {
        text-decoration: none;
        text-transform: uppercase;
        line-height: 3;
        color: #FFF;
        display: block;
        font-size: 16px;
        font-weight: 900;
    }

/* --- Content Search Styles --- */

.zone-before-main .widget-Search {
    background-color: #009ADA;
    padding: 17px;
    width: 439px;
    margin: 0 15px;
    position: relative;
}

@media (min-width: 1366px) {
    .zone-before-main .widget-Search {
        width: 500px;
    }
}

    .zone-before-main .widget-Search header h2 {
        color: #FFF;
        float: left;
        font-family: 'Maven Pro', Arial, sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 27px;
        margin: 0;
    }

    .zone-before-main .widget-Search fieldset {
        clear: none;
        float: right;
    }

    .zone-before-main .widget-Search fieldset {
        border: 0;
        margin: 0;
        padding: 0;
    }

    .zone-before-main .widget-Search form {
        float: right;
        margin: 0;
        padding: 0;
    }

    .zone-before-main .widget-Search input {
        border: 0;
        border-radius: 0;
        float: left;
        height: 18px;
        margin: 0 5px 0 0;
        padding: 5px;
        width: 340px;
    }

        .zone-before-main .widget-Search input::-webkit-input-placeholder {
            color: #FFF;
        }

        .zone-before-main .widget-Search input::-moz-placeholder {
            color: #FFF;
        }

        .zone-before-main .widget-Search input:-moz-placeholder {
            color: #FFF;
        }

        .zone-before-main .widget-Search input:-ms-input-placeholder {
            color: #FFF;
        }

    .zone-before-main .widget-Search a {
        border: 0;
        height: 28px;
        margin: 0;
        padding: 0;
        width: 35px;
        position: absolute;
        right: 13px;
        top: 20px;
        font-size: 20px;
    }

/* --- Social Media --- */

.zone-before-main .social-links {
    background-color: #2FADE2;
    height: 62px;
    width: 206px;
}

    .zone-before-main .social-links p {
        height: 50px;
        margin: 0;
        padding: 0;
        text-align: center;
        font-size: 27px;
        line-height: 65px;
    }

    @media (min-width: 1366px) {
        .zone-before-main .social-links {
            width: 310px;
        }

            .zone-before-main .social-links p {
                font-size: 34px;
            }
    }

    .zone-before-main .social-links a {
        color: #ffffff;
        padding: 0 5px;
    }

    .zone-before-main .social-links p img {
        border: 0;
        margin: 15px 6px;
    }

/* --- Second Row*/
.zone-before-main .get-guide {
    background-color: #009ADA;
    width: 260px;
    padding: 10px 0;
    text-align: center;
    margin-top: 10px;
    margin-right: 15px;
}

    .zone-before-main .get-guide strong {
        color: #fff;
    }

    @media (min-width: 1024px) {
        .zone-before-main .get-guide {
        width: 220px;
        }
    }

@media (min-width: 1366px) {
    .zone-before-main .get-guide {
        width: 260px;
    }
}

    .zone-before-main .get-guide p {
        padding: 0 15px;
        margin-bottom: 0;
    }

    .zone-before-main .get-guide img {
        max-width: 100%;
        height: auto;
        margin: auto;
    }

    .zone-before-main .get-guide a {
        text-decoration: none;
        color: #ffffff;
    }

    .zone-before-main .get-guide h2 {
        color: #ffffff;
    }

.zone-before-main .youtube-video {
    width: 360px;
    background-color: #333a56;
    padding: 10px;
    margin-top: 10px;
    box-sizing: border-box;
    margin-right: 15px;
    text-align: center;
    min-height: 260px;
}

@media (min-width: 1024px) {
    .zone-before-main .youtube-video {
        width: 251px;
    }
}

@media (min-width: 1366px) {
    .zone-before-main .youtube-video {
        width: 325px;
    }
}

    .zone-before-main .youtube-video h2 {
        color: #ffffff;
    }

    .zone-before-main .youtube-video a {
        display: block;
        position: relative;
    }

    .zone-before-main .youtube-video svg {
         position: absolute;
        left: 50%;
        top: 50%;
        width: 68px;
        height: 48px;
        margin-left: -34px;
        margin-top: -24px;
         -moz-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
        -webkit-transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
        transition: opacity .25s cubic-bezier(0.0,0.0,0.2,1);
        z-index: 63;
    }

    .zone-before-main .youtube-video a:hover .play-button-bg {   
        fill: #f00;
    }

    .zone-before-main .youtube-video iframe {
        width: 189px;
        height: 175px;
        padding: 0 15px;
    }

.zone-before-main .widget-BookDirect {
    width: 310px;
    margin-top: 10px;
    background-color: #333a56;
    min-height: 281px;
}

    @media (min-width: 1024px) and (max-width: 1200px) {
        .zone-before-main .widget-BookDirect {
            width: 207px;
        }
    }

    .zone-before-main .widget-BookDirect header {
        text-align: center;
        padding: 10px;
    }

        .zone-before-main .widget-BookDirect header h2 {
            color: #FFF;
            font-family: 'Maven Pro', Arial, sans-serif;
            font-size: 28px;
            font-weight: 700;
            margin: 0;
            padding: 0;
        }

    .zone-before-main .widget-BookDirect > p {
        margin: 0;
    }

/* --- Before Main Callout Styles --- */


#layout-before-main article.four-column-callouts {
    background-color: #FFFFFF;
    border-top: 10px solid #2FADE2;
    box-shadow: 0 5px 20px -10px #333333;
    padding: 20px 20px 0;
}

#layout-before-main article[class*="dashboard"] ul {
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 1140px) {
    #layout-before-main article[class*="dashboard"] ul {
        width: 1110px;
    }
}

#layout-before-main article[class*="dashboard"] ul:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

#layout-before-main article[class*="dashboard"] ul li {
    background-color: #C4E4F2;
    border: solid 5px #2FADE2;
    display: inline-block;
    list-style: none;
    margin: 0 32px;
    padding: 0;
    height: auto;
    width: 210px;
    overflow: hidden;
}

@media (min-width: 1140px) {
    #layout-before-main article[class*="dashboard"] ul li {
        height: 365px;
    }
}

#layout-before-main article.widget-member-dashboard ul li {
    margin: 0 72px;
    width: 220px;
}

#layout-before-main article[class*="dashboard"] ul li.first {
    margin-left: 0;
}

#layout-before-main article[class*="dashboard"] ul li.last {
    margin-right: 0;
}

#layout-before-main article[class*="dashboard"] ul li h3 {
    color: #2FADE2;
    margin: 0;
    padding: 0 10px;
    text-align: center;
}

#layout-before-main article[class*="dashboard"] ul li img {
    display: block;
    height: 148px;
    margin: 0 auto 10px;
    width: 220px;
}

#layout-before-main article.four-column-callouts ul li img {
    height: 140px;
    max-width: 100%;
}

#layout-before-main article[class*="dashboard"] ul li p {
    color: #175572;
    margin: 0;
    padding: 10px;
    text-align: justify;
    position: relative;
}

@media (min-width: 1140px) {
    #layout-before-main article[class*="dashboard"] ul li p {
        height: 145px;
    }
}

#layout-before-main article[class*="dashboard"] ul li p > a {
    display: block;
}

@media (min-width: 1140px) {
    #layout-before-main article[class*="dashboard"] ul li p > a {
        position: absolute;
        bottom: 0;
    }
}

/* -- YouTube and Banner -- */

.widget-eventsvideo, .widget-bannercallouts {
    display: inline-block;
    float: none !important;
    margin-left: 0 !important;
    vertical-align: middle;
    width: 100%;
}

    .widget-eventsvideo iframe {
        width: 100% !important;
    }

@media (min-width: 1024px) {

    .widget-eventsvideo, .widget-bannercallouts {
        width: 49%;
    }

        .widget-eventsvideo iframe {
            width: 80% !important;
        }

        .widget-bannercallouts ul {
            text-align: right;
            margin: 0;
        }

            .widget-bannercallouts ul > li {
                width: 212px;
                display: inline-block;
            }
}

@media (min-width: 1200px) {
    .widget-bannercallouts ul > li {
        width: 270px;
    }
}





/* --- Main Container Styles --- */

.aside-12 #layout-main, .aside-1 #layout-main, .aside-2 #layout-main {
    background-color: #FFF;
    box-shadow: 0 10px 20px -10px #333333;
    margin-bottom: 50px;
    /*padding: 20px 0px;*/
}

/* --- Home Page Styles --- */
.url-home #layout-main {
    background-color: transparent !important;
    box-shadow: none;
}
/* --- Before Content Styles --- */

#before-content {
    position: relative;
}

    #before-content .zone {
        padding: 0;
    }


    /* --- Search Results Tab Styles --- */

    #before-content .search-tabs-widget {
        background-color: #EEA915;
        display: block;
        height: 40px;
        margin-top: 20px;
        overflow: hidden;
        width: 980px;
    }

        #before-content .search-tabs-widget .tab {
            background-color: #EEA915;
            border: 0;
            border-radius: 0;
            float: left;
            display: block;
        }

            #before-content .search-tabs-widget .tab a {
                border-right: solid 1px #FFF;
                font-size: 18px;
                font-weight: 700;
                height: 30px;
                line-height: 30px;
                margin: 5px 0;
                padding: 0 4px;
                text-align: center;
                text-transform: uppercase;
            }

            #before-content .search-tabs-widget .tab:last-child a {
                border-right: 0;
            }

            #before-content .search-tabs-widget .tab a.active {
                background-color: #2FADE2;
                border-right: 0;
                cursor: default;
                margin: 0 0 0 -1px;
                padding: 5px 4px;
                text-decoration: none;
            }

            #before-content .search-tabs-widget .tab a[data-type="Lodging"] {
                width: 215px;
            }

            #before-content .search-tabs-widget .tab a[data-type="Recreation"] {
                width: 355px;
            }

            #before-content .search-tabs-widget .tab a[data-type="Event"] {
                width: 135px;
            }

            #before-content .search-tabs-widget .tab a[data-type="Business"] {
                width: 241px;
            }


/* --- Search Results Filter Styles --- */

.widget-search-filters-widget {
    position: relative;
}

#before-content .search-filters-widget, #before-content .advanced-search-widget {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #2FADE2;
    border-bottom: 0px solid #FFF;
    margin-bottom: -40px;
    padding-left: 30px;
    padding-right: 30px;
}

#before-content .widget-search-tabs-widget + .widget-search-filters-widget .search-filters-widget {
    border-bottom: 40px solid #FFF;
    margin-bottom: -30px;
}

#before-content .advanced-search-widget {
    color: #FFFFFF;
    font-family: 'Maven Pro', Arial, sans-serif;
}

    #before-content .advanced-search-widget.hidden {
        display: none;
    }

    #before-content .advanced-search-widget li {
        list-style: none;
    }

    #before-content .advanced-search-widget ul {
        width: 50%;
        float: left;
        margin: 0 0 10px;
    }

@media (min-width: 992px) {
    #before-content .advanced-search-widget ul {
        width: 30%;
    }
}

#before-content .steadyrain.search-filters-widget.hide-controls .control-group {
    display: none;
}

#before-content .steadyrain.search-filters-widget.hide-controls {
    padding-top: 0;
    padding-bottom: 0;
}

#before-content .steadyrain.search-filters-widget #show-advanced-search-wrapper label a {
    text-decoration: underline;
}

#before-content .steadyrain.search-filters-widget #show-advanced-search-wrapper a {
    color: white;
}

#before-content .steadyrain.search-filters-widget.hide-controls .control-group.sort {
    display: block;
    bottom: -100px;
}

#before-content .search-filters-widget form {
    margin-bottom: 0;
}

#before-content .search-filters-widget .control-group {
    float: left;
    margin: 0;
}

    #before-content .search-filters-widget .control-group label,
    #before-content .advanced-search-widget #hide-advanced-search {
        color: #FFF;
        cursor: auto;
        font-family: 'Maven Pro', Arial, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
    }

    #before-content .search-filters-widget .control-group.features {
        margin-left: 150px;
    }

        #before-content .search-filters-widget .control-group.features .controls {
        }

            #before-content .search-filters-widget .control-group.features .controls:last-child {
                margin-top: 5px;
            }

    #before-content .search-filters-widget .control-group.refine .controls {
    }

        #before-content .search-filters-widget .control-group.refine .controls:last-child {
            margin-top: 5px;
        }

    #before-content .search-filters-widget .control-group.location label.control-label {
        display: block;
        padding-left: 75px;
    }

    #before-content .search-filters-widget .control-group.location,
    #before-content .search-filters-widget .control-group.sort {
        width: 275px;
    }

    #before-content .search-filters-widget .control-group.location {
        float: none;
        clear: both;
        margin: 0 auto;
        padding-top: 20px;
    }

    @media (min-width: 1200px) {
        #before-content .search-filters-widget .control-group.location {
            float: right;
            clear: none;
            padding-top: 0;
        }
    }

        #before-content .search-filters-widget .control-group.location .region {
        }

        #before-content .search-filters-widget .control-group.location .city {
            margin-top: 5px;
        }

    #before-content .search-filters-widget .control-group.sort {
        bottom: -55px;
        position: absolute;
        right: 30px;
        z-index: 10;
    }

#before-content .widget-search-tabs-widget + .widget-search-filters-widget .search-filters-widget .control-group.sort {
    bottom: -20px;
}

#before-content .search-filters-widget .control-group .left-label {
    font-style: italic;
    font-weight: normal;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-align: right;
    text-transform: none;
    width: 60px;
}

#before-content .search-filters-widget .control-group.sort label {
    color: #2FADE2;
}

#before-content .search-filters-widget .control-group.location div.controls,
#before-content .search-filters-widget .control-group.sort div.controls {
    float: right;
    margin-left: 10px;
}

#before-content .search-filters-widget .control-group.start-date {
    margin-left: 90px;
}

@media (min-width: 1200px) {
    #before-content .search-filters-widget .control-group.start-date {
        margin-left: 0;
    }
}

#before-content .search-filters-widget .control-group.end-date {
    margin-left: 90px;
}

#before-content .search-filters-widget .control-group.event-type {
    margin-left: 90px;
}

#before-content .search-filters-widget div.controls {
    background: url(../images/btn_down.png) #2892BF 185px 50% no-repeat;
    border: 0;
    border-radius: 0;
    height: 22px;
    overflow: hidden;
    width: 200px;
}

    #before-content .search-filters-widget div.controls select {
        -webkit-appearance: none;
        background: transparent;
        border: 0;
        border-collapse: collapse;
        border-radius: 0;
        color: #FFF;
        font-family: 'Maven Pro', Arial, sans-serif;
        font-size: 12px;
        height: 22px;
        line-height: 12px;
        padding: 3px;
        margin-top: -2px;
        width: 225px;
    }

    #before-content .search-filters-widget div.controls option {
        background-color: #2892BF;
        color: #FFF;
    }

#before-content .search-filters-widget .control-group.start-date div.controls,
#before-content .search-filters-widget .control-group.end-date div.controls {
    background: none;
    border: 0;
}

#before-content .search-filters-widget div.controls .datepicker {
    margin: 0;
    padding: 0;
}

    #before-content .search-filters-widget div.controls .datepicker:before,
    #before-content .search-filters-widget div.controls .datepicker:after {
        display: none;
    }


    #before-content .search-filters-widget div.controls .datepicker input {
        background: #2892BF;
        border: 0;
        border-radius: 0;
        color: #FFF;
        cursor: not-allowed;
        font-family: 'Maven Pro',Arial,sans-serif;
        font-size: 12px;
        height: 18px;
        margin: 0;
        padding: 3px;
        width: 170px;
        -webkit-text-fill-color: #FFF;
        -webkit-opacity: 1;
    }

    #before-content .search-filters-widget div.controls .datepicker span {
        background: url(../images/icon_calendar.png) no-repeat;
        border: 0;
        border-radius: 0;
        cursor: pointer;
        height: 15px;
        margin: 3px 0 4px 5px;
        padding: 0;
        width: 16px;
    }

        #before-content .search-filters-widget div.controls .datepicker span i {
            background: none;
            border: 0;
            height: auto;
            margin: 0;
            padding: 0;
            width: auto;
        }

#before-content .widget-search-filters-widget .search-title {
    bottom: -25px;
    color: #175572;
    font-size: 30.5px;
    left: 30px;
    margin: 0;
    position: absolute;
}

/* --- Aside First / Left Styles --- */

.aside-12 .aside-first, .aside-1 .aside-first {
    padding-left: 20px;
    position: relative;
    width: 220px;
}

    .aside-12 .aside-first .zone, .aside-1 .aside-first .zone {
        padding: 0;
    }


/* --- Aside First / Center Styles --- */

.aside-12 #layout-content {
    margin: 0;
    padding: 0;
    width: 500px;
}

    .aside-12 #layout-content .wrapper, .aside-1 #layout-content .wrapper, .aside-2 #layout-content .wrapper {
        border-top: 0;
        box-shadow: none;
        margin: 0;
        min-height: 230px;
        padding: 0 20px;
    }


/* --- Aside First / Right Styles --- */

.aside-12 .aside-second, .aside-2 .aside-second {
    padding-right: 20px;
    position: relative;
    width: 277px;
}

    .aside-12 .aside-second .zone, .aside-2 .aside-second .zone, .aside-12 #layout-main {
        padding: 0;
    }


/* --- Content Styles --- */

#content .homepage {
}

    #content .homepage article {
        border-top: dotted 2px #333a56;
        margin-top: 10px;
        padding-top: 20px;
    }

#content .wrapper {
    background-color: #FFF;
    border-top: 10px solid #2FADE2;
    box-shadow: 0 5px 20px -10px #333333;
    color: #175572;
    margin-bottom: 50px;
    margin-top: 20px;
    min-height: 400px;
    padding: 30px;
}

    #content .wrapper.search-results {
        border: none;
        margin-top: 0;
    }

#content .metadata .published {
    display: none;
}


/* --- Aside Second / Left Styles --- */


.aside-2 #layout-content {
    position: relative;
    margin: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .aside-2 #layout-content {
        width: 600px;
    }
}

@media (min-width: 1200px) {
    .aside-2 #layout-content {
        width: 860px;
    }
}

.aside-2 #layout-content .zone {
    padding: 0;
}


/* --- Aside Second / Right Styles --- */

.aside-2 .aside-second {
    margin-left: 13px;
    position: relative;
    width: 280px; /*313px; */
}

.url-home .zone-aside-second {
    padding: 0;
    width: 315px;
}

.url-girls-weekend #layout-main {
    padding-top: 15px;
}

/* --- Content Third Styles --- */

article[class*='Third'] {
    float: left;
    margin-bottom: 15px;
    position: relative;
    width: 220px;
}

    article[class*='Third']:nth-child(3n-1) {
        margin: 0 15px;
    }

    article[class*='Third'] header h2 {
        font-size: 20px;
        font-weight: 900;
        line-height: 20px;
        margin: 0 0 5px 0;
        text-transform: uppercase;
    }

    article[class*='Third'] p {
        height: 80px;
        line-height: 1.125em;
        margin: 0;
        overflow: hidden;
    }

    article[class*='Third'] img {
        float: left;
        margin-right: 10px;
        max-height: 120px;
        max-width: 75px;
    }

    article[class*='Third'] a.read-more {
        background: url(../images/btn_go.gif) no-repeat;
        bottom: 0;
        height: 28px;
        display: block;
        left: 85px;
        position: absolute;
        text-indent: -9999px;
        width: 35px;
    }


/* --- Banner Ads Styles --- */

.aside-second .widget-banner-ad-widget .banner-ads {
    margin-top: 15px;
}

    .aside-second .widget-banner-ad-widget .banner-ads a {
        border: solid 5px #FFF;
        border-bottom-width: 0;
        display: block;
    }

        .aside-second .widget-banner-ad-widget .banner-ads a:last-child {
            border-bottom-width: 5px;
            margin-bottom: 35px;
        }

.aside-second .widget-family-ads.widget-banner-ad-widget .banner-ads a {
    border: 0;
    margin-bottom: 5px;
}

.aside-second .widget-banner-ad-widget .banner-ads img {
    display: block;
    width: 100%;
}


/* --- Events By Date Search Styles --- */

.widget-EventsByDate {
    margin-bottom: 15px;
    position: absolute;
    text-align: center;
    bottom: -5px;
    width: 100%;
}

    .widget-EventsByDate header h2 {
        color: #FFF;
        margin: 0;
        text-transform: uppercase;
    }

    .widget-EventsByDate .box {
        display: inline-block;
        position: relative;
        vertical-align: bottom;
    }

        .widget-EventsByDate .box.display-block {
            width: 76%;
            text-align: center;
            margin: 0 auto;
        }

        .widget-EventsByDate .box label {
            color: #FFF;
            display: block;
            font-size: 12px;
            text-transform: uppercase;
        }

        .widget-EventsByDate .box input {
            border: none;
            float: left;
            font-size: 12px;
            padding: 4px 3px 5px;
            width: 65px;
        }

            .widget-EventsByDate .box input.error {
                border: solid 1px #F00;
                padding: 3px 2px 4px;
            }

        .widget-EventsByDate .box img {
            cursor: pointer;
            padding: 3px 5px 4px;
        }

    .widget-EventsByDate .ui-datepicker-trigger {
        position: static;
    }

    .widget-EventsByDate .box a.find-event {
        background-color: #333a56;
        color: #FFF;
        display: block;
        padding: 3px;
        margin-top: 15px;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%;
        font-size: 12px;
    }


/* --- Upcoming Events List Styles --- */

article[class*="UpcomingEvents"] {
    display: none;
    margin-top: 10px;
    margin-right: 15px;
    float: left;
    width: 260px;
    background-color: #009ADA;
    min-height: 281px;
}

@media (min-width: 997px) {
    article[class*="UpcomingEvents"] {
        display: block;
        position: relative;
    }
}

@media (min-width: 1024px) {
    article[class*="UpcomingEvents"] {
        width: 237px;
    }    
}

@media (min-width: 1366px) {
    article[class*="UpcomingEvents"] {
        width: 260px;
    }
}

article[class*="UpcomingEvents"] header {
    padding: 10px 10px 7px;
    text-align: center;
}

.aside-first article[class*="UpcomingEvents"] header {
    padding: 5px 10px;
}

article[class*="UpcomingEvents"] header h2 {
    color: #FFF;
    font-family: 'Maven Pro', Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.aside-first article[class*="UpcomingEvents"] header h2 {
    font-size: 20px;
}

article[class*="UpcomingEvents"] > ul {
    list-style: none;
    margin: 0;
}

.aside-first article[class*="UpcomingEvents"] > ul {
    box-shadow: none;
}

article[class*="UpcomingEvents"] ul > li {
    border: none;
    border-bottom-width: 0;
}

.aside-first article[class*="UpcomingEvents"] ul > li {
    border: 0;
    margin-bottom: 5px;
}

article[class*="UpcomingEvents"] a {
    display: block;
    padding: 3px 10px;
    text-decoration: none;
    color: #ffffff;
}

.aside-first article[class*="UpcomingEvents"] a {
    padding: 10px;
}

article[class*="UpcomingEvents"] .upcoming-event .Title {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

.aside-first article[class*="UpcomingEvents"] .upcoming-event .Title {
    font-size: 16px;
}

article[class*="UpcomingEvents"] .upcoming-event .Dates {
    color: #fff;
    font-weight: 500;
}

.aside-first article[class*="UpcomingEvents"] .upcoming-event .Dates {
    font-weight: 500;
}


/* --- Region Legend Styles --- */

.region-legend {
    float: right;
    height: 48px;
    margin: 10px 0 50px;
}

    .region-legend div {
        float: left;
    }

    .region-legend .region {
        color: #175572;
        line-height: 18px;
        margin-left: 20px;
        text-transform: uppercase;
    }

        .region-legend .region:first-child {
            margin-left: 0;
        }

.region-label {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 8px;
}

.region-body {
    width: 100%;
}

.color-box {
    color: #FFF;
    display: block;
    font-weight: 700;
    height: 18px;
    line-height: 18px;
    margin-right: 5px;
    text-align: center;
    width: 18px;
}

div.north .color-box {
    background-color: #BDD63C;
}

div.south .color-box {
    background-color: #B44C97;
}

div.east .color-box {
    background-color: #E05F26;
}

div.west .color-box {
    background-color: #F0C514;
}

div.lake .color-box {
    background-color: #000000;
}

.page.content-item .region-legend {
    border: 1px solid #2faed2;
    display: table;
    float: none;
    margin: 10px auto;
    padding: 10px;
}

.widget-search-filters-widget .region-legend {
    bottom: 30px;
    margin: 0;
    position: relative;
    right: 30px;
}

.widget-search-form-widget .region-legend {
    border: 1px solid #2faed2;
    clear: both;
    float: none;
    margin: 10px 0 0;
    padding: 10px;
}

    .widget-search-form-widget .region-legend .view-map {
        float: right;
        line-height: 18px;
    }

/* --- Search Results Styles --- */

.widget-search-form-widget {
    position: relative;
}


/* --- Business/Event List / Results Styles --- */

ul.search-results {
}

    ul.search-results:after {
        clear: both;
        content: "";
        display: block;
        height: 0;
    }

    ul.search-results > li,
    .list-item article {
        float: left;
        font-family: 'Maven Pro', Arial, sans-serif;
        margin: 25px 0;
        width: 570px;
    }

    ul.search-results article.content-item,
    .list-item article {
        border-top: 0;
        padding: 0;
    }

        ul.search-results .logo,
        .list-item article .logo {
            float: left;
            height: 165px;
            margin-right: 20px;
            position: relative;
            width: 220px;
        }

            ul.search-results .logo img,
            .list-item article .logo img {
                bottom: 0;
                left: 0;
                margin: auto;
                max-height: 100%;
                max-width: 100%;
                position: absolute;
                right: 0;
                top: 0;
            }

        ul.search-results .details,
        .list-item article .details {
            float: left;
            height: 174px;
            position: relative;
            width: 210px;
        }

            ul.search-results .details .info,
            .list-item article .details .info {
                max-height: 120px;
                overflow: hidden;
            }

            ul.search-results .details .Title,
            .list-item article .details .Title {
                font-size: 15px;
                font-weight: 700;
                max-height: 40px;
                overflow: hidden;
                text-transform: uppercase;
            }

                ul.search-results .details .Title a,
                .list-item article .details .Title a {
                    color: #009ADA;
                    text-decoration: none;
                }

                    ul.search-results .details .Title a:hover,
                    .list-item article .details .Title a:hover {
                        text-decoration: underline;
                    }

            ul.search-results .details .startdate,
            .list-item article .details .startdate {
                font-size: 15px;
                font-weight: 600;
            }

            ul.search-results .details .address2,
            .list-item article .details .address2 {
                /*margin-bottom: 20px;*/
            }

            ul.search-results .details .booknow,
            .list-item article .details .booknow {
                margin-top: 5px;
            }

                ul.search-results .details .booknow a,
                .list-item article .details .booknow a {
                    width: 169px;
                }

            ul.search-results .details .region,
            .list-item article .details .region {
                /*bottom: 33px;*/
                display: block;
                float: left;
                height: 28px;
                margin: 5px 0 0;
                /*position: absolute;*/
                width: 28px;
            }

                ul.search-results .details .region .color-box,
                .list-item article .details .region .color-box {
                    color: #FFF;
                    font-size: 24px;
                    height: 28px;
                    line-height: 28px;
                    overflow: hidden;
                    text-align: center;
                    width: 28px;
                }

            ul.search-results .details .learnmore,
            .list-item article .details .learnmore {
                /*bottom: 33px;*/
                float: left;
                /*left: 31px;*/
                margin: 5px 0 5px 3px;
                /*position: absolute;*/
            }

                ul.search-results .details .learnmore a,
                .list-item article .details .learnmore a {
                    background-color: #EEA915;
                    color: #FFFFFF;
                    display: block;
                    font-size: 16px;
                    font-weight: 600;
                    height: 28px;
                    line-height: 28px;
                    text-align: center;
                    text-decoration: none;
                    text-transform: uppercase;
                    width: 138px;
                }

                    ul.search-results .details .learnmore a i,
                    .list-item article .details .learnmore a i {
                        margin-left: 7px;
                        margin-top: 4px;
                        position: relative;
                        top: 2px;
                    }

            ul.search-results .details .directions,
            .list-item article .details .directions {
                /*bottom: 0;*/
                clear: both;
                /*position: absolute;*/
                /*left: 0;*/
            }

    ul.search-results .marquee:before,
    .list-item .marquee:before {
        background-color: rgba(47, 173, 226, 0.8);
        color: #FFFFFF;
        content: 'Featured Listing';
        display: block;
        font-weight: 700;
        padding: 2px 5px;
        position: absolute;
        text-transform: uppercase;
        z-index: 10;
    }



/* --- Business/Event Detail View Styles --- */

.content-item .Logo {
    display: block;
    float: left;
    height: 175px;
    position: relative;
    width: 260px;
}

    .content-item .Logo img {
        bottom: 0;
        left: 0;
        margin: auto;
        max-height: 100%;
        max-width: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

.content-item .detailMap {
    float: right;
    max-height: 175px;
    max-width: 650px;
    overflow: hidden;
    display:none;
}

.content-item h2 {
    clear: both;
    margin-bottom: 25px;
}

.content-item .left-column {
    clear: both;
    float: left;
    margin-right: 20px;
    width: 560px;
}

.content-item .right-column {
    float: right;
    margin-left: 20px;
    width: 320px;
}

.content-item .left-column label {
    font-weight: 700;
}

.content-item .left-column div {
    line-height: 24px;
}

.content-item .left-column .region .color-box {
    line-height: 18px;
    margin: 4px 10px;
}

.content-item .left-column .directions {
    margin: 20px 0;
}

.content-item .directions a {
    background-color: #F78F08;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 169px;
}

    .content-item .directions a.listing-reviews {
        background-color: #2FADE2;
    }

    .content-item .directions a i {
        margin-left: 7px;
        margin-top: 4px;
        position: relative;
        top: 1px;
    }

.content-item .left-column .booknow {
    margin: 20px 0;
}

.content-item .booknow a {
    background-color: #009ADA;
    color: #FFFFFF;
    display: block;
    font-size: 16px;
    font-weight: 600;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 150px;
}

    .content-item .booknow a i {
        margin-left: 7px;
        margin-top: 4px;
        position: relative;
        top: 1px;
    }

.content-item .Description {
    margin: 30px 0;
}

.content-item .Amenities {
    margin-top: 15px;
}

    .content-item .Amenities ul {
        margin: 0;
    }

        .content-item .Amenities ul:after {
            clear: both;
            content: "";
            display: block;
            height: 0;
        }

        .content-item .Amenities ul li {
            float: left;
            margin-left: 20px;
            width: 166px;
        }

.content-item .back {
    margin: 20px 0;
}

    .content-item .back a {
        background-color: #2FADE2;
        color: #FFFFFF;
        display: block;
        font-size: 14px;
        font-weight: 600;
        height: 28px;
        line-height: 28px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 80px;
    }

        .content-item .back a i {
            margin-right: 7px;
        }

.content-item .image-gallery {
    background-color: transparent;
    clear: both;
    margin: 0;
    padding: 0;
}

    .content-item .image-gallery ul {
        margin: 0;
        padding: 0;
    }

        .content-item .image-gallery ul li {
            float: left;
            margin-right: 4px;
        }

            .content-item .image-gallery ul li:nth-child(3n+0) {
                margin-right: 0;
            }

        .content-item .image-gallery ul a {
            background-color: #FFFFFF;
            display: block;
            height: 79px;
            position: relative;
            width: 104px;
        }

        .content-item .image-gallery ul img {
            border: 0 !important;
            border-radius: 0;
            bottom: 0;
            height: auto;
            left: 0;
            margin: auto;
            max-height: 100%;
            max-width: 100%;
            padding: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: auto;
        }

.content-item .VideoEmbed {
    clear: both;
    padding: 20px 0;
}

    .content-item .VideoEmbed iframe {
        max-height: 240px;
        max-width: 320px;
    }


/* --- Coupons Styles --- */

.widget-Coupons {
}

    .widget-Coupons ul {
        list-style: none;
        margin: 0;
    }

        .widget-Coupons ul li {
            background-color: #F3F3F3;
            border: 3px dashed #CACACA;
            border-radius: 15px;
            float: left;
            height: 285px;
            margin-bottom: 20px;
            margin-right: 10px;
            overflow: hidden;
            padding: 10px;
        }

            .widget-Coupons ul li:hover {
                height: auto;
                overflow: visible;
            }

            .widget-Coupons ul li:nth-child(3n+0) {
                margin-right: 0;
            }

            .widget-Coupons ul li.detail {
                margin-right: 0;
            }

            .widget-Coupons ul li div.summary {
                width: 274px;
            }

            .widget-Coupons ul li div.detail {
                width: 294px;
            }

    .widget-Coupons .coupon header {
        display: block;
        height: 45px;
    }

        .widget-Coupons .coupon header h2 {
            color: #343434;
            font-size: 19px;
            font-weight: 900;
            margin-bottom: 10px;
            padding: 0;
            text-align: center;
            text-decoration: none;
        }

    .widget-Coupons .coupon .details {
    }

        .widget-Coupons .coupon .details:after {
            clear: both;
            content: "";
            display: block;
            height: 0;
        }

    .widget-Coupons .coupon .image {
    }

        .widget-Coupons .coupon .image img {
            float: left;
            height: 100px;
            width: 135px;
        }

    .widget-Coupons .coupon .offer {
        display: block;
        float: right;
        height: 100px;
        line-height: 100px;
        overflow: hidden;
        text-align: center;
        width: 135px;
    }

        .widget-Coupons .coupon .offer.full {
            width: 100%;
        }

            .widget-Coupons .coupon .offer.full span {
                display: inline-block;
                font-size: 20px;
                font-weight: 700;
                line-height: 1em;
                vertical-align: middle;
            }

        .widget-Coupons .coupon .offer span {
            display: inline-block;
            font-size: 14px;
            font-weight: 700;
            line-height: 1em;
            vertical-align: middle;
        }

    .widget-Coupons .coupon .info {
        clear: both;
        height: 65px;
        width: 274px;
        overflow: hidden;
        margin-bottom: 15px;
        padding-top: 15px;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        -moz-text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
    }

    .widget-Coupons li:hover .coupon .info {
        clear: both;
        /*width: 100%;
	height: 200px;*/
        width: 274px;
        height: auto;
        overflow: visible;
        margin-bottom: 15px;
        padding-top: 15px;
        text-overflow: inherit;
        -o-text-overflow: inherit;
        -moz-text-overflow: inherit;
        -webkit-text-overflow: inherit;
    }



    .widget-Coupons .coupon .legal {
        display: block;
        height: 45px;
        line-height: 45px;
        overflow: hidden;
    }

    .widget-Coupons .coupon .restrictions {
        display: inline-block;
        font-size: 10px;
        line-height: 14px;
        max-height: 45px;
        vertical-align: bottom;
        width: 49%;
    }

    .widget-Coupons .coupon .expiration {
        display: inline-block;
        font-size: 10px;
        line-height: 14px;
        max-height: 45px;
        text-align: right;
        vertical-align: bottom;
        width: 49%;
    }

        .widget-Coupons .coupon .expiration label {
            font-weight: 700;
        }


/* --- ThumbNail List Styles --- */


.Thumbnail-List ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .Thumbnail-List ul li {
        float: left;
        font-weight: 700;
        margin-bottom: 20px;
        margin-right: 20px;
        text-align: center;
        text-transform: uppercase;
        width: 215px;
    }

        .Thumbnail-List ul li:nth-child(4n+0) {
            margin-right: 0;
        }

/* --- Get The Guide Form Styles --- */

.widget-TravelGuide {
}

    .widget-TravelGuide form {
    }

    .widget-TravelGuide fieldset {        
        margin: 10px;
    }

        .widget-TravelGuide fieldset input[type='checkbox'] {
            float: left;
            margin: 0 5px 0 0;
        }

    .widget-TravelGuide .edit-item-content fieldset:nth-child(10) {
        clear: both;
    }

    .widget-TravelGuide .edit-item-content fieldset:nth-child(13) {
        clear: both;
    }

    .widget-TravelGuide .edit-item-content fieldset:nth-child(14) {
        clear: both;
    }

    .widget-TravelGuide .edit-item-content fieldset:nth-child(15) {
        clear: both;
    }

        .widget-TravelGuide .edit-item-content fieldset:nth-child(15) input[type="checkbox"] {
            margin-top: -38px;
        }

        .widget-TravelGuide .edit-item-content fieldset:nth-child(15) label {
            display: block;
            padding-left: 18px;
        }

    .widget-TravelGuide .edit-item-content fieldset:nth-child(28) {
        clear: both;
    }

    .widget-TravelGuide .edit-item-content fieldset:nth-child(29) {
        clear: both;
    }

    .widget-TravelGuide .edit-item-content fieldset:nth-child(30) {
        clear: both;
    }

    .widget-TravelGuide fieldset label.forcheckbox {
        display: none;
    }


/* --- Pager Styles --- */

ul.pager {
    clear: both;
    display: block;
    margin-top: 10px;
}

    ul.pager li {
        background: none;
        border: 0;
        border-radius: 0;
        display: inline-block;
        float: none;
        margin: 0;
        padding: 0;
    }

    ul.pager a, ul.pager span {
        background: none;
        color: #2FADE2;
        display: block;
        margin: 0;
        padding: 0;
    }

        ul.pager a:hover {
            background: none;
            color: #F78F08;
        }


/* --- After Content Styles --- */

#after-content {
}


/* --- Footer Styles --- */

#footer-quad > div {
    float: none;
    width: 100%;
}

#layout-footer {
    background-color: #333a56;
    min-width: 1020px;
    padding: 20px 0;
    width: auto;
}

    #layout-footer footer {
        font-family: 'Maven Pro', Arial, sans-serif;
        margin: 0 auto;
        width: 980px;
    }

        #layout-footer footer #footer-quad {
            border-bottom: dotted 2px #FFF;
            margin-bottom: 20px;
            padding-bottom: 10px;
        }

        #layout-footer footer .zone-footer,
        #layout-footer footer .zone-footer-quad-first {
            color: #FFF;
            padding: 0;
        }

            #layout-footer footer .zone-footer a {
                color: #FFF;
            }

        #layout-footer footer .widget-FollowUs {
            font-family: 'Maven Pro', Arial, sans-serif;
            font-size: 20px;
            font-weight: 700;
        }

            #layout-footer footer .widget-FollowUs p {
                float: left;
                line-height: 32px;
                margin: 0 20px 0 10px;
            }

                #layout-footer footer .widget-FollowUs p img {
                    margin-right: 5px;
                    vertical-align: middle;
                }

        #layout-footer footer .widget-E-NewsSignUp {
            font-family: 'Maven Pro', Arial, sans-serif;
            font-size: 20px;
            font-weight: 700;
        }

            #layout-footer footer .widget-E-NewsSignUp p {
                float: right;
                line-height: 32px;
                margin: 0 100px 0 10px;
            }

                #layout-footer footer .widget-E-NewsSignUp p img {
                    margin-left: 5px;
                    vertical-align: middle;
                }

            #layout-footer footer .widget-E-NewsSignUp a {
                color: #FFF;
            }

        #layout-footer footer .widget-ContactInfo {
            border-bottom: dotted 2px #FFF;
            clear: both;
            height: 44px;
            margin-bottom: 10px;
            padding: 30px 0 20px;
        }

            #layout-footer footer .widget-ContactInfo p {
                float: left;
                line-height: 44px;
                margin-bottom: 0;
                margin-left: 10px;
            }

                #layout-footer footer .widget-ContactInfo p.VisitMO {
                    float: right;
                    margin-right: 10px;
                }

        #layout-footer footer .bottom-left {
            clear: both;
            float: left;
            margin-left: 10px;
        }

        #layout-footer footer .bottom-right {
            float: right;
            margin-right: 10px;
            text-align: right;
        }

        #layout-footer footer .copyright,
        #layout-footer footer .SteadyRain,
        #layout-footer footer .secondary-menu,
        #layout-footer footer .user-display {
            float: none;
            line-height: 18px;
            margin: 0;
            padding: 0;
        }

            #layout-footer footer .secondary-menu a {
                margin-left: 8px;
            }


        /* --- Footer Menu Styles --- */

        #layout-footer footer .widget-menu-widget {
            float: left;
            margin-left: 10px;
            width: 153px;
        }

        #layout-footer footer nav ul li {
            background: none;
            border: 0;
            float: none;
            margin: 0;
        }

            #layout-footer footer nav ul li a {
                color: #FFF;
                float: none;
                font-family: 'Maven Pro', Arial, sans-serif;
                font-size: 14px;
                padding: 0;
            }

            #layout-footer footer nav ul li.first a {
                font-weight: 700;
                text-transform: uppercase;
            }

            #layout-footer footer nav ul li div {
                margin: 0;
            }

                #layout-footer footer nav ul li div a {
                    text-decoration: none;
                }


/* --- Pagination --- */

.steadyrain .pagination {
    clear: both;
    float: right;
    margin: 0;
}

    .steadyrain .pagination ul {
        box-shadow: none;
    }

    .steadyrain .pagination .list-item,
    .steadyrain .pagination li {
        display: inline-block;
    }

        .steadyrain .pagination .list-item a,
        .steadyrain .pagination li a,
        .steadyrain .pagination .list-item span,
        .steadyrain .pagination li span {
            border: 0;
            border-radius: 0;
            color: #2FADE2;
            padding: 0;
        }

            .steadyrain .pagination .list-item span.current,
            .steadyrain .pagination li span.current {
                color: #F78F08;
                font-weight: 700;
            }

.steadyrain p.search-summary {
    float: none;
    margin-top: 50px;
}

/* --- Calendar Form --- */
#jrs_calendar_form {
    margin: 0 auto;
    width: 100% !important;
    background-image: none !important;
    top: 0;    
}

@media (min-width: 1024px) and (max-width: 1200px) {
    #jrs_arrival_input {
        top: 0px !important;
        width: 276px !important;
    }

    #jrs_departure_input {
        top: 60px !important;
    }

    #jrs_lodging_select_div {
        top: 115px !important;
    }
    .jrs_form_select_item {
        width: 178px !important;
    }

    .date-pick {
        position: relative !important;
        display: block !important;
        left: 0 !important;
    }

    #jrs_calendar_form .ui-datepicker-trigger {
        top: 18px !important;
        right: 119px !important;
    }

    #jrs_calendar_form #jrs_search_submit {
        bottom: -3px;
    }

    #jrs_calendar_form .date-pick {
        width: 97px !important;
        position: relative !important;
        display: block !important;
        left: 0 !important;
    }

    #jrs_calendar_form #jrs_arrival_input,
    #jrs_calendar_form #jrs_departure_input {
        width: 217px !important;
        left: 45px !important;
    }

    #jrs_calendar_form .jrs_form_select_item {
        width: 172px !important;
        left: 45px !important;
    }   

    #jrs_lodging_select_div {
        left: 45px !important;
    }

    #jrs_calendar_form #jrs_search_submit {
        right: 55px !important;
    }
}



    


/* Google Captcha */

.recaptchatable .recaptcha_r3_c1,
.recaptchatable .recaptcha_r4_c2,
.recaptchatable .recaptcha_r3_c3,
.recaptchatable .recaptcha_r4_c1,
.recaptchatable .recaptcha_r4_c4 {
    background-position-y: 2px !important;
}

.recaptchatable .recaptcha_r7_c1,
.recaptchatable .recaptcha_r8_c1 {
    height: 0 !important;
}

.recaptchatable .recaptcha_r3_c2 {
    background-position-y: -73px !important;
}
