body {
    padding-bottom: 20px;
}

h5 {
    font-size: 1.2em;
}

img.img-fluid {
    max-width: none;
    width: 100%;
}

footer {
    margin-top: 20px;
}

    footer address {
        padding-left: 40px;
    }

.amenity-photo-large {
    margin-bottom: 6px;
}

.amenity-photos {
    max-width: 360px;
}

    .amenity-photos img {
        border: none;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.amenity-photos--fluid {
    max-width: none;
}
    .amenity-photos--fluid img {
        width: 100%;
    }

.am-carousel {
    width: auto;
}

    .am-carousel .am {
        display: block;
        float: left;
        margin: 0 3px;
        width: 84px;
        height: 63px;
    }

.am-nav {
    position: relative;
}

    .am-nav .caroufredsel_wrapper {
        height: 63px !important;
    }

    .am-nav .next, .am-nav .prev {
        position: absolute;
        top: 35%;
        z-index: 10;
        overflow: hidden;
        width: 19px;
        height: 19px;
        background-repeat: no-repeat;
        text-indent: -9999em;
        font-size: 1px;
    }

    .am-nav .next {
        right: 10px;
        background-position: -18px 0;
    }

    .am-nav .prev {
        left: 10px;
    }

.fc-event {
    cursor: pointer;
}

.field-validation-error {
    color: #b94a48;
}

input.input-validation-error, select.input-validation-error, textarea.input-validation-error {
    border-color: #b94a48;
}

.fp-detail {
    display: none;
}

.map-container {
    width: 500px;
    height: 500px;
}

.map-canvas {
    width: 100%;
    height: 100%;
}

    .map-canvas img {
        max-width: none;
    }

    .map-canvas label {
        display: inline;
        width: auto;
    }

.page-heading {
    margin: 15px 0 20px;
    padding: 0 20px;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,.3);
    box-shadow: 0 2px 8px rgba(0,0,0,.3);
    font-weight: 400;
    font-size: 1.3em;
}

#announcement {
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: normal;
}

    #announcement a {
        display: block;
        margin-top: 10px;
        padding: 10px;
        border-width: 1px;
        border-style: solid;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.3);
        -moz-box-shadow: 0 2px 8px rgba(0,0,0,.3);
        box-shadow: 0 2px 8px rgba(0,0,0,.3);
        text-align: center;
    }

.body--fluid #announcement,
.body--fluid #announcement-detail-label {
    font-size: 1.4em;
}

.body--fluid #announcement-detail-body {
    font-size: 1.2em;
}

#content {
    padding-left: 40px;
    min-height: 400px;
}

    #content.home {
        min-height: 0;
    }

    #content.one-column {
        padding-right: 40px;
    }

.content-container {
    padding: 0 40px 10px;
}

#copyright {
    padding: 0 40px;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,.3);
    box-shadow: 0 2px 8px rgba(0,0,0,.3);
}

    #header a[href^=tel] {
        color: inherit;
        text-decoration: none;
    }

#address {
    display: none;
}

#address, #email, #phone-fax {
    font-size: 21px;
    font-weight: 200;
    line-height: 30px;
    margin-top: 10px;
    padding-right: 8px;
}

#fp-carousel {
    top: 6px !important;
    width: auto;
}

    #fp-carousel .fp {
        display: block;
        float: left;
        margin: 0 5px;
        width: 203px;
        height: 190px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.3);
        -moz-box-shadow: 0 2px 8px rgba(0,0,0,.3);
        box-shadow: 0 2px 8px rgba(0,0,0,.3);
        text-align: center;
    }

        #fp-carousel .fp:hover, #fp-carousel .fp:focus, #fp-carousel .fp.active, #fp-carousel .fp.active:hover, #fp-carousel .fp.active:focus {
            -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.3), 0 0 8px #000;
            -moz-box-shadow: 0 2px 8px rgba(0,0,0,.3), 0 0 8px #000;
            box-shadow: 0 2px 8px rgba(0,0,0,.3), 0 0 8px #000;
            text-decoration: underline;
        }

    #fp-carousel .fp-caption {
        display: block;
        font-size: 90%;
    }

    #fp-carousel .fp-img {
        display: block;
        margin: 3px;
        padding: 10px;
        border-radius: 3px;
        background-color: #fff;
    }

        #fp-carousel .fp-img img {
            border: none;
        }

#fp-nav {
    position: relative;
    margin-bottom: 20px;
}

    #fp-nav .caroufredsel_wrapper {
        height: 204px !important;
    }

    #fp-nav .next, #fp-nav .prev {
        position: absolute;
        top: 40%;
        z-index: 10;
        overflow: hidden;
        width: 19px;
        height: 19px;
        background-repeat: no-repeat;
        text-indent: -9999em;
        font-size: 1px;
    }

    #fp-nav .next {
        right: 15px;
        background-position: -18px 0;
    }

    #fp-nav .prev {
        left: 15px;
    }

#footer-logos {
    padding-right: 40px;
}

    #footer-logos a {
        display: inline-block;
        margin-left: 20px;
    }

    #footer-logos img {
        border: none;
    }

#footer-nav {
    margin-bottom: 20px;
    padding-left: 30px;
    border-width: 1px;
    border-style: solid;
    border-right: none;
    border-left: none;
}

    #footer-nav ul, #footer-nav li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #footer-nav li {
        display: inline;
        padding: 0 10px;
        border-left-width: 1px;
        border-left-style: solid;
    }

        #footer-nav li:first-child {
            border: none;
        }

#apply-now-form input[name='Subject'],
#apply-now-form label[for='Subject'],
#email-form input[name='Subject'],
#email-form label[for='Subject'],
textarea[id='Summary'] {
    display: none;
}

#logo {
    overflow: hidden;
    margin: 0;
    padding-left: 10px;
    text-indent: -9999em;
    font-size: 1px;
}

    #logo a {
        display: block;
        padding: 10px 0;
        height: 100px;
        background-position: left center;
        background-repeat: no-repeat;
    }

#main {
    padding-top: 135px;
    padding-bottom: 20px;
    -webkit-border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    border-radius: 0 0 15px 15px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,.3);
    box-shadow: 0 2px 8px rgba(0,0,0,.3);
}

#menu {
    position: relative;
    z-index: 10;
}

    #menu .navbar {
        margin-bottom: 0;
    }

    #menu .navbar-inner {
        min-height: 0;
        border: none;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        filter: 0;
    }

    #menu .navbar .nav {
        padding-left: 47px;
    }

        #menu .navbar .nav > li > a {
            padding: 7px 30px 7px;
            background-color: none;
            text-transform: uppercase;
            text-shadow: none;
            font: 1.4em "Trebuchet MS";
        }

        #menu .navbar .nav > li.active > a {
            box-shadow: none;
        }


#menu-ribbon {
    position: relative;
    margin: 0 -10px;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 8px rgba(0,0,0,.3);
    box-shadow: 0 2px 8px rgba(0,0,0,.3);
}

    #menu-ribbon:before, #menu-ribbon:after {
        position: absolute;
        bottom: -15px;
        border-style: solid;
        border-color: transparent;
        content: '';
    }

    #menu-ribbon:before {
        left: 0;
        border-width: 0 10px 15px 0;
    }

    #menu-ribbon:after {
        right: 0;
        border-width: 0 0 15px 10px;
    }

#photos {
    padding-left: 20px;
    width: auto;
}

    #photos .p {
        display: block;
        float: left;
        margin: 0 20px 35px 0;
        width: 155px;
        height: 146px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.3);
        -moz-box-shadow: 0 2px 8px rgba(0,0,0,.3);
        box-shadow: 0 2px 8px rgba(0,0,0,.3);
        text-align: center;
    }

        #photos .p:hover, #photos .p:focus {
            -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.3), 0 0 8px #000;
            -moz-box-shadow: 0 2px 8px rgba(0,0,0,.3), 0 0 8px #000;
            box-shadow: 0 2px 8px rgba(0,0,0,.3), 0 0 8px #000;
        }

    #photos .p-caption {
        display: block;
        font-size: 90%;
    }

    #photos .p-img {
        display: block;
        margin: 3px;
        padding: 6px;
        border-radius: 3px;
        background-color: #fff;
    }

    #photos img {
        border: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

#poi-app {
    margin-bottom: 30px;
}

#poi-app #tabbed-content {
    padding-left: 40px;
}

.poi-list li {
    margin-bottom: 10px;
}

.poi-list li.active {
    font-weight: 700;
}

.poi-list-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.poi-name {
    margin-right: 5px;
}

.poi-map {
    height: 500px;
}

.poi-map img {
    max-width: none;
}

.poi-map label {
    display: inline;
    width: auto;
}

.sidebar {
    padding-right: 40px;
    padding-left: 20px;
}

#slider .carousel-caption {
    padding: 15px 40px;
}

    #slider .carousel-caption.clickable {
        cursor: pointer;
    }

#slider a {
    color: #fff;
}

.slider-fluid img {
    max-width: none;
    width: 100%;
}

#social, #social li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#social {
    float: right;
    padding-right: 6px;
}

    #social li {
        float: left;
    }

    #social a.icon {
        display: block;
        overflow: hidden;
        width: 34px;
        height: 34px;
        background: url(img/social-network-icons.png) no-repeat;
        text-indent: -9999em;
        font-size: 1px;
    }

    #social a.icon-facebook {
        background-position: 0 0;
    }

    #social a.icon-instagram {
        background-position: -34px 0;
    }

    #social a.icon-twitter {
        background-position: -68px 0;
    }

.sub-nav {
    padding: 0 40px;
}

#tabbed-content {
    padding: 0 20px;
}

    #tabbed-content .tabs-left > .nav-tabs > li > a {
        max-width: 150px;
    }

.widget {
    padding-right: 40px;
}

    .widget small {
        display: block;
    }

@media (max-width: 1199px) {
    #menu .navbar .nav {
        padding-left: 22px;
    }

        #menu .navbar .nav > li > a {
            padding: 7px 15px 7px;
        }
}

@media (max-width: 979px) {
    #menu .navbar .nav {
        padding-left: 20px;
    }

        #menu .navbar .nav > li > a {
            font-size: 1em;
        }
}

@media (max-width: 767px) {
    footer address {
        padding-left: 0;
    }

    #announcement {
        margin: 0 10px;
    }

    #content, #content.one-column, .sidebar, .sub-nav, .widget {
        padding: 0 10px;
    }

    .content-container {
        padding: 0 20px 0 10px;
    }

        .content-container img {
            height: auto !important;
            width: 100% !important;
        }

    #copyright {
        padding: 0;
    }

    #address {
        display: block;
    }

    #email, #phone-fax, #social {
        padding-right: 10px;
    }

    #address, #email, #phone-fax {
        font-size: 18px;
        line-height: 24px;
    }

    #footer-logos {
        padding-right: 0;
    }

    #footer-nav {
        padding-left: 0;
    }

    #header {
        position: relative;
    }

    .lead {
        margin-bottom: 10px;
    }

    #logo {
        padding-left: 0;
    }

    #logo a {
        background-position: center center;
    }

    #main {
        padding-top: 15px;
    }

    #menu .navbar .nav {
        padding-left: 0;
    }

    #poi-app #tabbed-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .poi-map {
        margin-bottom: 20px;
    }

    #slider .carousel-caption {
        padding: 15px;
    }

    #social {
        display: -webkit-flex;
        display: flex;
        float: none;
        -webkit-justify-content: center;
        justify-content: center;
        padding-bottom: 8px;
    }

        #social li {
            float: none;
        }

    .xs-text-center,
    .xs-text-center .text-right {
        text-align: center !important;
    }
}

@media (max-width: 480px) {
    #tabbed-content .tabs-left > .nav-tabs {
        float: none;
        border: none;
    }

        #tabbed-content .tabs-left > .nav-tabs > li > a {
            max-width: none;
            border-radius: 4px;
        }

        #tabbed-content .tabs-left > .nav-tabs > li.active > a,
        #tabbed-content .tabs-left > .nav-tabs > li.active > a,
        #tabbed-content .tabs-left > .nav-tabs > li.active > a:hover,
        #tabbed-content .tabs-left > .nav-tabs > li.active > a:focus {
            border-color: #ddd;
        }

        #tabbed-content .tabs-left > .nav-tabs > li > a:hover,
        #tabbed-content .tabs-left > .nav-tabs > li > a:focus {
            border-color: transparent;
        }

    #poi-app #tabbed-content .nav.nav-tabs {
        margin-right: 0;
    }
}

@media (min-width: 1900px) {
    .container-fluid {
        margin: 0 auto;
        max-width: 1900px;
    }
}

.no-min-height {
    min-height: auto !important;
}

[v-cloak] {
  display: none;
}
