@charset "UTF-8";
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.mapsvg {
    height: 100px;
    position: relative;
    overflow: hidden
}

.mapsvg *,
.mapsvg-wrap * {
    outline: 0!important;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent
}

.mapsvg-details-container,
.mapsvg-popover {
    outline: 0!important;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent
}

.mapsvg.mapsvg-responsive {
    width: 100%;
    height: auto
}

.mapsvg.mapsvg-cursor-pointer .mapsvg-region {
    cursor: pointer
}

.mapsvg.mapsvg-disabled-regions .mapsvg-region {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    pointer-events: none;
    cursor: default
}

.mapsvg-disabled {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    pointer-events: none;
    cursor: default
}

.mapsvg text,
.mapsvg tspan {
    pointer-events: none
}

.mapsvg svg {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    max-width: none!important;
    max-height: none!important;
    width: 100%;
    height: auto;
    position: relative;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.mapsvg.no-transitions * {
    transition: none!important;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.mapsvg-popover {
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.mapsvg-marker {
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s
}

.mapsvg-scrollpane {
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.mapsvg-with-google-map.mapsvg-google-map-loading .mapsvg-scrollpane,
.mapsvg-with-google-map.mapsvg-google-map-loading svg {
    opacity: 0
}

.mapsvg-google-map-loading.mapsvg-fade-in .mapsvg-scrollpane,
.mapsvg-google-map-loading.mapsvg-fade-in svg {
    opacity: 1;
    transition: opacity .3s ease-out!important
}

.mapsvg-with-google-map .mapsvg-marker,
.mapsvg-with-google-map .mapsvg-popover,
.mapsvg-with-google-map .mapsvg-scrollpane,
.mapsvg-with-google-map svg {
    transition: -webkit-transform .1s ease-out;
    transition: transform .1s ease-out;
    transition: transform .1s ease-out, -webkit-transform .1s ease-out
}

.mapsvg-with-google-map.scrolling * {
    transition-property: none!important;
    /*!* These doesn't affect anything, but, just in case. *!*/
    -webkit-animation: none!important;
    animation: none!important;
    transition: none
}

.mapsvg.scrolling .mapsvg-scrollpane {
    transition: none
}

.mapsvg.mapsvg-scrollable {
    cursor: move;
    cursor: grab;
    cursor: -webkit-grab
}

.mapsvg.scrolling {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.mapsvg-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 12px!important;
    z-index: 1;
    padding: 7px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border: 1px solid #ccc;
    background: #f5f5f2;
    color: #999
}

.mapsvg-buttons {
    position: absolute;
    margin: 10px;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 0 5px #999
}

.mapsvg-buttons.right {
    right: 0
}

.mapsvg-buttons.left {
    left: 0
}

.mapsvg-btn,
.mapsvg-btn-zoom {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    display: block;
    cursor: pointer;
    position: relative;
    background-color: #fff;
    padding: 0
}

.mapsvg-btn-zoom:hover,
.mapsvg-btn:hover {
    background-color: #f2f2f2
}

.mapsvg-btn-zoom.in {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom: 1px solid #ddd
}

.mapsvg-btn-zoom.out {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.mapsvg-btn-back:before {
    content: '&lsaquo;';
    display: block;
    position: absolute;
    color: #999;
    height: 24px;
    width: 24px;
    line-height: 24px;
    font-size: 14px;
    pointer-events: none
}

.mapsvg-btn-zoom.in:before,
.mapsvg-btn-zoom.out:before {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: 6px;
    background-color: #999;
    height: 1px;
    width: 12px;
    pointer-events: none
}

.mapsvg-btn-zoom.in:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 11px;
    background-color: #999;
    height: 12px;
    width: 1px;
    pointer-events: none
}

.mapsvg-tooltip {
    font-weight: 400;
    font-size: 12px;
    font-family: Helvetica, Arial;
    color: #000;
    position: absolute;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    z-index: 999999;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 4px 7px;
    max-width: 600px;
    opacity: 0;
    transition: opacity .16s ease-out;
    pointer-events: none;
    text-align: left
}

.mapsvg-tooltip.mapsvg-tooltip-visible {
    opacity: 1
}

.mapsvg-tooltip.mapsvg-tt-top {
    -webkit-transform: translate(-50%, -100%) translateY(-10px);
    -ms-transform: translate(-50%, -100%) translateY(-10px);
    transform: translate(-50%, -100%) translateY(-10px)
}

.mapsvg-tooltip.mapsvg-tt-left {
    -webkit-transform: translate(-100%, -50%) translateX(-10px);
    -ms-transform: translate(-100%, -50%) translateX(-10px);
    transform: translate(-100%, -50%) translateX(-10px)
}

.mapsvg-tooltip.mapsvg-tt-bottom {
    -webkit-transform: translate(-50%, 25px);
    -ms-transform: translate(-50%, 25px);
    transform: translate(-50%, 25px)
}

.mapsvg-tooltip.mapsvg-tt-right {
    -webkit-transform: translate(15px, -50%);
    -ms-transform: translate(15px, -50%);
    transform: translate(15px, -50%)
}

.mapsvg-tooltip.mapsvg-tt-top-left {
    -webkit-transform: translate(-100%, -100%) translate(10px, -10px);
    -ms-transform: translate(-100%, -100%) translate(10px, -10px);
    transform: translate(-100%, -100%) translate(10px, -10px)
}

.mapsvg-tooltip.mapsvg-tt-top-right {
    -webkit-transform: translateY(-100%) translateY(-10px);
    -ms-transform: translateY(-100%) translateY(-10px);
    transform: translateY(-100%) translateY(-10px)
}

.mapsvg-tooltip.mapsvg-tt-bottom-left {
    -webkit-transform: translate(-100%, 25px) translateX(10px);
    -ms-transform: translate(-100%, 25px) translateX(10px);
    transform: translate(-100%, 25px) translateX(10px)
}

.mapsvg-tooltip.mapsvg-tt-bottom-right {
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px)
}

.mapsvg-popover-close {
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
    z-index: 1200
}

.mapsvg-popover .nano>.nano-content {
    overflow-x: auto!important
}

.mapsvg-popover img {
    max-width: 100%
}

.mapsvg-popover-close {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -ms-transform: scale(.25);
    transform: scale(.25);
    -webkit-transform: scale(.25)
}

.mapsvg-auto-height {
    position: relative
}

.mapsvg-popover-close:hover::after,
.mapsvg-popover-close:hover::before {
    background: #666
}

.mapsvg-popover-close::after,
.mapsvg-popover-close::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #000
}

@-moz-document url-prefix() {
    .mapsvg-popover-close::after,
    .mapsvg-popover-close::before {
        height: 3px
    }
}

.mapsvg-popover-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mapsvg-popover-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mapsvg-popover-close.big {
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3)
}

.mapsvg-popover-close.hairline::after,
.mapsvg-popover-close.hairline::before {
    height: 2px
}

.mapsvg-popover-close.thick::after,
.mapsvg-popover-close.thick::before {
    height: 4px;
    margin-top: -2px
}

.mapsvg-popover-close.black::after,
.mapsvg-popover-close.black::before {
    height: 8px;
    margin-top: -4px
}

.mapsvg-popover-close.heavy::after,
.mapsvg-popover-close.heavy::before {
    height: 12px;
    margin-top: -6px
}

.mapsvg-popover-close.pointy::Before,
.mapsvg-popover-close.pointy::after {
    width: 200%;
    left: -50%
}

.mapsvg-popover-close.rounded::after,
.mapsvg-popover-close.rounded::before {
    border-radius: 5px
}

.mapsvg-popover-close.blades::after,
.mapsvg-popover-close.blades::before {
    border-radius: 5px 0
}

.mapsvg-popover-close.warp::after,
.mapsvg-popover-close.warp::before {
    border-radius: 120% 0
}

.mapsvg-popover-close.fat::after,
.mapsvg-popover-close.fat::before {
    border-radius: 100%
}

.mapsvg-popover .mapsvg-popover-content {
    overflow-y: auto
}

.mapsvg-popover {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    box-shadow: 0 4px 15px 1px rgba(0, 0, 0, .5);
    color: #000;
    display: none;
    font-size: 12px;
    font-family: Helvetica, sans-serif;
    position: absolute;
    width: 250px;
    min-width: 100px;
    max-width: 100%;
    max-height: 300px;
    min-height: 55px;
    bottom: 100%;
    margin-bottom: 6px;
    transform: translate(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 2
}

.mapsvg-auto-height {
    position: relative
}

.mapsvg-popover .mapsvg-controller-view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.mapsvg-popover .mapsvg-controller-view-toolbar+.mapsvg-controller-view-wrap .mapsvg-controller-view-content {
    padding-top: 0
}

.mapsvg-popover .mapsvg-controller-view-toolbar {
    height: 20px
}

.mapsvg-popover .mapsvg-popover-content {
    overflow-y: auto
}

.mapsvg-popover:before {
    border-top: 7px solid #fff;
    border-top-color: inherit;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    bottom: -7px;
    content: '';
    display: block;
    left: 50%;
    margin-left: -7px;
    position: absolute
}

.mapsvg-popover.mapsvg-popover-visible {
    display: block
}

.mapsvg-popover.mapsvg-popover-animate {
    -webkit-animation: fade-in .2s linear 1;
    -moz-animation: fade-in .2s linear 1;
    -ms-animation: fade-in .2s linear 1
}

.mapsvg-gauge {
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    max-width: 50%;
    min-width: 10%;
    font-size: 11px!important;
    line-height: 15px!important;
    color: #666;
    padding: 0 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .5)
}

.mapsvg-gauge table {
    width: auto;
    margin: 0;
    border: 0;
    padding: 0
}

.mapsvg-gauge .mapsvg-gauge-gradient {
    min-width: 100px
}

.mapsvg-gauge table tr {
    border: 0!important
}

.mapsvg-gauge table td {
    padding: 2px 7px;
    border: 0!important
}

.mapsvg-wrap {
    position: relative;
    box-sizing: border-box
}

.mapsvg-wrap .mapsvg-directory {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    max-height: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    background-color: #f5f5f5
}

.mapsvg-wrap .mapsvg-directory.mapsvg-directory-right {
    left: auto;
    right: 0
}

.mapsvg-controller-view {
    position: relative;
    height: 100%;
    pointer-events: auto
}

.mapsvg-controller-view-wrap.nano {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.mapsvg-controller-view-content {
    padding: 15px;
    box-sizing: border-box
}

.mapsvg-mobile-buttons {
    height: 50px;
    background-color: #eee;
    position: relative;
    display: none
}

.mapsvg-button-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    left: 50%;
    bottom: 0;
    line-height: 50px;
    cursor: pointer;
    color: #222;
    text-align: center;
    border: 1px solid #ddd
}

.mapsvg-button-map {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 50%;
    bottom: 0;
    line-height: 50px;
    cursor: pointer;
    color: #444;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-right: 0
}

.mapsvg-button-map:hover,
.mapsvg-button-menu:hover {
    background-color: #e2e2e2
}

.mapsvg-button-map.active,
.mapsvg-button-menu.active {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff
}

.mapsvg-directory-search-wrap-margin {
    position: relative;
    height: 34px
}

.mapsvg-directory-search {
    height: 34px;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 3px 15px 3px 15px;
    font-weight: 400;
    width: 100%
}

.mapsvg-directory-search {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    box-sizing: border-box
}

.mapsvg-filter-btn-ok {
    display: none
}

.mapsvg-details-container:after,
.mapsvg-directory-list-wrap:after {
    content: " ";
    height: 100%;
    position: absolute;
    right: -15px;
    width: 15px;
    top: 0
}

.mapsvg-directory-search:active,
.mapsvg-directory-search:focus {
    border: 1px solid #eee!important
}

.mapsvg-directory-search:active,
.mapsvg-directory-search:focus {
    outline: 0!important;
    -webkit-appearance: none!important;
    border: 0;
    box-shadow: none
}

.mapsvg-directory-list-wrap {
    border-right: 1px solid #e5e5e5;
    max-height: 100%;
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    z-index: 1;
    background: #fafafa;
    position: relative;
    height: 48px
}

.mapsvg-directory-list {
    overflow-y: scroll;
    position: absolute!important;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.mapsvg-directory-item {
    display: block;
    cursor: pointer;
    padding: 10px
}

.mapsvg-directory-item:hover {
    background: rgba(0, 0, 0, .05)
}

.mapsvg-directory-item.hover {
    background: rgba(0, 0, 0, .05)
}

.mapsvg-directory-item.selected {
    background: rgba(0, 0, 0, .1)!important
}

.mapsvg-directory-item:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.mapsvg-wrap .mapsvg {
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    min-width: 0
}

.mapsvg-directory {
    min-width: 0;
    position: relative;
    z-index: 2;
    -webkit-font-smoothing: antialiased
}

.mapsvg-directory.mapsvg-directory-overlapping .mapsvg-details-container {
    box-shadow: none
}

.mapsvg-directory ul {
    margin: 0
}

.mapsvg-directory li {
    list-style: none
}

.mapsvg-directory-filter-wrap {
    padding-top: 7px
}

.mapsvg-directory-filter-wrap:first-child {
    padding-top: 0
}

.mapsvg-directory-filter-wrap:empty {
    display: none
}

.mapsvg-filter-tag {
    background: #ddd;
    color: #666;
    display: inline-block;
    padding: 0 8px;
    line-height: 27px;
    border-radius: 5px;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mapsvg-filter-delete {
    display: inline-block;
    color: #444;
    font-size: 16px;
    padding-left: 3px
}

.mapsvg-filter-delete:hover {
    color: #999;
    cursor: pointer
}

.mapsvg-directory-search-wrap {
    box-sizing: border-box;
    position: relative
}

.mapsvg-details-container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    max-height: 100%
}

.mapsvg-details-container>div {
    background-color: #fafafa
}

.mapsvg-details-container .mapsvg-controller-view-content {
    padding-top: 0
}

.mapsvg-details-container.near {
    z-index: 3;
    pointer-events: none
}

.mapsvg-details-container.top {
    z-index: 3;
    pointer-events: none
}

.mapsvg-details-container:empty {
    display: none
}

.over .mapsvg-details-container {
    opacity: 0
}

.mapsvg-details-container.mapsvg-over {
    left: 0;
    width: 100%;
    z-index: 2
}

.mapsvg-details-container.mapsvg-over:after {
    box-shadow: none!important
}

.mapsvg-details-container.mapsvg-near {
    width: 100%;
    z-index: -1
}

.mapsvg-controller-view-toolbar {
    padding: 7px;
    box-sizing: border-box
}

.mapsvg-controller-view-toolbar:empty {
    display: none
}

.mapsvg-controller-view-toolbar:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.mapsvg-details-container .mapsvg-controller-view-toolbar {
    height: 28px;
    padding: 0
}

.mapsvg-details-close {
    -webkit-transform: scale(.4);
    -ms-transform: scale(.4);
    transform: scale(.4)
}

.mapsvg-details-back {
    left: 0;
    right: auto;
    cursor: pointer;
    background: url(../img/left.png);
    background-size: cover;
    width: 25px;
    height: 25px
}

.mapsvg-marker {
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    max-width: none!important
}

.mapsvg-marker-hidden {
    opacity: .4;
    pointer-events: none
}

.mapsvg-marker-visible {
    display: block!important
}

.mapsvg-layers-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%
}

.mapsvg-layer-gm {
    pointer-events: none
}

.mapsvg-pagination .pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

.mapsvg-pagination .pager li {
    display: inline-block;
    margin: 0 2px
}

.mapsvg-pagination .pager li>a,
.mapsvg-pagination .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    line-height: 1.5;
    font-family: Helvetica;
    box-shadow: none;
    text-decoration: none;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.mapsvg-pagination .pager li>a:focus,
.mapsvg-pagination .pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.mapsvg-pagination .pager .next>a,
.mapsvg-pagination .pager .next>span {
    float: right
}

.mapsvg-pagination .pager .previous>a,
.mapsvg-pagination .pager .previous>span {
    float: left
}

.mapsvg-pagination .pager .disabled>a,
.mapsvg-pagination .pager .disabled>a:focus,
.mapsvg-pagination .pager .disabled>a:hover,
.mapsvg-pagination .pager .disabled>span {
    color: #ccc;
    cursor: not-allowed;
    background-color: #fff
}

.mapsvg-pagination li.disabled {
    pointer-events: none
}

.mapsvg>.mapsvg-pagination {
    position: absolute;
    bottom: 10px;
    left: 7px
}

.mapsvg>.mapsvg-pagination ul {
    margin: 0
}

.mapsvg-filter-label:empty {
    display: none
}

#mapsvg-admin .mapsvg-filter-label:empty {
    display: block!important
}

.mapsvg-layers-control {
    max-width: 200px;
    position: absolute;
    font-size: 12px;
    text-align: left;
    padding: 10px;
    height: 100%
}

.mapsvg-layers-control.closed {
    pointer-events: none
}

.mapsvg-layers-control.closed .mapsvg-layers-label {
    pointer-events: all
}

.mapsvg-layers-control.mapsvg-top-left {
    top: 0;
    left: 0
}

.mapsvg-layers-control.mapsvg-top-left {
    top: 0;
    left: 0
}

.mapsvg-layers-control.mapsvg-top-right {
    top: 0;
    right: 0
}

.mapsvg-layers-control.mapsvg-bottom-right {
    bottom: 0;
    right: 0
}

.mapsvg-layers-control.mapsvg-bottom-left {
    bottom: 0;
    left: 0
}

.mapsvg-layers-control .mapsvg-layers-label {
    height: 23px;
    line-height: 23px;
    background: rgba(255, 255, 255, .7);
    padding: 0 7px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mapsvg-layers-label:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    border-top: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.mapsvg-layers-control.closed .mapsvg-layers-list-wrap {
    display: none
}

.mapsvg-layers-control.closed .mapsvg-layers-label:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0
}

.mapsvg-layers-list-wrap {
    position: absolute;
    top: 33px;
    bottom: 10px;
    left: 10px;
    right: 10px
}

.mapsvg-layers-list-wrap .nano {
    height: 100%!important
}

.mapsvg-layers-item {
    padding: 3px 7px;
    text-align: left;
    background: rgba(255, 255, 255, .7);
    cursor: pointer
}

.mapsvg-layers-item label {
    cursor: pointer
}

.mapsvg-floors-control {
    max-width: 200px;
    position: absolute;
    font-size: 12px;
    text-align: left;
    padding: 10px;
    height: 100%;
    pointer-events: none
}

.mapsvg-floors-control.mapsvg-top-left {
    top: 0;
    left: 0
}

.mapsvg-floors-control.mapsvg-top-right {
    top: 0;
    right: 0
}

.mapsvg-floors-control.mapsvg-bottom-right {
    bottom: 0;
    right: 0
}

.mapsvg-floors-control.mapsvg-bottom-left {
    bottom: 0;
    left: 0
}

.mapsvg-floors-control .mapsvg-floors-label {
    height: 23px;
    line-height: 23px;
    background: rgba(255, 255, 255, .7);
    padding: 0 7px;
    cursor: pointer
}

.mapsvg-floors-label {
    pointer-events: all
}

.mapsvg-floors-label:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9;
    border-top: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.mapsvg-floors-control.closed .mapsvg-floors-list-wrap {
    display: none
}

.mapsvg-floors-control.closed .mapsvg-floors-label:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0
}

.mapsvg-floors-list-wrap {
    position: absolute;
    top: 33px;
    bottom: 10px;
    left: 10px;
    right: 10px
}

.mapsvg-floors-list-wrap .nano {
    height: 100%!important
}

.mapsvg-floors-item {
    padding: 3px 7px;
    text-align: left;
    background: rgba(255, 255, 255, .7);
    cursor: pointer;
    pointer-events: all
}

.mapsvg-floors-item label {
    cursor: pointer
}

input[type=checkbox].ios8-switch {
    position: absolute;
    margin: 8px 0 0 16px;
    display: none
}

input[type=checkbox].ios8-switch+label {
    position: relative;
    padding: 5px 0 0 50px;
    line-height: 2em;
    font-weight: 400
}

input[type=checkbox].ios8-switch+label:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 40px;
    height: 24px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #d9d9d9;
    transition: all .3s
}

input[type=checkbox].ios8-switch+label:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    border-radius: 16px;
    background: #fff;
    border: 1px solid #d9d9d9;
    transition: all .3s
}

input[type=checkbox].ios8-switch+label:hover:after {
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

input[type=checkbox].ios8-switch:checked+label:after {
    margin-left: 16px
}

input[type=checkbox].ios8-switch:checked+label:before {
    background: #55d069
}

input[type=checkbox].ios8-switch-sm {
    margin: 5px 0 0 10px
}

input[type=checkbox].ios8-switch-sm+label {
    position: relative;
    padding: 0 0 0 32px;
    line-height: 1.3em
}

input[type=checkbox].ios8-switch-sm+label:before {
    width: 25px;
    height: 15px;
    border-radius: 10px
}

input[type=checkbox].ios8-switch-sm+label:after {
    width: 15px;
    height: 15px;
    border-radius: 10px
}

input[type=checkbox].ios8-switch-sm+label:hover:after {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

input[type=checkbox].ios8-switch-sm:checked+label:after {
    margin-left: 10px
}

input[type=checkbox].ios8-switch-lg {
    margin: 10px 0 0 20px
}

input[type=checkbox].ios8-switch-lg+label {
    position: relative;
    padding: 7px 0 0 60px;
    line-height: 2.3em
}

input[type=checkbox].ios8-switch-lg+label:before {
    width: 50px;
    height: 30px;
    border-radius: 20px
}

input[type=checkbox].ios8-switch-lg+label:after {
    width: 30px;
    height: 30px;
    border-radius: 20px
}

input[type=checkbox].ios8-switch-lg+label:hover:after {
    box-shadow: 0 0 8px rgba(0, 0, 0, .3)
}

input[type=checkbox].ios8-switch-lg:checked+label:after {
    margin-left: 20px
}

.mapsvg-no-results {
    padding: 10px;
    color: #666
}

.mapsvg-layers-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

@media (max-width:812px) {
    body .mapsvg-details-container {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99999;
        margin: 0!important;
        height: auto!important
    }
    .mapsvg-layers-control {
        left: auto!important
    }
    body.mapsvg-fullscreen-popovers .mapsvg-popover {
        font-size: 1.2em;
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
        top: 0!important;
        left: 0!important;
        bottom: 0!important;
        right: 0!important;
        border: 1px solid #e5e5e5;
        border-radius: 0;
        box-shadow: none;
        position: fixed;
        height: 100%;
        min-height: 100%;
        max-width: 100%!important;
        max-height: 100%!important;
        width: 100%!important;
        z-index: 999999999
    }
    body.mapsvg-fullscreen-popovers .mapsvg-popover.mapsvg-popover-animate {
        transition: none!important
    }
    body.mapsvg-fullscreen-popovers .mapsvg-popover:before {
        display: none!important
    }
    .mapsvg-btn,
    .mapsvg-btn-zoom {
        width: 32px;
        height: 32px
    }
    .mapsvg-btn-zoom.in:before,
    .mapsvg-btn-zoom.out:before {
        top: 15px;
        left: 6px;
        height: 1px;
        width: 20px
    }
    .mapsvg-btn-zoom.in:after {
        top: 6px;
        left: 15px;
        height: 21px;
        width: 1px
    }
    .mapsvg-popover .mapsvg-controller-view-toolbar {
        height: 38px;
        padding: 0
    }
    .mapsvg-details-container .mapsvg-controller-view-toolbar {
        height: 38px;
        padding: 0
    }
    .mapsvg-popover-close {
        top: 3px!important;
        right: 3px!important;
        z-index: 999;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
    .mapsvg-mobile-buttons {
        display: block
    }
    .mapsvg-button-map,
    .mapsvg-button-menu {
        display: block
    }
    .mapsvg-wrap {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .mapsvg-wrap .mapsvg-directory {
        width: 100%!important
    }
    .mapsvg-details-conainer {
        left: 0!important;
        width: 100%!important
    }
    .mapsvg-details-container.near {
        z-index: 3!important;
        left: 0!important
    }
    .mapsvg-controller-view {
        width: 100%!important
    }
    .mapsvg-directory.closed {
        display: none
    }
    .mapsvg-directory {
        overflow: visible!important
    }
}

@font-face {
    font-family: mapsvg-icons;
    src: url(font/mapsvg-icons.eot?98971180);
    src: url(font/mapsvg-icons.eot?98971180#iefix) format("embedded-opentype"), url(font/mapsvg-icons.woff2?98971180) format("woff2"), url(font/mapsvg-icons.woff?98971180) format("woff"), url(font/mapsvg-icons.ttf?98971180) format("truetype"), url(font/mapsvg-icons.svg?98971180#mapsvg-icons) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" mapsvg-icon-"]:before,
[class^=mapsvg-icon-]:before {
    font-family: mapsvg-icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mapsvg-icon-menu:before {
    content: '\f0c9'
}

.mapsvg-icon-map:before {
    content: '\f278'
}

@-webkit-keyframes fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.nano>.nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.nano>.nano-content:focus {
    outline: thin dotted
}

.nano>.nano-content::-webkit-scrollbar {
    display: none
}

.has-scrollbar>.nano-content::-webkit-scrollbar {
    display: block
}

.nano>.nano-pane {
    background: rgba(0, 0, 0, .25);
    position: absolute;
    width: 10px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    opacity: .01;
    transition: .2s;
    border-radius: 5px
}

.nano>.nano-pane>.nano-slider {
    background: #444;
    background: rgba(0, 0, 0, .5);
    position: relative;
    margin: 0 1px;
    border-radius: 3px
}

.nano-pane.active,
.nano-pane.flashed,
.nano:hover>.nano-pane {
    visibility: visible\9;
    opacity: .99
}

@media print,
screen and (min-width:48em) {
    .reveal,
    .reveal.large,
    .reveal.small,
    .reveal.tiny {
        right: auto;
        left: auto;
        margin: 0 auto
    }
}


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.foundation-mq {
    font-family: "small=0em&medium=48em&large=64em&xlarge=75em&xxlarge=90em&max=120em"
}

html {
    box-sizing: border-box;
    font-size: 100%
}

*,
::after,
::before {
    box-sizing: inherit
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: Gotham, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic
}

textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0
}

select {
    box-sizing: border-box;
    width: 100%;
    border-radius: 0
}

.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none!important
}

button {
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0;
    background: 0 0;
    line-height: 1;
    cursor: auto
}

[data-whatinput=mouse] button {
    outline: 0
}

pre {
    overflow: auto
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit
}

.is-visible {
    display: block!important
}

.is-hidden {
    display: none!important
}

.grid-container {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 150rem;
    margin: 0 auto
}

@media print,
screen and (min-width:48em) {
    .grid-container {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.grid-container.fluid {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 100%;
    margin: 0 auto
}

@media print,
screen and (min-width:48em) {
    .grid-container.fluid {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto
}

.grid-x {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.cell {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%
}

.cell.auto {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.cell.shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x>.auto {
    width: auto
}

.grid-x>.shrink {
    width: auto
}

.grid-x>.small-1,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9,
.grid-x>.small-full,
.grid-x>.small-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print,
screen and (min-width:48em) {
    .grid-x>.medium-1,
    .grid-x>.medium-10,
    .grid-x>.medium-11,
    .grid-x>.medium-12,
    .grid-x>.medium-2,
    .grid-x>.medium-3,
    .grid-x>.medium-4,
    .grid-x>.medium-5,
    .grid-x>.medium-6,
    .grid-x>.medium-7,
    .grid-x>.medium-8,
    .grid-x>.medium-9,
    .grid-x>.medium-full,
    .grid-x>.medium-shrink {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print,
screen and (min-width:64em) {
    .grid-x>.large-1,
    .grid-x>.large-10,
    .grid-x>.large-11,
    .grid-x>.large-12,
    .grid-x>.large-2,
    .grid-x>.large-3,
    .grid-x>.large-4,
    .grid-x>.large-5,
    .grid-x>.large-6,
    .grid-x>.large-7,
    .grid-x>.large-8,
    .grid-x>.large-9,
    .grid-x>.large-full,
    .grid-x>.large-shrink {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-x>.small-1,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-x>.small-1 {
    width: 8.33333%
}

.grid-x>.small-2 {
    width: 16.66667%
}

.grid-x>.small-3 {
    width: 25%
}

.grid-x>.small-4 {
    width: 33.33333%
}

.grid-x>.small-5 {
    width: 41.66667%
}

.grid-x>.small-6 {
    width: 50%
}

.grid-x>.small-7 {
    width: 58.33333%
}

.grid-x>.small-8 {
    width: 66.66667%
}

.grid-x>.small-9 {
    width: 75%
}

.grid-x>.small-10 {
    width: 83.33333%
}

.grid-x>.small-11 {
    width: 91.66667%
}

.grid-x>.small-12 {
    width: 100%
}

@media print,
screen and (min-width:48em) {
    .grid-x>.medium-auto {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }
    .grid-x>.medium-1,
    .grid-x>.medium-10,
    .grid-x>.medium-11,
    .grid-x>.medium-12,
    .grid-x>.medium-2,
    .grid-x>.medium-3,
    .grid-x>.medium-4,
    .grid-x>.medium-5,
    .grid-x>.medium-6,
    .grid-x>.medium-7,
    .grid-x>.medium-8,
    .grid-x>.medium-9,
    .grid-x>.medium-shrink {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .grid-x>.medium-shrink {
        width: auto
    }
    .grid-x>.medium-1 {
        width: 8.33333%
    }
    .grid-x>.medium-2 {
        width: 16.66667%
    }
    .grid-x>.medium-3 {
        width: 25%
    }
    .grid-x>.medium-4 {
        width: 33.33333%
    }
    .grid-x>.medium-5 {
        width: 41.66667%
    }
    .grid-x>.medium-6 {
        width: 50%
    }
    .grid-x>.medium-7 {
        width: 58.33333%
    }
    .grid-x>.medium-8 {
        width: 66.66667%
    }
    .grid-x>.medium-9 {
        width: 75%
    }
    .grid-x>.medium-10 {
        width: 83.33333%
    }
    .grid-x>.medium-11 {
        width: 91.66667%
    }
    .grid-x>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .grid-x>.large-auto {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        width: auto
    }
    .grid-x>.large-1,
    .grid-x>.large-10,
    .grid-x>.large-11,
    .grid-x>.large-12,
    .grid-x>.large-2,
    .grid-x>.large-3,
    .grid-x>.large-4,
    .grid-x>.large-5,
    .grid-x>.large-6,
    .grid-x>.large-7,
    .grid-x>.large-8,
    .grid-x>.large-9,
    .grid-x>.large-shrink {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .grid-x>.large-shrink {
        width: auto
    }
    .grid-x>.large-1 {
        width: 8.33333%
    }
    .grid-x>.large-2 {
        width: 16.66667%
    }
    .grid-x>.large-3 {
        width: 25%
    }
    .grid-x>.large-4 {
        width: 33.33333%
    }
    .grid-x>.large-5 {
        width: 41.66667%
    }
    .grid-x>.large-6 {
        width: 50%
    }
    .grid-x>.large-7 {
        width: 58.33333%
    }
    .grid-x>.large-8 {
        width: 66.66667%
    }
    .grid-x>.large-9 {
        width: 75%
    }
    .grid-x>.large-10 {
        width: 83.33333%
    }
    .grid-x>.large-11 {
        width: 91.66667%
    }
    .grid-x>.large-12 {
        width: 100%
    }
}

.grid-margin-x:not(.grid-x)>.cell {
    width: auto
}

.grid-margin-y:not(.grid-y)>.cell {
    height: auto
}

.grid-margin-x {
    margin-left: -.625rem;
    margin-right: -.625rem
}

@media print,
screen and (min-width:48em) {
    .grid-margin-x {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

.grid-margin-x>.cell {
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem
}

@media print,
screen and (min-width:48em) {
    .grid-margin-x>.cell {
        width: calc(100% - 1.875rem);
        margin-left: .9375rem;
        margin-right: .9375rem
    }
}

.grid-margin-x>.auto {
    width: auto
}

.grid-margin-x>.shrink {
    width: auto
}

.grid-margin-x>.small-1 {
    width: calc(8.33333% - 1.25rem)
}

.grid-margin-x>.small-2 {
    width: calc(16.66667% - 1.25rem)
}

.grid-margin-x>.small-3 {
    width: calc(25% - 1.25rem)
}

.grid-margin-x>.small-4 {
    width: calc(33.33333% - 1.25rem)
}

.grid-margin-x>.small-5 {
    width: calc(41.66667% - 1.25rem)
}

.grid-margin-x>.small-6 {
    width: calc(50% - 1.25rem)
}

.grid-margin-x>.small-7 {
    width: calc(58.33333% - 1.25rem)
}

.grid-margin-x>.small-8 {
    width: calc(66.66667% - 1.25rem)
}

.grid-margin-x>.small-9 {
    width: calc(75% - 1.25rem)
}

.grid-margin-x>.small-10 {
    width: calc(83.33333% - 1.25rem)
}

.grid-margin-x>.small-11 {
    width: calc(91.66667% - 1.25rem)
}

.grid-margin-x>.small-12 {
    width: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:48em) {
    .grid-margin-x>.auto {
        width: auto
    }
    .grid-margin-x>.shrink {
        width: auto
    }
    .grid-margin-x>.small-1 {
        width: calc(8.33333% - 1.875rem)
    }
    .grid-margin-x>.small-2 {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x>.small-3 {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x>.small-4 {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x>.small-5 {
        width: calc(41.66667% - 1.875rem)
    }
    .grid-margin-x>.small-6 {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x>.small-7 {
        width: calc(58.33333% - 1.875rem)
    }
    .grid-margin-x>.small-8 {
        width: calc(66.66667% - 1.875rem)
    }
    .grid-margin-x>.small-9 {
        width: calc(75% - 1.875rem)
    }
    .grid-margin-x>.small-10 {
        width: calc(83.33333% - 1.875rem)
    }
    .grid-margin-x>.small-11 {
        width: calc(91.66667% - 1.875rem)
    }
    .grid-margin-x>.small-12 {
        width: calc(100% - 1.875rem)
    }
    .grid-margin-x>.medium-auto {
        width: auto
    }
    .grid-margin-x>.medium-shrink {
        width: auto
    }
    .grid-margin-x>.medium-1 {
        width: calc(8.33333% - 1.875rem)
    }
    .grid-margin-x>.medium-2 {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x>.medium-3 {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x>.medium-4 {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x>.medium-5 {
        width: calc(41.66667% - 1.875rem)
    }
    .grid-margin-x>.medium-6 {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x>.medium-7 {
        width: calc(58.33333% - 1.875rem)
    }
    .grid-margin-x>.medium-8 {
        width: calc(66.66667% - 1.875rem)
    }
    .grid-margin-x>.medium-9 {
        width: calc(75% - 1.875rem)
    }
    .grid-margin-x>.medium-10 {
        width: calc(83.33333% - 1.875rem)
    }
    .grid-margin-x>.medium-11 {
        width: calc(91.66667% - 1.875rem)
    }
    .grid-margin-x>.medium-12 {
        width: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {
    .grid-margin-x>.large-auto {
        width: auto
    }
    .grid-margin-x>.large-shrink {
        width: auto
    }
    .grid-margin-x>.large-1 {
        width: calc(8.33333% - 1.875rem)
    }
    .grid-margin-x>.large-2 {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x>.large-3 {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x>.large-4 {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x>.large-5 {
        width: calc(41.66667% - 1.875rem)
    }
    .grid-margin-x>.large-6 {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x>.large-7 {
        width: calc(58.33333% - 1.875rem)
    }
    .grid-margin-x>.large-8 {
        width: calc(66.66667% - 1.875rem)
    }
    .grid-margin-x>.large-9 {
        width: calc(75% - 1.875rem)
    }
    .grid-margin-x>.large-10 {
        width: calc(83.33333% - 1.875rem)
    }
    .grid-margin-x>.large-11 {
        width: calc(91.66667% - 1.875rem)
    }
    .grid-margin-x>.large-12 {
        width: calc(100% - 1.875rem)
    }
}

.grid-padding-x .grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print,
screen and (min-width:48em) {
    .grid-padding-x .grid-padding-x {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.grid-container:not(.full)>.grid-padding-x {
    margin-right: -.625rem;
    margin-left: -.625rem
}

@media print,
screen and (min-width:48em) {
    .grid-container:not(.full)>.grid-padding-x {
        margin-right: -.9375rem;
        margin-left: -.9375rem
    }
}

.grid-padding-x>.cell {
    padding-right: .625rem;
    padding-left: .625rem
}

@media print,
screen and (min-width:48em) {
    .grid-padding-x>.cell {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.small-up-1>.cell {
    width: 100%
}

.small-up-2>.cell {
    width: 50%
}

.small-up-3>.cell {
    width: 33.33333%
}

.small-up-4>.cell {
    width: 25%
}

.small-up-5>.cell {
    width: 20%
}

.small-up-6>.cell {
    width: 16.66667%
}

.small-up-7>.cell {
    width: 14.28571%
}

.small-up-8>.cell {
    width: 12.5%
}

@media print,
screen and (min-width:48em) {
    .medium-up-1>.cell {
        width: 100%
    }
    .medium-up-2>.cell {
        width: 50%
    }
    .medium-up-3>.cell {
        width: 33.33333%
    }
    .medium-up-4>.cell {
        width: 25%
    }
    .medium-up-5>.cell {
        width: 20%
    }
    .medium-up-6>.cell {
        width: 16.66667%
    }
    .medium-up-7>.cell {
        width: 14.28571%
    }
    .medium-up-8>.cell {
        width: 12.5%
    }
}

@media print,
screen and (min-width:64em) {
    .large-up-1>.cell {
        width: 100%
    }
    .large-up-2>.cell {
        width: 50%
    }
    .large-up-3>.cell {
        width: 33.33333%
    }
    .large-up-4>.cell {
        width: 25%
    }
    .large-up-5>.cell {
        width: 20%
    }
    .large-up-6>.cell {
        width: 16.66667%
    }
    .large-up-7>.cell {
        width: 14.28571%
    }
    .large-up-8>.cell {
        width: 12.5%
    }
}

.grid-margin-x.small-up-1>.cell {
    width: calc(100% - 1.25rem)
}

.grid-margin-x.small-up-2>.cell {
    width: calc(50% - 1.25rem)
}

.grid-margin-x.small-up-3>.cell {
    width: calc(33.33333% - 1.25rem)
}

.grid-margin-x.small-up-4>.cell {
    width: calc(25% - 1.25rem)
}

.grid-margin-x.small-up-5>.cell {
    width: calc(20% - 1.25rem)
}

.grid-margin-x.small-up-6>.cell {
    width: calc(16.66667% - 1.25rem)
}

.grid-margin-x.small-up-7>.cell {
    width: calc(14.28571% - 1.25rem)
}

.grid-margin-x.small-up-8>.cell {
    width: calc(12.5% - 1.25rem)
}

@media print,
screen and (min-width:48em) {
    .grid-margin-x.small-up-1>.cell {
        width: calc(100% - 1.875rem)
    }
    .grid-margin-x.small-up-2>.cell {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x.small-up-3>.cell {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x.small-up-4>.cell {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x.small-up-5>.cell {
        width: calc(20% - 1.875rem)
    }
    .grid-margin-x.small-up-6>.cell {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x.small-up-7>.cell {
        width: calc(14.28571% - 1.875rem)
    }
    .grid-margin-x.small-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
    .grid-margin-x.medium-up-1>.cell {
        width: calc(100% - 1.875rem)
    }
    .grid-margin-x.medium-up-2>.cell {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x.medium-up-3>.cell {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x.medium-up-4>.cell {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x.medium-up-5>.cell {
        width: calc(20% - 1.875rem)
    }
    .grid-margin-x.medium-up-6>.cell {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x.medium-up-7>.cell {
        width: calc(14.28571% - 1.875rem)
    }
    .grid-margin-x.medium-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {
    .grid-margin-x.large-up-1>.cell {
        width: calc(100% - 1.875rem)
    }
    .grid-margin-x.large-up-2>.cell {
        width: calc(50% - 1.875rem)
    }
    .grid-margin-x.large-up-3>.cell {
        width: calc(33.33333% - 1.875rem)
    }
    .grid-margin-x.large-up-4>.cell {
        width: calc(25% - 1.875rem)
    }
    .grid-margin-x.large-up-5>.cell {
        width: calc(20% - 1.875rem)
    }
    .grid-margin-x.large-up-6>.cell {
        width: calc(16.66667% - 1.875rem)
    }
    .grid-margin-x.large-up-7>.cell {
        width: calc(14.28571% - 1.875rem)
    }
    .grid-margin-x.large-up-8>.cell {
        width: calc(12.5% - 1.875rem)
    }
}

.small-margin-collapse {
    margin-right: 0;
    margin-left: 0
}

.small-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0
}

.small-margin-collapse>.small-1 {
    width: 8.33333%
}

.small-margin-collapse>.small-2 {
    width: 16.66667%
}

.small-margin-collapse>.small-3 {
    width: 25%
}

.small-margin-collapse>.small-4 {
    width: 33.33333%
}

.small-margin-collapse>.small-5 {
    width: 41.66667%
}

.small-margin-collapse>.small-6 {
    width: 50%
}

.small-margin-collapse>.small-7 {
    width: 58.33333%
}

.small-margin-collapse>.small-8 {
    width: 66.66667%
}

.small-margin-collapse>.small-9 {
    width: 75%
}

.small-margin-collapse>.small-10 {
    width: 83.33333%
}

.small-margin-collapse>.small-11 {
    width: 91.66667%
}

.small-margin-collapse>.small-12 {
    width: 100%
}

@media print,
screen and (min-width:48em) {
    .small-margin-collapse>.medium-1 {
        width: 8.33333%
    }
    .small-margin-collapse>.medium-2 {
        width: 16.66667%
    }
    .small-margin-collapse>.medium-3 {
        width: 25%
    }
    .small-margin-collapse>.medium-4 {
        width: 33.33333%
    }
    .small-margin-collapse>.medium-5 {
        width: 41.66667%
    }
    .small-margin-collapse>.medium-6 {
        width: 50%
    }
    .small-margin-collapse>.medium-7 {
        width: 58.33333%
    }
    .small-margin-collapse>.medium-8 {
        width: 66.66667%
    }
    .small-margin-collapse>.medium-9 {
        width: 75%
    }
    .small-margin-collapse>.medium-10 {
        width: 83.33333%
    }
    .small-margin-collapse>.medium-11 {
        width: 91.66667%
    }
    .small-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .small-margin-collapse>.large-1 {
        width: 8.33333%
    }
    .small-margin-collapse>.large-2 {
        width: 16.66667%
    }
    .small-margin-collapse>.large-3 {
        width: 25%
    }
    .small-margin-collapse>.large-4 {
        width: 33.33333%
    }
    .small-margin-collapse>.large-5 {
        width: 41.66667%
    }
    .small-margin-collapse>.large-6 {
        width: 50%
    }
    .small-margin-collapse>.large-7 {
        width: 58.33333%
    }
    .small-margin-collapse>.large-8 {
        width: 66.66667%
    }
    .small-margin-collapse>.large-9 {
        width: 75%
    }
    .small-margin-collapse>.large-10 {
        width: 83.33333%
    }
    .small-margin-collapse>.large-11 {
        width: 91.66667%
    }
    .small-margin-collapse>.large-12 {
        width: 100%
    }
}

.small-padding-collapse {
    margin-right: 0;
    margin-left: 0
}

.small-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0
}

@media print,
screen and (min-width:48em) {
    .medium-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }
    .medium-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print,
screen and (min-width:48em) {
    .medium-margin-collapse>.small-1 {
        width: 8.33333%
    }
    .medium-margin-collapse>.small-2 {
        width: 16.66667%
    }
    .medium-margin-collapse>.small-3 {
        width: 25%
    }
    .medium-margin-collapse>.small-4 {
        width: 33.33333%
    }
    .medium-margin-collapse>.small-5 {
        width: 41.66667%
    }
    .medium-margin-collapse>.small-6 {
        width: 50%
    }
    .medium-margin-collapse>.small-7 {
        width: 58.33333%
    }
    .medium-margin-collapse>.small-8 {
        width: 66.66667%
    }
    .medium-margin-collapse>.small-9 {
        width: 75%
    }
    .medium-margin-collapse>.small-10 {
        width: 83.33333%
    }
    .medium-margin-collapse>.small-11 {
        width: 91.66667%
    }
    .medium-margin-collapse>.small-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:48em) {
    .medium-margin-collapse>.medium-1 {
        width: 8.33333%
    }
    .medium-margin-collapse>.medium-2 {
        width: 16.66667%
    }
    .medium-margin-collapse>.medium-3 {
        width: 25%
    }
    .medium-margin-collapse>.medium-4 {
        width: 33.33333%
    }
    .medium-margin-collapse>.medium-5 {
        width: 41.66667%
    }
    .medium-margin-collapse>.medium-6 {
        width: 50%
    }
    .medium-margin-collapse>.medium-7 {
        width: 58.33333%
    }
    .medium-margin-collapse>.medium-8 {
        width: 66.66667%
    }
    .medium-margin-collapse>.medium-9 {
        width: 75%
    }
    .medium-margin-collapse>.medium-10 {
        width: 83.33333%
    }
    .medium-margin-collapse>.medium-11 {
        width: 91.66667%
    }
    .medium-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .medium-margin-collapse>.large-1 {
        width: 8.33333%
    }
    .medium-margin-collapse>.large-2 {
        width: 16.66667%
    }
    .medium-margin-collapse>.large-3 {
        width: 25%
    }
    .medium-margin-collapse>.large-4 {
        width: 33.33333%
    }
    .medium-margin-collapse>.large-5 {
        width: 41.66667%
    }
    .medium-margin-collapse>.large-6 {
        width: 50%
    }
    .medium-margin-collapse>.large-7 {
        width: 58.33333%
    }
    .medium-margin-collapse>.large-8 {
        width: 66.66667%
    }
    .medium-margin-collapse>.large-9 {
        width: 75%
    }
    .medium-margin-collapse>.large-10 {
        width: 83.33333%
    }
    .medium-margin-collapse>.large-11 {
        width: 91.66667%
    }
    .medium-margin-collapse>.large-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:48em) {
    .medium-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }
    .medium-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

@media print,
screen and (min-width:64em) {
    .large-margin-collapse {
        margin-right: 0;
        margin-left: 0
    }
    .large-margin-collapse>.cell {
        margin-right: 0;
        margin-left: 0
    }
}

@media print,
screen and (min-width:64em) {
    .large-margin-collapse>.small-1 {
        width: 8.33333%
    }
    .large-margin-collapse>.small-2 {
        width: 16.66667%
    }
    .large-margin-collapse>.small-3 {
        width: 25%
    }
    .large-margin-collapse>.small-4 {
        width: 33.33333%
    }
    .large-margin-collapse>.small-5 {
        width: 41.66667%
    }
    .large-margin-collapse>.small-6 {
        width: 50%
    }
    .large-margin-collapse>.small-7 {
        width: 58.33333%
    }
    .large-margin-collapse>.small-8 {
        width: 66.66667%
    }
    .large-margin-collapse>.small-9 {
        width: 75%
    }
    .large-margin-collapse>.small-10 {
        width: 83.33333%
    }
    .large-margin-collapse>.small-11 {
        width: 91.66667%
    }
    .large-margin-collapse>.small-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .large-margin-collapse>.medium-1 {
        width: 8.33333%
    }
    .large-margin-collapse>.medium-2 {
        width: 16.66667%
    }
    .large-margin-collapse>.medium-3 {
        width: 25%
    }
    .large-margin-collapse>.medium-4 {
        width: 33.33333%
    }
    .large-margin-collapse>.medium-5 {
        width: 41.66667%
    }
    .large-margin-collapse>.medium-6 {
        width: 50%
    }
    .large-margin-collapse>.medium-7 {
        width: 58.33333%
    }
    .large-margin-collapse>.medium-8 {
        width: 66.66667%
    }
    .large-margin-collapse>.medium-9 {
        width: 75%
    }
    .large-margin-collapse>.medium-10 {
        width: 83.33333%
    }
    .large-margin-collapse>.medium-11 {
        width: 91.66667%
    }
    .large-margin-collapse>.medium-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .large-margin-collapse>.large-1 {
        width: 8.33333%
    }
    .large-margin-collapse>.large-2 {
        width: 16.66667%
    }
    .large-margin-collapse>.large-3 {
        width: 25%
    }
    .large-margin-collapse>.large-4 {
        width: 33.33333%
    }
    .large-margin-collapse>.large-5 {
        width: 41.66667%
    }
    .large-margin-collapse>.large-6 {
        width: 50%
    }
    .large-margin-collapse>.large-7 {
        width: 58.33333%
    }
    .large-margin-collapse>.large-8 {
        width: 66.66667%
    }
    .large-margin-collapse>.large-9 {
        width: 75%
    }
    .large-margin-collapse>.large-10 {
        width: 83.33333%
    }
    .large-margin-collapse>.large-11 {
        width: 91.66667%
    }
    .large-margin-collapse>.large-12 {
        width: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .large-padding-collapse {
        margin-right: 0;
        margin-left: 0
    }
    .large-padding-collapse>.cell {
        padding-right: 0;
        padding-left: 0
    }
}

.small-offset-0 {
    margin-left: 0
}

.grid-margin-x>.small-offset-0 {
    margin-left: calc(0% + .625rem)
}

.small-offset-1 {
    margin-left: 8.33333%
}

.grid-margin-x>.small-offset-1 {
    margin-left: calc(8.33333% + .625rem)
}

.small-offset-2 {
    margin-left: 16.66667%
}

.grid-margin-x>.small-offset-2 {
    margin-left: calc(16.66667% + .625rem)
}

.small-offset-3 {
    margin-left: 25%
}

.grid-margin-x>.small-offset-3 {
    margin-left: calc(25% + .625rem)
}

.small-offset-4 {
    margin-left: 33.33333%
}

.grid-margin-x>.small-offset-4 {
    margin-left: calc(33.33333% + .625rem)
}

.small-offset-5 {
    margin-left: 41.66667%
}

.grid-margin-x>.small-offset-5 {
    margin-left: calc(41.66667% + .625rem)
}

.small-offset-6 {
    margin-left: 50%
}

.grid-margin-x>.small-offset-6 {
    margin-left: calc(50% + .625rem)
}

.small-offset-7 {
    margin-left: 58.33333%
}

.grid-margin-x>.small-offset-7 {
    margin-left: calc(58.33333% + .625rem)
}

.small-offset-8 {
    margin-left: 66.66667%
}

.grid-margin-x>.small-offset-8 {
    margin-left: calc(66.66667% + .625rem)
}

.small-offset-9 {
    margin-left: 75%
}

.grid-margin-x>.small-offset-9 {
    margin-left: calc(75% + .625rem)
}

.small-offset-10 {
    margin-left: 83.33333%
}

.grid-margin-x>.small-offset-10 {
    margin-left: calc(83.33333% + .625rem)
}

.small-offset-11 {
    margin-left: 91.66667%
}

.grid-margin-x>.small-offset-11 {
    margin-left: calc(91.66667% + .625rem)
}

@media print,
screen and (min-width:48em) {
    .medium-offset-0 {
        margin-left: 0
    }
    .grid-margin-x>.medium-offset-0 {
        margin-left: calc(0% + .9375rem)
    }
    .medium-offset-1 {
        margin-left: 8.33333%
    }
    .grid-margin-x>.medium-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }
    .medium-offset-2 {
        margin-left: 16.66667%
    }
    .grid-margin-x>.medium-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }
    .medium-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x>.medium-offset-3 {
        margin-left: calc(25% + .9375rem)
    }
    .medium-offset-4 {
        margin-left: 33.33333%
    }
    .grid-margin-x>.medium-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }
    .medium-offset-5 {
        margin-left: 41.66667%
    }
    .grid-margin-x>.medium-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }
    .medium-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x>.medium-offset-6 {
        margin-left: calc(50% + .9375rem)
    }
    .medium-offset-7 {
        margin-left: 58.33333%
    }
    .grid-margin-x>.medium-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }
    .medium-offset-8 {
        margin-left: 66.66667%
    }
    .grid-margin-x>.medium-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }
    .medium-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x>.medium-offset-9 {
        margin-left: calc(75% + .9375rem)
    }
    .medium-offset-10 {
        margin-left: 83.33333%
    }
    .grid-margin-x>.medium-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }
    .medium-offset-11 {
        margin-left: 91.66667%
    }
    .grid-margin-x>.medium-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

@media print,
screen and (min-width:64em) {
    .large-offset-0 {
        margin-left: 0
    }
    .grid-margin-x>.large-offset-0 {
        margin-left: calc(0% + .9375rem)
    }
    .large-offset-1 {
        margin-left: 8.33333%
    }
    .grid-margin-x>.large-offset-1 {
        margin-left: calc(8.33333% + .9375rem)
    }
    .large-offset-2 {
        margin-left: 16.66667%
    }
    .grid-margin-x>.large-offset-2 {
        margin-left: calc(16.66667% + .9375rem)
    }
    .large-offset-3 {
        margin-left: 25%
    }
    .grid-margin-x>.large-offset-3 {
        margin-left: calc(25% + .9375rem)
    }
    .large-offset-4 {
        margin-left: 33.33333%
    }
    .grid-margin-x>.large-offset-4 {
        margin-left: calc(33.33333% + .9375rem)
    }
    .large-offset-5 {
        margin-left: 41.66667%
    }
    .grid-margin-x>.large-offset-5 {
        margin-left: calc(41.66667% + .9375rem)
    }
    .large-offset-6 {
        margin-left: 50%
    }
    .grid-margin-x>.large-offset-6 {
        margin-left: calc(50% + .9375rem)
    }
    .large-offset-7 {
        margin-left: 58.33333%
    }
    .grid-margin-x>.large-offset-7 {
        margin-left: calc(58.33333% + .9375rem)
    }
    .large-offset-8 {
        margin-left: 66.66667%
    }
    .grid-margin-x>.large-offset-8 {
        margin-left: calc(66.66667% + .9375rem)
    }
    .large-offset-9 {
        margin-left: 75%
    }
    .grid-margin-x>.large-offset-9 {
        margin-left: calc(75% + .9375rem)
    }
    .large-offset-10 {
        margin-left: 83.33333%
    }
    .grid-margin-x>.large-offset-10 {
        margin-left: calc(83.33333% + .9375rem)
    }
    .large-offset-11 {
        margin-left: 91.66667%
    }
    .grid-margin-x>.large-offset-11 {
        margin-left: calc(91.66667% + .9375rem)
    }
}

.grid-y {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.grid-y>.cell {
    width: auto;
    max-width: none
}

.grid-y>.auto {
    height: auto
}

.grid-y>.shrink {
    height: auto
}

.grid-y>.small-1,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9,
.grid-y>.small-full,
.grid-y>.small-shrink {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

@media print,
screen and (min-width:48em) {
    .grid-y>.medium-1,
    .grid-y>.medium-10,
    .grid-y>.medium-11,
    .grid-y>.medium-12,
    .grid-y>.medium-2,
    .grid-y>.medium-3,
    .grid-y>.medium-4,
    .grid-y>.medium-5,
    .grid-y>.medium-6,
    .grid-y>.medium-7,
    .grid-y>.medium-8,
    .grid-y>.medium-9,
    .grid-y>.medium-full,
    .grid-y>.medium-shrink {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

@media print,
screen and (min-width:64em) {
    .grid-y>.large-1,
    .grid-y>.large-10,
    .grid-y>.large-11,
    .grid-y>.large-12,
    .grid-y>.large-2,
    .grid-y>.large-3,
    .grid-y>.large-4,
    .grid-y>.large-5,
    .grid-y>.large-6,
    .grid-y>.large-7,
    .grid-y>.large-8,
    .grid-y>.large-9,
    .grid-y>.large-full,
    .grid-y>.large-shrink {
        -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.grid-y>.small-1,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9 {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.grid-y>.small-1 {
    height: 8.33333%
}

.grid-y>.small-2 {
    height: 16.66667%
}

.grid-y>.small-3 {
    height: 25%
}

.grid-y>.small-4 {
    height: 33.33333%
}

.grid-y>.small-5 {
    height: 41.66667%
}

.grid-y>.small-6 {
    height: 50%
}

.grid-y>.small-7 {
    height: 58.33333%
}

.grid-y>.small-8 {
    height: 66.66667%
}

.grid-y>.small-9 {
    height: 75%
}

.grid-y>.small-10 {
    height: 83.33333%
}

.grid-y>.small-11 {
    height: 91.66667%
}

.grid-y>.small-12 {
    height: 100%
}

@media print,
screen and (min-width:48em) {
    .grid-y>.medium-auto {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }
    .grid-y>.medium-1,
    .grid-y>.medium-10,
    .grid-y>.medium-11,
    .grid-y>.medium-12,
    .grid-y>.medium-2,
    .grid-y>.medium-3,
    .grid-y>.medium-4,
    .grid-y>.medium-5,
    .grid-y>.medium-6,
    .grid-y>.medium-7,
    .grid-y>.medium-8,
    .grid-y>.medium-9,
    .grid-y>.medium-shrink {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .grid-y>.medium-shrink {
        height: auto
    }
    .grid-y>.medium-1 {
        height: 8.33333%
    }
    .grid-y>.medium-2 {
        height: 16.66667%
    }
    .grid-y>.medium-3 {
        height: 25%
    }
    .grid-y>.medium-4 {
        height: 33.33333%
    }
    .grid-y>.medium-5 {
        height: 41.66667%
    }
    .grid-y>.medium-6 {
        height: 50%
    }
    .grid-y>.medium-7 {
        height: 58.33333%
    }
    .grid-y>.medium-8 {
        height: 66.66667%
    }
    .grid-y>.medium-9 {
        height: 75%
    }
    .grid-y>.medium-10 {
        height: 83.33333%
    }
    .grid-y>.medium-11 {
        height: 91.66667%
    }
    .grid-y>.medium-12 {
        height: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .grid-y>.large-auto {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
        height: auto
    }
    .grid-y>.large-1,
    .grid-y>.large-10,
    .grid-y>.large-11,
    .grid-y>.large-12,
    .grid-y>.large-2,
    .grid-y>.large-3,
    .grid-y>.large-4,
    .grid-y>.large-5,
    .grid-y>.large-6,
    .grid-y>.large-7,
    .grid-y>.large-8,
    .grid-y>.large-9,
    .grid-y>.large-shrink {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }
    .grid-y>.large-shrink {
        height: auto
    }
    .grid-y>.large-1 {
        height: 8.33333%
    }
    .grid-y>.large-2 {
        height: 16.66667%
    }
    .grid-y>.large-3 {
        height: 25%
    }
    .grid-y>.large-4 {
        height: 33.33333%
    }
    .grid-y>.large-5 {
        height: 41.66667%
    }
    .grid-y>.large-6 {
        height: 50%
    }
    .grid-y>.large-7 {
        height: 58.33333%
    }
    .grid-y>.large-8 {
        height: 66.66667%
    }
    .grid-y>.large-9 {
        height: 75%
    }
    .grid-y>.large-10 {
        height: 83.33333%
    }
    .grid-y>.large-11 {
        height: 91.66667%
    }
    .grid-y>.large-12 {
        height: 100%
    }
}

.grid-padding-y .grid-padding-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print,
screen and (min-width:48em) {
    .grid-padding-y .grid-padding-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-padding-y>.cell {
    padding-top: .625rem;
    padding-bottom: .625rem
}

@media print,
screen and (min-width:48em) {
    .grid-padding-y>.cell {
        padding-top: .9375rem;
        padding-bottom: .9375rem
    }
}

.grid-margin-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print,
screen and (min-width:48em) {
    .grid-margin-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-margin-y>.cell {
    height: calc(100% - 1.25rem);
    margin-top: .625rem;
    margin-bottom: .625rem
}

@media print,
screen and (min-width:48em) {
    .grid-margin-y>.cell {
        height: calc(100% - 1.875rem);
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }
}

.grid-margin-y>.auto {
    height: auto
}

.grid-margin-y>.shrink {
    height: auto
}

.grid-margin-y>.small-1 {
    height: calc(8.33333% - 1.25rem)
}

.grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.25rem)
}

.grid-margin-y>.small-3 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.25rem)
}

.grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.25rem)
}

.grid-margin-y>.small-6 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.25rem)
}

.grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.25rem)
}

.grid-margin-y>.small-9 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.25rem)
}

.grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.25rem)
}

.grid-margin-y>.small-12 {
    height: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:48em) {
    .grid-margin-y>.auto {
        height: auto
    }
    .grid-margin-y>.shrink {
        height: auto
    }
    .grid-margin-y>.small-1 {
        height: calc(8.33333% - 1.875rem)
    }
    .grid-margin-y>.small-2 {
        height: calc(16.66667% - 1.875rem)
    }
    .grid-margin-y>.small-3 {
        height: calc(25% - 1.875rem)
    }
    .grid-margin-y>.small-4 {
        height: calc(33.33333% - 1.875rem)
    }
    .grid-margin-y>.small-5 {
        height: calc(41.66667% - 1.875rem)
    }
    .grid-margin-y>.small-6 {
        height: calc(50% - 1.875rem)
    }
    .grid-margin-y>.small-7 {
        height: calc(58.33333% - 1.875rem)
    }
    .grid-margin-y>.small-8 {
        height: calc(66.66667% - 1.875rem)
    }
    .grid-margin-y>.small-9 {
        height: calc(75% - 1.875rem)
    }
    .grid-margin-y>.small-10 {
        height: calc(83.33333% - 1.875rem)
    }
    .grid-margin-y>.small-11 {
        height: calc(91.66667% - 1.875rem)
    }
    .grid-margin-y>.small-12 {
        height: calc(100% - 1.875rem)
    }
    .grid-margin-y>.medium-auto {
        height: auto
    }
    .grid-margin-y>.medium-shrink {
        height: auto
    }
    .grid-margin-y>.medium-1 {
        height: calc(8.33333% - 1.875rem)
    }
    .grid-margin-y>.medium-2 {
        height: calc(16.66667% - 1.875rem)
    }
    .grid-margin-y>.medium-3 {
        height: calc(25% - 1.875rem)
    }
    .grid-margin-y>.medium-4 {
        height: calc(33.33333% - 1.875rem)
    }
    .grid-margin-y>.medium-5 {
        height: calc(41.66667% - 1.875rem)
    }
    .grid-margin-y>.medium-6 {
        height: calc(50% - 1.875rem)
    }
    .grid-margin-y>.medium-7 {
        height: calc(58.33333% - 1.875rem)
    }
    .grid-margin-y>.medium-8 {
        height: calc(66.66667% - 1.875rem)
    }
    .grid-margin-y>.medium-9 {
        height: calc(75% - 1.875rem)
    }
    .grid-margin-y>.medium-10 {
        height: calc(83.33333% - 1.875rem)
    }
    .grid-margin-y>.medium-11 {
        height: calc(91.66667% - 1.875rem)
    }
    .grid-margin-y>.medium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {
    .grid-margin-y>.large-auto {
        height: auto
    }
    .grid-margin-y>.large-shrink {
        height: auto
    }
    .grid-margin-y>.large-1 {
        height: calc(8.33333% - 1.875rem)
    }
    .grid-margin-y>.large-2 {
        height: calc(16.66667% - 1.875rem)
    }
    .grid-margin-y>.large-3 {
        height: calc(25% - 1.875rem)
    }
    .grid-margin-y>.large-4 {
        height: calc(33.33333% - 1.875rem)
    }
    .grid-margin-y>.large-5 {
        height: calc(41.66667% - 1.875rem)
    }
    .grid-margin-y>.large-6 {
        height: calc(50% - 1.875rem)
    }
    .grid-margin-y>.large-7 {
        height: calc(58.33333% - 1.875rem)
    }
    .grid-margin-y>.large-8 {
        height: calc(66.66667% - 1.875rem)
    }
    .grid-margin-y>.large-9 {
        height: calc(75% - 1.875rem)
    }
    .grid-margin-y>.large-10 {
        height: calc(83.33333% - 1.875rem)
    }
    .grid-margin-y>.large-11 {
        height: calc(91.66667% - 1.875rem)
    }
    .grid-margin-y>.large-12 {
        height: calc(100% - 1.875rem)
    }
}

.grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
}

.cell .grid-frame {
    width: 100%
}

.cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
}

.cell-block-container>.grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media print,
screen and (min-width:48em) {
    .medium-grid-frame {
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }
    .cell .medium-grid-frame {
        width: 100%
    }
    .medium-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .medium-cell-block-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }
    .medium-cell-block-container>.grid-x {
        max-height: 100%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .medium-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

@media print,
screen and (min-width:64em) {
    .large-grid-frame {
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100vw
    }
    .cell .large-grid-frame {
        width: 100%
    }
    .large-cell-block {
        overflow-x: auto;
        max-width: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .large-cell-block-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        max-height: 100%
    }
    .large-cell-block-container>.grid-x {
        max-height: 100%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .large-cell-block-y {
        overflow-y: auto;
        max-height: 100%;
        min-height: 100%;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
}

.grid-y.grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
}

@media print,
screen and (min-width:48em) {
    .grid-y.medium-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

@media print,
screen and (min-width:64em) {
    .grid-y.large-grid-frame {
        width: auto;
        overflow: hidden;
        position: relative;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        height: 100vh
    }
}

.cell .grid-y.grid-frame {
    height: 100%
}

@media print,
screen and (min-width:48em) {
    .cell .grid-y.medium-grid-frame {
        height: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .cell .grid-y.large-grid-frame {
        height: 100%
    }
}

.grid-margin-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem
}

@media print,
screen and (min-width:48em) {
    .grid-margin-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem
    }
}

.grid-margin-y>.cell {
    height: calc(100% - 1.25rem);
    margin-top: .625rem;
    margin-bottom: .625rem
}

@media print,
screen and (min-width:48em) {
    .grid-margin-y>.cell {
        height: calc(100% - 1.875rem);
        margin-top: .9375rem;
        margin-bottom: .9375rem
    }
}

.grid-margin-y>.auto {
    height: auto
}

.grid-margin-y>.shrink {
    height: auto
}

.grid-margin-y>.small-1 {
    height: calc(8.33333% - 1.25rem)
}

.grid-margin-y>.small-2 {
    height: calc(16.66667% - 1.25rem)
}

.grid-margin-y>.small-3 {
    height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
    height: calc(33.33333% - 1.25rem)
}

.grid-margin-y>.small-5 {
    height: calc(41.66667% - 1.25rem)
}

.grid-margin-y>.small-6 {
    height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
    height: calc(58.33333% - 1.25rem)
}

.grid-margin-y>.small-8 {
    height: calc(66.66667% - 1.25rem)
}

.grid-margin-y>.small-9 {
    height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
    height: calc(83.33333% - 1.25rem)
}

.grid-margin-y>.small-11 {
    height: calc(91.66667% - 1.25rem)
}

.grid-margin-y>.small-12 {
    height: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:48em) {
    .grid-margin-y>.auto {
        height: auto
    }
    .grid-margin-y>.shrink {
        height: auto
    }
    .grid-margin-y>.small-1 {
        height: calc(8.33333% - 1.875rem)
    }
    .grid-margin-y>.small-2 {
        height: calc(16.66667% - 1.875rem)
    }
    .grid-margin-y>.small-3 {
        height: calc(25% - 1.875rem)
    }
    .grid-margin-y>.small-4 {
        height: calc(33.33333% - 1.875rem)
    }
    .grid-margin-y>.small-5 {
        height: calc(41.66667% - 1.875rem)
    }
    .grid-margin-y>.small-6 {
        height: calc(50% - 1.875rem)
    }
    .grid-margin-y>.small-7 {
        height: calc(58.33333% - 1.875rem)
    }
    .grid-margin-y>.small-8 {
        height: calc(66.66667% - 1.875rem)
    }
    .grid-margin-y>.small-9 {
        height: calc(75% - 1.875rem)
    }
    .grid-margin-y>.small-10 {
        height: calc(83.33333% - 1.875rem)
    }
    .grid-margin-y>.small-11 {
        height: calc(91.66667% - 1.875rem)
    }
    .grid-margin-y>.small-12 {
        height: calc(100% - 1.875rem)
    }
    .grid-margin-y>.medium-auto {
        height: auto
    }
    .grid-margin-y>.medium-shrink {
        height: auto
    }
    .grid-margin-y>.medium-1 {
        height: calc(8.33333% - 1.875rem)
    }
    .grid-margin-y>.medium-2 {
        height: calc(16.66667% - 1.875rem)
    }
    .grid-margin-y>.medium-3 {
        height: calc(25% - 1.875rem)
    }
    .grid-margin-y>.medium-4 {
        height: calc(33.33333% - 1.875rem)
    }
    .grid-margin-y>.medium-5 {
        height: calc(41.66667% - 1.875rem)
    }
    .grid-margin-y>.medium-6 {
        height: calc(50% - 1.875rem)
    }
    .grid-margin-y>.medium-7 {
        height: calc(58.33333% - 1.875rem)
    }
    .grid-margin-y>.medium-8 {
        height: calc(66.66667% - 1.875rem)
    }
    .grid-margin-y>.medium-9 {
        height: calc(75% - 1.875rem)
    }
    .grid-margin-y>.medium-10 {
        height: calc(83.33333% - 1.875rem)
    }
    .grid-margin-y>.medium-11 {
        height: calc(91.66667% - 1.875rem)
    }
    .grid-margin-y>.medium-12 {
        height: calc(100% - 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {
    .grid-margin-y>.large-auto {
        height: auto
    }
    .grid-margin-y>.large-shrink {
        height: auto
    }
    .grid-margin-y>.large-1 {
        height: calc(8.33333% - 1.875rem)
    }
    .grid-margin-y>.large-2 {
        height: calc(16.66667% - 1.875rem)
    }
    .grid-margin-y>.large-3 {
        height: calc(25% - 1.875rem)
    }
    .grid-margin-y>.large-4 {
        height: calc(33.33333% - 1.875rem)
    }
    .grid-margin-y>.large-5 {
        height: calc(41.66667% - 1.875rem)
    }
    .grid-margin-y>.large-6 {
        height: calc(50% - 1.875rem)
    }
    .grid-margin-y>.large-7 {
        height: calc(58.33333% - 1.875rem)
    }
    .grid-margin-y>.large-8 {
        height: calc(66.66667% - 1.875rem)
    }
    .grid-margin-y>.large-9 {
        height: calc(75% - 1.875rem)
    }
    .grid-margin-y>.large-10 {
        height: calc(83.33333% - 1.875rem)
    }
    .grid-margin-y>.large-11 {
        height: calc(91.66667% - 1.875rem)
    }
    .grid-margin-y>.large-12 {
        height: calc(100% - 1.875rem)
    }
}

.grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem)
}

@media print,
screen and (min-width:48em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {
    .grid-frame.grid-margin-y {
        height: calc(100vh + 1.875rem)
    }
}

@media print,
screen and (min-width:48em) {
    .grid-margin-y.medium-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

@media print,
screen and (min-width:64em) {
    .grid-margin-y.large-grid-frame {
        height: calc(100vh + 1.875rem)
    }
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0
}

p {
    margin-bottom: 1rem;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility
}

em,
i {
    font-style: italic;
    line-height: inherit
}

b,
strong {
    font-weight: 700;
    line-height: inherit
}

small {
    font-size: 80%;
    line-height: inherit
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Gotham, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: inherit;
    text-rendering: optimizeLegibility
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    line-height: 0;
    color: #cacaca
}

.h1,
h1 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h2,
h2 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h3,
h3 {
    font-size: 1.1875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h4,
h4 {
    font-size: 1.125rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h5,
h5 {
    font-size: 1.0625rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

.h6,
h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: .5rem
}

@media print,
screen and (min-width:48em) {
    .h1,
    h1 {
        font-size: 3rem
    }
    .h2,
    h2 {
        font-size: 2.5rem
    }
    .h3,
    h3 {
        font-size: 1.9375rem
    }
    .h4,
    h4 {
        font-size: 1.5625rem
    }
    .h5,
    h5 {
        font-size: 1.25rem
    }
    .h6,
    h6 {
        font-size: 1rem
    }
}

a {
    line-height: inherit;
    color: #1779ba;
    text-decoration: none;
    cursor: pointer
}

a:focus,
a:hover {
    color: #1468a0
}

a img {
    border: 0
}

hr {
    clear: both;
    max-width: 150rem;
    height: 0;
    margin: 1.25rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0
}

dl,
ol,
ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6
}

li {
    font-size: inherit
}

ul {
    margin-left: 1.25rem;
    list-style-type: disc
}

ol {
    margin-left: 1.25rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl {
    margin-bottom: 1rem
}

dl dt {
    margin-bottom: .3rem;
    font-weight: 700
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #8a8a8a
}

cite {
    display: block;
    font-size: .8125rem;
    color: #8a8a8a
}

cite:before {
    content: "— "
}

abbr,
abbr[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
    text-decoration: none
}

figure {
    margin: 0
}

code {
    padding: .125rem .3125rem .0625rem;
    border: 1px solid #cacaca;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 400;
    color: #000
}

kbd {
    margin: 0;
    padding: .125rem .25rem 0;
    background-color: #e6e6e6;
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    color: #000
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.stat {
    font-size: 2.5rem;
    line-height: 1
}

p+.stat {
    margin-top: -1rem
}

ol.no-bullet,
ul.no-bullet {
    margin-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media print,
screen and (min-width:48em) {
    .medium-text-left {
        text-align: left
    }
    .medium-text-right {
        text-align: right
    }
    .medium-text-center {
        text-align: center
    }
    .medium-text-justify {
        text-align: justify
    }
}

@media print,
screen and (min-width:64em) {
    .large-text-left {
        text-align: left
    }
    .large-text-right {
        text-align: right
    }
    .large-text-center {
        text-align: center
    }
    .large-text-justify {
        text-align: justify
    }
}

.show-for-print {
    display: none!important
}

@media print {
    * {
        background: 0 0!important;
        box-shadow: none!important;
        color: #000!important;
        text-shadow: none!important
    }
    .show-for-print {
        display: block!important
    }
    .hide-for-print {
        display: none!important
    }
    table.show-for-print {
        display: table!important
    }
    thead.show-for-print {
        display: table-header-group!important
    }
    tbody.show-for-print {
        display: table-row-group!important
    }
    tr.show-for-print {
        display: table-row!important
    }
    td.show-for-print {
        display: table-cell!important
    }
    th.show-for-print {
        display: table-cell!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    .ir a:after,
    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: ''
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    blockquote,
    pre {
        border: 1px solid #8a8a8a;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .print-break-inside {
        page-break-inside: auto
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    padding: .85em 1em;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-family: inherit;
    font-size: .9rem;
    -webkit-appearance: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #1779ba;
    color: #fff
}

[data-whatinput=mouse] .button {
    outline: 0
}

.button:focus,
.button:hover {
    background-color: #14679e;
    color: #fff
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0
}

.button.primary {
    background-color: #1779ba;
    color: #fff
}

.button.primary:focus,
.button.primary:hover {
    background-color: #126195;
    color: #fff
}

.button.secondary {
    background-color: #767676;
    color: #000
}

.button.secondary:focus,
.button.secondary:hover {
    background-color: #5e5e5e;
    color: #000
}

.button.success {
    background-color: #3adb76;
    color: #000
}

.button.success:focus,
.button.success:hover {
    background-color: #22bb5b;
    color: #000
}

.button.warning {
    background-color: #ffae00;
    color: #000
}

.button.warning:focus,
.button.warning:hover {
    background-color: #cc8b00;
    color: #000
}

.button.alert {
    background-color: #cc4b37;
    color: #000
}

.button.alert:focus,
.button.alert:hover {
    background-color: #a53b2a;
    color: #000
}

.button.disabled,
.button[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
    background-color: #1779ba;
    color: #fff
}

.button.disabled.primary,
.button[disabled].primary {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.primary,
.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
    background-color: #1779ba;
    color: #fff
}

.button.disabled.secondary,
.button[disabled].secondary {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.secondary,
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
    background-color: #767676;
    color: #000
}

.button.disabled.success,
.button[disabled].success {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.success,
.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success,
.button[disabled].success:focus,
.button[disabled].success:hover {
    background-color: #3adb76;
    color: #000
}

.button.disabled.warning,
.button[disabled].warning {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.warning,
.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning,
.button[disabled].warning:focus,
.button[disabled].warning:hover {
    background-color: #ffae00;
    color: #000
}

.button.disabled.alert,
.button[disabled].alert {
    opacity: .25;
    cursor: not-allowed
}

.button.disabled.alert,
.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert,
.button[disabled].alert:focus,
.button[disabled].alert:hover {
    background-color: #cc4b37;
    color: #000
}

.button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button.hollow,
.button.hollow:focus,
.button.hollow:hover {
    background-color: transparent
}

.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
    background-color: transparent
}

.button.hollow:focus,
.button.hollow:hover {
    border-color: #0c3d5d;
    color: #0c3d5d
}

.button.hollow:focus.disabled,
.button.hollow:focus[disabled],
.button.hollow:hover.disabled,
.button.hollow:hover[disabled] {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button.hollow.primary {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button.hollow.primary:focus,
.button.hollow.primary:hover {
    border-color: #0c3d5d;
    color: #0c3d5d
}

.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled],
.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled] {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button.hollow.secondary {
    border: 1px solid #767676;
    color: #767676
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
    border-color: #3b3b3b;
    color: #3b3b3b
}

.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled],
.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled] {
    border: 1px solid #767676;
    color: #767676
}

.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.success:focus,
.button.hollow.success:hover {
    border-color: #157539;
    color: #157539
}

.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled],
.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled] {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.warning:focus,
.button.hollow.warning:hover {
    border-color: #805700;
    color: #805700
}

.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled],
.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled] {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.hollow.alert:focus,
.button.hollow.alert:hover {
    border-color: #67251a;
    color: #67251a
}

.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled],
.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled] {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.clear {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button.clear,
.button.clear:focus,
.button.clear:hover {
    background-color: transparent
}

.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
    background-color: transparent
}

.button.clear:focus,
.button.clear:hover {
    border-color: #0c3d5d;
    color: #0c3d5d
}

.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover.disabled,
.button.clear:hover[disabled] {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button.clear,
.button.clear.disabled,
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear[disabled] {
    border-color: transparent
}

.button.clear.primary {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button.clear.primary:focus,
.button.clear.primary:hover {
    border-color: #0c3d5d;
    color: #0c3d5d
}

.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled] {
    border: 1px solid #1779ba;
    color: #1779ba
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary[disabled] {
    border-color: transparent
}

.button.clear.secondary {
    border: 1px solid #767676;
    color: #767676
}

.button.clear.secondary:focus,
.button.clear.secondary:hover {
    border-color: #3b3b3b;
    color: #3b3b3b
}

.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled] {
    border: 1px solid #767676;
    color: #767676
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary[disabled] {
    border-color: transparent
}

.button.clear.success {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.clear.success:focus,
.button.clear.success:hover {
    border-color: #157539;
    color: #157539
}

.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled] {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success[disabled] {
    border-color: transparent
}

.button.clear.warning {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.clear.warning:focus,
.button.clear.warning:hover {
    border-color: #805700;
    color: #805700
}

.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled] {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning[disabled] {
    border-color: transparent
}

.button.clear.alert {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.clear.alert:focus,
.button.clear.alert:hover {
    border-color: #67251a;
    color: #67251a
}

.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled] {
    border: 1px solid #cc4b37;
    color: #cc4b37
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert[disabled] {
    border-color: transparent
}

.button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset .4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: .4em;
    display: inline-block;
    float: right;
    margin-left: 1em
}

.button.dropdown.clear::after,
.button.dropdown.hollow::after {
    border-top-color: #1779ba
}

.button.dropdown.clear.primary::after,
.button.dropdown.hollow.primary::after {
    border-top-color: #1779ba
}

.button.dropdown.clear.secondary::after,
.button.dropdown.hollow.secondary::after {
    border-top-color: #767676
}

.button.dropdown.clear.success::after,
.button.dropdown.hollow.success::after {
    border-top-color: #3adb76
}

.button.dropdown.clear.warning::after,
.button.dropdown.hollow.warning::after {
    border-top-color: #ffae00
}

.button.dropdown.clear.alert::after,
.button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37
}

.button.arrow-only::after {
    top: -.1em;
    float: none;
    margin-left: 0
}

a.button:focus,
a.button:hover {
    text-decoration: none
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
    outline: 0;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

textarea {
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed
}

[type=button],
[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type=search] {
    box-sizing: border-box
}

::-webkit-input-placeholder {
    color: #cacaca
}

:-ms-input-placeholder {
    color: #cacaca
}

::placeholder {
    color: #cacaca
}

[type=checkbox],
[type=file],
[type=radio] {
    margin: 0 0 1rem
}

[type=checkbox]+label,
[type=radio]+label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0
}

[type=checkbox]+label[for],
[type=radio]+label[for] {
    cursor: pointer
}

label>[type=checkbox],
label>[type=radio] {
    margin-right: .5rem
}

[type=file] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #000
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0
}

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #000
}

.input-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.input-group>:first-child,
.input-group>:first-child.input-group-button>* {
    border-radius: 0
}

.input-group>:last-child,
.input-group>:last-child.input-group-button>* {
    border-radius: 0
}

.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
    margin: 0;
    white-space: nowrap
}

.input-group-label {
    padding: 0 1rem;
    border: 1px solid #cacaca;
    background: #e6e6e6;
    color: #000;
    text-align: center;
    white-space: nowrap;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    min-width: 0
}

.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0
}

legend {
    max-width: 100%;
    margin-bottom: .5rem
}

.fieldset {
    margin: 1.125rem 0;
    padding: 1.25rem;
    border: 1px solid #cacaca
}

.fieldset legend {
    margin: 0;
    margin-left: -.1875rem;
    padding: 0 .1875rem
}

select {
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right -1rem center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    padding-right: 1.5rem;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

@media screen and (min-width:0\0) {
    select {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
    }
}

select:focus {
    outline: 0;
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto;
    background-image: none
}

.is-invalid-input:not(:focus) {
    border-color: #cc4b37;
    background-color: #faedeb
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37
}

.is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37
}

.is-invalid-label {
    color: #cc4b37
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem;
    font-weight: 700;
    color: #cc4b37
}

.form-error.is-visible {
    display: block
}

.accordion {
    margin-left: 0;
    background: #fff;
    list-style-type: none
}

.accordion[disabled] .accordion-title {
    cursor: not-allowed
}

.accordion-item:first-child>:first-child {
    border-radius: 0
}

.accordion-item:last-child>:last-child {
    border-radius: 0
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1.25rem 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    font-size: .75rem;
    line-height: 1;
    color: #1779ba
}

:last-child:not(.is-active)>.accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0
}

.accordion-title:focus,
.accordion-title:hover {
    background-color: #e6e6e6
}

.accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -.5rem;
    content: '+'
}

.is-active>.accordion-title::before {
    content: '\2013'
}

.accordion-content {
    display: none;
    padding: 1rem;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    background-color: #fff;
    color: #000
}

:last-child>.accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6
}

.accordion-menu li {
    width: 100%
}

.accordion-menu a {
    padding: .7rem 1rem
}

.accordion-menu .is-accordion-submenu a {
    padding: .7rem 1rem
}

.accordion-menu .nested.is-accordion-submenu {
    margin-right: 0;
    margin-left: 1rem
}

.accordion-menu.align-right .nested.is-accordion-submenu {
    margin-right: 1rem;
    margin-left: 0
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a {
    position: relative
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem
}

.accordion-menu.align-left .is-accordion-submenu-parent>a::after {
    right: 1rem;
    left: auto
}

.accordion-menu.align-right .is-accordion-submenu-parent>a::after {
    right: auto;
    left: 1rem
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded=true]>a::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.is-accordion-submenu-parent {
    position: relative
}

.has-submenu-toggle>a {
    margin-right: 40px
}

.submenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto
}

.submenu-toggle[aria-expanded=true]::after {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.submenu-toggle-text {
    position: absolute!important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.badge {
    display: inline-block;
    min-width: 2.1em;
    padding: .3em;
    border-radius: 50%;
    font-size: .6rem;
    text-align: center;
    background: #1779ba;
    color: #fff
}

.badge.primary {
    background: #1779ba;
    color: #fff
}

.badge.secondary {
    background: #767676;
    color: #000
}

.badge.success {
    background: #3adb76;
    color: #000
}

.badge.warning {
    background: #ffae00;
    color: #000
}

.badge.alert {
    background: #cc4b37;
    color: #000
}

.breadcrumbs {
    margin: 0 0 1rem 0;
    list-style: none
}

.breadcrumbs::after,
.breadcrumbs::before {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.breadcrumbs::after {
    clear: both
}

.breadcrumbs li {
    float: left;
    font-size: .6875rem;
    color: #000;
    cursor: default;
    text-transform: uppercase
}

.breadcrumbs li:not(:last-child)::after {
    position: relative;
    margin: 0 .75rem;
    opacity: 1;
    content: "/";
    color: #cacaca
}

.breadcrumbs a {
    color: #1779ba
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed
}

.button-group {
    margin-bottom: 1rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.button-group::after,
.button-group::before {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.button-group::after {
    clear: both
}

.button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: .9rem;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.button-group .button:last-child {
    margin-right: 0
}

.button-group.tiny .button {
    font-size: .6rem
}

.button-group.small .button {
    font-size: .75rem
}

.button-group.large .button {
    font-size: 1.25rem
}

.button-group.expanded .button {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.button-group.primary .button {
    background-color: #1779ba;
    color: #fff
}

.button-group.primary .button:focus,
.button-group.primary .button:hover {
    background-color: #126195;
    color: #fff
}

.button-group.secondary .button {
    background-color: #767676;
    color: #000
}

.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
    background-color: #5e5e5e;
    color: #000
}

.button-group.success .button {
    background-color: #3adb76;
    color: #000
}

.button-group.success .button:focus,
.button-group.success .button:hover {
    background-color: #22bb5b;
    color: #000
}

.button-group.warning .button {
    background-color: #ffae00;
    color: #000
}

.button-group.warning .button:focus,
.button-group.warning .button:hover {
    background-color: #cc8b00;
    color: #000
}

.button-group.alert .button {
    background-color: #cc4b37;
    color: #000
}

.button-group.alert .button:focus,
.button-group.alert .button:hover {
    background-color: #a53b2a;
    color: #000
}

.button-group.stacked,
.button-group.stacked-for-medium,
.button-group.stacked-for-small {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.button-group.stacked .button,
.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child {
    margin-bottom: 0
}

.button-group.stacked-for-medium.expanded .button,
.button-group.stacked-for-small.expanded .button,
.button-group.stacked.expanded .button {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

@media print,
screen and (min-width:48em) {
    .button-group.stacked-for-small .button {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:64em) {
    .button-group.stacked-for-medium .button {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-bottom: 0
    }
}

@media screen and (max-width:47.99875em) {
    .button-group.stacked-for-small.expanded {
        display: block
    }
    .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0
    }
}

@media screen and (max-width:63.99875em) {
    .button-group.stacked-for-medium.expanded {
        display: block
    }
    .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0
    }
}

.callout {
    position: relative;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 1px solid rgba(0, 0, 0, .25);
    border-radius: 0;
    background-color: #fff;
    color: #000
}

.callout>:first-child {
    margin-top: 0
}

.callout>:last-child {
    margin-bottom: 0
}

.callout.primary {
    background-color: #d7ecfa;
    color: #000
}

.callout.secondary {
    background-color: #eaeaea;
    color: #000
}

.callout.success {
    background-color: #e1faea;
    color: #000
}

.callout.warning {
    background-color: #fff3d9;
    color: #000
}

.callout.alert {
    background-color: #f7e4e1;
    color: #000
}

.callout.small {
    padding-top: .5rem;
    padding-right: .5rem;
    padding-bottom: .5rem;
    padding-left: .5rem
}

.callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem
}

.card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1rem;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    overflow: hidden;
    color: #000
}

.card>:last-child {
    margin-bottom: 0
}

.card-divider {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 1rem;
    background: #e6e6e6
}

.card-divider>:last-child {
    margin-bottom: 0
}

.card-section {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1rem
}

.card-section>:last-child {
    margin-bottom: 0
}

.card-image {
    min-height: 1px
}

.close-button {
    position: absolute;
    color: #8a8a8a;
    cursor: pointer
}

[data-whatinput=mouse] .close-button {
    outline: 0
}

.close-button:focus,
.close-button:hover {
    color: #000
}

.close-button.small {
    right: .66rem;
    top: .33em;
    font-size: 1.5em;
    line-height: 1
}

.close-button,
.close-button.medium {
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

[data-whatinput=mouse] .menu li {
    outline: 0
}

.menu .button,
.menu a {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: .7rem 1rem
}

.menu a,
.menu button,
.menu input,
.menu select {
    margin-bottom: 0
}

.menu input {
    display: inline-block
}

.menu,
.menu.horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.menu.vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.menu.expanded li {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.menu.simple {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.menu.simple li+li {
    margin-left: 1rem
}

.menu.simple a {
    padding: 0
}

@media print,
screen and (min-width:48em) {
    .menu.medium-horizontal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .menu.medium-vertical {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .menu.medium-expanded li {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
    .menu.medium-simple li {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

@media print,
screen and (min-width:64em) {
    .menu.large-horizontal {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .menu.large-vertical {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .menu.large-expanded li {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
    .menu.large-simple li {
        -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px
    }
}

.menu.nested {
    margin-right: 0;
    margin-left: 1rem
}

.menu.icons a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.menu.icon-left li a {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
    margin-right: .25rem
}

.menu.icon-right li a {
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
    margin-left: .25rem
}

.menu.icon-top li a {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu.icon-bottom li a {
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    margin-bottom: .25rem;
    text-align: center
}

.menu .is-active>a {
    background: #1779ba;
    color: #fff
}

.menu .active>a {
    background: #1779ba;
    color: #fff
}

.menu.align-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.menu.align-right li .submenu li {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu.align-right.vertical li {
    display: block;
    text-align: right
}

.menu.align-right.vertical li .submenu li {
    text-align: right
}

.menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0
}

.menu.align-center li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu.align-center li .submenu li {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu .menu-text {
    padding: .7rem 1rem;
    font-weight: 700;
    line-height: 1;
    color: inherit
}

.menu-centered>.menu {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-centered>.menu li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.menu-centered>.menu li .submenu li {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.no-js [data-responsive-menu] ul {
    display: none
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''
}

.menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca
}

.menu-icon.dark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    cursor: pointer
}

.menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    content: ''
}

.menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown li {
    display: block
}

.is-drilldown.animate-height {
    transition: height .5s
}

.drilldown a {
    padding: .7rem 1rem;
    background: #fff
}

.drilldown .is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    width: 100%;
    background: #fff;
    transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear, -webkit-transform .15s linear
}

.drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a {
    padding: .7rem 1rem
}

.drilldown .nested.is-drilldown-submenu {
    margin-right: 0;
    margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
    min-height: 100%
}

.drilldown .is-drilldown-submenu-parent>a {
    position: relative
}

.drilldown .is-drilldown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem
}

.drilldown.align-left .is-drilldown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
    right: 1rem;
    left: auto
}

.drilldown.align-right .is-drilldown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 1rem
}

.drilldown .js-drilldown-back>a::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    border-left-width: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: .75rem
}

.dropdown-pane {
    position: absolute;
    z-index: 10;
    display: none;
    width: 300px;
    padding: 1rem;
    visibility: hidden;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    font-size: 1rem
}

.dropdown-pane.is-opening {
    display: block
}

.dropdown-pane.is-open {
    display: block;
    visibility: visible
}

.dropdown-pane.tiny {
    width: 100px
}

.dropdown-pane.small {
    width: 200px
}

.dropdown-pane.large {
    width: 400px
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px
}

[data-whatinput=mouse] .dropdown.menu a {
    outline: 0
}

.dropdown.menu>li>a {
    background: #fff;
    padding: .7rem 1rem
}

.dropdown.menu>li.is-active>a {
    background: 0 0;
    color: #e6e6e6
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
    margin-right: 0;
    margin-left: 0
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
    top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.dropdown.menu.vertical>li>a::after {
    right: 14px
}

.dropdown.menu.vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px
}

.dropdown.menu.vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba
}

@media print,
screen and (min-width:48em) {
    .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }
    .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }
    .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #1779ba transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px
    }
    .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }
    .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.medium-vertical>li>a::after {
        right: 14px
    }
    .dropdown.menu.medium-vertical>li.opens-left>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #1779ba transparent transparent;
        right: auto;
        left: 5px
    }
    .dropdown.menu.medium-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #1779ba
    }
}

@media print,
screen and (min-width:64em) {
    .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
        top: 100%;
        right: 0;
        left: auto
    }
    .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
        top: 100%;
        right: auto;
        left: 0
    }
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
        position: relative;
        padding-right: 1.5rem
    }
    .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-bottom-width: 0;
        border-top-style: solid;
        border-color: #1779ba transparent transparent;
        right: 5px;
        left: auto;
        margin-top: -3px
    }
    .dropdown.menu.large-vertical>li .is-dropdown-submenu {
        top: 0
    }
    .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
        top: 0;
        right: 100%;
        left: auto
    }
    .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
        right: auto;
        left: 100%
    }
    .dropdown.menu.large-vertical>li>a::after {
        right: 14px
    }
    .dropdown.menu.large-vertical>li.opens-left>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-left-width: 0;
        border-right-style: solid;
        border-color: transparent #1779ba transparent transparent;
        right: auto;
        left: 5px
    }
    .dropdown.menu.large-vertical>li.opens-right>a::after {
        display: block;
        width: 0;
        height: 0;
        border: inset 6px;
        content: '';
        border-right-width: 0;
        border-left-style: solid;
        border-color: transparent transparent transparent #1779ba
    }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
    top: 100%;
    right: 0;
    left: auto
}

.is-dropdown-menu.vertical {
    width: 100px
}

.is-dropdown-menu.vertical.align-right {
    float: right
}

.is-dropdown-submenu-parent {
    position: relative
}

.is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
    top: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
}

.is-dropdown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    display: none;
    min-width: 200px;
    border: 1px solid #cacaca;
    background: #fff
}

.dropdown .is-dropdown-submenu a {
    padding: .7rem 1rem
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
    right: 14px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba
}

.is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px
}

.is-dropdown-submenu>li {
    width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
    display: block
}

.flex-video,
.responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flex-video.widescreen,
.responsive-embed.widescreen {
    padding-bottom: 56.25%
}

.label {
    display: inline-block;
    padding: .33333rem .5rem;
    border-radius: 0;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: #1779ba;
    color: #fff
}

.label.primary {
    background: #1779ba;
    color: #fff
}

.label.secondary {
    background: #767676;
    color: #000
}

.label.success {
    background: #3adb76;
    color: #000
}

.label.warning {
    background: #ffae00;
    color: #000
}

.label.alert {
    background: #cc4b37;
    color: #000
}

.media-object {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.media-object img {
    max-width: none
}

@media screen and (max-width:47.99875em) {
    .media-object.stack-for-small {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.media-object-section {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.media-object-section:first-child {
    padding-right: 1rem
}

.media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem
}

.media-object-section>:last-child {
    margin-bottom: 0
}

@media screen and (max-width:47.99875em) {
    .stack-for-small .media-object-section {
        padding: 0;
        padding-bottom: 1rem;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
    .stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section.main-section {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.is-off-canvas-open {
    overflow: hidden
}

.js-off-canvas-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    transition: opacity .5s ease, visibility .5s ease;
    background: rgba(255, 255, 255, .25);
    opacity: 0;
    visibility: hidden;
    overflow: hidden
}

.js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible
}

.js-off-canvas-overlay.is-closable {
    cursor: pointer
}

.js-off-canvas-overlay.is-overlay-absolute {
    position: absolute
}

.js-off-canvas-overlay.is-overlay-fixed {
    position: fixed
}

.off-canvas-wrapper {
    position: relative;
    overflow: hidden
}

.off-canvas {
    position: fixed;
    z-index: 12;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #000
}

[data-whatinput=mouse] .off-canvas {
    outline: 0
}

.off-canvas.is-transition-push {
    z-index: 12
}

.off-canvas.is-closed {
    visibility: hidden
}

.off-canvas.is-transition-overlap {
    z-index: 13
}

.off-canvas.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(0, 0, 0, .7)
}

.off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-absolute {
    position: absolute;
    z-index: 12;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #000
}

[data-whatinput=mouse] .off-canvas-absolute {
    outline: 0
}

.off-canvas-absolute.is-transition-push {
    z-index: 12
}

.off-canvas-absolute.is-closed {
    visibility: hidden
}

.off-canvas-absolute.is-transition-overlap {
    z-index: 13
}

.off-canvas-absolute.is-transition-overlap.is-open {
    box-shadow: 0 0 10px rgba(0, 0, 0, .7)
}

.off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.position-left {
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px)
}

.off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px)
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px)
}

.position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, .25)
}

.position-right {
    top: 0;
    right: 0;
    height: 100%;
    overflow-y: auto;
    width: 250px;
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px)
}

.off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px)
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px)
}

.position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, .25)
}

.position-top {
    top: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px)
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px)
}

.position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, .25)
}

.position-bottom {
    bottom: 0;
    left: 0;
    width: 100%;
    overflow-x: auto;
    height: 250px;
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px)
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px)
}

.position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, .25)
}

.off-canvas-content {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

@media print,
screen and (min-width:48em) {
    .position-left.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-left.reveal-for-medium .close-button {
        display: none
    }
    .off-canvas-content .position-left.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }
    .position-left.reveal-for-medium~.off-canvas-content {
        margin-left: 250px
    }
    .position-right.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-right.reveal-for-medium .close-button {
        display: none
    }
    .off-canvas-content .position-right.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }
    .position-right.reveal-for-medium~.off-canvas-content {
        margin-right: 250px
    }
    .position-top.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-top.reveal-for-medium .close-button {
        display: none
    }
    .off-canvas-content .position-top.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }
    .position-top.reveal-for-medium~.off-canvas-content {
        margin-top: 250px
    }
    .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-bottom.reveal-for-medium .close-button {
        display: none
    }
    .off-canvas-content .position-bottom.reveal-for-medium {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }
    .position-bottom.reveal-for-medium~.off-canvas-content {
        margin-bottom: 250px
    }
}

@media print,
screen and (min-width:64em) {
    .position-left.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-left.reveal-for-large .close-button {
        display: none
    }
    .off-canvas-content .position-left.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-left {
        margin-left: 250px
    }
    .position-left.reveal-for-large~.off-canvas-content {
        margin-left: 250px
    }
    .position-right.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-right.reveal-for-large .close-button {
        display: none
    }
    .off-canvas-content .position-right.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-right {
        margin-right: 250px
    }
    .position-right.reveal-for-large~.off-canvas-content {
        margin-right: 250px
    }
    .position-top.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-top.reveal-for-large .close-button {
        display: none
    }
    .off-canvas-content .position-top.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-top {
        margin-top: 250px
    }
    .position-top.reveal-for-large~.off-canvas-content {
        margin-top: 250px
    }
    .position-bottom.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        z-index: 12;
        transition: none;
        visibility: visible
    }
    .position-bottom.reveal-for-large .close-button {
        display: none
    }
    .off-canvas-content .position-bottom.reveal-for-large {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .off-canvas-content.has-reveal-bottom {
        margin-bottom: 250px
    }
    .position-bottom.reveal-for-large~.off-canvas-content {
        margin-bottom: 250px
    }
}

@media print,
screen and (min-width:48em) {
    .off-canvas.in-canvas-for-medium {
        visibility: visible;
        height: auto;
        position: static;
        background: 0 0;
        width: auto;
        overflow: visible;
        transition: none
    }
    .off-canvas.in-canvas-for-medium.position-bottom,
    .off-canvas.in-canvas-for-medium.position-left,
    .off-canvas.in-canvas-for-medium.position-right,
    .off-canvas.in-canvas-for-medium.position-top {
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .off-canvas.in-canvas-for-medium .close-button {
        display: none
    }
}

@media print,
screen and (min-width:64em) {
    .off-canvas.in-canvas-for-large {
        visibility: visible;
        height: auto;
        position: static;
        background: 0 0;
        width: auto;
        overflow: visible;
        transition: none
    }
    .off-canvas.in-canvas-for-large.position-bottom,
    .off-canvas.in-canvas-for-large.position-left,
    .off-canvas.in-canvas-for-large.position-right,
    .off-canvas.in-canvas-for-large.position-top {
        box-shadow: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .off-canvas.in-canvas-for-large .close-button {
        display: none
    }
}

.orbit {
    position: relative
}

.orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden
}

.orbit-slide {
    width: 100%;
    position: absolute
}

.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0
}

.orbit-figure {
    margin: 0
}

.orbit-image {
    width: 100%;
    max-width: 100%;
    margin: 0
}

.orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 1rem;
    background-color: rgba(0, 0, 0, .5);
    color: #fff
}

.orbit-next,
.orbit-previous {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fff
}

[data-whatinput=mouse] .orbit-next,
[data-whatinput=mouse] .orbit-previous {
    outline: 0
}

.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
    background-color: rgba(0, 0, 0, .5)
}

.orbit-previous {
    left: 0
}

.orbit-next {
    left: auto;
    right: 0
}

.orbit-bullets {
    position: relative;
    margin-top: .8rem;
    margin-bottom: .8rem;
    text-align: center
}

[data-whatinput=mouse] .orbit-bullets {
    outline: 0
}

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: .1rem;
    border-radius: 50%;
    background-color: #cacaca
}

.orbit-bullets button:hover {
    background-color: #8a8a8a
}

.orbit-bullets button.is-active {
    background-color: #8a8a8a
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem
}

.pagination::after,
.pagination::before {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.pagination::after {
    clear: both
}

.pagination li {
    margin-right: .0625rem;
    border-radius: 0;
    font-size: .875rem;
    display: none
}

.pagination li:first-child,
.pagination li:last-child {
    display: inline-block
}

@media print,
screen and (min-width:48em) {
    .pagination li {
        display: inline-block
    }
}

.pagination a,
.pagination button {
    display: block;
    padding: .1875rem .625rem;
    border-radius: 0;
    color: #000
}

.pagination a:hover,
.pagination button:hover {
    background: #e6e6e6
}

.pagination .current {
    padding: .1875rem .625rem;
    background: #1779ba;
    color: #fff;
    cursor: default
}

.pagination .disabled {
    padding: .1875rem .625rem;
    color: #cacaca;
    cursor: not-allowed
}

.pagination .disabled:hover {
    background: 0 0
}

.pagination .ellipsis::after {
    padding: .1875rem .625rem;
    content: '\2026';
    color: #000
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
    display: inline-block;
    margin-right: .5rem;
    content: '\00ab'
}

.pagination-next a::after,
.pagination-next.disabled::after {
    display: inline-block;
    margin-left: .5rem;
    content: '\00bb'
}

.progress {
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
    background-color: #cacaca
}

.progress.primary .progress-meter {
    background-color: #1779ba
}

.progress.secondary .progress-meter {
    background-color: #767676
}

.progress.success .progress-meter {
    background-color: #3adb76
}

.progress.warning .progress-meter {
    background-color: #ffae00
}

.progress.alert .progress-meter {
    background-color: #cc4b37
}

.progress-meter {
    position: relative;
    display: block;
    width: 0%;
    height: 100%;
    background-color: #1779ba
}

.progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    margin: 0;
    font-size: .75rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap
}

.slider {
    position: relative;
    height: .5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #e6e6e6;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none
}

.slider-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    max-width: 100%;
    height: .5rem;
    background-color: #cacaca;
    transition: all .2s ease-in-out
}

.slider-fill.is-dragging {
    transition: all 0s linear
}

.slider-handle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 0;
    background-color: #1779ba;
    transition: all .2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

[data-whatinput=mouse] .slider-handle {
    outline: 0
}

.slider-handle:hover {
    background-color: #14679e
}

.slider-handle.is-dragging {
    transition: all 0s linear
}

.slider.disabled,
.slider[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.slider.vertical .slider-fill {
    top: 0;
    width: .5rem;
    max-height: 100%
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sticky-container {
    position: relative
}

.sticky {
    position: relative;
    z-index: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5;
    width: 100%
}

.sticky.is-stuck.is-at-top {
    top: 0
}

.sticky.is-stuck.is-at-bottom {
    bottom: 0
}

.sticky.is-anchored {
    position: relative;
    right: auto;
    left: auto
}

.sticky.is-anchored.is-at-bottom {
    bottom: 0
}

html.is-reveal-open {
    position: fixed;
    width: 100%;
    overflow-y: hidden
}

html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll
}

html.is-reveal-open body {
    overflow-y: hidden
}

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(0, 0, 0, .45);
    overflow-y: auto
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fff;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto
}

[data-whatinput=mouse] .reveal {
    outline: 0
}

@media print,
screen and (min-width:48em) {
    .reveal {
        min-height: 0
    }
}

.reveal .column {
    min-width: 0
}

.reveal>:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width:48em) {
    .reveal {
        width: 600px;
        max-width: 150rem
    }
}

.reveal.collapse {
    padding: 0
}

@media print,
screen and (min-width:48em) {
    .reveal.tiny {
        width: 30%;
        max-width: 150rem
    }
}

@media print,
screen and (min-width:48em) {
    .reveal.small {
        width: 50%;
        max-width: 150rem
    }
}

@media print,
screen and (min-width:48em) {
    .reveal.large {
        width: 90%;
        max-width: 150rem
    }
}

.reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0
}

@media screen and (max-width:47.99875em) {
    .reveal {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        max-width: none;
        height: 100%;
        min-height: 100%;
        margin-left: 0;
        border: 0;
        border-radius: 0
    }
}

.reveal.without-overlay {
    position: fixed
}

.switch {
    height: 2rem;
    position: relative;
    margin-bottom: 1rem;
    outline: 0;
    font-size: .875rem;
    font-weight: 700;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch-input {
    position: absolute;
    margin-bottom: 0;
    opacity: 0
}

.switch-paddle {
    position: relative;
    display: block;
    width: 4rem;
    height: 2rem;
    border-radius: 0;
    background: #cacaca;
    transition: all .25s ease-out;
    font-weight: inherit;
    color: inherit;
    cursor: pointer
}

input+.switch-paddle {
    margin: 0
}

.switch-paddle::after {
    position: absolute;
    top: .25rem;
    left: .25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fff;
    transition: all .25s ease-out;
    content: ''
}

input:checked~.switch-paddle {
    background: #1779ba
}

input:checked~.switch-paddle::after {
    left: 2.25rem
}

[data-whatinput=mouse] input:focus~.switch-paddle {
    outline: 0
}

.switch-active,
.switch-inactive {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.switch-active {
    left: 8%;
    display: none
}

input:checked+label>.switch-active {
    display: block
}

.switch-inactive {
    right: 15%
}

input:checked+label>.switch-inactive {
    display: none
}

.switch.tiny {
    height: 1.5rem
}

.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: .625rem
}

.switch.tiny .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 1rem;
    height: 1rem
}

.switch.tiny input:checked~.switch-paddle::after {
    left: 1.75rem
}

.switch.small {
    height: 1.75rem
}

.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: .75rem
}

.switch.small .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 1.25rem;
    height: 1.25rem
}

.switch.small input:checked~.switch-paddle::after {
    left: 2rem
}

.switch.large {
    height: 2.5rem
}

.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem
}

.switch.large .switch-paddle::after {
    top: .25rem;
    left: .25rem;
    width: 2rem;
    height: 2rem
}

.switch.large input:checked~.switch-paddle::after {
    left: 2.75rem
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 0
}

tbody,
tfoot,
thead {
    border: 1px solid #f2f2f2;
    background-color: #fff
}

caption {
    padding: .5rem .625rem .625rem;
    font-weight: 700
}

thead {
    background: #f9f9f9;
    color: #000
}

tfoot {
    background: #f2f2f2;
    color: #000
}

tfoot tr,
thead tr {
    background: 0 0
}

tfoot td,
tfoot th,
thead td,
thead th {
    padding: .5rem .625rem .625rem;
    font-weight: 700;
    text-align: left
}

tbody td,
tbody th {
    padding: .5rem .625rem .625rem
}

tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2
}

table.unstriped tbody {
    background-color: #fff
}

table.unstriped tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
    background-color: #fff
}

@media screen and (max-width:63.99875em) {
    table.stack thead {
        display: none
    }
    table.stack tfoot {
        display: none
    }
    table.stack td,
    table.stack th,
    table.stack tr {
        display: block
    }
    table.stack td {
        border-top: 0
    }
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover thead tr:hover {
    background-color: #f4f4f4
}

table.hover tfoot tr:hover {
    background-color: #ededed
}

table.hover tbody tr:hover {
    background-color: #fafafa
}

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
    background-color: #ededed
}

.table-scroll {
    overflow-x: auto
}

.tabs {
    margin: 0;
    border: 1px solid #e6e6e6;
    background: #fff;
    list-style-type: none
}

.tabs::after,
.tabs::before {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.tabs::after {
    clear: both
}

.tabs.vertical>li {
    display: block;
    float: none;
    width: auto
}

.tabs.simple>li>a {
    padding: 0
}

.tabs.simple>li>a:hover {
    background: 0 0
}

.tabs.primary {
    background: #1779ba
}

.tabs.primary>li>a {
    color: #fff
}

.tabs.primary>li>a:focus,
.tabs.primary>li>a:hover {
    background: #1673b1
}

.tabs-title {
    float: left
}

.tabs-title>a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: .75rem;
    line-height: 1;
    color: #1779ba
}

[data-whatinput=mouse] .tabs-title>a {
    outline: 0
}

.tabs-title>a:hover {
    background: #fff;
    color: #1468a0
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected=true] {
    background: #e6e6e6;
    color: #1779ba
}

.tabs-content {
    border: 1px solid #e6e6e6;
    border-top: 0;
    background: #fff;
    color: #000;
    transition: all .5s ease
}

.tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: solid 4px #fff;
    border-radius: 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
    line-height: 0
}

a.thumbnail {
    transition: box-shadow .2s ease-out
}

a.thumbnail:focus,
a.thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(23, 121, 186, .5)
}

a.thumbnail image {
    box-shadow: none
}

.title-bar {
    padding: .5rem;
    background: #000;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .25rem
}

.title-bar-left,
.title-bar-right {
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px
}

.title-bar-right {
    text-align: right
}

.title-bar-title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700
}

.has-tip {
    position: relative;
    display: inline-block;
    border-bottom: dotted 1px #8a8a8a;
    font-weight: 700;
    cursor: help
}

.tooltip {
    position: absolute;
    top: calc(100% + .6495rem);
    z-index: 1200;
    max-width: 10rem;
    padding: .75rem;
    border-radius: 0;
    background-color: #000;
    font-size: 80%;
    color: #fff
}

.tooltip::before {
    position: absolute
}

.tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #000;
    bottom: 100%
}

.tooltip.bottom.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #000 transparent transparent;
    top: 100%;
    bottom: auto
}

.tooltip.top.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #000;
    left: 100%
}

.tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset .75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #000 transparent transparent;
    right: 100%;
    left: auto
}

.tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.tooltip.align-top::before {
    bottom: auto;
    top: 10%
}

.tooltip.align-bottom::before {
    bottom: 10%;
    top: auto
}

.tooltip.align-left::before {
    left: 10%;
    right: auto
}

.tooltip.align-right::before {
    left: auto;
    right: 10%
}

.top-bar {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.top-bar,
.top-bar ul {
    background-color: #000
}

.top-bar input {
    max-width: 200px;
    margin-right: 1rem
}

.top-bar .input-group-field {
    width: 100%;
    margin-right: 0
}

.top-bar input.button {
    width: auto
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media print,
screen and (min-width:48em) {
    .top-bar {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .top-bar .top-bar-left {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-right: auto
    }
    .top-bar .top-bar-right {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: auto
    }
}

@media screen and (max-width:63.99875em) {
    .top-bar.stacked-for-medium {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media screen and (max-width:74.99875em) {
    .top-bar.stacked-for-large {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.top-bar-title {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: .5rem 1rem .5rem 0
}

.top-bar-left,
.top-bar-right {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.hide {
    display: none!important
}

.invisible {
    visibility: hidden
}

@media screen and (max-width:47.99875em) {
    .hide-for-small-only {
        display: none!important
    }
}

@media screen and (max-width:0em),
screen and (min-width:48em) {
    .show-for-small-only {
        display: none!important
    }
}

@media print,
screen and (min-width:48em) {
    .hide-for-medium {
        display: none!important
    }
}

@media screen and (max-width:47.99875em) {
    .show-for-medium {
        display: none!important
    }
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .hide-for-medium-only {
        display: none!important
    }
}

@media screen and (max-width:47.99875em),
screen and (min-width:64em) {
    .show-for-medium-only {
        display: none!important
    }
}

@media print,
screen and (min-width:64em) {
    .hide-for-large {
        display: none!important
    }
}

@media screen and (max-width:63.99875em) {
    .show-for-large {
        display: none!important
    }
}

@media screen and (min-width:64em) and (max-width:74.99875em) {
    .hide-for-large-only {
        display: none!important
    }
}

@media screen and (max-width:63.99875em),
screen and (min-width:75em) {
    .show-for-large-only {
        display: none!important
    }
}

.show-for-sr,
.show-on-focus {
    position: absolute!important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.show-on-focus:active,
.show-on-focus:focus {
    position: static!important;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.hide-for-portrait,
.show-for-landscape {
    display: block!important
}

@media screen and (orientation:landscape) {
    .hide-for-portrait,
    .show-for-landscape {
        display: block!important
    }
}

@media screen and (orientation:portrait) {
    .hide-for-portrait,
    .show-for-landscape {
        display: none!important
    }
}

.hide-for-landscape,
.show-for-portrait {
    display: none!important
}

@media screen and (orientation:landscape) {
    .hide-for-landscape,
    .show-for-portrait {
        display: none!important
    }
}

@media screen and (orientation:portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: block!important
    }
}

.align-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.align-spaced {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.align-left.vertical.menu>li>a {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.align-right.vertical.menu>li>a {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.align-center.vertical.menu>li>a {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.align-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-self-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.align-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.align-self-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.align-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.align-self-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.align-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.align-self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch
}

.align-center-middle {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.small-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.small-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.small-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.small-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.small-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.small-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

@media print,
screen and (min-width:48em) {
    .medium-order-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .medium-order-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .medium-order-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .medium-order-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .medium-order-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .medium-order-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

@media print,
screen and (min-width:64em) {
    .large-order-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
    .large-order-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .large-order-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }
    .large-order-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }
    .large-order-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }
    .large-order-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }
}

.flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flex-child-auto {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.flex-child-grow {
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.flex-child-shrink {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.flex-dir-row {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.flex-dir-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print,
screen and (min-width:48em) {
    .medium-flex-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .medium-flex-child-auto {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .medium-flex-child-grow {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .medium-flex-child-shrink {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .medium-flex-dir-row {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .medium-flex-dir-row-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .medium-flex-dir-column {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .medium-flex-dir-column-reverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media print,
screen and (min-width:64em) {
    .large-flex-container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
    .large-flex-child-auto {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }
    .large-flex-child-grow {
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
    .large-flex-child-shrink {
        -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto
    }
    .large-flex-dir-row {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .large-flex-dir-row-reverse {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .large-flex-dir-column {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .large-flex-dir-column-reverse {
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.slide-in-down.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-left.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.slide-in-up.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.slide-in-right.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.slide-out-down.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.slide-out-right.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.slide-out-up.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.slide-out-left.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.fade-in.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    opacity: 0;
    transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1
}

.fade-out.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    opacity: 1;
    transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0
}

.hinge-in-from-top.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-right.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-bottom.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-left.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-out-from-top.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-right.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.hinge-out-from-bottom.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(90deg);
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-left.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: perspective(2000px) rotate(0);
    transform: perspective(2000px) rotate(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.scale-in-up.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-in-down.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.scale-out-up.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

.scale-out-down.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0
}

.spin-in.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: rotate(-.75turn);
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.spin-in.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.spin-out.mui-leave.mui-leave-active {
    -webkit-transform: rotate(.75turn);
    -ms-transform: rotate(.75turn);
    transform: rotate(.75turn);
    opacity: 0
}

.spin-in-ccw.mui-enter {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: rotate(.75turn);
    -ms-transform: rotate(.75turn);
    transform: rotate(.75turn);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.spin-out-ccw.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
    -webkit-transform: rotate(-.75turn);
    -ms-transform: rotate(-.75turn);
    transform: rotate(-.75turn);
    opacity: 0
}

.slow {
    transition-duration: 750ms!important
}

.fast {
    transition-duration: 250ms!important
}

.linear {
    transition-timing-function: linear!important
}

.ease {
    transition-timing-function: ease!important
}

.ease-in {
    transition-timing-function: ease-in!important
}

.ease-out {
    transition-timing-function: ease-out!important
}

.ease-in-out {
    transition-timing-function: ease-in-out!important
}

.bounce-in {
    transition-timing-function: cubic-bezier(.485, .155, .24, 1.245)!important
}

.bounce-out {
    transition-timing-function: cubic-bezier(.485, .155, .515, .845)!important
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245)!important
}

.short-delay {
    transition-delay: .3s!important
}

.long-delay {
    transition-delay: .7s!important
}

.shake {
    -webkit-animation-name: shake-7;
    animation-name: shake-7
}

@-webkit-keyframes shake-7 {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }
    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

@keyframes shake-7 {
    0%,
    10%,
    20%,
    30%,
    40%,
    50%,
    60%,
    70%,
    80%,
    90% {
        -webkit-transform: translateX(7%);
        transform: translateX(7%)
    }
    15%,
    25%,
    35%,
    45%,
    5%,
    55%,
    65%,
    75%,
    85%,
    95% {
        -webkit-transform: translateX(-7%);
        transform: translateX(-7%)
    }
}

.spin-cw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn
}

@-webkit-keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.spin-ccw {
    -webkit-animation-name: spin-cw-1turn;
    animation-name: spin-cw-1turn
}

@keyframes spin-cw-1turn {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.wiggle {
    -webkit-animation-name: wiggle-7deg;
    animation-name: wiggle-7deg
}

@-webkit-keyframes wiggle-7deg {
    40%,
    50%,
    60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }
    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }
    0%,
    100%,
    30%,
    70% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes wiggle-7deg {
    40%,
    50%,
    60% {
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg)
    }
    35%,
    45%,
    55%,
    65% {
        -webkit-transform: rotate(-7deg);
        transform: rotate(-7deg)
    }
    0%,
    100%,
    30%,
    70% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.shake,
.spin-ccw,
.spin-cw,
.wiggle {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.slow {
    -webkit-animation-duration: 750ms!important;
    animation-duration: 750ms!important
}

.fast {
    -webkit-animation-duration: 250ms!important;
    animation-duration: 250ms!important
}

.linear {
    -webkit-animation-timing-function: linear!important;
    animation-timing-function: linear!important
}

.ease {
    -webkit-animation-timing-function: ease!important;
    animation-timing-function: ease!important
}

.ease-in {
    -webkit-animation-timing-function: ease-in!important;
    animation-timing-function: ease-in!important
}

.ease-out {
    -webkit-animation-timing-function: ease-out!important;
    animation-timing-function: ease-out!important
}

.ease-in-out {
    -webkit-animation-timing-function: ease-in-out!important;
    animation-timing-function: ease-in-out!important
}

.bounce-in {
    -webkit-animation-timing-function: cubic-bezier(.485, .155, .24, 1.245)!important;
    animation-timing-function: cubic-bezier(.485, .155, .24, 1.245)!important
}

.bounce-out {
    -webkit-animation-timing-function: cubic-bezier(.485, .155, .515, .845)!important;
    animation-timing-function: cubic-bezier(.485, .155, .515, .845)!important
}

.bounce-in-out {
    -webkit-animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245)!important;
    animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245)!important
}

.short-delay {
    -webkit-animation-delay: .3s!important;
    animation-delay: .3s!important
}

.long-delay {
    -webkit-animation-delay: .7s!important;
    animation-delay: .7s!important
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto!important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

@font-face {
    font-family: Gotham;
    src: url(/wp-content/themes/stk2018/includes/fonts/Gotham/Gotham-Book.otf) format("opentype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Gotham;
    src: url(/wp-content/themes/stk2018/includes/fonts/Gotham/Gotham-Medium.otf) format("opentype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Gotham;
    src: url(/wp-content/themes/stk2018/includes/fonts/Gotham/Gotham-Bold.otf) format("opentype");
    font-weight: 800;
    font-style: normal
}

body {
    font-family: Gotham, sans-serif;
    font-size: 16px
}

body .main-content-area p,
body .main-content-area ul {
    font-size: .6875rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 2
}

@media screen and (min-width:100em) {
    body .main-content-area p,
    body .main-content-area ul {
        font-size: .75rem;
        line-height: 2.25
    }
}

@media screen and (min-width:125em) {
    body .main-content-area p,
    body .main-content-area ul {
        font-size: .8125rem;
        line-height: 2.1
    }
}

body .main-content-area a {
    color: #6a5d31;
    transition: all .35s ease;
    transition-property: color, background-color
}

body .main-content-area a:active,
body .main-content-area a:focus,
body .main-content-area a:hover {
    color: #63572e
}

.button,
a.button {
    position: relative;
    padding: .95rem 2.7rem;
    overflow: hidden!important;
    background-color: #86753e;
    color: #fff!important;
    text-transform: uppercase;
    font-size: .625rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    transition-property: border-color, background-color, color
}

@media print,
screen and (min-width:64em) {
    .button,
    a.button {
        font-size: .6875rem
    }
}

@media screen and (min-width:75em) {
    .button,
    a.button {
        font-size: .75rem
    }
}

.button:after,
a.button:after {
    content: '';
    position: absolute;
    top: -40%;
    left: -30%;
    width: 14%;
    height: 200%;
    opacity: .2;
    background-color: #fff;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    transition: -webkit-transform 550ms cubic-bezier(.19, 1, .22, 1);
    transition: transform 550ms cubic-bezier(.19, 1, .22, 1);
    transition: transform 550ms cubic-bezier(.19, 1, .22, 1), -webkit-transform 550ms cubic-bezier(.19, 1, .22, 1);
    z-index: 1
}

.button:active,
.button:focus,
.button:hover,
a.button:active,
a.button:focus,
a.button:hover {
    background-color: #786938
}

.button:active:after,
.button:focus:after,
.button:hover:after,
a.button:active:after,
a.button:focus:after,
a.button:hover:after {
    -webkit-transform: translateX(1200%) rotate(35deg);
    -ms-transform: translateX(1200%) rotate(35deg);
    transform: translateX(1200%) rotate(35deg)
}

.button.disabled,
.button[disabled],
a.button.disabled,
a.button[disabled] {
    background-color: #786938
}

.button.disabled:focus,
.button.disabled:hover,
.button[disabled]:focus,
.button[disabled]:hover,
a.button.disabled:focus,
a.button.disabled:hover,
a.button[disabled]:focus,
a.button[disabled]:hover {
    background-color: #786938
}

.button.hollow,
a.button.hollow {
    background-color: #fff;
    color: #86753e!important;
    border-color: #86753e
}

.button.hollow:active,
.button.hollow:focus,
.button.hollow:hover,
a.button.hollow:active,
a.button.hollow:focus,
a.button.hollow:hover {
    color: #fff!important;
    border-color: #786938;
    background-color: #786938
}

.styled-title-heading {
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    overflow: hidden
}

.styled-title-heading:before {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ccc
}

.styled-title-heading .title-bottom,
.styled-title-heading .title-top {
    text-transform: uppercase;
    line-height: 1
}

.styled-title-heading .title-top {
    margin-bottom: 9px;
    font-size: .5625rem;
    font-weight: 500;
    letter-spacing: 2.1px;
    color: #666
}

@media screen and (min-width:31.25em) {
    .styled-title-heading .title-top {
        font-size: .625rem;
        letter-spacing: 2.4px
    }
}

@media screen and (min-width:100em) {
    .styled-title-heading .title-top {
        margin-bottom: 12px
    }
}

.styled-title-heading .title-bottom {
    font-size: .75rem;
    font-weight: 600;
    color: #000;
    letter-spacing: .75px;
    margin-bottom: 0
}

@media screen and (min-width:22.5em) {
    .styled-title-heading .title-bottom {
        font-size: .8125rem
    }
}

@media screen and (min-width:31.25em) {
    .styled-title-heading .title-bottom {
        font-size: .875rem;
        letter-spacing: .95px
    }
}

@media screen and (min-width:100em) {
    .styled-title-heading .title-bottom {
        font-size: 1rem;
        letter-spacing: 1px
    }
}

@media screen and (min-width:48em) {
    .styled-title-heading {
        visibility: hidden
    }
}

@media screen and (min-width:48em) {
    .styled-title-heading.scrollinview-inview {
        visibility: visible
    }
}

@media screen and (min-width:48em) {
    .styled-title-heading.scrollinview-inview:before {
        -webkit-animation: stretch-bot .5s ease-out 0s 1 normal both;
        animation: stretch-bot .5s ease-out 0s 1 normal both
    }
}

@media screen and (min-width:48em) {
    .styled-title-heading.scrollinview-inview .title-top {
        -webkit-animation: fade-in-right .5s ease-out .2s 1 normal both;
        animation: fade-in-right .5s ease-out .2s 1 normal both
    }
}

@media screen and (min-width:48em) {
    .styled-title-heading.scrollinview-inview .title-bottom {
        -webkit-animation: fade-in-right .5s ease-out .4s 1 normal both;
        animation: fade-in-right .5s ease-out .4s 1 normal both
    }
}

@media screen and (min-width:48em) {
    .button.scrollinview-animated.scrollinview-inview {
        -webkit-animation: fade-in .5s ease-out .2s 1 normal both;
        animation: fade-in .5s ease-out .2s 1 normal both
    }
}

#wpadminbar {
    position: fixed!important
}

body.admin-bar.f-topbar-fixed .sticky.fixed {
    margin-top: 2rem
}

body.admin-bar.offcanvas .off-canvas.is-open {
    top: 2.875rem
}

@media screen and (min-width:48.9375em) {
    body.admin-bar.offcanvas .off-canvas.is-open {
        top: 2rem
    }
}

body.admin-bar .site-header {
    top: 2.875rem
}

@media screen and (min-width:48.9375em) {
    body.admin-bar .site-header {
        top: 2rem
    }
}

.wp-caption>figcaption {
    max-width: 100%;
    font-size: .8rem;
    color: #999;
    padding: .25rem 0
}

p.wp-caption-text {
    font-size: 90%;
    color: #666;
    padding: .625rem 0
}

.alignleft {
    float: left;
    padding-right: 1rem;
    margin: 0
}

.alignright {
    float: right;
    padding-left: 1rem;
    margin: 0
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(.1, .1);
        opacity: 0
    }
    50% {
        opacity: 1
    }
    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0
    }
}

@keyframes kenBurnsUp {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes kenBurnsUp {
    from {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.off-canvas-content {
    background: #000
}

.main-content-area {
    padding-top: 60px;
    margin-left: auto;
    margin-right: auto;
    max-width: 150rem;
    background: #fff;
    overflow: hidden
}

@media print,
screen and (min-width:48em) {
    .main-content-area {
        padding-top: 76px
    }
}

.slick-initialized .slick-slide a:focus {
    outline: 0
}

.slick-initialized .slick-slide:focus {
    outline: 0
}

.nivo-lightbox-theme-default.nivo-lightbox-overlay {
    background: rgba(0, 0, 0, .925)
}

html.cpro-exceed-viewport .cp-module-modal_popup .cp-popup .cp-modal_popup {
    margin-top: 30px;
    margin-bottom: 30px
}

@media print,
screen and (min-width:48em) {
    .cp-modal_popup .gift-card-mobile-header {
        display: none
    }
}

.aspect-ratio-placeholders-wrapper {
    position: relative;
    z-index: -999;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden
}

.aspect-ratio-placeholders-wrapper .aspect-ratio-placeholder {
    width: 100%;
    height: auto;
    position: relative;
    z-index: -999;
    opacity: 0
}

.aspect-ratio-placeholders-wrapper .aspect-ratio-placeholder.desktop-aspect-placeholder {
    display: none
}

@media print,
screen and (min-width:48em) {
    .aspect-ratio-placeholders-wrapper .aspect-ratio-placeholder.desktop-aspect-placeholder {
        display: block
    }
}

.aspect-ratio-placeholders-wrapper .aspect-ratio-placeholder.mobile-aspect-placeholder {
    display: block
}

@media print,
screen and (min-width:48em) {
    .aspect-ratio-placeholders-wrapper .aspect-ratio-placeholder.mobile-aspect-placeholder {
        display: none
    }
}

.anchor-link-element {
    position: relative;
    top: -80px;
    opacity: 0;
    width: 100%;
    height: 0
}

@media print,
screen and (min-width:48em) {
    .anchor-link-element {
        top: -120px
    }
}

@media print,
screen and (min-width:64em) {
    .anchor-link-element {
        top: -140px
    }
}

.image-reveal-element,
.image-reveal-left,
.image-reveal-right {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3
}

@media screen and (min-width:48em) {
    .image-reveal-element,
    .image-reveal-left,
    .image-reveal-right {
        display: block
    }
}

.error404 .main-container {
    max-width: 120rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

@media print,
screen and (min-width:48em) {
    .error404 .main-container {
        margin-top: 3rem;
        margin-bottom: 3rem
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fade-in-top {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fade-in-top {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fade-in-right {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    99% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fade-in-right {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    99% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fade-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fade-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes stretch-right {
    0% {
        width: 1%
    }
    100% {
        width: 100%
    }
}

@keyframes stretch-right {
    0% {
        width: 1%
    }
    100% {
        width: 100%
    }
}

@-webkit-keyframes stretch-bot {
    0% {
        height: 1%
    }
    100% {
        height: 100%
    }
}

@keyframes stretch-bot {
    0% {
        height: 1%
    }
    100% {
        height: 100%
    }
}

@-webkit-keyframes move-right {
    0% {
        left: 0
    }
    100% {
        left: 100%
    }
}

@keyframes move-right {
    0% {
        left: 0
    }
    100% {
        left: 100%
    }
}

@-webkit-keyframes move-left {
    0% {
        right: 0
    }
    100% {
        right: 100%
    }
}

@keyframes move-left {
    0% {
        right: 0
    }
    100% {
        right: 100%
    }
}

@-webkit-keyframes move-bottom {
    0% {
        top: 0
    }
    100% {
        top: 100%
    }
}

@keyframes move-bottom {
    0% {
        top: 0
    }
    100% {
        top: 100%
    }
}

@media print,
screen and (min-width:48em) {
    .mobile-menu,
    .site-title-bar {
        display: none!important
    }
}

@media screen and (max-width:47.99875em) {
    .desktop-menu,
    .site-navigation .top-bar-left {
        display: none!important
    }
}

.off-canvas {
    height: calc(100vh - 60px);
    padding: 20px;
    border: 12px solid #fff;
    border-left-width: 11px;
    border-right-width: 11px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.off-canvas .off-canvas-wrapper {
    width: 100%;
    height: 100%;
    min-height: 500px;
    overflow: scroll;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:450px) {
    .off-canvas .off-canvas-wrapper {
        min-height: 530px
    }
}

@media (min-width:550px) {
    .off-canvas .off-canvas-wrapper {
        min-height: 625px
    }
}

.off-canvas .off-canvas-wrapper>div {
    width: 100%
}

.off-canvas.position-top {
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
    transition-duration: .25s;
    transition-property: opacity
}

.off-canvas.off-canvas.is-open {
    opacity: 1
}

.off-canvas.is-transition-overlap.is-open {
    box-shadow: none
}

.off-canvas .mobile-off-canvas-top {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.off-canvas .mobile-off-canvas-top .mobile-off-canvas-title {
    padding-left: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-left: 3px solid #666;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.off-canvas .mobile-off-canvas-top .mobile-off-canvas-title span {
    text-transform: uppercase;
    line-height: 1
}

.off-canvas .mobile-off-canvas-top .mobile-off-canvas-title span.title-top {
    margin-bottom: 9px;
    font-size: .55rem;
    font-weight: 500;
    letter-spacing: 2.4px;
    color: #ccc
}

@media (min-width:450px) {
    .off-canvas .mobile-off-canvas-top .mobile-off-canvas-title span.title-top {
        font-size: .7rem
    }
}

@media (min-width:550px) {
    .off-canvas .mobile-off-canvas-top .mobile-off-canvas-title span.title-top {
        font-size: .85rem
    }
}

.off-canvas .mobile-off-canvas-top .mobile-off-canvas-title span.title-bottom {
    font-size: .9rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: .95px
}

@media (min-width:450px) {
    .off-canvas .mobile-off-canvas-top .mobile-off-canvas-title span.title-bottom {
        font-size: 1.05rem
    }
}

@media (min-width:550px) {
    .off-canvas .mobile-off-canvas-top .mobile-off-canvas-title span.title-bottom {
        font-size: 1.25rem
    }
}

.off-canvas .mobile-off-canvas-top .mobile-off-canvas-lang-switch .wpml-ls {
    width: 100%
}

.off-canvas .mobile-off-canvas-top .mobile-off-canvas-lang-switch .wpml-ls ul {
    width: 100%;
    list-style: none
}

.off-canvas .mobile-off-canvas-top .mobile-off-canvas-lang-switch .wpml-ls ul li {
    width: 100%
}

.off-canvas .mobile-off-canvas-top .mobile-off-canvas-lang-switch .wpml-ls ul li a {
    width: 59px;
    height: 32px;
    background-color: #000;
    color: #fff;
    padding: 0 0 0 12px;
    font-size: .8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:450px) {
    .off-canvas .mobile-off-canvas-top .mobile-off-canvas-lang-switch .wpml-ls ul li a {
        width: 68px;
        height: 37px
    }
}

@media (min-width:550px) {
    .off-canvas .mobile-off-canvas-top .mobile-off-canvas-lang-switch .wpml-ls ul li a {
        width: 72px;
        height: 42px;
        font-size: .95rem
    }
}

.off-canvas .mobile-off-canvas-top .mobile-off-canvas-lang-switch .wpml-ls ul li a span {
    position: relative;
    top: 1px
}

.off-canvas .mobile-off-canvas-top .mobile-off-canvas-lang-switch .wpml-ls ul li a.js-wpml-ls-item-toggle:after {
    border: 4px solid transparent;
    border-top: 7px solid;
    top: calc(50% - 3.5px);
    right: 8px
}

.off-canvas .mobile-off-canvas-top .mobile-off-canvas-lang-switch .wpml-ls ul li .wpml-ls-sub-menu {
    border-top: none!important
}

.off-canvas .vertical.menu {
    text-align: center
}

.off-canvas .vertical.menu li a {
    text-transform: uppercase;
    color: #fff;
    font-size: .95rem;
    font-weight: 600
}

@media (min-width:450px) {
    .off-canvas .vertical.menu li a {
        padding-top: .8rem;
        padding-bottom: .8rem;
        font-size: 1.1rem
    }
}

@media (min-width:550px) {
    .off-canvas .vertical.menu li a {
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: 1.25rem
    }
}

.off-canvas .vertical.menu .is-active>a {
    background-color: transparent
}

.off-canvas .mobile-off-canvas-cta {
    text-align: center
}

.off-canvas .mobile-off-canvas-cta .button {
    font-size: .65rem;
    margin-bottom: 0
}

@media (min-width:450px) {
    .off-canvas .mobile-off-canvas-cta .button {
        font-size: .8rem
    }
}

@media (min-width:550px) {
    .off-canvas .mobile-off-canvas-cta .button {
        font-size: 1rem
    }
}

.off-canvas .mobile-off-canvas-social-icons {
    padding-bottom: 20px;
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.off-canvas .mobile-off-canvas-social-icons a {
    margin: 0 25px
}

.off-canvas .mobile-off-canvas-social-icons a.twitter-icon img {
    width: 18px
}

@media (min-width:450px) {
    .off-canvas .mobile-off-canvas-social-icons a.twitter-icon img {
        width: 26px
    }
}

@media (min-width:550px) {
    .off-canvas .mobile-off-canvas-social-icons a.twitter-icon img {
        width: 32px
    }
}

.off-canvas .mobile-off-canvas-social-icons a.facebook-icon img {
    width: 9px
}

@media (min-width:450px) {
    .off-canvas .mobile-off-canvas-social-icons a.facebook-icon img {
        width: 12px
    }
}

@media (min-width:550px) {
    .off-canvas .mobile-off-canvas-social-icons a.facebook-icon img {
        width: 14px
    }
}

.off-canvas .mobile-off-canvas-social-icons a.instagram-icon img {
    width: 16px
}

@media (min-width:450px) {
    .off-canvas .mobile-off-canvas-social-icons a.instagram-icon img {
        width: 20px
    }
}

@media (min-width:550px) {
    .off-canvas .mobile-off-canvas-social-icons a.instagram-icon img {
        width: 25px
    }
}

.site-header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000
}

.mobile-menu {
    display: none
}

.site-title-bar {
    position: relative;
    z-index: 999;
    height: 60px;
    padding-left: .9rem;
    padding-right: .9rem
}

.site-title-bar .site-mobile-title img {
    width: 160px
}

.site-title-bar .menu-icon {
    position: absolute;
    top: 0;
    right: 10px;
    overflow: hidden;
    width: 34px;
    height: 60px
}

.site-title-bar .menu-icon:after {
    display: none
}

.site-title-bar .menu-icon .mobile-menu-line {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff
}

.site-title-bar .menu-icon .mobile-menu-line:nth-child(1) {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}

.site-title-bar .menu-icon .mobile-menu-line:nth-child(2) {
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px)
}

.site-navigation {
    display: none
}

@media print,
screen and (min-width:48em) {
    .site-navigation {
        position: relative;
        max-width: 150rem;
        height: 76px;
        margin: 0 auto;
        padding: 0 .95rem;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        overflow: hidden
    }
}

.site-navigation:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 156px;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease
}

@media (min-width:850px) {
    .site-navigation:before {
        width: 196px
    }
}

@media (min-width:1000px) {
    .site-navigation:before {
        width: 226px
    }
}

@media (min-width:1100px) {
    .site-navigation:before {
        width: 244px
    }
}

@media screen and (min-width:75em) {
    .site-navigation:before {
        width: 250px
    }
}

@media (min-width:1300px) {
    .site-navigation:before {
        width: 254px
    }
}

@media (min-width:1600px) {
    .site-navigation:before {
        width: 278px
    }
}

@media screen and (min-width:112.5em) {
    .site-navigation:before {
        width: 318px
    }
}

.site-navigation.sticky-active:before {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

@media screen and (min-width:75em) {
    .site-navigation.sticky-active .top-bar-logo {
        -webkit-transform: translateX(calc(-55% + 50px));
        -ms-transform: translateX(calc(-55% + 50px));
        transform: translateX(calc(-55% + 50px))
    }
}

@media screen and (min-width:81.25em) {
    .site-navigation.sticky-active .top-bar-logo {
        -webkit-transform: translateX(calc(-52.5% + 55px));
        -ms-transform: translateX(calc(-52.5% + 55px));
        transform: translateX(calc(-52.5% + 55px))
    }
}

@media screen and (min-width:93.75em) {
    .site-navigation.sticky-active .top-bar-logo {
        -webkit-transform: translateX(calc(-60% + 55px));
        -ms-transform: translateX(calc(-60% + 55px));
        transform: translateX(calc(-60% + 55px))
    }
}

@media screen and (min-width:112.5em) {
    .site-navigation.sticky-active .top-bar-logo {
        -webkit-transform: translateX(calc(-75% + 55px));
        -ms-transform: translateX(calc(-75% + 55px));
        transform: translateX(calc(-75% + 55px))
    }
}

@media screen and (min-width:120em) {
    .site-navigation.sticky-active .top-bar-logo {
        -webkit-transform: translateX(calc(-80% + 55px));
        -ms-transform: translateX(calc(-80% + 55px));
        transform: translateX(calc(-80% + 55px))
    }
}

.site-navigation .top-bar-logo {
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease
}

@media print,
screen and (min-width:48em) {
    .site-navigation .top-bar-logo {
        -webkit-transform: 5.5%;
        -ms-transform: 5.5%;
        transform: 5.5%
    }
}

@media screen and (min-width:75em) {
    .site-navigation .top-bar-logo {
        margin-left: 6.25%
    }
}

.site-navigation .top-bar-logo .top-bar-title {
    margin-right: 0
}

.site-navigation .top-bar-logo .top-bar-title img {
    width: 140px
}

@media print,
screen and (min-width:64em) {
    .site-navigation .top-bar-logo .top-bar-title img {
        width: 160px
    }
}

@media screen and (min-width:100em) {
    .site-navigation .top-bar-logo .top-bar-title img {
        width: 180px
    }
}

@media screen and (min-width:112.5em) {
    .site-navigation .top-bar-logo .top-bar-title img {
        width: 200px
    }
}

.site-navigation .top-bar-nav {
    margin-right: 15px
}

@media print,
screen and (min-width:64em) {
    .site-navigation .top-bar-nav {
        margin-right: 30px
    }
}

@media screen and (min-width:87.5em) {
    .site-navigation .top-bar-nav {
        margin-right: 60px
    }
}

.site-navigation .top-bar-nav .desktop-menu .menu-item a {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .3625rem;
    font-weight: 600;
    padding: 0 .6rem;
    background: #000;
    line-height: 9.4;
    overflow: hidden
}

@media (min-width:1000px) {
    .site-navigation .top-bar-nav .desktop-menu .menu-item a {
        font-size: .525rem;
        padding-left: .8rem;
        padding-right: .8rem;
        line-height: 8.5
    }
}

@media (min-width:1100px) {
    .site-navigation .top-bar-nav .desktop-menu .menu-item a {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

@media screen and (min-width:75em) {
    .site-navigation .top-bar-nav .desktop-menu .menu-item a {
        font-size: .6rem;
        line-height: 7.6
    }
}

@media screen and (min-width:87.5em) {
    .site-navigation .top-bar-nav .desktop-menu .menu-item a {
        font-size: .75rem;
        padding-left: 1rem;
        padding-right: 1rem;
        line-height: 6.95
    }
}

@media (min-width:1600px) {
    .site-navigation .top-bar-nav .desktop-menu .menu-item a {
        font-size: .8125rem;
        padding-left: 1.2rem;
        padding-right: 1.2rem;
        line-height: 6.35
    }
}

@media screen and (min-width:112.5em) {
    .site-navigation .top-bar-nav .desktop-menu .menu-item a {
        font-size: .875rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
}

.site-navigation .top-bar-nav .desktop-menu .menu-item a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    display: block;
    width: 80%;
    height: 8px;
    background-color: #af9d63;
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

@media screen and (min-width:75em) {
    .site-navigation .top-bar-nav .desktop-menu .menu-item a:before {
        height: 8px
    }
}

@media screen and (min-width:100em) {
    .site-navigation .top-bar-nav .desktop-menu .menu-item a:before {
        height: 10px
    }
}

@media screen and (min-width:112.5em) {
    .site-navigation .top-bar-nav .desktop-menu .menu-item a:before {
        height: 12px
    }
}

.site-navigation .top-bar-nav .desktop-menu .menu-item a:active:before,
.site-navigation .top-bar-nav .desktop-menu .menu-item a:focus:before,
.site-navigation .top-bar-nav .desktop-menu .menu-item a:hover:before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.site-navigation .top-bar-nav .desktop-menu .menu-item.current-menu-item a:before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.site-navigation .top-bar-reserve-cta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.site-navigation .top-bar-reserve-cta .top-bar-reserve-cta {
    position: relative;
    z-index: 2
}

@media (min-width:850px) {
    .site-navigation .top-bar-reserve-cta .top-bar-reserve-cta {
        margin-right: 30px
    }
}

@media screen and (min-width:75em) {
    .site-navigation .top-bar-reserve-cta .top-bar-reserve-cta {
        margin-right: 40px
    }
}

@media (min-width:1300px) {
    .site-navigation .top-bar-reserve-cta .top-bar-reserve-cta {
        margin-right: 45px
    }
}

.site-navigation .top-bar-reserve-cta .top-bar-reserve-cta .desktop-cta {
    margin-bottom: 0;
    font-size: .6875rem;
    padding: .7rem 2rem;
    background-color: #e20000;
    color: #fff!important
}

@media (min-width:1000px) {
    .site-navigation .top-bar-reserve-cta .top-bar-reserve-cta .desktop-cta {
        padding: .8rem 2.5rem
    }
}

@media (min-width:1100px) {
    .site-navigation .top-bar-reserve-cta .top-bar-reserve-cta .desktop-cta {
        font-size: .75rem;
        padding: .8rem 3rem
    }
}

@media (min-width:1600px) {
    .site-navigation .top-bar-reserve-cta .top-bar-reserve-cta .desktop-cta {
        font-size: .875rem;
        padding: .9rem 3.5rem
    }
}

@media screen and (min-width:112.5em) {
    .site-navigation .top-bar-reserve-cta .top-bar-reserve-cta .desktop-cta {
        font-size: .9375rem;
        padding: 1rem 4rem
    }
}

.site-navigation .top-bar-reserve-cta .top-bar-reserve-cta .desktop-cta:active,
.site-navigation .top-bar-reserve-cta .top-bar-reserve-cta .desktop-cta:focus,
.site-navigation .top-bar-reserve-cta .top-bar-reserve-cta .desktop-cta:hover {
    background-color: #af0000
}

.site-navigation .dropdown.menu:first-child>li.is-dropdown-submenu-parent>a::after {
    display: none
}

@media screen and (max-width:47.99875em) {
    .site-navigation {
        padding: 0
    }
}

.post-navigation::after,
.post-navigation::before {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.post-navigation::after {
    clear: both
}

.nav-previous {
    float: left
}

.nav-next {
    float: right
}

.main-container {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 150rem;
    margin: 0 auto
}

@media print,
screen and (min-width:48em) {
    .main-container {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.main-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 1rem
}

@media print,
screen and (min-width:48em) {
    .main-grid {
        margin-top: 3rem
    }
}

.main-grid.sidebar-left .main-content {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.main-grid.sidebar-left .sidebar {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

@media print,
screen and (min-width:48em) {
    .main-grid.sidebar-left .main-content {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
    .main-grid.sidebar-left .sidebar {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

.main-grid .main-content-full-width {
    width: calc(100% - 1.25rem);
    margin-right: .625rem;
    margin-left: .625rem
}

.main-grid .main-content {
    width: calc(100% - 1.25rem);
    margin-right: .625rem;
    margin-left: .625rem
}

@media print,
screen and (min-width:48em) {
    .main-grid .main-content {
        width: calc(66.66667% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

.main-grid .sidebar {
    width: calc(100% - 1.25rem);
    margin-right: .625rem;
    margin-left: .625rem
}

@media print,
screen and (min-width:48em) {
    .main-grid .sidebar {
        width: calc(33.33333% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        margin-top: 1rem
    }
}

.footer {
    position: relative;
    z-index: 3;
    background-color: #000;
    background-image: url(/wp-content/themes/stk2018/dist/assets/images/footer/footer-bg.jpg);
    background-size: 150% auto;
    background-repeat: no-repeat;
    background-position: center top;
    color: #fff
}

@media print,
screen and (min-width:48em) {
    .footer {
        background-size: 100% auto
    }
}

@media print,
screen and (min-width:64em) {
    .footer {
        background-size: cover;
        background-position: center 30%
    }
}

.footer:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .9) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}

.footer-container {
    position: relative;
    z-index: 3;
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 150rem;
    margin: 0 auto
}

@media print,
screen and (min-width:48em) {
    .footer-container {
        padding-right: .9375rem;
        padding-left: .9375rem
    }
}

.footer-grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 3.4375rem 0
}

@media print,
screen and (min-width:48em) {
    .footer-grid {
        padding: 3.75rem 0
    }
}

.footer-grid section {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 1.25rem);
    margin-right: .625rem;
    margin-left: .625rem
}

.footer-grid .footer-navigation,
.footer-grid .footer-newsletter-embed,
.footer-grid .footer-widgets {
    width: 100%
}

.footer-grid ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.footer-grid .footer-logo {
    margin-bottom: 3.4375rem
}

@media print,
screen and (min-width:48em) {
    .footer-grid .footer-logo {
        margin-bottom: 2.0625rem
    }
}

.footer-grid .footer-logo img {
    display: block;
    width: 2.625rem;
    height: auto;
    margin: 0 auto
}

.footer-grid .footer-social-icons {
    margin-bottom: 3.4375rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (min-width:48em) {
    .footer-grid .footer-social-icons {
        margin-bottom: 2.25rem
    }
}

.footer-grid .footer-social-icons a.social-icon.twitter-icon {
    margin-right: 3.4375rem
}

.footer-grid .footer-social-icons a.social-icon.twitter-icon img {
    width: 1.125rem
}

@media print,
screen and (min-width:48em) {
    .footer-grid .footer-social-icons a.social-icon.twitter-icon img {
        width: .9375rem
    }
}

.footer-grid .footer-social-icons a.social-icon.facebook-icon img {
    width: .5625rem
}

@media print,
screen and (min-width:48em) {
    .footer-grid .footer-social-icons a.social-icon.facebook-icon img {
        width: .4375rem
    }
}

.footer-grid .footer-social-icons a.social-icon.instagram-icon {
    margin-left: 3.4375rem
}

.footer-grid .footer-social-icons a.social-icon.instagram-icon img {
    width: 1rem
}

@media print,
screen and (min-width:48em) {
    .footer-grid .footer-social-icons a.social-icon.instagram-icon img {
        width: .8125rem
    }
}

.footer-grid .footer-navigation {
    margin-bottom: 3.75rem
}

@media print,
screen and (min-width:48em) {
    .footer-grid .footer-navigation {
        margin-bottom: 1.875rem
    }
}

.footer-grid .footer-navigation ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media print,
screen and (min-width:48em) {
    .footer-grid .footer-navigation ul {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.footer-grid .footer-navigation ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: .625rem;
    font-weight: 600;
    letter-spacing: .09375rem;
    margin-left: 1.0625rem;
    margin-right: 1.0625rem
}

@media print,
screen and (min-width:64em) {
    .footer-grid .footer-navigation ul li a {
        margin-left: 1.375rem;
        margin-right: 1.375rem;
        font-size: .6875rem
    }
}

.footer-grid .footer-navigation ul li a:active,
.footer-grid .footer-navigation ul li a:focus,
.footer-grid .footer-navigation ul li a:hover {
    color: #b6a570
}

.footer-grid .footer-navigation ul li.is-active>a {
    background-color: transparent
}

.footer-grid .widget_icl_lang_sel_widget {
    margin-bottom: 80px
}

@media print,
screen and (min-width:48em) {
    .footer-grid .widget_icl_lang_sel_widget {
        margin-bottom: 0
    }
}

.footer-grid .widget_icl_lang_sel_widget .wpml-ls {
    width: 56px;
    height: 28px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:1600px) {
    .footer-grid .widget_icl_lang_sel_widget .wpml-ls {
        width: 60px;
        height: 32px
    }
}

.footer-grid .widget_icl_lang_sel_widget .wpml-ls ul {
    width: 100%;
    list-style: none
}

.footer-grid .widget_icl_lang_sel_widget .wpml-ls ul li {
    width: 100%
}

.footer-grid .widget_icl_lang_sel_widget .wpml-ls ul li a {
    width: 56px;
    height: 28px;
    background-color: #000;
    color: #fff;
    padding: 0 0 0 12px;
    font-size: .625rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:1600px) {
    .footer-grid .widget_icl_lang_sel_widget .wpml-ls ul li a {
        width: 60px;
        height: 32px;
        font-size: .75rem
    }
}

.footer-grid .widget_icl_lang_sel_widget .wpml-ls ul li a span {
    position: relative;
    top: 1px
}

@media screen and (min-width:100em) {
    .footer-grid .widget_icl_lang_sel_widget .wpml-ls ul li a span {
        top: 0
    }
}

.footer-grid .widget_icl_lang_sel_widget .wpml-ls ul li a.js-wpml-ls-item-toggle:after {
    border: 4px solid transparent;
    border-top: 7px solid;
    top: calc(50% - 3.5px);
    right: 10px
}

.footer-grid .widget_icl_lang_sel_widget .wpml-ls ul li .wpml-ls-sub-menu {
    border-top: none!important
}

.footer-grid .smooth-scroll-container {
    text-align: center;
    width: 100%
}

@media print,
screen and (min-width:48em) {
    .footer-grid .smooth-scroll-container {
        position: absolute;
        width: auto;
        top: calc(50% + 55px);
        right: 2.5rem
    }
}

@media print,
screen and (min-width:64em) {
    .footer-grid .smooth-scroll-container {
        top: calc(50% + 20px);
        right: 3.75rem
    }
}

@media screen and (min-width:75em) {
    .footer-grid .smooth-scroll-container {
        right: 5rem
    }
}

@media screen and (min-width:87.5em) {
    .footer-grid .smooth-scroll-container {
        right: 7.5rem
    }
}

@media screen and (min-width:100em) {
    .footer-grid .smooth-scroll-container {
        right: 10rem
    }
}

@media screen and (min-width:112.5em) {
    .footer-grid .smooth-scroll-container {
        right: 12.5rem
    }
}

@media screen and (min-width:120em) {
    .footer-grid .smooth-scroll-container {
        right: 15rem
    }
}

.footer-grid .smooth-scroll-container a {
    position: relative;
    display: block;
    width: 3.125rem;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-size: .625rem;
    font-weight: 800;
    letter-spacing: .09375rem;
    text-transform: uppercase;
    line-height: 1.2
}

.footer-grid .smooth-scroll-container a:before {
    content: '';
    display: block;
    position: absolute;
    bottom: calc(100% + 10px);
    left: calc(50% - 8px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #fff transparent
}

.footer-grid .footer-banner {
    display: block;
    max-width: 500px;
    padding: 0 20px;
    margin: 0 auto 30px;
    text-align: center
}

.footer-grid .footer-banner a {
    display: block;
    max-width: 500px;
    padding: 0 20px;
    margin: 0 auto
}

.footer-togrp-link {
    text-align: center;
    position: relative;
    z-index: 3
}

.footer-togrp-link a.togrp-link {
    color: #fff;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .07812rem
}

@media print,
screen and (min-width:48em) {
    .footer-togrp-link a.togrp-link {
        font-size: .875rem
    }
}

.footer-copyright {
    position: relative;
    z-index: 3;
    width: 100%;
    text-align: center;
    padding-bottom: 1.25rem
}

@media print,
screen and (min-width:48em) {
    .footer-copyright {
        padding-bottom: 2.6875rem
    }
}

.footer-copyright span {
    display: block;
    font-size: .5625rem;
    font-weight: 600;
    letter-spacing: .09375rem;
    text-transform: uppercase
}

@media print,
screen and (min-width:48em) {
    .footer-copyright span {
        font-size: .625rem
    }
}

.footer-copyright span.bsa-credit {
    margin-top: 2px
}

.footer-copyright span a {
    color: #fff
}

.footer-copyright span a:active,
.footer-copyright span a:focus,
.footer-copyright span a:hover {
    color: #86753e
}

body#tinymce {
    height: auto;
    max-width: 150rem;
    padding: 1.25rem!important
}

.sites-button {
    background: #1779ba;
    font-size: 1.25rem;
    font-weight: 700;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, .2) inset;
    border-radius: 3px;
    border: none
}

.cards-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.cards-container .card {
    width: calc(100% - 1.25rem);
    margin-right: .625rem;
    margin-left: .625rem
}

.cards-container .card .card-content {
    padding: 1rem
}

@media print,
screen and (min-width:48em) {
    .cards-container .card {
        width: calc(33.33333% - .7rem);
        margin-right: .35rem;
        margin-left: .35rem
    }
}

.featured-hero {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 6.25rem
}

@media print,
screen and (min-width:48em) {
    .featured-hero {
        height: 12.5rem
    }
}

@media screen and (min-width:75em) {
    .featured-hero {
        height: 25rem
    }
}

.dotted {
    border-style: dashed;
    margin: 2rem 0
}

[data-whatinput=mouse] a:focus,
button:focus,
button:focus [data-whatinput=touch] a:focus {
    outline: 0
}

.hero-social-icons {
    display: none
}

@media print,
screen and (min-width:48em) {
    .hero-social-icons {
        position: absolute;
        top: 0;
        right: 0;
        width: calc(10% + 12px);
        height: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #fff
    }
}

@media screen and (min-width:75em) {
    .hero-social-icons {
        width: calc(8.5% + 12px)
    }
}

@media (min-width:1600px) {
    .hero-social-icons {
        width: calc(7% + 12px)
    }
}

.hero-social-icons a {
    margin-bottom: 10px
}

@media (min-width:1000px) {
    .hero-social-icons a {
        margin-bottom: 25px
    }
}

@media screen and (min-width:75em) {
    .hero-social-icons a {
        margin-bottom: 40px
    }
}

@media (min-width:1600px) {
    .hero-social-icons a {
        margin-bottom: 60px
    }
}

@media (min-width:1920px) {
    .hero-social-icons a {
        margin-bottom: 80px
    }
}

@media screen and (min-width:100em) {
    .hero-social-icons a:last-child {
        margin-bottom: 60px
    }
}

.hero-social-icons a.twitter-icon img {
    width: 15px
}

@media (min-width:1000px) {
    .hero-social-icons a.twitter-icon img {
        width: 18px
    }
}

@media (min-width:1920px) {
    .hero-social-icons a.twitter-icon img {
        width: 24px
    }
}

.hero-social-icons a.facebook-icon img {
    width: 7px
}

@media (min-width:1000px) {
    .hero-social-icons a.facebook-icon img {
        width: 10px
    }
}

@media (min-width:1920px) {
    .hero-social-icons a.facebook-icon img {
        width: 13px
    }
}

.hero-social-icons a.instagram-icon img {
    width: 13px
}

@media (min-width:1000px) {
    .hero-social-icons a.instagram-icon img {
        width: 16px
    }
}

@media (min-width:1920px) {
    .hero-social-icons a.instagram-icon img {
        width: 20px
    }
}

.hero-social-icons>a {
    visibility: hidden
}

.hero-social-icons.scrollinview-inview>a {
    visibility: visible
}

.hero-social-icons.scrollinview-inview>a:nth-child(1) {
    -webkit-animation: fade-in-right .5s ease-out .2s 1 normal both;
    animation: fade-in-right .5s ease-out .2s 1 normal both
}

.hero-social-icons.scrollinview-inview>a:nth-child(2) {
    -webkit-animation: fade-in-right .5s ease-out .4s 1 normal both;
    animation: fade-in-right .5s ease-out .4s 1 normal both
}

.hero-social-icons.scrollinview-inview>a:nth-child(3) {
    -webkit-animation: fade-in-right .5s ease-out .6s 1 normal both;
    animation: fade-in-right .5s ease-out .6s 1 normal both
}

.scrollinview {
    visibility: hidden
}

.scrollinview.scrollinview-inview {
    visibility: visible
}

.venue-gallery {
    width: 100%;
    position: relative;
    margin: 40px 0
}

@media print,
screen and (min-width:48em) {
    .venue-gallery {
        background-position: left 30px center;
        margin: 50px 0 90px;
        position: relative
    }
}

@media print,
screen and (min-width:64em) {
    .venue-gallery {
        background-position: left 50px center;
        margin: 60px 0 100px
    }
}

@media screen and (min-width:75em) {
    .venue-gallery {
        background-position: left 100px center;
        margin: 80px 0 120px
    }
}

@media screen and (min-width:100em) {
    .venue-gallery {
        margin-bottom: 140px
    }
}

.venue-gallery #section-venue-gallery {
    position: absolute;
    top: -50px;
    visibility: hidden
}

@media print,
screen and (min-width:48em) {
    .venue-gallery #section-venue-gallery {
        top: -100px
    }
}

.venue-gallery .venue-gallery-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 87%;
    height: 100%;
    background-size: cover;
    background-position: center left;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .3;
    overflow: hidden
}

@media print,
screen and (min-width:48em) {
    .venue-gallery .venue-gallery-bg {
        width: 60%
    }
}

@media print,
screen and (min-width:64em) {
    .venue-gallery .venue-gallery-bg {
        width: 50%
    }
}

@media screen and (min-width:87.5em) {
    .venue-gallery .venue-gallery-bg {
        width: 40%
    }
}

.venue-gallery:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

.venue-gallery .venue-gallery-header {
    position: relative;
    z-index: 2;
    padding: 20px 15px;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    float: left;
    width: auto;
    background: #fff;
    z-index: 10
}

@media print,
screen and (min-width:48em) {
    .venue-gallery .venue-gallery-header {
        top: 0;
        left: 0;
        position: absolute;
        display: block;
        padding: 30px 30px 30px 0
    }
}

@media print,
screen and (min-width:64em) {
    .venue-gallery .venue-gallery-header {
        padding: 40px 50px 40px 0;
        margin-bottom: 30px
    }
}

@media screen and (min-width:75em) {
    .venue-gallery .venue-gallery-header {
        padding: 50px 80px 50px 0
    }
}

.venue-gallery .main-venue-gallery-wrapper {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom: 60px
}

@media print,
screen and (min-width:48em) {
    .venue-gallery .main-venue-gallery-wrapper {
        width: 92%;
        margin-left: auto;
        padding-bottom: 0
    }
}

.venue-gallery .venue-gallery-contents {
    position: relative;
    z-index: 3;
    overflow: hidden;
    clear: both;
    width: 100%
}

@media print,
screen and (min-width:48em) {
    .venue-gallery .venue-gallery-contents {
        display: block;
        padding-top: 60px;
        padding-bottom: 40px
    }
}

@media print,
screen and (min-width:64em) {
    .venue-gallery .venue-gallery-contents {
        padding-bottom: 60px
    }
}

@media screen and (min-width:75em) {
    .venue-gallery .venue-gallery-contents {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media screen and (min-width:120em) {
    .venue-gallery .venue-gallery-contents {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media screen and (min-width:150em) {
    .venue-gallery .venue-gallery-contents {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

.venue-gallery .venue-gallery-contents .venue-gallery-items {
    height: 100%;
    display: block
}

@media print,
screen and (min-width:48em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items {
        width: calc(100% - 290px);
        margin-left: auto
    }
}

@media screen and (min-width:75em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items {
        width: calc(100% - 330px)
    }
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step {
    height: 380px
}

@media screen and (min-width:28.125em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step {
        height: 450px
    }
}

@media screen and (min-width:34.375em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step {
        height: 550px
    }
}

@media screen and (min-width:40.625em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step {
        height: 650px
    }
}

@media print,
screen and (min-width:48em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step {
        height: 550px
    }
}

@media screen and (min-width:56.25em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step {
        height: 590px
    }
}

@media print,
screen and (min-width:64em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step {
        height: 650px
    }
}

@media screen and (min-width:75em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step {
        height: 700px
    }
}

@media screen and (min-width:100em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step {
        height: 750px
    }
}

@media screen and (min-width:112.5em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step {
        height: 850px
    }
}

@media screen and (min-width:120em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step {
        height: 900px
    }
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap {
    margin-left: 20px;
    width: 300px;
    height: 100%
}

@media screen and (min-width:28.125em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap {
        width: 400px
    }
}

@media screen and (min-width:34.375em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap {
        width: 500px
    }
}

@media screen and (min-width:40.625em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap {
        width: 600px
    }
}

@media print,
screen and (min-width:48em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap {
        width: 390px
    }
}

@media screen and (min-width:56.25em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap {
        width: 500px
    }
}

@media print,
screen and (min-width:64em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap {
        width: 600px
    }
}

@media screen and (min-width:75em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap {
        width: 650px
    }
}

@media screen and (min-width:100em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap {
        width: 750px
    }
}

@media screen and (min-width:112.5em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap {
        width: 800px
    }
}

@media screen and (min-width:120em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap {
        width: 850px
    }
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-0 {
    width: calc(100% - 20px)
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-0 .venue-gallery-item {
    width: 85%;
    height: 50%
}

@media screen and (min-width:34.375em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-0 .venue-gallery-item {
        width: 80%
    }
}

@media screen and (min-width:40.625em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-0 .venue-gallery-item {
        width: 75%
    }
}

@media print,
screen and (min-width:48em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-0 .venue-gallery-item {
        width: 95%
    }
}

@media screen and (min-width:56.25em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-0 .venue-gallery-item {
        width: 90%
    }
}

@media print,
screen and (min-width:64em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-0 .venue-gallery-item {
        width: 95%
    }
}

@media screen and (min-width:87.5em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-0 .venue-gallery-item {
        width: 90%
    }
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-0 .venue-gallery-item:nth-child(1) {
    height: 40%
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-0 .venue-gallery-item:nth-child(1) a {
    width: 60%;
    height: 80%;
    top: auto;
    bottom: 10px
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-0 .venue-gallery-item:nth-child(2) {
    height: 55%
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-1 .venue-gallery-item a {
    width: 100%
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-2>.venue-gallery-item {
    margin-top: 5%;
    height: 50%
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-2 .gallery-grid-container {
    margin-left: auto;
    width: 100%;
    height: 40%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-2 .gallery-grid-container .venue-gallery-item {
    bottom: 0;
    margin-left: 0;
    width: calc(50% - 10px);
    height: calc(100% - 10px)
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-2 .gallery-grid-container .venue-gallery-item a {
    width: 100%;
    height: 100%
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-2 .gallery-grid-container .venue-gallery-item:nth-child(1) {
    left: 0
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-2 .gallery-grid-container .venue-gallery-item:nth-child(2) {
    right: 0
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-3>.venue-gallery-item {
    margin-left: 20px;
    width: calc(50% - 10px);
    height: calc(90% - 20px)
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-3>.venue-gallery-item a {
    width: 100%;
    height: 100%
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-3 .gallery-grid-container {
    width: calc(50% - 10px);
    height: calc(80% - 20px)
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-3 .gallery-grid-container a {
    width: 100%
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-4 {
    margin-top: 20px
}

@media print,
screen and (min-width:48em) {
    .venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-4 {
        margin-top: 30px
    }
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-4 .gallery-grid-container {
    width: 100%;
    height: calc(40% - 10px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-4 .gallery-grid-container .venue-gallery-item {
    margin-left: 0;
    width: calc(50% - 10px);
    height: calc(100% - 10px)
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-step .gallery-grid-wrap.gallery-grid-4 .gallery-grid-container .venue-gallery-item a {
    width: 100%;
    height: 100%
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-item {
    position: relative;
    margin-left: auto;
    padding: 0;
    width: 100%;
    height: 50%;
    text-align: right;
    overflow: hidden
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-item a {
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: calc(100% - 10px);
    position: absolute;
    right: 0;
    top: 0;
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease;
    cursor: pointer
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-item a:active,
.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-item a:focus,
.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-item a:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-item a span {
    display: none
}

.venue-gallery .venue-gallery-contents .venue-gallery-items .venue-gallery-item:last-child a {
    top: auto;
    bottom: 0
}

.venue-gallery .contact-info-logo-address {
    text-align: center;
    background: #fff;
    padding: 40px;
    display: none;
    width: 250px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .09)
}

@media print,
screen and (min-width:48em) {
    .venue-gallery .contact-info-logo-address {
        position: absolute;
        top: 150px;
        left: calc(8% + 40px);
        z-index: 5;
        display: block
    }
}

@media screen and (min-width:56.25em) {
    .venue-gallery .contact-info-logo-address {
        top: 180px
    }
}

@media print,
screen and (min-width:64em) {
    .venue-gallery .contact-info-logo-address {
        top: 220px
    }
}

@media screen and (min-width:75em) {
    .venue-gallery .contact-info-logo-address {
        top: 300px;
        left: calc(8% + 80px)
    }
}

@media screen and (min-width:100em) {
    .venue-gallery .contact-info-logo-address {
        top: 320px
    }
}

@media screen and (min-width:112.5em) {
    .venue-gallery .contact-info-logo-address {
        top: 380px
    }
}

@media screen and (min-width:120em) {
    .venue-gallery .contact-info-logo-address {
        top: 400px
    }
}

.venue-gallery .contact-info-logo-address a {
    color: #000
}

.venue-gallery .contact-info-logo-address a:active,
.venue-gallery .contact-info-logo-address a:focus,
.venue-gallery .contact-info-logo-address a:hover {
    color: #86753e
}

.venue-gallery .contact-info-logo-address .venue-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 114px;
    height: 114px;
    background-color: #000;
    border-radius: 50%;
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.venue-gallery .contact-info-logo-address .venue-logo img {
    width: 44px;
    height: auto
}

.venue-gallery .contact-info-logo-address .venue-address .google-maps-link {
    display: inline-block;
    font-size: .75rem;
    margin-bottom: 20px
}

.venue-gallery .contact-info-logo-address .venue-address .google-maps-link .address,
.venue-gallery .contact-info-logo-address .venue-address .google-maps-link .city-state-zip {
    display: block;
    line-height: 1.3
}

.venue-gallery .contact-info-logo-address .venue-phone {
    font-size: .75rem;
    margin-bottom: 40px
}

.venue-gallery .contact-info-logo-address .venue-phone a {
    display: inline-block
}

.venue-gallery .contact-info-logo-address .book-cta .button {
    margin-bottom: 0;
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.venue-gallery .venue-gallery-slider-nav {
    position: relative;
    z-index: 3;
    overflow: hidden;
    top: -65px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media print,
screen and (min-width:48em) {
    .venue-gallery .venue-gallery-slider-nav {
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
        width: 100%
    }
}

.venue-gallery .venue-gallery-slider-nav .venue-gallery-arrow {
    font-size: 0;
    width: auto;
    max-width: 50%;
    height: 70px;
    cursor: pointer;
    transition: all .35s ease;
    transition-property: opacity, color;
    font-size: .625rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex!important
}

.venue-gallery .venue-gallery-slider-nav .venue-gallery-arrow.slick-disabled {
    opacity: 0
}

.venue-gallery .venue-gallery-slider-nav .venue-gallery-prev {
    padding-right: 15px
}

.venue-gallery .venue-gallery-slider-nav .venue-gallery-prev:before {
    content: '';
    display: block;
    position: relative;
    top: auto;
    right: auto;
    width: 125px;
    max-width: 100%;
    height: 1px;
    background-color: #000;
    transition: all .35s ease;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    margin-right: 15px
}

.venue-gallery .venue-gallery-slider-nav .venue-gallery-prev:active,
.venue-gallery .venue-gallery-slider-nav .venue-gallery-prev:focus,
.venue-gallery .venue-gallery-slider-nav .venue-gallery-prev:hover {
    color: #524726
}

@media print,
screen and (min-width:48em) {
    .venue-gallery .venue-gallery-slider-nav .venue-gallery-prev:active,
    .venue-gallery .venue-gallery-slider-nav .venue-gallery-prev:focus,
    .venue-gallery .venue-gallery-slider-nav .venue-gallery-prev:hover {
        color: #86753e
    }
}

.venue-gallery .venue-gallery-slider-nav .venue-gallery-prev:active:before,
.venue-gallery .venue-gallery-slider-nav .venue-gallery-prev:focus:before,
.venue-gallery .venue-gallery-slider-nav .venue-gallery-prev:hover:before {
    background-color: #524726;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

@media print,
screen and (min-width:48em) {
    .venue-gallery .venue-gallery-slider-nav .venue-gallery-prev:active:before,
    .venue-gallery .venue-gallery-slider-nav .venue-gallery-prev:focus:before,
    .venue-gallery .venue-gallery-slider-nav .venue-gallery-prev:hover:before {
        background-color: #86753e
    }
}

.venue-gallery .venue-gallery-slider-nav .venue-gallery-next {
    padding-left: 15px
}

.venue-gallery .venue-gallery-slider-nav .venue-gallery-next:after {
    content: '';
    display: block;
    position: relative;
    margin-left: 15px;
    width: 125px;
    max-width: 100%;
    height: 1px;
    background-color: #000;
    transition: all .35s ease;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform
}

.venue-gallery .venue-gallery-slider-nav .venue-gallery-next:active,
.venue-gallery .venue-gallery-slider-nav .venue-gallery-next:focus,
.venue-gallery .venue-gallery-slider-nav .venue-gallery-next:hover {
    color: #524726
}

@media print,
screen and (min-width:48em) {
    .venue-gallery .venue-gallery-slider-nav .venue-gallery-next:active,
    .venue-gallery .venue-gallery-slider-nav .venue-gallery-next:focus,
    .venue-gallery .venue-gallery-slider-nav .venue-gallery-next:hover {
        color: #86753e
    }
}

.venue-gallery .venue-gallery-slider-nav .venue-gallery-next:active:after,
.venue-gallery .venue-gallery-slider-nav .venue-gallery-next:focus:after,
.venue-gallery .venue-gallery-slider-nav .venue-gallery-next:hover:after {
    background-color: #524726;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px)
}

@media print,
screen and (min-width:48em) {
    .venue-gallery .venue-gallery-slider-nav .venue-gallery-next:active:after,
    .venue-gallery .venue-gallery-slider-nav .venue-gallery-next:focus:after,
    .venue-gallery .venue-gallery-slider-nav .venue-gallery-next:hover:after {
        background-color: #86753e
    }
}

.team-members-carousel {
    padding-bottom: 60px;
    background-color: #fff
}

@media print,
screen and (min-width:48em) {
    .team-members-carousel {
        padding-bottom: 100px
    }
}

@media print,
screen and (min-width:64em) {
    .team-members-carousel {
        padding-bottom: 140px
    }
}

@media screen and (min-width:75em) {
    .team-members-carousel {
        padding-bottom: 180px
    }
}

.team-members-carousel .team-members-header {
    margin-bottom: 30px;
    padding-right: 12px;
    padding-left: 12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media print,
screen and (min-width:48em) {
    .team-members-carousel .team-members-header {
        display: block;
        padding-right: 30px;
        padding-left: 30px;
        margin-bottom: 40px
    }
}

@media print,
screen and (min-width:64em) {
    .team-members-carousel .team-members-header {
        padding-right: 50px;
        padding-left: 50px;
        margin-bottom: 60px
    }
}

@media screen and (min-width:75em) {
    .team-members-carousel .team-members-header {
        margin-bottom: 80px;
        padding-left: 100px;
        padding-right: 100px
    }
}

.team-members-carousel .team-members-header .slide-counter {
    font-size: .625rem;
    color: #c9c9c9;
    font-weight: 800;
    letter-spacing: 1.5px
}

@media print,
screen and (min-width:48em) {
    .team-members-carousel .team-members-header .slide-counter {
        display: none
    }
}

.team-members-carousel .team-members-slick-slider .team-members-slick-init .slick-track {
    padding-top: 50px;
    padding-bottom: 50px
}

@media print,
screen and (min-width:48em) {
    .team-members-carousel .team-members-slick-slider .team-members-slick-init .slick-track {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.team-members-carousel .team-members-slick-slider .team-members-slick-init .slick-slide,
.team-members-carousel .team-members-slick-slider .team-members-slick-init.slick-slider .slick-list,
.team-members-carousel .team-members-slick-slider .team-members-slick-init.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.team-members-carousel .team-members-slick-slider .team-members-slick-init .slick-cloned {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.team-members-carousel .team-members-slick-slider .team-members-slick-init .slick-slide {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease
}

@media screen and (min-width:31.25em) {
    .team-members-carousel .team-members-slick-slider .team-members-slick-init .slick-slide {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width:37.5em) {
    .team-members-carousel .team-members-slick-slider .team-members-slick-init .slick-slide {
        padding-right: 20px;
        padding-left: 20px
    }
}

@media print,
screen and (min-width:48em) {
    .team-members-carousel .team-members-slick-slider .team-members-slick-init .slick-slide {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media print,
screen and (min-width:64em) {
    .team-members-carousel .team-members-slick-slider .team-members-slick-init .slick-slide {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (min-width:87.5em) {
    .team-members-carousel .team-members-slick-slider .team-members-slick-init .slick-slide {
        padding-left: 40px;
        padding-right: 40px
    }
}

.team-members-carousel .team-members-slick-slider .team-members-slick-init .slick-slide.slick-active {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

@media screen and (min-width:23.4375em) {
    .team-members-carousel .team-members-slick-slider .team-members-slick-init .slick-slide.slick-active {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15)
    }
}

@media screen and (min-width:31.25em) {
    .team-members-carousel .team-members-slick-slider .team-members-slick-init .slick-slide.slick-active {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@media screen and (min-width:34.375em) {
    .team-members-carousel .team-members-slick-slider .team-members-slick-init .slick-slide.slick-active {
        -webkit-transform: scale(1.095);
        -ms-transform: scale(1.095);
        transform: scale(1.095)
    }
}

@media print,
screen and (min-width:48em) {
    .team-members-carousel .team-members-slick-slider .team-members-slick-init .slick-slide.slick-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@media screen and (min-width:31.25em) {
    .team-members-carousel .team-members-slick-slider .team-members-slick-init .slick-slide.slick-active.slick-current {
        -webkit-transform: scale(1.225);
        -ms-transform: scale(1.225);
        transform: scale(1.225)
    }
}

@media screen and (min-width:34.375em) {
    .team-members-carousel .team-members-slick-slider .team-members-slick-init .slick-slide.slick-active.slick-current {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@media print,
screen and (min-width:48em) {
    .team-members-carousel .team-members-slick-slider .team-members-slick-init .slick-slide.slick-active.slick-current {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

@media print,
screen and (min-width:48em) {
    .team-members-carousel .team-members-slick-slider .team-members-slick-init .slick-slide:nth-child(even) {
        top: 10px
    }
}

@media print,
screen and (min-width:64em) {
    .team-members-carousel .team-members-slick-slider .team-members-slick-init .slick-slide:nth-child(even) {
        top: 20px
    }
}

@media print,
screen and (min-width:48em) {
    .team-members-carousel .team-members-slick-slider .team-members-slick-init .slick-slide:nth-child(odd) {
        top: -10px
    }
}

@media print,
screen and (min-width:64em) {
    .team-members-carousel .team-members-slick-slider .team-members-slick-init .slick-slide:nth-child(odd) {
        top: -20px
    }
}

.team-members-carousel .team-members-slick-slider .team-members-slick-init .team-member-item .team-member-img {
    position: relative;
    margin-bottom: 20px
}

@media print,
screen and (min-width:64em) {
    .team-members-carousel .team-members-slick-slider .team-members-slick-init .team-member-item .team-member-img {
        margin-bottom: 40px
    }
}

.team-members-carousel .team-members-slick-slider .team-members-slick-init .team-member-item .team-member-img:before {
    content: '';
    position: absolute;
    bottom: -3px;
    left: -3px;
    z-index: 1;
    width: 20px;
    height: calc(100% - 5px);
    background-color: #86753e
}

@media print,
screen and (min-width:64em) {
    .team-members-carousel .team-members-slick-slider .team-members-slick-init .team-member-item .team-member-img:before {
        width: 30px;
        bottom: -5px;
        left: -5px;
        height: calc(100% - 10px)
    }
}

.team-members-carousel .team-members-slick-slider .team-members-slick-init .team-member-item .team-member-img .team-member-bg-img {
    position: relative;
    z-index: 2;
    background-size: cover;
    background-position: center
}

.team-members-carousel .team-members-slick-slider .team-members-slick-init .team-member-item .team-member-details {
    text-align: center
}

.team-members-carousel .team-members-slick-slider .team-members-slick-init .team-member-item .team-member-details .member-job,
.team-members-carousel .team-members-slick-slider .team-members-slick-init .team-member-item .team-member-details .member-name {
    display: block;
    line-height: 1.1
}

.team-members-carousel .team-members-slick-slider .team-members-slick-init .team-member-item .team-member-details .member-name {
    color: #999;
    font-weight: 800;
    font-size: .9375rem;
    margin-bottom: 7px
}

@media screen and (min-width:31.25em) {
    .team-members-carousel .team-members-slick-slider .team-members-slick-init .team-member-item .team-member-details .member-name {
        font-size: .75rem
    }
}

@media print,
screen and (min-width:64em) {
    .team-members-carousel .team-members-slick-slider .team-members-slick-init .team-member-item .team-member-details .member-name {
        font-size: 1rem;
        margin-bottom: 10px
    }
}

.team-members-carousel .team-members-slick-slider .team-members-slick-init .team-member-item .team-member-details .member-job {
    color: #86753e;
    font-size: .75rem;
    font-weight: 800;
    text-transform: uppercase
}

@media screen and (min-width:31.25em) {
    .team-members-carousel .team-members-slick-slider .team-members-slick-init .team-member-item .team-member-details .member-job {
        font-size: .625rem
    }
}

@media print,
screen and (min-width:64em) {
    .team-members-carousel .team-members-slick-slider .team-members-slick-init .team-member-item .team-member-details .member-job {
        font-size: .75rem
    }
}

.team-members-carousel .team-members-slick-slider .team-members-slider-nav {
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (min-width:48em) {
    .team-members-carousel .team-members-slick-slider .team-members-slider-nav {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.team-members-carousel .team-members-slick-slider .team-members-slider-nav .slick-arrow {
    font-size: 0;
    width: 84px;
    height: 88px;
    cursor: pointer;
    transition: all .35s ease;
    transition-property: opacity, color
}

@media print,
screen and (min-width:48em) {
    .team-members-carousel .team-members-slick-slider .team-members-slider-nav .slick-arrow {
        width: auto;
        height: 70px;
        font-size: .625rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.team-members-carousel .team-members-slick-slider .team-members-slider-nav .slick-arrow img {
    width: 8px;
    height: auto
}

@media print,
screen and (min-width:48em) {
    .team-members-carousel .team-members-slick-slider .team-members-slider-nav .slick-arrow img {
        display: none
    }
}

.team-members-carousel .team-members-slick-slider .team-members-slider-nav .slick-prev {
    position: relative
}

@media print,
screen and (min-width:48em) {
    .team-members-carousel .team-members-slick-slider .team-members-slider-nav .slick-prev {
        padding-right: 15px
    }
}

.team-members-carousel .team-members-slick-slider .team-members-slider-nav .slick-prev:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 24px);
    right: -1px;
    width: 1px;
    height: 48px;
    background-color: #eee;
    transition: all .35s ease;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform
}

@media print,
screen and (min-width:48em) {
    .team-members-carousel .team-members-slick-slider .team-members-slider-nav .slick-prev:before {
        position: relative;
        top: auto;
        right: auto;
        margin-right: 15px;
        width: 125px;
        height: 1px;
        background-color: #000
    }
}

@media print,
screen and (min-width:48em) {
    .team-members-carousel .team-members-slick-slider .team-members-slider-nav .slick-prev:hover {
        color: #86753e
    }
}

@media print,
screen and (min-width:48em) {
    .team-members-carousel .team-members-slick-slider .team-members-slider-nav .slick-prev:hover:before {
        background-color: #86753e;
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }
}

@media print,
screen and (min-width:48em) {
    .team-members-carousel .team-members-slick-slider .team-members-slider-nav .slick-next {
        padding-left: 15px
    }
}

@media print,
screen and (min-width:48em) {
    .team-members-carousel .team-members-slick-slider .team-members-slider-nav .slick-next:after {
        content: '';
        display: block;
        position: relative;
        margin-left: 15px;
        width: 125px;
        height: 1px;
        background-color: #000;
        transition: all .35s ease;
        transition-property: background-color, -webkit-transform;
        transition-property: background-color, transform;
        transition-property: background-color, transform, -webkit-transform
    }
}

@media print,
screen and (min-width:48em) {
    .team-members-carousel .team-members-slick-slider .team-members-slider-nav .slick-next:hover {
        color: #86753e
    }
}

@media print,
screen and (min-width:48em) {
    .team-members-carousel .team-members-slick-slider .team-members-slider-nav .slick-next:hover:after {
        background-color: #86753e;
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }
}

.testimonials-carousel-section {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 10px
}

@media print,
screen and (min-width:64em) {
    .testimonials-carousel-section {
        margin-bottom: 20px
    }
}

@media screen and (min-width:75em) {
    .testimonials-carousel-section {
        margin-bottom: 30px
    }
}

@media screen and (min-width:87.5em) {
    .testimonials-carousel-section {
        margin-bottom: 40px
    }
}

@media screen and (min-width:100em) {
    .testimonials-carousel-section {
        margin-bottom: 50px
    }
}

@media screen and (min-width:112.5em) {
    .testimonials-carousel-section {
        margin-bottom: 60px
    }
}

.testimonials-carousel-section .testimonials-carousel-heading {
    padding-bottom: 50px;
    margin-bottom: 80px;
    padding-right: 17px;
    padding-left: 17px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    max-width: 467px;
    margin-right: auto;
    margin-left: auto
}

@media print,
screen and (min-width:48em) {
    .testimonials-carousel-section .testimonials-carousel-heading {
        display: block;
        max-width: 900px;
        margin: 0 auto 30px;
        position: relative;
        padding-right: 30px;
        padding-left: 30px;
        padding-bottom: 0
    }
}

@media print,
screen and (min-width:64em) {
    .testimonials-carousel-section .testimonials-carousel-heading {
        margin-bottom: 60px
    }
}

@media print,
screen and (min-width:48em) {
    .testimonials-carousel-section .testimonials-carousel-heading:after {
        content: '';
        display: block;
        width: 90px;
        height: 90px;
        background: url(/wp-content/themes/stk2018/src/assets/images/general/twitter-icon-yellow-circle.svg) no-repeat center;
        background-size: contain;
        position: absolute;
        left: 50%;
        margin-left: -45px;
        top: -20px;
        z-index: 3
    }
}

.testimonials-carousel-section .testimonials-carousel-heading .styled-title-heading {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%
}

.testimonials-carousel-section .testimonials-carousel-heading .styled-title-heading span {
    display: block
}

.testimonials-carousel-section .testimonials-carousel-heading .slide-counter {
    display: block;
    clear: both;
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 100%;
    font-size: .625rem;
    color: #ccc;
    font-weight: 800;
    letter-spacing: 1.5px
}

@media print,
screen and (min-width:48em) {
    .testimonials-carousel-section .testimonials-carousel-heading .slide-counter {
        font-size: .8125rem;
        text-align: right;
        top: 10px;
        padding-right: 30px
    }
}

.testimonials-carousel-section .testimonials-carousel-heading .slide-counter .sep {
    color: #86753e
}

.testimonials-carousel-section .testimonials-carousel {
    position: relative;
    z-index: 2;
    display: block
}

.testimonials-carousel-section .testimonials-carousel .carousel-items {
    width: 100%
}

@media print,
screen and (min-width:48em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items {
        margin: 0 auto
    }
}

.testimonials-carousel-section .testimonials-carousel .carousel-items .slick-slide {
    width: 175px
}

@media screen and (min-width:28.125em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .slick-slide {
        width: 225px
    }
}

@media screen and (min-width:28.125em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .slick-slide {
        width: 250px
    }
}

@media print,
screen and (min-width:48em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .slick-slide {
        width: 450px
    }
}

@media print,
screen and (min-width:64em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .slick-slide {
        width: 550px
    }
}

@media screen and (min-width:75em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .slick-slide {
        width: 650px
    }
}

@media screen and (min-width:100em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .slick-slide {
        width: 700px
    }
}

.testimonials-carousel-section .testimonials-carousel .carousel-items .slick-slide:not(.slick-current) {
    cursor: pointer
}

.testimonials-carousel-section .testimonials-carousel .carousel-items .slick-slide:not(.slick-current) .carousel-item {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    transition-delay: 0s
}

@media print,
screen and (min-width:48em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .slick-slide:not(.slick-current) .carousel-item {
        -webkit-transform: scale(.75) translateX(15%);
        -ms-transform: scale(.75) translateX(15%);
        transform: scale(.75) translateX(15%)
    }
}

@media print,
screen and (min-width:64em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .slick-slide:not(.slick-current) .carousel-item {
        -webkit-transform: scale(.65) translateX(10%);
        -ms-transform: scale(.65) translateX(10%);
        transform: scale(.65) translateX(10%)
    }
}

@media screen and (min-width:100em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .slick-slide:not(.slick-current) .carousel-item {
        -webkit-transform: scale(.65) translateX(5%);
        -ms-transform: scale(.65) translateX(5%);
        transform: scale(.65) translateX(5%)
    }
}

@media print,
screen and (min-width:48em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .slick-slide:not(.slick-current) .carousel-main-content .carousel-profile {
        -webkit-transform: translateX(calc(100% + 58px));
        -ms-transform: translateX(calc(100% + 58px));
        transform: translateX(calc(100% + 58px));
        transition-delay: .1s
    }
}

.testimonials-carousel-section .testimonials-carousel .carousel-items .slick-slide:not(.slick-current) .carousel-main-content .carousel-profile .profile-image:after {
    opacity: 0;
    transition-delay: 0s
}

.testimonials-carousel-section .testimonials-carousel .carousel-items .slick-slide:not(.slick-current) .carousel-main-content .carousel-profile .carousel-item-user {
    opacity: 0;
    transition-delay: 0s
}

.testimonials-carousel-section .testimonials-carousel .carousel-items .slick-slide:not(.slick-current) .carousel-main-content .carousel-item-main-quote {
    opacity: 0;
    transition-delay: 0s
}

.testimonials-carousel-section .testimonials-carousel .carousel-items .slick-slide:not(.slick-current) .carousel-featured-quote {
    opacity: 0;
    transition-delay: 0s
}

@media print,
screen and (min-width:48em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .slick-slide.slick-center+.slick-slide .carousel-item {
        -webkit-transform: scale(.75) translateX(-15%);
        -ms-transform: scale(.75) translateX(-15%);
        transform: scale(.75) translateX(-15%)
    }
}

@media print,
screen and (min-width:64em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .slick-slide.slick-center+.slick-slide .carousel-item {
        -webkit-transform: scale(.65) translateX(-15%);
        -ms-transform: scale(.65) translateX(-15%);
        transform: scale(.65) translateX(-15%)
    }
}

@media screen and (min-width:100em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .slick-slide.slick-center+.slick-slide .carousel-item {
        -webkit-transform: scale(.65) translateX(-10%);
        -ms-transform: scale(.65) translateX(-10%);
        transform: scale(.65) translateX(-10%)
    }
}

.testimonials-carousel-section .testimonials-carousel .carousel-items .carousel-item {
    text-align: center;
    position: relative;
    transition: -webkit-transform .25s;
    transition: transform .25s;
    transition: transform .25s, -webkit-transform .25s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 25%;
    -ms-transform-origin: 50% 25%;
    transform-origin: 50% 25%;
    transition-delay: .55s
}

@media print,
screen and (min-width:48em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .carousel-item {
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-transform-origin: 50% 60%;
        -ms-transform-origin: 50% 60%;
        transform-origin: 50% 60%
    }
}

@media print,
screen and (min-width:64em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .carousel-item {
        -webkit-transform-origin: 50% 80%;
        -ms-transform-origin: 50% 80%;
        transform-origin: 50% 80%
    }
}

@media print,
screen and (min-width:48em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .carousel-main-content {
        width: 100%;
        height: auto;
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media print,
screen and (min-width:48em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .carousel-main-content .carousel-profile {
        position: absolute;
        top: 5px;
        left: 0;
        width: 116px;
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        transition-delay: .55s
    }
}

@media print,
screen and (min-width:64em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .carousel-main-content .carousel-profile {
        width: 163px
    }
}

.testimonials-carousel-section .testimonials-carousel .carousel-items .carousel-main-content .carousel-profile .profile-image {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
    width: 163px;
    height: auto;
    text-align: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-delay: .55s
}

@media print,
screen and (min-width:48em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .carousel-main-content .carousel-profile .profile-image {
        width: 100%;
        max-width: 163px;
        margin-left: 0;
        margin-bottom: 20px
    }
}

@media screen and (min-width:75em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .carousel-main-content .carousel-profile .profile-image {
        margin-bottom: 35px
    }
}

.testimonials-carousel-section .testimonials-carousel .carousel-items .carousel-main-content .carousel-profile .profile-image img {
    position: relative;
    z-index: 2;
    width: 100%;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, .24)
}

.testimonials-carousel-section .testimonials-carousel .carousel-items .carousel-main-content .carousel-profile .profile-image:before {
    content: '';
    display: block;
    width: 95%;
    height: 95%;
    position: absolute;
    left: -5px;
    bottom: -5px;
    background: #86753e;
    z-index: 1
}

@media print,
screen and (min-width:48em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .carousel-main-content .carousel-profile .profile-image:before {
        left: -8px;
        bottom: -8px;
        height: 20%
    }
}

.testimonials-carousel-section .testimonials-carousel .carousel-items .carousel-main-content .carousel-profile .profile-image:after {
    content: '';
    display: block;
    width: 90px;
    height: 90px;
    background: url(/wp-content/themes/stk2018/src/assets/images/general/twitter-icon-yellow-circle.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -45px;
    margin-bottom: -45px;
    z-index: 3;
    opacity: 1;
    transition: opacity .3s;
    transition-delay: .55s
}

@media print,
screen and (min-width:48em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .carousel-main-content .carousel-profile .profile-image:after {
        display: none
    }
}

.testimonials-carousel-section .testimonials-carousel .carousel-items .carousel-main-content .carousel-profile .carousel-item-user {
    margin-bottom: 15px;
    color: #ccc;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    opacity: 1;
    transition: opacity .3s;
    transition-delay: .55s
}

.testimonials-carousel-section .testimonials-carousel .carousel-items .carousel-main-content .carousel-profile .carousel-item-user .gold-element {
    color: #86753e
}

.testimonials-carousel-section .testimonials-carousel .carousel-items .carousel-main-content .carousel-item-main-quote {
    display: none
}

@media print,
screen and (min-width:48em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .carousel-main-content .carousel-item-main-quote {
        display: block;
        margin-left: auto;
        width: calc(100% - 135px);
        text-align: left;
        transition: opacity .3s;
        transition-delay: .55s
    }
}

@media print,
screen and (min-width:64em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .carousel-main-content .carousel-item-main-quote {
        width: calc(100% - 190px)
    }
}

.testimonials-carousel-section .testimonials-carousel .carousel-items .carousel-featured-quote {
    position: relative;
    width: 160%;
    left: -30%;
    text-align: center;
    color: #86753e;
    font-weight: 800;
    font-size: .875rem;
    line-height: 1.65;
    opacity: 1;
    transition: opacity .3s;
    transition-delay: .55s
}

@media print,
screen and (min-width:48em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .carousel-featured-quote {
        width: 100%;
        min-height: 80px;
        left: 0;
        margin-bottom: 40px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width:64em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .carousel-featured-quote {
        font-size: 1.125rem;
        margin-bottom: 50px
    }
}

@media screen and (min-width:75em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-items .carousel-featured-quote {
        font-size: 1.25rem
    }
}

.testimonials-carousel-section .testimonials-carousel .carousel-arrows {
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (min-width:48em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-arrows {
        margin-top: 10px
    }
}

@media print,
screen and (min-width:64em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-arrows {
        margin-top: 20px
    }
}

@media screen and (min-width:75em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-arrows {
        margin-top: 30px
    }
}

@media screen and (min-width:87.5em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-arrows {
        margin-top: 35px
    }
}

@media screen and (min-width:100em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-arrows {
        margin-top: 40px
    }
}

@media screen and (min-width:112.5em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-arrows {
        margin-top: 50px
    }
}

.testimonials-carousel-section .testimonials-carousel .carousel-arrows .slick-arrow {
    font-size: 0;
    width: 84px;
    height: 88px;
    cursor: pointer;
    transition: all .35s ease;
    transition-property: opacity, color
}

@media screen and (min-width:75em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-arrows .slick-arrow {
        zoom: 1.1
    }
}

@media screen and (min-width:87.5em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-arrows .slick-arrow {
        zoom: 1.2
    }
}

@media screen and (min-width:100em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-arrows .slick-arrow {
        zoom: 1.3
    }
}

@media screen and (min-width:120em) {
    .testimonials-carousel-section .testimonials-carousel .carousel-arrows .slick-arrow {
        zoom: 1.4
    }
}

.testimonials-carousel-section .testimonials-carousel .carousel-arrows .slick-arrow img {
    width: 8px;
    height: auto
}

.testimonials-carousel-section .testimonials-carousel .carousel-arrows .slick-prev {
    position: relative
}

.testimonials-carousel-section .testimonials-carousel .carousel-arrows .slick-prev:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 24px);
    right: -1px;
    width: 1px;
    height: 48px;
    background-color: #eee;
    transition: all .35s ease;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform
}

.testimonials-carousel-section .testimonials-carousel-hashtag {
    position: absolute;
    left: 50%;
    top: 16%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2000em;
    z-index: 1;
    color: #ccc;
    font-weight: 700;
    text-align: center;
    opacity: .2
}

.testimonials-carousel-section .testimonials-carousel-hashtag {
    font-size: 4.6rem
}

@media screen and (min-width:18.75rem) {
    .testimonials-carousel-section .testimonials-carousel-hashtag {
        font-size: calc(4.6rem + 7.4 * ((100vw - 18.75rem)/ 29.25))
    }
}

@media screen and (min-width:48rem) {
    .testimonials-carousel-section .testimonials-carousel-hashtag {
        font-size: 12rem
    }
}

@media print,
screen and (min-width:48em) {
    .testimonials-carousel-section .testimonials-carousel-hashtag {
        font-size: 200px;
        text-align: left;
        width: 100%;
        left: 0;
        top: 0;
        margin-top: -.4em;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .testimonials-carousel-section .testimonials-carousel-hashtag {
        font-size: 100px
    }
}

@media screen and (min-width:48em) and (min-width:768px) {
    .testimonials-carousel-section .testimonials-carousel-hashtag {
        font-size: calc(100px + 100 * ((100vw - 768px)/ 1152))
    }
}

@media screen and (min-width:48em) and (min-width:1920px) {
    .testimonials-carousel-section .testimonials-carousel-hashtag {
        font-size: 200px
    }
}

@media screen and (min-width:56.25em) {
    .testimonials-carousel-section .testimonials-carousel-hashtag {
        margin-top: -.5em
    }
}

@media print,
screen and (min-width:64em) {
    .testimonials-carousel-section .testimonials-carousel-hashtag {
        margin-top: -.6em
    }
}

.stk-modal-element {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9999999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    opacity: 0;
    transition: opacity .25s ease;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-height:656px) and (max-width:449px) {
    .stk-modal-element {
        display: block;
        overflow: scroll
    }
}

@media (max-height:685px) and (max-width:549px) {
    .stk-modal-element {
        display: block;
        overflow: scroll
    }
}

@media (max-height:700px) and (max-width:649px) {
    .stk-modal-element {
        display: block;
        overflow: scroll
    }
}

@media (max-height:725px) and (max-width:767px) {
    .stk-modal-element {
        display: block;
        overflow: scroll
    }
}

@media (max-height:645px) and (max-width:1023px) {
    .stk-modal-element {
        display: block;
        overflow: scroll
    }
}

@media (max-height:750px) and (max-width:1199px) {
    .stk-modal-element {
        display: block;
        overflow: scroll
    }
}

@media (max-height:800px) and (max-width:1599px) {
    .stk-modal-element {
        display: block;
        overflow: scroll
    }
}

@media (max-height:900px) and (min-width:1600px) {
    .stk-modal-element {
        display: block;
        overflow: scroll
    }
}

.stk-modal-element.active {
    opacity: 1;
    z-index: 999999;
    -webkit-overflow-scrolling: touch
}

.stk-modal-element .close-modal-bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer
}

.stk-modal-element .modal-content-wrapper {
    position: relative;
    z-index: 4;
    width: calc(100% - 24px);
    max-width: 550px;
    height: auto;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    overflow: visible
}

@media print,
screen and (min-width:48em) {
    .stk-modal-element .modal-content-wrapper {
        margin-top: 30px;
        margin-bottom: 30px;
        max-width: 700px;
        padding: 45px
    }
}

@media print,
screen and (min-width:64em) {
    .stk-modal-element .modal-content-wrapper {
        max-width: 830px;
        padding: 55px
    }
}

@media screen and (min-width:75em) {
    .stk-modal-element .modal-content-wrapper {
        max-width: 1100px;
        padding: 60px
    }
}

@media screen and (min-width:100em) {
    .stk-modal-element .modal-content-wrapper {
        max-width: 1300px;
        padding: 80px
    }
}

.stk-modal-element .modal-content-wrapper .close-button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 50px;
    height: 50px;
    background-color: #fff;
    cursor: pointer
}

@media print,
screen and (min-width:48em) {
    .stk-modal-element .modal-content-wrapper .close-button {
        width: 52px;
        height: 52px
    }
}

@media print,
screen and (min-width:64em) {
    .stk-modal-element .modal-content-wrapper .close-button {
        width: 62px;
        height: 58px
    }
}

@media screen and (min-width:75em) {
    .stk-modal-element .modal-content-wrapper .close-button {
        width: 66px;
        height: 60px
    }
}

@media screen and (min-width:100em) {
    .stk-modal-element .modal-content-wrapper .close-button {
        width: 72px;
        height: 66px
    }
}

.stk-modal-element .modal-content-wrapper .close-button:after,
.stk-modal-element .modal-content-wrapper .close-button:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 15px);
    width: 30px;
    height: 1px;
    background-color: #666
}

@media print,
screen and (min-width:48em) {
    .stk-modal-element .modal-content-wrapper .close-button:after,
    .stk-modal-element .modal-content-wrapper .close-button:before {
        left: calc(50% - 14px);
        width: 28px
    }
}

@media screen and (min-width:100em) {
    .stk-modal-element .modal-content-wrapper .close-button:after,
    .stk-modal-element .modal-content-wrapper .close-button:before {
        left: calc(50% - 17px);
        width: 34px
    }
}

.stk-modal-element .modal-content-wrapper .close-button:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.stk-modal-element .modal-content-wrapper .close-button:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.stk-modal-element .modal-content-wrapper .modal-element-header {
    position: relative;
    width: 100%;
    border: 7px solid #fff;
    margin-bottom: 10px;
    overflow: hidden
}

.stk-modal-element .modal-content-wrapper .modal-element-header .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.stk-modal-element .modal-content-wrapper .modal-element-header .bg-image .modal-elem-title {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    line-height: .6;
    margin-bottom: 0;
    letter-spacing: 1.23812rem;
    text-align: center
}

@media screen and (min-width:21.875em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header .bg-image .modal-elem-title {
        left: -6px;
        bottom: -2px
    }
}

@media screen and (min-width:28.125em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header .bg-image .modal-elem-title {
        left: -8px
    }
}

@media screen and (min-width:75em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header .bg-image .modal-elem-title {
        left: -12px;
        bottom: -6px
    }
}

.stk-modal-element .modal-content-wrapper .modal-element-header.book-event-header,
.stk-modal-element .modal-content-wrapper .modal-element-header.reservation-header {
    height: 200px
}

@media screen and (min-width:28.125em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.book-event-header,
    .stk-modal-element .modal-content-wrapper .modal-element-header.reservation-header {
        height: 225px
    }
}

@media screen and (min-width:34.375em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.book-event-header,
    .stk-modal-element .modal-content-wrapper .modal-element-header.reservation-header {
        height: 250px
    }
}

@media screen and (min-width:40.625em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.book-event-header,
    .stk-modal-element .modal-content-wrapper .modal-element-header.reservation-header {
        height: 275px
    }
}

@media print,
screen and (min-width:48em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.book-event-header,
    .stk-modal-element .modal-content-wrapper .modal-element-header.reservation-header {
        height: 190px
    }
}

@media print,
screen and (min-width:64em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.book-event-header,
    .stk-modal-element .modal-content-wrapper .modal-element-header.reservation-header {
        height: 200px
    }
}

@media screen and (min-width:75em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.book-event-header,
    .stk-modal-element .modal-content-wrapper .modal-element-header.reservation-header {
        height: 275px
    }
}

@media screen and (min-width:100em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.book-event-header,
    .stk-modal-element .modal-content-wrapper .modal-element-header.reservation-header {
        height: 325px
    }
}

.stk-modal-element .modal-content-wrapper .modal-element-header.book-event-header .bg-image:before,
.stk-modal-element .modal-content-wrapper .modal-element-header.reservation-header .bg-image:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .35)
}

.stk-modal-element .modal-content-wrapper .modal-element-header.reservation-header .bg-image .modal-elem-title {
    left: 5px;
    z-index: 3;
    letter-spacing: 1rem
}

.stk-modal-element .modal-content-wrapper .modal-element-header.reservation-header .bg-image .modal-elem-title {
    font-size: 27px
}

@media screen and (min-width:280px) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.reservation-header .bg-image .modal-elem-title {
        font-size: calc(27px + 37 * ((100vw - 280px)/ 169))
    }
}

@media screen and (min-width:449px) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.reservation-header .bg-image .modal-elem-title {
        font-size: 64px
    }
}

@media screen and (min-width:28.125em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.reservation-header .bg-image .modal-elem-title {
        left: 10px;
        letter-spacing: 1.625rem
    }
    .stk-modal-element .modal-content-wrapper .modal-element-header.reservation-header .bg-image .modal-elem-title {
        font-size: 49px
    }
}

@media screen and (min-width:28.125em) and (min-width:450px) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.reservation-header .bg-image .modal-elem-title {
        font-size: calc(49px + 27 * ((100vw - 450px)/ 124))
    }
}

@media screen and (min-width:28.125em) and (min-width:574px) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.reservation-header .bg-image .modal-elem-title {
        font-size: 76px
    }
}

@media print,
screen and (min-width:48em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.reservation-header .bg-image .modal-elem-title {
        left: 12px;
        letter-spacing: 2.3125rem;
        font-size: 4.5625rem
    }
}

@media print,
screen and (min-width:64em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.reservation-header .bg-image .modal-elem-title {
        letter-spacing: 3rem;
        font-size: 5.125rem
    }
}

@media screen and (min-width:75em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.reservation-header .bg-image .modal-elem-title {
        left: 13px;
        letter-spacing: 4.375rem;
        font-size: 6.75rem
    }
}

@media screen and (min-width:100em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.reservation-header .bg-image .modal-elem-title {
        left: 14px;
        letter-spacing: 5.1875rem;
        font-size: 7.75rem
    }
}

.stk-modal-element .modal-content-wrapper .modal-element-header.book-event-header .bg-image .modal-elem-title {
    left: 5px;
    z-index: 3;
    white-space: nowrap;
    letter-spacing: .4375rem
}

.stk-modal-element .modal-content-wrapper .modal-element-header.book-event-header .bg-image .modal-elem-title {
    font-size: 23px
}

@media screen and (min-width:280px) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.book-event-header .bg-image .modal-elem-title {
        font-size: calc(23px + 25 * ((100vw - 280px)/ 169))
    }
}

@media screen and (min-width:449px) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.book-event-header .bg-image .modal-elem-title {
        font-size: 48px
    }
}

@media screen and (min-width:28.125em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.book-event-header .bg-image .modal-elem-title {
        letter-spacing: .5625rem
    }
    .stk-modal-element .modal-content-wrapper .modal-element-header.book-event-header .bg-image .modal-elem-title {
        font-size: 46px
    }
}

@media screen and (min-width:28.125em) and (min-width:450px) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.book-event-header .bg-image .modal-elem-title {
        font-size: calc(46px + 18 * ((100vw - 450px)/ 124))
    }
}

@media screen and (min-width:28.125em) and (min-width:574px) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.book-event-header .bg-image .modal-elem-title {
        font-size: 64px
    }
}

@media print,
screen and (min-width:48em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.book-event-header .bg-image .modal-elem-title {
        left: 8px;
        letter-spacing: 1rem;
        font-size: 3.875rem
    }
}

@media print,
screen and (min-width:64em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.book-event-header .bg-image .modal-elem-title {
        left: 10px;
        letter-spacing: 1.625rem;
        font-size: 4.0625rem
    }
}

@media screen and (min-width:75em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.book-event-header .bg-image .modal-elem-title {
        left: 15px;
        letter-spacing: 2.625rem;
        font-size: 5rem
    }
}

@media screen and (min-width:100em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.book-event-header .bg-image .modal-elem-title {
        left: 17px;
        letter-spacing: 3.125rem;
        font-size: 5.8125rem
    }
}

.stk-modal-element .modal-content-wrapper .modal-element-header.nav-locations-header,
.stk-modal-element .modal-content-wrapper .modal-element-header.nav-menu-header,
.stk-modal-element .modal-content-wrapper .modal-element-header.nav-private-events-header {
    position: relative;
    height: 150px
}

@media screen and (min-width:25em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-locations-header,
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-menu-header,
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-private-events-header {
        height: 175px
    }
}

@media screen and (min-width:31.25em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-locations-header,
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-menu-header,
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-private-events-header {
        height: 200px
    }
}

@media screen and (min-width:75em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-locations-header,
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-menu-header,
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-private-events-header {
        height: 275px
    }
}

@media screen and (min-width:100em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-locations-header,
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-menu-header,
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-private-events-header {
        height: 325px
    }
}

.stk-modal-element .modal-content-wrapper .modal-element-header.nav-locations-header .logo-element,
.stk-modal-element .modal-content-wrapper .modal-element-header.nav-menu-header .logo-element,
.stk-modal-element .modal-content-wrapper .modal-element-header.nav-private-events-header .logo-element {
    position: absolute;
    z-index: 3;
    top: 7px;
    left: 7px;
    width: 100px;
    height: auto
}

@media screen and (min-width:25em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-locations-header .logo-element,
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-menu-header .logo-element,
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-private-events-header .logo-element {
        width: 120px
    }
}

@media screen and (min-width:31.25em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-locations-header .logo-element,
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-menu-header .logo-element,
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-private-events-header .logo-element {
        top: 10px;
        left: 10px;
        width: 140px
    }
}

@media print,
screen and (min-width:48em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-locations-header .logo-element,
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-menu-header .logo-element,
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-private-events-header .logo-element {
        top: 15px;
        left: 15px;
        width: 150px
    }
}

@media screen and (min-width:75em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-locations-header .logo-element,
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-menu-header .logo-element,
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-private-events-header .logo-element {
        width: 175px
    }
}

@media screen and (min-width:100em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-locations-header .logo-element,
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-menu-header .logo-element,
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-private-events-header .logo-element {
        top: 20px;
        left: 20px;
        width: 200px
    }
}

.stk-modal-element .modal-content-wrapper .modal-element-header.nav-locations-header .bg-image:before,
.stk-modal-element .modal-content-wrapper .modal-element-header.nav-menu-header .bg-image:before,
.stk-modal-element .modal-content-wrapper .modal-element-header.nav-private-events-header .bg-image:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.stk-modal-element .modal-content-wrapper .modal-element-header.nav-locations-header .bg-image:before {
    background-color: rgba(0, 0, 0, .2)
}

.stk-modal-element .modal-content-wrapper .modal-element-header.nav-locations-header .bg-image .modal-elem-title {
    left: 6px;
    z-index: 3;
    letter-spacing: .75rem
}

.stk-modal-element .modal-content-wrapper .modal-element-header.nav-locations-header .bg-image .modal-elem-title {
    font-size: 20px
}

@media screen and (min-width:280px) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-locations-header .bg-image .modal-elem-title {
        font-size: calc(20px + 29 * ((100vw - 280px)/ 169))
    }
}

@media screen and (min-width:449px) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-locations-header .bg-image .modal-elem-title {
        font-size: 49px
    }
}

@media screen and (min-width:28.125em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-locations-header .bg-image .modal-elem-title {
        left: 11px;
        letter-spacing: 1rem
    }
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-locations-header .bg-image .modal-elem-title {
        font-size: 38px
    }
}

@media screen and (min-width:28.125em) and (min-width:450px) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-locations-header .bg-image .modal-elem-title {
        font-size: calc(38px + 21 * ((100vw - 450px)/ 124))
    }
}

@media screen and (min-width:28.125em) and (min-width:574px) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-locations-header .bg-image .modal-elem-title {
        font-size: 59px
    }
}

@media print,
screen and (min-width:48em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-locations-header .bg-image .modal-elem-title {
        left: 13px;
        letter-spacing: 1.25rem;
        font-size: 4rem
    }
}

@media print,
screen and (min-width:64em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-locations-header .bg-image .modal-elem-title {
        letter-spacing: 1.6875rem;
        font-size: 4.5rem
    }
}

@media screen and (min-width:75em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-locations-header .bg-image .modal-elem-title {
        left: 18px;
        letter-spacing: 2.25rem;
        font-size: 6.25rem
    }
}

@media screen and (min-width:100em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-locations-header .bg-image .modal-elem-title {
        left: 26px;
        letter-spacing: 2.75rem;
        font-size: 7.125rem
    }
}

.stk-modal-element .modal-content-wrapper .modal-element-header.nav-menu-header .bg-image:before {
    background-color: rgba(0, 0, 0, .2)
}

.stk-modal-element .modal-content-wrapper .modal-element-header.nav-menu-header .bg-image .modal-elem-title {
    left: 14px;
    z-index: 3;
    letter-spacing: 1.625rem
}

.stk-modal-element .modal-content-wrapper .modal-element-header.nav-menu-header .bg-image .modal-elem-title {
    font-size: 24px
}

@media screen and (min-width:280px) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-menu-header .bg-image .modal-elem-title {
        font-size: calc(24px + 46 * ((100vw - 280px)/ 169))
    }
}

@media screen and (min-width:449px) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-menu-header .bg-image .modal-elem-title {
        font-size: 70px
    }
}

@media screen and (min-width:28.125em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-menu-header .bg-image .modal-elem-title {
        left: 20px;
        letter-spacing: 2.625rem
    }
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-menu-header .bg-image .modal-elem-title {
        font-size: 56px
    }
}

@media screen and (min-width:28.125em) and (min-width:450px) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-menu-header .bg-image .modal-elem-title {
        font-size: calc(56px + 29 * ((100vw - 450px)/ 124))
    }
}

@media screen and (min-width:28.125em) and (min-width:574px) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-menu-header .bg-image .modal-elem-title {
        font-size: 85px
    }
}

@media print,
screen and (min-width:48em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-menu-header .bg-image .modal-elem-title {
        left: 30px;
        letter-spacing: 3.875rem;
        font-size: 4.875rem
    }
}

@media print,
screen and (min-width:64em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-menu-header .bg-image .modal-elem-title {
        left: 31px;
        letter-spacing: 4.625rem;
        font-size: 5.9375rem
    }
}

@media screen and (min-width:75em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-menu-header .bg-image .modal-elem-title {
        left: 32px;
        letter-spacing: 6.125rem;
        font-size: 8.625rem
    }
}

@media screen and (min-width:100em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-menu-header .bg-image .modal-elem-title {
        left: 34px;
        letter-spacing: 7.625rem;
        font-size: 9.625rem
    }
}

.stk-modal-element .modal-content-wrapper .modal-element-header.nav-private-events-header .bg-image:before {
    background-color: rgba(0, 0, 0, .4)
}

.stk-modal-element .modal-content-wrapper .modal-element-header.nav-private-events-header .bg-image .modal-elem-title {
    bottom: -1px;
    left: 3px;
    z-index: 3;
    letter-spacing: .3125rem;
    white-space: nowrap
}

.stk-modal-element .modal-content-wrapper .modal-element-header.nav-private-events-header .bg-image .modal-elem-title {
    font-size: 18px
}

@media screen and (min-width:280px) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-private-events-header .bg-image .modal-elem-title {
        font-size: calc(18px + 20 * ((100vw - 280px)/ 169))
    }
}

@media screen and (min-width:449px) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-private-events-header .bg-image .modal-elem-title {
        font-size: 38px
    }
}

@media screen and (min-width:28.125em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-private-events-header .bg-image .modal-elem-title {
        left: 5px;
        letter-spacing: .5625rem
    }
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-private-events-header .bg-image .modal-elem-title {
        font-size: 31px
    }
}

@media screen and (min-width:28.125em) and (min-width:450px) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-private-events-header .bg-image .modal-elem-title {
        font-size: calc(31px + 14 * ((100vw - 450px)/ 124))
    }
}

@media screen and (min-width:28.125em) and (min-width:574px) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-private-events-header .bg-image .modal-elem-title {
        font-size: 45px
    }
}

@media print,
screen and (min-width:48em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-private-events-header .bg-image .modal-elem-title {
        left: 8px;
        letter-spacing: 1rem;
        font-size: 2.5rem
    }
}

@media print,
screen and (min-width:64em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-private-events-header .bg-image .modal-elem-title {
        left: 10px;
        letter-spacing: 1.25rem;
        font-size: 2.9375rem
    }
}

@media screen and (min-width:75em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-private-events-header .bg-image .modal-elem-title {
        left: 14px;
        letter-spacing: 1.75rem;
        font-size: 4.0625rem
    }
}

@media screen and (min-width:100em) {
    .stk-modal-element .modal-content-wrapper .modal-element-header.nav-private-events-header .bg-image .modal-elem-title {
        letter-spacing: 1.625rem;
        font-size: 5.3125rem
    }
}

.stk-modal-element .modal-content-wrapper .currently-reserving-counter {
    margin-bottom: 20px
}

@media print,
screen and (min-width:64em) {
    .stk-modal-element .modal-content-wrapper .currently-reserving-counter {
        margin-bottom: 35px
    }
}

.stk-modal-element .modal-content-wrapper .currently-reserving-counter .users-browsing-online {
    text-align: center
}

.stk-modal-element .modal-content-wrapper .currently-reserving-counter .users-browsing-online img {
    width: 9px;
    height: auto
}

.stk-modal-element .modal-content-wrapper .currently-reserving-counter .users-browsing-online span {
    color: #86753e;
    font-size: .75rem;
    font-weight: 800;
    margin-left: 10px
}

@media print,
screen and (min-width:64em) {
    .stk-modal-element .modal-content-wrapper .currently-reserving-counter .users-browsing-online span {
        font-size: .875rem
    }
}

@media screen and (min-width:75em) {
    .stk-modal-element .modal-content-wrapper .currently-reserving-counter .users-browsing-online span {
        font-size: 1rem
    }
}

.stk-modal-element .modal-content-wrapper .modal-main-content {
    padding-top: 12px;
    padding-bottom: 12px
}

.stk-modal-element .modal-content-wrapper .modal-main-content .slick-slider {
    box-shadow: none
}

.stk-modal-element .modal-content-wrapper .modal-main-content .slick-slider .slick-slide {
    box-shadow: none
}

.stk-modal-element .modal-content-wrapper .nav-items-switch {
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (min-width:48em) {
    .stk-modal-element .modal-content-wrapper .nav-items-switch {
        margin-bottom: 40px
    }
}

@media print,
screen and (min-width:64em) {
    .stk-modal-element .modal-content-wrapper .nav-items-switch {
        margin-bottom: 50px
    }
}

@media screen and (min-width:75em) {
    .stk-modal-element .modal-content-wrapper .nav-items-switch {
        margin-bottom: 60px
    }
}

@media screen and (min-width:100em) {
    .stk-modal-element .modal-content-wrapper .nav-items-switch {
        margin-bottom: 80px
    }
}

.stk-modal-element .modal-content-wrapper .nav-items-switch .nav-item-switch-trigger {
    display: block;
    margin-left: 12px;
    margin-right: 12px;
    cursor: pointer;
    color: #000;
    font-size: .5625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: .8;
    transition: all .35s ease;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

@media print,
screen and (min-width:48em) {
    .stk-modal-element .modal-content-wrapper .nav-items-switch .nav-item-switch-trigger {
        margin-left: 25px;
        margin-right: 25px;
        font-size: .625rem
    }
}

@media print,
screen and (min-width:64em) {
    .stk-modal-element .modal-content-wrapper .nav-items-switch .nav-item-switch-trigger {
        font-size: .6875rem
    }
}

@media screen and (min-width:100em) {
    .stk-modal-element .modal-content-wrapper .nav-items-switch .nav-item-switch-trigger {
        font-size: .75rem
    }
}

.stk-modal-element .modal-content-wrapper .nav-items-switch .nav-item-switch-trigger:after {
    position: absolute;
    left: auto;
    bottom: -5px;
    left: 5%;
    content: '';
    width: 90%;
    height: 1px;
    background-color: #86753e;
    opacity: 0;
    transition: opacity .35s ease
}

.stk-modal-element .modal-content-wrapper .nav-items-switch .nav-item-switch-trigger[data-active=true] {
    color: #86753e;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    font-weight: 800;
    opacity: 1
}

.stk-modal-element .modal-content-wrapper .nav-items-switch .nav-item-switch-trigger[data-active=true]:after {
    opacity: 1
}

.stk-modal-element .modal-content-wrapper .nav-item-elements-container {
    position: relative
}

@media print,
screen and (min-width:48em) {
    .stk-modal-element .modal-content-wrapper .nav-item-elements-container {
        width: 80%;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:75em) {
    .stk-modal-element .modal-content-wrapper .nav-item-elements-container {
        width: 70%
    }
}

.stk-modal-element .modal-content-wrapper .nav-item-elements-container:after,
.stk-modal-element .modal-content-wrapper .nav-item-elements-container:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 3;
    left: 0;
    width: 100%;
    height: 15px
}

.stk-modal-element .modal-content-wrapper .nav-item-elements-container:before {
    top: 0;
    background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0)
}

.stk-modal-element .modal-content-wrapper .nav-item-elements-container:after {
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
}

.stk-modal-element .modal-content-wrapper .nav-item-elements-container .nav-item-elements {
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center
}

@media print,
screen and (min-width:48em) {
    .stk-modal-element .modal-content-wrapper .nav-item-elements-container .nav-item-elements {
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media print,
screen and (min-width:48em) {
    .stk-modal-element .modal-content-wrapper .nav-item-elements-container .nav-item-elements .nav-item {
        width: calc(33.3333% - 10px);
        margin-left: 5px;
        margin-right: 5px
    }
}

.stk-modal-element .modal-content-wrapper .nav-item-elements-container .nav-item-elements .nav-item a {
    display: block;
    color: #222;
    text-transform: uppercase;
    font-size: .625rem;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
    transition: color .25s ease
}

@media print,
screen and (min-width:64em) {
    .stk-modal-element .modal-content-wrapper .nav-item-elements-container .nav-item-elements .nav-item a {
        font-size: .6875rem
    }
}

@media screen and (min-width:100em) {
    .stk-modal-element .modal-content-wrapper .nav-item-elements-container .nav-item-elements .nav-item a {
        font-size: .75rem
    }
}

.stk-modal-element .modal-content-wrapper .nav-item-elements-container .nav-item-elements .nav-item a:active,
.stk-modal-element .modal-content-wrapper .nav-item-elements-container .nav-item-elements .nav-item a:focus,
.stk-modal-element .modal-content-wrapper .nav-item-elements-container .nav-item-elements .nav-item a:hover {
    color: #86753e
}

.stk-modal-element.book-event-modal .contact-form-reservation-container,
.stk-modal-element.reservation-modal .contact-form-reservation-container {
    padding-left: 15px;
    padding-right: 15px
}

.stk-modal-element.book-event-modal .wpcf7-form .form-header h2,
.stk-modal-element.reservation-modal .wpcf7-form .form-header h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8125rem;
    letter-spacing: .04688rem
}

@media screen and (min-width:75em) {
    .stk-modal-element.book-event-modal .wpcf7-form .form-header h2,
    .stk-modal-element.reservation-modal .wpcf7-form .form-header h2 {
        font-size: .875rem
    }
}

@media print,
screen and (min-width:48em) {
    .stk-modal-element.book-event-modal .wpcf7-form .input-two-col,
    .stk-modal-element.reservation-modal .wpcf7-form .input-two-col {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media print,
screen and (min-width:48em) {
    .stk-modal-element.book-event-modal .wpcf7-form .input-two-col .input-group,
    .stk-modal-element.reservation-modal .wpcf7-form .input-two-col .input-group {
        width: calc(50% - 10px)
    }
}

.stk-modal-element.book-event-modal .wpcf7-form .input-group,
.stk-modal-element.reservation-modal .wpcf7-form .input-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.stk-modal-element.book-event-modal .wpcf7-form .input-group label,
.stk-modal-element.reservation-modal .wpcf7-form .input-group label {
    display: block!important;
    font-size: .6875rem;
    font-weight: 500;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 5px
}

@media screen and (min-width:75em) {
    .stk-modal-element.book-event-modal .wpcf7-form .input-group label,
    .stk-modal-element.reservation-modal .wpcf7-form .input-group label {
        font-size: .75rem;
        margin-bottom: 7px
    }
}

.stk-modal-element.book-event-modal .wpcf7-form .input-group label .required,
.stk-modal-element.reservation-modal .wpcf7-form .input-group label .required {
    color: #ed1c24
}

.stk-modal-element.book-event-modal .wpcf7-form .input-group .wpcf7-form-control-wrap,
.stk-modal-element.reservation-modal .wpcf7-form .input-group .wpcf7-form-control-wrap {
    width: 100%
}

.stk-modal-element.book-event-modal .wpcf7-form .input-group input,
.stk-modal-element.book-event-modal .wpcf7-form .input-group select,
.stk-modal-element.book-event-modal .wpcf7-form .input-group textarea,
.stk-modal-element.reservation-modal .wpcf7-form .input-group input,
.stk-modal-element.reservation-modal .wpcf7-form .input-group select,
.stk-modal-element.reservation-modal .wpcf7-form .input-group textarea {
    width: 100%;
    box-shadow: none;
    border-color: #666;
    font-size: 1rem
}

.stk-modal-element.book-event-modal .wpcf7-form .input-group select,
.stk-modal-element.reservation-modal .wpcf7-form .input-group select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='42' height='24' viewBox='0 0 42 24'><polygon points='0,0 42,0 24,24' style='fill: rgb%28102, 102, 102%29'></polygon></svg>")
}

.stk-modal-element.book-event-modal .wpcf7-form .input-group.submit-form,
.stk-modal-element.reservation-modal .wpcf7-form .input-group.submit-form {
    text-align: center
}

.stk-modal-element.book-event-modal .wpcf7-form .input-group.submit-form input[type=submit],
.stk-modal-element.reservation-modal .wpcf7-form .input-group.submit-form input[type=submit] {
    border: none;
    margin-left: auto;
    margin-right: auto
}

@media print,
screen and (min-width:48em) {
    .stk-modal-element.book-event-modal .wpcf7-form .input-group.submit-form input[type=submit],
    .stk-modal-element.reservation-modal .wpcf7-form .input-group.submit-form input[type=submit] {
        max-width: 250px
    }
}

.stk-modal-element.book-event-modal {
    display: block;
    overflow: scroll
}

@media print,
screen and (min-width:48em) {
    .stk-modal-element.book-event-modal .modal-content-wrapper {
        margin-top: 60px;
        margin-bottom: 60px
    }
}

@media screen and (min-width:75em) {
    .stk-modal-element.book-event-modal .modal-content-wrapper {
        margin-top: 80px;
        margin-bottom: 80px
    }
}

.stk-modal-element.book-event-modal .book-event-form-element {
    padding-left: 12px;
    padding-right: 12px
}

@media print,
screen and (min-width:48em) {
    .stk-modal-element.book-event-modal .book-event-form-element {
        padding-left: 0;
        padding-right: 0
    }
}

.stk-modal-element.book-event-modal .book-event-form-element .errorExplanation {
    text-transform: uppercase;
    font-size: .6875rem
}

@media screen and (min-width:75em) {
    .stk-modal-element.book-event-modal .book-event-form-element .errorExplanation {
        font-size: .75rem
    }
}

.stk-modal-element.book-event-modal .book-event-form-element .errorExplanation h2 {
    font-size: .75rem;
    font-weight: 600
}

@media screen and (min-width:75em) {
    .stk-modal-element.book-event-modal .book-event-form-element .errorExplanation h2 {
        font-size: .8125rem
    }
}

.stk-modal-element.book-event-modal .book-event-form-element #tripleseat_embed_form table tbody {
    border: none
}

.stk-modal-element.book-event-modal .book-event-form-element #tripleseat_embed_form table tr {
    background-color: #fff
}

.stk-modal-element.book-event-modal .book-event-form-element #tripleseat_embed_form table tr h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8125rem;
    letter-spacing: .04688rem
}

@media screen and (min-width:75em) {
    .stk-modal-element.book-event-modal .book-event-form-element #tripleseat_embed_form table tr h2 {
        font-size: .875rem
    }
}

.stk-modal-element.book-event-modal .book-event-form-element #tripleseat_embed_form table tr label {
    display: block!important;
    font-size: .6875rem;
    font-weight: 500;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    line-height: 1.4;
    margin-bottom: 5px
}

@media screen and (min-width:75em) {
    .stk-modal-element.book-event-modal .book-event-form-element #tripleseat_embed_form table tr label {
        font-size: .75rem;
        margin-bottom: 7px
    }
}

.stk-modal-element.book-event-modal .book-event-form-element #tripleseat_embed_form table tr input {
    box-shadow: none;
    border-color: #666;
    font-size: 1rem;
    width: 100%
}

.stk-modal-element.book-event-modal .book-event-form-element #tripleseat_embed_form table tr select {
    border-color: #666;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='42' height='24' viewBox='0 0 42 24'><polygon points='0,0 42,0 24,24' style='fill: rgb%28102, 102, 102%29'></polygon></svg>");
    font-size: 1rem
}

.stk-modal-element.book-event-modal .book-event-form-element #tripleseat_embed_form table tr.row_submit input[type=submit] {
    border: none
}

@media print,
screen and (min-width:48em) {
    .stk-modal-element.book-event-modal .book-event-form-element #tripleseat_embed_form table tr.row_submit input[type=submit] {
        max-width: 250px
    }
}

.stk-modal-element.book-event-modal .book-event-form-element #tripleseat_embed_form table tr.row_submit a {
    display: block;
    color: #666;
    line-height: 1.2;
    font-size: .625rem!important
}

@media print,
screen and (min-width:64em) {
    .stk-modal-element.book-event-modal .book-event-form-element #tripleseat_embed_form table tr.row_submit a {
        font-size: .6875rem!important
    }
}

.stk-modal-element.website-iframe-modal.active {
    z-index: 9999999
}

.stk-modal-element.website-iframe-modal .modal-content-wrapper {
    height: 450px
}

@media screen and (min-width:28.125em) {
    .stk-modal-element.website-iframe-modal .modal-content-wrapper {
        height: 525px
    }
}

@media screen and (min-width:37.5em) {
    .stk-modal-element.website-iframe-modal .modal-content-wrapper {
        height: 550px
    }
}

@media print,
screen and (min-width:48em) {
    .stk-modal-element.website-iframe-modal .modal-content-wrapper {
        height: 625px;
        padding: 15px
    }
}

@media print,
screen and (min-width:64em) {
    .stk-modal-element.website-iframe-modal .modal-content-wrapper {
        padding: 20px;
        height: 675px
    }
}

@media screen and (min-width:75em) {
    .stk-modal-element.website-iframe-modal .modal-content-wrapper {
        padding: 40px;
        height: 750px
    }
}

@media screen and (min-width:100em) {
    .stk-modal-element.website-iframe-modal .modal-content-wrapper {
        height: 800px
    }
}

.stk-modal-element.website-iframe-modal .modal-content-wrapper .main-iframe-container {
    width: 100%;
    height: 100%;
    padding-top: 10px
}

@media screen and (min-width:37.5em) {
    .stk-modal-element.website-iframe-modal .modal-content-wrapper .main-iframe-container {
        padding-top: 20px
    }
}

@media screen and (min-width:75em) {
    .stk-modal-element.website-iframe-modal .modal-content-wrapper .main-iframe-container {
        padding-top: 0
    }
}

.stk-modal-element.website-iframe-modal .modal-content-wrapper .main-iframe-container iframe {
    width: 100%;
    height: 100%;
    background-color: #fff
}

body #ui-datepicker-div,
body div.timeselect {
    z-index: 999999!important
}

body #ui-datepicker-div {
    border-radius: 0;
    border-top: 1px solid #86753e;
    border-left: none;
    border-right: none;
    border-bottom: none;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .15)!important
}

body #ui-datepicker-div .ui-widget-header {
    background: #fff;
    border: none;
    border-radius: 0
}

body #ui-datepicker-div .ui-widget-header select {
    border: none;
    color: #666
}

body #ui-datepicker-div th {
    font-weight: 500;
    color: #666
}

body #ui-datepicker-div tr {
    background: #fff
}

body #ui-datepicker-div .ui-state-default,
body #ui-datepicker-div .ui-widget-content .ui-state-default,
body #ui-datepicker-div .ui-widget-header .ui-state-default {
    background: #fff;
    border: none
}

body #ui-datepicker-div .ui-state-highlight,
body #ui-datepicker-div .ui-widget-content .ui-state-highlight,
body #ui-datepicker-div .ui-widget-header .ui-state-highlight {
    background: #fefefe
}

body #ui-datepicker-div .ui-state-active,
body #ui-datepicker-div .ui-widget-content .ui-state-active,
body #ui-datepicker-div .ui-widget-header .ui-state-active {
    background: #eee;
    color: #86753e
}

body div.timeselect a {
    margin-bottom: 5px;
    padding: 0 20px 0 7px;
    line-height: 1.3
}

body div.timeselect a.hover {
    background-color: #86753e!important
}

.venue-highlights {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
    overflow: hidden
}

@media print,
screen and (min-width:48em) {
    .venue-highlights {
        margin-bottom: 80px
    }
}

@media screen and (min-width:87.5em) {
    .venue-highlights {
        margin-bottom: 100px
    }
}

.venue-highlights .venue-highlights-images {
    display: block;
    position: relative;
    width: 100%;
    z-index: 1;
    margin-bottom: 20px
}

@media screen and (min-width:34.375em) {
    .venue-highlights .venue-highlights-images {
        margin-bottom: 40px
    }
}

.venue-highlights .venue-highlights-images .venue-highlights-images-items .slick-slide {
    line-height: 0
}

.venue-highlights .venue-highlights-images .venue-highlights-images-items .slick-slide[aria-hidden=true] .venue-highlights-images-item .venue-highlights-image-bg {
    visibility: hidden
}

.venue-highlights .venue-highlights-images .venue-highlights-images-items .slick-slide.slick-current .venue-highlights-images-item .venue-highlights-image-bg {
    -webkit-animation: kenBurnsUp 18s linear;
    animation: kenBurnsUp 18s linear
}

.venue-highlights .venue-highlights-images .venue-highlights-images-items .venue-highlights-images-item {
    position: relative;
    display: block;
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: #222
}

@media screen and (min-width:28.125em) {
    .venue-highlights .venue-highlights-images .venue-highlights-images-items .venue-highlights-images-item {
        height: 450px
    }
}

@media screen and (min-width:34.375em) {
    .venue-highlights .venue-highlights-images .venue-highlights-images-items .venue-highlights-images-item {
        height: 500px
    }
}

@media screen and (min-width:40.625em) {
    .venue-highlights .venue-highlights-images .venue-highlights-images-items .venue-highlights-images-item {
        height: 550px
    }
}

@media print,
screen and (min-width:48em) {
    .venue-highlights .venue-highlights-images .venue-highlights-images-items .venue-highlights-images-item {
        height: 650px
    }
}

@media print,
screen and (min-width:64em) {
    .venue-highlights .venue-highlights-images .venue-highlights-images-items .venue-highlights-images-item {
        height: 700px
    }
}

@media screen and (min-width:75em) {
    .venue-highlights .venue-highlights-images .venue-highlights-images-items .venue-highlights-images-item {
        height: 750px
    }
}

@media screen and (min-width:87.5em) {
    .venue-highlights .venue-highlights-images .venue-highlights-images-items .venue-highlights-images-item {
        height: 800px
    }
}

@media screen and (min-width:100em) {
    .venue-highlights .venue-highlights-images .venue-highlights-images-items .venue-highlights-images-item {
        height: 900px
    }
}

@media screen and (min-width:120em) {
    .venue-highlights .venue-highlights-images .venue-highlights-images-items .venue-highlights-images-item {
        height: 1000px
    }
}

@media screen and (min-width:137.5em) {
    .venue-highlights .venue-highlights-images .venue-highlights-images-items .venue-highlights-images-item {
        height: 1100px
    }
}

@media screen and (min-width:150em) {
    .venue-highlights .venue-highlights-images .venue-highlights-images-items .venue-highlights-images-item {
        height: 1200px
    }
}

.venue-highlights .venue-highlights-images .venue-highlights-images-items .venue-highlights-images-item .venue-highlights-image-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.venue-highlights .venue-highlights-slider-nav {
    background: #fff;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (min-width:48em) {
    .venue-highlights .venue-highlights-slider-nav {
        left: 55%
    }
}

@media print,
screen and (min-width:64em) {
    .venue-highlights .venue-highlights-slider-nav {
        left: 40%
    }
}

.venue-highlights .venue-highlights-slider-nav .slick-arrow {
    font-size: 0;
    width: 84px;
    height: 88px;
    cursor: pointer;
    transition: all .35s ease;
    transition-property: opacity, color
}

@media print,
screen and (min-width:64em) {
    .venue-highlights .venue-highlights-slider-nav .slick-arrow {
        width: 104px;
        height: 109px
    }
}

@media screen and (min-width:87.5em) {
    .venue-highlights .venue-highlights-slider-nav .slick-arrow {
        width: 124px;
        height: 130px
    }
}

.venue-highlights .venue-highlights-slider-nav .slick-arrow img {
    width: 8px;
    height: auto
}

.venue-highlights .venue-highlights-slider-nav .slick-prev {
    position: relative
}

.venue-highlights .venue-highlights-slider-nav .slick-prev:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 24px);
    right: -1px;
    width: 1px;
    height: 48px;
    background-color: #eee;
    transition: all .35s ease;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform
}

.venue-highlights .venue-highlights-header {
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    padding: 10px 14px 20px 25px
}

@media print,
screen and (min-width:48em) {
    .venue-highlights .venue-highlights-header {
        padding: 60px
    }
}

@media print,
screen and (min-width:64em) {
    .venue-highlights .venue-highlights-header {
        padding: 80px
    }
}

@media screen and (min-width:87.5em) {
    .venue-highlights .venue-highlights-header {
        padding: 100px 140px 100px 80px
    }
}

@media screen and (min-width:112.5em) {
    .venue-highlights .venue-highlights-header {
        padding: 120px 160px 120px 100px
    }
}

.venue-highlights .venue-highlights-contents {
    display: block;
    width: 100%;
    background: #fff;
    padding-left: 14px;
    padding-right: 14px;
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    position: relative
}

@media print,
screen and (min-width:48em) {
    .venue-highlights .venue-highlights-contents {
        position: absolute;
        width: 55%;
        left: 0;
        bottom: 0;
        z-index: 2;
        padding-top: 20px;
        padding-right: 20px;
        padding-left: 20px;
        max-width: none;
        margin: 0
    }
}

@media print,
screen and (min-width:64em) {
    .venue-highlights .venue-highlights-contents {
        width: 40%;
        padding-top: 40px;
        padding-left: 40px;
        padding-right: 40px
    }
}

@media screen and (min-width:75em) {
    .venue-highlights .venue-highlights-contents {
        padding-top: 60px;
        padding-left: 60px;
        padding-right: 60px
    }
}

@media screen and (min-width:87.5em) {
    .venue-highlights .venue-highlights-contents {
        padding-top: 60px;
        padding-left: 80px;
        padding-right: 80px
    }
}

@media screen and (min-width:100em) {
    .venue-highlights .venue-highlights-contents {
        padding-top: 80px;
        padding-left: 100px;
        padding-right: 100px
    }
}

@media screen and (min-width:112.5em) {
    .venue-highlights .venue-highlights-contents {
        padding-left: 120px;
        padding-right: 120px
    }
}

@media screen and (min-width:120em) {
    .venue-highlights .venue-highlights-contents {
        padding-left: 140px;
        padding-right: 140px
    }
}

.venue-highlights .venue-highlights-contents .slide-counter {
    display: block;
    clear: both;
    text-align: center;
    font-size: .625rem;
    color: #ccc;
    font-weight: 800;
    letter-spacing: 1.5px;
    position: absolute;
    right: 20px;
    top: 5px
}

@media print,
screen and (min-width:48em) {
    .venue-highlights .venue-highlights-contents .slide-counter {
        width: 100%;
        text-align: left;
        position: relative;
        right: auto;
        top: auto;
        margin-bottom: 20px
    }
}

@media screen and (min-width:75em) {
    .venue-highlights .venue-highlights-contents .slide-counter {
        margin-bottom: 30px
    }
}

@media print,
screen and (min-width:64em) {
    .venue-highlights .venue-highlights-contents .slide-counter {
        font-size: .6875rem
    }
}

.venue-highlights .venue-highlights-contents .slide-counter .sep {
    color: #86753e
}

.venue-highlights .venue-highlights-contents .venue-highlights-texts h3 {
    color: #86753e;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 20px
}

@media screen and (min-width:28.125em) {
    .venue-highlights .venue-highlights-contents .venue-highlights-texts h3 {
        font-size: 1.25rem
    }
}

@media print,
screen and (min-width:48em) {
    .venue-highlights .venue-highlights-contents .venue-highlights-texts h3 {
        font-size: 1rem;
        margin-bottom: 10px
    }
}

@media screen and (min-width:75em) {
    .venue-highlights .venue-highlights-contents .venue-highlights-texts h3 {
        margin-bottom: 20px
    }
}

@media screen and (min-width:100em) {
    .venue-highlights .venue-highlights-contents .venue-highlights-texts h3 {
        font-size: 1.125rem
    }
}

@media screen and (min-width:120em) {
    .venue-highlights .venue-highlights-contents .venue-highlights-texts h3 {
        font-size: 1.25rem
    }
}

.venue-highlights .venue-highlights-contents .venue-highlights-texts ul li {
    font-size: .6875rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 2;
    margin-bottom: 20px
}

@media print,
screen and (min-width:48em) {
    .venue-highlights .venue-highlights-contents .venue-highlights-texts ul li {
        font-size: .625rem;
        margin-bottom: 10px
    }
}

@media print,
screen and (min-width:64em) {
    .venue-highlights .venue-highlights-contents .venue-highlights-texts ul li {
        font-size: .6875rem
    }
}

@media screen and (min-width:75em) {
    .venue-highlights .venue-highlights-contents .venue-highlights-texts ul li {
        margin-bottom: 20px
    }
}

@media screen and (min-width:100em) {
    .venue-highlights .venue-highlights-contents .venue-highlights-texts ul li {
        font-size: .75rem;
        line-height: 2.25
    }
}

@media screen and (min-width:125em) {
    .venue-highlights .venue-highlights-contents .venue-highlights-texts ul li {
        font-size: .8125rem;
        line-height: 2.1
    }
}

.section-contact-info {
    width: 100%;
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
    display: block
}

@media print,
screen and (min-width:64em) {
    .section-contact-info {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media screen and (min-width:87.5em) {
    .section-contact-info {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media screen and (min-width:112.5em) {
    .section-contact-info {
        padding-left: 100px;
        padding-right: 100px
    }
}

.section-contact-info .section-contact-info-wrapper {
    display: block;
    width: 100%;
    position: relative;
    padding: 0 35px
}

@media print,
screen and (min-width:64em) {
    .section-contact-info .section-contact-info-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0
    }
}

.section-contact-info .contact-info-locations-slick-init {
    width: 100%
}

.section-contact-info .contact-info-locations-slick-init .contact-info-locations-slick-item {
    padding-top: 80px
}

@media print,
screen and (min-width:64em) {
    .section-contact-info .contact-info-locations-slick-init .contact-info-locations-slick-item {
        padding-top: 0
    }
}

.section-contact-info .contact-info-header {
    display: none
}

@media print,
screen and (min-width:64em) {
    .section-contact-info .contact-info-header {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 25%;
        margin-top: 220px;
        padding-left: 20px
    }
}

@media screen and (min-width:75em) {
    .section-contact-info .contact-info-header {
        margin-top: 260px;
        padding-left: 60px
    }
}

@media screen and (min-width:87.5em) {
    .section-contact-info .contact-info-header {
        margin-top: 220px
    }
}

@media screen and (min-width:100em) {
    .section-contact-info .contact-info-header {
        margin-top: 180px
    }
}

@media screen and (min-width:112.5em) {
    .section-contact-info .contact-info-header {
        margin-top: 100px
    }
}

.section-contact-info .contact-info-elements-wrapper {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: -40px;
    z-index: 3
}

@media print,
screen and (min-width:64em) {
    .section-contact-info .contact-info-elements-wrapper {
        width: 75%;
        min-height: 600px;
        margin-bottom: 0;
        margin-left: auto;
        padding-top: 6vw;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media screen and (min-width:75em) {
    .section-contact-info .contact-info-elements-wrapper {
        min-height: 700px
    }
}

@media screen and (min-width:87.5em) {
    .section-contact-info .contact-info-elements-wrapper {
        min-height: 725px
    }
}

@media screen and (min-width:100em) {
    .section-contact-info .contact-info-elements-wrapper {
        min-height: 775px
    }
}

@media screen and (min-width:120em) {
    .section-contact-info .contact-info-elements-wrapper {
        min-height: 800px
    }
}

@media screen and (min-width:137.5em) {
    .section-contact-info .contact-info-elements-wrapper {
        min-height: 850px
    }
}

@media screen and (min-width:150em) {
    .section-contact-info .contact-info-elements-wrapper {
        min-height: 900px
    }
}

.section-contact-info .contact-info-elements-wrapper .contact-info-bg {
    display: none
}

@media print,
screen and (min-width:64em) {
    .section-contact-info .contact-info-elements-wrapper .contact-info-bg {
        display: block;
        position: absolute;
        z-index: 1;
        top: 60px;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        opacity: .25;
        overflow: hidden
    }
}

@media print,
screen and (min-width:64em) {
    .section-contact-info .contact-info-elements-wrapper .contact-info-bg {
        top: 0
    }
}

.section-contact-info .contact-info-elements-wrapper .contact-info-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 475px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .09)
}

@media print,
screen and (min-width:48em) {
    .section-contact-info .contact-info-elements-wrapper .contact-info-inner {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px
    }
}

@media print,
screen and (min-width:64em) {
    .section-contact-info .contact-info-elements-wrapper .contact-info-inner {
        max-width: 550px;
        padding-top: 30px;
        box-shadow: none
    }
}

@media screen and (min-width:75em) {
    .section-contact-info .contact-info-elements-wrapper .contact-info-inner {
        max-width: 625px;
        padding: 60px;
        margin-right: 80px
    }
}

@media screen and (min-width:100em) {
    .section-contact-info .contact-info-elements-wrapper .contact-info-inner {
        max-width: 750px;
        margin-right: 120px
    }
}

@media screen and (min-width:112.5em) {
    .section-contact-info .contact-info-elements-wrapper .contact-info-inner {
        max-width: 800px
    }
}

@media screen and (min-width:125em) {
    .section-contact-info .contact-info-elements-wrapper .contact-info-inner {
        margin-right: 160px
    }
}

@media screen and (min-width:137.5em) {
    .section-contact-info .contact-info-elements-wrapper .contact-info-inner {
        margin-right: 260px
    }
}

@media screen and (min-width:143.75em) {
    .section-contact-info .contact-info-elements-wrapper .contact-info-inner {
        margin-right: 320px
    }
}

.section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-inner-wrapper {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print,
screen and (min-width:64em) {
    .section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-inner-wrapper {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media print,
screen and (min-width:64em) {
    .section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-inner-wrapper:before {
        content: '';
        display: block;
        position: absolute;
        left: calc(50% - 1px);
        top: 30px;
        width: 1px;
        height: calc(100% - 60px);
        background-color: #ccc
    }
}

@media screen and (min-width:75em) {
    .section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-inner-wrapper:before {
        top: 60px;
        height: calc(100% - 120px)
    }
}

.section-contact-info .contact-info-elements-wrapper .contact-info-inner .venue-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 114px;
    height: 114px;
    background-color: #000;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.section-contact-info .contact-info-elements-wrapper .contact-info-inner .venue-logo img {
    width: 44px;
    height: auto
}

.section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-logo-address {
    width: 100%;
    text-align: center
}

@media print,
screen and (min-width:64em) {
    .section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-logo-address {
        width: calc(50% - 20px)
    }
}

@media screen and (min-width:75em) {
    .section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-logo-address {
        width: calc(50% - 40px)
    }
}

.section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-logo-address a {
    color: #000
}

.section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-logo-address a:active,
.section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-logo-address a:focus,
.section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-logo-address a:hover {
    color: #86753e
}

.section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-logo-address .venue-logo {
    display: none
}

@media print,
screen and (min-width:64em) {
    .section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-logo-address .venue-logo {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px
    }
}

.section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-logo-address .venue-address .google-maps-link {
    display: inline-block;
    font-size: .75rem;
    margin-bottom: 20px
}

@media screen and (min-width:100em) {
    .section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-logo-address .venue-address .google-maps-link {
        font-size: .875rem
    }
}

.section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-logo-address .venue-address .google-maps-link .address,
.section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-logo-address .venue-address .google-maps-link .city-state-zip {
    display: block;
    line-height: 1.3
}

.section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-logo-address .venue-phone {
    font-size: .75rem;
    margin-bottom: 40px
}

@media screen and (min-width:100em) {
    .section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-logo-address .venue-phone {
        font-size: .875rem
    }
}

.section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-logo-address .venue-phone a {
    display: inline-block
}

.section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-logo-address .book-cta .button {
    margin-bottom: 0;
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-hours {
    width: 100%
}

@media print,
screen and (min-width:64em) {
    .section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-hours {
        width: calc(50% - 20px)
    }
}

@media screen and (min-width:75em) {
    .section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-hours {
        width: calc(50% - 40px)
    }
}

.section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-hours .venue-logo {
    margin-top: -56px;
    margin-bottom: 35px
}

@media print,
screen and (min-width:64em) {
    .section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-hours .venue-logo {
        display: none
    }
}

.section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-hours .hours-main-content {
    margin-bottom: 40px;
    text-align: center;
    color: #666;
    line-height: 2.45
}

@media print,
screen and (min-width:64em) {
    .section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-hours .hours-main-content {
        margin-bottom: 0;
        text-align: left
    }
}

.section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-hours .hours-main-content .hours-content-title {
    display: block;
    font-size: .8125rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-hours .hours-main-content ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 15px;
    font-size: .6875rem
}

.section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-hours .hours-main-content ul li {
    line-height: 1.4;
    margin-bottom: 5px
}

.section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-hours .hours-main-content p {
    line-height: 2.45;
    margin-bottom: 30px
}

.section-contact-info .contact-info-elements-wrapper .contact-info-inner .contact-info-hours .hours-main-content p:last-child {
    margin-bottom: 0
}

.section-contact-info .contact-info-map {
    position: relative;
    width: 110%;
    height: 90vw;
    margin-left: -5%;
    overflow: hidden
}

@media screen and (min-width:40.625em) {
    .section-contact-info .contact-info-map {
        width: 90%;
        height: 50vw;
        margin-left: 5%
    }
}

@media print,
screen and (min-width:64em) {
    .section-contact-info .contact-info-map {
        position: absolute;
        bottom: 0;
        left: 0;
        margin-left: 0;
        display: block;
        width: calc(30% - 3.5px);
        height: 275px;
        background-color: #111;
        z-index: 4
    }
}

@media screen and (min-width:75em) {
    .section-contact-info .contact-info-map {
        height: 325px
    }
}

@media screen and (min-width:87.5em) {
    .section-contact-info .contact-info-map {
        height: 375px
    }
}

@media screen and (min-width:100em) {
    .section-contact-info .contact-info-map {
        height: 450px
    }
}

@media screen and (min-width:112.5em) {
    .section-contact-info .contact-info-map {
        height: 525px
    }
}

@media screen and (min-width:137.5em) {
    .section-contact-info .contact-info-map {
        height: 575px
    }
}

@media screen and (min-width:150em) {
    .section-contact-info .contact-info-map {
        height: 650px
    }
}

.section-contact-info .contact-info-map:before {
    content: '';
    display: block;
    width: 10%;
    height: 100%;
    background: #86753e;
    left: -5px;
    bottom: -5px;
    position: absolute;
    z-index: 1
}

.section-contact-info .contact-info-map:after {
    content: '';
    display: block;
    width: 10%;
    height: 100%;
    background: #fff;
    right: -5px;
    bottom: -5px;
    position: absolute;
    z-index: 1
}

.section-contact-info .contact-info-map a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2
}

.section-contact-info .contact-info-map a .expand-icon {
    position: absolute;
    bottom: 5px;
    left: 10px;
    z-index: 2
}

@media print,
screen and (min-width:48em) {
    .section-contact-info .contact-info-map a .expand-icon {
        bottom: auto;
        top: 5px
    }
}

@media print,
screen and (min-width:64em) {
    .section-contact-info .contact-info-map a .expand-icon {
        top: 15px;
        left: 20px
    }
}

.section-contact-info .contact-info-map a .expand-icon img {
    width: 12px
}

@media print,
screen and (min-width:64em) {
    .section-contact-info .contact-info-map a .expand-icon img {
        width: 20px
    }
}

.section-contact-info .contact-info-map a .pulse-dot {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    background-color: #86753e;
    border-radius: 50%;
    transition: opacity .35s ease
}

@media print,
screen and (min-width:64em) {
    .section-contact-info .contact-info-map a .pulse-dot {
        width: 36px;
        height: 36px
    }
}

.section-contact-info .contact-info-map a .pulse-dot:after,
.section-contact-info .contact-info-map a .pulse-dot:before {
    content: '';
    position: absolute;
    display: block;
    border-radius: 50%;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease
}

.section-contact-info .contact-info-map a .pulse-dot:before {
    top: 7px;
    left: 7px;
    z-index: 1;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background-color: #86753e
}

@media print,
screen and (min-width:64em) {
    .section-contact-info .contact-info-map a .pulse-dot:before {
        top: 11px;
        left: 11px;
        width: 14px;
        height: 14px
    }
}

.section-contact-info .contact-info-map a .pulse-dot:after {
    top: -6px;
    left: -6px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border: 1px solid #979797;
    -webkit-animation: pulse 3.5s ease-out;
    -webkit-animation-iteration-count: infinite
}

@media print,
screen and (min-width:64em) {
    .section-contact-info .contact-info-map a .pulse-dot:after {
        top: -11px;
        left: -11px;
        width: 58px;
        height: 58px
    }
}

.section-contact-info .contact-info-emails {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 40px;
    margin-top: 40px;
    display: block;
    clear: both
}

@media print,
screen and (min-width:48em) {
    .section-contact-info .contact-info-emails {
        padding: 50px 0
    }
}

@media print,
screen and (min-width:64em) {
    .section-contact-info .contact-info-emails {
        padding: 60px 0
    }
}

.section-contact-info .contact-info-emails ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    text-align: center
}

@media print,
screen and (min-width:48em) {
    .section-contact-info .contact-info-emails ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.section-contact-info .contact-info-emails ul li {
    position: relative
}

@media print,
screen and (min-width:48em) {
    .section-contact-info .contact-info-emails ul li {
        width: 20%
    }
}

.section-contact-info .contact-info-emails ul li a {
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: 1.2px;
    color: #000;
    line-height: 2.7
}

@media screen and (min-width:28.125em) {
    .section-contact-info .contact-info-emails ul li a {
        font-size: .8125rem
    }
}

@media print,
screen and (min-width:48em) {
    .section-contact-info .contact-info-emails ul li a {
        display: block;
        font-size: .5rem;
        line-height: 1.6
    }
}

@media screen and (min-width:87.5em) {
    .section-contact-info .contact-info-emails ul li a {
        font-size: .625rem
    }
}

@media screen and (min-width:100em) {
    .section-contact-info .contact-info-emails ul li a {
        font-size: .6875rem
    }
}

@media screen and (min-width:120em) {
    .section-contact-info .contact-info-emails ul li a {
        font-size: .75rem
    }
}

.section-contact-info .contact-info-emails ul li a:active,
.section-contact-info .contact-info-emails ul li a:focus,
.section-contact-info .contact-info-emails ul li a:hover {
    color: #63572e
}

@media print,
screen and (min-width:48em) {
    .section-contact-info .contact-info-emails ul li a .info-label {
        display: block
    }
}

@media screen and (min-width:75em) {
    .section-contact-info .contact-info-emails ul li a .info-label {
        display: inline
    }
}

@media print,
screen and (min-width:48em) {
    .section-contact-info .contact-info-emails ul li:nth-child(1):before,
    .section-contact-info .contact-info-emails ul li:nth-child(2):before,
    .section-contact-info .contact-info-emails ul li:nth-child(3):before,
    .section-contact-info .contact-info-emails ul li:nth-child(4):before {
        content: '';
        display: block;
        position: absolute;
        top: 25%;
        right: 1px;
        width: 1px;
        height: 50%;
        background-color: #999
    }
}

@media print,
screen and (min-width:48em) {
    .section-contact-info .contact-info-emails ul li:nth-child(1) {
        width: 27%
    }
}

@media print,
screen and (min-width:48em) {
    .section-contact-info .contact-info-emails ul li:nth-child(2) {
        width: 20%
    }
}

@media print,
screen and (min-width:48em) {
    .section-contact-info .contact-info-emails ul li:nth-child(3) {
        width: 24%
    }
}

@media print,
screen and (min-width:48em) {
    .section-contact-info .contact-info-emails ul li:nth-child(4) {
        width: 23%
    }
}

@media print,
screen and (min-width:48em) {
    .section-contact-info .contact-info-emails ul li:nth-child(5) {
        width: 21%
    }
}

.footer-newsletter-form {
    width: 100%;
    display: block;
    max-width: 21.875rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px
}

@media print,
screen and (min-width:48em) {
    .footer-newsletter-form {
        max-width: 34.375rem
    }
}

@media print,
screen and (min-width:64em) {
    .footer-newsletter-form {
        max-width: 37.5rem
    }
}

.footer-newsletter-form #_form_3166_ {
    font-size: 14px;
    line-height: 1.6;
    font-family: Gotham, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    margin: 0 auto;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    background: 0 0;
    border: none;
    width: 100%;
    border-radius: 0!important;
    color: #000!important
}

.footer-newsletter-form #_form_3166_::-webkit-input-placeholder {
    color: #000
}

.footer-newsletter-form #_form_3166_::-moz-placeholder {
    color: #000
}

.footer-newsletter-form #_form_3166_:-ms-input-placeholder {
    color: #000
}

.footer-newsletter-form #_form_3166_:-moz-placeholder {
    color: #000
}

.footer-newsletter-form #_form_3166_ * {
    outline: 0
}

.footer-newsletter-form #_form_3166_._form-top {
    top: 0
}

.footer-newsletter-form #_form_3166_._form-bottom {
    bottom: 0
}

.footer-newsletter-form #_form_3166_._form-left {
    left: 0
}

.footer-newsletter-form #_form_3166_._form-right {
    right: 0
}

.footer-newsletter-form #_form_3166_ input[type=date],
.footer-newsletter-form #_form_3166_ input[type=text],
.footer-newsletter-form #_form_3166_ textarea {
    color: #000!important;
    box-sizing: border-box
}

.footer-newsletter-form #_form_3166_ input[type=text] {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.0625rem;
    text-align: center;
    font-size: .625rem;
    letter-spacing: .09375rem;
    box-shadow: none;
    border: none
}

@media print,
screen and (min-width:48em) {
    .footer-newsletter-form #_form_3166_ input[type=text] {
        height: 2.4375rem;
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        padding-left: .9375rem;
        text-align: left
    }
}

.footer-newsletter-form #_form_3166_ textarea {
    resize: none
}

.footer-newsletter-form #_form_3166_ ._submit {
    -webkit-appearance: none;
    cursor: pointer;
    font-family: Gotham, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 14px;
    text-align: center;
    background: #333!important;
    border: 0!important;
    border-radius: 4px!important;
    color: #fff!important;
    padding: 10px!important
}

.footer-newsletter-form #_form_3166_ ._close-icon {
    cursor: pointer;
    background-image: url(https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png);
    background-repeat: no-repeat;
    background-size: 14.2px 14.2px;
    position: absolute;
    display: block;
    top: 11px;
    right: 9px;
    overflow: hidden;
    width: 16.2px;
    height: 16.2px
}

.footer-newsletter-form #_form_3166_ ._close-icon:before {
    position: relative
}

.footer-newsletter-form #_form_3166_ ._form-body {
    margin-bottom: 30px
}

.footer-newsletter-form #_form_3166_ ._form-image-left {
    width: 150px;
    float: left
}

.footer-newsletter-form #_form_3166_ ._form-content-right {
    margin-left: 164px
}

.footer-newsletter-form #_form_3166_ ._form-branding {
    color: #fff;
    font-size: 10px;
    clear: both;
    text-align: left;
    margin-top: 30px;
    font-weight: 100
}

.footer-newsletter-form #_form_3166_ ._form-branding ._logo {
    display: block;
    width: 130px;
    height: 14px;
    margin-top: 6px;
    background-image: url(https://d226aj4ao1t61q.cloudfront.net/hh9ujqgv5_aclogo_li.png);
    background-size: 130px auto;
    background-repeat: no-repeat
}

.footer-newsletter-form #_form_3166_ ._form-label,
.footer-newsletter-form #_form_3166_ ._form_element ._form-label {
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    color: #fff
}

.footer-newsletter-form #_form_3166_._dark ._form-branding {
    color: #333
}

.footer-newsletter-form #_form_3166_._dark ._form-branding ._logo {
    background-image: url(https://d226aj4ao1t61q.cloudfront.net/jftq2c8s_aclogo_dk.png)
}

.footer-newsletter-form #_form_3166_ ._form_element {
    position: relative;
    margin-bottom: 10px;
    font-size: 0;
    max-width: 100%
}

.footer-newsletter-form #_form_3166_ ._form_element * {
    font-size: 14px
}

.footer-newsletter-form #_form_3166_ ._form_element._clear {
    clear: both;
    width: 100%;
    float: none
}

.footer-newsletter-form #_form_3166_ ._form_element._clear:after {
    clear: left
}

.footer-newsletter-form #_form_3166_ ._form_element img._form-image {
    max-width: 100%
}

.footer-newsletter-form #_form_3166_ ._form_element input[type=date],
.footer-newsletter-form #_form_3166_ ._form_element input[type=text],
.footer-newsletter-form #_form_3166_ ._form_element select,
.footer-newsletter-form #_form_3166_ ._form_element textarea:not(.g-recaptcha-response) {
    display: block;
    width: 100%;
    box-sizing: border-box
}

.footer-newsletter-form #_form_3166_ ._field-wrapper {
    position: relative
}

.footer-newsletter-form #_form_3166_ ._inline-style {
    float: left
}

.footer-newsletter-form #_form_3166_ ._inline-style input[type=text] {
    width: 150px
}

.footer-newsletter-form #_form_3166_ ._inline-style:not(._clear)+._inline-style:not(._clear) {
    margin-left: 20px
}

.footer-newsletter-form #_form_3166_ ._clear-element {
    clear: left
}

.footer-newsletter-form #_form_3166_ ._full_width {
    width: 100%
}

.footer-newsletter-form #_form_3166_ ._form_full_field {
    display: block;
    width: 100%;
    margin-bottom: 10px
}

.footer-newsletter-form #_form_3166_ input[type=text]._has_error,
.footer-newsletter-form #_form_3166_ textarea._has_error {
    border: #f37c7b 1px solid
}

.footer-newsletter-form #_form_3166_ input[type=checkbox]._has_error {
    outline: #f37c7b 1px solid
}

.footer-newsletter-form #_form_3166_ ._error {
    display: block;
    position: absolute;
    font-size: 13px;
    z-index: 10000001
}

.footer-newsletter-form #_form_3166_ ._error._above {
    padding-bottom: 4px;
    bottom: 39px;
    right: 0
}

.footer-newsletter-form #_form_3166_ ._error._above ._error-arrow {
    bottom: 0;
    right: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f37c7b
}

.footer-newsletter-form #_form_3166_ ._error._below {
    padding-top: 4px;
    top: 100%;
    right: 0
}

.footer-newsletter-form #_form_3166_ ._error._below ._error-arrow {
    top: 0;
    right: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f37c7b
}

.footer-newsletter-form #_form_3166_ ._error-inner {
    padding: 8px 12px;
    background-color: #f37c7b;
    font-size: 13px;
    font-family: Gotham, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 4px
}

.footer-newsletter-form #_form_3166_ ._error-inner._form_error {
    margin-bottom: 5px;
    text-align: left
}

.footer-newsletter-form #_form_3166_ ._button-wrapper ._error-inner._form_error {
    position: static
}

.footer-newsletter-form #_form_3166_ ._error-inner._no_arrow {
    margin-bottom: 10px
}

.footer-newsletter-form #_form_3166_ ._error-arrow {
    position: absolute;
    width: 0;
    height: 0
}

.footer-newsletter-form #_form_3166_ ._error-html {
    margin-bottom: 10px
}

.footer-newsletter-form ._form_hide {
    display: none;
    visibility: hidden
}

.footer-newsletter-form ._form_show {
    display: block;
    visibility: visible
}

.footer-newsletter-form .pika-single {
    z-index: 10000001!important
}

.footer-newsletter-form #_form_3166_ ._form-title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 0
}

.footer-newsletter-form #_form_3166_:after,
.footer-newsletter-form #_form_3166_:before {
    content: " ";
    display: table
}

.footer-newsletter-form #_form_3166_:after {
    clear: both
}

.footer-newsletter-form #_form_3166_._inline-style {
    width: auto;
    display: inline-block
}

.footer-newsletter-form #_form_3166_._inline-style input[type=date],
.footer-newsletter-form #_form_3166_._inline-style input[type=text] {
    padding: 10px 12px
}

.footer-newsletter-form #_form_3166_._inline-style button._inline-style {
    position: relative;
    top: 27px
}

.footer-newsletter-form #_form_3166_._inline-style p {
    margin: 0
}

.footer-newsletter-form #_form_3166_._inline-style ._button-wrapper {
    position: relative;
    margin: 27px 12.5px 0 20px
}

.footer-newsletter-form #_form_3166_ ._form-thank-you {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: .0875rem;
    font-size: .875rem
}

@media print,
screen and (min-width:48em) {
    .footer-newsletter-form #_form_3166_ ._form-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media print,
screen and (min-width:48em) {
    .footer-newsletter-form #_form_3166_ ._form-content ._form_element:nth-child(1),
    .footer-newsletter-form #_form_3166_ ._form-content ._form_element:nth-child(2) {
        width: calc(50% - 5px)
    }
}

@media print,
screen and (min-width:48em) {
    .footer-newsletter-form #_form_3166_ ._form-content ._form_element:nth-child(3) {
        width: 70%;
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:48em) {
    .footer-newsletter-form #_form_3166_ ._form-content ._button-wrapper {
        width: 30%
    }
}

@media print,
screen and (min-width:48em) {
    .footer-newsletter-form #_form_3166_ ._form-content ._button-wrapper .button {
        margin-bottom: 0;
        width: 100%;
        height: 2.4375rem;
        padding-top: .5rem;
        padding-bottom: .5rem
    }
}

.open-table-widget-container {
    padding-left: 14px;
    padding-right: 14px
}

@media print,
screen and (min-width:48em) {
    .open-table-widget-container .otw-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.open-table-widget-container .otw-wrapper .otw-input-wrap {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media print,
screen and (min-width:48em) {
    .open-table-widget-container .otw-wrapper .otw-input-wrap {
        width: calc(50% - 20px);
        margin-bottom: 40px
    }
}

@media print,
screen and (min-width:64em) {
    .open-table-widget-container .otw-wrapper .otw-input-wrap {
        width: calc(50% - 40px);
        margin-bottom: 60px
    }
}

.open-table-widget-container .otw-wrapper .otw-input-wrap.custom-restaurant-wrap {
    cursor: not-allowed
}

.open-table-widget-container .otw-wrapper .otw-input-wrap.custom-restaurant-wrap label {
    cursor: not-allowed
}

.open-table-widget-container .otw-wrapper .otw-input-wrap.custom-restaurant-wrap .venue-location {
    width: 100%;
    margin-left: 12px;
    margin-bottom: 0;
    cursor: not-allowed
}

.open-table-widget-container .otw-wrapper .otw-input-wrap.custom-restaurant-wrap .venue-location span {
    height: 2.75rem;
    background-color: #fff;
    margin-left: 0;
    color: #666;
    font-size: .625rem;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    padding-bottom: 10px;
    cursor: not-allowed;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (min-width:75em) {
    .open-table-widget-container .otw-wrapper .otw-input-wrap.custom-restaurant-wrap .venue-location span {
        font-size: .6875rem
    }
}

@media screen and (min-width:100em) {
    .open-table-widget-container .otw-wrapper .otw-input-wrap.custom-restaurant-wrap .venue-location span {
        font-size: .75rem
    }
}

.open-table-widget-container .otw-wrapper .otw-input-wrap label {
    width: auto;
    font-size: .625rem;
    text-transform: uppercase;
    letter-spacing: .1875rem;
    white-space: nowrap;
    color: #666;
    margin-bottom: 9px;
    cursor: pointer
}

@media print,
screen and (min-width:48em) {
    .open-table-widget-container .otw-wrapper .otw-input-wrap label {
        letter-spacing: .15rem
    }
}

@media screen and (min-width:75em) {
    .open-table-widget-container .otw-wrapper .otw-input-wrap label {
        font-size: .6875rem
    }
}

@media screen and (min-width:100em) {
    .open-table-widget-container .otw-wrapper .otw-input-wrap label {
        font-size: .75rem
    }
}

.open-table-widget-container .otw-wrapper .otw-input-wrap .otw-reservation-date,
.open-table-widget-container .otw-wrapper .otw-input-wrap .selectric-selectpicker {
    width: 100%;
    margin-left: 12px;
    margin-bottom: 0;
    cursor: pointer
}

.open-table-widget-container .otw-wrapper .otw-input-wrap .selectric-selectpicker .selectric {
    border: none;
    background-color: transparent !important;
}

.open-table-widget-container .otw-wrapper .otw-input-wrap .selectric-selectpicker .selectric-items {
    background-color: #f9f9f9;
    border-color: #eee;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .15)
}

.open-table-widget-container .otw-wrapper .otw-input-wrap .selectric-selectpicker .label {
    height: 2.75rem;
    background-color: #f7f7f7 !important;
    margin-left: 0;
    color: #666;
    font-size: .625rem;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    padding-bottom: 3px;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (min-width:75em) {
    .open-table-widget-container .otw-wrapper .otw-input-wrap .selectric-selectpicker .label {
        font-size: .6875rem;
        padding-bottom: 2px
    }
}

@media screen and (min-width:100em) {
    .open-table-widget-container .otw-wrapper .otw-input-wrap .selectric-selectpicker .label {
        font-size: .75rem
    }
}

.open-table-widget-container .otw-wrapper .otw-input-wrap .selectric-selectpicker .button {
    margin-bottom: 0;
    width: 20px;
    padding: 0 0 12px;
    color: #666!important;
    background-color: transparent;
    font-size: 1.125rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.open-table-widget-container .otw-wrapper .otw-input-wrap .selectric-selectpicker .button:after {
    display: none
}

.open-table-widget-container .otw-wrapper .otw-input-wrap .selectpicker {
    border: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='42' height='24' viewBox='0 0 42 24'><polygon points='0,0 42,0 24,24' style='fill: rgb%28102, 102, 102%29'></polygon></svg>");
    box-shadow: none;
    background-size: 10px 6px;
    margin-bottom: 0;
    color: #666;
    font-size: .625rem;
    text-transform: uppercase;
    letter-spacing: .0625rem;
    padding-bottom: 2px
}

@media screen and (min-width:75em) {
    .open-table-widget-container .otw-wrapper .otw-input-wrap .selectpicker {
        font-size: .6875rem;
        padding-bottom: 3px
    }
}

@media screen and (min-width:100em) {
    .open-table-widget-container .otw-wrapper .otw-input-wrap .selectpicker {
        font-size: .75rem;
        padding-bottom: 9px
    }
}

.open-table-widget-container .otw-wrapper .otw-input-wrap.otw-date-wrap {
    position: relative
}

.open-table-widget-container .otw-wrapper .otw-input-wrap.otw-date-wrap:after {
    content: '▾';
    padding-bottom: 3px;
    width: 20px;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    color: #666;
    font-size: 1.125rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.open-table-widget-container .otw-wrapper .otw-input-wrap .otw-reservation-date {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    padding: 0;
    padding-top: 9px;
    background-color: transparent;
    border: none;
    color: #666;
    font-size: .625rem;
    box-shadow: none;
    text-transform: uppercase;
    letter-spacing: .0625rem
}

@media screen and (min-width:75em) {
    .open-table-widget-container .otw-wrapper .otw-input-wrap .otw-reservation-date {
        font-size: .6875rem;
        padding-top: 7px
    }
}

@media screen and (min-width:100em) {
    .open-table-widget-container .otw-wrapper .otw-input-wrap .otw-reservation-date {
        font-size: .75rem;
        padding-top: 3px
    }
}

.open-table-widget-container .otw-wrapper .otw-button-wrap {
    width: 100%;
    margin-top: 50px;
    text-align: center
}

@media print,
screen and (min-width:48em) {
    .open-table-widget-container .otw-wrapper .otw-button-wrap {
        margin-top: 20px
    }
}

.open-table-widget-datepicker {
    z-index: 9999999!important;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .15)!important;
    color: #666
}

.open-table-widget-datepicker.datepicker-top-left,
.open-table-widget-datepicker.datepicker-top-right {
    border-top-color: #86753e!important
}

.open-table-widget-datepicker.datepicker-top-left:before,
.open-table-widget-datepicker.datepicker-top-right:before {
    border-bottom-color: #86753e!important
}

.open-table-widget-datepicker.datepicker-bottom-left,
.open-table-widget-datepicker.datepicker-bottom-right {
    border-bottom-color: #86753e!important
}

.open-table-widget-datepicker.datepicker-bottom-left:before,
.open-table-widget-datepicker.datepicker-bottom-right:before {
    border-top-color: #86753e!important
}

.open-table-widget-datepicker .datepicker-panel>ul>li.picked {
    color: #63572e!important
}

.open-table-widget-datepicker .datepicker-panel>ul>li.picked:hover {
    color: #63572e!important
}

.front-page-hero {
    position: relative
}

@media screen and (min-width:28.125em) {
    .front-page-hero {
        margin-bottom: 20px
    }
}

@media print,
screen and (min-width:48em) {
    .front-page-hero {
        margin-bottom: 50px
    }
}

@media print,
screen and (min-width:64em) {
    .front-page-hero {
        margin-bottom: 70px
    }
}

@media screen and (min-width:68.75em) {
    .front-page-hero {
        margin-bottom: 90px
    }
}

@media screen and (min-width:81.25em) {
    .front-page-hero {
        margin-bottom: 140px
    }
}

@media screen and (min-width:112.5em) {
    .front-page-hero {
        margin-bottom: 160px
    }
}

@media screen and (min-width:120em) {
    .front-page-hero {
        margin-bottom: 180px
    }
}

@media print,
screen and (min-width:48em) {
    .front-page-hero .hero-backdrop-bg {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 20%;
        height: calc(100% + 40px);
        background-color: #000;
        background-size: cover;
        background-position: left bottom;
        background-repeat: no-repeat
    }
}

@media print and (min-width:1100px),
screen and (min-width:48em) and (min-width:1100px) {
    .front-page-hero .hero-backdrop-bg {
        height: calc(100% + 60px)
    }
}

@media print and (min-width:1300px),
screen and (min-width:48em) and (min-width:1300px) {
    .front-page-hero .hero-backdrop-bg {
        height: calc(100% + 80px)
    }
}

.front-page-hero .hero-main {
    position: relative;
    overflow: hidden;
    z-index: 10
}

.front-page-hero .hero-bg-slider {
    position: relative;
    z-index: 3;
    width: 100%;
    border: 12px solid #fff;
    background-color: #000;
    max-height: 500px
}

@media screen and (min-width:34.375em) {
    .front-page-hero .hero-bg-slider {
        max-height: 600px
    }
}

@media print,
screen and (min-width:48em) {
    .front-page-hero .hero-bg-slider {
        width: 85%;
        max-height: 100%;
        margin-left: 5%
    }
}

@media screen and (min-width:75em) {
    .front-page-hero .hero-bg-slider {
        width: 86%;
        margin-left: 5.5%
    }
}

@media (min-width:1600px) {
    .front-page-hero .hero-bg-slider {
        width: 87.5%;
        border-width: 15px
    }
}

.front-page-hero .hero-bg-slider .hero-slider-main-elements {
    width: 100%;
    height: 100%
}

.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

@media print,
screen and (min-width:48em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements {
        overflow: visible
    }
}

.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper {
    position: relative;
    top: -30px;
    z-index: 2;
    width: 100%;
    min-height: 1px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800
}

@media (min-width:550px) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper {
        top: -20px
    }
}

@media print,
screen and (min-width:48em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper {
        top: 12px
    }
}

.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .slide-line-decoration {
    position: absolute;
    top: 70%;
    left: 0;
    width: 18px;
    height: 2px;
    background-color: #fff;
    opacity: 0
}

@media print,
screen and (min-width:48em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .slide-line-decoration {
        top: calc(25% - 2px);
        left: auto;
        right: 0
    }
}

@media (min-width:1000px) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .slide-line-decoration {
        width: 28px
    }
}

@media (min-width:1600px) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .slide-line-decoration {
        width: 58px
    }
}

.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper span {
    position: relative;
    line-height: 1
}

.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-text {
    font-size: 17.25vw;
    letter-spacing: 12px;
    display: block;
    opacity: 0;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .15)
}

@media (min-width:450px) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-text {
        letter-spacing: 20px
    }
}

@media (min-width:600px) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-text {
        font-size: 16vw;
        letter-spacing: 30px
    }
}

@media print,
screen and (min-width:48em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-text {
        font-size: 13.5vw;
        letter-spacing: 36px
    }
}

@media (min-width:900px) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-text {
        font-size: 12.5vw;
        letter-spacing: 48px
    }
}

@media (min-width:1100px) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-text {
        letter-spacing: 62px
    }
}

@media (min-width:1300px) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-text {
        letter-spacing: 86px
    }
}

@media (min-width:1600px) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-text {
        letter-spacing: 104px
    }
}

@media screen and (min-width:150em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-text {
        font-size: 18.75rem
    }
}

.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-top {
    left: -6px;
    text-align: left;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px)
}

@media screen and (min-width:28.125em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-top {
        left: -8px
    }
}

@media (min-width:550px) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-top {
        left: -12px
    }
}

@media print,
screen and (min-width:48em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-top {
        left: -14px
    }
}

@media screen and (min-width:75em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-top {
        left: -16px
    }
}

@media screen and (min-width:93.75em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-top {
        left: -17px
    }
}

@media screen and (min-width:103.125em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-top {
        left: -18px
    }
}

@media screen and (min-width:109.375em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-top {
        left: -19px
    }
}

@media screen and (min-width:115.625em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-top {
        left: -20px
    }
}

@media screen and (min-width:120em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-top {
        left: -21.5px
    }
}

@media screen and (min-width:137.5em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-top {
        left: -22px
    }
}

@media screen and (min-width:143.75em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-top {
        left: -22.8px
    }
}

.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-bottom {
    right: -16px;
    text-align: right;
    color: #af9d63;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px)
}

@media (min-width:450px) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-bottom {
        right: -25px
    }
}

@media screen and (min-width:34.375em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-bottom {
        right: -27px
    }
}

@media (min-width:600px) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-bottom {
        right: -36px
    }
}

@media print,
screen and (min-width:48em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-bottom {
        right: calc(-58px - 10%)
    }
}

@media (min-width:900px) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-bottom {
        right: calc(-72px - 10%)
    }
}

@media (min-width:1100px) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-bottom {
        right: calc(-86px - 10%)
    }
}

@media screen and (min-width:75em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-bottom {
        right: calc(-88px - 8.5%)
    }
}

@media (min-width:1300px) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-bottom {
        right: calc(-72px - 8.5%)
    }
}

@media screen and (min-width:84.375em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-bottom {
        right: calc(-88px - 8.5%)
    }
}

@media (min-width:1400px) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-bottom {
        right: calc(-114px - 8.5%)
    }
}

@media (min-width:1600px) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-bottom {
        right: calc(-126px - 7%)
    }
}

@media screen and (min-width:106.25em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-bottom {
        right: calc(-134px - 7%)
    }
}

@media screen and (min-width:120em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .main-bottom {
        right: calc(-128px - 7%)
    }
}

.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .slide-count {
    position: absolute;
    top: 16%;
    right: 0;
    width: 29%;
    font-size: 5.7vw;
    opacity: 0
}

@media (min-width:450px) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .slide-count {
        top: 17%;
        width: 20%;
        font-size: 4vw
    }
}

@media (min-width:500px) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .slide-count {
        top: 18%;
        width: 18%;
        font-size: 3vw
    }
}

@media print,
screen and (min-width:48em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .slide-count {
        top: auto;
        bottom: 23%;
        left: 0;
        right: auto;
        width: 11%;
        text-align: right;
        font-size: 2vw
    }
}

@media (min-width:1000px) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .slide-count {
        width: 12%
    }
}

@media (min-width:1100px) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .slide-count {
        bottom: 24%;
        width: 10%;
        font-size: 1.5vw;
        letter-spacing: 2px
    }
}

@media (min-width:1300px) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .slide-count {
        width: 8.5%
    }
}

@media (min-width:1600px) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .slide-count {
        width: 7.5%
    }
}

@media screen and (min-width:120em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .slide-count {
        font-size: 32px
    }
}

.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .slide-count .slide-count-line {
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    width: 8px;
    height: 2px;
    background-color: #fff
}

@media screen and (min-width:28.125em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .slide-count .slide-count-line {
        width: 12px
    }
}

@media print,
screen and (min-width:48em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-text-elements .hero-slide-text-wrapper .slide-count .slide-count-line {
        left: 0;
        right: auto;
        width: 42px
    }
}

.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-slides {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-slides .slider-reveal-element {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 1
}

.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-slides .hero-slick-slider,
.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-slides .slick-list {
    width: 100%;
    height: 100%
}

.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-slides .hero-slick-slider .slick-slide,
.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-slides .hero-slick-slider .slick-slide>div,
.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-slides .hero-slick-slider .slick-track,
.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-slides .slick-list .slick-slide,
.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-slides .slick-list .slick-slide>div,
.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-slides .slick-list .slick-track {
    width: auto;
    height: 100%
}

.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-slides .hero-slick-slider .slick-slide>div,
.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-slides .slick-list .slick-slide>div {
    position: relative
}

.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-slides .hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden
}

.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-slides .hero-slide .hero-slide-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 1
}

.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-slides .hero-slide .hero-slide-img .slide-bg-element {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-slides .hero-slide .hero-slide-img .slide-bg-element.desktop-slide {
    display: none
}

@media print,
screen and (min-width:48em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-slides .hero-slide .hero-slide-img .slide-bg-element.desktop-slide {
        display: block
    }
}

.front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-slides .hero-slide .hero-slide-img .slide-bg-element.mobile-slide {
    display: block
}

@media print,
screen and (min-width:48em) {
    .front-page-hero .hero-bg-slider .hero-slider-main-elements .hero-slides .hero-slide .hero-slide-img .slide-bg-element.mobile-slide {
        display: none
    }
}

.front-page-hero .hero-bg-slider .hero-controls-wrapper {
    position: absolute;
    z-index: 2;
    /* top: 0; */
    left: 0;
    width: 100%;
    height: 30%;
    overflow: hidden;
  	bottom: 0;
}

.front-page-hero .hero-bg-slider .hero-slider-controls {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media print,
screen and (min-width:48em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls {
        height: 94px
    }
}

@media (min-width:1100px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls {
        height: 137px
    }
}

@media (min-width:1300px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls {
        height: 160px
    }
}

@media screen and (min-width:137.5em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls {
        height: 11.6875rem
    }
}

@media screen and (min-width:143.75em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls {
        height: 12.75rem
    }
}

.front-page-hero .hero-bg-slider .hero-slider-controls:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 66px;
    background-color: rgba(134, 117, 62, .5)
}

@media (min-width:1100px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls:before {
        height: 88px
    }
}

@media (min-width:1300px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls:before {
        height: 110px
    }
}

.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-dots {
    width: 30px;
    height: 100%;
    padding-left: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-dots .slick-dots {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0
}

.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-dots .slick-dots li {
    display: block;
    line-height: 0
}

.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-dots .slick-dots li button {
    display: block;
    width: 10px;
    height: 1px;
    margin-bottom: 4px;
    margin-bottom: 4px;
    background-color: #eee;
    font-size: 0;
    transition: all .35s ease;
    transition-property: background-color, width
}

.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-dots .slick-dots li.slick-active button {
    width: 20px;
    background-color: #86753e
}

@media print,
screen and (min-width:48em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-dots {
        display: none
    }
}

.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview {
    width: calc(100% - 160px);
    height: 100%;
    position: relative
}

@media screen and (min-width:28.125em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview {
        width: calc(100% - 170px)
    }
}

@media screen and (min-width:34.375em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview {
        width: calc(100% - 190px)
    }
}

@media print,
screen and (min-width:48em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview {
        width: calc(100% - 124px);
        height: 100%;
        margin-left: 0
    }
}

@media screen and (min-width:68.75em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview {
        width: calc(100% - 166px)
    }
}

@media screen and (min-width:81.25em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview {
        width: calc(100% - 206px)
    }
}

.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .hero-slider-nav-slick,
.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .slick-list,
.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .slick-slide,
.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .slick-slide>div {
    width: 100%;
    height: 100%
}

.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .hero-slider-nav-slick .slick-track,
.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .slick-list .slick-track,
.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .slick-slide .slick-track,
.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .slick-slide>div .slick-track {
    height: 100%
}

.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .slick-slide,
.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .slick-slider .slick-list,
.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .slick-slide:focus {
    outline: 0
}

@media print,
screen and (min-width:48em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .slick-slide:not(.slick-current) .preview-item-img {
        width: 68px;
        height: 66px;
        transition-delay: 0s
    }
}

@media (min-width:1100px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .slick-slide:not(.slick-current) .preview-item-img {
        width: 91px;
        height: 88px
    }
}

@media (min-width:1300px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .slick-slide:not(.slick-current) .preview-item-img {
        width: 113px;
        height: 110px
    }
}

@media (min-width:1600px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .slick-slide:not(.slick-current) .preview-item-img {
        width: 182px
    }
}

@media screen and (min-width:137.5em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .slick-slide:not(.slick-current) .preview-item-img {
        width: 12.5rem
    }
}

@media screen and (min-width:143.75em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .slick-slide:not(.slick-current) .preview-item-img {
        width: 13.625rem
    }
}

@media print,
screen and (min-width:48em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .slick-slide:not(.slick-current) .preview-item-text {
        width: calc(100% - 68px);
        transition-delay: 0s
    }
}

@media (min-width:1100px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .slick-slide:not(.slick-current) .preview-item-text {
        width: calc(100% - 91px)
    }
}

@media (min-width:1300px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .slick-slide:not(.slick-current) .preview-item-text {
        width: calc(100% - 113px)
    }
}

@media (min-width:1600px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .slick-slide:not(.slick-current) .preview-item-text {
        width: calc(100% - 182px)
    }
}

@media screen and (min-width:137.5em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .slick-slide:not(.slick-current) .preview-item-text {
        width: calc(100% - 200px)
    }
}

@media screen and (min-width:143.75em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .slick-slide:not(.slick-current) .preview-item-text {
        width: calc(100% - 218px)
    }
}

.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .hero-slider-preview-item {
    position: relative;
    height: 100%;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    cursor: pointer;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:28.125em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .hero-slider-preview-item {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media (min-width:550px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .hero-slider-preview-item {
        width: 50%
    }
}

@media print,
screen and (min-width:48em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .hero-slider-preview-item {
        height: 100%;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-img {
    position: relative;
    width: 85%;
    height: 53px;
    background-position: center;
    background-size: cover;
    transition: all .25s ease;
    transition-property: width, height;
    transition-delay: .8s
}

@media screen and (min-width:28.125em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-img {
        width: 56px
    }
}

@media print,
screen and (min-width:48em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-img {
        width: 96px;
        height: 94px
    }
}

@media (min-width:1100px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-img {
        width: 140px;
        height: 137px
    }
}

@media (min-width:1300px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-img {
        width: 164px;
        height: 160px
    }
}

@media (min-width:1600px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-img {
        width: 188px
    }
}

@media screen and (min-width:137.5em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-img {
        width: 13.75rem;
        height: 11.6875rem
    }
}

@media screen and (min-width:143.75em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-img {
        width: 15rem;
        height: 12.75rem
    }
}

.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .36)
}

@media (min-width:650px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-img:before {
        display: none
    }
}

.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-img.desktop-preview {
    display: none
}

@media print,
screen and (min-width:48em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-img.desktop-preview {
        display: block
    }
}

.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-img.mobile-preview {
    display: block
}

@media print,
screen and (min-width:48em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-img.mobile-preview {
        display: none
    }
}

.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-text {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 1px;
    font-size: .7rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:28.125em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-text {
        width: calc(100% - 60px);
        position: relative;
        font-size: .6rem
    }
}

@media (min-width:500px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-text {
        font-size: .7rem
    }
}

@media print,
screen and (min-width:48em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-text {
        width: calc(100% - 96px);
        height: 66px;
        transition: width .25s ease;
        transition-delay: .8s
    }
}

@media (min-width:900px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-text {
        font-size: .8rem
    }
}

@media (min-width:1100px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-text {
        font-size: .85rem;
        width: calc(100% - 140px);
        height: 88px
    }
}

@media (min-width:1300px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-text {
        font-size: .95rem;
        width: calc(100% - 164px);
        height: 110px
    }
}

@media (min-width:1600px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-text {
        font-size: 1.1rem;
        width: calc(100% - 188px)
    }
}

@media (min-width:1920px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-text {
        font-size: 1.25rem
    }
}

@media screen and (min-width:137.5em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-text {
        width: calc(100% - 220px)
    }
}

@media screen and (min-width:143.75em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-text {
        width: calc(100% - 240px)
    }
}

.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-text span {
    min-height: 1px
}

.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-text .preview-text-count {
    width: auto;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:28.125em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-text .preview-text-count {
        position: relative;
        width: 22px;
        height: auto;
        display: inline-block;
        margin-right: 7px;
        text-align: center;
        line-height: 1
    }
}

@media screen and (min-width:31.25em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-text .preview-text-count {
        margin-right: 10px
    }
}

@media screen and (min-width:34.375em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-text .preview-text-count {
        width: auto;
        padding-right: 5px
    }
}

@media (min-width:450px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-text .preview-text-count:after {
        content: '';
        position: absolute;
        top: -6px;
        right: -2px;
        width: 1px;
        height: 24px;
        display: inline-block;
        margin-left: 5px;
        background-color: #fff
    }
}

@media screen and (min-width:31.25em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-text .preview-text-count:after {
        right: -3px
    }
}

@media (min-width:650px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-text .preview-text-count:after {
        margin-left: 10px
    }
}

@media screen and (min-width:100em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-text .preview-text-count:after {
        top: -3px
    }
}

.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-text .preview-text-title {
    display: none
}

@media screen and (min-width:28.125em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-text .preview-text-title {
        width: calc(100% - 25px);
        display: block;
        line-height: 1.15
    }
}

@media (min-width:550px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-preview .preview-item-text .preview-text-title {
        width: auto;
        display: inline-block
    }
}

.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-arrows {
    width: 124px;
    position: relative;
    z-index: 3;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:68.75em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-arrows {
        width: 166px
    }
}

@media screen and (min-width:81.25em) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-arrows {
        width: 206px
    }
}

.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-arrows .slider-arrow {
    position: relative;
    width: 62px;
    height: 66px;
    background-color: #fff;
    cursor: pointer
}

@media (min-width:1100px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-arrows .slider-arrow {
        width: 83px;
        height: 88px
    }
}

@media (min-width:1300px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-arrows .slider-arrow {
        width: 103px;
        height: 110px
    }
}

.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-arrows .slider-arrow:first-child:before {
    content: '';
    position: absolute;
    top: 27%;
    right: 0;
    width: 1px;
    height: 54%;
    background-color: #eee
}

.front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-arrows .slider-arrow img {
    width: 8px
}

@media (min-width:1300px) {
    .front-page-hero .hero-bg-slider .hero-slider-controls .hero-slider-arrows .slider-arrow img {
        width: 10px;
        opacity: .7
    }
}

.front-page-hero .hero-social-icons {
    background-color: transparent;
    z-index: 11
}

.front-page-hero .hero-social-icons a:last-child {
    margin-bottom: 90%
}

@media (min-width:1000px) {
    .front-page-hero .hero-social-icons a:last-child {
        margin-bottom: 92%
    }
}

@media screen and (min-width:75em) {
    .front-page-hero .hero-social-icons a:last-child {
        margin-bottom: 110%
    }
}

@media (min-width:1600px) {
    .front-page-hero .hero-social-icons a:last-child {
        margin-bottom: 142%
    }
}

@media (min-width:1920px) {
    .front-page-hero .hero-social-icons a:last-child {
        margin-bottom: 169%
    }
}

@media screen and (min-width:137.5em) {
    .front-page-hero .hero-social-icons a:last-child {
        margin-bottom: 156%
    }
}

.accolades-section {
    margin-bottom: 60px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print,
screen and (min-width:48em) {
    .accolades-section {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (min-width:100em) {
    .accolades-section {
        margin-bottom: 80px
    }
}

.accolades-section .accolades-featured-image {
    display: none
}

@media print,
screen and (min-width:48em) {
    .accolades-section .accolades-featured-image {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 37%;
        height: 100%;
        background-size: cover;
        background-position: center
    }
}

@media print,
screen and (min-width:48em) and (min-width:64em) {
    .accolades-section .accolades-featured-image {
        width: 41.5%
    }
}

@media screen and (min-width:48em) and (min-width:100em) {
    .accolades-section .accolades-featured-image {
        width: 43.5%
    }
}

@media screen and (min-width:48em) and (min-width:112.5em) {
    .accolades-section .accolades-featured-image {
        width: 46%
    }
}

.accolades-section .accolades-items {
    position: relative;
    z-index: 3;
    width: 100%;
    display: block
}

@media print,
screen and (min-width:48em) {
    .accolades-section .accolades-items {
        padding-top: 60px;
        padding-bottom: 30px;
        width: calc(80% - 160px)
    }
}

@media print,
screen and (min-width:64em) {
    .accolades-section .accolades-items {
        padding-top: 70px;
        padding-bottom: 40px;
        width: calc(75% - 180px)
    }
}

@media screen and (min-width:75em) {
    .accolades-section .accolades-items {
        padding-top: 80px;
        padding-bottom: 40px
    }
}

@media screen and (min-width:87.5em) {
    .accolades-section .accolades-items {
        padding-top: 120px;
        padding-bottom: 80px;
        width: calc(75% - 200px)
    }
}

@media screen and (min-width:100em) {
    .accolades-section .accolades-items {
        padding-top: 140px;
        padding-bottom: 100px;
        width: calc(75% - 230px)
    }
}

@media screen and (min-width:112.5em) {
    .accolades-section .accolades-items {
        padding-top: 160px;
        padding-bottom: 120px;
        width: calc(70% - 275px)
    }
}

@media screen and (min-width:120em) {
    .accolades-section .accolades-items {
        width: calc(70% - 300px)
    }
}

@media screen and (min-width:137.5em) {
    .accolades-section .accolades-items {
        padding-top: 200px;
        padding-bottom: 160px
    }
}

.accolades-section .accolades-items .accolades-items-slider .slick-slide {
    padding: 10px
}

@media print,
screen and (min-width:48em) {
    .accolades-section .accolades-items .accolades-items-slider .slick-slide {
        padding: 5px
    }
}

@media print,
screen and (min-width:64em) {
    .accolades-section .accolades-items .accolades-items-slider .slick-slide {
        padding: 10px
    }
}

.accolades-section .accolades-items .accolades-items-slider .slick-slide:not(.slick-current) .accolade-item {
    opacity: .9;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .11)
}

@media print,
screen and (min-width:48em) {
    .accolades-section .accolades-items .accolades-items-slider .slick-slide:not(.slick-current) .accolade-item {
        opacity: 1
    }
}

@media print,
screen and (min-width:48em) {
    .accolades-section .accolades-items .accolades-items-slider .slick-slide:not(.slick-current) .accolade-item:active,
    .accolades-section .accolades-items .accolades-items-slider .slick-slide:not(.slick-current) .accolade-item:focus,
    .accolades-section .accolades-items .accolades-items-slider .slick-slide:not(.slick-current) .accolade-item:hover {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .11)
    }
}

.accolades-section .accolades-items .accolades-items-slider .slick-list {
    padding-bottom: 30px!important
}

@media print,
screen and (min-width:48em) {
    .accolades-section .accolades-items .accolades-items-slider .slick-list {
        padding: 0!important
    }
}

.accolades-section .accolades-items .accolades-items-slider .accolade-item {
    position: relative;
    width: 100%;
    min-height: 160px;
    padding: 2px;
    opacity: 1;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .11);
    background-color: #fff;
    text-align: center;
    transition: all .35s ease;
    transition-property: box-shadow, opacity, -webkit-transform;
    transition-property: box-shadow, opacity, transform;
    transition-property: box-shadow, opacity, transform, -webkit-transform;
    transition-delay: .5s
}

@media print,
screen and (min-width:48em) {
    .accolades-section .accolades-items .accolades-items-slider .accolade-item {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .11);
        transition-delay: 0s
    }
}

@media screen and (min-width:75em) {
    .accolades-section .accolades-items .accolades-items-slider .accolade-item {
        min-height: 190px
    }
}

@media screen and (min-width:100em) {
    .accolades-section .accolades-items .accolades-items-slider .accolade-item {
        min-height: 220px
    }
}

@media screen and (min-width:120em) {
    .accolades-section .accolades-items .accolades-items-slider .accolade-item {
        min-height: 240px
    }
}

.accolades-section .accolades-items .accolades-items-slider .accolade-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media print,
screen and (min-width:48em) {
    .accolades-section .accolades-items .accolades-items-slider .accolade-item a {
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }
}

.accolades-section .accolades-items .accolades-items-slider .accolade-item a img {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.accolades-section .accolades-items .accolades-items-slider .accolade-item blockquote {
    color: #000;
    font-style: italic;
    border: none;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4
}

@media print,
screen and (min-width:48em) {
    .accolades-section .accolades-items .accolades-items-slider .accolade-item blockquote {
        margin-top: 20px;
        font-size: .8125rem
    }
}

@media print,
screen and (min-width:64em) {
    .accolades-section .accolades-items .accolades-items-slider .accolade-item blockquote {
        font-size: 1rem
    }
}

@media screen and (min-width:75em) {
    .accolades-section .accolades-items .accolades-items-slider .accolade-item blockquote {
        font-size: 1.25rem;
        line-height: 1.2;
        margin-top: 30px
    }
}

@media screen and (min-width:100em) {
    .accolades-section .accolades-items .accolades-items-slider .accolade-item blockquote {
        font-size: 1.375rem
    }
}

@media screen and (min-width:120em) {
    .accolades-section .accolades-items .accolades-items-slider .accolade-item blockquote {
        font-size: 1.5rem
    }
}

.accolades-section .accolades-items .accolades-items-slider .accolade-item blockquote .gold-text {
    color: #86753e
}

.accolades-section .accolades-items .accolades-items-slider .accolade-item img {
    display: block;
    margin: 0 auto;
    width: 85px;
    max-width: 95%
}

@media print,
screen and (min-width:48em) {
    .accolades-section .accolades-items .accolades-items-slider .accolade-item img {
        max-width: 50%;
        margin-bottom: 20px
    }
}

@media screen and (min-width:75em) {
    .accolades-section .accolades-items .accolades-items-slider .accolade-item img {
        margin-bottom: 30px
    }
}

@media screen and (min-width:100em) {
    .accolades-section .accolades-items .accolades-items-slider .accolade-item img {
        width: 125px;
        max-width: 70%
    }
}

@media print,
screen and (min-width:48em) {
    .accolades-section .accolades-items .accolades-items-slider .accolade-item:active,
    .accolades-section .accolades-items .accolades-items-slider .accolade-item:focus,
    .accolades-section .accolades-items .accolades-items-slider .accolade-item:hover {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .11)
    }
}

.accolades-section .accolades-items .slick-dots {
    width: 155px;
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (min-width:48em) {
    .accolades-section .accolades-items .slick-dots {
        margin-top: 20px;
        width: 170px
    }
}

@media print,
screen and (min-width:64em) {
    .accolades-section .accolades-items .slick-dots {
        width: 200px
    }
}

@media screen and (min-width:75em) {
    .accolades-section .accolades-items .slick-dots {
        width: 250px
    }
}

@media screen and (min-width:100em) {
    .accolades-section .accolades-items .slick-dots {
        width: 300px
    }
}

.accolades-section .accolades-items .slick-dots li {
    display: block;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 2px;
    margin-right: 2px
}

.accolades-section .accolades-items .slick-dots li button {
    display: block;
    font-size: 0;
    width: 100%;
    height: 3px;
    background-color: #ccc;
    transition: background-color .35s ease;
    cursor: pointer
}

.accolades-section .accolades-items .slick-dots li.slick-active button {
    background-color: #86753e
}

.accolades-section .accolades-heading {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media print,
screen and (min-width:48em) {
    .accolades-section .accolades-heading {
        width: 160px;
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:64em) {
    .accolades-section .accolades-heading {
        width: 180px
    }
}

@media screen and (min-width:87.5em) {
    .accolades-section .accolades-heading {
        width: 200px;
        padding-left: 40px
    }
}

@media screen and (min-width:100em) {
    .accolades-section .accolades-heading {
        width: 230px
    }
}

@media screen and (min-width:112.5em) {
    .accolades-section .accolades-heading {
        width: 275px;
        padding-left: 60px
    }
}

@media screen and (min-width:120em) {
    .accolades-section .accolades-heading {
        width: 300px
    }
}

.accolades-section .accolades-heading .slide-counter {
    font-size: .625rem;
    color: #ccc;
    font-weight: 800;
    letter-spacing: 1.5px
}

@media print,
screen and (min-width:48em) {
    .accolades-section .accolades-heading .slide-counter {
        display: none
    }
}

.accolades-section {
    visibility: hidden
}

.accolades-section .accolades-featured-image:after {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    content: '';
    transition: left .6s .45s ease-in-out
}

.accolades-section.scrollinview-inview {
    visibility: visible
}

.accolades-section.scrollinview-inview .accolades-featured-image:after {
    left: 100%
}

.accolades-section.scrollinview-inview .slick-slide.slick-active .accolade-item {
    -webkit-animation: fade-in-top .5s ease-out .4s 1 normal both;
    animation: fade-in-top .5s ease-out .4s 1 normal both
}

.accolades-section.scrollinview-inview .slick-slide.slick-active+.slick-active .accolade-item {
    -webkit-animation: fade-in-top .5s ease-out .6s 1 normal both;
    animation: fade-in-top .5s ease-out .6s 1 normal both
}

.accolades-section.scrollinview-inview .slick-slide.slick-active+.slick-active+.slick-active .accolade-item {
    -webkit-animation: fade-in-top .5s ease-out .8s 1 normal both;
    animation: fade-in-top .5s ease-out .8s 1 normal both
}

.social-media-feed {
    position: relative;
    padding-top: 40px;
    padding-bottom: 60px
}

@media screen and (min-width:25em) {
    .social-media-feed {
        padding-top: 80px
    }
}

@media screen and (min-width:31.25em) {
    .social-media-feed {
        padding-top: 120px
    }
}

@media screen and (min-width:37.5em) {
    .social-media-feed {
        padding-top: 160px;
        padding-bottom: 80px
    }
}

@media screen and (min-width:43.75em) {
    .social-media-feed {
        padding-top: 180px
    }
}

@media print,
screen and (min-width:48em) {
    .social-media-feed {
        padding-top: 40px;
        padding-bottom: 0
    }
}

@media screen and (min-width:75em) {
    .social-media-feed {
        padding-top: 60px
    }
}

@media screen and (min-width:100em) {
    .social-media-feed {
        padding-top: 80px
    }
}

.social-media-feed .instagram-feed-heading {
    padding-left: 14px;
    padding-right: 14px
}

@media print,
screen and (min-width:48em) {
    .social-media-feed .instagram-feed-heading {
        position: relative;
        left: -40px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.social-media-feed .instagram-feed-container {
    position: relative
}

@media print,
screen and (min-width:48em) {
    .social-media-feed .instagram-feed-container {
        padding-bottom: 80px
    }
}

@media screen and (min-width:75em) {
    .social-media-feed .instagram-feed-container {
        padding-bottom: 100px
    }
}

@media screen and (min-width:87.5em) {
    .social-media-feed .instagram-feed-container {
        padding-bottom: 120px
    }
}

@media screen and (min-width:100em) {
    .social-media-feed .instagram-feed-container {
        padding-bottom: 140px
    }
}

@media screen and (min-width:120em) {
    .social-media-feed .instagram-feed-container {
        padding-bottom: 160px
    }
}

.social-media-feed .instagram-feed-container .eapps-instagram-feed-posts-grid-load-more-container {
    display: none
}

.social-media-feed .instagram-feed-container .feed-background-decorations {
    position: absolute;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (min-width:48em) {
    .social-media-feed .instagram-feed-container .feed-background-decorations {
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.social-media-feed .instagram-feed-container .feed-background-decorations .text-decoration {
    color: #ccc;
    opacity: .2;
    letter-spacing: -3.3px;
    font-weight: 800
}

.social-media-feed .instagram-feed-container .feed-background-decorations .text-decoration {
    font-size: 72px
}

@media screen and (min-width:280px) {
    .social-media-feed .instagram-feed-container .feed-background-decorations .text-decoration {
        font-size: calc(72px + 122 * ((100vw - 280px)/ 487))
    }
}

@media screen and (min-width:767px) {
    .social-media-feed .instagram-feed-container .feed-background-decorations .text-decoration {
        font-size: 194px
    }
}

@media screen and (min-width:25em) {
    .social-media-feed .instagram-feed-container .feed-background-decorations .text-decoration {
        margin-top: 20%
    }
}

@media screen and (min-width:31.25em) {
    .social-media-feed .instagram-feed-container .feed-background-decorations .text-decoration {
        margin-top: 30%
    }
}

@media print,
screen and (min-width:48em) {
    .social-media-feed .instagram-feed-container .feed-background-decorations .text-decoration {
        position: relative;
        right: -10px;
        margin-top: 0;
        margin-bottom: 35%
    }
    .social-media-feed .instagram-feed-container .feed-background-decorations .text-decoration {
        font-size: 90px
    }
}

@media screen and (min-width:48em) and (min-width:768px) {
    .social-media-feed .instagram-feed-container .feed-background-decorations .text-decoration {
        font-size: calc(90px + 184 * ((100vw - 768px)/ 1632))
    }
}

@media screen and (min-width:48em) and (min-width:2400px) {
    .social-media-feed .instagram-feed-container .feed-background-decorations .text-decoration {
        font-size: 274px
    }
}

@media screen and (min-width:87.5em) {
    .social-media-feed .instagram-feed-container .feed-background-decorations .text-decoration {
        margin-bottom: 28%
    }
}

@media screen and (min-width:112.5em) {
    .social-media-feed .instagram-feed-container .feed-background-decorations .text-decoration {
        right: -20px;
        margin-bottom: 22%
    }
}

@media screen and (min-width:120em) {
    .social-media-feed .instagram-feed-container .feed-background-decorations .text-decoration {
        right: -40px
    }
}

.social-media-feed .instagram-feed-container .feed-background-decorations .feed-background-image {
    display: none
}

@media print,
screen and (min-width:48em) {
    .social-media-feed .instagram-feed-container .feed-background-decorations .feed-background-image {
        position: absolute;
        bottom: 0;
        left: 10%;
        display: block;
        width: 30%;
        height: 99%;
        background-size: auto 120%;
        background-position: 90% bottom;
        background-repeat: no-repeat;
        opacity: .75
    }
}

@media screen and (min-width:120em) {
    .social-media-feed .instagram-feed-container .feed-background-decorations .feed-background-image {
        width: 28%
    }
}

.social-media-feed .instagram-feed-container .instagram-feed {
    position: relative;
    z-index: 2
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed {
    overflow: visible!important
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view {
    padding-top: 85px!important;
    padding-bottom: 200px!important;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:25em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view {
        padding-bottom: 240px!important
    }
}

@media screen and (min-width:31.25em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view {
        padding-bottom: 280px!important
    }
}

@media screen and (min-width:37.5em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view {
        padding-top: 100px!important;
        padding-bottom: 320px!important
    }
}

@media screen and (min-width:43.75em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view {
        padding-bottom: 360px!important
    }
}

@media print,
screen and (min-width:48em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view {
        padding-top: 140px!important;
        padding-bottom: 260px!important
    }
}

@media print,
screen and (min-width:64em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view {
        padding-top: 160px!important;
        padding-bottom: 280px!important
    }
}

@media screen and (min-width:75em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view {
        padding-top: 180px!important;
        padding-bottom: 320px!important
    }
}

@media screen and (min-width:87.5em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view {
        padding-top: 220px!important
    }
}

@media screen and (min-width:100em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view {
        padding-top: 240px!important;
        padding-bottom: 360px!important
    }
}

@media screen and (min-width:120em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view {
        padding-top: 260px!important;
        padding-bottom: 440px!important
    }
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item {
    position: absolute;
    z-index: 3;
    width: 35%!important;
    border: none;
    background: 0 0!important;
    overflow: visible;
    -webkit-transform: translateZ(20px);
    transform: translateZ(20px)
}

@media print,
screen and (min-width:48em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item {
        width: 17.5%!important
    }
}

@media print,
screen and (min-width:64em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item {
        width: 16.5%!important
    }
}

@media screen and (min-width:75em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item {
        width: 14.5%!important
    }
}

@media screen and (min-width:100em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item {
        width: 14%!important
    }
}

@media screen and (min-width:120em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item {
        width: 14.25%!important
    }
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-header {
    display: none
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-header .eapps-instagram-feed-posts-item-instagram-link {
    display: none
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-media {
    position: relative;
    z-index: 2;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .24);
    transition: box-shadow .35s ease;
    cursor: pointer
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-media .eapps-instagram-feed-posts-item-image-wrapper {
    margin: 0
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-media:active,
.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-media:focus,
.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-media:hover {
    box-shadow: 0 7px 10px 0 rgba(0, 0, 0, .57)
}

@media print,
screen and (min-width:48em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-media:active,
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-media:focus,
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-media:hover {
        box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .57)
    }
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-media:active .eapps-instagram-feed-posts-item-meta,
.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-media:focus .eapps-instagram-feed-posts-item-meta,
.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-media:hover .eapps-instagram-feed-posts-item-meta {
    opacity: 1
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-meta {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .75);
    font-family: Gotham, sans-serif;
    opacity: 0;
    transition: opacity .35s ease
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-meta .eapps-instagram-feed-posts-item-counters a {
    color: #fff!important
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-meta .eapps-instagram-feed-posts-item-counters .eapps-instagram-feed-posts-item-comments-count,
.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-meta .eapps-instagram-feed-posts-item-counters .eapps-instagram-feed-posts-item-likes-count {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-meta .eapps-instagram-feed-posts-item-counters .eapps-instagram-feed-posts-item-likes-count {
    margin-right: 15px
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-meta .eapps-instagram-feed-posts-item-counters .eapps-instagram-feed-posts-item-comments-count {
    margin-right: 0
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-meta .eapps-instagram-feed-posts-item-counters .eapps-instagram-feed-posts-item-comments-count:before {
    content: '';
    display: block;
    background-image: url(/wp-content/themes/stk2018/includes/icons/comment.svg);
    background-position: center;
    background-size: contain;
    width: 24px;
    height: 24px
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-meta .eapps-instagram-feed-posts-item-counters .eapps-instagram-feed-posts-item-comments-count-icon {
    display: none
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-meta .eapps-instagram-feed-posts-item-counters .eapps-instagram-feed-posts-item-comments-count-label,
.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-meta .eapps-instagram-feed-posts-item-counters .eapps-instagram-feed-posts-item-likes-count-label {
    margin-left: 0;
    margin-top: 7px;
    font-size: .6875rem
}

@media screen and (min-width:75em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-meta .eapps-instagram-feed-posts-item-counters .eapps-instagram-feed-posts-item-comments-count-label,
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-meta .eapps-instagram-feed-posts-item-counters .eapps-instagram-feed-posts-item-likes-count-label {
        font-size: .75rem
    }
}

@media screen and (min-width:87.5em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-meta .eapps-instagram-feed-posts-item-counters .eapps-instagram-feed-posts-item-comments-count-label,
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-meta .eapps-instagram-feed-posts-item-counters .eapps-instagram-feed-posts-item-likes-count-label {
        margin-top: 10px;
        font-size: .8125rem
    }
}

@media screen and (min-width:112.5em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-meta .eapps-instagram-feed-posts-item-counters .eapps-instagram-feed-posts-item-comments-count-label,
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-meta .eapps-instagram-feed-posts-item-counters .eapps-instagram-feed-posts-item-likes-count-label {
        font-size: .875rem
    }
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-meta .eapps-instagram-feed-posts-item-share {
    display: none
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item .eapps-instagram-feed-posts-item-content {
    display: none
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child {
    position: relative;
    width: 85%!important
}

@media print,
screen and (min-width:48em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child {
        position: relative;
        left: 80px;
        width: 65%!important;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media print,
screen and (min-width:64em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child {
        width: 63%!important
    }
}

@media screen and (min-width:75em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child {
        left: 120px
    }
}

@media screen and (min-width:100em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child {
        width: 57%!important
    }
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-header {
    display: none;
    position: absolute;
    z-index: 4;
    width: auto;
    height: auto
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-header .eapps-instagram-feed-posts-item-user-name-wrapper {
    display: none
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-header .eapps-instagram-feed-posts-item-user {
    padding: 0
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-header .eapps-instagram-feed-posts-item-user .eapps-instagram-feed-posts-item-user-image-wrapper {
    margin-right: 0;
    background: 0 0;
    width: 48px;
    height: 48px
}

@media screen and (min-width:75em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-header .eapps-instagram-feed-posts-item-user .eapps-instagram-feed-posts-item-user-image-wrapper {
        width: 74px;
        height: 74px
    }
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-header .eapps-instagram-feed-posts-item-user .eapps-instagram-feed-posts-item-user-image-wrapper a {
    background-color: #000;
    padding: 4px;
    border: 1px solid #fff
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-header .eapps-instagram-feed-posts-item-user .eapps-instagram-feed-posts-item-user-image-wrapper a .eapps-instagram-feed-posts-item-user-image {
    width: 100%;
    height: auto;
    box-shadow: none!important
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-media {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, .24)
}

@media print,
screen and (min-width:48em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-media {
        width: 45%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0
    }
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-media .eapps-instagram-feed-posts-item-header {
    display: block;
    left: calc(50% - 24px);
    bottom: -24px
}

@media print,
screen and (min-width:48em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-media .eapps-instagram-feed-posts-item-header {
        left: auto;
        right: -24px;
        bottom: calc(50% - 24px)
    }
}

@media screen and (min-width:75em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-media .eapps-instagram-feed-posts-item-header {
        right: -37px;
        bottom: calc(50% - 37px)
    }
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-content {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media print,
screen and (min-width:48em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-content {
        width: calc(55% - 50px);
        margin-left: 50px;
        margin-right: 0
    }
}

@media screen and (min-width:75em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-content {
        width: calc(55% - 80px);
        margin-left: 80px
    }
}

@media screen and (min-width:100em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-content {
        max-width: 500px
    }
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-content a {
    position: relative;
    width: 100%;
    text-decoration: none!important;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (min-width:48em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-content a {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-content a:before {
    content: '';
    background-image: url(/wp-content/themes/stk2018/includes/icons/insta-icon-gold.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 18px;
    height: 18px
}

@media print,
screen and (min-width:48em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-content a:before {
        margin-bottom: 20px
    }
}

@media screen and (min-width:75em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-content a:before {
        margin-bottom: 25px
    }
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-content a:after {
    display: none
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-content a .eapps-instagram-feed-posts-item-text {
    text-decoration: none!important;
    width: calc(100% - 60px);
    margin-left: 30px;
    font-family: Gotham, sans-serif;
    font-size: .625rem;
    letter-spacing: .75px;
    line-height: 1.65;
    max-height: 100%
}

@media screen and (min-width:37.5em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-content a .eapps-instagram-feed-posts-item-text {
        font-size: .6875rem
    }
}

@media print,
screen and (min-width:48em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-content a .eapps-instagram-feed-posts-item-text {
        width: 100%;
        font-size: .625rem;
        margin-left: 0;
        line-height: 1.9
    }
}

@media screen and (min-width:87.5em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-content a .eapps-instagram-feed-posts-item-text {
        font-size: .6875rem
    }
}

@media screen and (min-width:112.5em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-content a .eapps-instagram-feed-posts-item-text {
        font-size: .75rem
    }
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-content a.instagram-cta {
    display: none
}

@media print,
screen and (min-width:48em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-content a.instagram-cta {
        position: relative;
        z-index: 4;
        display: block;
        color: #fff!important;
        text-align: center;
        margin-top: 20px;
        max-width: 175px;
        margin-bottom: 0;
        text-decoration: none
    }
}

@media print,
screen and (min-width:64em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-content a.instagram-cta {
        max-width: 200px
    }
}

@media screen and (min-width:75em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-content a.instagram-cta {
        margin-top: 25px
    }
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:first-child .eapps-instagram-feed-posts-item-content a.instagram-cta:before {
    display: none
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(2) .eapps-instagram-feed-posts-item-media:before,
.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(3) .eapps-instagram-feed-posts-item-media:before,
.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(4) .eapps-instagram-feed-posts-item-media:before,
.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(5) .eapps-instagram-feed-posts-item-media:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    background-color: #86753e
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(2) .eapps-instagram-feed-posts-item-media a,
.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(3) .eapps-instagram-feed-posts-item-media a,
.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(4) .eapps-instagram-feed-posts-item-media a,
.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(5) .eapps-instagram-feed-posts-item-media a {
    display: block;
    position: relative;
    z-index: 2
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(2) {
    right: 20px;
    bottom: calc(100% - 40px)
}

@media screen and (min-width:37.5em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(2) {
        right: 40px
    }
}

@media print,
screen and (min-width:48em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(2) {
        right: 120px;
        bottom: auto;
        top: -20px
    }
}

@media screen and (min-width:75em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(2) {
        right: 220px
    }
}

@media screen and (min-width:100em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(2) {
        top: 0;
        right: 320px
    }
}

@media screen and (min-width:120em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(2) {
        right: 400px
    }
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(2) .eapps-instagram-feed-posts-item-media:before {
    top: -3px;
    right: -3px;
    width: 100%;
    height: 10px
}

@media print,
screen and (min-width:48em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(2) .eapps-instagram-feed-posts-item-media:before {
        top: -5px;
        right: -5px;
        height: 15px
    }
}

@media screen and (min-width:75em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(2) .eapps-instagram-feed-posts-item-media:before {
        height: 20px
    }
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(3) {
    left: 25px;
    bottom: 40px
}

@media screen and (min-width:37.5em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(3) {
        left: 50px
    }
}

@media print,
screen and (min-width:48em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(3) {
        left: 40px;
        bottom: 50%
    }
}

@media screen and (min-width:75em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(3) {
        left: 80px
    }
}

@media screen and (min-width:100em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(3) {
        left: 100px
    }
}

@media screen and (min-width:120em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(3) {
        left: 140px
    }
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(3) .eapps-instagram-feed-posts-item-media:before {
    top: 3px;
    left: -3px;
    width: 10px;
    height: 100%
}

@media print,
screen and (min-width:48em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(3) .eapps-instagram-feed-posts-item-media:before {
        top: 5px;
        left: -5px;
        width: 15px
    }
}

@media screen and (min-width:75em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(3) .eapps-instagram-feed-posts-item-media:before {
        width: 20px
    }
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(4) {
    right: 25px;
    bottom: 0
}

@media screen and (min-width:37.5em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(4) {
        right: 50px
    }
}

@media print,
screen and (min-width:48em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(4) {
        right: auto;
        left: 160px;
        bottom: 30px
    }
}

@media screen and (min-width:75em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(4) {
        bottom: 40px;
        left: 240px
    }
}

@media screen and (min-width:100em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(4) {
        left: 320px
    }
}

@media screen and (min-width:120em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(4) {
        left: 400px
    }
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(4) .eapps-instagram-feed-posts-item-media:before {
    top: -3px;
    right: -3px;
    width: 10px;
    height: 100%
}

@media print,
screen and (min-width:48em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(4) .eapps-instagram-feed-posts-item-media:before {
        top: -5px;
        right: -5px;
        width: 15px
    }
}

@media screen and (min-width:75em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(4) .eapps-instagram-feed-posts-item-media:before {
        width: 20px
    }
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(5) {
    display: none
}

@media print,
screen and (min-width:48em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(5) {
        display: block;
        right: 80px;
        bottom: 0
    }
}

@media screen and (min-width:75em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(5) {
        right: 140px
    }
}

@media screen and (min-width:100em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(5) {
        right: 200px
    }
}

@media screen and (min-width:120em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(5) {
        right: 280px
    }
}

@media print,
screen and (min-width:48em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(5) .eapps-instagram-feed-posts-item-media:before {
        bottom: -5px;
        left: -5px;
        width: 100%;
        height: 15px
    }
}

@media screen and (min-width:75em) {
    .social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(5) .eapps-instagram-feed-posts-item-media:before {
        height: 20px
    }
}

.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:active,
.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:focus,
.social-media-feed .instagram-feed-container .instagram-feed .eapps-instagram-feed-posts-container .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:hover {
    outline: 0
}

.instagram-feed-container .eapps-instagram-feed-posts-item {
    visibility: hidden!important
}

.instagram-feed-container .feed-wrapper {
    visibility: hidden!important
}

.instagram-feed-container .feed-wrapper.scrollinview-inview {
    visibility: visible
}

.instagram-feed-container .feed-wrapper.scrollinview-inview .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item {
    visibility: visible!important
}

.instagram-feed-container .feed-wrapper.scrollinview-inview .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(1) {
    -webkit-animation: fade-in-top .5s ease-out .3s 1 normal both;
    animation: fade-in-top .5s ease-out .3s 1 normal both
}

.instagram-feed-container .feed-wrapper.scrollinview-inview .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(2) {
    -webkit-animation: fade-in-top .5s ease-out .4s 1 normal both;
    animation: fade-in-top .5s ease-out .4s 1 normal both
}

.instagram-feed-container .feed-wrapper.scrollinview-inview .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(3) {
    -webkit-animation: fade-in-top .5s ease-out .5s 1 normal both;
    animation: fade-in-top .5s ease-out .5s 1 normal both
}

.instagram-feed-container .feed-wrapper.scrollinview-inview .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(4) {
    -webkit-animation: fade-in-top .5s ease-out .6s 1 normal both;
    animation: fade-in-top .5s ease-out .6s 1 normal both
}

.instagram-feed-container .feed-wrapper.scrollinview-inview .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item:nth-child(5) {
    -webkit-animation: fade-in-top .5s ease-out .7s 1 normal both;
    animation: fade-in-top .5s ease-out .7s 1 normal both
}

@-webkit-keyframes fade-in-top-075 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: .75;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fade-in-top-075 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: .75;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fade-in-top-020 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: .2;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fade-in-top-020 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: .2;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.reservation-cta-section {
    margin-top: 40px;
    margin-bottom: 40px
}

@media print,
screen and (min-width:48em) {
    .reservation-cta-section {
        margin-top: 60px;
        margin-bottom: 60px
    }
}

@media print,
screen and (min-width:64em) {
    .reservation-cta-section {
        margin-top: 80px
    }
}

@media screen and (min-width:75em) {
    .reservation-cta-section {
        margin-top: 100px
    }
}

@media screen and (min-width:100em) {
    .reservation-cta-section {
        margin-top: 120px
    }
}

.reservation-cta-section .reservation-cta-header {
    position: relative;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    overflow: hidden
}

@media screen and (min-width:25em) {
    .reservation-cta-section .reservation-cta-header {
        height: 125px
    }
}

@media screen and (min-width:31.25em) {
    .reservation-cta-section .reservation-cta-header {
        height: 150px
    }
}

@media screen and (min-width:40.625em) {
    .reservation-cta-section .reservation-cta-header {
        height: 175px
    }
}

@media print,
screen and (min-width:48em) {
    .reservation-cta-section .reservation-cta-header {
        height: 200px
    }
}

@media print,
screen and (min-width:64em) {
    .reservation-cta-section .reservation-cta-header {
        height: 225px;
        margin-bottom: 30px
    }
}

@media screen and (min-width:75em) {
    .reservation-cta-section .reservation-cta-header {
        height: 250px;
        margin-bottom: 40px
    }
}

@media screen and (min-width:100em) {
    .reservation-cta-section .reservation-cta-header {
        height: 275px
    }
}

.reservation-cta-section .reservation-cta-header .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.reservation-cta-section .reservation-cta-header .bg-image:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .15)
}

.reservation-cta-section .reservation-cta-header .bg-image .image-reveal-element {
    display: block
}

.reservation-cta-section .reservation-cta-header .bg-image .modal-elem-title {
    position: absolute;
    bottom: -1px;
    left: 5px;
    z-index: 3;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    line-height: .6;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 1rem
}

.reservation-cta-section .reservation-cta-header .bg-image .modal-elem-title {
    font-size: 27px
}

@media screen and (min-width:280px) {
    .reservation-cta-section .reservation-cta-header .bg-image .modal-elem-title {
        font-size: calc(27px + 37 * ((100vw - 280px)/ 169))
    }
}

@media screen and (min-width:449px) {
    .reservation-cta-section .reservation-cta-header .bg-image .modal-elem-title {
        font-size: 64px
    }
}

@media screen and (min-width:28.125em) {
    .reservation-cta-section .reservation-cta-header .bg-image .modal-elem-title {
        left: 10px;
        letter-spacing: 1.625rem
    }
    .reservation-cta-section .reservation-cta-header .bg-image .modal-elem-title {
        font-size: 49px
    }
}

@media screen and (min-width:28.125em) and (min-width:450px) {
    .reservation-cta-section .reservation-cta-header .bg-image .modal-elem-title {
        font-size: calc(49px + 27 * ((100vw - 450px)/ 124))
    }
}

@media screen and (min-width:28.125em) and (min-width:574px) {
    .reservation-cta-section .reservation-cta-header .bg-image .modal-elem-title {
        font-size: 76px
    }
}

@media print,
screen and (min-width:48em) {
    .reservation-cta-section .reservation-cta-header .bg-image .modal-elem-title {
        left: 12px;
        letter-spacing: 2.3125rem;
        font-size: 4.5625rem
    }
}

@media print,
screen and (min-width:64em) {
    .reservation-cta-section .reservation-cta-header .bg-image .modal-elem-title {
        letter-spacing: 2.52937rem;
        font-size: 4.8125rem
    }
}

@media screen and (min-width:100em) {
    .reservation-cta-section .reservation-cta-header .bg-image .modal-elem-title {
        left: 15px;
        letter-spacing: 3.25rem;
        font-size: 5.75rem
    }
}

.reservation-cta-section .currently-reserving-counter {
    margin-bottom: 20px
}

@media print,
screen and (min-width:64em) {
    .reservation-cta-section .currently-reserving-counter {
        margin-bottom: 35px
    }
}

.reservation-cta-section .currently-reserving-counter .users-browsing-online {
    text-align: center
}

.reservation-cta-section .currently-reserving-counter .users-browsing-online img {
    width: 9px;
    height: auto
}

.reservation-cta-section .currently-reserving-counter .users-browsing-online span {
    color: #86753e;
    font-size: .75rem;
    font-weight: 800;
    margin-left: 10px
}

@media print,
screen and (min-width:64em) {
    .reservation-cta-section .currently-reserving-counter .users-browsing-online span {
        font-size: .875rem
    }
}

@media screen and (min-width:75em) {
    .reservation-cta-section .currently-reserving-counter .users-browsing-online span {
        font-size: 1rem
    }
}

.reservation-cta-section .reservation-cta-open-table-widget-wrapper {
    position: relative;
    z-index: 2
}

.reservation-cta-section .open-table-widget-container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 50rem
}

.about-page-hero {
    position: relative
}

@media print,
screen and (min-width:48em) {
    .about-page-hero {
        margin-bottom: 80px
    }
}

@media print,
screen and (min-width:64em) {
    .about-page-hero {
        margin-bottom: 100px
    }
}

@media screen and (min-width:75em) {
    .about-page-hero {
        margin-bottom: 120px
    }
}

@media screen and (min-width:100em) {
    .about-page-hero {
        margin-bottom: 140px
    }
}

@media screen and (min-width:120em) {
    .about-page-hero {
        margin-bottom: 180px
    }
}

.about-page-hero .hero-main {
    position: relative;
    overflow: hidden;
    background-color: #000
}

@media print,
screen and (min-width:48em) {
    .about-page-hero .hero-main:after {
        content: '';
        position: absolute;
        width: 30%;
        height: 100%;
        top: 0;
        right: 0;
        background-color: #fff
    }
}

.about-page-hero .hero-main .hero-content-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    border: 7px solid #fff;
    background-color: #fff
}

@media print,
screen and (min-width:48em) {
    .about-page-hero .hero-main .hero-content-wrapper {
        width: 85%;
        margin-left: 5%;
        padding-bottom: 10px
    }
}

@media screen and (min-width:75em) {
    .about-page-hero .hero-main .hero-content-wrapper {
        width: 86%;
        margin-left: 5.5%;
        padding-bottom: 40px
    }
}

@media (min-width:1600px) {
    .about-page-hero .hero-main .hero-content-wrapper {
        width: 87.5%
    }
}

@media screen and (min-width:125em) {
    .about-page-hero .hero-main .hero-content-wrapper {
        padding-bottom: 60px
    }
}

@media screen and (min-width:150em) {
    .about-page-hero .hero-main .hero-content-wrapper {
        padding-bottom: 80px
    }
}

.about-page-hero .hero-main .about-main-image,
.about-page-hero .hero-main .about-side-image {
    background-size: cover;
    background-position: center
}

.about-page-hero .hero-main .image-reveal-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: transparent
}

.about-page-hero .hero-main .image-reveal-wrapper .image-reveal-element {
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0
}

.about-page-hero .hero-main .about-main-image {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 315px;
    background-color: #111
}

@media screen and (min-width:28.125em) {
    .about-page-hero .hero-main .about-main-image {
        height: 350px
    }
}

@media screen and (min-width:34.375em) {
    .about-page-hero .hero-main .about-main-image {
        height: 375px
    }
}

@media screen and (min-width:40.625em) {
    .about-page-hero .hero-main .about-main-image {
        height: 400px
    }
}

@media screen and (min-width:46.875em) {
    .about-page-hero .hero-main .about-main-image {
        height: 450px
    }
}

@media print,
screen and (min-width:48em) {
    .about-page-hero .hero-main .about-main-image {
        position: static;
        width: calc(70% - 3.5px);
        height: 225px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media screen and (min-width:56.25em) {
    .about-page-hero .hero-main .about-main-image {
        height: 275px
    }
}

@media print,
screen and (min-width:64em) {
    .about-page-hero .hero-main .about-main-image {
        width: calc(75% - 3.5px);
        height: 325px
    }
}

@media screen and (min-width:75em) {
    .about-page-hero .hero-main .about-main-image {
        height: 375px
    }
}

@media screen and (min-width:87.5em) {
    .about-page-hero .hero-main .about-main-image {
        height: 425px
    }
}

@media screen and (min-width:100em) {
    .about-page-hero .hero-main .about-main-image {
        width: calc(72% - 3.5px);
        height: 475px
    }
}

@media screen and (min-width:112.5em) {
    .about-page-hero .hero-main .about-main-image {
        height: 525px
    }
}

@media screen and (min-width:120em) {
    .about-page-hero .hero-main .about-main-image {
        height: 600px
    }
}

@media screen and (min-width:131.25em) {
    .about-page-hero .hero-main .about-main-image {
        height: 650px
    }
}

@media screen and (min-width:143.75em) {
    .about-page-hero .hero-main .about-main-image {
        height: 700px
    }
}

@media print,
screen and (min-width:48em) {
    .about-page-hero .hero-main .about-main-image .image-reveal-wrapper {
        width: calc(70% - 3.5px);
        height: 225px
    }
}

@media screen and (min-width:56.25em) {
    .about-page-hero .hero-main .about-main-image .image-reveal-wrapper {
        height: 275px
    }
}

@media print,
screen and (min-width:64em) {
    .about-page-hero .hero-main .about-main-image .image-reveal-wrapper {
        width: calc(75% - 3.5px);
        height: 325px
    }
}

@media screen and (min-width:75em) {
    .about-page-hero .hero-main .about-main-image .image-reveal-wrapper {
        height: 375px
    }
}

@media screen and (min-width:87.5em) {
    .about-page-hero .hero-main .about-main-image .image-reveal-wrapper {
        height: 425px
    }
}

@media screen and (min-width:100em) {
    .about-page-hero .hero-main .about-main-image .image-reveal-wrapper {
        width: calc(72% - 3.5px);
        height: 475px
    }
}

@media screen and (min-width:112.5em) {
    .about-page-hero .hero-main .about-main-image .image-reveal-wrapper {
        height: 525px
    }
}

@media screen and (min-width:120em) {
    .about-page-hero .hero-main .about-main-image .image-reveal-wrapper {
        height: 600px
    }
}

@media screen and (min-width:131.25em) {
    .about-page-hero .hero-main .about-main-image .image-reveal-wrapper {
        height: 650px
    }
}

@media screen and (min-width:143.75em) {
    .about-page-hero .hero-main .about-main-image .image-reveal-wrapper {
        height: 700px
    }
}

.about-page-hero .hero-main .about-main-image .text-decoration {
    position: absolute;
    z-index: 3;
    bottom: -2px;
    left: 0;
    margin-bottom: 0;
    width: 100%;
    height: auto;
    font-weight: 800;
    line-height: 0;
    text-align: center;
    text-transform: uppercase
}

.about-page-hero .hero-main .about-main-image .text-decoration {
    font-size: 2.875rem
}

@media screen and (min-width:18.75rem) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: calc(2.875rem + 3.625 * ((100vw - 18.75rem)/ 12.44))
    }
}

@media screen and (min-width:31.19rem) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: 6.5rem
    }
}

@media screen and (min-width:31.25em) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: 5.313rem
    }
}

@media screen and (min-width:31.25em) and (min-width:31.25rem) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: calc(5.313rem + 1.687 * ((100vw - 31.25rem)/ 6.19))
    }
}

@media screen and (min-width:31.25em) and (min-width:37.44rem) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: 7rem
    }
}

@media screen and (min-width:37.5em) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: 5.25rem
    }
}

@media screen and (min-width:37.5em) and (min-width:37.5rem) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: calc(5.25rem + 3 * ((100vw - 37.5rem)/ 10.44))
    }
}

@media screen and (min-width:37.5em) and (min-width:47.94rem) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: 8.25rem
    }
}

@media print,
screen and (min-width:48em) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        position: static;
        line-height: .6
    }
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: 68px
    }
}

@media screen and (min-width:48em) and (min-width:768px) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: calc(68px + 43 * ((100vw - 768px)/ 255))
    }
}

@media screen and (min-width:48em) and (min-width:1023px) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: 111px
    }
}

@media print,
screen and (min-width:64em) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: 110px
    }
}

@media screen and (min-width:64em) and (min-width:1024px) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: calc(110px + 30 * ((100vw - 1024px)/ 175))
    }
}

@media screen and (min-width:64em) and (min-width:1199px) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: 140px
    }
}

@media screen and (min-width:75em) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: 132px
    }
}

@media screen and (min-width:75em) and (min-width:1200px) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: calc(132px + 36 * ((100vw - 1200px)/ 199))
    }
}

@media screen and (min-width:75em) and (min-width:1399px) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: 168px
    }
}

@media screen and (min-width:87.5em) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: 141px
    }
}

@media screen and (min-width:87.5em) and (min-width:1400px) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: calc(141px + 37 * ((100vw - 1400px)/ 199))
    }
}

@media screen and (min-width:87.5em) and (min-width:1599px) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: 178px
    }
}

@media screen and (min-width:100em) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: 162px
    }
}

@media screen and (min-width:100em) and (min-width:1600px) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: calc(162px + 36 * ((100vw - 1600px)/ 199))
    }
}

@media screen and (min-width:100em) and (min-width:1799px) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: 198px
    }
}

@media screen and (min-width:112.5em) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: 161px
    }
}

@media screen and (min-width:112.5em) and (min-width:1800px) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: calc(161px + 21 * ((100vw - 1800px)/ 119))
    }
}

@media screen and (min-width:112.5em) and (min-width:1919px) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: 182px
    }
}

@media screen and (min-width:120em) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: 156px
    }
}

@media screen and (min-width:120em) and (min-width:1920px) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: calc(156px + 84 * ((100vw - 1920px)/ 480))
    }
}

@media screen and (min-width:120em) and (min-width:2400px) {
    .about-page-hero .hero-main .about-main-image .text-decoration {
        font-size: 240px
    }
}

.about-page-hero .hero-main .about-main-image .text-decoration .heading-bottom,
.about-page-hero .hero-main .about-main-image .text-decoration .heading-top {
    position: relative;
    display: block;
    width: 100%;
    visibility: hidden
}

.about-page-hero .hero-main .about-main-image .text-decoration .heading-top {
    color: #fff;
    left: -9px;
    letter-spacing: 1.97437rem;
    margin-bottom: 22%
}

@media screen and (min-width:28.125em) {
    .about-page-hero .hero-main .about-main-image .text-decoration .heading-top {
        left: -14px;
        margin-bottom: 24%
    }
}

@media screen and (min-width:31.25em) {
    .about-page-hero .hero-main .about-main-image .text-decoration .heading-top {
        letter-spacing: 3rem;
        margin-bottom: 23%
    }
}

@media screen and (min-width:37.5em) {
    .about-page-hero .hero-main .about-main-image .text-decoration .heading-top {
        letter-spacing: 4.625rem;
        margin-bottom: 18.5%
    }
}

@media screen and (min-width:40.625em) {
    .about-page-hero .hero-main .about-main-image .text-decoration .heading-top {
        left: -20px
    }
}

@media print,
screen and (min-width:48em) {
    .about-page-hero .hero-main .about-main-image .text-decoration .heading-top {
        left: -5px;
        margin-bottom: 0;
        bottom: -5px;
        letter-spacing: 3.375rem
    }
}

@media print,
screen and (min-width:64em) {
    .about-page-hero .hero-main .about-main-image .text-decoration .heading-top {
        letter-spacing: 4.125rem
    }
}

@media screen and (min-width:75em) {
    .about-page-hero .hero-main .about-main-image .text-decoration .heading-top {
        left: -10px;
        bottom: -10px;
        letter-spacing: 4.875rem
    }
}

@media screen and (min-width:87.5em) {
    .about-page-hero .hero-main .about-main-image .text-decoration .heading-top {
        letter-spacing: 6.375rem
    }
}

@media screen and (min-width:100em) {
    .about-page-hero .hero-main .about-main-image .text-decoration .heading-top {
        letter-spacing: 6.875rem
    }
}

@media screen and (min-width:112.5em) {
    .about-page-hero .hero-main .about-main-image .text-decoration .heading-top {
        bottom: -15px;
        letter-spacing: 8.875rem
    }
}

@media screen and (min-width:120em) {
    .about-page-hero .hero-main .about-main-image .text-decoration .heading-top {
        letter-spacing: 10.375rem
    }
}

.about-page-hero .hero-main .about-main-image .text-decoration .heading-bottom {
    color: #af9d63;
    left: 20px;
    letter-spacing: 2.085rem
}

@media screen and (min-width:31.25em) {
    .about-page-hero .hero-main .about-main-image .text-decoration .heading-bottom {
        letter-spacing: 3.375rem;
        left: 30px
    }
}

@media screen and (min-width:37.5em) {
    .about-page-hero .hero-main .about-main-image .text-decoration .heading-bottom {
        letter-spacing: 5.125rem;
        left: 55px
    }
}

@media print,
screen and (min-width:48em) {
    .about-page-hero .hero-main .about-main-image .text-decoration .heading-bottom {
        position: absolute;
        z-index: 4;
        left: calc(70% - 18px);
        bottom: 5%;
        display: inline-block;
        margin-right: -3.34375rem;
        width: auto;
        text-align: right;
        letter-spacing: 3.34375rem
    }
}

@media screen and (min-width:53.125em) {
    .about-page-hero .hero-main .about-main-image .text-decoration .heading-bottom {
        bottom: 3%
    }
}

@media print,
screen and (min-width:64em) {
    .about-page-hero .hero-main .about-main-image .text-decoration .heading-bottom {
        left: calc(75% - 28px);
        bottom: 4%;
        margin-right: -2.40625rem;
        letter-spacing: 2.40625rem
    }
}

@media screen and (min-width:75em) {
    .about-page-hero .hero-main .about-main-image .text-decoration .heading-bottom {
        bottom: 3%;
        margin-right: -2.59375rem;
        letter-spacing: 2.59375rem
    }
}

@media screen and (min-width:87.5em) {
    .about-page-hero .hero-main .about-main-image .text-decoration .heading-bottom {
        margin-right: -3.53125rem;
        letter-spacing: 3.53125rem
    }
}

@media screen and (min-width:100em) {
    .about-page-hero .hero-main .about-main-image .text-decoration .heading-bottom {
        left: calc(72% - 48px);
        margin-right: -5.96875rem;
        letter-spacing: 5.96875rem
    }
}

@media screen and (min-width:112.5em) {
    .about-page-hero .hero-main .about-main-image .text-decoration .heading-bottom {
        margin-right: -7.5625rem;
        letter-spacing: 7.5625rem
    }
}

@media screen and (min-width:120em) {
    .about-page-hero .hero-main .about-main-image .text-decoration .heading-bottom {
        bottom: 2.5%;
        margin-right: -8.46875rem;
        letter-spacing: 7.875rem
    }
}

.about-page-hero .hero-main .about-side-image {
    display: none
}

@media print,
screen and (min-width:48em) {
    .about-page-hero .hero-main .about-side-image {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: calc(30% - 3.5px);
        height: 90%;
        z-index: 2;
        visibility: visible;
        opacity: 1
    }
}

@media print,
screen and (min-width:64em) {
    .about-page-hero .hero-main .about-side-image {
        width: calc(25% - 3.5px);
        height: 87%
    }
}

@media screen and (min-width:100em) {
    .about-page-hero .hero-main .about-side-image {
        width: calc(28% - 3.5px);
        height: 90%
    }
}

.about-page-hero .hero-main .about-hero-content-area {
    width: 100%;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    z-index: 10
}

@media screen and (min-width:28.125em) {
    .about-page-hero .hero-main .about-hero-content-area {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media screen and (min-width:40.625em) {
    .about-page-hero .hero-main .about-hero-content-area {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media screen and (min-width:46.875em) {
    .about-page-hero .hero-main .about-hero-content-area {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media print,
screen and (min-width:48em) {
    .about-page-hero .hero-main .about-hero-content-area {
        width: 70%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-top: 40px;
        padding-bottom: 0;
        padding-left: 30px;
        padding-right: 30px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media print,
screen and (min-width:64em) {
    .about-page-hero .hero-main .about-hero-content-area {
        width: 75%;
        padding-top: 60px
    }
}

@media screen and (min-width:75em) {
    .about-page-hero .hero-main .about-hero-content-area {
        padding-top: 80px;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (min-width:100em) {
    .about-page-hero .hero-main .about-hero-content-area {
        width: 72%
    }
}

@media screen and (min-width:112.5em) {
    .about-page-hero .hero-main .about-hero-content-area {
        padding-top: 100px
    }
}

@media screen and (min-width:120em) {
    .about-page-hero .hero-main .about-hero-content-area {
        padding-top: 120px
    }
}

.about-page-hero .hero-main .about-hero-content-area .styled-title-heading {
    margin-bottom: 30px
}

@media print,
screen and (min-width:48em) {
    .about-page-hero .hero-main .about-hero-content-area .styled-title-heading {
        width: 135px;
        margin-bottom: 0
    }
}

@media screen and (min-width:75em) {
    .about-page-hero .hero-main .about-hero-content-area .styled-title-heading {
        margin-right: 80px
    }
}

.about-page-hero .hero-main .about-hero-content-area .body-content {
    font-size: .625rem;
    font-weight: 500;
    letter-spacing: 1px;
    visibility: hidden
}

@media screen and (min-width:31.25em) {
    .about-page-hero .hero-main .about-hero-content-area .body-content {
        font-size: .6875rem
    }
}

@media print,
screen and (min-width:48em) {
    .about-page-hero .hero-main .about-hero-content-area .body-content {
        width: calc(100% - 135px);
        max-width: 400px
    }
}

@media screen and (min-width:100em) {
    .about-page-hero .hero-main .about-hero-content-area .body-content {
        font-size: .75rem;
        max-width: 425px
    }
}

@media screen and (min-width:120em) {
    .about-page-hero .hero-main .about-hero-content-area .body-content {
        font-size: .8125rem;
        max-width: 475px
    }
}

.about-page-hero .hero-main .about-hero-content-area .body-content p {
    line-height: 2.1
}

@media screen and (min-width:100em) {
    .about-page-hero .hero-main .about-hero-content-area .body-content p {
        line-height: 2.25
    }
}

.about-page-hero .hero-main .about-hero-content-area .body-content p:last-child {
    margin-bottom: 0
}

.about-page-hero .hero-social-icons {
    background-color: transparent
}

.about-mission-statement {
    position: relative;
    background-color: #fff;
    padding-bottom: 60px
}

@media print,
screen and (min-width:48em) {
    .about-mission-statement {
        padding-top: 160px
    }
}

@media screen and (min-width:56.25em) {
    .about-mission-statement {
        padding-top: 210px
    }
}

@media print,
screen and (min-width:64em) {
    .about-mission-statement {
        padding-top: 250px
    }
}

@media screen and (min-width:75em) {
    .about-mission-statement {
        padding-top: 300px
    }
}

@media screen and (min-width:100em) {
    .about-mission-statement {
        padding-top: 350px;
        padding-bottom: 80px
    }
}

@media screen and (min-width:120em) {
    .about-mission-statement {
        padding-top: 390px;
        padding-bottom: 100px
    }
}

@media screen and (min-width:137.5em) {
    .about-mission-statement {
        padding-bottom: 140px
    }
}

.about-mission-statement .mission-statement-images {
    position: relative;
    width: 100%;
    height: 200px;
    margin-bottom: 70px
}

@media screen and (min-width:28.125em) {
    .about-mission-statement .mission-statement-images {
        height: 250px;
        margin-bottom: 80px
    }
}

@media screen and (min-width:34.375em) {
    .about-mission-statement .mission-statement-images {
        height: 300px;
        margin-bottom: 90px
    }
}

@media screen and (min-width:40.625em) {
    .about-mission-statement .mission-statement-images {
        height: 350px;
        margin-bottom: 115px
    }
}

@media screen and (min-width:46.875em) {
    .about-mission-statement .mission-statement-images {
        height: 400px
    }
}

@media print,
screen and (min-width:48em) {
    .about-mission-statement .mission-statement-images {
        position: absolute;
        top: 0;
        left: 0;
        width: 80%;
        height: 225px
    }
}

@media screen and (min-width:56.25em) {
    .about-mission-statement .mission-statement-images {
        height: 275px
    }
}

@media print,
screen and (min-width:64em) {
    .about-mission-statement .mission-statement-images {
        width: 85%;
        height: 325px
    }
}

@media screen and (min-width:75em) {
    .about-mission-statement .mission-statement-images {
        height: 375px
    }
}

@media screen and (min-width:100em) {
    .about-mission-statement .mission-statement-images {
        height: 425px
    }
}

@media screen and (min-width:120em) {
    .about-mission-statement .mission-statement-images {
        height: 500px
    }
}

@media screen and (min-width:137.5em) {
    .about-mission-statement .mission-statement-images {
        height: 550px
    }
}

.about-mission-statement .mission-statement-images .background-image,
.about-mission-statement .mission-statement-images .foreground-image {
    position: absolute;
    background-size: cover;
    background-position: center;
    height: 100%;
    overflow: hidden
}

.about-mission-statement .mission-statement-images .background-image {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .25
}

@media print,
screen and (min-width:48em) {
    .about-mission-statement .mission-statement-images .background-image {
        top: 60px;
        width: 60%;
        height: calc(100% + 15px)
    }
}

@media print,
screen and (min-width:64em) {
    .about-mission-statement .mission-statement-images .background-image {
        width: 48%;
        height: calc(100% + 30px);
        top: 100px
    }
}

@media screen and (min-width:87.5em) {
    .about-mission-statement .mission-statement-images .background-image {
        top: 120px;
        width: 54%
    }
}

@media screen and (min-width:112.5em) {
    .about-mission-statement .mission-statement-images .background-image {
        top: 140px;
        width: 60%
    }
}

@media screen and (min-width:120em) {
    .about-mission-statement .mission-statement-images .background-image {
        top: 160px;
        width: 65%;
        height: calc(100% + 60px)
    }
}

@media screen and (min-width:137.5em) {
    .about-mission-statement .mission-statement-images .background-image {
        height: calc(100% + 80px)
    }
}

.about-mission-statement .mission-statement-images .foreground-image {
    width: 86%;
    top: 50px;
    right: 0;
    z-index: 3;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    border-bottom: 4px solid #fff
}

@media screen and (min-width:40.625em) {
    .about-mission-statement .mission-statement-images .foreground-image {
        top: 70px
    }
}

@media print,
screen and (min-width:48em) {
    .about-mission-statement .mission-statement-images .foreground-image {
        top: 0;
        border-width: 8px
    }
}

@media screen and (min-width:75em) {
    .about-mission-statement .mission-statement-images .foreground-image {
        width: 80%
    }
}

@media screen and (min-width:100em) {
    .about-mission-statement .mission-statement-images .foreground-image {
        width: 75%
    }
}

.about-mission-statement .mission-statement-content {
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px
}

@media print,
screen and (min-width:48em) {
    .about-mission-statement .mission-statement-content {
        position: relative;
        z-index: 5;
        width: 55%;
        max-width: 100%;
        margin-left: auto;
        margin-right: 0;
        background-color: #fff;
        padding: 30px 40px
    }
}

@media screen and (min-width:56.25em) {
    .about-mission-statement .mission-statement-content {
        padding: 50px 60px
    }
}

@media print,
screen and (min-width:64em) {
    .about-mission-statement .mission-statement-content {
        width: 60%;
        padding: 60px 80px
    }
}

@media screen and (min-width:75em) {
    .about-mission-statement .mission-statement-content {
        padding: 70px 90px
    }
}

@media screen and (min-width:87.5em) {
    .about-mission-statement .mission-statement-content {
        width: 55%
    }
}

@media screen and (min-width:100em) {
    .about-mission-statement .mission-statement-content {
        padding: 80px 110px
    }
}

@media screen and (min-width:112.5em) {
    .about-mission-statement .mission-statement-content {
        width: 50%
    }
}

@media screen and (min-width:120em) {
    .about-mission-statement .mission-statement-content {
        padding: 100px 160px
    }
}

.about-mission-statement .mission-statement-content .large-quote {
    text-align: center;
    margin-bottom: 30px
}

@media print,
screen and (min-width:48em) {
    .about-mission-statement .mission-statement-content .large-quote {
        position: relative;
        text-align: left;
        margin-bottom: 15px;
        left: -10px
    }
}

.about-mission-statement .mission-statement-content .large-quote blockquote {
    width: 250px;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    border: none;
    color: #86753e;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.8
}

@media screen and (min-width:31.25em) {
    .about-mission-statement .mission-statement-content .large-quote blockquote {
        width: 275px;
        font-size: 1.125rem
    }
}

@media print,
screen and (min-width:48em) {
    .about-mission-statement .mission-statement-content .large-quote blockquote {
        width: 100%;
        line-height: 1.5
    }
}

@media print,
screen and (min-width:64em) {
    .about-mission-statement .mission-statement-content .large-quote blockquote {
        font-size: 1.375rem;
        line-height: 1.3
    }
}

@media screen and (min-width:75em) {
    .about-mission-statement .mission-statement-content .large-quote blockquote {
        font-size: 1.625rem
    }
}

@media screen and (min-width:112.5em) {
    .about-mission-statement .mission-statement-content .large-quote blockquote {
        font-size: 1.875rem
    }
}

.about-mission-statement .mission-statement-content .body-content {
    text-align: center;
    font-size: .625rem;
    letter-spacing: 1px
}

@media screen and (min-width:31.25em) {
    .about-mission-statement .mission-statement-content .body-content {
        font-size: .6875rem
    }
}

@media print,
screen and (min-width:48em) {
    .about-mission-statement .mission-statement-content .body-content {
        text-align: left
    }
}

@media screen and (min-width:100em) {
    .about-mission-statement .mission-statement-content .body-content {
        font-size: .75rem
    }
}

@media screen and (min-width:120em) {
    .about-mission-statement .mission-statement-content .body-content {
        font-size: .8125rem
    }
}

.about-mission-statement .mission-statement-content .body-content p {
    line-height: 2.1
}

@media screen and (min-width:100em) {
    .about-mission-statement .mission-statement-content .body-content p {
        line-height: 2.25
    }
}

.about-mission-statement .mission-statement-content .body-content p:last-child {
    margin-bottom: 0
}

.timeline-slider-section {
    position: relative;
    margin-bottom: 80px
}

@media print,
screen and (min-width:48em) {
    .timeline-slider-section {
        margin-bottom: 100px
    }
}

@media print,
screen and (min-width:64em) {
    .timeline-slider-section {
        margin-bottom: 140px
    }
}

@media screen and (min-width:87.5em) {
    .timeline-slider-section {
        margin-bottom: 160px
    }
}

@media screen and (min-width:112.5em) {
    .timeline-slider-section {
        margin-bottom: 180px
    }
}

@media screen and (min-width:120em) {
    .timeline-slider-section {
        margin-bottom: 200px
    }
}

.timeline-slider-section .timeline-slider-header {
    padding-left: 15px;
    padding-right: 15px
}

@media print,
screen and (min-width:48em) {
    .timeline-slider-section .timeline-slider-header {
        margin-bottom: 40px;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media print,
screen and (min-width:64em) {
    .timeline-slider-section .timeline-slider-header {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media screen and (min-width:75em) {
    .timeline-slider-section .timeline-slider-header {
        margin-bottom: 50px;
        padding-left: 160px;
        padding-right: 160px
    }
}

@media screen and (min-width:87.5em) {
    .timeline-slider-section .timeline-slider-header {
        width: 100%;
        max-width: 1050px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:100em) {
    .timeline-slider-section .timeline-slider-header {
        max-width: 1200px
    }
}

@media screen and (min-width:112.5em) {
    .timeline-slider-section .timeline-slider-header {
        max-width: 1300px
    }
}

@media screen and (min-width:120em) {
    .timeline-slider-section .timeline-slider-header {
        margin-bottom: 70px;
        max-width: 1500px
    }
}

@media print,
screen and (min-width:48em) {
    .timeline-slider-section .timeline-slider-main {
        position: relative
    }
}

.timeline-slider-section .timeline-slider-main .timeline-slider-dots {
    position: relative;
    z-index: 1
}

.timeline-slider-section .timeline-slider-main .timeline-slider-dots:before {
    content: '';
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-image: url(/wp-content/themes/stk2018/src/assets/images/general/timeline-dashes.svg)
}

.timeline-slider-section .timeline-slider-main .timeline-slider-dots .slick-slide {
    width: 140px
}

@media screen and (min-width:25em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-dots .slick-slide {
        width: 180px
    }
}

@media screen and (min-width:28.125em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-dots .slick-slide {
        width: 200px
    }
}

@media screen and (min-width:31.25em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-dots .slick-slide {
        width: 230px
    }
}

@media screen and (min-width:37.5em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-dots .slick-slide {
        width: 280px
    }
}

@media screen and (min-width:43.75em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-dots .slick-slide {
        width: 330px
    }
}

@media print,
screen and (min-width:48em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-dots .slick-slide {
        width: 180px
    }
}

@media print,
screen and (min-width:64em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-dots .slick-slide {
        width: 225px
    }
}

@media screen and (min-width:75em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-dots .slick-slide {
        width: 275px
    }
}

@media screen and (min-width:100em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-dots .slick-slide {
        width: 325px
    }
}

@media screen and (min-width:112.5em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-dots .slick-slide {
        width: 375px
    }
}

@media screen and (min-width:120em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-dots .slick-slide {
        width: 425px
    }
}

.timeline-slider-section .timeline-slider-main .timeline-slider-dots .slick-slide.slick-center .timeline-dot-item .timeline-date {
    opacity: 0
}

@media print,
screen and (min-width:48em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-dots .slick-slide.slick-center .timeline-dot-item .timeline-dot {
        opacity: 0
    }
}

.timeline-slider-section .timeline-slider-main .timeline-slider-dots .slick-slide.slick-center .timeline-dot-item .timeline-dot:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.timeline-slider-section .timeline-slider-main .timeline-slider-dots .slick-slide.slick-center .timeline-dot-item .timeline-dot:after {
    -webkit-animation: pulse 3.5s ease-out;
    -webkit-animation-iteration-count: infinite
}

.timeline-slider-section .timeline-slider-main .timeline-slider-dots .timeline-dot-item {
    position: relative;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    cursor: pointer
}

.timeline-slider-section .timeline-slider-main .timeline-slider-dots .timeline-dot-item .timeline-date {
    display: none
}

@media print,
screen and (min-width:48em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-dots .timeline-dot-item .timeline-date {
        position: absolute;
        top: 15px;
        left: 0;
        display: block;
        width: 100%;
        opacity: 1;
        transition: opacity .25s ease;
        color: #ccc;
        font-weight: 800;
        font-size: .75rem
    }
}

@media screen and (min-width:100em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-dots .timeline-dot-item .timeline-date {
        top: 12px;
        font-size: .875rem
    }
}

.timeline-slider-section .timeline-slider-main .timeline-slider-dots .timeline-dot-item .timeline-dot {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-color: #86753e;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: opacity .35s ease
}

.timeline-slider-section .timeline-slider-main .timeline-slider-dots .timeline-dot-item .timeline-dot:after,
.timeline-slider-section .timeline-slider-main .timeline-slider-dots .timeline-dot-item .timeline-dot:before {
    content: '';
    position: absolute;
    display: block;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    transition: all .35s ease;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

@media print,
screen and (min-width:48em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-dots .timeline-dot-item .timeline-dot:after,
    .timeline-slider-section .timeline-slider-main .timeline-slider-dots .timeline-dot-item .timeline-dot:before {
        display: none
    }
}

.timeline-slider-section .timeline-slider-main .timeline-slider-dots .timeline-dot-item .timeline-dot:before {
    top: -12px;
    left: -12px;
    z-index: -1;
    width: 36px;
    height: 36px;
    background-color: #86753e
}

.timeline-slider-section .timeline-slider-main .timeline-slider-dots .timeline-dot-item .timeline-dot:after {
    top: -23px;
    left: -23px;
    z-index: 2;
    width: 58px;
    height: 58px;
    border: 1px solid #979797;
    background-color: transparent
}

.timeline-slider-section .timeline-slider-main .timeline-slider-images {
    position: relative;
    z-index: 5;
    margin-bottom: 20px
}

@media print,
screen and (min-width:48em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-images {
        position: absolute;
        top: -20px;
        right: calc(50% - 320px);
        width: 320px;
        background-color: #333
    }
}

@media print,
screen and (min-width:64em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-images {
        top: -37px;
        right: calc(50% - 400px);
        width: 400px
    }
}

@media screen and (min-width:75em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-images {
        top: -52px;
        right: calc(50% - 475px);
        width: 475px
    }
}

@media screen and (min-width:100em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-images {
        top: -74px;
        right: calc(50% - 575px);
        width: 575px
    }
}

@media screen and (min-width:112.5em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-images {
        top: -88px;
        right: calc(50% - 650px);
        width: 650px
    }
}

@media screen and (min-width:120em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-images {
        top: -100px;
        right: calc(50% - 700px);
        width: 700px
    }
}

.timeline-slider-section .timeline-slider-main .timeline-slider-images .timeline-slider-images-slick-init .slick-slide>div {
    line-height: 0
}

.timeline-slider-section .timeline-slider-main .timeline-slider-images .timeline-dot {
    display: none
}

@media print,
screen and (min-width:48em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-images .timeline-dot {
        position: absolute;
        top: calc(31.5% - 14px);
        left: -18px;
        z-index: 3;
        display: inline-block;
        width: 36px;
        height: 36px;
        background-color: #86753e;
        border-radius: 50%
    }
}

@media print,
screen and (min-width:48em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-images .timeline-dot:after,
    .timeline-slider-section .timeline-slider-main .timeline-slider-images .timeline-dot:before {
        content: '';
        position: absolute;
        display: block;
        border-radius: 50%;
        opacity: 1;
        transition: all .35s ease;
        transition-property: opacity, -webkit-transform;
        transition-property: opacity, transform;
        transition-property: opacity, transform, -webkit-transform
    }
}

@media print,
screen and (min-width:48em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-images .timeline-dot:before {
        z-index: -1;
        top: calc(50% - 7px);
        left: calc(50% - 7px);
        width: 14px;
        height: 14px;
        background-color: #86753e;
        border: 1px solid #fff
    }
}

@media print,
screen and (min-width:48em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-images .timeline-dot:after {
        top: calc(50% - 29px);
        left: calc(50% - 29px);
        z-index: 2;
        width: 58px;
        height: 58px;
        border: 1px solid #979797;
        background-color: transparent;
        -webkit-animation: pulse 3.5s ease-out;
        -webkit-animation-iteration-count: infinite
    }
}

.timeline-slider-section .timeline-slider-main .timeline-slider-images .slide-counter {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: .625rem;
    color: #c9c9c9;
    font-weight: 800;
    letter-spacing: 1.5px
}

@media print,
screen and (min-width:48em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-images .slide-counter {
        top: 10px;
        right: 10px;
        z-index: 5;
        color: #fff;
        font-size: .625rem
    }
}

@media print,
screen and (min-width:64em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-images .slide-counter {
        font-size: .6875rem
    }
}

@media screen and (min-width:75em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-images .slide-counter {
        top: 15px;
        right: 18px;
        font-size: .75rem
    }
}

@media screen and (min-width:100em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-images .slide-counter {
        top: 20px;
        right: 25px;
        font-size: .8125rem
    }
}

.timeline-slider-section .timeline-slider-main .timeline-slider-images .timeline-slider-image img {
    width: 100%
}

.timeline-slider-section .timeline-slider-main .timeline-slider-images .timeline-slider-navigation {
    position: relative;
    z-index: 5;
    margin-top: -48px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (min-width:48em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-images .timeline-slider-navigation {
        position: absolute;
        left: 0;
        bottom: 0;
        margin-top: 0;
        z-index: 4
    }
}

.timeline-slider-section .timeline-slider-main .timeline-slider-images .timeline-slider-navigation .slick-arrow {
    cursor: pointer;
    width: 84px;
    height: 88px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff
}

@media print,
screen and (min-width:48em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-images .timeline-slider-navigation .slick-arrow {
        width: 52px;
        height: 54px
    }
}

@media print,
screen and (min-width:64em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-images .timeline-slider-navigation .slick-arrow {
        width: 64px;
        height: 67px
    }
}

@media screen and (min-width:75em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-images .timeline-slider-navigation .slick-arrow {
        width: 84px;
        height: 88px
    }
}

.timeline-slider-section .timeline-slider-main .timeline-slider-images .timeline-slider-navigation .slick-arrow img {
    width: 8px;
    height: auto;
    transition: opacity .35s ease
}

.timeline-slider-section .timeline-slider-main .timeline-slider-images .timeline-slider-navigation .slick-arrow.slick-disabled img {
    opacity: 0
}

.timeline-slider-section .timeline-slider-main .timeline-slider-images .timeline-slider-navigation .slick-arrow.slick-prev {
    position: relative
}

.timeline-slider-section .timeline-slider-main .timeline-slider-images .timeline-slider-navigation .slick-arrow.slick-prev:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 24px);
    right: -1px;
    width: .0625rem;
    height: 3rem;
    background-color: #eee
}

.timeline-slider-section .timeline-slider-main .timeline-slider-content {
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto
}

@media print,
screen and (min-width:48em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-content {
        width: 50%;
        max-width: 475px;
        margin-top: 20px;
        margin-left: 0
    }
}

@media print,
screen and (min-width:64em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-content {
        margin-top: 30px;
        width: 45%
    }
}

@media screen and (min-width:75em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-content {
        margin-top: 40px;
        max-width: 600px
    }
}

@media screen and (min-width:87.5em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-content {
        width: 100%;
        max-width: 1050px;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:100em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-content {
        max-width: 1200px;
        margin-top: 60px
    }
}

@media screen and (min-width:112.5em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-content {
        max-width: 1300px
    }
}

@media screen and (min-width:120em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-content {
        margin-top: 70px;
        max-width: 1500px
    }
}

.timeline-slider-section .timeline-slider-main .timeline-slider-content .timeline-slider-content-slick-init {
    position: relative;
    z-index: 4
}

@media screen and (min-width:87.5em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-content .timeline-slider-content-slick-init {
        width: 45%
    }
}

.timeline-slider-section .timeline-slider-main .timeline-slider-content .svg-line-container {
    display: none
}

@media print,
screen and (min-width:48em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-content .svg-line-container {
        display: block
    }
}

.timeline-slider-section .timeline-slider-main .timeline-slider-content .timeline-content-item {
    text-align: center;
    padding-right: 12px;
    padding-left: 12px
}

@media print,
screen and (min-width:48em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-content .timeline-content-item {
        text-align: left;
        padding-left: 30px;
        padding-right: 40px
    }
}

@media print,
screen and (min-width:64em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-content .timeline-content-item {
        padding-left: 80px;
        padding-right: 30px
    }
}

@media screen and (min-width:75em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-content .timeline-content-item {
        padding-left: 160px
    }
}

@media screen and (min-width:87.5em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-content .timeline-content-item {
        padding-left: 0
    }
}

.timeline-slider-section .timeline-slider-main .timeline-slider-content .timeline-content-item .timeline-date {
    position: relative;
    z-index: 4;
    display: block;
    color: #ccc;
    font-weight: 800;
    font-size: 1rem;
    margin-bottom: .4rem
}

.timeline-slider-section .timeline-slider-main .timeline-slider-content .timeline-content-item h4 {
    color: #86753e;
    font-weight: 800;
    font-size: 1.375rem;
    margin-bottom: 15px
}

@media print,
screen and (min-width:48em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-content .timeline-content-item h4 span {
        padding-top: 10px;
        padding-right: 10px;
        background-color: #fff
    }
}

@media print,
screen and (min-width:64em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-content .timeline-content-item h4 span {
        padding-top: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width:75em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-content .timeline-content-item h4 span {
        padding-top: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width:100em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-content .timeline-content-item h4 {
        font-size: 1.625rem
    }
}

.timeline-slider-section .timeline-slider-main .timeline-slider-content .timeline-content-item .timeline-content-main {
    margin-bottom: 20px
}

.timeline-slider-section .timeline-slider-main .timeline-slider-content .timeline-content-item .timeline-content-main p {
    font-size: .625rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 2.1
}

@media screen and (min-width:100em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-content .timeline-content-item .timeline-content-main p {
        font-size: .75rem;
        line-height: 2.25
    }
}

@media screen and (min-width:120em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-content .timeline-content-item .timeline-content-main p {
        font-size: rem-cal(13)
    }
}

.timeline-slider-section .timeline-slider-main .timeline-slider-content .timeline-content-item .timeline-content-main p:last-child {
    margin-bottom: 0
}

.timeline-slider-section .timeline-slider-main .timeline-slider-content .timeline-content-item .timeline-slider-cta {
    position: relative;
    display: inline-block;
    padding: 5px 30px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: .75rem
}

@media print,
screen and (min-width:48em) {
    .timeline-slider-section .timeline-slider-main .timeline-slider-content .timeline-content-item .timeline-slider-cta {
        padding-left: 0
    }
}

.timeline-slider-section .timeline-slider-main .timeline-slider-content .timeline-content-item .timeline-slider-cta:after {
    content: '';
    position: absolute;
    top: calc(50% - 7px);
    right: 0;
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(/wp-content/themes/stk2018/includes/icons/right-arrow.svg);
    background-size: contain;
    background-position: center
}

.current-openings {
    width: 100%;
    position: relative;
    margin-bottom: 60px
}

@media print,
screen and (min-width:48em) {
    .current-openings {
        margin-bottom: 80px
    }
}

@media screen and (min-width:56.25em) {
    .current-openings {
        width: 95%
    }
}

@media print,
screen and (min-width:64em) {
    .current-openings {
        width: 92%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 100px
    }
}

@media screen and (min-width:75em) {
    .current-openings {
        width: 90%;
        margin-bottom: 120px
    }
}

@media screen and (min-width:87.5em) {
    .current-openings {
        margin-bottom: 140px
    }
}

@media screen and (min-width:112.5em) {
    .current-openings {
        margin-bottom: 180px
    }
}

@media screen and (min-width:120em) {
    .current-openings {
        margin-bottom: 200px
    }
}

.current-openings .current-openings-image {
    position: relative;
    z-index: 2;
    padding-left: 5px;
    padding-right: 5px;
    overflow: hidden
}

@media print,
screen and (min-width:48em) {
    .current-openings .current-openings-image {
        width: 70%
    }
}

@media screen and (min-width:75em) {
    .current-openings .current-openings-image {
        width: 75%
    }
}

.current-openings .current-openings-image img {
    width: 100%
}

@media print,
screen and (min-width:48em) {
    .current-openings .main-content-wrapper {
        display: block;
        position: absolute;
        z-index: 3;
        bottom: 0;
        right: 0;
        width: 55%
    }
}

@media screen and (min-width:75em) {
    .current-openings .main-content-wrapper {
        width: 45%
    }
}

@media screen and (min-width:100em) {
    .current-openings .main-content-wrapper {
        width: 40%;
        right: 40px
    }
}

@media screen and (min-width:112.5em) {
    .current-openings .main-content-wrapper {
        right: 100px
    }
}

.current-openings .current-openings-header,
.current-openings .current-openings-main-content {
    padding-left: 15px;
    padding-right: 15px
}

.current-openings .current-openings-header {
    display: block;
    position: relative;
    z-index: 3;
    width: 210px;
    margin-top: -60px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff
}

@media screen and (min-width:31.25em) {
    .current-openings .current-openings-header {
        width: 240px
    }
}

@media print,
screen and (min-width:48em) {
    .current-openings .current-openings-header {
        margin-top: 0;
        margin-left: auto;
        padding-bottom: 40px
    }
}

@media screen and (min-width:56.25em) {
    .current-openings .current-openings-header {
        padding-bottom: 60px
    }
}

@media print,
screen and (min-width:64em) {
    .current-openings .current-openings-header {
        padding-bottom: 100px
    }
}

@media screen and (min-width:75em) {
    .current-openings .current-openings-header {
        padding-bottom: 140px
    }
}

@media screen and (min-width:87.5em) {
    .current-openings .current-openings-header {
        padding-bottom: 200px
    }
}

@media screen and (min-width:100em) {
    .current-openings .current-openings-header {
        padding-bottom: 240px
    }
}

@media screen and (min-width:120em) {
    .current-openings .current-openings-header {
        padding-bottom: 300px
    }
}

.current-openings .current-openings-main-content {
    background-color: #fff
}

@media print,
screen and (min-width:48em) {
    .current-openings .current-openings-main-content {
        padding-top: 40px;
        padding-left: 50px;
        padding-right: 50px
    }
}

@media screen and (min-width:75em) {
    .current-openings .current-openings-main-content {
        padding-top: 50px;
        padding-left: 70px;
        padding-right: 70px
    }
}

@media screen and (min-width:87.5em) {
    .current-openings .current-openings-main-content {
        padding-top: 60px;
        padding-left: 80px;
        padding-right: 80px
    }
}

@media screen and (min-width:100em) {
    .current-openings .current-openings-main-content {
        padding-top: 80px;
        padding-left: 100px;
        padding-right: 100px
    }
}

@media screen and (min-width:112.5em) {
    .current-openings .current-openings-main-content {
        padding-top: 110px;
        padding-left: 130px;
        padding-right: 130px
    }
}

.current-openings .current-openings-main-content h2 {
    color: #86753e;
    font-weight: 800;
    font-size: 1.25rem;
    margin-bottom: 10px
}

@media print,
screen and (min-width:64em) {
    .current-openings .current-openings-main-content h2 {
        margin-bottom: 15px
    }
}

@media screen and (min-width:75em) {
    .current-openings .current-openings-main-content h2 {
        font-size: 1.5rem
    }
}

.current-openings .current-openings-main-content .main-body-content {
    margin-bottom: 30px
}

@media screen and (min-width:34.375em) {
    .current-openings .current-openings-main-content .main-body-content {
        margin-bottom: 20px
    }
}

@media print,
screen and (min-width:64em) {
    .current-openings .current-openings-main-content .main-body-content {
        margin-bottom: 30px
    }
}

.current-openings .current-openings-main-content .main-body-content p:last-child {
    margin-bottom: 0
}

.gift-cards-page-hero {
    position: relative
}

@media print,
screen and (min-width:48em) {
    .gift-cards-page-hero {
        margin-bottom: 60px
    }
}

@media print,
screen and (min-width:64em) {
    .gift-cards-page-hero {
        margin-bottom: 90px
    }
}

@media screen and (min-width:75em) {
    .gift-cards-page-hero {
        margin-bottom: 120px
    }
}

@media screen and (min-width:100em) {
    .gift-cards-page-hero {
        margin-bottom: 140px
    }
}

@media screen and (min-width:120em) {
    .gift-cards-page-hero {
        margin-bottom: 180px
    }
}

.gift-cards-page-hero .hero-main {
    position: relative;
    overflow: hidden;
    background-color: #000;
    margin-bottom: -20px
}

@media print,
screen and (min-width:48em) {
    .gift-cards-page-hero .hero-main:after {
        content: '';
        display: block;
        width: 5.5%;
        background: #fff;
        height: 14%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 10
    }
}

.gift-cards-page-hero .hero-main .hero-content-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    border: 7px solid #fff;
    background-color: #fff
}

@media print,
screen and (min-width:48em) {
    .gift-cards-page-hero .hero-main .hero-content-wrapper {
        width: 85%;
        margin-left: 5%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-bottom: none
    }
}

@media screen and (min-width:75em) {
    .gift-cards-page-hero .hero-main .hero-content-wrapper {
        width: 86%;
        margin-left: 5.5%
    }
}

@media (min-width:1600px) {
    .gift-cards-page-hero .hero-main .hero-content-wrapper {
        width: 87.5%
    }
}

.gift-cards-page-hero .hero-main .gift-cards-main-image,
.gift-cards-page-hero .hero-main .gift-cards-side-image {
    background-size: cover;
    background-position: center;
    position: relative
}

.gift-cards-page-hero .hero-main .gift-cards-main-image .aspect-ratio-placeholders-wrapper,
.gift-cards-page-hero .hero-main .gift-cards-side-image .aspect-ratio-placeholders-wrapper {
    overflow: hidden;
    z-index: 1
}

.gift-cards-page-hero .hero-main .gift-cards-main-image .aspect-ratio-placeholders-wrapper .image-reveal-element,
.gift-cards-page-hero .hero-main .gift-cards-side-image .aspect-ratio-placeholders-wrapper .image-reveal-element {
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3
}

.gift-cards-page-hero .hero-main .gift-cards-main-image {
    position: relative;
    width: 100%
}

@media print,
screen and (min-width:48em) {
    .gift-cards-page-hero .hero-main .gift-cards-main-image {
        width: calc(57% - 3.5px)
    }
}

.gift-cards-page-hero .hero-main .gift-cards-main-image .hero-aspect-placeholders-wrapper {
    position: relative;
    z-index: -999;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: hidden
}

.gift-cards-page-hero .hero-main .gift-cards-main-image .hero-aspect-placeholders-wrapper .hero-aspect-ratio-placeholder {
    width: 100%;
    position: relative;
    z-index: -999;
    opacity: 0
}

.gift-cards-page-hero .hero-main .gift-cards-main-image .hero-aspect-placeholders-wrapper .hero-aspect-ratio-placeholder.desktop-aspect-placeholder {
    display: none
}

@media print,
screen and (min-width:48em) {
    .gift-cards-page-hero .hero-main .gift-cards-main-image .hero-aspect-placeholders-wrapper .hero-aspect-ratio-placeholder.desktop-aspect-placeholder {
        display: block
    }
}

.gift-cards-page-hero .hero-main .gift-cards-main-image .hero-aspect-placeholders-wrapper .hero-aspect-ratio-placeholder.mobile-aspect-placeholder {
    display: block
}

@media print,
screen and (min-width:48em) {
    .gift-cards-page-hero .hero-main .gift-cards-main-image .hero-aspect-placeholders-wrapper .hero-aspect-ratio-placeholder.mobile-aspect-placeholder {
        display: none
    }
}

.gift-cards-page-hero .hero-main .gift-cards-main-image .text-decoration {
    position: absolute;
    left: 54%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    bottom: 20px;
    margin-bottom: 0;
    width: 2000em;
    height: auto;
    font-weight: 800;
    line-height: 1.1em;
    text-align: center;
    text-transform: uppercase
}

.gift-cards-page-hero .hero-main .gift-cards-main-image .text-decoration {
    font-size: 2.875rem
}

@media screen and (min-width:18.75rem) {
    .gift-cards-page-hero .hero-main .gift-cards-main-image .text-decoration {
        font-size: calc(2.875rem + 3.625 * ((100vw - 18.75rem)/ 12.44))
    }
}

@media screen and (min-width:31.19rem) {
    .gift-cards-page-hero .hero-main .gift-cards-main-image .text-decoration {
        font-size: 6.5rem
    }
}

@media screen and (min-width:31.25em) {
    .gift-cards-page-hero .hero-main .gift-cards-main-image .text-decoration {
        font-size: 5.313rem
    }
}

@media screen and (min-width:31.25em) and (min-width:31.25rem) {
    .gift-cards-page-hero .hero-main .gift-cards-main-image .text-decoration {
        font-size: calc(5.313rem + 1.687 * ((100vw - 31.25rem)/ 6.19))
    }
}

@media screen and (min-width:31.25em) and (min-width:37.44rem) {
    .gift-cards-page-hero .hero-main .gift-cards-main-image .text-decoration {
        font-size: 7rem
    }
}

@media screen and (min-width:37.5em) {
    .gift-cards-page-hero .hero-main .gift-cards-main-image .text-decoration {
        font-size: 5.25rem
    }
}

@media screen and (min-width:37.5em) and (min-width:37.5rem) {
    .gift-cards-page-hero .hero-main .gift-cards-main-image .text-decoration {
        font-size: calc(5.25rem + 3 * ((100vw - 37.5rem)/ 10.44))
    }
}

@media screen and (min-width:37.5em) and (min-width:47.94rem) {
    .gift-cards-page-hero .hero-main .gift-cards-main-image .text-decoration {
        font-size: 8.25rem
    }
}

@media print,
screen and (min-width:48em) {
    .gift-cards-page-hero .hero-main .gift-cards-main-image .text-decoration {
        left: -1.5%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: auto;
        width: 128%;
        z-index: 4;
        top: 20%
    }
    .gift-cards-page-hero .hero-main .gift-cards-main-image .text-decoration {
        font-size: 60px
    }
}

@media screen and (min-width:48em) and (min-width:768px) {
    .gift-cards-page-hero .hero-main .gift-cards-main-image .text-decoration {
        font-size: calc(60px + 20 * ((100vw - 768px)/ 256))
    }
}

@media screen and (min-width:48em) and (min-width:1024px) {
    .gift-cards-page-hero .hero-main .gift-cards-main-image .text-decoration {
        font-size: 80px
    }
}

@media print,
screen and (min-width:64em) {
    .gift-cards-page-hero .hero-main .gift-cards-main-image .text-decoration {
        font-size: 80px
    }
}

@media screen and (min-width:64em) and (min-width:1024px) {
    .gift-cards-page-hero .hero-main .gift-cards-main-image .text-decoration {
        font-size: calc(80px + 120 * ((100vw - 1024px)/ 1376))
    }
}

@media screen and (min-width:64em) and (min-width:2400px) {
    .gift-cards-page-hero .hero-main .gift-cards-main-image .text-decoration {
        font-size: 200px
    }
}

.gift-cards-page-hero .hero-main .gift-cards-main-image .text-decoration .heading-bottom,
.gift-cards-page-hero .hero-main .gift-cards-main-image .text-decoration .heading-top {
    position: relative;
    display: block;
    width: 100%;
    text-align: center
}

.gift-cards-page-hero .hero-main .gift-cards-main-image .text-decoration .heading-top {
    color: #fff;
    letter-spacing: 1.75rem;
    visibility: hidden
}

@media print,
screen and (min-width:48em) {
    .gift-cards-page-hero .hero-main .gift-cards-main-image .text-decoration .heading-top {
        text-align: left;
        letter-spacing: 3vw
    }
}

@media screen and (min-width:120em) {
    .gift-cards-page-hero .hero-main .gift-cards-main-image .text-decoration .heading-top {
        letter-spacing: 57px
    }
}

.gift-cards-page-hero .hero-main .gift-cards-main-image .text-decoration .heading-bottom {
    color: #af9d63;
    letter-spacing: 2.085rem;
    visibility: hidden
}

@media print,
screen and (min-width:48em) {
    .gift-cards-page-hero .hero-main .gift-cards-main-image .text-decoration .heading-bottom {
        text-align: right;
        letter-spacing: 2.7vw
    }
}

@media screen and (min-width:120em) {
    .gift-cards-page-hero .hero-main .gift-cards-main-image .text-decoration .heading-bottom {
        letter-spacing: 52px
    }
}

.gift-cards-page-hero .hero-main .gift-cards-side-image {
    position: relative;
    z-index: 99
}

@media print,
screen and (min-width:48em) {
    .gift-cards-page-hero .hero-main .gift-cards-side-image {
        width: calc(43% - 3.5px);
        display: block;
        margin-left: 7px
    }
}

.gift-cards-page-hero .hero-main .gift-cards-side-image .side-image-bg {
    display: none
}

@media print,
screen and (min-width:48em) {
    .gift-cards-page-hero .hero-main .gift-cards-side-image .side-image-bg {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        display: block;
        width: 100%;
        height: 38%;
        background-size: cover;
        background-position: center;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        opacity: .3;
        overflow: hidden
    }
}

.gift-cards-page-hero .hero-main .gift-cards-side-cta {
    display: block;
    width: 100%;
    margin-top: -40px;
    position: relative;
    z-index: 3
}

@media print,
screen and (min-width:48em) {
    .gift-cards-page-hero .hero-main .gift-cards-side-cta {
        margin-top: 30%;
        height: 100%;
        text-align: center;
        z-index: 99
    }
}

.gift-cards-page-hero .hero-main .gift-cards-side-cta .gift-cards-image {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    visibility: hidden
}

@media print,
screen and (min-width:48em) {
    .gift-cards-page-hero .hero-main .gift-cards-side-cta .gift-cards-image {
        width: 60%
    }
}

@media print,
screen and (min-width:48em) {
    .gift-cards-page-hero .hero-main .gift-cards-side-cta .gift-cards-image img {
        width: 100%;
        height: auto
    }
}

.gift-cards-page-hero .hero-main .gift-cards-side-cta .button-buy-now {
    display: none;
    visibility: hidden
}

@media print,
screen and (min-width:48em) {
    .gift-cards-page-hero .hero-main .gift-cards-side-cta .button-buy-now {
        display: inline-block
    }
}

.gift-cards-page-hero .gift-cards-hero-content-area {
    width: 100%;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center
}

@media screen and (min-width:40.625em) {
    .gift-cards-page-hero .gift-cards-hero-content-area {
        padding-top: 20px;
        padding-bottom: 50px
    }
}

@media print,
screen and (min-width:48em) {
    .gift-cards-page-hero .gift-cards-hero-content-area {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-top: 40px;
        padding-bottom: 0;
        padding-left: 30px;
        padding-right: 30px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.gift-cards-page-hero .gift-cards-hero-content-area .body-content {
    font-size: .625rem;
    font-weight: 500;
    letter-spacing: 1px
}

@media screen and (min-width:31.25em) {
    .gift-cards-page-hero .gift-cards-hero-content-area .body-content {
        font-size: .6875rem
    }
}

@media print,
screen and (min-width:48em) {
    .gift-cards-page-hero .gift-cards-hero-content-area .body-content {
        width: calc(100% - 135px);
        max-width: 1200px;
        text-align: left;
        padding-top: 30px
    }
}

@media print,
screen and (min-width:64em) {
    .gift-cards-page-hero .gift-cards-hero-content-area .body-content {
        padding-top: 45px
    }
}

@media screen and (min-width:75em) {
    .gift-cards-page-hero .gift-cards-hero-content-area .body-content {
        padding-top: 60px
    }
}

@media screen and (min-width:100em) {
    .gift-cards-page-hero .gift-cards-hero-content-area .body-content {
        font-size: .75rem
    }
}

@media screen and (min-width:120em) {
    .gift-cards-page-hero .gift-cards-hero-content-area .body-content {
        font-size: .8125rem
    }
}

.gift-cards-page-hero .gift-cards-hero-content-area .body-content p {
    line-height: 2.1;
    margin: 30px auto
}

@media screen and (min-width:100em) {
    .gift-cards-page-hero .gift-cards-hero-content-area .body-content p {
        line-height: 2.25
    }
}

.gift-cards-page-hero .gift-cards-hero-content-area .body-content p:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width:48em) {
    .gift-cards-page-hero .gift-cards-hero-content-area .body-content .button-buy-now {
        display: none
    }
}

.single-venue-hero .venue-hero-main-elements {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #000
}

@media screen and (min-width:31.25em) {
    .single-venue-hero .venue-hero-main-elements {
        margin-bottom: 30px
    }
}

@media print,
screen and (min-width:48em) {
    .single-venue-hero .venue-hero-main-elements {
        margin-bottom: 0
    }
}

.single-venue-hero .venue-hero-main-elements .hero-main {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 300px;
    border: 7px solid #fff;
    background-color: #111;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (min-width:28.125em) {
    .single-venue-hero .venue-hero-main-elements .hero-main {
        height: 325px
    }
}

@media screen and (min-width:34.375em) {
    .single-venue-hero .venue-hero-main-elements .hero-main {
        height: 350px
    }
}

@media screen and (min-width:40.625em) {
    .single-venue-hero .venue-hero-main-elements .hero-main {
        height: 400px
    }
}

@media screen and (min-width:46.875em) {
    .single-venue-hero .venue-hero-main-elements .hero-main {
        height: 425px
    }
}

@media print,
screen and (min-width:48em) {
    .single-venue-hero .venue-hero-main-elements .hero-main {
        width: 85%;
        height: 325px;
        margin-left: 5%
    }
}

@media screen and (min-width:56.25em) {
    .single-venue-hero .venue-hero-main-elements .hero-main {
        height: 375px
    }
}

@media print,
screen and (min-width:64em) {
    .single-venue-hero .venue-hero-main-elements .hero-main {
        height: 425px
    }
}

@media screen and (min-width:75em) {
    .single-venue-hero .venue-hero-main-elements .hero-main {
        width: 86%;
        height: 500px;
        margin-left: 5.5%
    }
}

@media screen and (min-width:87.5em) {
    .single-venue-hero .venue-hero-main-elements .hero-main {
        height: 575px
    }
}

@media (min-width:1600px) {
    .single-venue-hero .venue-hero-main-elements .hero-main {
        width: 87.5%;
        height: 625px
    }
}

@media screen and (min-width:112.5em) {
    .single-venue-hero .venue-hero-main-elements .hero-main {
        height: 675px
    }
}

@media screen and (min-width:120em) {
    .single-venue-hero .venue-hero-main-elements .hero-main {
        height: 700px
    }
}

@media screen and (min-width:137.5em) {
    .single-venue-hero .venue-hero-main-elements .hero-main {
        height: 725px
    }
}

@media screen and (min-width:150em) {
    .single-venue-hero .venue-hero-main-elements .hero-main {
        height: 750px
    }
}

.single-venue-hero .venue-hero-main-elements .hero-main .image-reveal-element {
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3
}

.single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
    position: relative;
    left: -6px;
    bottom: -10px;
    margin-bottom: 0;
    line-height: .8;
    font-weight: 800;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: -.05937rem
}

.single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
    font-size: 40px
}

@media screen and (min-width:280px) {
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        font-size: calc(40px + 32 * ((100vw - 280px)/ 219))
    }
}

@media screen and (min-width:499px) {
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        font-size: 72px
    }
}

@media screen and (min-width:31.25em) {
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        left: -10px;
        bottom: -12px
    }
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        font-size: 72px
    }
}

@media screen and (min-width:31.25em) and (min-width:500px) {
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        font-size: calc(72px + 30 * ((100vw - 500px)/ 199))
    }
}

@media screen and (min-width:31.25em) and (min-width:699px) {
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        font-size: 102px
    }
}

@media screen and (min-width:43.75em) {
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        left: -12px;
        bottom: -14px
    }
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        font-size: 102px
    }
}

@media screen and (min-width:43.75em) and (min-width:700px) {
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        font-size: calc(102px + 10 * ((100vw - 700px)/ 67))
    }
}

@media screen and (min-width:43.75em) and (min-width:767px) {
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        font-size: 112px
    }
}

@media print,
screen and (min-width:48em) {
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        width: calc(100% - 130px);
        left: -6px;
        bottom: -10px;
        letter-spacing: -.0625rem
    }
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        font-size: 72px
    }
}

@media screen and (min-width:48em) and (min-width:768px) {
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        font-size: calc(72px + 20 * ((100vw - 768px)/ 255))
    }
}

@media screen and (min-width:48em) and (min-width:1023px) {
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        font-size: 92px
    }
}

@media print,
screen and (min-width:64em) {
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        width: calc(100% - 165px);
        left: -10px;
        bottom: -14px
    }
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        font-size: 92px
    }
}

@media screen and (min-width:64em) and (min-width:1024px) {
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        font-size: calc(92px + 34 * ((100vw - 1024px)/ 175))
    }
}

@media screen and (min-width:64em) and (min-width:1199px) {
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        font-size: 126px
    }
}

@media screen and (min-width:75em) {
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        width: calc(100% - 170px);
        left: -14px;
        bottom: -18px;
        letter-spacing: -.08625rem
    }
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        font-size: 126px
    }
}

@media screen and (min-width:75em) and (min-width:1200px) {
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        font-size: calc(126px + 18 * ((100vw - 1200px)/ 399))
    }
}

@media screen and (min-width:75em) and (min-width:1599px) {
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        font-size: 144px
    }
}

@media screen and (min-width:100em) {
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        width: calc(100% - 200px);
        left: -16px
    }
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        font-size: 144px
    }
}

@media screen and (min-width:100em) and (min-width:1600px) {
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        font-size: calc(144px + 28 * ((100vw - 1600px)/ 320))
    }
}

@media screen and (min-width:100em) and (min-width:1920px) {
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        font-size: 172px
    }
}

@media screen and (min-width:120em) {
    .single-venue-hero .venue-hero-main-elements .hero-main h1.venue-title {
        width: calc(100% - 230px);
        left: -20px;
        bottom: -22px
    }
}

@media print,
screen and (min-width:48em) {
    .single-venue-hero .venue-hero-secondary-elements {
        margin-left: 5%;
        margin-right: auto;
        width: 87%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media print,
screen and (min-width:64em) {
    .single-venue-hero .venue-hero-secondary-elements {
        width: 85%
    }
}

@media screen and (min-width:75em) {
    .single-venue-hero .venue-hero-secondary-elements {
        margin-left: 5.5%;
        width: 88%
    }
}

@media screen and (min-width:100em) {
    .single-venue-hero .venue-hero-secondary-elements {
        width: 90%
    }
}

.single-venue-hero .venue-info {
    position: relative;
    z-index: 10;
    width: 265px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (min-width:31.25em) {
    .single-venue-hero .venue-info {
        max-width: 290px
    }
}

@media print,
screen and (min-width:48em) {
    .single-venue-hero .venue-info {
        width: 175px;
        margin-right: 40px;
        margin-left: 30px;
        margin-bottom: 0;
        margin-top: -67px;
        padding-left: 20px;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media screen and (min-width:56.25em) {
    .single-venue-hero .venue-info {
        margin-right: 50px
    }
}

@media print,
screen and (min-width:64em) {
    .single-venue-hero .venue-info {
        margin-top: -64px
    }
}

@media screen and (min-width:75em) {
    .single-venue-hero .venue-info {
        margin-top: -82px;
        margin-left: 40px;
        margin-right: 70px
    }
}

@media screen and (min-width:100em) {
    .single-venue-hero .venue-info {
        width: 200px;
        margin-top: -92px;
        margin-left: 60px;
        margin-right: 90px
    }
}

@media screen and (min-width:120em) {
    .single-venue-hero .venue-info {
        margin-top: -102px
    }
}

.single-venue-hero .venue-info .venue-contact-info {
    position: relative;
    width: calc(100% - 114px)
}

@media screen and (min-width:48em) {
    .single-venue-hero .venue-info .venue-contact-info {
        position: relative;
        margin-top: 20px;
        width: auto;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
        opacity: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.single-venue-hero .venue-info .venue-contact-info a {
    display: block;
    color: #000;
    font-size: .75rem;
    line-height: 1.4
}

@media screen and (min-width:31.25em) {
    .single-venue-hero .venue-info .venue-contact-info a {
        font-size: .8125rem
    }
}

@media print,
screen and (min-width:48em) {
    .single-venue-hero .venue-info .venue-contact-info a {
        font-size: .75rem
    }
}

@media screen and (min-width:100em) {
    .single-venue-hero .venue-info .venue-contact-info a {
        font-size: .8125rem
    }
}

@media screen and (min-width:120em) {
    .single-venue-hero .venue-info .venue-contact-info a {
        font-size: .875rem
    }
}

.single-venue-hero .venue-info .venue-contact-info a span {
    display: block
}

.single-venue-hero .venue-info .venue-contact-info .venue-location,
.single-venue-hero .venue-info .venue-contact-info .venue-phone,
.single-venue-hero .venue-info .venue-contact-info .venue-sections-nav {
    position: relative;
    margin-bottom: 10px
}

@media print,
screen and (min-width:48em) {
    .single-venue-hero .venue-info .venue-contact-info .venue-location,
    .single-venue-hero .venue-info .venue-contact-info .venue-phone,
    .single-venue-hero .venue-info .venue-contact-info .venue-sections-nav {
        margin-bottom: 20px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.single-venue-hero .venue-info .venue-contact-info .venue-sections-nav {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.single-venue-hero .venue-info .venue-contact-info .venue-sections-nav a {
    font-weight: 700;
    padding: 5px 0;
    color: #af9d63;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: .6875rem
}

.single-venue-hero .venue-info .venue-contact-info .venue-sections-nav a:hover {
    color: #86753e
}

@media screen and (min-width:31.25em) {
    .single-venue-hero .venue-info .venue-contact-info .venue-sections-nav a {
        font-size: .75rem
    }
}

@media print,
screen and (min-width:48em) {
    .single-venue-hero .venue-info .venue-contact-info .venue-sections-nav a {
        font-size: .6875rem
    }
}

@media screen and (min-width:100em) {
    .single-venue-hero .venue-info .venue-contact-info .venue-sections-nav a {
        font-size: .75rem
    }
}

@media screen and (min-width:120em) {
    .single-venue-hero .venue-info .venue-contact-info .venue-sections-nav a {
        font-size: .8125rem
    }
}

.single-venue-hero .venue-info .venue-contact-info .venue-location {
    margin-bottom: 10px
}

@media print,
screen and (min-width:48em) {
    .single-venue-hero .venue-info .venue-contact-info .venue-location {
        margin-bottom: 20px
    }
}

@media print,
screen and (min-width:48em) {
    .single-venue-hero .venue-info .venue-contact-info .venue-location:before {
        content: '';
        position: absolute;
        left: -30px;
        top: -5%;
        width: 1px;
        height: 110%;
        background-color: #979797
    }
}

@media print,
screen and (min-width:64em) {
    .single-venue-hero .venue-info .venue-contact-info .venue-location:before {
        left: -25px
    }
}

@media screen and (min-width:120em) {
    .single-venue-hero .venue-info .venue-contact-info .venue-location:before {
        left: -30px
    }
}

.single-venue-hero .venue-info .venue-logo {
    width: 104px;
    height: 104px
}

@media print,
screen and (min-width:48em) {
    .single-venue-hero .venue-info .venue-logo {
        right: 0;
        width: 114px;
        height: 114px
    }
}

@media print,
screen and (min-width:64em) {
    .single-venue-hero .venue-info .venue-logo {
        width: 124px;
        height: 124px
    }
}

@media screen and (min-width:75em) {
    .single-venue-hero .venue-info .venue-logo {
        width: 144px;
        height: 144px
    }
}

@media screen and (min-width:100em) {
    .single-venue-hero .venue-info .venue-logo {
        width: 164px;
        height: 164px
    }
}

@media screen and (min-width:120em) {
    .single-venue-hero .venue-info .venue-logo {
        width: 182px;
        height: 182px
    }
}

.single-venue-hero .venue-info .venue-logo .logo-wrapper {
    width: 100%;
    height: 100%;
    background-color: #000;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%
}

@media screen and (min-width:48em) {
    .single-venue-hero .venue-info .venue-logo .logo-wrapper {
        border: 4px solid #fff;
        opacity: 0
    }
}

.single-venue-hero .venue-info .venue-logo .logo-wrapper img {
    width: 37.5%;
    height: auto
}

.single-venue-hero .venue-hours {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding: 15px;
    width: 90%;
    max-width: 325px;
    background-color: #f5f5f5;
    color: #666;
    text-align: center;
    overflow: hidden
}

@media print,
screen and (min-width:48em) {
    .single-venue-hero .venue-hours {
        width: auto;
        max-width: calc(100% - 245px);
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
        text-align: left;
        padding: 20px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media screen and (min-width:56.25em) {
    .single-venue-hero .venue-hours {
        max-width: calc(100% - 255px)
    }
}

@media screen and (min-width:75em) {
    .single-venue-hero .venue-hours {
        padding: 30px
    }
}

@media screen and (min-width:100em) {
    .single-venue-hero .venue-hours {
        max-width: calc(100% - 300px);
        padding: 40px 50px
    }
}

@media print,
screen and (min-width:48em) {
    .single-venue-hero .venue-hours.hours-two-columns .venue-hours-header {
        width: 100%
    }
}

@media screen and (min-width:75em) {
    .single-venue-hero .venue-hours.hours-two-columns .venue-hours-header {
        width: 165px
    }
}

@media screen and (min-width:100em) {
    .single-venue-hero .venue-hours.hours-two-columns .venue-hours-header {
        width: 185px
    }
}

@media print,
screen and (min-width:48em) {
    .single-venue-hero .venue-hours.hours-two-columns .venue-hours-columns {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (min-width:75em) {
    .single-venue-hero .venue-hours.hours-two-columns .venue-hours-columns {
        width: calc(100% - 175px)
    }
}

@media screen and (min-width:100em) {
    .single-venue-hero .venue-hours.hours-two-columns .venue-hours-columns {
        width: calc(100% - 205px)
    }
}

@media print,
screen and (min-width:48em) {
    .single-venue-hero .venue-hours.hours-two-columns .venue-hours-columns .hours-column {
        width: calc(50% - 10px)
    }
}

@media print,
screen and (min-width:48em) {
    .single-venue-hero .venue-hours.hours-three-columns .venue-hours-header {
        width: 100%
    }
}

@media print,
screen and (min-width:48em) {
    .single-venue-hero .venue-hours.hours-three-columns .venue-hours-columns {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media print,
screen and (min-width:48em) {
    .single-venue-hero .venue-hours.hours-three-columns .venue-hours-columns .hours-column {
        width: calc(33.33333% - 10px)
    }
}

@media print,
screen and (min-width:48em) {
    .single-venue-hero .venue-hours .venue-hours-header {
        width: 165px;
        margin-right: 10px
    }
}

@media screen and (min-width:100em) {
    .single-venue-hero .venue-hours .venue-hours-header {
        width: 185px;
        margin-right: 20px
    }
}

.single-venue-hero .venue-hours .venue-hours-header span {
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: .875rem
}

@media print,
screen and (min-width:48em) {
    .single-venue-hero .venue-hours .venue-hours-header span {
        font-size: .75rem
    }
}

@media screen and (min-width:100em) {
    .single-venue-hero .venue-hours .venue-hours-header span {
        font-size: .875rem
    }
}

@media print,
screen and (min-width:48em) {
    .single-venue-hero .venue-hours .venue-hours-columns {
        width: calc(100% - 175px)
    }
}

@media screen and (min-width:100em) {
    .single-venue-hero .venue-hours .venue-hours-columns {
        width: calc(100% - 205px)
    }
}

@media print,
screen and (min-width:48em) {
    .single-venue-hero .venue-hours .venue-hours-columns .hours-column {
        width: 100%
    }
}

.single-venue-hero .venue-hours .venue-hours-columns .hours-column p {
    width: 100%;
    max-width: 450px;
    line-height: 1.4
}

.single-venue-hero .venue-hours .venue-hours-columns .hours-column ul {
    list-style: none;
    margin-left: 0
}

.single-venue-hero .venue-hours .venue-hours-columns .hours-column ul li {
    line-height: 1.4;
    margin-bottom: 7px
}

.single-venue-hero .venue-hours .venue-hours-columns .hours-column:last-child p:last-child,
.single-venue-hero .venue-hours .venue-hours-columns .hours-column:last-child ul:last-child {
    margin-bottom: 0
}

.single-venue-hero .mobile-cta {
    display: block;
    text-align: center
}

@media print,
screen and (min-width:48em) {
    .single-venue-hero .mobile-cta {
        display: none
    }
}

.venue-menu-section {
    padding-top: 40px;
    margin-bottom: 40px;
    position: relative
}

@media screen and (min-width:37.5em) {
    .venue-menu-section {
        margin-bottom: 60px
    }
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section {
        padding-top: 60px
    }
}

@media print,
screen and (min-width:64em) {
    .venue-menu-section {
        margin-bottom: 80px
    }
}

@media screen and (min-width:75em) {
    .venue-menu-section {
        margin-bottom: 100px
    }
}

@media screen and (min-width:100em) {
    .venue-menu-section {
        margin-bottom: 120px
    }
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section.scrollinview {
        visibility: visible
    }
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section.scrollinview .main-menu-content,
    .venue-menu-section.scrollinview .menu-heading-image {
        opacity: 0;
        transition: opacity .35s ease
    }
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section.scrollinview-inview .main-menu-content,
    .venue-menu-section.scrollinview-inview .menu-heading-image {
        opacity: 1
    }
}

.venue-menu-section #section-restaurant-menu {
    position: absolute;
    top: -50px;
    visibility: hidden
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section #section-restaurant-menu {
        top: -100px
    }
}

.venue-menu-section .menu-heading {
    position: relative;
    margin-bottom: 30px;
    height: 175px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (min-width:31.25em) {
    .venue-menu-section .menu-heading {
        height: 200px
    }
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-heading {
        padding-left: 200px;
        margin-bottom: 40px;
        height: 13vw;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media print,
screen and (min-width:64em) {
    .venue-menu-section .menu-heading {
        margin-bottom: 60px
    }
}

@media screen and (min-width:75em) {
    .venue-menu-section .menu-heading {
        padding-left: 250px;
        margin-bottom: 80px
    }
}

@media screen and (min-width:100em) {
    .venue-menu-section .menu-heading {
        padding-left: 300px
    }
}

@media screen and (min-width:120em) {
    .venue-menu-section .menu-heading {
        padding-left: 400px;
        height: 15.625rem
    }
}

.venue-menu-section .menu-heading .styled-title-heading {
    position: relative;
    z-index: 2;
    background-color: #fff;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
    border-bottom: 15px solid #fff
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-heading .styled-title-heading {
        border: none
    }
}

.venue-menu-section .menu-heading .menu-heading-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-heading .menu-heading-image {
        position: relative;
        width: calc(100% - 240px)
    }
}

@media print,
screen and (min-width:64em) {
    .venue-menu-section .menu-heading .menu-heading-image {
        width: calc(100% - 260px)
    }
}

@media screen and (min-width:75em) {
    .venue-menu-section .menu-heading .menu-heading-image {
        width: calc(100% - 280px)
    }
}

@media screen and (min-width:100em) {
    .venue-menu-section .menu-heading .menu-heading-image {
        width: calc(100% - 300px)
    }
}

.venue-menu-section .main-menu-content {
    position: relative
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .main-menu-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.venue-menu-section .menu-navigation {
    margin-bottom: 30px
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-navigation {
        width: 200px;
        margin-bottom: 0
    }
}

@media screen and (min-width:75em) {
    .venue-menu-section .menu-navigation {
        width: 250px
    }
}

@media screen and (min-width:100em) {
    .venue-menu-section .menu-navigation {
        width: 300px
    }
}

@media screen and (min-width:120em) {
    .venue-menu-section .menu-navigation {
        width: 400px
    }
}

.venue-menu-section .menu-navigation .menu-nav-sticky-elem {
    background-color: #fff
}

.venue-menu-section .menu-navigation .menu-nav-sticky-elem.is-stuck {
    margin-top: 3.75rem!important;
    padding-top: 10px;
    padding-bottom: 10px
}

@media screen and (min-width:48em) {
    .venue-menu-section .menu-navigation .menu-nav-sticky-elem.is-stuck {
        margin-top: 6rem!important;
        padding-top: 0;
        padding-bottom: 0
    }
}

@media screen and (min-width:75em) {
    .venue-menu-section .menu-navigation .menu-nav-sticky-elem.is-stuck {
        margin-top: 6.625rem!important
    }
}

.venue-menu-section .menu-navigation .menu-nav-sticky-elem.is-stuck:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    height: 10px;
    background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0)
}

.venue-menu-section .menu-navigation .menu-nav-slider {
    position: relative
}

.venue-menu-section .menu-navigation .menu-nav-slider:after,
.venue-menu-section .menu-navigation .menu-nav-slider:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    width: 40px;
    height: 100%
}

@media screen and (min-width:34.375em) {
    .venue-menu-section .menu-navigation .menu-nav-slider:after,
    .venue-menu-section .menu-navigation .menu-nav-slider:before {
        width: 60px
    }
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-navigation .menu-nav-slider:after,
    .venue-menu-section .menu-navigation .menu-nav-slider:before {
        display: none;
        width: 100%;
        height: 35px
    }
}

@media screen and (min-width:100em) {
    .venue-menu-section .menu-navigation .menu-nav-slider:after,
    .venue-menu-section .menu-navigation .menu-nav-slider:before {
        height: 30px
    }
}

.venue-menu-section .menu-navigation .menu-nav-slider:before {
    left: 0;
    background: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1)
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-navigation .menu-nav-slider:before {
        top: 10px;
        background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0)
    }
}

.venue-menu-section .menu-navigation .menu-nav-slider:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1)
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-navigation .menu-nav-slider:after {
        top: auto;
        bottom: 25px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
    }
}

.venue-menu-section .menu-navigation .menu-nav-slider .slick-slide,
.venue-menu-section .menu-navigation .menu-nav-slider.slick-slider .slick-list,
.venue-menu-section .menu-navigation .menu-nav-slider.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.venue-menu-section .menu-navigation .menu-nav-slider .slick-cloned {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.venue-menu-section .menu-navigation .menu-nav-slider .slick-arrow {
    position: absolute;
    z-index: 3;
    top: 0;
    width: 30px;
    height: 100%;
    opacity: 1;
    transition: opacity .35s ease
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-navigation .menu-nav-slider .slick-arrow {
        top: auto;
        bottom: -20px;
        width: 20px;
        height: 20px
    }
}

.venue-menu-section .menu-navigation .menu-nav-slider .slick-arrow img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 8px;
    height: auto;
    opacity: .65
}

.venue-menu-section .menu-navigation .menu-nav-slider .slick-arrow.slick-prev {
    left: 0
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-navigation .menu-nav-slider .slick-arrow.slick-prev img {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-navigation .menu-nav-slider .slick-arrow.slick-prev {
        left: 40px
    }
}

@media screen and (min-width:75em) {
    .venue-menu-section .menu-navigation .menu-nav-slider .slick-arrow.slick-prev {
        left: 60px
    }
}

.venue-menu-section .menu-navigation .menu-nav-slider .slick-arrow.slick-next {
    right: 0
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-navigation .menu-nav-slider .slick-arrow.slick-next img {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-navigation .menu-nav-slider .slick-arrow.slick-next {
        right: auto;
        left: 65px
    }
}

@media screen and (min-width:75em) {
    .venue-menu-section .menu-navigation .menu-nav-slider .slick-arrow.slick-next {
        left: 85px
    }
}

.venue-menu-section .menu-navigation .menu-nav-slider .slick-arrow.slick-disabled {
    opacity: 0
}

.venue-menu-section .menu-navigation .menu-nav-slider .slick-slide {
    padding-left: 22px;
    padding-right: 22px
}

@media screen and (min-width:28.125em) {
    .venue-menu-section .menu-navigation .menu-nav-slider .slick-slide {
        padding-left: 26px;
        padding-right: 26px
    }
}

@media screen and (min-width:40.625em) {
    .venue-menu-section .menu-navigation .menu-nav-slider .slick-slide {
        padding-left: 28px;
        padding-right: 28px
    }
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-navigation .menu-nav-slider .slick-slide {
        padding-left: 0;
        padding-right: 0
    }
}

.venue-menu-section .menu-navigation .menu-nav-slider .slick-slide:focus {
    outline: 0
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-navigation .menu-nav-slider .slick-slide .menu-nav-item {
        padding-left: 35px;
        padding-bottom: 5px
    }
}

@media screen and (min-width:75em) {
    .venue-menu-section .menu-navigation .menu-nav-slider .slick-slide .menu-nav-item {
        padding-left: 55px
    }
}

.venue-menu-section .menu-navigation .menu-nav-slider .slick-slide:not(.slick-current) .menu-category-item {
    color: #000;
    opacity: .4;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    font-weight: 600;
    transition-delay: 0s
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-navigation .menu-nav-slider .slick-slide:not(.slick-current) .menu-category-item {
        opacity: .75
    }
}

.venue-menu-section .menu-navigation .menu-nav-slider .slick-slide:not(.slick-current) .menu-category-item:after {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.venue-menu-section .menu-navigation .menu-nav-slider .menu-category-item {
    display: block;
    cursor: pointer;
    color: #86753e;
    font-size: .625rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all .35s ease;
    transition-property: color, opacity, -webkit-transform;
    transition-property: color, transform, opacity;
    transition-property: color, transform, opacity, -webkit-transform;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
    opacity: 1;
    transition-delay: .5s
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-navigation .menu-nav-slider .menu-category-item {
        display: inline-block;
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        padding-left: 10px;
        padding-right: 40px;
        opacity: 1;
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
        transition-delay: 0s
    }
}

@media print,
screen and (min-width:64em) {
    .venue-menu-section .menu-navigation .menu-nav-slider .menu-category-item {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: .6875rem
    }
}

@media screen and (min-width:75em) {
    .venue-menu-section .menu-navigation .menu-nav-slider .menu-category-item {
        padding-top: 7px;
        padding-bottom: 7px
    }
}

@media screen and (min-width:100em) {
    .venue-menu-section .menu-navigation .menu-nav-slider .menu-category-item {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: .75rem
    }
}

@media screen and (min-width:120em) {
    .venue-menu-section .menu-navigation .menu-nav-slider .menu-category-item {
        font-size: .8125rem
    }
}

.venue-menu-section .menu-navigation .menu-nav-slider .menu-category-item:after {
    display: none;
    position: absolute;
    left: auto;
    bottom: calc(50% + 1px);
    right: 100%;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #86753e;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-navigation .menu-nav-slider .menu-category-item:after {
        display: block
    }
}

@media screen and (min-width:100em) {
    .venue-menu-section .menu-navigation .menu-nav-slider .menu-category-item:after {
        bottom: 50%
    }
}

.venue-menu-section .menu-sections {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 40px
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-sections {
        margin-bottom: 0;
        width: calc(100% - 200px)
    }
}

@media print,
screen and (min-width:64em) {
    .venue-menu-section .menu-sections {
        padding-right: 20px
    }
}

@media screen and (min-width:75em) {
    .venue-menu-section .menu-sections {
        width: calc(100% - 250px)
    }
}

@media screen and (min-width:87.5em) {
    .venue-menu-section .menu-sections {
        width: calc(90% - 250px)
    }
}

@media screen and (min-width:100em) {
    .venue-menu-section .menu-sections {
        width: calc(90% - 300px)
    }
}

@media screen and (min-width:120em) {
    .venue-menu-section .menu-sections {
        width: calc(90% - 400px)
    }
}

.venue-menu-section .menu-sections .menu-section-item {
    width: 100%
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-sections .menu-section-item {
        display: -webkit-flex!important;
        display: -ms-flexbox!important;
        display: flex!important;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.venue-menu-section .menu-sections .menu-section-item .menu-section-title {
    width: 100%;
    display: block;
    font-size: .75rem;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .05937rem;
    margin-bottom: 40px
}

@media screen and (min-width:31.25em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-section-title {
        font-size: .8125rem
    }
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-section-title {
        font-size: .75rem
    }
}

@media screen and (min-width:100em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-section-title {
        font-size: .8125rem
    }
}

@media screen and (min-width:120em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-section-title {
        font-size: .875rem
    }
}

.venue-menu-section .menu-sections .menu-section-item .menu-section-category-items {
    width: 100%;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-fill: auto;
    column-fill: auto
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-section-category-items {
        -webkit-column-count: 2;
        column-count: 2
    }
}

@media print,
screen and (min-width:64em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-section-category-items {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.875rem;
        column-gap: 1.875rem
    }
}

@media screen and (min-width:75em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-section-category-items {
        -webkit-column-gap: 2.5rem;
        column-gap: 2.5rem
    }
}

.venue-menu-section .menu-sections .menu-section-item .menu-section-category-items>ul {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none
}

.venue-menu-section .menu-sections .menu-section-item .menu-section-category-items .menu-element-item {
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid
}

.venue-menu-section .menu-sections .menu-section-item .menu-element-item {
    position: relative
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-element-item {
        margin: 0 0 1.5em
    }
}

.venue-menu-section .menu-sections .menu-section-item .menu-element-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.venue-menu-section .menu-sections .menu-section-item .menu-element-item:last-child:after {
    display: none
}

.venue-menu-section .menu-sections .menu-section-item .menu-category-item {
    padding-bottom: 50px;
    margin-bottom: 50px
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-category-item {
        padding-bottom: 0;
        margin-bottom: 70px
    }
}

.venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-category-header {
    margin-bottom: 40px
}

.venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-category-header.menu-title-element {
    position: relative;
    font-size: .8125rem;
    color: #888;
    font-weight: 800;
    letter-spacing: .0125rem;
    margin-bottom: 20px;
    line-height: 1.4;
    text-transform: uppercase
}

@media screen and (min-width:31.25em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-category-header.menu-title-element {
        font-size: .875rem
    }
}

@media screen and (min-width:100em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-category-header.menu-title-element {
        font-size: 1rem
    }
}

@media screen and (min-width:120em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-category-header.menu-title-element {
        font-size: 1.125rem
    }
}

.venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-category-header.menu-title-element span {
    display: inline-block;
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding-right: 10px;
    border-bottom: none;
    font-size: .875rem
}

@media screen and (min-width:31.25em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-category-header.menu-title-element span {
        font-size: .9375rem
    }
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-category-header.menu-title-element span {
        font-size: .875rem
    }
}

@media screen and (min-width:100em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-category-header.menu-title-element span {
        font-size: .9375rem
    }
}

@media screen and (min-width:120em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-category-header.menu-title-element span {
        font-size: 1rem
    }
}

.venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-category-header.menu-title-element:after {
    content: '';
    position: absolute;
    top: calc(50% - 4px);
    left: 1px;
    z-index: 1;
    display: block;
    width: calc(100% - 1px);
    height: 2px;
    background-color: #111;
    opacity: .3
}

@media screen and (min-width:100em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-category-header.menu-title-element:after {
        top: calc(50% - 3px)
    }
}

.venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-category-header .menu-category-title {
    display: block;
    font-size: .75rem;
    color: #111;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .05937rem;
    border-bottom: 2px solid #111;
    padding-bottom: 3px;
    margin-bottom: 2px
}

@media screen and (min-width:31.25em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-category-header .menu-category-title {
        font-size: .8125rem
    }
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-category-header .menu-category-title {
        font-size: .75rem
    }
}

@media screen and (min-width:100em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-category-header .menu-category-title {
        font-size: .8125rem
    }
}

@media screen and (min-width:120em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-category-header .menu-category-title {
        font-size: .875rem
    }
}

.venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-category-header .menu-category-description {
    display: block;
    margin-top: 5px;
    line-height: 1.2;
    font-size: .6875rem;
    font-weight: 500;
    color: #666;
    font-style: italic
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-category-header .menu-category-description {
        font-size: .75rem
    }
}

.venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-items .menu-item {
    margin-bottom: 40px;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    -o-column-break-inside: avoid;
    -ms-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid
}

.venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-items .menu-item:last-child {
    margin-bottom: 0
}

.venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-items .menu-item .menu-item-heading {
    margin-bottom: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-items .menu-item .menu-item-heading .menu-item-name {
    width: calc(100% - 120px);
    color: #666;
    font-weight: 800;
    font-size: .75rem;
    letter-spacing: .0125rem;
    line-height: 1.4
}

@media print,
screen and (min-width:64em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-items .menu-item .menu-item-heading .menu-item-name {
        width: calc(100% - 130px)
    }
}

@media screen and (min-width:31.25em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-items .menu-item .menu-item-heading .menu-item-name {
        font-size: .8125rem
    }
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-items .menu-item .menu-item-heading .menu-item-name {
        font-size: .75rem
    }
}

@media screen and (min-width:100em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-items .menu-item .menu-item-heading .menu-item-name {
        font-size: .8125rem
    }
}

@media screen and (min-width:120em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-items .menu-item .menu-item-heading .menu-item-name {
        font-size: .875rem;
        width: calc(100% - 140px)
    }
}

.venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-items .menu-item .menu-item-heading .price-elements {
    display: block;
    width: 110px;
    margin-left: 10px;
    color: #666;
    font-style: italic;
    font-weight: 600;
    font-size: .625rem;
    line-height: 1.1
}

@media print,
screen and (min-width:64em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-items .menu-item .menu-item-heading .price-elements {
        width: 120px;
        font-size: .6875rem
    }
}

@media screen and (min-width:120em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-items .menu-item .menu-item-heading .price-elements {
        width: 130px;
        font-size: .75rem
    }
}

.venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-items .menu-item .menu-item-heading .price-elements .price-element-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-items .menu-item .menu-item-heading .price-elements .price-element-item .menu-item-price-elem {
    display: inline-block
}

.venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-items .menu-item .menu-item-heading .price-elements .price-element-item .menu-item-price-elem span {
    display: block;
    text-align: right;
    white-space: nowrap
}

.venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-items .menu-item .menu-item-heading .price-elements .price-element-item .menu-item-price-elem.menu-item-price-cost {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-items .menu-item .menu-item-heading .price-elements .price-element-item .menu-item-price-elem.menu-item-price-cost .menu-item-price-max {
    margin-left: 3px
}

.venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-items .menu-item .menu-item-heading .price-elements .price-element-item .menu-item-price-name {
    margin-right: 7px
}

.venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-items .menu-item .menu-item-heading .price-elements .price-element-item .menu-item-price-unit {
    margin-left: 5px
}

.venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-items .menu-item .menu-item-content {
    color: #666;
    margin-bottom: 0;
    font-size: .6875rem;
    letter-spacing: .0125rem;
    line-height: 1.4
}

@media screen and (min-width:31.25em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-items .menu-item .menu-item-content {
        font-size: .75rem
    }
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-items .menu-item .menu-item-content {
        font-size: .6875rem
    }
}

@media screen and (min-width:100em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-items .menu-item .menu-item-content {
        font-size: .75rem
    }
}

@media screen and (min-width:120em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-category-item .menu-items .menu-item .menu-item-content {
        font-size: .8125rem
    }
}

.venue-menu-section .menu-sections .menu-section-item .menu-section-footnote {
    position: relative;
    padding-top: 50px;
    margin-top: 50px
}

.venue-menu-section .menu-sections .menu-section-item .menu-section-footnote:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #86753e
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-section-footnote:after {
        display: none
    }
}

.venue-menu-section .menu-sections .menu-section-item .menu-section-footnote span {
    display: block;
    position: relative;
    font-size: .6875rem;
    letter-spacing: .0125rem;
    color: #666;
    font-weight: 500;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 30px
}

@media screen and (min-width:31.25em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-section-footnote span {
        font-size: .75rem
    }
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-section-footnote span {
        font-size: .6875rem;
        padding-left: 20px;
        padding-right: 60px;
        line-height: 1.9
    }
}

@media screen and (min-width:100em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-section-footnote span {
        font-size: .75rem
    }
}

@media screen and (min-width:120em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-section-footnote span {
        font-size: .8125rem
    }
}

@media print,
screen and (min-width:48em) {
    .venue-menu-section .menu-sections .menu-section-item .menu-section-footnote span:before {
        content: '';
        position: absolute;
        top: 10%;
        left: 0;
        width: 1px;
        height: 80%;
        background-color: #ccc
    }
}

.venue-steak-section {
    position: relative;
    margin-bottom: 80px
}

@media screen and (min-width:75em) {
    .venue-steak-section {
        margin-bottom: 100px
    }
}

@media screen and (min-width:100em) {
    .venue-steak-section {
        margin-bottom: 120px
    }
}

@media print,
screen and (min-width:48em) {
    .venue-steak-section {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }
}

.venue-steak-section .stk-text-decoration {
    display: none
}

@media print,
screen and (min-width:48em) {
    .venue-steak-section .stk-text-decoration {
        display: block;
        position: absolute;
        top: -40px;
        left: -10px;
        width: 100%;
        text-align: left;
        color: #ccc;
        font-weight: 800;
        opacity: .15
    }
    .venue-steak-section .stk-text-decoration {
        font-size: 102px
    }
}

@media screen and (min-width:48em) and (min-width:768px) {
    .venue-steak-section .stk-text-decoration {
        font-size: calc(102px + 16 * ((100vw - 768px)/ 255))
    }
}

@media screen and (min-width:48em) and (min-width:1023px) {
    .venue-steak-section .stk-text-decoration {
        font-size: 118px
    }
}

@media print,
screen and (min-width:64em) {
    .venue-steak-section .stk-text-decoration {
        font-size: 118px
    }
}

@media screen and (min-width:64em) and (min-width:1023px) {
    .venue-steak-section .stk-text-decoration {
        font-size: calc(118px + 10 * ((100vw - 1023px)/ 176))
    }
}

@media screen and (min-width:64em) and (min-width:1199px) {
    .venue-steak-section .stk-text-decoration {
        font-size: 128px
    }
}

@media screen and (min-width:75em) {
    .venue-steak-section .stk-text-decoration {
        top: -60px
    }
    .venue-steak-section .stk-text-decoration {
        font-size: 146px
    }
}

@media screen and (min-width:75em) and (min-width:1200px) {
    .venue-steak-section .stk-text-decoration {
        font-size: calc(146px + 16 * ((100vw - 1200px)/ 399))
    }
}

@media screen and (min-width:75em) and (min-width:1599px) {
    .venue-steak-section .stk-text-decoration {
        font-size: 162px
    }
}

@media screen and (min-width:100em) {
    .venue-steak-section .stk-text-decoration {
        top: -80px
    }
    .venue-steak-section .stk-text-decoration {
        font-size: 168px
    }
}

@media screen and (min-width:100em) and (min-width:1600px) {
    .venue-steak-section .stk-text-decoration {
        font-size: calc(168px + 38 * ((100vw - 1600px)/ 320))
    }
}

@media screen and (min-width:100em) and (min-width:1920px) {
    .venue-steak-section .stk-text-decoration {
        font-size: 206px
    }
}

@media screen and (min-width:120em) {
    .venue-steak-section .stk-text-decoration {
        top: -100px
    }
}

.venue-steak-section .steak-section-main-content {
    width: 100%
}

@media print,
screen and (min-width:48em) {
    .venue-steak-section .steak-section-main-content {
        width: calc(100% - 250px);
        padding-top: 100px;
        padding-bottom: 100px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media print,
screen and (min-width:64em) {
    .venue-steak-section .steak-section-main-content {
        width: calc(100% - 300px)
    }
}

@media screen and (min-width:75em) {
    .venue-steak-section .steak-section-main-content {
        width: calc(100% - 350px)
    }
}

@media screen and (min-width:120em) {
    .venue-steak-section .steak-section-main-content {
        width: calc(100% - 400px)
    }
}

.venue-steak-section .steak-section-main-content .stk-bg-image {
    position: relative;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center
}

@media screen and (min-width:25em) {
    .venue-steak-section .steak-section-main-content .stk-bg-image {
        height: 325px
    }
}

@media screen and (min-width:31.25em) {
    .venue-steak-section .steak-section-main-content .stk-bg-image {
        height: 375px
    }
}

@media screen and (min-width:37.5em) {
    .venue-steak-section .steak-section-main-content .stk-bg-image {
        height: 425px
    }
}

@media screen and (min-width:43.75em) {
    .venue-steak-section .steak-section-main-content .stk-bg-image {
        height: 475px
    }
}

@media print,
screen and (min-width:48em) {
    .venue-steak-section .steak-section-main-content .stk-bg-image {
        position: absolute;
        left: 14%;
        top: 10%;
        width: 60%;
        height: 80%
    }
}

@media screen and (min-width:56.25em) {
    .venue-steak-section .steak-section-main-content .stk-bg-image {
        left: 13%;
        width: 65%
    }
}

@media print,
screen and (min-width:64em) {
    .venue-steak-section .steak-section-main-content .stk-bg-image {
        width: 64%
    }
}

@media screen and (min-width:75em) {
    .venue-steak-section .steak-section-main-content .stk-bg-image {
        left: 20%;
        width: 58%
    }
}

@media screen and (min-width:87.5em) {
    .venue-steak-section .steak-section-main-content .stk-bg-image {
        left: 18%;
        width: 64%
    }
}

@media screen and (min-width:100em) {
    .venue-steak-section .steak-section-main-content .stk-bg-image {
        left: 18%;
        width: 66.5%
    }
}

@media screen and (min-width:112.5em) {
    .venue-steak-section .steak-section-main-content .stk-bg-image {
        left: 17.5%;
        width: 68%
    }
}

@media screen and (min-width:120em) {
    .venue-steak-section .steak-section-main-content .stk-bg-image {
        width: 66%
    }
}

.venue-steak-section .steak-section-main-content .stk-columns {
    position: relative
}

@media print,
screen and (min-width:48em) {
    .venue-steak-section .steak-section-main-content .stk-columns {
        background-color: #fff;
        padding: 40px;
        margin-top: 120px;
        margin-bottom: 120px;
        width: 95%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media print,
screen and (min-width:64em) {
    .venue-steak-section .steak-section-main-content .stk-columns {
        padding: 60px
    }
}

@media screen and (min-width:87.5em) {
    .venue-steak-section .steak-section-main-content .stk-columns {
        padding: 80px;
        width: 92.5%
    }
}

@media screen and (min-width:112.5em) {
    .venue-steak-section .steak-section-main-content .stk-columns {
        padding: 100px 80px
    }
}

.venue-steak-section .steak-section-main-content .stk-columns .stk-columns-header {
    position: absolute;
    bottom: 100%;
    left: 0;
    background-color: #fff;
    padding: 25px 20px
}

@media print,
screen and (min-width:48em) {
    .venue-steak-section .steak-section-main-content .stk-columns .stk-columns-header {
        position: relative;
        padding: 0;
        width: 75px
    }
}

@media screen and (min-width:75em) {
    .venue-steak-section .steak-section-main-content .stk-columns .stk-columns-header {
        width: 185px
    }
}

@media screen and (min-width:100em) {
    .venue-steak-section .steak-section-main-content .stk-columns .stk-columns-header {
        width: 300px
    }
}

@media screen and (min-width:112.5em) {
    .venue-steak-section .steak-section-main-content .stk-columns .stk-columns-header {
        width: 365px
    }
}

.venue-steak-section .steak-section-main-content .stk-columns .stk-columns-header h2 {
    margin-bottom: 0;
    line-height: 1;
    color: #666;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: .07938rem
}

@media screen and (min-width:31.25em) {
    .venue-steak-section .steak-section-main-content .stk-columns .stk-columns-header h2 {
        font-size: 1.125rem
    }
}

@media print,
screen and (min-width:48em) {
    .venue-steak-section .steak-section-main-content .stk-columns .stk-columns-header h2 {
        font-size: 1rem;
        text-align: center
    }
}

@media screen and (min-width:100em) {
    .venue-steak-section .steak-section-main-content .stk-columns .stk-columns-header h2 {
        font-size: 1.125rem
    }
}

@media screen and (min-width:120em) {
    .venue-steak-section .steak-section-main-content .stk-columns .stk-columns-header h2 {
        font-size: 1.25rem
    }
}

.venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media print,
screen and (min-width:48em) {
    .venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
        width: calc(100% - 75px)
    }
}

@media screen and (min-width:75em) {
    .venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content {
        width: calc(100% - 185px)
    }
}

@media screen and (min-width:100em) {
    .venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content {
        width: calc(100% - 300px)
    }
}

@media screen and (min-width:112.5em) {
    .venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content {
        width: calc(100% - 365px)
    }
}

.venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px
}

@media screen and (min-width:40.625em) {
    .venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column {
        width: calc(33.3333% - 10px)
    }
}

.venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-title {
    display: block;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #666;
    font-size: .625rem;
    font-weight: 600;
    letter-spacing: .05937rem;
    line-height: 1
}

@media screen and (min-width:75em) {
    .venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-title {
        font-size: .6875rem
    }
}

.venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item {
    margin-bottom: 12px
}

.venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item:last-child {
    margin-bottom: 0
}

.venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item:last-child .item-heading {
    margin-bottom: 0
}

.venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item .menu-item-heading {
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media print,
screen and (min-width:48em) {
    .venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item .menu-item-heading {
        margin-bottom: 15px
    }
}

.venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item .menu-item-heading .menu-item-name {
    display: block;
    width: 100%;
    font-size: .75rem
}

@media screen and (min-width:31.25em) {
    .venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item .menu-item-heading .menu-item-name {
        font-size: .8125rem
    }
}

@media print,
screen and (min-width:48em) {
    .venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item .menu-item-heading .menu-item-name {
        font-size: .75rem
    }
}

@media screen and (min-width:100em) {
    .venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item .menu-item-heading .menu-item-name {
        font-size: .8125rem
    }
}

@media screen and (min-width:120em) {
    .venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item .menu-item-heading .menu-item-name {
        font-size: .875rem
    }
}

.venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item .menu-item-heading .menu-item-name span {
    display: block;
    color: #666;
    font-weight: 800;
    letter-spacing: .0125rem;
    line-height: 1.1;
    margin-bottom: 3px
}

.venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item .menu-item-heading .price-elements {
    width: 100%;
    color: #666;
    font-style: italic;
    font-weight: 600;
    font-size: .625rem;
    line-height: 1.1
}

@media print,
screen and (min-width:64em) {
    .venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item .menu-item-heading .price-elements {
        width: 120px;
        font-size: .6875rem
    }
}

@media screen and (min-width:120em) {
    .venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item .menu-item-heading .price-elements {
        width: 130px;
        font-size: .75rem
    }
}

.venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item .menu-item-heading .price-elements .price-element-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item .menu-item-heading .price-elements .price-element-item .menu-item-price-elem {
    display: inline-block
}

.venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item .menu-item-heading .price-elements .price-element-item .menu-item-price-elem span {
    display: block;
    text-align: right;
    white-space: nowrap
}

.venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item .menu-item-heading .price-elements .price-element-item .menu-item-price-elem.menu-item-price-cost {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item .menu-item-heading .price-elements .price-element-item .menu-item-price-elem.menu-item-price-cost .menu-item-price-max {
    margin-left: 3px
}

.venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item .menu-item-heading .price-elements .price-element-item .menu-item-price-name {
    margin-right: 7px
}

.venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item .menu-item-heading .price-elements .price-element-item .menu-item-price-unit {
    margin-left: 5px
}

.venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item .item-content {
    margin-bottom: 0;
    color: #666;
    font-size: .625rem;
    letter-spacing: .0125rem;
    line-height: 1.4
}

@media screen and (min-width:31.25em) {
    .venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item .item-content {
        font-size: .6875rem
    }
}

@media print,
screen and (min-width:48em) {
    .venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item .item-content {
        font-size: .625rem
    }
}

@media screen and (min-width:100em) {
    .venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item .item-content {
        font-size: .6875rem
    }
}

@media screen and (min-width:120em) {
    .venue-steak-section .steak-section-main-content .stk-columns .stk-columns-content .stk-column .stk-column-items .stk-item .item-content {
        font-size: .75rem
    }
}

.venue-steak-section .steak-section-side-content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
}

@media print,
screen and (min-width:48em) {
    .venue-steak-section .steak-section-side-content {
        width: 250px;
        padding-left: 0;
        padding-right: 0
    }
}

@media print,
screen and (min-width:64em) {
    .venue-steak-section .steak-section-side-content {
        width: 300px
    }
}

@media screen and (min-width:75em) {
    .venue-steak-section .steak-section-side-content {
        width: 350px
    }
}

@media screen and (min-width:120em) {
    .venue-steak-section .steak-section-side-content {
        width: 400px
    }
}

.venue-steak-section .steak-section-side-content .side-content-wrapper {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(204, 204, 204, .2);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media screen and (min-width:40.625em) {
    .venue-steak-section .steak-section-side-content .side-content-wrapper {
        max-width: 500px
    }
}

@media print,
screen and (min-width:48em) {
    .venue-steak-section .steak-section-side-content .side-content-wrapper {
        max-width: 100%;
        height: 100%;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.venue-steak-section .steak-section-side-content .side-content-column {
    padding: 35px 25px;
    width: calc(50% - 10px);
    margin-right: 5px;
    margin-left: 5px
}

@media print,
screen and (min-width:48em) {
    .venue-steak-section .steak-section-side-content .side-content-column {
        width: 100%;
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 80px
    }
}

@media print,
screen and (min-width:64em) {
    .venue-steak-section .steak-section-side-content .side-content-column {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left: 100px
    }
}

@media screen and (min-width:75em) {
    .venue-steak-section .steak-section-side-content .side-content-column {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 120px
    }
}

@media screen and (min-width:87.5em) {
    .venue-steak-section .steak-section-side-content .side-content-column {
        padding-top: 120px;
        padding-bottom: 120px;
        padding-left: 140px
    }
}

.venue-steak-section .steak-section-side-content .side-content-column .side-column-heading {
    margin-bottom: 30px
}

.venue-steak-section .steak-section-side-content .side-content-column .side-column-heading .side-column-name {
    display: block;
    color: #666;
    font-size: .6875rem;
    font-weight: 600;
    letter-spacing: .05937rem;
    text-transform: uppercase;
    margin-bottom: 3px
}

@media screen and (min-width:31.25em) {
    .venue-steak-section .steak-section-side-content .side-content-column .side-column-heading .side-column-name {
        font-size: .75rem
    }
}

@media print,
screen and (min-width:48em) {
    .venue-steak-section .steak-section-side-content .side-content-column .side-column-heading .side-column-name {
        font-size: .6875rem
    }
}

@media screen and (min-width:100em) {
    .venue-steak-section .steak-section-side-content .side-content-column .side-column-heading .side-column-name {
        font-size: .75rem
    }
}

@media screen and (min-width:120em) {
    .venue-steak-section .steak-section-side-content .side-content-column .side-column-heading .side-column-name {
        font-size: .8125rem
    }
}

.venue-steak-section .steak-section-side-content .side-content-column .side-column-heading .side-column-description {
    display: block;
    color: #666;
    font-size: .625rem;
    line-height: 1.1;
    font-style: italic
}

@media screen and (min-width:31.25em) {
    .venue-steak-section .steak-section-side-content .side-content-column .side-column-heading .side-column-description {
        font-size: .6875rem
    }
}

@media print,
screen and (min-width:48em) {
    .venue-steak-section .steak-section-side-content .side-content-column .side-column-heading .side-column-description {
        font-size: .625rem
    }
}

@media screen and (min-width:100em) {
    .venue-steak-section .steak-section-side-content .side-content-column .side-column-heading .side-column-description {
        font-size: .6875rem
    }
}

@media screen and (min-width:120em) {
    .venue-steak-section .steak-section-side-content .side-content-column .side-column-heading .side-column-description {
        font-size: .75rem
    }
}

.venue-steak-section .steak-section-side-content .side-content-column .side-column-item {
    margin-bottom: 12px
}

.venue-steak-section .steak-section-side-content .side-content-column .side-column-item .menu-item-name {
    display: block;
    color: #666;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .0125rem;
    line-height: 1.3
}

@media screen and (min-width:31.25em) {
    .venue-steak-section .steak-section-side-content .side-content-column .side-column-item .menu-item-name {
        font-size: .8125rem
    }
}

@media print,
screen and (min-width:48em) {
    .venue-steak-section .steak-section-side-content .side-content-column .side-column-item .menu-item-name {
        font-size: .75rem
    }
}

@media screen and (min-width:100em) {
    .venue-steak-section .steak-section-side-content .side-content-column .side-column-item .menu-item-name {
        font-size: .8125rem
    }
}

@media screen and (min-width:120em) {
    .venue-steak-section .steak-section-side-content .side-content-column .side-column-item .menu-item-name {
        font-size: .875rem
    }
}

.venue-steak-section .steak-section-side-content .side-content-column .side-column-item .price-elements {
    width: 100%;
    color: #666;
    font-style: italic;
    font-weight: 600;
    font-size: .625rem;
    line-height: 1.1
}

@media print,
screen and (min-width:64em) {
    .venue-steak-section .steak-section-side-content .side-content-column .side-column-item .price-elements {
        width: 120px;
        font-size: .6875rem
    }
}

@media screen and (min-width:120em) {
    .venue-steak-section .steak-section-side-content .side-content-column .side-column-item .price-elements {
        width: 130px;
        font-size: .75rem
    }
}

.venue-steak-section .steak-section-side-content .side-content-column .side-column-item .price-elements .price-element-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.venue-steak-section .steak-section-side-content .side-content-column .side-column-item .price-elements .price-element-item .menu-item-price-elem {
    display: inline-block
}

.venue-steak-section .steak-section-side-content .side-content-column .side-column-item .price-elements .price-element-item .menu-item-price-elem span {
    display: block;
    text-align: right;
    white-space: nowrap
}

.venue-steak-section .steak-section-side-content .side-content-column .side-column-item .price-elements .price-element-item .menu-item-price-elem.menu-item-price-cost {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.venue-steak-section .steak-section-side-content .side-content-column .side-column-item .price-elements .price-element-item .menu-item-price-elem.menu-item-price-cost .menu-item-price-max {
    margin-left: 3px
}

.venue-steak-section .steak-section-side-content .side-content-column .side-column-item .price-elements .price-element-item .menu-item-price-name {
    margin-right: 7px
}

.venue-steak-section .steak-section-side-content .side-content-column .side-column-item .price-elements .price-element-item .menu-item-price-unit {
    margin-left: 5px
}

.order-delivery-section {
    position: relative;
    margin-bottom: 80px
}

@media screen and (min-width:75em) {
    .order-delivery-section {
        margin-bottom: 100px
    }
}

@media screen and (min-width:100em) {
    .order-delivery-section {
        margin-bottom: 120px
    }
}

.order-delivery-section #section-order-delivery {
    position: absolute;
    top: -100px;
    visibility: hidden
}

@media print,
screen and (min-width:48em) {
    .order-delivery-section #section-order-delivery {
        top: -150px
    }
}

.order-delivery-section .order-delivery-heading {
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 30px
}

@media screen and (min-width:31.25em) {
    .order-delivery-section .order-delivery-heading {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media print,
screen and (min-width:48em) {
    .order-delivery-section .order-delivery-heading {
        position: absolute;
        left: 0;
        top: 40px;
        padding-left: 100px;
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:64em) {
    .order-delivery-section .order-delivery-heading {
        padding-left: 160px
    }
}

@media screen and (min-width:75em) {
    .order-delivery-section .order-delivery-heading {
        padding-left: 250px
    }
}

@media screen and (min-width:100em) {
    .order-delivery-section .order-delivery-heading {
        padding-left: 300px
    }
}

@media screen and (min-width:120em) {
    .order-delivery-section .order-delivery-heading {
        padding-left: 400px
    }
}

.order-delivery-section .order-delivery-main-content {
    margin-left: auto;
    margin-right: auto;
    width: 225px;
    text-align: center
}

@media screen and (min-width:100em) {
    .order-delivery-section .order-delivery-main-content {
        width: 300px
    }
}

.order-delivery-section .order-delivery-main-content .order-delivery-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 150px;
    height: 150px;
    background-color: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1);
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width:100em) {
    .order-delivery-section .order-delivery-main-content .order-delivery-logo {
        width: 225px;
        height: 225px;
        margin-bottom: 40px
    }
}

.order-delivery-section .order-delivery-main-content .order-delivery-logo img {
    display: block;
    width: 75%;
    height: auto
}

.order-delivery-section .order-delivery-main-content .order-delivery-message {
    margin-bottom: 30px
}

@media screen and (min-width:100em) {
    .order-delivery-section .order-delivery-main-content .order-delivery-message {
        margin-bottom: 40px
    }
}

.order-delivery-section .order-delivery-main-content .order-delivery-message p {
    margin-bottom: 0
}

.order-delivery-section .order-delivery-main-content .order-delivery-cta .button {
    margin-bottom: 0
}

.social-hour-section {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden
}

@media screen and (min-width:31.25em) {
    .social-hour-section {
        margin-bottom: 60px
    }
}

@media print,
screen and (min-width:48em) {
    .social-hour-section {
        padding-top: 70px;
        padding-bottom: 240px;
        margin-bottom: 120px
    }
}

@media screen and (min-width:56.25em) {
    .social-hour-section {
        padding-bottom: 320px
    }
}

@media print,
screen and (min-width:64em) {
    .social-hour-section {
        margin-bottom: 140px
    }
}

@media screen and (min-width:68.75em) {
    .social-hour-section {
        padding-top: 80px;
        padding-bottom: 400px
    }
}

@media screen and (min-width:75em) {
    .social-hour-section {
        padding-top: 90px;
        padding-bottom: 480px;
        margin-bottom: 160px
    }
}

@media screen and (min-width:100em) {
    .social-hour-section {
        padding-top: 100px;
        padding-bottom: 560px;
        margin-bottom: 180px
    }
}

@media screen and (min-width:112.5em) {
    .social-hour-section {
        padding-bottom: 620px
    }
}

@media screen and (min-width:137.5em) {
    .social-hour-section {
        padding-bottom: 700px;
        margin-bottom: 200px
    }
}

@media screen and (min-width:150em) {
    .social-hour-section {
        padding-bottom: 780px;
        margin-bottom: 220px
    }
}

.social-hour-section #section-social-hour {
    position: absolute;
    top: -100px;
    visibility: hidden
}

@media print,
screen and (min-width:48em) {
    .social-hour-section #section-social-hour {
        top: -150px
    }
}

.social-hour-section .social-hour-header {
    position: relative;
    z-index: 4;
    padding-left: 14px;
    padding-right: 14px;
    margin-bottom: 40px
}

@media print,
screen and (min-width:48em) {
    .social-hour-section .social-hour-header {
        padding-left: 60px;
        margin-bottom: -40px
    }
}

@media screen and (min-width:68.75em) {
    .social-hour-section .social-hour-header {
        padding-left: 120px
    }
}

@media screen and (min-width:75em) {
    .social-hour-section .social-hour-header {
        padding-left: 180px
    }
}

@media screen and (min-width:100em) {
    .social-hour-section .social-hour-header {
        padding-left: 260px
    }
}

.social-hour-section .social-hour-main-content .social-greyed-out-image,
.social-hour-section .social-hour-main-content .social-main-image,
.social-hour-section .social-hour-main-content .social-secondary-image .bg-element {
    background-size: cover;
    background-position: center
}

.social-hour-section .social-hour-main-content .social-main-image {
    width: 100%;
    height: 300px
}

@media screen and (min-width:25em) {
    .social-hour-section .social-hour-main-content .social-main-image {
        height: 350px
    }
}

@media screen and (min-width:31.25em) {
    .social-hour-section .social-hour-main-content .social-main-image {
        height: 450px
    }
}

@media screen and (min-width:37.5em) {
    .social-hour-section .social-hour-main-content .social-main-image {
        height: 550px
    }
}

@media screen and (min-width:43.75em) {
    .social-hour-section .social-hour-main-content .social-main-image {
        height: 650px
    }
}

@media print,
screen and (min-width:48em) {
    .social-hour-section .social-hour-main-content .social-main-image {
        width: 25%;
        height: 65%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 2
    }
}

@media screen and (min-width:100em) {
    .social-hour-section .social-hour-main-content .social-main-image {
        height: 70%
    }
}

@media screen and (min-width:112.5em) {
    .social-hour-section .social-hour-main-content .social-main-image {
        height: 72%
    }
}

@media screen and (min-width:137.5em) {
    .social-hour-section .social-hour-main-content .social-main-image {
        height: 75%
    }
}

@media print,
screen and (min-width:48em) {
    .social-hour-section .social-hour-main-content .social-main-image:after {
        content: '';
        display: block;
        position: absolute;
        top: 10%;
        left: 100%;
        width: 80px;
        height: 80%;
        background-color: #eee
    }
}

@media screen and (min-width:48em) and (min-width:56.25em) {
    .social-hour-section .social-hour-main-content .social-main-image:after {
        width: 140px
    }
}

@media screen and (min-width:48em) and (min-width:68.75em) {
    .social-hour-section .social-hour-main-content .social-main-image:after {
        width: 160px
    }
}

@media screen and (min-width:48em) and (min-width:75em) {
    .social-hour-section .social-hour-main-content .social-main-image:after {
        width: 180px
    }
}

@media screen and (min-width:48em) and (min-width:100em) {
    .social-hour-section .social-hour-main-content .social-main-image:after {
        width: 220px
    }
}

.social-hour-section .social-hour-main-content .social-greyed-out-image,
.social-hour-section .social-hour-main-content .social-secondary-image {
    display: none
}

@media print,
screen and (min-width:48em) {
    .social-hour-section .social-hour-main-content .social-greyed-out-image,
    .social-hour-section .social-hour-main-content .social-secondary-image {
        display: block;
        overflow: hidden
    }
}

.social-hour-section .social-hour-main-content .social-greyed-out-image {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 47%;
    height: 60%;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .6
}

@media screen and (min-width:56.25em) {
    .social-hour-section .social-hour-main-content .social-greyed-out-image {
        height: 55%
    }
}

@media screen and (min-width:68.75em) {
    .social-hour-section .social-hour-main-content .social-greyed-out-image {
        width: 45%;
        height: 52%
    }
}

@media screen and (min-width:75em) {
    .social-hour-section .social-hour-main-content .social-greyed-out-image {
        width: 43%
    }
}

@media screen and (min-width:100em) {
    .social-hour-section .social-hour-main-content .social-greyed-out-image {
        width: 42%;
        height: 53%
    }
}

.social-hour-section .social-hour-main-content .social-secondary-image {
    position: absolute;
    bottom: 15px;
    right: 20%;
    z-index: 2;
    width: 30%;
    height: 27%
}

@media screen and (min-width:56.25em) {
    .social-hour-section .social-hour-main-content .social-secondary-image {
        right: 22%;
        width: 28%
    }
}

@media screen and (min-width:68.75em) {
    .social-hour-section .social-hour-main-content .social-secondary-image {
        right: 18%;
        bottom: 30px;
        width: 30%;
        height: 30%
    }
}

@media screen and (min-width:75em) {
    .social-hour-section .social-hour-main-content .social-secondary-image {
        right: 13%;
        width: 34%;
        height: 33%
    }
}

@media screen and (min-width:100em) {
    .social-hour-section .social-hour-main-content .social-secondary-image {
        right: 18%;
        bottom: 60px;
        width: 28%;
        height: 30%
    }
}

@media screen and (min-width:120em) {
    .social-hour-section .social-hour-main-content .social-secondary-image {
        height: 33%
    }
}

.social-hour-section .social-hour-main-content .social-secondary-image .bg-element {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%
}

.social-hour-section .social-hour-main-content .social-secondary-image:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: -5px;
    width: 100%;
    height: 100%;
    background-color: #86753e
}

@media screen and (min-width:75em) {
    .social-hour-section .social-hour-main-content .social-secondary-image:after {
        top: 7px;
        left: -7px
    }
}

@media screen and (min-width:100em) {
    .social-hour-section .social-hour-main-content .social-secondary-image:after {
        top: 10px;
        left: -10px
    }
}

.social-hour-section .social-hour-main-content .social-hour-main-content-box {
    position: relative;
    z-index: 4;
    display: block;
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 10px;
    width: 90%;
    max-width: 425px;
    background-color: #fff;
    text-align: center
}

@media screen and (min-width:25em) {
    .social-hour-section .social-hour-main-content .social-hour-main-content-box {
        padding: 35px 20px
    }
}

@media print,
screen and (min-width:48em) {
    .social-hour-section .social-hour-main-content .social-hour-main-content-box {
        margin-top: 0;
        max-width: 350px
    }
}

@media screen and (min-width:68.75em) {
    .social-hour-section .social-hour-main-content .social-hour-main-content-box {
        max-width: 450px;
        padding: 65px 35px
    }
}

@media screen and (min-width:75em) {
    .social-hour-section .social-hour-main-content .social-hour-main-content-box {
        max-width: 500px;
        padding: 85px 45px
    }
}

@media screen and (min-width:100em) {
    .social-hour-section .social-hour-main-content .social-hour-main-content-box {
        max-width: 625px;
        padding: 100px 80px
    }
}

@media screen and (min-width:112.5em) {
    .social-hour-section .social-hour-main-content .social-hour-main-content-box {
        max-width: 700px;
        padding: 140px 100px
    }
}

.social-hour-section .social-hour-main-content .social-hour-main-content-box .social-content-hashtag {
    display: block;
    margin-bottom: 10px;
    font-size: 1.625rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -.0375rem;
    color: #444
}

@media screen and (min-width:75em) {
    .social-hour-section .social-hour-main-content .social-hour-main-content-box .social-content-hashtag {
        font-size: 2.25rem
    }
}

.social-hour-section .social-hour-main-content .social-hour-main-content-box .social-content-hashtag .gold-text {
    color: #86753e
}

.private-events-section {
    position: relative;
    margin-bottom: 80px
}

@media print,
screen and (min-width:48em) {
    .private-events-section {
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:75em) {
    .private-events-section {
        margin-bottom: 120px
    }
}

@media screen and (min-width:100em) {
    .private-events-section {
        width: 85%;
        margin-right: 5%;
        margin-bottom: 140px
    }
}

.private-events-section #section-private-events {
    position: absolute;
    top: -100px;
    visibility: hidden
}

@media print,
screen and (min-width:48em) {
    .private-events-section #section-private-events {
        top: -150px
    }
}

@media print,
screen and (min-width:64em) {
    .private-events-section #section-private-events {
        top: -170px
    }
}

@media screen and (min-width:75em) {
    .private-events-section #section-private-events {
        top: -200px
    }
}

.private-events-section .private-events-image {
    position: relative;
    width: 100%;
    height: 175px;
    background-size: cover;
    background-position: center top;
    overflow: hidden
}

@media screen and (min-width:25em) {
    .private-events-section .private-events-image {
        height: 225px
    }
}

@media screen and (min-width:31.25em) {
    .private-events-section .private-events-image {
        height: 275px
    }
}

@media screen and (min-width:37.5em) {
    .private-events-section .private-events-image {
        height: 325px
    }
}

@media screen and (min-width:43.75em) {
    .private-events-section .private-events-image {
        height: 375px
    }
}

@media print,
screen and (min-width:48em) {
    .private-events-section .private-events-image {
        position: absolute;
        top: 0;
        right: 0;
        width: 60%;
        height: 100%
    }
}

@media screen and (min-width:75em) {
    .private-events-section .private-events-image {
        width: 70%
    }
}

.private-events-section .private-events-main-content {
    position: relative
}

@media print,
screen and (min-width:48em) {
    .private-events-section .private-events-main-content {
        width: 55%;
        padding-bottom: 60px
    }
}

@media screen and (min-width:56.25em) {
    .private-events-section .private-events-main-content {
        padding-bottom: 100px
    }
}

@media print,
screen and (min-width:64em) {
    .private-events-section .private-events-main-content {
        padding-bottom: 120px
    }
}

@media screen and (min-width:75em) {
    .private-events-section .private-events-main-content {
        width: 45%;
        padding-bottom: 180px
    }
}

@media screen and (min-width:87.5em) {
    .private-events-section .private-events-main-content {
        padding-bottom: 220px
    }
}

@media screen and (min-width:100em) {
    .private-events-section .private-events-main-content {
        width: 40%;
        padding-bottom: 260px
    }
}

@media screen and (min-width:112.5em) {
    .private-events-section .private-events-main-content {
        padding-bottom: 300px
    }
}

@media screen and (min-width:120em) {
    .private-events-section .private-events-main-content {
        padding-bottom: 320px
    }
}

@media screen and (min-width:137.5em) {
    .private-events-section .private-events-main-content {
        padding-bottom: 340px
    }
}

@media screen and (min-width:150em) {
    .private-events-section .private-events-main-content {
        padding-bottom: 360px
    }
}

.private-events-section .private-events-main-content .private-events-heading {
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 5;
    background-color: #fff;
    padding: 16px 24px 16px 14px
}

@media screen and (min-width:31.25em) {
    .private-events-section .private-events-main-content .private-events-heading {
        padding: 22px 34px 22px 20px
    }
}

@media print,
screen and (min-width:48em) {
    .private-events-section .private-events-main-content .private-events-heading {
        bottom: calc(100% - 10px);
        padding-bottom: 0
    }
}

.private-events-section .private-events-main-content .private-events-content-area,
.private-events-section .private-events-main-content .private-events-cta {
    padding-left: 14px;
    padding-right: 14px
}

@media screen and (min-width:31.25em) {
    .private-events-section .private-events-main-content .private-events-content-area,
    .private-events-section .private-events-main-content .private-events-cta {
        padding-left: 20px;
        padding-right: 20px
    }
}

.private-events-section .private-events-main-content .private-events-content-area {
    padding-top: 20px;
    margin-bottom: 20px
}

@media screen and (min-width:31.25em) {
    .private-events-section .private-events-main-content .private-events-content-area {
        padding-top: 30px
    }
}

@media print,
screen and (min-width:48em) {
    .private-events-section .private-events-main-content .private-events-content-area {
        position: relative;
        z-index: 4;
        background-color: #fff;
        padding-right: 40px;
        padding-bottom: 20px;
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:64em) {
    .private-events-section .private-events-main-content .private-events-content-area {
        padding-top: 40px;
        padding-right: 60px;
        padding-bottom: 40px;
        margin-bottom: 0
    }
}

@media screen and (min-width:75em) {
    .private-events-section .private-events-main-content .private-events-content-area {
        padding-bottom: 50px
    }
}

.private-events-section .private-events-main-content .private-events-content-area p:last-child {
    margin-bottom: 0
}

.private-events-section .private-events-main-content .private-events-cta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (min-width:48em) {
    .private-events-section .private-events-main-content .private-events-cta {
        width: 72%
    }
}

@media screen and (min-width:75em) {
    .private-events-section .private-events-main-content .private-events-cta {
        width: 65%
    }
}

.private-events-section .private-events-main-content .private-events-cta .button {
    margin-bottom: 10px;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media screen and (min-width:28.125em) {
    .private-events-section .private-events-main-content .private-events-cta .button {
        padding-left: 2.7rem;
        padding-right: 2.7rem
    }
}

@media print,
screen and (min-width:48em) {
    .private-events-section .private-events-main-content .private-events-cta .button {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

@media screen and (min-width:120em) {
    .private-events-section .private-events-main-content .private-events-cta .button {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }
}

.private-events-section .private-events-main-content .private-events-cta .button:first-child {
    margin-right: 10px
}

@media screen and (min-width:120em) {
    .private-events-section .private-events-main-content .private-events-cta .button:first-child {
        magin-right: 15px
    }
}

.promo-highlights-section {
    margin-bottom: 80px
}

@media print,
screen and (min-width:48em) {
    .promo-highlights-section {
        width: 90%;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:75em) {
    .promo-highlights-section {
        margin-bottom: 120px
    }
}

@media screen and (min-width:100em) {
    .promo-highlights-section {
        width: 85%;
        margin-bottom: 140px
    }
}

.promo-highlights-section .image-reveal-element {
    left: auto;
    right: 0
}

.promo-highlights-section .promo-highlights-main-content {
    position: relative
}

.promo-highlights-section .promo-highlights-main-content .promo-highlights-heading {
    padding: 0 15px;
    margin-bottom: 20px
}

@media print,
screen and (min-width:48em) {
    .promo-highlights-section .promo-highlights-main-content .promo-highlights-heading {
        padding: 0;
        margin: 0 0 0 2vw;
        position: absolute;
        left: 55%;
        top: 0
    }
}

.promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big {
    padding: 0 15px
}

@media print,
screen and (min-width:48em) {
    .promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big {
        padding: 0;
        margin: 0;
        width: 55%
    }
}

.promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big .promo-highlights-images-big-items-wrapper {
    position: relative
}

.promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big .promo-highlights-images-big-slider-nav {
    width: 168px;
    position: relative;
    background: #fff;
    z-index: 2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (min-width:48em) {
    .promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big .promo-highlights-images-big-slider-nav {
        position: absolute;
        right: 0;
        bottom: 0;
        -webkit-transform: translate(0, 20%);
        -ms-transform: translate(0, 20%);
        transform: translate(0, 20%)
    }
}

@media print,
screen and (min-width:64em) {
    .promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big .promo-highlights-images-big-slider-nav {
        width: 208px
    }
}

@media screen and (min-width:87.5em) {
    .promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big .promo-highlights-images-big-slider-nav {
        width: 248px
    }
}

.promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big .promo-highlights-images-big-slider-nav:before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: #fff
}

@media print,
screen and (min-width:48em) {
    .promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big .promo-highlights-images-big-slider-nav:before {
        display: none
    }
}

.promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big .promo-highlights-images-big-slider-nav .slick-arrow {
    font-size: 0;
    width: 84px;
    height: 88px;
    cursor: pointer;
    transition: all .35s ease;
    transition-property: opacity, color;
    position: relative;
    z-index: 2
}

@media print,
screen and (min-width:64em) {
    .promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big .promo-highlights-images-big-slider-nav .slick-arrow {
        width: 104px;
        height: 6vw
    }
}

@media screen and (min-width:87.5em) {
    .promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big .promo-highlights-images-big-slider-nav .slick-arrow {
        width: 124px
    }
}

.promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big .promo-highlights-images-big-slider-nav .slick-arrow img {
    width: 8px;
    height: auto
}

.promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big .promo-highlights-images-big-slider-nav .slick-prev {
    position: relative
}

.promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big .promo-highlights-images-big-slider-nav .slick-prev:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 24px);
    right: -1px;
    width: 1px;
    height: 48px;
    background-color: #eee;
    transition: all .35s ease;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform
}

.promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big .promo-highlights-images-big-items {
    margin-bottom: 15px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@media print,
screen and (min-width:48em) {
    .promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big .promo-highlights-images-big-items {
        position: relative;
        z-index: 2;
        margin: 0
    }
}

@media print,
screen and (min-width:48em) {
    .promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big .promo-highlights-images-big-items:before {
        content: '';
        width: 100vw;
        height: 100%;
        position: absolute;
        right: -2vw;
        top: 0;
        background: #fff
    }
}

.promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big .promo-highlights-images-big-items .promo-highlights-images-big-item {
    display: block!important;
    width: 100%;
    height: 50vw;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

@media print,
screen and (min-width:48em) {
    .promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big .promo-highlights-images-big-items .promo-highlights-images-big-item {
        height: 30vw
    }
}

@media print,
screen and (min-width:64em) {
    .promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big .promo-highlights-images-big-items .promo-highlights-images-big-item {
        height: 27vw
    }
}

@media screen and (min-width:75em) {
    .promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big .promo-highlights-images-big-items .promo-highlights-images-big-item {
        height: 24vw
    }
}

.promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big .promo-highlights-images-big-items .promo-highlights-images-big-item .promo-highlights-images-item-big-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease
}

.promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big .promo-highlights-images-big-items .promo-highlights-images-big-item .promo-highlights-images-item-big-bg:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big .promo-highlights-images-big-items .slick-list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big .promo-highlights-images-big-items .slick-list .slick-track {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.promo-highlights-section .promo-highlights-main-content .promo-highlights-images-big .promo-highlights-images-big-items .slick-list .slick-track .slick-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.promo-highlights-section .promo-highlights-main-content .slide-counter {
    display: block;
    clear: both;
    text-align: center;
    font-size: .625rem;
    color: #ccc;
    font-weight: 800;
    letter-spacing: 1.5px;
    position: absolute;
    right: 15px;
    top: 24px
}

@media print,
screen and (min-width:48em) {
    .promo-highlights-section .promo-highlights-main-content .slide-counter {
        right: auto;
        left: 55%;
        top: auto;
        bottom: 2vw;
        margin: 0 0 0 2vw
    }
}

@media print,
screen and (min-width:64em) {
    .promo-highlights-section .promo-highlights-main-content .slide-counter {
        font-size: .6875rem
    }
}

.promo-highlights-section .promo-highlights-main-content .slide-counter .sep {
    color: #86753e
}

.promo-highlights-section .promo-highlights-main-content .promo-highlights-images-small {
    position: absolute;
    left: 183px;
    bottom: 0;
    z-index: 1
}

@media print,
screen and (min-width:48em) {
    .promo-highlights-section .promo-highlights-main-content .promo-highlights-images-small {
        left: 55%;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        margin: 0 0 0 2vw;
        bottom: auto
    }
}

.promo-highlights-section .promo-highlights-main-content .promo-highlights-images-small .slick-list {
    overflow: visible!important
}

.promo-highlights-section .promo-highlights-main-content .promo-highlights-images-small .promo-highlights-images-small-items .promo-highlights-images-small-item {
    display: block!important;
    width: 140px!important;
    height: 80px!important;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

@media print,
screen and (min-width:48em) {
    .promo-highlights-section .promo-highlights-main-content .promo-highlights-images-small .promo-highlights-images-small-items .promo-highlights-images-small-item {
        margin-right: 2vw;
        width: 15vw!important;
        height: 10vw!important
    }
}

.promo-highlights-section .promo-highlights-main-content .promo-highlights-images-small .promo-highlights-images-small-items .promo-highlights-images-small-item .promo-highlights-images-small-item-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease
}

.promo-highlights-section .promo-highlights-main-content .promo-highlights-images-small .promo-highlights-images-small-items .promo-highlights-images-small-item .promo-highlights-images-small-item-bg:hover {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04)
}

@media print,
screen and (min-width:48em) {
    .promo-highlights-section .promo-highlights-main-content.promo-single {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media print,
screen and (min-width:48em) {
    .promo-highlights-section .promo-highlights-main-content.promo-single .promo-highlights-heading {
        position: relative;
        margin: auto auto auto 2vw;
        left: auto;
        top: auto;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }
}

@media print,
screen and (min-width:48em) {
    .promo-highlights-section .promo-highlights-main-content.promo-single .promo-highlights-images-big {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin: auto 2vw auto auto
    }
}

.promo-highlights-section .promo-highlights-main-content.promo-single .slide-counter {
    display: none
}

.promo-highlights-section .promo-highlights-main-content.promo-single .promo-highlights-images-small {
    display: none
}

.promo-highlights-section .promo-highlights-main-content.promo-couple .promo-highlights-images-small {
    width: 140px!important;
    overflow: hidden
}

@media print,
screen and (min-width:48em) {
    .promo-highlights-section .promo-highlights-main-content.promo-couple .promo-highlights-images-small {
        width: 15vw!important
    }
}

@media print,
screen and (min-width:48em) {
    .promo-highlights-section .promo-highlights-main-content.promo-couple .promo-highlights-images-big-slider-nav {
        bottom: auto;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

.page-template-promotions-page .promotions-menu-elements {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 450px;
    padding-left: 14px;
    padding-right: 14px;
    margin-top: 60px;
    margin-bottom: 80px
}

@media print,
screen and (min-width:48em) {
    .page-template-promotions-page .promotions-menu-elements {
        margin-bottom: 120px
    }
}

@media print,
screen and (min-width:64em) {
    .page-template-promotions-page .promotions-menu-elements {
        max-width: 650px
    }
}

@media screen and (min-width:87.5em) {
    .page-template-promotions-page .promotions-menu-elements {
        max-width: 800px
    }
}

.page-template-promotions-page .promotions-menu-elements h4 {
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #86753e;
    font-weight: 600
}

.page-template-promotions-page .promotions-menu-elements .venues {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-template-promotions-page .promotions-menu-elements .venues a {
    display: block;
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    padding: .5rem;
    border: 1px solid #86753e;
    font-size: .75rem;
    line-height: 1.1
}

@media print,
screen and (min-width:64em) {
    .page-template-promotions-page .promotions-menu-elements .venues a {
        width: calc(33.3333% - 10px);
        font-size: .8125rem
    }
}

.page-template-promotions-page .promotions-menu-elements .venues a:active,
.page-template-promotions-page .promotions-menu-elements .venues a:focus,
.page-template-promotions-page .promotions-menu-elements .venues a:hover {
    background-color: #86753e;
    color: #fff
}

.promotions-page-menu .menu-section-column {
    width: 100%;
    margin-bottom: 20px
}

@media print,
screen and (min-width:48em) {
    .promotions-page-menu .menu-section-column {
        width: calc(50% - 20px)
    }
}

@media print,
screen and (min-width:64em) {
    .promotions-page-menu .menu-section-column {
        width: calc(33.33333% - 30px)
    }
}

@media screen and (min-width:75em) {
    .promotions-page-menu .menu-section-column {
        width: calc(33.33333% - 40px)
    }
}

.promotions-page-menu .menu-section-column .menu-item-heading {
    font-size: .75rem;
    color: #666;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .05937rem
}

@media screen and (min-width:31.25em) {
    .promotions-page-menu .menu-section-column .menu-item-heading {
        font-size: .8125rem
    }
}

@media print,
screen and (min-width:48em) {
    .promotions-page-menu .menu-section-column .menu-item-heading {
        font-size: .75rem
    }
}

@media screen and (min-width:100em) {
    .promotions-page-menu .menu-section-column .menu-item-heading {
        font-size: .8125rem
    }
}

@media screen and (min-width:120em) {
    .promotions-page-menu .menu-section-column .menu-item-heading {
        font-size: .875rem
    }
}

.promotions-page-menu .menu-section-column .menu-item-heading .item-heading-pricing {
    width: calc(100% - 15px);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.promotions-page-menu .menu-section-column .menu-item-heading .item-heading-pricing span {
    display: inline-block;
    margin-left: auto;
    font-style: italic;
    font-size: 85%
}

@media print,
screen and (min-width:64em) {
    .promotions-page-menu .menu-section-column.menu-section-center {
        width: calc(33.33333% - 30px);
        display: block;
        margin-left: 15px
    }
}

@media screen and (min-width:75em) {
    .promotions-page-menu .menu-section-column.menu-section-center {
        width: calc(33.33333% - 40px);
        margin-left: 20px
    }
}

@media print,
screen and (min-width:48em) {
    .promotions-page-menu .menu-section-column.menu-section-right {
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media print,
screen and (min-width:64em) {
    .promotions-page-menu .menu-section-column.menu-section-right {
        width: calc(33.33333% - 30px);
        display: block;
        margin-left: 15px
    }
}

@media screen and (min-width:75em) {
    .promotions-page-menu .menu-section-column.menu-section-right {
        width: calc(33.33333% - 40px);
        margin-left: 20px
    }
}

@media print,
screen and (min-width:48em) {
    .promotions-page-menu .menu-section-column.menu-section-right .menu-element-item {
        width: calc(50% - 20px)
    }
}

@media print,
screen and (min-width:64em) {
    .promotions-page-menu .menu-section-column.menu-section-right .menu-element-item {
        width: 100%
    }
}

.promotions-page-menu .menu-section-column.menu-section-right .menu-element-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.promotions-page-menu .menu-section-column.menu-section-right .menu-element-item:last-child:after {
    display: none
}

.promotions-page-hero {
    position: relative
}

.promotions-page-hero .hero-main {
    position: relative;
    background-color: #000
}

.promotions-page-hero .hero-main .hero-content-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    border: 7px solid #fff;
    background-color: #fff;
    display: block
}

@media print,
screen and (min-width:48em) {
    .promotions-page-hero .hero-main .hero-content-wrapper {
        width: 85%;
        margin-left: 5%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-bottom: none
    }
}

@media screen and (min-width:75em) {
    .promotions-page-hero .hero-main .hero-content-wrapper {
        width: 86%;
        margin-left: 5.5%;
        border-width: 12px
    }
}

@media (min-width:1600px) {
    .promotions-page-hero .hero-main .hero-content-wrapper {
        width: 87.5%
    }
}

.promotions-page-hero .hero-main .hero-content-wrapper .promotions-left-bot-image,
.promotions-page-hero .hero-main .hero-content-wrapper .promotions-left-top-image,
.promotions-page-hero .hero-main .hero-content-wrapper .promotions-right-bot-image,
.promotions-page-hero .hero-main .hero-content-wrapper .promotions-right-top-image {
    background-size: cover;
    background-position: center;
    display: none;
    position: absolute;
    overflow: hidden
}

@media print,
screen and (min-width:48em) {
    .promotions-page-hero .hero-main .hero-content-wrapper .promotions-left-bot-image,
    .promotions-page-hero .hero-main .hero-content-wrapper .promotions-left-top-image,
    .promotions-page-hero .hero-main .hero-content-wrapper .promotions-right-bot-image,
    .promotions-page-hero .hero-main .hero-content-wrapper .promotions-right-top-image {
        display: block
    }
}

.promotions-page-hero .hero-main .hero-content-wrapper .promotions-left-top-image {
    left: 0;
    top: 0
}

.promotions-page-hero .hero-main .hero-content-wrapper .promotions-left-bot-image {
    left: 0;
    top: calc(60% + 7px)
}

@media print,
screen and (min-width:64em) {
    .promotions-page-hero .hero-main .hero-content-wrapper .promotions-left-bot-image {
        top: calc(60% + 12px)
    }
}

.promotions-page-hero .hero-main .hero-content-wrapper .promotions-right-top-image {
    right: 0;
    top: 0
}

.promotions-page-hero .hero-main .hero-content-wrapper .promotions-right-bot-image {
    right: 0;
    bottom: 0
}

.promotions-page-hero .hero-main .hero-content-wrapper .promotions-main-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

@media print,
screen and (min-width:48em) {
    .promotions-page-hero .hero-main .hero-content-wrapper .promotions-main-image {
        width: calc(38% - 14px);
        margin-left: calc(34% + 7px)
    }
}

@media print,
screen and (min-width:64em) {
    .promotions-page-hero .hero-main .hero-content-wrapper .promotions-main-image {
        width: calc(38% - 24px);
        margin-left: calc(34% + 12px)
    }
}

.promotions-page-hero .hero-main .hero-content-wrapper .promotions-right-bot-image,
.promotions-page-hero .hero-main .hero-content-wrapper .promotions-right-top-image {
    width: 28%;
    height: calc(50% - 3.5px)
}

@media print,
screen and (min-width:64em) {
    .promotions-page-hero .hero-main .hero-content-wrapper .promotions-right-bot-image,
    .promotions-page-hero .hero-main .hero-content-wrapper .promotions-right-top-image {
        height: calc(50% - 6px)
    }
}

.promotions-page-hero .hero-main .hero-content-wrapper .promotions-left-bot-image,
.promotions-page-hero .hero-main .hero-content-wrapper .promotions-left-top-image {
    width: 34%;
    height: 60%
}

.promotions-page-hero .hero-main .hero-content-wrapper .promotions-left-bot-image .image-reveal-element,
.promotions-page-hero .hero-main .hero-content-wrapper .promotions-left-top-image .image-reveal-element,
.promotions-page-hero .hero-main .hero-content-wrapper .promotions-main-image .image-reveal-element,
.promotions-page-hero .hero-main .hero-content-wrapper .promotions-right-bot-image .image-reveal-element,
.promotions-page-hero .hero-main .hero-content-wrapper .promotions-right-top-image .image-reveal-element {
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3
}

.promotions-page-hero .hero-main .hero-content-wrapper .promotions-right-bot-image .image-reveal-element,
.promotions-page-hero .hero-main .hero-content-wrapper .promotions-right-top-image .image-reveal-element {
    left: 0;
    right: auto
}

.promotions-page-hero .promotions-page-hero-content {
    width: 100%;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 17px;
    padding-right: 17px;
    position: relative;
    z-index: 3
}

@media screen and (min-width:28.125em) {
    .promotions-page-hero .promotions-page-hero-content {
        padding-top: 40px;
        padding-bottom: 30px
    }
}

@media screen and (min-width:40.625em) {
    .promotions-page-hero .promotions-page-hero-content {
        padding-top: 50px;
        padding-bottom: 40px
    }
}

@media print,
screen and (min-width:48em) {
    .promotions-page-hero .promotions-page-hero-content {
        background: #fff;
        width: 60%;
        max-width: 1200px;
        padding: 30px 50px
    }
}

@media screen and (min-width:87.5em) {
    .promotions-page-hero .promotions-page-hero-content {
        padding: 40px 70px
    }
}

@media screen and (min-width:112.5em) {
    .promotions-page-hero .promotions-page-hero-content {
        padding: 50px 90px
    }
}

@media screen and (min-width:125em) {
    .promotions-page-hero .promotions-page-hero-content {
        padding: 60px 110px
    }
}

.promotions-page-hero .promotions-page-hero-content h2 {
    color: #86753e;
    font-weight: 800;
    font-size: 1.25rem;
    margin-bottom: 22px;
    text-align: center
}

@media screen and (min-width:28.125em) {
    .promotions-page-hero .promotions-page-hero-content h2 {
        margin-bottom: 30px
    }
}

@media screen and (min-width:40.625em) {
    .promotions-page-hero .promotions-page-hero-content h2 {
        margin-bottom: 40px
    }
}

@media print,
screen and (min-width:48em) {
    .promotions-page-hero .promotions-page-hero-content h2 {
        margin-bottom: 30px
    }
}

@media screen and (min-width:75em) {
    .promotions-page-hero .promotions-page-hero-content h2 {
        font-size: 1.625rem
    }
}

@media screen and (min-width:112.5em) {
    .promotions-page-hero .promotions-page-hero-content h2 {
        margin-bottom: 50px
    }
}

.promotions-page-hero .promotions-page-hero-content .promotions-page-hero-body-content {
    font-size: .625rem;
    font-weight: 500;
    letter-spacing: 1px
}

@media screen and (min-width:31.25em) {
    .promotions-page-hero .promotions-page-hero-content .promotions-page-hero-body-content {
        font-size: .6875rem
    }
}

@media screen and (min-width:100em) {
    .promotions-page-hero .promotions-page-hero-content .promotions-page-hero-body-content {
        font-size: .75rem
    }
}

@media screen and (min-width:125em) {
    .promotions-page-hero .promotions-page-hero-content .promotions-page-hero-body-content {
        font-size: .8125rem
    }
}

.promotions-page-hero .promotions-page-hero-content .promotions-page-hero-body-content p {
    line-height: 2.1
}

@media screen and (min-width:100em) {
    .promotions-page-hero .promotions-page-hero-content .promotions-page-hero-body-content p {
        line-height: 2.25
    }
}

.promotions-page-hero .promotions-page-hero-content .promotions-page-hero-body-content p:last-child {
    margin-bottom: 0
}

.promotions-highlights-section {
    margin-bottom: 20px
}

@media screen and (min-width:34.375em) {
    .promotions-highlights-section {
        margin-bottom: 40px
    }
}

@media screen and (min-width:40.625em) {
    .promotions-highlights-section {
        margin-bottom: 60px
    }
}

@media print,
screen and (min-width:64em) {
    .promotions-highlights-section {
        padding-left: 60px;
        padding-right: 60px;
        margin-bottom: 20px
    }
}

@media screen and (min-width:75em) {
    .promotions-highlights-section {
        margin-bottom: 80px
    }
}

@media screen and (min-width:87.5em) {
    .promotions-highlights-section {
        padding-left: 80px;
        padding-right: 80px;
        margin-bottom: 80px
    }
}

@media screen and (min-width:100em) {
    .promotions-highlights-section {
        margin-bottom: 100px
    }
}

@media screen and (min-width:120em) {
    .promotions-highlights-section {
        padding-left: 100px;
        padding-right: 100px;
        margin-bottom: 120px
    }
}

.promotions-highlights-section:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

.promotions-highlights-section .promotions-highlights-side {
    padding: 30px 15px;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto
}

@media print,
screen and (min-width:64em) {
    .promotions-highlights-section .promotions-highlights-side {
        padding: 0;
        width: calc(28% - 10px);
        float: left
    }
}

@media screen and (min-width:75em) {
    .promotions-highlights-section .promotions-highlights-side {
        width: calc(25% - 20px)
    }
}

@media screen and (min-width:87.5em) {
    .promotions-highlights-section .promotions-highlights-side {
        width: calc(25% - 30px)
    }
}

@media screen and (min-width:120em) {
    .promotions-highlights-section .promotions-highlights-side {
        width: calc(25% - 40px)
    }
}

.promotions-highlights-section .promotions-highlights-side .promotions-highlights-side-image {
    position: relative;
    display: none;
    background-size: cover;
    background-position: center;
    overflow: hidden
}

@media print,
screen and (min-width:64em) {
    .promotions-highlights-section .promotions-highlights-side .promotions-highlights-side-image {
        display: block;
        margin-bottom: 25px
    }
}

@media screen and (min-width:87.5em) {
    .promotions-highlights-section .promotions-highlights-side .promotions-highlights-side-image {
        margin-bottom: 35px
    }
}

.promotions-highlights-section .promotions-highlights-side .promotions-highlights-side-image img {
    width: 100%
}

.promotions-highlights-section .promotions-highlights-side .promotions-highlights-date {
    display: block;
    color: #ccc;
    font-weight: 800;
    font-size: .6875rem;
    margin-bottom: 1.5rem;
    letter-spacing: .1rem
}

@media print,
screen and (min-width:64em) {
    .promotions-highlights-section .promotions-highlights-side .promotions-highlights-date {
        margin-bottom: .3rem;
        font-size: .625rem
    }
}

@media screen and (min-width:87.5em) {
    .promotions-highlights-section .promotions-highlights-side .promotions-highlights-date {
        margin-bottom: .5rem;
        font-size: .75rem
    }
}

.promotions-highlights-section .promotions-highlights-side h4 {
    color: #86753e;
    font-weight: 800;
    font-size: 1.25rem;
    margin-bottom: 15px
}

@media print,
screen and (min-width:64em) {
    .promotions-highlights-section .promotions-highlights-side h4 {
        margin-bottom: 20px;
        font-size: 1.125rem
    }
}

@media screen and (min-width:87.5em) {
    .promotions-highlights-section .promotions-highlights-side h4 {
        margin-bottom: 30px;
        font-size: 1.5rem
    }
}

.promotions-highlights-section .promotions-highlights-wrapper {
    position: relative
}

@media print,
screen and (min-width:64em) {
    .promotions-highlights-section .promotions-highlights-wrapper {
        width: calc(72% - 10px);
        float: right
    }
}

@media screen and (min-width:75em) {
    .promotions-highlights-section .promotions-highlights-wrapper {
        width: calc(75% - 20px)
    }
}

@media screen and (min-width:87.5em) {
    .promotions-highlights-section .promotions-highlights-wrapper {
        width: calc(75% - 30px)
    }
}

@media screen and (min-width:120em) {
    .promotions-highlights-section .promotions-highlights-wrapper {
        width: calc(75% - 40px)
    }
}

.promotions-highlights-section .promotions-highlights-wrapper .promotions-highlights-main-image {
    position: relative;
    max-height: 380px;
    background-size: cover;
    background-position: center;
    overflow: hidden
}

@media screen and (min-width:34.375em) {
    .promotions-highlights-section .promotions-highlights-wrapper .promotions-highlights-main-image {
        max-height: 100%
    }
}

@media print,
screen and (min-width:64em) {
    .promotions-highlights-section .promotions-highlights-wrapper .promotions-highlights-main-image {
        width: calc(100% - 10px)
    }
}

@media screen and (min-width:75em) {
    .promotions-highlights-section .promotions-highlights-wrapper .promotions-highlights-main-image {
        width: 70%
    }
}

@media screen and (min-width:87.5em) {
    .promotions-highlights-section .promotions-highlights-wrapper .promotions-highlights-main-image {
        width: 65%
    }
}

.promotions-highlights-section .promotions-highlights-wrapper .promotions-highlights-header {
    padding: 5% 8%;
    float: left;
    width: auto;
    background: #fff;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0
}

@media screen and (min-width:75em) {
    .promotions-highlights-section .promotions-highlights-wrapper .promotions-highlights-header {
        width: auto;
        padding: 80px 10% 80px 8%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media screen and (min-width:87.5em) {
    .promotions-highlights-section .promotions-highlights-wrapper .promotions-highlights-header {
        padding: 100px 20% 100px 10%
    }
}

@media screen and (min-width:120em) {
    .promotions-highlights-section .promotions-highlights-wrapper .promotions-highlights-header {
        padding: 120px 20% 120px 10%
    }
}

.promotions-highlights-section .promotions-highlights-carousel {
    position: relative;
    margin-bottom: 60px
}

@media print,
screen and (min-width:64em) {
    .promotions-highlights-section .promotions-highlights-carousel {
        width: calc(72% - 10px + 60px);
        float: right;
        margin-bottom: 0;
        margin-top: 30px;
        margin-right: -60px
    }
}

@media screen and (min-width:75em) {
    .promotions-highlights-section .promotions-highlights-carousel {
        width: calc(75% - 20px + 60px);
        margin-top: 40px
    }
}

@media screen and (min-width:87.5em) {
    .promotions-highlights-section .promotions-highlights-carousel {
        width: calc(75% - 30px + 80px);
        margin-top: 40px;
        margin-right: -80px
    }
}

@media screen and (min-width:120em) {
    .promotions-highlights-section .promotions-highlights-carousel {
        width: calc(75% - 40px + 100px);
        margin-top: 60px;
        margin-right: -100px
    }
}

@media print,
screen and (min-width:64em) {
    .promotions-highlights-section .promotions-highlights-carousel .carousel-items {
        margin-left: 30%
    }
}

@media screen and (min-width:75em) {
    .promotions-highlights-section .promotions-highlights-carousel .carousel-items {
        margin-left: 35%
    }
}

@media screen and (min-width:87.5em) {
    .promotions-highlights-section .promotions-highlights-carousel .carousel-items {
        margin-left: 30%
    }
}

.promotions-highlights-section .promotions-highlights-carousel .carousel-items .slick-arrow {
    display: none!important
}

.promotions-highlights-section .promotions-highlights-carousel .carousel-items .carousel-item {
    display: block;
    width: auto;
    padding-left: 13px;
    padding-right: 13px;
    background: #fff
}

@media print,
screen and (min-width:64em) {
    .promotions-highlights-section .promotions-highlights-carousel .carousel-items .carousel-item {
        padding-left: 20px;
        padding-right: 0
    }
}

@media screen and (min-width:75em) {
    .promotions-highlights-section .promotions-highlights-carousel .carousel-items .carousel-item {
        padding-left: 30px
    }
}

@media screen and (min-width:87.5em) {
    .promotions-highlights-section .promotions-highlights-carousel .carousel-items .carousel-item {
        padding-left: 40px
    }
}

@media screen and (min-width:100em) {
    .promotions-highlights-section .promotions-highlights-carousel .carousel-items .carousel-item {
        padding-left: 60px
    }
}

.promotions-highlights-section .promotions-highlights-carousel .carousel-items .carousel-item a {
    position: relative;
    display: block;
    background-size: cover;
    background-position: center;
    overflow: hidden
}

.promotions-highlights-section .promotions-highlights-carousel .carousel-arrows {
    background: #fff;
    overflow: hidden;
    float: right;
    position: absolute;
    right: 0;
    bottom: -40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (min-width:64em) {
    .promotions-highlights-section .promotions-highlights-carousel .carousel-arrows {
        bottom: 0;
        left: 0;
        right: auto;
        top: 0;
        width: 30%
    }
}

@media screen and (min-width:75em) {
    .promotions-highlights-section .promotions-highlights-carousel .carousel-arrows {
        width: 35%
    }
}

@media screen and (min-width:87.5em) {
    .promotions-highlights-section .promotions-highlights-carousel .carousel-arrows {
        width: 30%
    }
}

.promotions-highlights-section .promotions-highlights-carousel .carousel-arrows .slick-arrow {
    font-size: 0;
    width: 84px;
    height: 88px;
    cursor: pointer;
    transition: all .35s ease;
    transition-property: opacity, color
}

.promotions-highlights-section .promotions-highlights-carousel .carousel-arrows .slick-arrow img {
    width: 8px;
    height: auto
}

@media screen and (min-width:75em) {
    .promotions-highlights-section .promotions-highlights-carousel .carousel-arrows .slick-arrow {
        zoom: 1.1
    }
}

@media screen and (min-width:87.5em) {
    .promotions-highlights-section .promotions-highlights-carousel .carousel-arrows .slick-arrow {
        zoom: 1.2
    }
}

@media screen and (min-width:100em) {
    .promotions-highlights-section .promotions-highlights-carousel .carousel-arrows .slick-arrow {
        zoom: 1.3
    }
}

@media screen and (min-width:120em) {
    .promotions-highlights-section .promotions-highlights-carousel .carousel-arrows .slick-arrow {
        zoom: 1.4
    }
}

.promotions-highlights-section .promotions-highlights-carousel .carousel-arrows .slick-prev {
    position: relative
}

.promotions-highlights-section .promotions-highlights-carousel .carousel-arrows .slick-prev:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 24px);
    right: -1px;
    width: 1px;
    height: 48px;
    background-color: #eee;
    transition: all .35s ease;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform
}

.promotions-reserve-form-section {
    width: 100%;
    position: relative;
    z-index: 4;
    margin-top: 20px;
    margin-bottom: 40px
}

@media print,
screen and (min-width:48em) {
    .promotions-reserve-form-section {
        margin-top: 0
    }
}

.promotions-reserve-form-section .promotions-reserve-form-wrapper {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px
}

@media screen and (min-width:28.125em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper {
        margin-bottom: 50px
    }
}

@media screen and (min-width:34.375em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper {
        margin-bottom: 60px
    }
}

@media screen and (min-width:40.625em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper {
        margin-bottom: 80px
    }
}

@media print,
screen and (min-width:48em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper {
        max-width: 570px;
        margin-bottom: 120px;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:75em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper {
        margin-bottom: 140px
    }
}

@media screen and (min-width:87.5em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper {
        margin-bottom: 160px;
        max-width: 800px
    }
}

@media screen and (min-width:112.5em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper {
        margin-bottom: 180px
    }
}

.promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element promotions-reserve-form-section::-webkit-input-placeholder {
    text-align: center;
    font-size: .5rem;
    text-transform: uppercase;
    font-family: Gotham, sans-serif;
    color: #666;
    letter-spacing: 2.4px;
    line-height: 2.4
}

@media screen and (min-width:28.125em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element promotions-reserve-form-section::-webkit-input-placeholder {
        font-size: .5625rem
    }
}

@media print,
screen and (min-width:48em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element promotions-reserve-form-section::-webkit-input-placeholder {
        font-size: .5rem
    }
}

@media screen and (min-width:100em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element promotions-reserve-form-section::-webkit-input-placeholder {
        font-size: .5625rem
    }
}

@media screen and (min-width:125em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element promotions-reserve-form-section::-webkit-input-placeholder {
        font-size: .625rem
    }
}

.promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element::-moz-placeholder {
    text-align: center;
    font-size: .5rem;
    text-transform: uppercase;
    font-family: Gotham, sans-serif;
    color: #666;
    letter-spacing: 2.4px;
    line-height: 2.4
}

@media screen and (min-width:28.125em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element::-moz-placeholder {
        font-size: .5625rem
    }
}

@media print,
screen and (min-width:48em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element::-moz-placeholder {
        font-size: .5rem
    }
}

@media screen and (min-width:100em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element::-moz-placeholder {
        font-size: .5625rem
    }
}

@media screen and (min-width:125em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element::-moz-placeholder {
        font-size: .625rem
    }
}

.promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element:-ms-input-placeholder {
    text-align: center;
    font-size: .5rem;
    text-transform: uppercase;
    font-family: Gotham, sans-serif;
    color: #666;
    letter-spacing: 2.4px;
    line-height: 2.4
}

@media screen and (min-width:28.125em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element:-ms-input-placeholder {
        font-size: .5625rem
    }
}

@media print,
screen and (min-width:48em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element:-ms-input-placeholder {
        font-size: .5rem
    }
}

@media screen and (min-width:100em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element:-ms-input-placeholder {
        font-size: .5625rem
    }
}

@media screen and (min-width:125em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element:-ms-input-placeholder {
        font-size: .625rem
    }
}

.promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element:-moz-placeholder {
    text-align: center;
    font-size: .5rem;
    text-transform: uppercase;
    font-family: Gotham, sans-serif;
    color: #666;
    letter-spacing: 2.4px;
    line-height: 2.4
}

@media screen and (min-width:28.125em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element:-moz-placeholder {
        font-size: .5625rem
    }
}

@media print,
screen and (min-width:48em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element:-moz-placeholder {
        font-size: .5rem
    }
}

@media screen and (min-width:100em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element:-moz-placeholder {
        font-size: .5625rem
    }
}

@media screen and (min-width:125em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element:-moz-placeholder {
        font-size: .625rem
    }
}

@media print,
screen and (min-width:48em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element .wpcf7-form div.wpcf7-acceptance-missing,
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element .wpcf7-form div.wpcf7-validation-errors,
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element .wpcf7-form span.wpcf7-not-valid-tip {
        font-size: .75rem;
        letter-spacing: 1px
    }
}

@media screen and (min-width:100em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element .wpcf7-form div.wpcf7-acceptance-missing,
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element .wpcf7-form div.wpcf7-validation-errors,
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element .wpcf7-form span.wpcf7-not-valid-tip {
        font-size: .8125rem
    }
}

@media screen and (min-width:125em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element .wpcf7-form div.wpcf7-acceptance-missing,
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element .wpcf7-form div.wpcf7-validation-errors,
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element .wpcf7-form span.wpcf7-not-valid-tip {
        font-size: .875rem
    }
}

.promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element .wpcf7-form-control-wrap {
    width: 100%
}

.promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element .ajax-loader {
    display: none
}

.promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element input[type=email],
.promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element input[type=text] {
    font-size: 1rem;
    letter-spacing: .7px;
    border-color: #ccc;
    box-shadow: none;
    padding: .7rem 1rem
}

@media print,
screen and (min-width:48em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element input[type=email],
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element input[type=text] {
        font-size: .75rem;
        letter-spacing: 1px
    }
}

@media screen and (min-width:100em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element input[type=email],
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element input[type=text] {
        font-size: .8125rem
    }
}

@media screen and (min-width:125em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element input[type=email],
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element input[type=text] {
        font-size: .875rem
    }
}

.promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element textarea {
    height: 125px
}

@media print,
screen and (min-width:48em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element .email-input,
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element .name-input {
        width: calc(60% - 12px);
        margin-left: auto;
        margin-right: auto
    }
}

.promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element .email-input input,
.promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element .name-input input {
    border-left: none;
    border-top: none;
    border-right: none;
    margin-bottom: 25px
}

@media screen and (min-width:75em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element .email-input input,
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element .name-input input {
        margin-bottom: 30px
    }
}

.promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element .message-input,
.promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element .submit-input {
    width: 100%
}

.promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element .message-input {
    margin-top: 5px;
    margin-bottom: 15px
}

@media screen and (min-width:75em) {
    .promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element .message-input {
        margin-bottom: 35px
    }
}

.promotions-reserve-form-section .promotions-reserve-form-wrapper .promotions-reserve-form-element .submit-input input[type=submit] {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

.careers-page-differentiators {
    display: block;
    width: 100%;
    clear: both;
    margin: 0 auto 80px;
    padding-right: 17px;
    padding-left: 17px;
    position: relative
}

@media print,
screen and (min-width:48em) {
    .careers-page-differentiators {
        display: block;
        padding-right: 30px;
        padding-left: 30px;
        margin-bottom: 100px
    }
}

@media print,
screen and (min-width:64em) {
    .careers-page-differentiators {
        padding-right: 50px;
        padding-left: 50px;
        margin-bottom: 140px
    }
}

@media screen and (min-width:75em) {
    .careers-page-differentiators {
        margin-bottom: 160px;
        padding-left: 100px;
        padding-right: 100px
    }
}

@media screen and (min-width:87.5em) {
    .careers-page-differentiators {
        margin-bottom: 200px
    }
}

.careers-page-differentiators .slide-counter {
    font-size: .625rem;
    color: #c9c9c9;
    font-weight: 800;
    letter-spacing: 1.5px
}

@media print,
screen and (min-width:48em) {
    .careers-page-differentiators .slide-counter {
        display: none
    }
}

.careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-differentiators-heading {
    position: relative
}

.careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-differentiators-heading .slide-counter {
    position: absolute;
    right: 0;
    top: 12px
}

.careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials {
    max-width: 1400px;
    position: relative
}

@media print,
screen and (min-width:48em) {
    .careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials {
        margin: 20px auto
    }
}

@media screen and (min-width:75em) {
    .careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials {
        margin: 30px auto
    }
}

@media screen and (min-width:87.5em) {
    .careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials {
        margin: 40px auto
    }
}

@media screen and (min-width:120em) {
    .careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials {
        margin: 50px auto
    }
}

.careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-testimonials-items .slick-list {
    padding-top: 40px
}

@media print,
screen and (min-width:48em) {
    .careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-testimonials-items .slick-list {
        padding-top: 0
    }
}

.careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-testimonials-items .careers-page-testimonials-item {
    text-align: center
}

.careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-testimonials-items .careers-page-testimonials-item .careers-page-testimonials-item-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 240px;
    height: 240px;
    background-color: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1);
    border-radius: 50%;
    padding: 110px 5% 0;
    position: relative
}

@media screen and (min-width:28.125em) {
    .careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-testimonials-items .careers-page-testimonials-item .careers-page-testimonials-item-wrapper {
        width: 260px;
        height: 260px;
        padding-top: 115px
    }
}

@media screen and (min-width:34.375em) {
    .careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-testimonials-items .careers-page-testimonials-item .careers-page-testimonials-item-wrapper {
        width: 280px;
        height: 280px;
        padding-top: 120px
    }
}

@media print,
screen and (min-width:48em) {
    .careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-testimonials-items .careers-page-testimonials-item .careers-page-testimonials-item-wrapper {
        width: 200px;
        height: 200px;
        padding-top: 90px
    }
}

@media print,
screen and (min-width:64em) {
    .careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-testimonials-items .careers-page-testimonials-item .careers-page-testimonials-item-wrapper {
        width: 250px;
        height: 250px;
        padding-top: 110px
    }
}

@media screen and (min-width:87.5em) {
    .careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-testimonials-items .careers-page-testimonials-item .careers-page-testimonials-item-wrapper {
        width: 300px;
        height: 300px;
        padding-top: 140px
    }
}

@media screen and (min-width:100em) {
    .careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-testimonials-items .careers-page-testimonials-item .careers-page-testimonials-item-wrapper {
        width: 340px;
        height: 340px;
        padding-top: 160px
    }
}

@media screen and (min-width:120em) {
    .careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-testimonials-items .careers-page-testimonials-item .careers-page-testimonials-item-wrapper {
        width: 370px;
        height: 370px;
        padding-top: 160px
    }
}

.careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-testimonials-items .careers-page-testimonials-item .careers-page-testimonials-item-wrapper .position {
    font-size: 14px;
    color: #c9c9c9;
    font-weight: 800;
    letter-spacing: 1.5px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 25%
}

@media print,
screen and (min-width:48em) {
    .careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-testimonials-items .careers-page-testimonials-item .careers-page-testimonials-item-wrapper .position {
        font-size: 13px
    }
}

@media screen and (min-width:75em) {
    .careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-testimonials-items .careers-page-testimonials-item .careers-page-testimonials-item-wrapper .position {
        font-size: 14px
    }
}

.careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-testimonials-items .careers-page-testimonials-item .careers-page-testimonials-item-wrapper .quote {
    color: #86753e;
    font-weight: 800;
    font-size: .875rem;
    line-height: 1.65;
    opacity: 1
}

@media print,
screen and (min-width:48em) {
    .careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-testimonials-items .careers-page-testimonials-item .careers-page-testimonials-item-wrapper .quote {
        font-size: .8125rem
    }
}

@media print,
screen and (min-width:64em) {
    .careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-testimonials-items .careers-page-testimonials-item .careers-page-testimonials-item-wrapper .quote {
        font-size: .9375rem
    }
}

@media screen and (min-width:87.5em) {
    .careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-testimonials-items .careers-page-testimonials-item .careers-page-testimonials-item-wrapper .quote {
        font-size: 1.0625rem
    }
}

@media screen and (min-width:100em) {
    .careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-testimonials-items .careers-page-testimonials-item .careers-page-testimonials-item-wrapper .quote {
        font-size: 1.25rem
    }
}

@media print,
screen and (min-width:48em) {
    .careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-testimonials-items .careers-page-testimonials-item.item-down .careers-page-testimonials-item-wrapper {
        margin-top: 40%
    }
}

.careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-testimonials-items .careers-page-testimonials-item.item-up .careers-page-testimonials-item-wrapper {
    margin-top: 5%
}

.careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-differentiators-slider-nav {
    background: #fff;
    overflow: hidden;
    margin: 10px auto 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (min-width:48em) {
    .careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-differentiators-slider-nav {
        display: none
    }
}

.careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-differentiators-slider-nav .slick-arrow {
    font-size: 0;
    width: 84px;
    height: 88px;
    cursor: pointer;
    transition: all .35s ease;
    transition-property: opacity, color
}

.careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-differentiators-slider-nav .slick-arrow img {
    width: 8px;
    height: auto
}

.careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-differentiators-slider-nav .slick-prev {
    position: relative
}

.careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-testimonials .careers-page-differentiators-slider-nav .slick-prev:before {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 24px);
    right: -1px;
    width: 1px;
    height: 48px;
    background-color: #eee;
    transition: all .35s ease;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform
}

.careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-mission-content-area {
    text-align: center;
    display: block;
    max-width: 400px;
    margin: 0 auto
}

@media print,
screen and (min-width:48em) {
    .careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-mission-content-area {
        margin: -70px auto 0;
        width: 36%
    }
}

@media screen and (min-width:75em) {
    .careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-mission-content-area {
        margin-top: -90px
    }
}

@media screen and (min-width:87.5em) {
    .careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-mission-content-area {
        margin-top: -110px
    }
}

@media screen and (min-width:100em) {
    .careers-page-differentiators .careers-page-differentiators-wrapper .careers-page-mission-content-area {
        margin-top: -130px
    }
}

.careers-page-hero {
    position: relative
}

@media print,
screen and (min-width:48em) {
    .careers-page-hero {
        margin-bottom: 60px
    }
}

@media print,
screen and (min-width:64em) {
    .careers-page-hero {
        margin-bottom: 90px
    }
}

@media screen and (min-width:75em) {
    .careers-page-hero {
        margin-bottom: 120px
    }
}

@media screen and (min-width:100em) {
    .careers-page-hero {
        margin-bottom: 140px
    }
}

@media screen and (min-width:120em) {
    .careers-page-hero {
        margin-bottom: 180px
    }
}

.careers-page-hero .hero-main {
    position: relative;
    overflow: hidden;
    background-color: #000
}

.careers-page-hero .hero-main .hero-content-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    border: 7px solid #fff;
    background-color: #fff
}

@media print,
screen and (min-width:48em) {
    .careers-page-hero .hero-main .hero-content-wrapper {
        width: 85%;
        margin-left: 5%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-bottom: none
    }
}

@media screen and (min-width:75em) {
    .careers-page-hero .hero-main .hero-content-wrapper {
        width: 86%;
        margin-left: 5.5%
    }
}

@media (min-width:1600px) {
    .careers-page-hero .hero-main .hero-content-wrapper {
        width: 87.5%
    }
}

.careers-page-hero .hero-main .careers-main-image {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #111
}

.careers-page-hero .hero-main .careers-main-image .image {
    display: block;
    width: 100%;
    height: 320px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    z-index: 1
}

@media print,
screen and (min-width:48em) {
    .careers-page-hero .hero-main .careers-main-image .image {
        height: 400px
    }
}

@media print,
screen and (min-width:64em) {
    .careers-page-hero .hero-main .careers-main-image .image {
        height: 450px
    }
}

@media screen and (min-width:75em) {
    .careers-page-hero .hero-main .careers-main-image .image {
        height: 550px
    }
}

@media (min-width:1400px) {
    .careers-page-hero .hero-main .careers-main-image .image {
        height: 620px
    }
}

@media (min-width:1600px) {
    .careers-page-hero .hero-main .careers-main-image .image {
        height: 700px
    }
}

@media (min-width:1920px) {
    .careers-page-hero .hero-main .careers-main-image .image {
        height: 750px
    }
}

@media screen and (min-width:137.5em) {
    .careers-page-hero .hero-main .careers-main-image .image {
        height: 800px
    }
}

@media screen and (min-width:143.75em) {
    .careers-page-hero .hero-main .careers-main-image .image {
        height: 850px
    }
}

.careers-page-hero .hero-main .careers-main-image .image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25)
}

.careers-page-hero .hero-main .careers-main-image .image .image-reveal-element {
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.careers-page-hero .hero-main .careers-main-image .text-decoration {
    position: absolute;
    left: 53.5%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 3;
    bottom: -2px;
    margin-bottom: 0;
    width: 2000em;
    height: auto;
    font-weight: 800;
    line-height: .6;
    text-align: center;
    text-transform: uppercase
}

@media print,
screen and (min-width:48em) {
    .careers-page-hero .hero-main .careers-main-image .text-decoration {
        bottom: auto;
        top: 11%
    }
}

@media screen and (min-width:75em) {
    .careers-page-hero .hero-main .careers-main-image .text-decoration {
        top: 16%
    }
}

@media screen and (min-width:87.5em) {
    .careers-page-hero .hero-main .careers-main-image .text-decoration {
        left: 54%
    }
}

.careers-page-hero .hero-main .careers-main-image .text-decoration .heading-top {
    color: #fff;
    font-size: 11vw;
    letter-spacing: 6vw;
    display: block
}

@media print,
screen and (min-width:48em) {
    .careers-page-hero .hero-main .careers-main-image .text-decoration .heading-top {
        font-size: 9.2vw;
        letter-spacing: 6.1vw
    }
}

@media screen and (min-width:75em) {
    .careers-page-hero .hero-main .careers-main-image .text-decoration .heading-top {
        letter-spacing: 6.35vw
    }
}

@media screen and (min-width:87.5em) {
    .careers-page-hero .hero-main .careers-main-image .text-decoration .heading-top {
        letter-spacing: 6.4vw
    }
}

@media screen and (min-width:150em) {
    .careers-page-hero .hero-main .careers-main-image .text-decoration .heading-top {
        font-size: 13.75rem;
        letter-spacing: 9.5625rem
    }
}

.careers-page-hero .careers-hero-content-area {
    display: block;
    background: #fff;
    z-index: 2;
    text-align: center;
    padding: 40px 15px 10px;
    max-width: 450px;
    margin: 0 auto
}

@media print,
screen and (min-width:48em) {
    .careers-page-hero .careers-hero-content-area {
        width: 50%;
        padding: 4vw 5% 0;
        max-width: none;
        text-align: left;
        position: absolute;
        right: 0;
        bottom: 0
    }
}

@media print,
screen and (min-width:64em) {
    .careers-page-hero .careers-hero-content-area {
        padding: 5vw 7% 0
    }
}

@media screen and (min-width:75em) {
    .careers-page-hero .careers-hero-content-area {
        padding: 5vw 8% 3vw
    }
}

@media screen and (min-width:120em) {
    .careers-page-hero .careers-hero-content-area {
        padding-top: 95px;
        padding-bottom: 55px
    }
}

.careers-page-hero .careers-hero-content-area .body-content {
    font-size: .625rem;
    font-weight: 500;
    letter-spacing: 1px;
    visibility: hidden
}

@media screen and (min-width:31.25em) {
    .careers-page-hero .careers-hero-content-area .body-content {
        font-size: .6875rem
    }
}

@media screen and (min-width:100em) {
    .careers-page-hero .careers-hero-content-area .body-content {
        font-size: .75rem
    }
}

@media screen and (min-width:120em) {
    .careers-page-hero .careers-hero-content-area .body-content {
        font-size: .8125rem
    }
}

.careers-page-hero .careers-hero-content-area .body-content h2 {
    color: #86753e;
    font-weight: 800;
    font-size: 1rem;
    margin-bottom: 22px
}

@media screen and (min-width:28.125em) {
    .careers-page-hero .careers-hero-content-area .body-content h2 {
        margin-bottom: 30px
    }
}

@media screen and (min-width:40.625em) {
    .careers-page-hero .careers-hero-content-area .body-content h2 {
        margin-bottom: 40px
    }
}

@media print,
screen and (min-width:48em) {
    .careers-page-hero .careers-hero-content-area .body-content h2 {
        margin-bottom: 10px
    }
}

@media screen and (min-width:75em) {
    .careers-page-hero .careers-hero-content-area .body-content h2 {
        font-size: 1.625rem
    }
}

@media screen and (min-width:120em) {
    .careers-page-hero .careers-hero-content-area .body-content h2 {
        margin-bottom: 50px
    }
}

.careers-page-about {
    margin: 4vw 0
}

@media screen and (min-width:120em) {
    .careers-page-about {
        margin: 75px 0
    }
}

.careers-page-about .careers-page-about-wrapper {
    max-width: 450px;
    margin: 0 auto;
    display: block;
    width: 100%;
    padding: 0 15px
}

@media print,
screen and (min-width:48em) {
    .careers-page-about .careers-page-about-wrapper {
        padding: 0;
        max-width: 900px
    }
}

@media screen and (min-width:120em) {
    .careers-page-about .careers-page-about-wrapper {
        max-width: 1200px
    }
}

.careers-page-about .careers-page-about-wrapper:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

.careers-page-about .careers-page-about-wrapper .careers-page-about-heading {
    display: block;
    background: #fff;
    margin-bottom: 30px
}

@media print,
screen and (min-width:48em) {
    .careers-page-about .careers-page-about-wrapper .careers-page-about-heading {
        width: 28%;
        display: block;
        float: left;
        padding-left: 2vw
    }
}

@media screen and (min-width:120em) {
    .careers-page-about .careers-page-about-wrapper .careers-page-about-heading {
        padding-left: 40px
    }
}

.careers-page-about .careers-page-about-wrapper .careers-page-about-content-area {
    display: block
}

@media print,
screen and (min-width:48em) {
    .careers-page-about .careers-page-about-wrapper .careers-page-about-content-area {
        float: left;
        width: 68%
    }
}

.careers-page-mission {
    margin: 30px 0;
    width: 100%;
    display: block
}

@media print,
screen and (min-width:48em) {
    .careers-page-mission {
        margin: 5vw 0
    }
}

@media screen and (min-width:120em) {
    .careers-page-mission {
        margin: 95px 0
    }
}

.careers-page-mission .careers-page-mission-wrapper {
    max-width: 900px;
    margin: 0 auto;
    display: block;
    width: 100%
}

@media screen and (min-width:120em) {
    .careers-page-mission .careers-page-mission-wrapper {
        max-width: 1200px
    }
}

.careers-page-mission .careers-page-mission-wrapper:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

.careers-page-mission .careers-page-mission-wrapper .careers-page-mission-image {
    margin: 30px 0;
    width: 100%;
    clear: both;
    position: relative;
    overflow: hidden
}

@media print,
screen and (min-width:48em) {
    .careers-page-mission .careers-page-mission-wrapper .careers-page-mission-image {
        margin: 5vw 0
    }
}

@media screen and (min-width:120em) {
    .careers-page-mission .careers-page-mission-wrapper .careers-page-mission-image {
        margin: 95px 0
    }
}

.careers-page-mission .careers-page-mission-wrapper .careers-page-mission-image .careers-page-mission-heading {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 4vw 10vw 2vw 6vw;
    width: auto
}

@media print,
screen and (min-width:48em) {
    .careers-page-mission .careers-page-mission-wrapper .careers-page-mission-image .careers-page-mission-heading {
        display: none
    }
}

.careers-page-mission .careers-page-mission-wrapper .careers-page-mission-image img {
    width: 100%;
    height: auto
}

.careers-page-mission .careers-page-mission-wrapper .careers-page-mission-heading {
    width: 26%;
    float: right;
    padding-right: 2vw;
    background: #fff;
    display: none
}

@media print,
screen and (min-width:48em) {
    .careers-page-mission .careers-page-mission-wrapper .careers-page-mission-heading {
        display: block
    }
}

@media screen and (min-width:120em) {
    .careers-page-mission .careers-page-mission-wrapper .careers-page-mission-heading {
        padding-right: 40px
    }
}

.careers-page-mission .careers-page-mission-wrapper .careers-page-mission-content-area {
    display: block;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    text-align: center
}

@media print,
screen and (min-width:48em) {
    .careers-page-mission .careers-page-mission-wrapper .careers-page-mission-content-area {
        width: 65%;
        float: left;
        padding-left: 5%;
        max-width: none;
        text-align: left
    }
}

.careers-page-mission .careers-page-mission-wrapper .careers-page-mission-content-area h2 {
    color: #86753e;
    font-weight: 800;
    font-size: .875rem;
    line-height: 1.65;
    display: block;
    margin-bottom: 20px
}

@media print,
screen and (min-width:48em) {
    .careers-page-mission .careers-page-mission-wrapper .careers-page-mission-content-area h2 {
        width: 80%;
        margin-bottom: 30px;
        font-size: 1rem
    }
}

@media print,
screen and (min-width:64em) {
    .careers-page-mission .careers-page-mission-wrapper .careers-page-mission-content-area h2 {
        font-size: 1.125rem;
        margin-bottom: 40px
    }
}

@media screen and (min-width:75em) {
    .careers-page-mission .careers-page-mission-wrapper .careers-page-mission-content-area h2 {
        font-size: 1.25rem
    }
}

.careers-page-opnenings .careers-page-openings-images {
    position: relative
}

.careers-page-opnenings .careers-page-openings-images:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

.careers-page-opnenings .careers-page-openings-images .careers-page-openings-image-left,
.careers-page-opnenings .careers-page-openings-images .careers-page-openings-image-right {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50%;
    height: 55vw;
    display: block
}

@media print,
screen and (min-width:48em) {
    .careers-page-opnenings .careers-page-openings-images .careers-page-openings-image-left,
    .careers-page-opnenings .careers-page-openings-images .careers-page-openings-image-right {
        height: 35vw
    }
}

@media screen and (min-width:120em) {
    .careers-page-opnenings .careers-page-openings-images .careers-page-openings-image-left,
    .careers-page-opnenings .careers-page-openings-images .careers-page-openings-image-right {
        height: 672px
    }
}

.careers-page-opnenings .careers-page-openings-images .careers-page-openings-image-left {
    float: left;
    border-right: 3px solid #fff
}

@media print,
screen and (min-width:48em) {
    .careers-page-opnenings .careers-page-openings-images .careers-page-openings-image-left {
        border-width: 5px
    }
}

.careers-page-opnenings .careers-page-openings-images .careers-page-openings-image-right {
    float: right;
    border-left: 3px solid #fff
}

@media print,
screen and (min-width:48em) {
    .careers-page-opnenings .careers-page-openings-images .careers-page-openings-image-right {
        border-width: 5px
    }
}

.careers-page-opnenings .careers-page-openings-images .careers-page-openings-heading {
    position: absolute;
    background: #fff;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 5vw 5% 0
}

@media print,
screen and (min-width:48em) {
    .careers-page-opnenings .careers-page-openings-images .careers-page-openings-heading {
        box-sizing: content-box;
        bottom: -2px;
        padding: 3vw 3% 2px
    }
}

@media print,
screen and (min-width:64em) {
    .careers-page-opnenings .careers-page-openings-images .careers-page-openings-heading {
        padding: 3vw 3% 2px
    }
}

@media screen and (min-width:87.5em) {
    .careers-page-opnenings .careers-page-openings-images .careers-page-openings-heading {
        padding: 5vw 5% 2px
    }
}

@media screen and (min-width:120em) {
    .careers-page-opnenings .careers-page-openings-images .careers-page-openings-heading {
        padding-top: 95px
    }
}

.careers-page-opnenings .careers-page-openings-images .careers-page-openings-heading:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

.careers-page-opnenings .careers-page-openings-images .careers-page-openings-heading .styled-title-heading {
    float: left
}

.careers-page-opnenings .careers-page-openings-images .careers-page-openings-heading .heading-actions {
    display: block;
    float: right;
    padding-top: 5px
}

.careers-page-opnenings .careers-page-openings-images .careers-page-openings-heading .heading-actions a {
    font-weight: 800;
    font-size: 14px;
    color: #86753e
}

.careers-page-opnenings .careers-page-openings-images .careers-page-openings-heading .heading-actions a .btn-title {
    display: none;
    vertical-align: middle
}

@media print,
screen and (min-width:48em) {
    .careers-page-opnenings .careers-page-openings-images .careers-page-openings-heading .heading-actions a .btn-title {
        display: inline
    }
}

.careers-page-opnenings .careers-page-openings-images .careers-page-openings-heading .heading-actions a .btn-icon {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.careers-page-opnenings .careers-page-openings-images .careers-page-openings-heading .heading-actions a .btn-icon.filter-icon {
    width: 30px;
    height: 30px
}

.careers-page-opnenings .careers-page-openings-images .careers-page-openings-heading .heading-actions a .btn-icon.filter-icon span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #86753e;
    margin: 4px auto;
    transition: width .25s ease-in-out
}

.careers-page-opnenings .careers-page-openings-images .careers-page-openings-heading .heading-actions a .btn-icon.filter-icon span:nth-child(2) {
    width: 85%
}

.careers-page-opnenings .careers-page-openings-images .careers-page-openings-heading .heading-actions a .btn-icon.filter-icon span:nth-child(3) {
    width: 70%
}

.careers-page-opnenings .careers-page-openings-images .careers-page-openings-heading .heading-actions a:hover .btn-icon.filter-icon span {
    width: 100%
}

.careers-page-opnenings .careers-page-openings-heading,
.careers-page-opnenings .careers-page-openings-wrapper {
    width: calc(100% - 30px)
}

@media print,
screen and (min-width:64em) {
    .careers-page-opnenings .careers-page-openings-heading,
    .careers-page-opnenings .careers-page-openings-wrapper {
        width: 90%;
        max-width: 1200px
    }
}

.careers-page-opnenings .careers-page-openings-wrapper {
    margin: 40px auto
}

@media print,
screen and (min-width:48em) {
    .careers-page-opnenings .careers-page-openings-wrapper {
        margin: 20px auto 100px
    }
}

@media screen and (min-width:75em) {
    .careers-page-opnenings .careers-page-openings-wrapper {
        margin: 50px auto 150px
    }
}

.careers-page-opnenings .careers-page-openings-wrapper table {
    margin-bottom: 20px;
    border-collapse: separate;
    border-spacing: 0 15px
}

@media print,
screen and (min-width:48em) {
    .careers-page-opnenings .careers-page-openings-wrapper table {
        border-spacing: 0 20px;
        margin-bottom: 30px
    }
}

@media print,
screen and (min-width:64em) {
    .careers-page-opnenings .careers-page-openings-wrapper table {
        border-spacing: 0 25px;
        margin-bottom: 40px
    }
}

@media screen and (min-width:75em) {
    .careers-page-opnenings .careers-page-openings-wrapper table {
        border-spacing: 0 35px;
        margin-bottom: 50px
    }
}

.careers-page-opnenings .careers-page-openings-wrapper table thead {
    background: 0 0;
    border: none
}

@media screen and (max-width:47.99875em) {
    .careers-page-opnenings .careers-page-openings-wrapper table thead {
        display: none
    }
}

.careers-page-opnenings .careers-page-openings-wrapper table thead tr {
    box-shadow: none
}

.careers-page-opnenings .careers-page-openings-wrapper table tbody,
.careers-page-opnenings .careers-page-openings-wrapper table tfoot {
    background: 0 0;
    border: none
}

.careers-page-opnenings .careers-page-openings-wrapper table th {
    font-size: 12px!important;
    font-weight: 500!important;
    color: #666!important;
    padding: 0!important;
    vertical-align: bottom
}

@media print,
screen and (min-width:48em) {
    .careers-page-opnenings .careers-page-openings-wrapper table th {
        padding: 0 3%!important
    }
}

.careers-page-opnenings .careers-page-openings-wrapper table tr {
    background: 0 0!important;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1)
}

.careers-page-opnenings .careers-page-openings-wrapper table tr td {
    padding: 15px 0
}

@media print,
screen and (min-width:48em) {
    .careers-page-opnenings .careers-page-openings-wrapper table tr td {
        padding: 15px 3%!important
    }
}

.careers-page-opnenings .careers-page-openings-wrapper table .col-logo .logo {
    float: left;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    height: 60px;
    background-color: #000;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10%
}

.careers-page-opnenings .careers-page-openings-wrapper table .col-position {
    color: #86753e;
    font-weight: 800;
    font-size: 20px;
    padding-left: 15px
}

.careers-page-opnenings .careers-page-openings-wrapper table .col-actions,
.careers-page-opnenings .careers-page-openings-wrapper table .col-location,
.careers-page-opnenings .careers-page-openings-wrapper table .col-schedule,
.careers-page-opnenings .careers-page-openings-wrapper table .info-location,
.careers-page-opnenings .careers-page-openings-wrapper table .info-schedule {
    font-size: 12px;
    font-weight: 800;
    color: #666;
    text-transform: uppercase
}

@media print,
screen and (min-width:48em) {
    .careers-page-opnenings .careers-page-openings-wrapper table .info-location,
    .careers-page-opnenings .careers-page-openings-wrapper table .info-schedule {
        display: none
    }
}

@media screen and (max-width:47.99875em) {
    .careers-page-opnenings .careers-page-openings-wrapper table .col-location,
    .careers-page-opnenings .careers-page-openings-wrapper table .col-logo,
    .careers-page-opnenings .careers-page-openings-wrapper table .col-schedule {
        display: none
    }
}

.careers-page-opnenings .careers-page-openings-wrapper table .col-actions {
    text-align: right;
    padding-right: 15px
}

@media print,
screen and (min-width:48em) {
    .careers-page-opnenings .careers-page-openings-wrapper table .col-actions {
        text-align: center;
        padding-right: 0
    }
}

.careers-page-opnenings .careers-page-openings-wrapper table .col-actions a {
    position: relative;
    display: inline-block;
    padding: 5px 30px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    font-size: .75rem
}

@media print,
screen and (min-width:48em) {
    .careers-page-opnenings .careers-page-openings-wrapper table .col-actions a {
        padding-left: 0
    }
}

.careers-page-opnenings .careers-page-openings-wrapper table .col-actions a:after {
    content: '';
    position: absolute;
    top: calc(50% - 7px);
    right: 0;
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(/wp-content/themes/stk2018/includes/icons/right-arrow.svg);
    background-size: contain;
    background-position: center
}

.careers-page-opnenings .careers-page-openings-wrapper .careers-page-openings-actions {
    text-align: center
}

.venues-template-social-hour-page .venue-gallery .contact-info-logo-address .book-cta .button {
    display: none
}

.social-hour-page-hero {
    position: relative;
    margin-bottom: 14.5vw
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-hero {
        margin-bottom: 0
    }
}

.social-hour-page-hero .hero-main {
    position: relative
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-hero .hero-main {
        background-color: #000
    }
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-hero .hero-main:after {
        content: '';
        position: absolute;
        width: 30%;
        height: 100%;
        top: 0;
        right: 0;
        background-color: #fff
    }
}

.social-hour-page-hero .hero-main .hero-content-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 5px
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-hero .hero-main .hero-content-wrapper {
        padding: 0;
        border: 7px solid #fff;
        background-color: #fff
    }
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-hero .hero-main .hero-content-wrapper {
        width: 85%;
        margin-left: 5%;
        display: block;
        border-bottom: none;
        padding-bottom: 11.5vw
    }
}

@media screen and (min-width:75em) {
    .social-hour-page-hero .hero-main .hero-content-wrapper {
        width: 86%;
        margin-left: 5.5%
    }
}

@media (min-width:1600px) {
    .social-hour-page-hero .hero-main .hero-content-wrapper {
        width: 87.5%
    }
}

@media (min-width:2400px) {
    .social-hour-page-hero .hero-main .hero-content-wrapper {
        padding-bottom: 17.25rem
    }
}

.social-hour-page-hero .hero-main .hero-content-wrapper:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

.social-hour-page-hero .hero-main .social-hour-main-image,
.social-hour-page-hero .hero-main .social-hour-side-image {
    background-color: #333;
    overflow: hidden
}

.social-hour-page-hero .hero-main .social-hour-main-image:before,
.social-hour-page-hero .hero-main .social-hour-side-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25)
}

.social-hour-page-hero .hero-main .social-hour-main-image .image-reveal-element,
.social-hour-page-hero .hero-main .social-hour-side-image .image-reveal-element {
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 11;
    left: 0;
    bottom: 0
}

.social-hour-page-hero .hero-main .social-hour-main-image {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vw;
    max-height: 400px;
    float: none
}

@media screen and (min-width:34.375em) {
    .social-hour-page-hero .hero-main .social-hour-main-image {
        max-height: 450px
    }
}

@media screen and (min-width:34.375em) {
    .social-hour-page-hero .hero-main .social-hour-main-image {
        max-height: 500px
    }
}

@media screen and (min-width:40.625em) {
    .social-hour-page-hero .hero-main .social-hour-main-image {
        max-height: 550px
    }
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-hero .hero-main .social-hour-main-image {
        display: block;
        width: calc(67% - 3.5px);
        height: 30vw;
        max-height: 100%;
        float: left
    }
}

@media screen and (min-width:150em) {
    .social-hour-page-hero .hero-main .social-hour-main-image {
        height: 720px
    }
}

.social-hour-page-hero .hero-main .social-hour-side-image {
    display: none
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-hero .hero-main .social-hour-side-image {
        position: relative;
        display: block;
        width: calc(33% - 3.5px);
        height: 30vw;
        float: right;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover
    }
}

@media screen and (min-width:150em) {
    .social-hour-page-hero .hero-main .social-hour-side-image {
        height: 720px
    }
}

.social-hour-page-hero .hero-main .text-decoration {
    position: absolute;
    left: 0;
    z-index: 3;
    top: 100%;
    margin-bottom: 0;
    width: 100%;
    height: auto;
    font-weight: 800;
    line-height: 16vw;
    text-align: center;
    text-transform: uppercase;
    font-size: 15vw
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-hero .hero-main .text-decoration {
        font-size: 8vw;
        line-height: 21vw;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: auto;
        z-index: 99;
        top: 0;
        height: 30vw
    }
}

@media screen and (min-width:150em) {
    .social-hour-page-hero .hero-main .text-decoration {
        height: 45rem;
        font-size: 12rem;
        line-height: 31.5rem
    }
}

.social-hour-page-hero .hero-main .text-decoration .heading-bottom,
.social-hour-page-hero .hero-main .text-decoration .heading-top {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    visibility: hidden
}

.social-hour-page-hero .hero-main .text-decoration .heading-top {
    color: #fff;
    letter-spacing: 9vw;
    left: 5%;
    text-align: center;
    margin-top: -13.5vw
}

@media screen and (min-width:28.125em) {
    .social-hour-page-hero .hero-main .text-decoration .heading-top {
        margin-top: -13vw
    }
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-hero .hero-main .text-decoration .heading-top {
        text-align: left;
        letter-spacing: 6vw;
        margin: 0;
        position: absolute;
        top: 100%;
        margin-top: -12.7vw;
        left: 1.5vw
    }
}

@media screen and (min-width:75em) {
    .social-hour-page-hero .hero-main .text-decoration .heading-top {
        left: 2.1vw
    }
}

@media screen and (min-width:100em) {
    .social-hour-page-hero .hero-main .text-decoration .heading-top {
        left: 2.4vw
    }
}

@media screen and (min-width:150em) {
    .social-hour-page-hero .hero-main .text-decoration .heading-top {
        letter-spacing: 9rem;
        margin-top: -19.0625rem;
        left: 3.625rem
    }
}

.social-hour-page-hero .hero-main .text-decoration .heading-top .social-hour-heading {
    position: relative;
    left: -2%;
    letter-spacing: 5.75vw
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-hero .hero-main .text-decoration .heading-top .social-hour-heading {
        letter-spacing: 4vw;
        left: .45vw
    }
}

@media screen and (min-width:150em) {
    .social-hour-page-hero .hero-main .text-decoration .heading-top .social-hour-heading {
        letter-spacing: 6rem
    }
}

.social-hour-page-hero .hero-main .text-decoration .heading-bottom {
    color: #af9d63;
    letter-spacing: 9vw;
    text-align: center;
    left: 5.5%
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-hero .hero-main .text-decoration .heading-bottom {
        text-align: right;
        letter-spacing: 4.7vw;
        margin: 0;
        position: absolute;
        top: 132%;
        margin-top: -14vw;
        right: -7vw
    }
}

@media screen and (min-width:150em) {
    .social-hour-page-hero .hero-main .text-decoration .heading-bottom {
        letter-spacing: 7.0625rem;
        margin-top: -20rem;
        right: -9%
    }
}

.social-hour-page-hero .hero-social-icons {
    background-color: transparent;
    z-index: 10
}

.social-hour-page-info {
    position: relative;
    z-index: 7;
    margin: 40px 0
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-info {
        margin: 0
    }
}

.social-hour-page-info .social-hour-page-info-wrapper {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-info .social-hour-page-info-wrapper {
        padding: 0;
        width: 80%
    }
}

.social-hour-page-info .social-hour-page-info-content-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4vw;
    position: relative;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-info .social-hour-page-info-content-area {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (min-width:120em) {
    .social-hour-page-info .social-hour-page-info-content-area {
        margin-bottom: 75px
    }
}

.social-hour-page-info .social-hour-page-info-content-area .social-hour-page-info-heading {
    padding: 12vw 0
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-info .social-hour-page-info-content-area .social-hour-page-info-heading {
        position: absolute;
        left: 0;
        bottom: 100%;
        padding: 0
    }
}

.social-hour-page-info .social-hour-page-info-content-area .social-hour-page-info-left {
    width: 100%;
    color: #666;
    text-align: center;
    margin-bottom: 5vw
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-info .social-hour-page-info-content-area .social-hour-page-info-left {
        text-align: left;
        -webkit-flex-basis: 37%;
        -ms-flex-preferred-size: 37%;
        flex-basis: 37%;
        margin: 0
    }
}

.social-hour-page-info .social-hour-page-info-content-area .social-hour-page-info-left h4 {
    font-weight: 800;
    font-size: 14px;
    margin-bottom: 1rem
}

.social-hour-page-info .social-hour-page-info-content-area .social-hour-page-info-right {
    width: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-info .social-hour-page-info-content-area .social-hour-page-info-right {
        position: relative;
        top: -3.25vw;
        -webkit-flex-basis: 63%;
        -ms-flex-preferred-size: 63%;
        flex-basis: 63%;
        text-align: left;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media screen and (min-width:120em) {
    .social-hour-page-info .social-hour-page-info-content-area .social-hour-page-info-right {
        top: -3.9375rem
    }
}

.social-hour-page-info .social-hour-page-info-content-area .social-hour-page-info-right .body-heading {
    text-align: right;
    margin-right: 5%
}

.social-hour-page-info .social-hour-page-info-content-area .social-hour-page-info-right .body-heading h2 {
    color: #86753e;
    font-weight: 800;
    font-size: 1rem;
    margin-bottom: 22px
}

@media screen and (min-width:28.125em) {
    .social-hour-page-info .social-hour-page-info-content-area .social-hour-page-info-right .body-heading h2 {
        margin-bottom: 30px
    }
}

@media screen and (min-width:40.625em) {
    .social-hour-page-info .social-hour-page-info-content-area .social-hour-page-info-right .body-heading h2 {
        margin-bottom: 40px
    }
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-info .social-hour-page-info-content-area .social-hour-page-info-right .body-heading h2 {
        margin-bottom: 10px
    }
}

@media screen and (min-width:75em) {
    .social-hour-page-info .social-hour-page-info-content-area .social-hour-page-info-right .body-heading h2 {
        font-size: 1.625rem
    }
}

@media screen and (min-width:120em) {
    .social-hour-page-info .social-hour-page-info-content-area .social-hour-page-info-right .body-heading h2 {
        margin-bottom: 50px
    }
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-info .social-hour-page-info-content-area .social-hour-page-info-right .body-heading>:last-child {
        margin-bottom: 0
    }
}

.social-hour-page-info .social-hour-page-info-content-area .social-hour-page-info-right .body-content {
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-info .social-hour-page-info-content-area .social-hour-page-info-right .body-content>:last-child {
        margin-bottom: 0
    }
}

.social-hour-page-info .social-hour-page-info-content-area .image {
    display: block;
    width: 90%
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-info .social-hour-page-info-content-area .image {
        width: 100%
    }
}

.social-hour-page-info .social-hour-page-info-content-area .image img {
    width: 100%;
    height: auto
}

.social-hour-page-offer {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 7vw auto
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-offer {
        padding-bottom: 6vw
    }
}

@media print,
screen and (min-width:64em) {
    .social-hour-page-offer {
        padding-bottom: 14vw
    }
}

@media screen and (min-width:75em) {
    .social-hour-page-offer {
        padding-bottom: 18vw
    }
}

@media screen and (min-width:87.5em) {
    .social-hour-page-offer {
        padding-bottom: 21vw
    }
}

@media screen and (min-width:120em) {
    .social-hour-page-offer {
        padding-bottom: 23vw
    }
}

@media screen and (min-width:150em) {
    .social-hour-page-offer {
        padding-bottom: 555px;
        margin-top: 170px;
        margin-bottom: 170px
    }
}

.social-hour-page-offer .social-hour-page-offer-wrapper {
    position: relative
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-offer .social-hour-page-offer-wrapper {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.social-hour-page-offer .social-hour-page-offer-wrapper .social-hour-page-offer-image-left,
.social-hour-page-offer .social-hour-page-offer-wrapper .social-hour-page-offer-image-right {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vw;
    opacity: .35;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    overflow: hidden
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-offer .social-hour-page-offer-wrapper .social-hour-page-offer-image-left,
    .social-hour-page-offer .social-hour-page-offer-wrapper .social-hour-page-offer-image-right {
        height: 30vw
    }
}

@media screen and (min-width:120em) {
    .social-hour-page-offer .social-hour-page-offer-wrapper .social-hour-page-offer-image-left,
    .social-hour-page-offer .social-hour-page-offer-wrapper .social-hour-page-offer-image-right {
        height: 576px
    }
}

.social-hour-page-offer .social-hour-page-offer-wrapper .social-hour-page-offer-image-left {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%
}

.social-hour-page-offer .social-hour-page-offer-wrapper .social-hour-page-offer-image-right {
    display: none
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-offer .social-hour-page-offer-wrapper .social-hour-page-offer-image-right {
        -webkit-flex-basis: 13%;
        -ms-flex-preferred-size: 13%;
        flex-basis: 13%;
        display: block
    }
}

.social-hour-page-offer .social-hour-page-offer-wrapper .social-hour-page-offer-content-area {
    -webkit-flex-basis: 47%;
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
    padding: 15px;
    margin: -30vw auto 0;
    max-width: 400px
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-offer .social-hour-page-offer-wrapper .social-hour-page-offer-content-area {
        padding: 8vw 6% 0 15%;
        max-width: none;
        margin: 0
    }
}

@media screen and (min-width:75em) {
    .social-hour-page-offer .social-hour-page-offer-wrapper .social-hour-page-offer-content-area {
        padding: 8vw 10% 0 18%
    }
}

@media screen and (min-width:120em) {
    .social-hour-page-offer .social-hour-page-offer-wrapper .social-hour-page-offer-content-area {
        padding-top: 155px
    }
}

.social-hour-page-offer .social-hour-page-offer-wrapper .social-hour-page-offer-content-area .social-hour-page-offer-heading {
    position: absolute;
    left: 0;
    top: 30vw;
    background: #fff;
    padding: 6vw 8vw 6vw 15px
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-offer .social-hour-page-offer-wrapper .social-hour-page-offer-content-area .social-hour-page-offer-heading {
        margin-bottom: 6vw;
        padding: 0;
        position: relative;
        left: auto;
        top: auto
    }
}

@media screen and (min-width:75em) {
    .social-hour-page-offer .social-hour-page-offer-wrapper .social-hour-page-offer-content-area .social-hour-page-offer-heading {
        margin-bottom: 80px
    }
}

.social-hour-page-offer .social-hour-page-offer-wrapper .social-hour-page-offer-content-area .body-image {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    background-color: #fff
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-offer .social-hour-page-offer-wrapper .social-hour-page-offer-content-area .body-image {
        display: block;
        position: absolute;
        right: 50%;
        top: 8vw;
        width: 28%;
        margin: 0
    }
}

@media screen and (min-width:120em) {
    .social-hour-page-offer .social-hour-page-offer-wrapper .social-hour-page-offer-content-area .body-image {
        top: 140px
    }
}

.social-hour-page-offer .social-hour-page-offer-wrapper .social-hour-page-offer-content-area .body-image .image {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15)
}

.social-hour-page-offer .social-hour-page-offer-wrapper .social-hour-page-offer-content-area .body-image .image img {
    width: 100%
}

.social-hour-page-offer .social-hour-page-offer-wrapper .social-hour-page-offer-content-area .body-content {
    text-align: center
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-offer .social-hour-page-offer-wrapper .social-hour-page-offer-content-area .body-content {
        text-align: left
    }
}

@media print,
screen and (min-width:48em) {
    .social-hour-page-offer .social-hour-page-offer-wrapper .social-hour-page-offer-content-area .body-content p {
        margin-bottom: 2rem
    }
}

.landing-page-hero {
    position: relative;
    margin-bottom: 21vw
}

@media print,
screen and (min-width:48em) {
    .landing-page-hero {
        margin-bottom: 0
    }
}

.landing-page-hero .hero-main {
    position: relative
}

@media print,
screen and (min-width:48em) {
    .landing-page-hero .hero-main {
        background-color: #000
    }
}

.landing-page-hero .hero-main .hero-content-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 7px
}

@media print,
screen and (min-width:48em) {
    .landing-page-hero .hero-main .hero-content-wrapper {
        padding: 0;
        border: 7px solid #fff;
        background-color: #fff
    }
}

@media print,
screen and (min-width:48em) {
    .landing-page-hero .hero-main .hero-content-wrapper {
        width: 85%;
        margin-left: 5%;
        display: block;
        border-bottom: none;
        padding-bottom: 5vw
    }
}

@media screen and (min-width:75em) {
    .landing-page-hero .hero-main .hero-content-wrapper {
        width: 86%;
        margin-left: 5.5%
    }
}

@media (min-width:1600px) {
    .landing-page-hero .hero-main .hero-content-wrapper {
        width: 87.5%
    }
}

@media (min-width:2400px) {
    .landing-page-hero .hero-main .hero-content-wrapper {
        padding-bottom: 120px
    }
}

.landing-page-hero .hero-main .hero-content-wrapper:after {
    content: '';
    display: block;
    width: 100%;
    clear: both
}

.landing-page-hero .hero-main .landing-main-image {
    position: relative;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vw;
    float: none;
    overflow: hidden
}

@media print,
screen and (min-width:48em) {
    .landing-page-hero .hero-main .landing-main-image {
        display: block;
        width: calc(30% - 3.5px);
        height: 19vw;
        float: left
    }
}

@media screen and (min-width:150em) {
    .landing-page-hero .hero-main .landing-main-image {
        height: 456px
    }
}

.landing-page-hero .hero-main .landing-side-image {
    width: 0;
    height: 0
}

@media screen and (max-width:47.99875em) {
    .landing-page-hero .hero-main .landing-side-image {
        background: 0 0!important
    }
}

@media print,
screen and (min-width:48em) {
    .landing-page-hero .hero-main .landing-side-image {
        display: block;
        width: calc(70% - 3.5px);
        height: 28vw;
        float: right;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        position: relative
    }
}

@media screen and (min-width:150em) {
    .landing-page-hero .hero-main .landing-side-image {
        height: 672px
    }
}

.landing-page-hero .hero-main .landing-side-image .reveal-element-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.landing-page-hero .hero-main .landing-main-image .image-reveal-element,
.landing-page-hero .hero-main .landing-side-image .image-reveal-element {
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11
}

.landing-page-hero .hero-main .text-decoration {
    position: absolute;
    left: 0;
    z-index: 3;
    top: 92.5%;
    margin-bottom: 0;
    width: 100%;
    height: auto;
    font-weight: 800;
    line-height: 31vw;
    text-align: center;
    text-transform: uppercase;
    font-size: 12.5vw
}

@media print,
screen and (min-width:48em) {
    .landing-page-hero .hero-main .text-decoration {
        font-size: 8vw;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: auto;
        z-index: 99;
        top: -6vw;
        height: 100%
    }
}

@media screen and (min-width:150em) {
    .landing-page-hero .hero-main .text-decoration {
        font-size: 12rem;
        top: -9rem;
        line-height: 46.5rem
    }
}

.landing-page-hero .hero-main .text-decoration .heading-bottom,
.landing-page-hero .hero-main .text-decoration .heading-top {
    position: relative;
    display: block;
    width: 100%;
    text-align: center
}

.landing-page-hero .hero-main .text-decoration .heading-top {
    color: #fff;
    left: 2.5%;
    letter-spacing: 5.5vw;
    text-align: center;
    margin-top: -12.8vw
}

@media screen and (min-width:34.375em) {
    .landing-page-hero .hero-main .text-decoration .heading-top {
        margin-top: -12.2vw
    }
}

@media print,
screen and (min-width:48em) {
    .landing-page-hero .hero-main .text-decoration .heading-top {
        letter-spacing: 3.75vw;
        margin: 0;
        position: absolute;
        top: 100%;
        margin-top: -1.45em;
        left: 53.25%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media screen and (min-width:75em) {
    .landing-page-hero .hero-main .text-decoration .heading-top {
        margin-top: -1.4em
    }
}

@media screen and (min-width:150em) {
    .landing-page-hero .hero-main .text-decoration .heading-top {
        letter-spacing: 5.625rem
    }
}

.landing-page-hero .hero-main .text-decoration .heading-top span {
    display: block;
    visibility: hidden
}

.landing-page-hero .hero-main .text-decoration .heading-bottom {
    color: #86753e;
    letter-spacing: 5.5vw;
    text-align: center;
    margin-top: -17vw;
    left: 2.5%;
    visibility: hidden
}

@media print,
screen and (min-width:48em) {
    .landing-page-hero .hero-main .text-decoration .heading-bottom {
        text-align: left;
        letter-spacing: 3.75vw;
        margin: 0;
        position: absolute;
        top: 90%;
        left: 48.5%;
        width: auto
    }
}

@media screen and (min-width:150em) {
    .landing-page-hero .hero-main .text-decoration .heading-bottom {
        letter-spacing: 5.625rem
    }
}

.landing-page-overview {
    position: relative;
    z-index: 7;
    margin: 40px 0
}

@media print,
screen and (min-width:48em) {
    .landing-page-overview {
        margin: 0
    }
}

.landing-page-overview .landing-page-overview-wrapper {
    display: block;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px
}

@media print,
screen and (min-width:48em) {
    .landing-page-overview .landing-page-overview-wrapper {
        padding: 0;
        width: 80%;
        position: relative
    }
}

@media screen and (min-width:120em) {
    .landing-page-overview .landing-page-overview-wrapper {
        max-width: 1600px
    }
}

.landing-page-overview .landing-page-overview-heading {
    padding: 0 0 30px
}

@media print,
screen and (min-width:48em) {
    .landing-page-overview .landing-page-overview-heading {
        position: absolute;
        left: 0;
        bottom: 100%;
        padding: 3vw 0
    }
}

@media print,
screen and (min-width:64em) {
    .landing-page-overview .landing-page-overview-heading {
        padding: 4vw 0
    }
}

@media screen and (min-width:75em) {
    .landing-page-overview .landing-page-overview-heading {
        padding: 5vw 0
    }
}

@media screen and (min-width:150em) {
    .landing-page-overview .landing-page-overview-heading {
        padding: 120px 0
    }
}

.landing-page-overview .landing-page-overview-content-area {
    margin-bottom: 4vw;
    position: relative
}

@media print,
screen and (min-width:48em) {
    .landing-page-overview .landing-page-overview-content-area {
        width: 50%;
        max-width: 500px
    }
}

@media screen and (min-width:150em) {
    .landing-page-overview .landing-page-overview-content-area {
        margin-bottom: 96px
    }
}

@media print,
screen and (min-width:48em) {
    .landing-page-overview .landing-page-overview-content-area .body-content {
        margin-bottom: 5vw
    }
}

@media screen and (min-width:150em) {
    .landing-page-overview .landing-page-overview-content-area .body-content {
        margin-bottom: 120px
    }
}

.landing-page-overview .landing-page-overview-content-area .venue-logo {
    display: block;
    width: 160px;
    height: 160px;
    background-color: #000;
    border-radius: 50%;
    margin: 40px auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (min-width:48em) {
    .landing-page-overview .landing-page-overview-content-area .venue-logo {
        margin: 0;
        width: 22vw;
        height: 22vw;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        position: absolute;
        bottom: 20%;
        left: 50vw
    }
}

@media screen and (min-width:87.5em) {
    .landing-page-overview .landing-page-overview-content-area .venue-logo {
        width: 17vw;
        height: 17vw;
        bottom: 15%;
        left: 50vw
    }
}

@media screen and (min-width:120em) {
    .landing-page-overview .landing-page-overview-content-area .venue-logo {
        bottom: 0
    }
}

@media screen and (min-width:150em) {
    .landing-page-overview .landing-page-overview-content-area .venue-logo {
        left: 1200px;
        width: 408px;
        height: 408px
    }
}

.landing-page-overview .landing-page-overview-content-area .venue-logo img {
    width: 40%;
    height: auto
}

.landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px
}

@media screen and (min-width:28.125em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper {
        margin-bottom: 50px
    }
}

@media screen and (min-width:34.375em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper {
        margin-bottom: 60px
    }
}

@media screen and (min-width:40.625em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper {
        margin-bottom: 80px
    }
}

@media print,
screen and (min-width:48em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper {
        max-width: 570px;
        margin-bottom: 120px;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:75em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper {
        margin-bottom: 140px
    }
}

@media screen and (min-width:87.5em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper {
        margin-bottom: 160px;
        max-width: 800px
    }
}

@media screen and (min-width:112.5em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper {
        margin-bottom: 180px
    }
}

.landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element::-webkit-input-placeholder {
    text-align: center;
    font-size: .5rem;
    text-transform: uppercase;
    font-family: Gotham, sans-serif;
    color: #666;
    letter-spacing: 2.4px;
    line-height: 2.4
}

@media screen and (min-width:28.125em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element::-webkit-input-placeholder {
        font-size: .5625rem
    }
}

@media print,
screen and (min-width:48em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element::-webkit-input-placeholder {
        font-size: .5rem
    }
}

@media screen and (min-width:100em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element::-webkit-input-placeholder {
        font-size: .5625rem
    }
}

@media screen and (min-width:125em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element::-webkit-input-placeholder {
        font-size: .625rem
    }
}

.landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element::-moz-placeholder {
    text-align: center;
    font-size: .5rem;
    text-transform: uppercase;
    font-family: Gotham, sans-serif;
    color: #666;
    letter-spacing: 2.4px;
    line-height: 2.4
}

@media screen and (min-width:28.125em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element::-moz-placeholder {
        font-size: .5625rem
    }
}

@media print,
screen and (min-width:48em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element::-moz-placeholder {
        font-size: .5rem
    }
}

@media screen and (min-width:100em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element::-moz-placeholder {
        font-size: .5625rem
    }
}

@media screen and (min-width:125em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element::-moz-placeholder {
        font-size: .625rem
    }
}

.landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element:-ms-input-placeholder {
    text-align: center;
    font-size: .5rem;
    text-transform: uppercase;
    font-family: Gotham, sans-serif;
    color: #666;
    letter-spacing: 2.4px;
    line-height: 2.4
}

@media screen and (min-width:28.125em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element:-ms-input-placeholder {
        font-size: .5625rem
    }
}

@media print,
screen and (min-width:48em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element:-ms-input-placeholder {
        font-size: .5rem
    }
}

@media screen and (min-width:100em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element:-ms-input-placeholder {
        font-size: .5625rem
    }
}

@media screen and (min-width:125em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element:-ms-input-placeholder {
        font-size: .625rem
    }
}

.landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element:-moz-placeholder {
    text-align: center;
    font-size: .5rem;
    text-transform: uppercase;
    font-family: Gotham, sans-serif;
    color: #666;
    letter-spacing: 2.4px;
    line-height: 2.4
}

@media screen and (min-width:28.125em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element:-moz-placeholder {
        font-size: .5625rem
    }
}

@media print,
screen and (min-width:48em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element:-moz-placeholder {
        font-size: .5rem
    }
}

@media screen and (min-width:100em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element:-moz-placeholder {
        font-size: .5625rem
    }
}

@media screen and (min-width:125em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element:-moz-placeholder {
        font-size: .625rem
    }
}

@media print,
screen and (min-width:48em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element .wpcf7-form div.wpcf7-acceptance-missing,
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element .wpcf7-form div.wpcf7-validation-errors,
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element .wpcf7-form span.wpcf7-not-valid-tip {
        font-size: .75rem;
        letter-spacing: 1px
    }
}

@media screen and (min-width:100em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element .wpcf7-form div.wpcf7-acceptance-missing,
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element .wpcf7-form div.wpcf7-validation-errors,
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element .wpcf7-form span.wpcf7-not-valid-tip {
        font-size: .8125rem
    }
}

@media screen and (min-width:125em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element .wpcf7-form div.wpcf7-acceptance-missing,
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element .wpcf7-form div.wpcf7-validation-errors,
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element .wpcf7-form span.wpcf7-not-valid-tip {
        font-size: .875rem
    }
}

.landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element .wpcf7-form-control-wrap {
    width: 100%
}

.landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element .ajax-loader {
    display: none
}

.landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element input[type=email],
.landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element input[type=text] {
    font-size: 1rem;
    letter-spacing: .7px;
    border-color: #ccc;
    box-shadow: none;
    padding: .7rem 1rem
}

@media print,
screen and (min-width:48em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element input[type=email],
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element input[type=text] {
        font-size: .75rem;
        letter-spacing: 1px
    }
}

@media screen and (min-width:100em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element input[type=email],
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element input[type=text] {
        font-size: .8125rem
    }
}

@media screen and (min-width:125em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element input[type=email],
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element input[type=text] {
        font-size: .875rem
    }
}

.landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element textarea {
    height: 125px
}

@media print,
screen and (min-width:48em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element .email-input,
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element .name-input {
        width: 100%;
        margin-left: auto;
        margin-right: auto
    }
}

.landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element .email-input input,
.landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element .name-input input {
    border-left: none;
    border-top: none;
    border-right: none;
    margin-bottom: 25px
}

@media screen and (min-width:75em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element .email-input input,
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element .name-input input {
        margin-bottom: 30px
    }
}

.landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element .message-input,
.landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element .submit-input {
    width: 100%
}

.landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element .message-input {
    margin-top: 5px;
    margin-bottom: 15px
}

@media screen and (min-width:75em) {
    .landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element .message-input {
        margin-bottom: 35px
    }
}

.landing-page-overview .landing-page-overview-content-area .landing-page-overview-form-wrapper .landing-page-overview-form-element .submit-input input[type=submit] {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0
}

.event-detail-hero {
    position: relative
}

.event-detail-hero .hero-main {
    position: relative;
    overflow: hidden
}

@media print,
screen and (min-width:48em) {
    .event-detail-hero .hero-main {
        background-color: #000
    }
}

@media print,
screen and (min-width:48em) {
    .event-detail-hero .hero-main:after {
        content: '';
        position: absolute;
        width: 30%;
        height: 100%;
        top: 0;
        right: 0;
        background-color: #fff
    }
}

.event-detail-hero .hero-main .hero-content-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 7px
}

@media print,
screen and (min-width:48em) {
    .event-detail-hero .hero-main .hero-content-wrapper {
        padding: 0;
        border: 7px solid #fff;
        background-color: #fff
    }
}

@media print,
screen and (min-width:48em) {
    .event-detail-hero .hero-main .hero-content-wrapper {
        width: 85%;
        margin-left: 5%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-bottom: none
    }
}

@media screen and (min-width:75em) {
    .event-detail-hero .hero-main .hero-content-wrapper {
        width: 86%;
        margin-left: 5.5%
    }
}

@media screen and (min-width:100em) {
    .event-detail-hero .hero-main .hero-content-wrapper {
        width: 87.5%
    }
}

.event-detail-hero .hero-main .event-detail-main-image {
    position: relative;
    width: 100%
}

@media print,
screen and (min-width:48em) {
    .event-detail-hero .hero-main .event-detail-main-image {
        width: calc(52% - 3.5px)
    }
}

.event-detail-hero .hero-main .event-detail-main-image .main-img-bg {
    position: relative;
    background-size: cover;
    background-position: center
}

.event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
    position: absolute;
    left: 0;
    bottom: -6%;
    z-index: 3;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    line-height: .6;
    letter-spacing: 1.25rem
}

.event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
    font-size: 30px
}

@media screen and (min-width:280px) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        font-size: calc(30px + 31 * ((100vw - 280px)/ 169))
    }
}

@media screen and (min-width:449px) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        font-size: 61px
    }
}

@media screen and (min-width:28.125em) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        letter-spacing: 2rem
    }
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        font-size: 48px
    }
}

@media screen and (min-width:28.125em) and (min-width:450px) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        font-size: calc(48px + 34 * ((100vw - 450px)/ 199))
    }
}

@media screen and (min-width:28.125em) and (min-width:649px) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        font-size: 82px
    }
}

@media screen and (min-width:40.625em) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        letter-spacing: 2.875rem
    }
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        font-size: 69px
    }
}

@media screen and (min-width:40.625em) and (min-width:650px) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        font-size: calc(69px + 21 * ((100vw - 650px)/ 117))
    }
}

@media screen and (min-width:40.625em) and (min-width:767px) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        font-size: 90px
    }
}

@media print,
screen and (min-width:48em) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        left: 25%;
        bottom: auto;
        top: 78.5%;
        letter-spacing: 1.75rem
    }
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        font-size: 62px
    }
}

@media screen and (min-width:48em) and (min-width:768px) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        font-size: calc(62px + 32 * ((100vw - 768px)/ 255))
    }
}

@media screen and (min-width:48em) and (min-width:1023px) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        font-size: 94px
    }
}

@media print,
screen and (min-width:64em) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        top: 82%;
        letter-spacing: 2.8125rem
    }
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        font-size: 72px
    }
}

@media screen and (min-width:64em) and (min-width:1024px) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        font-size: calc(72px + 25 * ((100vw - 1024px)/ 175))
    }
}

@media screen and (min-width:64em) and (min-width:1199px) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        font-size: 97px
    }
}

@media screen and (min-width:75em) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        top: 80%;
        letter-spacing: 2.9375rem
    }
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        font-size: 92px
    }
}

@media screen and (min-width:75em) and (min-width:1200px) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        font-size: calc(92px + 53 * ((100vw - 1200px)/ 399))
    }
}

@media screen and (min-width:75em) and (min-width:1599px) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        font-size: 145px
    }
}

@media screen and (min-width:87.5em) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        top: 79%
    }
}

@media screen and (min-width:100em) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        letter-spacing: 3.625rem
    }
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        font-size: 130px
    }
}

@media screen and (min-width:100em) and (min-width:1600px) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        font-size: calc(130px + 42 * ((100vw - 1600px)/ 319))
    }
}

@media screen and (min-width:100em) and (min-width:1919px) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        font-size: 172px
    }
}

@media screen and (min-width:112.5em) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        top: 78%
    }
}

@media screen and (min-width:120em) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        top: 79%;
        letter-spacing: 4.125rem
    }
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        font-size: 162px
    }
}

@media screen and (min-width:120em) and (min-width:1920px) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        font-size: calc(162px + 60 * ((100vw - 1920px)/ 480))
    }
}

@media screen and (min-width:120em) and (min-width:2400px) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration {
        font-size: 222px
    }
}

.event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration .heading-bottom,
.event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration .heading-top {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    visibility: hidden
}

.event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration .heading-top {
    left: 4px;
    margin-bottom: 10%;
    color: #fff;
    text-align: left
}

@media print,
screen and (min-width:48em) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration .heading-top {
        left: 4.5%;
        margin-bottom: 15%
    }
}

@media screen and (min-width:75em) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration .heading-top {
        left: 5.55%;
        margin-bottom: 14.5%
    }
}

@media screen and (min-width:100em) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration .heading-top {
        left: 6.7%
    }
}

.event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration .heading-bottom {
    color: #af9d63;
    right: -11%
}

@media screen and (min-width:31.25em) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration .heading-bottom {
        right: -12.5%
    }
}

@media print,
screen and (min-width:48em) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration .heading-bottom {
        right: -68%
    }
}

@media screen and (min-width:100em) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration .heading-bottom {
        right: -67%
    }
}

@media screen and (min-width:120em) {
    .event-detail-hero .hero-main .event-detail-main-image .main-img-bg .text-decoration .heading-bottom {
        right: -66%
    }
}

.event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address {
    position: relative;
    z-index: 10;
    text-align: center;
    background: #fff;
    padding: 40px;
    width: 250px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .09);
    margin: 45px auto 0
}

@media screen and (min-width:34.375em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address {
        margin-top: 60px
    }
}

@media print,
screen and (min-width:48em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address {
        box-shadow: none;
        width: auto;
        padding: 35px 35px 35px 15px;
        margin-top: 0;
        background-color: transparent;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (min-width:59.375em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address {
        padding: 40px 50px 40px 20px
    }
}

@media print,
screen and (min-width:64em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address {
        padding: 50px 60px 50px 25px
    }
}

@media screen and (min-width:87.5em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address {
        padding: 60px 80px 60px 40px
    }
}

@media screen and (min-width:100em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address {
        padding: 80px 100px 80px 60px
    }
}

@media screen and (min-width:112.5em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address {
        padding: 100px 120px 100px 80px
    }
}

@media screen and (min-width:120em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address {
        padding-left: 100px;
        padding-right: 140px
    }
}

.event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address a {
    color: #000
}

.event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address a:active,
.event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address a:focus,
.event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address a:hover {
    color: #86753e
}

.event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 114px;
    height: 114px;
    background-color: #000;
    border-radius: 50%;
    margin-bottom: 20px;
    visibility: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (min-width:48em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-logo {
        margin: 0;
        width: 56px;
        height: 56px
    }
}

@media screen and (min-width:59.375em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-logo {
        width: 68px;
        height: 68px
    }
}

@media print,
screen and (min-width:64em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-logo {
        width: 76px;
        height: 76px
    }
}

@media screen and (min-width:75em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-logo {
        width: 115px;
        height: 115px
    }
}

@media screen and (min-width:100em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-logo {
        width: 134px;
        height: 134px
    }
}

@media screen and (min-width:112.5em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-logo {
        width: 158px;
        height: 158px
    }
}

.event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-logo img {
    width: 37%;
    height: auto
}

@media print,
screen and (min-width:48em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .contact-info-main-content {
        width: calc(100% - 70px);
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (min-width:59.375em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .contact-info-main-content {
        width: calc(100% - 88px)
    }
}

@media print,
screen and (min-width:64em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .contact-info-main-content {
        width: calc(100% - 96px)
    }
}

@media screen and (min-width:75em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .contact-info-main-content {
        width: calc(100% - 140px)
    }
}

@media screen and (min-width:100em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .contact-info-main-content {
        width: calc(100% - 165px)
    }
}

@media screen and (min-width:112.5em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .contact-info-main-content {
        width: calc(100% - 185px)
    }
}

@media screen and (min-width:120em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .contact-info-main-content {
        max-width: 500px;
        margin-right: auto;
        margin-left: 50px
    }
}

.event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-address {
    font-size: .75rem;
    visibility: hidden
}

@media print,
screen and (min-width:48em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-address {
        width: calc(100% - 110px);
        text-align: left;
        font-size: .625rem
    }
}

@media screen and (min-width:51.5625em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-address {
        width: calc(100% - 130px)
    }
}

@media screen and (min-width:59.375em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-address {
        width: calc(100% - 150px)
    }
}

@media print,
screen and (min-width:64em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-address {
        font-size: .75rem
    }
}

@media screen and (min-width:75em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-address {
        width: calc(100% - 170px)
    }
}

@media screen and (min-width:87.5em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-address {
        width: calc(100% - 200px)
    }
}

@media screen and (min-width:100em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-address {
        font-size: .875rem;
        width: calc(100% - 220px)
    }
}

.event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-address .google-maps-link {
    display: inline-block;
    margin-bottom: 20px
}

@media print,
screen and (min-width:48em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-address .google-maps-link {
        font-size: .625rem;
        margin-bottom: 10px
    }
}

@media screen and (min-width:59.375em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-address .google-maps-link {
        font-size: .6875rem
    }
}

@media print,
screen and (min-width:64em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-address .google-maps-link {
        font-size: .75rem
    }
}

@media screen and (min-width:75em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-address .google-maps-link {
        font-size: .875rem
    }
}

@media screen and (min-width:100em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-address .google-maps-link {
        font-size: 1rem
    }
}

.event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-address .google-maps-link .address,
.event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-address .google-maps-link .city-state-zip {
    display: block;
    line-height: 1.3
}

.event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-phone {
    margin-bottom: 20px
}

@media print,
screen and (min-width:48em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .venue-phone {
        margin: 0
    }
}

.event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .book-cta {
    visibility: hidden
}

@media print,
screen and (min-width:48em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .book-cta {
        width: 100px;
        text-align: left
    }
}

@media screen and (min-width:51.5625em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .book-cta {
        width: 120px
    }
}

@media screen and (min-width:59.375em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .book-cta {
        width: 140px
    }
}

@media screen and (min-width:75em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .book-cta {
        width: 160px
    }
}

@media screen and (min-width:87.5em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .book-cta {
        width: 180px
    }
}

@media screen and (min-width:100em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .book-cta {
        width: 200px
    }
}

.event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .book-cta .button {
    margin-bottom: 0;
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

@media print,
screen and (min-width:48em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .book-cta .button {
        padding-left: .5rem;
        padding-right: .5rem;
        width: 100%;
        font-size: .5rem
    }
}

@media screen and (min-width:51.5625em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .book-cta .button {
        font-size: .5rem
    }
}

@media screen and (min-width:59.375em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .book-cta .button {
        font-size: .625rem
    }
}

@media screen and (min-width:75em) {
    .event-detail-hero .hero-main .event-detail-main-image .contact-info-logo-address .book-cta .button {
        font-size: .75rem
    }
}

.event-detail-hero .hero-main .event-detail-image-right {
    position: relative
}

@media screen and (max-width:47.99875em) {
    .event-detail-hero .hero-main .event-detail-image-right {
        background: 0 0!important
    }
}

@media print,
screen and (min-width:48em) {
    .event-detail-hero .hero-main .event-detail-image-right {
        width: calc(48% - 3.5px);
        display: block;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        margin-left: 7px
    }
}

.event-detail-hero .hero-main .main-img-bg .aspect-ratio-placeholders-wrapper {
    overflow: hidden;
    z-index: 3
}

.event-detail-hero .hero-main .event-detail-image-right {
    overflow: hidden
}

.event-detail-hero .hero-main .event-detail-image-right:before,
.event-detail-hero .hero-main .main-img-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2)
}

.event-detail-hero .hero-main .event-detail-image-right .image-reveal-element,
.event-detail-hero .hero-main .main-img-bg .image-reveal-element {
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 11;
    left: 0;
    bottom: 0
}

.event-detail-hero .hero-social-icons {
    background-color: transparent
}

.event-detail-overview {
    position: relative;
    width: 100%;
    padding-right: 0;
    margin-top: -175px;
    margin-bottom: 60px
}

@media print,
screen and (min-width:48em) {
    .event-detail-overview {
        margin: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-right: 5%
    }
}

@media print,
screen and (min-width:64em) {
    .event-detail-overview {
        padding-right: 10%;
        margin-bottom: 80px
    }
}

@media screen and (min-width:75em) {
    .event-detail-overview {
        margin-bottom: 100px
    }
}

@media screen and (min-width:100em) {
    .event-detail-overview {
        margin-bottom: 120px
    }
}

.event-detail-overview .background-image {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 475px;
    z-index: 1;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .275;
    overflow: hidden
}

@media screen and (min-width:28.125em) {
    .event-detail-overview .background-image {
        height: 550px
    }
}

@media screen and (min-width:34.375em) {
    .event-detail-overview .background-image {
        height: 650px
    }
}

@media print,
screen and (min-width:48em) {
    .event-detail-overview .background-image {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: calc(48.75% + 7px);
        height: 100%
    }
}

@media screen and (min-width:75em) {
    .event-detail-overview .background-image {
        width: calc(49.95% + 7px)
    }
}

@media screen and (min-width:100em) {
    .event-detail-overview .background-image {
        width: calc(50.8% + 7px)
    }
}

@media print,
screen and (min-width:48em) {
    .event-detail-overview .background-image:after {
        content: '';
        background: #fff;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50%;
        height: 50%
    }
}

@media screen and (min-width:87.5em) {
    .event-detail-overview .background-image:after {
        width: 300px
    }
}

.event-detail-overview .event-detail-overview-content-wrapper {
    position: relative;
    margin-top: -140px
}

@media screen and (min-width:28.125em) {
    .event-detail-overview .event-detail-overview-content-wrapper {
        margin-top: -210px
    }
}

@media screen and (min-width:34.375em) {
    .event-detail-overview .event-detail-overview-content-wrapper {
        margin-top: -300px
    }
}

@media print,
screen and (min-width:48em) {
    .event-detail-overview .event-detail-overview-content-wrapper {
        width: 95%;
        margin-left: auto;
        margin-top: 0;
        padding-top: 60px;
        padding-bottom: 60px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media print,
screen and (min-width:64em) {
    .event-detail-overview .event-detail-overview-content-wrapper {
        padding-top: 80px;
        padding-bottom: 80px
    }
}

@media screen and (min-width:75em) {
    .event-detail-overview .event-detail-overview-content-wrapper {
        width: 85%;
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media screen and (min-width:100em) {
    .event-detail-overview .event-detail-overview-content-wrapper {
        padding-top: 140px;
        padding-bottom: 140px
    }
}

.event-detail-overview .event-detail-overview-image {
    position: relative;
    margin-bottom: 20px
}

@media screen and (min-width:34.375em) {
    .event-detail-overview .event-detail-overview-image {
        margin-bottom: 40px
    }
}

@media print,
screen and (min-width:48em) {
    .event-detail-overview .event-detail-overview-image {
        margin-bottom: 0;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        width: 60%
    }
}

@media print,
screen and (min-width:64em) {
    .event-detail-overview .event-detail-overview-image {
        width: 65%
    }
}

.event-detail-overview .event-detail-overview-image .foreground-image {
    position: relative;
    z-index: 3;
    overflow: hidden
}

.event-detail-overview .event-detail-overview-image .foreground-image img {
    width: 95%;
    border: 5px solid #fff;
    border-left-width: 14px
}

@media print,
screen and (min-width:48em) {
    .event-detail-overview .event-detail-overview-image .foreground-image img {
        width: 100%;
        border-left-width: 5px
    }
}

@media print,
screen and (min-width:48em) {
    .event-detail-overview .event-detail-overview-image .foreground-image {
        margin: 0
    }
}

.event-detail-overview .event-detail-overview-content {
    padding-left: 14px;
    padding-right: 14px;
    max-width: 500px;
    margin: 10px auto;
    background: #fff
}

@media print,
screen and (min-width:48em) {
    .event-detail-overview .event-detail-overview-content {
        width: 40%;
        padding-left: 30px;
        padding-right: 0
    }
}

@media print,
screen and (min-width:64em) {
    .event-detail-overview .event-detail-overview-content {
        width: 35%;
        padding-left: 50px
    }
}

@media screen and (min-width:87.5em) {
    .event-detail-overview .event-detail-overview-content {
        padding-left: 70px
    }
}

.event-detail-overview .event-detail-overview-content .event-detail-overview-heading {
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 2;
    background-color: #fff;
    padding: 30px 30px 30px 14px
}

@media print,
screen and (min-width:48em) {
    .event-detail-overview .event-detail-overview-content .event-detail-overview-heading {
        position: relative;
        display: block;
        margin-bottom: 20px;
        padding: 0
    }
}

.event-detail-cta-section {
    margin-bottom: 90px
}

@media print,
screen and (min-width:48em) {
    .event-detail-cta-section {
        margin-bottom: 100px
    }
}

@media print,
screen and (min-width:64em) {
    .event-detail-cta-section {
        margin-bottom: 120px
    }
}

@media screen and (min-width:87.5em) {
    .event-detail-cta-section {
        margin-bottom: 140px
    }
}

.event-detail-cta-section .event-detail-cta-content-area {
    width: 100%;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    padding-left: 14px;
    padding-right: 14px;
    text-align: center
}

@media print,
screen and (min-width:48em) {
    .event-detail-cta-section .event-detail-cta-content-area {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 30px;
        padding-right: 30px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.event-detail-cta-section .event-detail-cta-content-area .body-content {
    font-weight: 500;
    letter-spacing: 1px
}

@media print,
screen and (min-width:48em) {
    .event-detail-cta-section .event-detail-cta-content-area .body-content {
        width: calc(100% - 135px);
        max-width: 450px
    }
}

.event-detail-cta-section .event-detail-cta-content-area .body-content p {
    line-height: 2.1;
    margin: 30px auto;
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: 1px
}

@media screen and (min-width:100em) {
    .event-detail-cta-section .event-detail-cta-content-area .body-content p {
        font-size: .875rem;
        line-height: 2.25
    }
}

.event-detail-cta-section .event-detail-cta-content-area .body-content p:last-child {
    margin-bottom: 0
}

.event-detail-map {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    padding-left: 14px;
    padding-right: 14px;
    max-width: 1000px
}

@media print,
screen and (min-width:48em) {
    .event-detail-map {
        margin-bottom: 100px
    }
}

@media print,
screen and (min-width:64em) {
    .event-detail-map {
        margin-bottom: 120px
    }
}

@media screen and (min-width:75em) {
    .event-detail-map {
        margin-bottom: 140px
    }
}

@media screen and (min-width:87.5em) {
    .event-detail-map {
        margin-bottom: 160px
    }
}

@media screen and (min-width:125em) {
    .event-detail-map {
        max-width: 1100px
    }
}

.event-detail-map .event-detail-map-main-content {
    position: relative;
    width: 100%;
    padding-top: 75px
}

@media screen and (min-width:31.25em) {
    .event-detail-map .event-detail-map-main-content {
        padding-top: 90px
    }
}

@media print,
screen and (min-width:48em) {
    .event-detail-map .event-detail-map-main-content {
        padding-top: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.event-detail-map .event-detail-map-image {
    margin-bottom: 40px;
    position: relative;
    overflow: hidden
}

@media print,
screen and (min-width:48em) {
    .event-detail-map .event-detail-map-image {
        margin-bottom: 0;
        width: calc(100% - 400px)
    }
}

@media screen and (min-width:75em) {
    .event-detail-map .event-detail-map-image {
        width: calc(100% - 440px)
    }
}

.event-detail-map .event-detail-map-image img {
    display: block;
    width: 450px;
    margin-left: auto;
    margin-right: auto
}

@media print,
screen and (min-width:48em) {
    .event-detail-map .event-detail-map-image img {
        width: 100%
    }
}

.event-detail-map .map-content-wrapper {
    width: 100%;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0;
    text-align: center
}

@media print,
screen and (min-width:48em) {
    .event-detail-map .map-content-wrapper {
        text-align: left;
        width: 300px;
        padding-top: 20px
    }
}

.event-detail-map .map-content-wrapper .event-detail-map-header {
    margin-bottom: 40px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto
}

.event-detail-map .map-content-wrapper .event-detail-map-header .styled-title-heading {
    position: absolute;
    top: 0
}

@media print,
screen and (min-width:48em) {
    .event-detail-map .map-content-wrapper .event-detail-map-header .styled-title-heading {
        position: relative
    }
}

.event-detail-map .map-content-wrapper .body-content {
    margin-bottom: 30px
}

.event-detail-map .map-content-wrapper .body-content p:last-child {
    margin-bottom: 0
}

.generic-page-hero {
    position: relative;
    margin-bottom: 30px
}

@media screen and (min-width:31.25em) {
    .generic-page-hero {
        margin-bottom: 40px
    }
}

@media print,
screen and (min-width:48em) {
    .generic-page-hero {
        margin-bottom: 60px
    }
}

@media print,
screen and (min-width:64em) {
    .generic-page-hero {
        margin-bottom: 80px
    }
}

@media screen and (min-width:75em) {
    .generic-page-hero {
        margin-bottom: 100px
    }
}

@media screen and (min-width:87.5em) {
    .generic-page-hero {
        margin-bottom: 120px
    }
}

@media screen and (min-width:120em) {
    .generic-page-hero {
        margin-bottom: 140px
    }
}

@media screen and (min-width:150em) {
    .generic-page-hero {
        margin-bottom: 160px
    }
}

.generic-page-hero .hero-main {
    position: relative;
    overflow: hidden;
    background-color: #000
}

.generic-page-hero .hero-main .hero-content-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    height: 100%;
    border: 7px solid #fff;
    border-bottom: none;
    background-color: #fff
}

@media print,
screen and (min-width:48em) {
    .generic-page-hero .hero-main .hero-content-wrapper {
        width: 85%;
        margin-left: 5%
    }
}

@media screen and (min-width:75em) {
    .generic-page-hero .hero-main .hero-content-wrapper {
        width: 86%;
        margin-left: 5.5%
    }
}

@media (min-width:1600px) {
    .generic-page-hero .hero-main .hero-content-wrapper {
        width: 87.5%
    }
}

.generic-page-hero .hero-main .generic-main-image,
.generic-page-hero .hero-main .generic-side-image {
    background-color: #333;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative
}

.generic-page-hero .hero-main .generic-main-image .image-reveal-element,
.generic-page-hero .hero-main .generic-side-image .image-reveal-element {
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4
}

.generic-page-hero .hero-main .generic-main-image {
    position: relative;
    width: 100%;
    height: 200px
}

@media screen and (min-width:28.125em) {
    .generic-page-hero .hero-main .generic-main-image {
        height: 250px
    }
}

@media screen and (min-width:37.5em) {
    .generic-page-hero .hero-main .generic-main-image {
        height: 300px
    }
}

@media screen and (min-width:43.75em) {
    .generic-page-hero .hero-main .generic-main-image {
        height: 350px
    }
}

@media print,
screen and (min-width:48em) {
    .generic-page-hero .hero-main .generic-main-image {
        position: absolute;
        top: 0;
        right: 0;
        width: calc(70% - 3.5px);
        height: 77%
    }
}

@media screen and (min-width:75em) {
    .generic-page-hero .hero-main .generic-main-image {
        width: calc(75% - 3.5px)
    }
}

.generic-page-hero .hero-main .generic-main-image h1.text-decoration {
    position: absolute;
    left: 8px;
    bottom: 0;
    margin: 0;
    width: 100%;
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    letter-spacing: 20px;
    line-height: .55;
    text-transform: uppercase;
    text-align: center
}

.generic-page-hero .hero-main .generic-main-image h1.text-decoration {
    font-size: 27px
}

@media screen and (min-width:280px) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: calc(27px + 27 * ((100vw - 280px)/ 119))
    }
}

@media screen and (min-width:399px) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: 54px
    }
}

@media screen and (min-width:20em) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        bottom: -3px
    }
}

@media screen and (min-width:25em) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        letter-spacing: 25px
    }
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: 46px
    }
}

@media screen and (min-width:25em) and (min-width:400px) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: calc(46px + 44 * ((100vw - 400px)/ 199))
    }
}

@media screen and (min-width:25em) and (min-width:599px) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: 90px
    }
}

@media screen and (min-width:34.375em) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        bottom: -6px
    }
}

@media screen and (min-width:37.5em) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        letter-spacing: 36px
    }
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: 74px
    }
}

@media screen and (min-width:37.5em) and (min-width:600px) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: calc(74px + 38 * ((100vw - 600px)/ 167))
    }
}

@media screen and (min-width:37.5em) and (min-width:767px) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: 112px
    }
}

@media screen and (min-width:43.75em) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        bottom: -10px
    }
}

@media print,
screen and (min-width:48em) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        bottom: -2px;
        letter-spacing: 26px
    }
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: 58px
    }
}

@media screen and (min-width:48em) and (min-width:768px) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: calc(58px + 34 * ((100vw - 768px)/ 255))
    }
}

@media screen and (min-width:48em) and (min-width:1023px) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: 92px
    }
}

@media print,
screen and (min-width:64em) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        letter-spacing: 35px
    }
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: 78px
    }
}

@media screen and (min-width:64em) and (min-width:1024px) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: calc(78px + 22 * ((100vw - 1024px)/ 175))
    }
}

@media screen and (min-width:64em) and (min-width:1199px) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: 100px
    }
}

@media screen and (min-width:75em) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        bottom: -4px;
        letter-spacing: 47px
    }
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: 98px
    }
}

@media screen and (min-width:75em) and (min-width:1200px) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: calc(98px + 28 * ((100vw - 1200px)/ 199))
    }
}

@media screen and (min-width:75em) and (min-width:1399px) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: 126px
    }
}

@media screen and (min-width:87.5em) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        letter-spacing: 64px
    }
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: 103px
    }
}

@media screen and (min-width:87.5em) and (min-width:1400px) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: calc(103px + 29 * ((100vw - 1400px)/ 199))
    }
}

@media screen and (min-width:87.5em) and (min-width:1599px) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: 132px
    }
}

@media screen and (min-width:100em) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        bottom: -8px;
        letter-spacing: 74px
    }
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: 122px
    }
}

@media screen and (min-width:100em) and (min-width:1600px) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: calc(122px + 29 * ((100vw - 1600px)/ 199))
    }
}

@media screen and (min-width:100em) and (min-width:1799px) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: 151px
    }
}

@media screen and (min-width:112.5em) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        letter-spacing: 84px
    }
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: 138px
    }
}

@media screen and (min-width:112.5em) and (min-width:1800px) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: calc(138px + 16 * ((100vw - 1800px)/ 120))
    }
}

@media screen and (min-width:112.5em) and (min-width:1920px) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: 154px
    }
}

@media screen and (min-width:120em) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        letter-spacing: 6rem
    }
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: 139px
    }
}

@media screen and (min-width:120em) and (min-width:1920px) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: calc(139px + 65 * ((100vw - 1920px)/ 480))
    }
}

@media screen and (min-width:120em) and (min-width:2400px) {
    .generic-page-hero .hero-main .generic-main-image h1.text-decoration {
        font-size: 204px
    }
}

.generic-page-hero .hero-main .generic-main-image h1.text-decoration span {
    display: block
}

.generic-page-hero .hero-main .generic-side-image {
    display: none
}

@media print,
screen and (min-width:48em) {
    .generic-page-hero .hero-main .generic-side-image {
        display: block;
        width: calc(30% - 3.5px);
        height: 300px
    }
}

@media screen and (min-width:53.125em) {
    .generic-page-hero .hero-main .generic-side-image {
        height: 325px
    }
}

@media screen and (min-width:59.375em) {
    .generic-page-hero .hero-main .generic-side-image {
        height: 350px
    }
}

@media print,
screen and (min-width:64em) {
    .generic-page-hero .hero-main .generic-side-image {
        height: 375px
    }
}

@media screen and (min-width:71.875em) {
    .generic-page-hero .hero-main .generic-side-image {
        height: 425px
    }
}

@media screen and (min-width:75em) {
    .generic-page-hero .hero-main .generic-side-image {
        width: calc(25% - 3.5px);
        height: 450px
    }
}

@media screen and (min-width:81.25em) {
    .generic-page-hero .hero-main .generic-side-image {
        height: 475px
    }
}

@media screen and (min-width:87.5em) {
    .generic-page-hero .hero-main .generic-side-image {
        height: 500px
    }
}

@media screen and (min-width:100em) {
    .generic-page-hero .hero-main .generic-side-image {
        height: 550px
    }
}

@media screen and (min-width:112.5em) {
    .generic-page-hero .hero-main .generic-side-image {
        height: 650px
    }
}

@media screen and (min-width:120em) {
    .generic-page-hero .hero-main .generic-side-image {
        height: 675px
    }
}

@media screen and (min-width:137.5em) {
    .generic-page-hero .hero-main .generic-side-image {
        height: 750px
    }
}

@media screen and (min-width:150em) {
    .generic-page-hero .hero-main .generic-side-image {
        height: 800px
    }
}

.generic-page-sections .generic-section {
    margin-bottom: 20px
}

@media screen and (min-width:31.25em) {
    .generic-page-sections .generic-section {
        margin-bottom: 40px
    }
}

@media print,
screen and (min-width:48em) {
    .generic-page-sections .generic-section {
        margin-bottom: 60px
    }
}

@media print,
screen and (min-width:64em) {
    .generic-page-sections .generic-section {
        margin-bottom: 80px
    }
}

@media screen and (min-width:75em) {
    .generic-page-sections .generic-section {
        margin-bottom: 100px
    }
}

@media screen and (min-width:87.5em) {
    .generic-page-sections .generic-section {
        margin-bottom: 120px
    }
}

.generic-page-sections .grid-container {
    padding-left: 0;
    padding-right: 0
}

.generic-page-sections .generic-page-section-type-1 .grid-x {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.generic-page-sections .generic-page-section-type-1 .type-1-main-content-area {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

@media print,
screen and (min-width:48em) {
    .generic-page-sections .generic-page-section-type-1 .type-1-main-content-area {
        width: calc(83.33333% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media print,
screen and (min-width:64em) {
    .generic-page-sections .generic-page-section-type-1 .type-1-main-content-area {
        width: calc(66.66667% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (min-width:100em) {
    .generic-page-sections .generic-page-section-type-1 .type-1-main-content-area {
        width: calc(50% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem
    }
}

@media screen and (min-width:137.5em) {
    .generic-page-sections .generic-page-section-type-1 .type-1-main-content-area {
        width: calc(66.66667% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem
    }
}

@media screen and (min-width:31.25em) {
    .generic-page-sections .generic-page-section-type-2 {
        padding-left: 12px;
        padding-right: 12px
    }
}

@media screen and (min-width:31.25em) {
    .generic-page-sections .generic-page-section-type-2 .grid-x {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media print,
screen and (min-width:48em) {
    .generic-page-sections .generic-page-section-type-2 .grid-x {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media screen and (min-width:31.25em) {
    .generic-page-sections .generic-page-section-type-2.section-image-right .grid-x {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media print,
screen and (min-width:64em) {
    .generic-page-sections .generic-page-section-type-2.section-image-right .type-2-main-content-area {
        padding-right: 40px;
        padding-left: 0
    }
}

@media screen and (min-width:100em) {
    .generic-page-sections .generic-page-section-type-2.section-image-right .type-2-main-content-area {
        padding-right: 80px;
        padding-left: 0
    }
}

.generic-page-sections .generic-page-section-type-2 .type-2-image {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    width: 100%
}

@media screen and (min-width:31.25em) {
    .generic-page-sections .generic-page-section-type-2 .type-2-image {
        width: calc(50% - 10px);
        margin-left: 0;
        margin-right: 0
    }
}

@media print,
screen and (min-width:48em) {
    .generic-page-sections .generic-page-section-type-2 .type-2-image {
        width: calc(41.66667% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:64em) {
    .generic-page-sections .generic-page-section-type-2 .type-2-image {
        width: calc(33.33333% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (min-width:100em) {
    .generic-page-sections .generic-page-section-type-2 .type-2-image {
        width: calc(25% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem
    }
}

@media screen and (min-width:137.5em) {
    .generic-page-sections .generic-page-section-type-2 .type-2-image {
        width: calc(33.33333% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem
    }
}

.generic-page-sections .generic-page-section-type-2 .type-2-image:before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: -5px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #86753e
}

@media print,
screen and (min-width:64em) {
    .generic-page-sections .generic-page-section-type-2 .type-2-image:before {
        top: 7px;
        left: -7px
    }
}

.generic-page-sections .generic-page-section-type-2 .type-2-image img {
    position: relative;
    z-index: 3;
    width: 100%
}

.generic-page-sections .generic-page-section-type-2 .type-2-image .image-reveal-wrapper {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    z-index: 4;
    width: calc(100% + 10px);
    height: calc(100% + 10px)
}

.generic-page-sections .generic-page-section-type-2 .type-2-main-content-area {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px
}

@media screen and (min-width:31.25em) {
    .generic-page-sections .generic-page-section-type-2 .type-2-main-content-area {
        width: calc(50% - 10px);
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:48em) {
    .generic-page-sections .generic-page-section-type-2 .type-2-main-content-area {
        width: calc(41.66667% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        padding-left: 0;
        padding-right: 0
    }
}

@media print,
screen and (min-width:64em) {
    .generic-page-sections .generic-page-section-type-2 .type-2-main-content-area {
        width: calc(33.33333% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        padding-left: 40px
    }
}

@media screen and (min-width:100em) {
    .generic-page-sections .generic-page-section-type-2 .type-2-main-content-area {
        width: calc(25% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem;
        padding-left: 80px
    }
}

@media screen and (min-width:137.5em) {
    .generic-page-sections .generic-page-section-type-2 .type-2-main-content-area {
        width: calc(33.33333% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem;
        padding-left: 120px
    }
}

.generic-page-sections .generic-page-section-type-2 .type-2-main-content-area .styled-title-heading {
    margin-bottom: 20px
}

@media print,
screen and (min-width:48em) {
    .generic-page-sections .generic-page-section-type-2 .type-2-main-content-area .styled-title-heading {
        margin-bottom: 30px
    }
}

@media print,
screen and (min-width:64em) {
    .generic-page-sections .generic-page-section-type-2 .type-2-main-content-area .styled-title-heading {
        margin-bottom: 40px
    }
}

@media screen and (min-width:75em) {
    .generic-page-sections .generic-page-section-type-2 .type-2-main-content-area .styled-title-heading {
        margin-bottom: 50px
    }
}

.generic-page-sections .generic-page-section-type-2 .type-2-main-content-area .type-2-body-content p:last-child {
    margin-bottom: 0
}

.generic-page-sections .generic-page-section-type-2 .type-2-main-content-area .type-2-cta-area {
    margin-top: 20px
}

.generic-page-sections .generic-page-section-type-2 .type-2-main-content-area .type-2-cta-area .button {
    margin-bottom: 0
}

.generic-page-sections .generic-page-section-type-3 {
    position: relative
}

@media print,
screen and (min-width:48em) {
    .generic-page-sections .generic-page-section-type-3 {
        padding-top: 40px
    }
}

@media screen and (min-width:56.25em) {
    .generic-page-sections .generic-page-section-type-3 {
        padding-top: 100px
    }
}

@media print,
screen and (min-width:64em) {
    .generic-page-sections .generic-page-section-type-3 {
        padding-top: 160px
    }
}

@media screen and (min-width:120em) {
    .generic-page-sections .generic-page-section-type-3 {
        padding-top: 200px
    }
}

.generic-page-sections .generic-page-section-type-3 .grid-x {
    position: relative;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print,
screen and (min-width:48em) {
    .generic-page-sections .generic-page-section-type-3 .grid-x {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.generic-page-sections .generic-page-section-type-3.section-image-right {
    padding-bottom: 60px
}

@media print,
screen and (min-width:48em) {
    .generic-page-sections .generic-page-section-type-3.section-image-right .grid-x {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.generic-page-sections .generic-page-section-type-3.section-image-right .type-3-image {
    position: absolute;
    margin-bottom: 0;
    bottom: -40px;
    right: 0;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    border-bottom: none;
    border-right: none
}

@media print,
screen and (min-width:48em) {
    .generic-page-sections .generic-page-section-type-3.section-image-right .type-3-image {
        position: relative;
        top: 0;
        right: 0;
        border: none
    }
}

@media print,
screen and (min-width:48em) {
    .generic-page-sections .generic-page-section-type-3.section-image-right .type-3-image .image {
        left: -50px;
        border-right: 5px solid #fff;
        border-left: none
    }
}

@media screen and (min-width:56.25em) {
    .generic-page-sections .generic-page-section-type-3.section-image-right .type-3-image .image {
        left: -70px
    }
}

@media screen and (min-width:75em) {
    .generic-page-sections .generic-page-section-type-3.section-image-right .type-3-image .image {
        border-width: 8px
    }
}

@media screen and (min-width:100em) {
    .generic-page-sections .generic-page-section-type-3.section-image-right .type-3-image .image {
        left: -90px
    }
}

.generic-page-sections .generic-page-section-type-3 .type-3-image-bg {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    overflow: hidden
}

@media screen and (min-width:28.125em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-image-bg {
        height: 300px
    }
}

@media screen and (min-width:31.25em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-image-bg {
        height: 350px
    }
}

@media screen and (min-width:37.5em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-image-bg {
        height: 400px
    }
}

@media screen and (min-width:43.75em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-image-bg {
        height: 450px
    }
}

@media print,
screen and (min-width:48em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-image-bg {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        background-size: auto 100%;
        background-position: center left;
        background-repeat: repeat
    }
}

.generic-page-sections .generic-page-section-type-3 .type-3-image {
    position: relative;
    z-index: 5;
    width: 50%;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
    margin-bottom: -35%
}

@media print,
screen and (min-width:48em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-image {
        width: calc(33.33333% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        margin-bottom: 0;
        border: none
    }
}

@media screen and (min-width:100em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-image {
        width: calc(25% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem;
        max-width: 500px
    }
}

.generic-page-sections .generic-page-section-type-3 .type-3-image .image {
    width: 100%;
    overflow: hidden
}

@media print,
screen and (min-width:48em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-image .image {
        position: absolute;
        top: -30px;
        right: -50px;
        border-left: 5px solid #fff;
        border-bottom: 5px solid #fff
    }
}

@media screen and (min-width:56.25em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-image .image {
        top: -80px;
        right: -70px
    }
}

@media print,
screen and (min-width:64em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-image .image {
        top: -140px
    }
}

@media screen and (min-width:75em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-image .image {
        border-width: 8px
    }
}

@media screen and (min-width:100em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-image .image {
        right: -90px
    }
}

@media screen and (min-width:120em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-image .image {
        top: -180px
    }
}

.generic-page-sections .generic-page-section-type-3 .type-3-image .image img {
    width: 100%
}

.generic-page-sections .generic-page-section-type-3 .type-3-main-content-area {
    position: relative;
    z-index: 4;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    background-color: #fff
}

@media screen and (min-width:28.125em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-main-content-area {
        margin-bottom: 40px
    }
}

@media print,
screen and (min-width:48em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-main-content-area {
        width: calc(50% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        margin-bottom: 0;
        padding-left: 60px;
        padding-right: 60px;
        padding-bottom: 80px
    }
}

@media screen and (min-width:56.25em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-main-content-area {
        padding-bottom: 120px;
        padding-left: 80px;
        padding-right: 80px
    }
}

@media print,
screen and (min-width:64em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-main-content-area {
        padding-left: 100px;
        padding-right: 100px
    }
}

@media screen and (min-width:75em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-main-content-area {
        width: calc(41.66667% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (min-width:87.5em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-main-content-area {
        padding-left: 120px;
        padding-right: 120px;
        padding-bottom: 160px
    }
}

@media screen and (min-width:100em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-main-content-area {
        width: calc(33.33333% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem;
        padding-left: 100px;
        padding-right: 100px;
        padding-bottom: 100px
    }
}

@media screen and (min-width:112.5em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-main-content-area {
        padding-left: 120px;
        padding-right: 120px;
        padding-bottom: 120px
    }
}

@media screen and (min-width:120em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-main-content-area {
        padding-left: 140px;
        padding-right: 140px;
        padding-bottom: 140px
    }
}

@media screen and (min-width:137.5em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-main-content-area {
        width: calc(41.66667% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem;
        max-width: 900px
    }
}

.generic-page-sections .generic-page-section-type-3 .type-3-main-content-area .styled-title-heading {
    margin-bottom: 20px
}

@media print,
screen and (min-width:48em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-main-content-area .styled-title-heading {
        margin-bottom: 30px
    }
}

@media print,
screen and (min-width:64em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-main-content-area .styled-title-heading {
        margin-bottom: 40px
    }
}

@media screen and (min-width:75em) {
    .generic-page-sections .generic-page-section-type-3 .type-3-main-content-area .styled-title-heading {
        margin-bottom: 50px
    }
}

.generic-page-sections .generic-page-section-type-3 .type-3-main-content-area .type-3-body-content p:last-child {
    margin-bottom: 0
}

@media print,
screen and (min-width:48em) {
    .generic-page-sections .generic-page-section-type-4 .grid-x {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.generic-page-sections .generic-page-section-type-4 .type-4-heading {
    width: 100%;
    position: relative;
    padding-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px
}

@media print,
screen and (min-width:48em) {
    .generic-page-sections .generic-page-section-type-4 .type-4-heading {
        width: calc(83.33333% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 60px;
        margin-bottom: 40px
    }
}

@media print,
screen and (min-width:64em) {
    .generic-page-sections .generic-page-section-type-4 .type-4-heading {
        width: calc(66.66667% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        padding-top: 80px;
        padding-left: 80px;
        padding-right: 80px;
        margin-bottom: 60px
    }
}

@media screen and (min-width:75em) {
    .generic-page-sections .generic-page-section-type-4 .type-4-heading {
        padding-top: 100px
    }
}

@media screen and (min-width:100em) {
    .generic-page-sections .generic-page-section-type-4 .type-4-heading {
        width: calc(50% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem;
        margin-left: auto;
        margin-right: auto
    }
}

@media screen and (min-width:137.5em) {
    .generic-page-sections .generic-page-section-type-4 .type-4-heading {
        width: calc(66.66667% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem
    }
}

.generic-page-sections .generic-page-section-type-4 .type-4-heading h2 {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 1rem;
    color: #86753e;
    font-weight: 800;
    margin-bottom: 0
}

@media print,
screen and (min-width:48em) {
    .generic-page-sections .generic-page-section-type-4 .type-4-heading h2 {
        font-size: 1.25rem
    }
}

@media screen and (min-width:75em) {
    .generic-page-sections .generic-page-section-type-4 .type-4-heading h2 {
        font-size: 1.5rem
    }
}

@media screen and (min-width:100em) {
    .generic-page-sections .generic-page-section-type-4 .type-4-heading h2 {
        font-size: 2rem
    }
}

.generic-page-sections .generic-page-section-type-4 .type-4-heading .type-4-text-decoration {
    display: block;
    position: absolute;
    top: -10px;
    left: -4px;
    width: 100%;
    text-align: center;
    color: #ccc;
    font-weight: 800;
    opacity: .15
}

.generic-page-sections .generic-page-section-type-4 .type-4-heading .type-4-text-decoration {
    font-size: 66px
}

@media screen and (min-width:280px) {
    .generic-page-sections .generic-page-section-type-4 .type-4-heading .type-4-text-decoration {
        font-size: calc(66px + 106 * ((100vw - 280px)/ 919))
    }
}

@media screen and (min-width:1199px) {
    .generic-page-sections .generic-page-section-type-4 .type-4-heading .type-4-text-decoration {
        font-size: 172px
    }
}

@media screen and (min-width:37.5em) {
    .generic-page-sections .generic-page-section-type-4 .type-4-heading .type-4-text-decoration {
        top: -40px
    }
}

@media screen and (min-width:75em) {
    .generic-page-sections .generic-page-section-type-4 .type-4-heading .type-4-text-decoration {
        font-size: 172px
    }
}

@media screen and (min-width:75em) and (min-width:1200px) {
    .generic-page-sections .generic-page-section-type-4 .type-4-heading .type-4-text-decoration {
        font-size: calc(172px + 20 * ((100vw - 1200px)/ 399))
    }
}

@media screen and (min-width:75em) and (min-width:1599px) {
    .generic-page-sections .generic-page-section-type-4 .type-4-heading .type-4-text-decoration {
        font-size: 192px
    }
}

@media screen and (min-width:100em) {
    .generic-page-sections .generic-page-section-type-4 .type-4-heading .type-4-text-decoration {
        font-size: 188px
    }
}

@media screen and (min-width:100em) and (min-width:1600px) {
    .generic-page-sections .generic-page-section-type-4 .type-4-heading .type-4-text-decoration {
        font-size: calc(188px + 46 * ((100vw - 1600px)/ 800))
    }
}

@media screen and (min-width:100em) and (min-width:2400px) {
    .generic-page-sections .generic-page-section-type-4 .type-4-heading .type-4-text-decoration {
        font-size: 234px
    }
}

@media screen and (min-width:120em) {
    .generic-page-sections .generic-page-section-type-4 .type-4-heading .type-4-text-decoration {
        top: -70px
    }
}

.generic-page-sections .generic-page-section-type-4 .type-4-main-content-area {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center
}

@media screen and (min-width:37.5em) {
    .generic-page-sections .generic-page-section-type-4 .type-4-main-content-area {
        text-align: left;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media print,
screen and (min-width:48em) {
    .generic-page-sections .generic-page-section-type-4 .type-4-main-content-area {
        width: calc(83.33333% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        padding-left: 0;
        padding-right: 0
    }
}

@media print,
screen and (min-width:64em) {
    .generic-page-sections .generic-page-section-type-4 .type-4-main-content-area {
        width: calc(66.66667% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (min-width:100em) {
    .generic-page-sections .generic-page-section-type-4 .type-4-main-content-area {
        width: calc(50% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem;
        max-width: 980px
    }
}

@media screen and (min-width:137.5em) {
    .generic-page-sections .generic-page-section-type-4 .type-4-main-content-area {
        width: calc(66.66667% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem;
        max-width: 1200px
    }
}

.generic-page-sections .generic-page-section-type-4 .type-4-main-content-area .main-content-left,
.generic-page-sections .generic-page-section-type-4 .type-4-main-content-area .main-content-right {
    width: 100%
}

@media screen and (min-width:37.5em) {
    .generic-page-sections .generic-page-section-type-4 .type-4-main-content-area .main-content-left,
    .generic-page-sections .generic-page-section-type-4 .type-4-main-content-area .main-content-right {
        width: calc(50% - 10px)
    }
}

.generic-page-sections .generic-page-section-type-5 .grid-x {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.generic-page-sections .generic-page-section-type-5 .type-5-main-content-area {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

@media print,
screen and (min-width:48em) {
    .generic-page-sections .generic-page-section-type-5 .type-5-main-content-area {
        width: calc(83.33333% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem;
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

@media print,
screen and (min-width:64em) {
    .generic-page-sections .generic-page-section-type-5 .type-5-main-content-area {
        width: calc(66.66667% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }
}

@media screen and (min-width:100em) {
    .generic-page-sections .generic-page-section-type-5 .type-5-main-content-area {
        width: calc(50% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem
    }
}

@media screen and (min-width:137.5em) {
    .generic-page-sections .generic-page-section-type-5 .type-5-main-content-area {
        width: calc(66.66667% - 1.25rem);
        margin-right: .625rem;
        margin-left: .625rem
    }
}

.page-template-contact-page .location-map-contact-form-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print,
screen and (min-width:48em) {
    .page-template-contact-page .location-map-contact-form-wrap {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media print,
screen and (min-width:48em) {
    .page-template-contact-page .stk-locations-map .locations-map-header {
        width: 100%;
        background-color: transparent
    }
}

@media print,
screen and (min-width:48em) {
    .page-template-contact-page .stk-locations-map .locations-map-header .map-header-title {
        position: absolute;
        bottom: calc(100% + 30px);
        left: 200px
    }
}

@media print,
screen and (min-width:64em) {
    .page-template-contact-page .stk-locations-map .locations-map-header .map-header-title {
        left: 230px
    }
}

@media screen and (min-width:75em) {
    .page-template-contact-page .stk-locations-map .locations-map-header .map-header-title {
        left: 260px
    }
}

@media screen and (min-width:100em) {
    .page-template-contact-page .stk-locations-map .locations-map-header .map-header-title {
        left: 300px;
        bottom: calc(100% + 40px)
    }
}

@media screen and (min-width:120em) {
    .page-template-contact-page .stk-locations-map .locations-map-header .map-header-title {
        left: 340px;
        bottom: calc(100% + 50px)
    }
}

.contact-page-hero {
    position: relative
}

.contact-page-hero .hero-main {
    position: relative;
    overflow: hidden;
    background-color: #000
}

.contact-page-hero .hero-main .hero-content-wrapper {
    position: relative;
    z-index: 3;
    width: 100%;
    border: 7px solid #fff;
    background-color: #fff;
    padding-bottom: 30px
}

@media print,
screen and (min-width:48em) {
    .contact-page-hero .hero-main .hero-content-wrapper {
        width: 85%;
        padding-bottom: 60px;
        margin-left: 5%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (min-width:75em) {
    .contact-page-hero .hero-main .hero-content-wrapper {
        width: 86%;
        margin-left: 5.5%
    }
}

@media screen and (min-width:87.5em) {
    .contact-page-hero .hero-main .hero-content-wrapper {
        padding-bottom: 80px
    }
}

@media screen and (min-width:100em) {
    .contact-page-hero .hero-main .hero-content-wrapper {
        width: 87.5%
    }
}

@media screen and (min-width:112.5em) {
    .contact-page-hero .hero-main .hero-content-wrapper {
        padding-bottom: 90px
    }
}

.contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map,
.contact-page-hero .hero-main .hero-content-wrapper .hero-main-image {
    overflow: hidden
}

.contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map .image-reveal-element,
.contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .image-reveal-element {
    display: block;
    background: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4
}

.contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map {
    display: none
}

@media print,
screen and (min-width:48em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: calc(30% - 3.5px);
        height: 225px;
        background-color: #111
    }
}

@media screen and (min-width:56.25em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map {
        height: 275px
    }
}

@media print,
screen and (min-width:64em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map {
        height: 325px
    }
}

@media screen and (min-width:75em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map {
        height: 375px
    }
}

@media screen and (min-width:87.5em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map {
        height: 425px
    }
}

@media screen and (min-width:100em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map {
        height: 475px
    }
}

@media screen and (min-width:112.5em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map {
        height: 525px
    }
}

@media screen and (min-width:120em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map {
        height: 550px
    }
}

@media screen and (min-width:137.5em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map {
        height: 575px
    }
}

@media screen and (min-width:150em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map {
        height: 600px
    }
}

.contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map a .expand-icon {
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 2
}

@media print,
screen and (min-width:64em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map a .expand-icon {
        top: 15px;
        left: 20px
    }
}

.contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map a .expand-icon img {
    width: 12px
}

@media print,
screen and (min-width:64em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map a .expand-icon img {
        width: 20px
    }
}

.contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map a .pulse-dot {
    position: relative;
    display: inline-block;
    width: 26px;
    height: 26px;
    background-color: #86753e;
    border-radius: 50%;
    transition: opacity .35s ease
}

@media print,
screen and (min-width:64em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map a .pulse-dot {
        width: 36px;
        height: 36px
    }
}

.contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map a .pulse-dot:after,
.contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map a .pulse-dot:before {
    content: '';
    position: absolute;
    display: block;
    border-radius: 50%;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease
}

.contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map a .pulse-dot:before {
    top: 7px;
    left: 7px;
    z-index: 1;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background-color: #86753e
}

@media print,
screen and (min-width:64em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map a .pulse-dot:before {
        top: 11px;
        left: 11px;
        width: 14px;
        height: 14px
    }
}

.contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map a .pulse-dot:after {
    top: -6px;
    left: -6px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border: 1px solid #979797;
    -webkit-animation: pulse 3.5s ease-out;
    -webkit-animation-iteration-count: infinite
}

@media print,
screen and (min-width:64em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-contact-map a .pulse-dot:after {
        top: -11px;
        left: -11px;
        width: 58px;
        height: 58px
    }
}

.contact-page-hero .hero-main .hero-content-wrapper .hero-main-image {
    position: relative;
    width: 100%;
    height: 255px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media screen and (min-width:28.125em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image {
        height: 300px
    }
}

@media screen and (min-width:34.375em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image {
        height: 325px
    }
}

@media screen and (min-width:40.625em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image {
        height: 375px
    }
}

@media screen and (min-width:46.875em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image {
        height: 400px
    }
}

@media print,
screen and (min-width:48em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image {
        width: calc(70% - 3.5px);
        height: 225px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media screen and (min-width:56.25em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image {
        height: 275px
    }
}

@media print,
screen and (min-width:64em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image {
        height: 325px
    }
}

@media screen and (min-width:75em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image {
        height: 375px
    }
}

@media screen and (min-width:87.5em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image {
        height: 425px
    }
}

@media screen and (min-width:100em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image {
        height: 475px
    }
}

@media screen and (min-width:112.5em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image {
        height: 525px
    }
}

@media screen and (min-width:120em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image {
        height: 550px
    }
}

@media screen and (min-width:137.5em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image {
        height: 575px
    }
}

@media screen and (min-width:150em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image {
        height: 600px
    }
}

.contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
    position: relative;
    left: 3px;
    bottom: -2px;
    margin-bottom: 0;
    line-height: .6;
    font-weight: 800;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .8125rem
}

.contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
    font-size: 35px
}

@media screen and (min-width:280px) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        font-size: calc(35px + 44 * ((100vw - 280px)/ 219))
    }
}

@media screen and (min-width:499px) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        font-size: 79px
    }
}

@media screen and (min-width:31.25em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        letter-spacing: 1.75rem
    }
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        font-size: 61px
    }
}

@media screen and (min-width:31.25em) and (min-width:500px) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        font-size: calc(61px + 40 * ((100vw - 500px)/ 199))
    }
}

@media screen and (min-width:31.25em) and (min-width:699px) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        font-size: 101px
    }
}

@media screen and (min-width:43.75em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        letter-spacing: 2.25rem
    }
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        font-size: 91px
    }
}

@media screen and (min-width:43.75em) and (min-width:700px) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        font-size: calc(91px + 13 * ((100vw - 700px)/ 67))
    }
}

@media screen and (min-width:43.75em) and (min-width:767px) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        font-size: 104px
    }
}

@media print,
screen and (min-width:48em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        left: 4px;
        letter-spacing: 1.75rem
    }
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        font-size: 52px
    }
}

@media screen and (min-width:48em) and (min-width:768px) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        font-size: calc(52px + 31 * ((100vw - 768px)/ 255))
    }
}

@media screen and (min-width:48em) and (min-width:1023px) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        font-size: 83px
    }
}

@media print,
screen and (min-width:64em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        left: 7px;
        letter-spacing: 2.25rem
    }
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        font-size: 72px
    }
}

@media screen and (min-width:64em) and (min-width:1024px) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        font-size: calc(72px + 20 * ((100vw - 1024px)/ 175))
    }
}

@media screen and (min-width:64em) and (min-width:1199px) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        font-size: 92px
    }
}

@media screen and (min-width:75em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        left: 8px;
        letter-spacing: 3rem
    }
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        font-size: 80px
    }
}

@media screen and (min-width:75em) and (min-width:1200px) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        font-size: calc(80px + 47 * ((100vw - 1200px)/ 399))
    }
}

@media screen and (min-width:75em) and (min-width:1599px) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        font-size: 127px
    }
}

@media screen and (min-width:100em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        left: 11px;
        letter-spacing: 3.375rem
    }
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        font-size: 122px
    }
}

@media screen and (min-width:100em) and (min-width:1600px) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        font-size: calc(122px + 39 * ((100vw - 1600px)/ 319))
    }
}

@media screen and (min-width:100em) and (min-width:1919px) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        font-size: 161px
    }
}

@media screen and (min-width:120em) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        letter-spacing: 3.875rem
    }
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        font-size: 151px
    }
}

@media screen and (min-width:120em) and (min-width:1920px) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        font-size: calc(151px + 59 * ((100vw - 1920px)/ 480))
    }
}

@media screen and (min-width:120em) and (min-width:2400px) {
    .contact-page-hero .hero-main .hero-content-wrapper .hero-main-image .text-decoration {
        font-size: 210px
    }
}

.contact-form-section {
    width: 100%;
    position: relative;
    z-index: 4;
    margin-top: 20px;
    margin-bottom: 20px
}

@media print,
screen and (min-width:48em) {
    .contact-form-section {
        margin-top: 0
    }
}

@media screen and (min-width:75em) {
    .contact-form-section {
        margin-bottom: 20px
    }
}

.contact-form-section .contact-map {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 40px
}

@media print,
screen and (min-width:48em) {
    .contact-form-section .contact-map {
        display: none
    }
}

.contact-form-section .contact-map a {
    position: relative;
    display: block;
    width: 100%
}

.contact-form-section .contact-map a:before {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: -4px;
    width: 15px;
    height: 100%;
    background-color: #86753e
}

.contact-form-section .contact-map a>img {
    position: relative;
    z-index: 2;
    width: 100%
}

.contact-form-section .contact-map a .expand-icon {
    position: absolute;
    bottom: 7px;
    left: 12px;
    z-index: 3
}

@media print,
screen and (min-width:64em) {
    .contact-form-section .contact-map a .expand-icon {
        bottom: auto;
        top: 15px;
        left: 20px
    }
}

.contact-form-section .contact-map a .expand-icon img {
    width: 12px
}

@media print,
screen and (min-width:64em) {
    .contact-form-section .contact-map a .expand-icon img {
        width: 20px
    }
}

.contact-form-section .contact-map a .pulse-dot {
    position: absolute;
    top: calc(50% - 13px);
    left: calc(50% - 13px);
    z-index: 4;
    display: inline-block;
    width: 26px;
    height: 26px;
    background-color: #86753e;
    border-radius: 50%;
    transition: opacity .35s ease
}

@media print,
screen and (min-width:64em) {
    .contact-form-section .contact-map a .pulse-dot {
        width: 36px;
        height: 36px;
        top: calc(50% - 18px);
        left: calc(50% - 18px)
    }
}

.contact-form-section .contact-map a .pulse-dot:after,
.contact-form-section .contact-map a .pulse-dot:before {
    content: '';
    position: absolute;
    display: block;
    border-radius: 50%;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease
}

.contact-form-section .contact-map a .pulse-dot:before {
    top: 7px;
    left: 7px;
    z-index: 1;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background-color: #86753e
}

@media print,
screen and (min-width:64em) {
    .contact-form-section .contact-map a .pulse-dot:before {
        top: 11px;
        left: 11px;
        width: 14px;
        height: 14px
    }
}

.contact-form-section .contact-map a .pulse-dot:after {
    top: -6px;
    left: -6px;
    z-index: 2;
    width: 38px;
    height: 38px;
    border: 1px solid #979797;
    -webkit-animation: pulse 3.5s ease-out;
    -webkit-animation-iteration-count: infinite
}

@media print,
screen and (min-width:64em) {
    .contact-form-section .contact-map a .pulse-dot:after {
        top: -11px;
        left: -11px;
        width: 58px;
        height: 58px
    }
}

.contact-form-section .email-info {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 50px
}

@media screen and (min-width:23.4375em) {
    .contact-form-section .email-info {
        padding-left: 14px;
        padding-right: 14px
    }
}

@media print,
screen and (min-width:48em) {
    .contact-form-section .email-info {
        width: 85%;
        margin-top: -40px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 70px;
        padding-left: 5px;
        padding-right: 5px
    }
}

@media screen and (min-width:75em) {
    .contact-form-section .email-info {
        margin-top: -35px
    }
}

@media screen and (min-width:87.5em) {
    .contact-form-section .email-info {
        margin-top: -50px;
        margin-bottom: 90px
    }
}

@media screen and (min-width:112.5em) {
    .contact-form-section .email-info {
        margin-bottom: 110px
    }
}

.contact-form-section .email-info ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    text-align: center
}

@media print,
screen and (min-width:48em) {
    .contact-form-section .email-info ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.contact-form-section .email-info ul li {
    position: relative
}

@media print,
screen and (min-width:48em) {
    .contact-form-section .email-info ul li {
        width: 20%
    }
}

.contact-form-section .email-info ul li a {
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: 1.2px;
    color: #000;
    line-height: 2.7
}

@media screen and (min-width:28.125em) {
    .contact-form-section .email-info ul li a {
        font-size: .8125rem
    }
}

@media print,
screen and (min-width:48em) {
    .contact-form-section .email-info ul li a {
        display: block;
        font-size: .5rem;
        line-height: 1.6
    }
}

@media screen and (min-width:87.5em) {
    .contact-form-section .email-info ul li a {
        font-size: .625rem
    }
}

@media screen and (min-width:100em) {
    .contact-form-section .email-info ul li a {
        font-size: .6875rem
    }
}

@media screen and (min-width:120em) {
    .contact-form-section .email-info ul li a {
        font-size: .75rem
    }
}

.contact-form-section .email-info ul li a:active,
.contact-form-section .email-info ul li a:focus,
.contact-form-section .email-info ul li a:hover {
    color: #63572e
}

@media print,
screen and (min-width:48em) {
    .contact-form-section .email-info ul li a .info-label {
        display: block
    }
}

@media screen and (min-width:75em) {
    .contact-form-section .email-info ul li a .info-label {
        display: inline
    }
}

@media print,
screen and (min-width:48em) {
    .contact-form-section .email-info ul li:nth-child(1):before,
    .contact-form-section .email-info ul li:nth-child(2):before,
    .contact-form-section .email-info ul li:nth-child(3):before,
    .contact-form-section .email-info ul li:nth-child(4):before {
        content: '';
        display: block;
        position: absolute;
        top: 25%;
        right: 1px;
        width: 1px;
        height: 50%;
        background-color: #999
    }
}

@media print,
screen and (min-width:48em) {
    .contact-form-section .email-info ul li:nth-child(1) {
        width: 27%
    }
}

@media print,
screen and (min-width:48em) {
    .contact-form-section .email-info ul li:nth-child(2) {
        width: 20%
    }
}

@media print,
screen and (min-width:48em) {
    .contact-form-section .email-info ul li:nth-child(3) {
        width: 24%
    }
}

@media print,
screen and (min-width:48em) {
    .contact-form-section .email-info ul li:nth-child(4) {
        width: 23%
    }
}

@media print,
screen and (min-width:48em) {
    .contact-form-section .email-info ul li:nth-child(5) {
        width: 21%
    }
}

.contact-form-section .contact-form-wrapper {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    padding-left: 14px;
    padding-right: 14px
}

@media print,
screen and (min-width:48em) {
    .contact-form-section .contact-form-wrapper {
        max-width: 570px;
        margin-bottom: 120px;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:75em) {
    .contact-form-section .contact-form-wrapper {
        margin-bottom: 140px
    }
}

@media screen and (min-width:87.5em) {
    .contact-form-section .contact-form-wrapper {
        margin-bottom: 160px;
        max-width: 800px
    }
}

@media screen and (min-width:112.5em) {
    .contact-form-section .contact-form-wrapper {
        margin-bottom: 180px
    }
}

.contact-form-section .contact-form-wrapper h2 {
    text-align: center;
    color: #86753e;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 30px
}

@media screen and (min-width:28.125em) {
    .contact-form-section .contact-form-wrapper h2 {
        font-size: 1.25rem
    }
}

@media print,
screen and (min-width:48em) {
    .contact-form-section .contact-form-wrapper h2 {
        font-size: 1rem;
        margin-bottom: 40px
    }
}

@media screen and (min-width:75em) {
    .contact-form-section .contact-form-wrapper h2 {
        margin-bottom: 60px
    }
}

@media screen and (min-width:100em) {
    .contact-form-section .contact-form-wrapper h2 {
        font-size: 1.125rem
    }
}

@media screen and (min-width:120em) {
    .contact-form-section .contact-form-wrapper h2 {
        font-size: 1.25rem
    }
}

.contact-form-section .contact-form-wrapper .contact-form-element::-webkit-input-placeholder {
    text-align: center;
    font-size: .5rem;
    text-transform: uppercase;
    font-family: Gotham, sans-serif;
    color: #666;
    letter-spacing: 2.4px;
    line-height: 2.4
}

@media screen and (min-width:28.125em) {
    .contact-form-section .contact-form-wrapper .contact-form-element::-webkit-input-placeholder {
        font-size: .5625rem
    }
}

@media print,
screen and (min-width:48em) {
    .contact-form-section .contact-form-wrapper .contact-form-element::-webkit-input-placeholder {
        font-size: .5rem
    }
}

@media screen and (min-width:100em) {
    .contact-form-section .contact-form-wrapper .contact-form-element::-webkit-input-placeholder {
        font-size: .5625rem
    }
}

@media screen and (min-width:120em) {
    .contact-form-section .contact-form-wrapper .contact-form-element::-webkit-input-placeholder {
        font-size: .625rem
    }
}

.contact-form-section .contact-form-wrapper .contact-form-element::-moz-placeholder {
    text-align: center;
    font-size: .5rem;
    text-transform: uppercase;
    font-family: Gotham, sans-serif;
    color: #666;
    letter-spacing: 2.4px;
    line-height: 2.4
}

@media screen and (min-width:28.125em) {
    .contact-form-section .contact-form-wrapper .contact-form-element::-moz-placeholder {
        font-size: .5625rem
    }
}

@media print,
screen and (min-width:48em) {
    .contact-form-section .contact-form-wrapper .contact-form-element::-moz-placeholder {
        font-size: .5rem
    }
}

@media screen and (min-width:100em) {
    .contact-form-section .contact-form-wrapper .contact-form-element::-moz-placeholder {
        font-size: .5625rem
    }
}

@media screen and (min-width:120em) {
    .contact-form-section .contact-form-wrapper .contact-form-element::-moz-placeholder {
        font-size: .625rem
    }
}

.contact-form-section .contact-form-wrapper .contact-form-element:-ms-input-placeholder {
    text-align: center;
    font-size: .5rem;
    text-transform: uppercase;
    font-family: Gotham, sans-serif;
    color: #666;
    letter-spacing: 2.4px;
    line-height: 2.4
}

@media screen and (min-width:28.125em) {
    .contact-form-section .contact-form-wrapper .contact-form-element:-ms-input-placeholder {
        font-size: .5625rem
    }
}

@media print,
screen and (min-width:48em) {
    .contact-form-section .contact-form-wrapper .contact-form-element:-ms-input-placeholder {
        font-size: .5rem
    }
}

@media screen and (min-width:100em) {
    .contact-form-section .contact-form-wrapper .contact-form-element:-ms-input-placeholder {
        font-size: .5625rem
    }
}

@media screen and (min-width:120em) {
    .contact-form-section .contact-form-wrapper .contact-form-element:-ms-input-placeholder {
        font-size: .625rem
    }
}

.contact-form-section .contact-form-wrapper .contact-form-element:-moz-placeholder {
    text-align: center;
    font-size: .5rem;
    text-transform: uppercase;
    font-family: Gotham, sans-serif;
    color: #666;
    letter-spacing: 2.4px;
    line-height: 2.4
}

@media screen and (min-width:28.125em) {
    .contact-form-section .contact-form-wrapper .contact-form-element:-moz-placeholder {
        font-size: .5625rem
    }
}

@media print,
screen and (min-width:48em) {
    .contact-form-section .contact-form-wrapper .contact-form-element:-moz-placeholder {
        font-size: .5rem
    }
}

@media screen and (min-width:100em) {
    .contact-form-section .contact-form-wrapper .contact-form-element:-moz-placeholder {
        font-size: .5625rem
    }
}

@media screen and (min-width:120em) {
    .contact-form-section .contact-form-wrapper .contact-form-element:-moz-placeholder {
        font-size: .625rem
    }
}

@media print,
screen and (min-width:48em) {
    .contact-form-section .contact-form-wrapper .contact-form-element .wpcf7-form {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media print,
screen and (min-width:48em) {
    .contact-form-section .contact-form-wrapper .contact-form-element .wpcf7-form div.wpcf7-acceptance-missing,
    .contact-form-section .contact-form-wrapper .contact-form-element .wpcf7-form div.wpcf7-validation-errors,
    .contact-form-section .contact-form-wrapper .contact-form-element .wpcf7-form span.wpcf7-not-valid-tip {
        font-size: .75rem;
        letter-spacing: 1px
    }
}

@media screen and (min-width:100em) {
    .contact-form-section .contact-form-wrapper .contact-form-element .wpcf7-form div.wpcf7-acceptance-missing,
    .contact-form-section .contact-form-wrapper .contact-form-element .wpcf7-form div.wpcf7-validation-errors,
    .contact-form-section .contact-form-wrapper .contact-form-element .wpcf7-form span.wpcf7-not-valid-tip {
        font-size: .8125rem
    }
}

@media screen and (min-width:120em) {
    .contact-form-section .contact-form-wrapper .contact-form-element .wpcf7-form div.wpcf7-acceptance-missing,
    .contact-form-section .contact-form-wrapper .contact-form-element .wpcf7-form div.wpcf7-validation-errors,
    .contact-form-section .contact-form-wrapper .contact-form-element .wpcf7-form span.wpcf7-not-valid-tip {
        font-size: .875rem
    }
}

.contact-form-section .contact-form-wrapper .contact-form-element .wpcf7-form-control-wrap {
    width: 100%
}

.contact-form-section .contact-form-wrapper .contact-form-element input[type=email],
.contact-form-section .contact-form-wrapper .contact-form-element input[type=text],
.contact-form-section .contact-form-wrapper .contact-form-element textarea {
    font-size: 1rem;
    letter-spacing: .7px;
    border-color: #ccc;
    box-shadow: none;
    padding: .7rem 1rem
}

@media print,
screen and (min-width:48em) {
    .contact-form-section .contact-form-wrapper .contact-form-element input[type=email],
    .contact-form-section .contact-form-wrapper .contact-form-element input[type=text],
    .contact-form-section .contact-form-wrapper .contact-form-element textarea {
        font-size: .75rem;
        letter-spacing: 1px
    }
}

@media screen and (min-width:100em) {
    .contact-form-section .contact-form-wrapper .contact-form-element input[type=email],
    .contact-form-section .contact-form-wrapper .contact-form-element input[type=text],
    .contact-form-section .contact-form-wrapper .contact-form-element textarea {
        font-size: .8125rem
    }
}

@media screen and (min-width:120em) {
    .contact-form-section .contact-form-wrapper .contact-form-element input[type=email],
    .contact-form-section .contact-form-wrapper .contact-form-element input[type=text],
    .contact-form-section .contact-form-wrapper .contact-form-element textarea {
        font-size: .875rem
    }
}

.contact-form-section .contact-form-wrapper .contact-form-element textarea {
    height: 125px
}

@media print,
screen and (min-width:48em) {
    .contact-form-section .contact-form-wrapper .contact-form-element .email-input,
    .contact-form-section .contact-form-wrapper .contact-form-element .name-input {
        width: calc(50% - 12px)
    }
}

.contact-form-section .contact-form-wrapper .contact-form-element .email-input input,
.contact-form-section .contact-form-wrapper .contact-form-element .name-input input {
    border-left: none;
    border-top: none;
    border-right: none;
    margin-bottom: 25px
}

@media screen and (min-width:75em) {
    .contact-form-section .contact-form-wrapper .contact-form-element .email-input input,
    .contact-form-section .contact-form-wrapper .contact-form-element .name-input input {
        margin-bottom: 30px
    }
}

.contact-form-section .contact-form-wrapper .contact-form-element .message-input,
.contact-form-section .contact-form-wrapper .contact-form-element .submit-input {
    width: 100%
}

.contact-form-section .contact-form-wrapper .contact-form-element .message-input {
    margin-top: 5px;
    margin-bottom: 15px
}

@media screen and (min-width:75em) {
    .contact-form-section .contact-form-wrapper .contact-form-element .message-input {
        margin-bottom: 35px
    }
}

.contact-form-section .contact-form-wrapper .contact-form-element .submit-input input[type=submit] {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    width: 201px
}

@media screen and (min-width:87.5em) {
    .contact-form-section .contact-form-wrapper .contact-form-element .submit-input input[type=submit] {
        width: 250px
    }
}

.contact-info-section {
    position: relative;
    margin-bottom: 60px
}

@media print,
screen and (min-width:48em) {
    .contact-info-section {
        margin-top: 20px;
        margin-bottom: 80px
    }
}

@media print,
screen and (min-width:64em) {
    .contact-info-section {
        margin-bottom: 100px
    }
}

@media screen and (min-width:75em) {
    .contact-info-section {
        margin-top: 40px;
        margin-bottom: 120px
    }
}

@media screen and (min-width:100em) {
    .contact-info-section {
        margin-top: 20px;
        margin-bottom: 140px
    }
}

@media screen and (min-width:120em) {
    .contact-info-section {
        margin-top: 40px
    }
}

.contact-info-section .contact-info-header {
    display: none
}

@media print,
screen and (min-width:48em) {
    .contact-info-section .contact-info-header {
        position: absolute;
        top: -1;
        left: 39px;
        z-index: 4;
        display: block;
        background-color: #fff;
        padding-top: 20px;
        padding-right: 30px;
        padding-bottom: 20px
    }
}

@media print,
screen and (min-width:64em) {
    .contact-info-section .contact-info-header {
        left: 59px;
        padding-top: 30px;
        padding-right: 40px;
        padding-bottom: 30px
    }
}

@media screen and (min-width:87.5em) {
    .contact-info-section .contact-info-header {
        left: 79px;
        padding-top: 40px;
        padding-right: 60px;
        padding-bottom: 40px
    }
}

@media screen and (min-width:112.5em) {
    .contact-info-section .contact-info-header {
        left: 99px;
        padding-top: 50px;
        padding-right: 80px;
        padding-bottom: 50px
    }
}

.contact-info-section .contact-info-elements {
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

@media print,
screen and (min-width:48em) {
    .contact-info-section .contact-info-elements {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media print,
screen and (min-width:64em) {
    .contact-info-section .contact-info-elements {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media screen and (min-width:87.5em) {
    .contact-info-section .contact-info-elements {
        padding-left: 80px;
        padding-right: 80px
    }
}

@media screen and (min-width:112.5em) {
    .contact-info-section .contact-info-elements {
        padding-left: 100px;
        padding-right: 100px
    }
}

.contact-info-section .contact-info-elements[data-active=true] {
    height: auto;
    visibility: visible
}

.contact-info-section .contact-info-elements .contact-info-item {
    display: block!important;
    padding: 60px 35px 20px;
    overflow: hidden
}

@media screen and (max-width:47.9375rem) {
    .contact-info-section .contact-info-elements .contact-info-item {
        background: #fff!important
    }
}

@media print,
screen and (min-width:48em) {
    .contact-info-section .contact-info-elements .contact-info-item {
        padding-top: 140px;
        padding-bottom: 120px;
        background-size: cover;
        background-position: right center
    }
}

@media print,
screen and (min-width:64em) {
    .contact-info-section .contact-info-elements .contact-info-item {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

@media screen and (min-width:75em) {
    .contact-info-section .contact-info-elements .contact-info-item {
        padding-top: 120px;
        padding-bottom: 120px
    }
}

@media screen and (min-width:112.5em) {
    .contact-info-section .contact-info-elements .contact-info-item {
        padding-top: 140px;
        padding-bottom: 140px
    }
}

@media screen and (min-width:137.5em) {
    .contact-info-section .contact-info-elements .contact-info-item {
        padding-top: 180px;
        padding-bottom: 180px
    }
}

@media screen and (min-width:150em) {
    .contact-info-section .contact-info-elements .contact-info-item {
        padding-top: 200px;
        padding-bottom: 200px
    }
}

@media print,
screen and (min-width:48em) {
    .contact-info-section .contact-info-elements .contact-info-item .grayscale-background-element {
        display: none;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        width: 50%;
        height: 100%;
        background-size: cover;
        background-position: right center;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        overflow: hidden
    }
}

@media screen and (min-width:75em) {
    .contact-info-section .contact-info-elements .contact-info-item .grayscale-background-element {
        background-size: 200% auto
    }
}

@media print,
screen and (min-width:48em) {
    .contact-info-section .contact-info-elements .contact-info-item .grayscale-background-element:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, .55)
    }
}

.contact-info-section .contact-info-elements .contact-info-item .contact-info-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 475px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .09)
}

@media print,
screen and (min-width:48em) {
    .contact-info-section .contact-info-elements .contact-info-item .contact-info-inner {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px
    }
}

@media print,
screen and (min-width:64em) {
    .contact-info-section .contact-info-elements .contact-info-item .contact-info-inner {
        left: 15%;
        max-width: 550px;
        padding-top: 30px
    }
}

@media screen and (min-width:75em) {
    .contact-info-section .contact-info-elements .contact-info-item .contact-info-inner {
        max-width: 675px;
        padding: 60px
    }
}

@media screen and (min-width:87.5em) {
    .contact-info-section .contact-info-elements .contact-info-item .contact-info-inner {
        left: 12.5%
    }
}

@media screen and (min-width:100em) {
    .contact-info-section .contact-info-elements .contact-info-item .contact-info-inner {
        max-width: 850px
    }
}

@media screen and (min-width:112.5em) {
    .contact-info-section .contact-info-elements .contact-info-item .contact-info-inner {
        max-width: 900px
    }
}

.contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-inner-wrapper {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media print,
screen and (min-width:48em) {
    .contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-inner-wrapper {
        visibility: hidden
    }
}

@media print,
screen and (min-width:64em) {
    .contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-inner-wrapper {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media print,
screen and (min-width:64em) {
    .contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-inner-wrapper:before {
        content: '';
        display: block;
        position: absolute;
        left: calc(50% - 1px);
        top: 30px;
        width: 1px;
        height: calc(100% - 60px);
        background-color: #ccc
    }
}

@media screen and (min-width:75em) {
    .contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-inner-wrapper:before {
        top: 60px;
        height: calc(100% - 120px)
    }
}

.contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .venue-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 114px;
    height: 114px;
    background-color: #000;
    border-radius: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .venue-logo img {
    width: 44px;
    height: auto
}

.contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-logo-address {
    width: 100%;
    text-align: center
}

@media print,
screen and (min-width:64em) {
    .contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-logo-address {
        width: calc(50% - 20px)
    }
}

@media screen and (min-width:75em) {
    .contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-logo-address {
        width: calc(50% - 40px)
    }
}

.contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-logo-address a {
    color: #000
}

.contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-logo-address a:active,
.contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-logo-address a:focus,
.contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-logo-address a:hover {
    color: #86753e
}

.contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-logo-address .venue-logo {
    display: none
}

@media print,
screen and (min-width:64em) {
    .contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-logo-address .venue-logo {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 40px
    }
}

.contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-logo-address .venue-address .google-maps-link {
    display: inline-block;
    font-size: .75rem;
    margin-bottom: 20px
}

@media screen and (min-width:100em) {
    .contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-logo-address .venue-address .google-maps-link {
        font-size: .875rem
    }
}

.contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-logo-address .venue-address .google-maps-link .address,
.contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-logo-address .venue-address .google-maps-link .city-state-zip {
    display: block;
    line-height: 1.3
}

.contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-logo-address .venue-phone {
    font-size: .75rem;
    margin-bottom: 40px
}

@media screen and (min-width:100em) {
    .contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-logo-address .venue-phone {
        font-size: .875rem
    }
}

.contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-logo-address .venue-phone a {
    display: inline-block
}

.contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-logo-address .book-cta .button {
    margin-bottom: 0;
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-hours {
    width: 100%
}

@media print,
screen and (min-width:64em) {
    .contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-hours {
        width: calc(50% - 20px)
    }
}

@media screen and (min-width:75em) {
    .contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-hours {
        width: calc(50% - 40px)
    }
}

.contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-hours .venue-logo {
    margin-top: -56px;
    margin-bottom: 35px
}

@media print,
screen and (min-width:64em) {
    .contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-hours .venue-logo {
        display: none
    }
}

.contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-hours .hours-main-content {
    margin-bottom: 40px;
    text-align: center;
    color: #666;
    line-height: 2.45
}

@media print,
screen and (min-width:64em) {
    .contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-hours .hours-main-content {
        margin-bottom: 0;
        text-align: left
    }
}

.contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-hours .hours-main-content .hours-content-title {
    display: block;
    font-size: .8125rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-hours .hours-main-content ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 15px;
    font-size: .6875rem
}

.contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-hours .hours-main-content ul li {
    line-height: 1.4;
    margin-bottom: 5px
}

.contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-hours .hours-main-content p {
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: .75rem
}

.contact-info-section .contact-info-elements .contact-info-item .contact-info-inner .contact-info-hours .hours-main-content p:last-child {
    margin-bottom: 0
}

.stk-locations-map {
    position: relative;
    z-index: 2;
    width: 100%;
    background-color: #fff;
    padding-top: 20px;
    margin-bottom: 40px;
    overflow: hidden
}

@media print,
screen and (min-width:48em) {
    .stk-locations-map {
        padding-top: 40px;
        margin-bottom: 80px
    }
}

@media print,
screen and (min-width:64em) {
    .stk-locations-map {
        margin-bottom: 100px
    }
}

@media screen and (min-width:75em) {
    .stk-locations-map {
        margin-bottom: 120px
    }
}

@media screen and (min-width:87.5em) {
    .stk-locations-map {
        margin-bottom: 140px
    }
}

@media screen and (min-width:112.5em) {
    .stk-locations-map {
        margin-bottom: 160px
    }
}

.stk-locations-map.scrollinview {
    visibility: visible!important
}

@media print,
screen and (min-width:48em) {
    .stk-locations-map.scrollinview {
        opacity: 0;
        transition: opacity .35s ease
    }
}

@media print,
screen and (min-width:48em) {
    .stk-locations-map.scrollinview-inview {
        opacity: 1
    }
}

@media print,
screen and (min-width:48em) {
    .stk-locations-map .map-elements-wrapper {
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.stk-locations-map .map-info-wrapper {
    padding-left: 14px;
    padding-right: 14px
}

@media print,
screen and (min-width:48em) {
    .stk-locations-map .map-info-wrapper {
        position: relative;
        padding-top: 87px;
        padding-left: 5px;
        padding-right: 5px;
        width: calc(100% - 200px)
    }
}

@media screen and (min-width:56.25em) {
    .stk-locations-map .map-info-wrapper {
        padding-top: 97px
    }
}

@media print,
screen and (min-width:64em) {
    .stk-locations-map .map-info-wrapper {
        width: calc(100% - 235px)
    }
}

@media screen and (min-width:100em) {
    .stk-locations-map .map-info-wrapper {
        width: calc(100% - 250px)
    }
}

@media screen and (min-width:112.5em) {
    .stk-locations-map .map-info-wrapper {
        padding-top: 107px
    }
}

.svg-line-container {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 115%;
    opacity: 1;
    margin: 0!important
}

.svg-line-container svg {
    width: 100%;
    height: 100%;
    overflow: visible!important
}

@media print,
screen and (min-width:48em) {
    #stk-locations-map-international .map-info-wrapper {
        padding-top: 60px
    }
}

@media print,
screen and (min-width:64em) {
    #stk-locations-map-international .map-info-wrapper {
        padding-top: 40px
    }
}

@media print,
screen and (min-width:64em) {
    #stk-locations-map-international .map-info-wrapper {
        padding-top: 30px
    }
}

@media screen and (min-width:100em) {
    #stk-locations-map-international .map-info-wrapper {
        padding-top: 0
    }
}

@media screen and (min-width:100em) {
    #stk-locations-map-international .map-info-wrapper .locations-map-element {
        width: calc(100% - 400px)
    }
}

@media screen and (min-width:120em) {
    #stk-locations-map-international .map-info-wrapper .locations-map-element {
        width: calc(100% - 500px)
    }
}

#locations-map-slick-init {
    visibility: hidden;
    opacity: 0
}

#locations-map-slick-init.slick-initialized {
    visibility: visible;
    opacity: 1
}

.locations-map-header {
    padding-left: 14px;
    padding-right: 14px;
    background-color: #fff
}

@media print,
screen and (min-width:48em) {
    .locations-map-header {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        padding-right: 15px;
        padding-bottom: 15px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.locations-map-header .map-header-title {
    margin-bottom: 30px
}

@media print,
screen and (min-width:48em) {
    .locations-map-header .map-header-title {
        margin-bottom: 0
    }
}

.locations-map-header .map-header-selections {
    margin-bottom: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (min-width:48em) {
    .locations-map-header .map-header-selections {
        padding-left: 20px;
        padding-right: 60px;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0
    }
}

@media print,
screen and (min-width:64em) {
    .locations-map-header .map-header-selections {
        padding-right: 80px
    }
}

@media screen and (min-width:75em) {
    .locations-map-header .map-header-selections {
        padding-left: 40px
    }
}

.locations-map-header .map-header-selections .location-group {
    margin-left: 15px;
    margin-right: 15px
}

@media print,
screen and (min-width:48em) {
    .locations-map-header .map-header-selections .location-group {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        line-height: 1
    }
}

@media print,
screen and (min-width:48em) {
    .locations-map-header .map-header-selections .location-group:first-child {
        margin-bottom: 10px
    }
}

@media print,
screen and (min-width:64em) {
    .locations-map-header .map-header-selections .location-group:first-child {
        margin-bottom: 12px
    }
}

@media screen and (min-width:100em) {
    .locations-map-header .map-header-selections .location-group:first-child {
        margin-bottom: 15px
    }
}

.locations-map-header .map-header-selections .location-group .locations-map-trigger {
    position: relative;
    display: inline-block;
    padding-bottom: 3px;
    font-size: .625rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    color: #333;
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease;
    overflow: hidden;
    cursor: pointer
}

@media print,
screen and (min-width:48em) {
    .locations-map-header .map-header-selections .location-group .locations-map-trigger {
        overflow: visible;
        line-height: 1;
        padding-bottom: 0;
        padding-left: 10px;
        font-size: .5625rem
    }
}

@media print,
screen and (min-width:64em) {
    .locations-map-header .map-header-selections .location-group .locations-map-trigger {
        font-size: .625rem
    }
}

@media screen and (min-width:100em) {
    .locations-map-header .map-header-selections .location-group .locations-map-trigger {
        font-size: .6875rem
    }
}

.locations-map-header .map-header-selections .location-group .locations-map-trigger:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #86753e;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease
}

@media print,
screen and (min-width:48em) {
    .locations-map-header .map-header-selections .location-group .locations-map-trigger:after {
        left: auto;
        bottom: 50%;
        right: 100%;
        height: 1px
    }
}

.locations-map-header .map-header-selections .location-group .locations-map-trigger[data-active=true] {
    color: #86753e;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

@media print,
screen and (min-width:48em) {
    .locations-map-header .map-header-selections .location-group .locations-map-trigger[data-active=true] {
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.locations-map-header .map-header-selections .location-group .locations-map-trigger[data-active=true]:after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.locations-map-items-nav {
    margin-bottom: 30px
}

@media print,
screen and (min-width:48em) {
    .locations-map-items-nav {
        width: 200px;
        margin-bottom: 0;
        padding-top: 77px
    }
}

@media screen and (min-width:56.25em) {
    .locations-map-items-nav {
        padding-top: 97px
    }
}

@media print,
screen and (min-width:64em) {
    .locations-map-items-nav {
        width: 235px
    }
}

@media screen and (min-width:100em) {
    .locations-map-items-nav {
        width: 250px
    }
}

@media screen and (min-width:112.5em) {
    .locations-map-items-nav {
        padding-top: 117px
    }
}

.locations-map-items-nav .map-nav-slick-init {
    position: relative;
    list-style: none;
    margin-left: 0;
    margin-bottom: 0
}

@media print,
screen and (min-width:48em) {
    .locations-map-items-nav .map-nav-slick-init {
        padding-top: 17px;
        padding-bottom: 33px
    }
}

.locations-map-items-nav .map-nav-slick-init:after,
.locations-map-items-nav .map-nav-slick-init:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    width: 40px;
    height: 100%
}

@media screen and (min-width:34.375em) {
    .locations-map-items-nav .map-nav-slick-init:after,
    .locations-map-items-nav .map-nav-slick-init:before {
        width: 60px
    }
}

@media print,
screen and (min-width:48em) {
    .locations-map-items-nav .map-nav-slick-init:after,
    .locations-map-items-nav .map-nav-slick-init:before {
        display: none;
        width: 100%;
        height: 35px
    }
}

@media screen and (min-width:100em) {
    .locations-map-items-nav .map-nav-slick-init:after,
    .locations-map-items-nav .map-nav-slick-init:before {
        height: 30px
    }
}

.locations-map-items-nav .map-nav-slick-init:before {
    left: 0;
    background: linear-gradient(to right, #fff 50%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1)
}

@media print,
screen and (min-width:48em) {
    .locations-map-items-nav .map-nav-slick-init:before {
        top: 10px;
        background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0)
    }
}

.locations-map-items-nav .map-nav-slick-init:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 50%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1)
}

@media print,
screen and (min-width:48em) {
    .locations-map-items-nav .map-nav-slick-init:after {
        top: auto;
        bottom: 25px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
    }
}

.locations-map-items-nav .map-nav-slick-init .slick-slide,
.locations-map-items-nav .map-nav-slick-init.slick-slider .slick-list,
.locations-map-items-nav .map-nav-slick-init.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.locations-map-items-nav .map-nav-slick-init .slick-cloned {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.locations-map-items-nav .map-nav-slick-init .slick-arrow {
    position: absolute;
    z-index: 3;
    top: 0;
    width: 30px;
    height: 100%;
    opacity: 1;
    transition: opacity .35s ease;
    cursor: pointer
}

@media print,
screen and (min-width:48em) {
    .locations-map-items-nav .map-nav-slick-init .slick-arrow {
        top: auto;
        bottom: 0;
        width: 20px;
        height: 20px
    }
}

.locations-map-items-nav .map-nav-slick-init .slick-arrow img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 8px;
    height: auto;
    opacity: .65
}

.locations-map-items-nav .map-nav-slick-init .slick-arrow.slick-prev {
    left: 0
}

@media print,
screen and (min-width:48em) {
    .locations-map-items-nav .map-nav-slick-init .slick-arrow.slick-prev img {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@media print,
screen and (min-width:48em) {
    .locations-map-items-nav .map-nav-slick-init .slick-arrow.slick-prev {
        left: 40px
    }
}

@media screen and (min-width:75em) {
    .locations-map-items-nav .map-nav-slick-init .slick-arrow.slick-prev {
        left: 60px
    }
}

.locations-map-items-nav .map-nav-slick-init .slick-arrow.slick-next {
    right: 0
}

@media print,
screen and (min-width:48em) {
    .locations-map-items-nav .map-nav-slick-init .slick-arrow.slick-next img {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }
}

@media print,
screen and (min-width:48em) {
    .locations-map-items-nav .map-nav-slick-init .slick-arrow.slick-next {
        right: auto;
        left: 65px
    }
}

@media screen and (min-width:75em) {
    .locations-map-items-nav .map-nav-slick-init .slick-arrow.slick-next {
        left: 85px
    }
}

.locations-map-items-nav .map-nav-slick-init .slick-arrow.slick-disabled {
    opacity: 0
}

.locations-map-items-nav .map-nav-slick-init .slick-slide {
    padding-left: 22px;
    padding-right: 22px
}

@media screen and (min-width:28.125em) {
    .locations-map-items-nav .map-nav-slick-init .slick-slide {
        padding-left: 26px;
        padding-right: 26px
    }
}

@media screen and (min-width:40.625em) {
    .locations-map-items-nav .map-nav-slick-init .slick-slide {
        padding-left: 28px;
        padding-right: 28px
    }
}

@media print,
screen and (min-width:48em) {
    .locations-map-items-nav .map-nav-slick-init .slick-slide {
        padding-left: 0;
        padding-right: 0
    }
}

.locations-map-items-nav .map-nav-slick-init .slick-slide:focus {
    outline: 0
}

@media print,
screen and (min-width:48em) {
    .locations-map-items-nav .map-nav-slick-init .slick-slide .location-item {
        padding-left: 35px
    }
}

@media screen and (min-width:75em) {
    .locations-map-items-nav .map-nav-slick-init .slick-slide .location-item {
        padding-left: 55px
    }
}

.locations-map-items-nav .location-nav-trigger {
    display: block;
    cursor: pointer;
    color: #000;
    font-size: .5625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    opacity: .4;
    transition: all .35s ease;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform
}

@media print,
screen and (min-width:48em) {
    .locations-map-items-nav .location-nav-trigger {
        display: inline-block;
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
        padding-left: 10px;
        padding-right: 15px;
        opacity: .75
    }
}

@media print,
screen and (min-width:64em) {
    .locations-map-items-nav .location-nav-trigger {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: .625rem
    }
}

@media screen and (min-width:75em) {
    .locations-map-items-nav .location-nav-trigger {
        padding-top: 7px;
        padding-bottom: 7px
    }
}

@media screen and (min-width:100em) {
    .locations-map-items-nav .location-nav-trigger {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: .6875rem
    }
}

.locations-map-items-nav .location-nav-trigger:after {
    display: none;
    position: absolute;
    left: auto;
    bottom: calc(50% + 1px);
    right: 100%;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #86753e;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: -webkit-transform .35s ease;
    transition: transform .35s ease;
    transition: transform .35s ease, -webkit-transform .35s ease
}

@media print,
screen and (min-width:48em) {
    .locations-map-items-nav .location-nav-trigger:after {
        display: block
    }
}

.locations-map-items-nav .location-nav-trigger[data-active=true] {
    color: #86753e;
    -webkit-transform: scale(1.45);
    -ms-transform: scale(1.45);
    transform: scale(1.45);
    font-weight: 800;
    opacity: 1
}

@media print,
screen and (min-width:48em) {
    .locations-map-items-nav .location-nav-trigger[data-active=true] {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15)
    }
}

.locations-map-items-nav .location-nav-trigger[data-active=true]:after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.locations-map-venue-images {
    position: relative;
    margin-bottom: -22%;
    width: 100%;
    max-width: 100%;
    height: auto;
    background-color: #222
}

@media print,
screen and (min-width:48em) {
    .locations-map-venue-images {
        position: absolute;
        top: 0;
        right: 15px;
        width: 60%;
        max-height: 240px;
        margin-bottom: 0
    }
}

@media screen and (min-width:56.25em) {
    .locations-map-venue-images {
        max-height: 300px
    }
}

@media print,
screen and (min-width:64em) {
    .locations-map-venue-images {
        right: 30px
    }
}

@media screen and (min-width:75em) {
    .locations-map-venue-images {
        right: 60px;
        width: 57%;
        max-height: 375px
    }
}

@media screen and (min-width:87.5em) {
    .locations-map-venue-images {
        width: 56%;
        max-height: 455px
    }
}

@media screen and (min-width:100em) {
    .locations-map-venue-images {
        width: 55%;
        max-height: 535px
    }
}

@media screen and (min-width:112.5em) {
    .locations-map-venue-images {
        right: 80px;
        max-height: 570px
    }
}

@media screen and (min-width:120em) {
    .locations-map-venue-images {
        width: 54%;
        max-height: 640px
    }
}

.locations-map-venue-images .map-items-count {
    position: absolute;
    right: 5px;
    top: calc(50% - 6px);
    z-index: 5;
    color: #fff;
    font-size: .625rem;
    font-weight: 800;
    letter-spacing: 1.5px
}

@media screen and (min-width:34.375em) {
    .locations-map-venue-images .map-items-count {
        top: calc(50% - 8px);
        font-size: .6875rem
    }
}

@media print,
screen and (min-width:48em) {
    .locations-map-venue-images .map-items-count {
        top: 7px;
        right: 7px;
        font-size: .625rem
    }
}

@media print,
screen and (min-width:64em) {
    .locations-map-venue-images .map-items-count {
        top: 10px;
        right: 10px;
        font-size: .6875rem
    }
}

@media screen and (min-width:75em) {
    .locations-map-venue-images .map-items-count {
        top: 15px;
        right: 15px;
        font-size: .75rem
    }
}

@media screen and (min-width:112.5em) {
    .locations-map-venue-images .map-items-count {
        top: 20px;
        right: 20px;
        font-size: .8125rem
    }
}

.locations-map-venue-images .venue-image-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    opacity: 0;
    transition: opacity .35s ease
}

.locations-map-venue-images .venue-image-box:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: right .6s .45s ease-in-out
}

.locations-map-venue-images .venue-image-box[data-active=true] {
    opacity: 1;
    z-index: 4
}

.locations-map-venue-images .venue-image-box[data-active=true]:after {
    right: 100%
}

.locations-map-venue-images .venue-image-box .location-name {
    position: relative;
    top: 0px;
    left: -3px;
    z-index: 1;
    display: block;
    line-height: .8;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    font-size: 2.375rem
}

@media screen and (min-width:28.125em) {
    .locations-map-venue-images .venue-image-box .location-name {
        font-size: 3.25rem
    }
}

@media screen and (min-width:34.375em) {
    .locations-map-venue-images .venue-image-box .location-name {
        top: -5px;
        left: -6px;
        font-size: 4rem
    }
}

@media screen and (min-width:40.625em) {
    .locations-map-venue-images .venue-image-box .location-name {
        top: -4px;
        left: -8px;
        font-size: 4.75rem
    }
}

@media print,
screen and (min-width:48em) {
    .locations-map-venue-images .venue-image-box .location-name {
        width: 65%;
        position: absolute;
        top: auto;
        left: auto;
        bottom: -4px;
        right: -4px;
        text-align: right;
        font-size: 2rem
    }
}

@media screen and (min-width:56.25em) {
    .locations-map-venue-images .venue-image-box .location-name {
        width: 60%;
        font-size: 2.1875rem
    }
}

@media print,
screen and (min-width:64em) {
    .locations-map-venue-images .venue-image-box .location-name {
        width: 65%;
        font-size: 2.625rem
    }
}

@media screen and (min-width:68.75em) {
    .locations-map-venue-images .venue-image-box .location-name {
        width: 62%
    }
}

@media screen and (min-width:75em) {
    .locations-map-venue-images .venue-image-box .location-name {
        bottom: -6px;
        right: -6px;
        font-size: 2.75rem
    }
}

@media screen and (min-width:87.5em) {
    .locations-map-venue-images .venue-image-box .location-name {
        font-size: 3.25rem
    }
}

@media screen and (min-width:100em) {
    .locations-map-venue-images .venue-image-box .location-name {
        bottom: -8px;
        right: -8px;
        font-size: 3.75rem
    }
}

@media screen and (min-width:112.5em) {
    .locations-map-venue-images .venue-image-box .location-name {
        font-size: 4.25rem
    }
}

@media screen and (min-width:120em) {
    .locations-map-venue-images .venue-image-box .location-name {
        font-size: 5rem
    }
}

@media screen and (min-width:125em) {
    .locations-map-venue-images .venue-image-box .location-name {
        width: 56%
    }
}

@media screen and (min-width:137.5em) {
    .locations-map-venue-images .venue-image-box .location-name {
        font-size: 5.125rem;
        width: 54%
    }
}

@media screen and (min-width:143.75em) {
    .locations-map-venue-images .venue-image-box .location-name {
        bottom: -10px;
        font-size: 5.25rem;
        width: 53%
    }
}

@media screen and (min-width:150em) {
    .locations-map-venue-images .venue-image-box .location-name {
        width: 51%;
        font-size: 5.3125rem
    }
}

.locations-map-element {
    position: relative;
    z-index: 6;
    margin-bottom: 30px
}

@media print,
screen and (min-width:48em) {
    .locations-map-element {
        width: calc(100% - 185px);
        margin-bottom: 0;
        padding-bottom: 120px
    }
}

@media screen and (min-width:56.25em) {
    .locations-map-element {
        padding-left: 20px
    }
}

@media print,
screen and (min-width:64em) {
    .locations-map-element {
        width: calc(100% - 285px);
        padding-bottom: 150px
    }
}

@media screen and (min-width:87.5em) {
    .locations-map-element {
        width: calc(100% - 295px)
    }
}

@media screen and (min-width:112.5em) {
    .locations-map-element {
        width: calc(100% - 365px)
    }
}

.locations-map-element .mapsvg {
    background-color: transparent!important;
    overflow: visible
}

.map-marker-img-elem {
    position: absolute;
    z-index: 1;
    display: inline-block;
    width: 8px!important;
    height: 8px!important;
    border-radius: 50%;
    background-color: #86753e;
    cursor: pointer
}

@media screen and (min-width:75em) {
    .map-marker-img-elem {
        width: 14px!important;
        height: 14px!important
    }
}

.map-marker-img-elem img {
    width: 100%!important;
    height: 100%!important;
    border-radius: 50%
}

.map-marker-img-elem:after,
.map-marker-img-elem:before {
    content: '';
    position: absolute;
    display: block;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    transition: all .35s ease;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform
}

.map-marker-img-elem:before {
    top: -6px;
    left: -6px;
    z-index: -1;
    width: 20px;
    height: 20px;
    background-color: #86753e
}

@media screen and (min-width:75em) {
    .map-marker-img-elem:before {
        top: -9px;
        left: -9px;
        width: 32px;
        height: 32px
    }
}

.map-marker-img-elem:after {
    top: -14px;
    left: -14px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border: 1px solid #979797;
    background-color: transparent
}

@media screen and (min-width:75em) {
    .map-marker-img-elem:after {
        top: -19px;
        left: -19px;
        width: 52px;
        height: 52px
    }
}

.map-marker-img-elem[data-active=true] {
    z-index: 4
}

.map-marker-img-elem[data-active=true] img {
    border: 1px solid #fff
}

.map-marker-img-elem[data-active=true]:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.map-marker-img-elem[data-active=true]:after {
    -webkit-animation: pulse 3.5s ease-out;
    -webkit-animation-iteration-count: infinite
}

.mapsvg-layers-wrap {
    height: 100%;
    z-index: 6
}

.mapsvg-layers-wrap .mapsvg-layer-popovers {
    width: 100%;
    height: 100%
}

.mapsvg-layers-wrap .mapsvg-layer-popovers .mapsvg-popover {
    bottom: 0;
    left: 0;
    -webkit-transform: none!important;
    -ms-transform: none!important;
    transform: none!important
}

.locations-map-info {
    position: relative;
    z-index: 6;
    width: 100%;
    min-width: 1px;
    height: auto;
    min-height: 1px
}

@media print,
screen and (min-width:48em) {
    .locations-map-info {
        position: static;
        bottom: 0;
        left: 0;
        height: 1px;
        background-color: #fff
    }
}

.locations-map-info .locations-info-box {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    visibility: hidden
}

@media print,
screen and (min-width:48em) {
    .locations-map-info .locations-info-box {
        position: static;
        display: inline-block;
        width: auto
    }
}

.locations-map-info .locations-info-box[data-active=true] {
    display: block;
    z-index: 2;
    visibility: visible;
    height: auto
}

.locations-map-info .locations-info-box[data-active=true] .main-info-wrapper {
    z-index: 7
}

.locations-map-info .locations-info-box .main-info-wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 200px;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (min-width:34.375em) {
    .locations-map-info .locations-info-box .main-info-wrapper {
        width: 230px
    }
}

@media print,
screen and (min-width:48em) {
    .locations-map-info .locations-info-box .main-info-wrapper {
        width: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        margin-bottom: 0;
        padding: 2px;
        background-color: transparent;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media print,
screen and (min-width:64em) {
    .locations-map-info .locations-info-box .main-info-wrapper {
        padding: 10px
    }
}

@media screen and (min-width:100em) {
    .locations-map-info .locations-info-box .main-info-wrapper {
        padding: 15px
    }
}

@media print,
screen and (min-width:48em) {
    .locations-map-info .locations-info-box .main-info-wrapper:after {
        content: '';
        position: absolute;
        top: calc(100% - 2px);
        left: 0;
        width: 100%;
        height: 30px;
        background-color: #fff
    }
}

@media print,
screen and (min-width:64em) {
    .locations-map-info .locations-info-box .main-info-wrapper:after {
        top: calc(100% - 10px)
    }
}

@media screen and (min-width:100em) {
    .locations-map-info .locations-info-box .main-info-wrapper:after {
        top: calc(100% - 15px)
    }
}

.locations-map-info .locations-info-box .main-info-wrapper .locations-info-image {
    width: 76px;
    height: auto;
    background-color: #fff;
    padding: 10px 5px
}

@media screen and (min-width:34.375em) {
    .locations-map-info .locations-info-box .main-info-wrapper .locations-info-image {
        width: 88px
    }
}

@media print,
screen and (min-width:48em) {
    .locations-map-info .locations-info-box .main-info-wrapper .locations-info-image {
        width: 76px;
        margin-bottom: 10px
    }
}

@media print,
screen and (min-width:64em) {
    .locations-map-info .locations-info-box .main-info-wrapper .locations-info-image {
        width: 94px;
        margin-bottom: 20px
    }
}

@media screen and (min-width:87.5em) {
    .locations-map-info .locations-info-box .main-info-wrapper .locations-info-image {
        width: 132px
    }
}

@media screen and (min-width:112.5em) {
    .locations-map-info .locations-info-box .main-info-wrapper .locations-info-image {
        width: 154px
    }
}

.locations-map-info .locations-info-box .main-info-wrapper .locations-info-image img {
    width: 100%
}

.locations-map-info .locations-info-box .main-info-wrapper .location-address-phone {
    width: calc(100% - 86px);
    font-size: .625rem;
    line-height: 1.2;
    letter-spacing: 1px;
    background-color: #fff;
    padding-top: 10px
}

@media screen and (min-width:34.375em) {
    .locations-map-info .locations-info-box .main-info-wrapper .location-address-phone {
        width: calc(100% - 88px)
    }
}

@media print,
screen and (min-width:48em) {
    .locations-map-info .locations-info-box .main-info-wrapper .location-address-phone {
        width: 100%;
        padding-right: 10px
    }
}

@media screen and (min-width:87.5em) {
    .locations-map-info .locations-info-box .main-info-wrapper .location-address-phone {
        font-size: .6875rem
    }
}

@media screen and (min-width:112.5em) {
    .locations-map-info .locations-info-box .main-info-wrapper .location-address-phone {
        font-size: .75rem
    }
}

.locations-map-info .locations-info-box .main-info-wrapper .location-address-phone .locations-address {
    margin-bottom: 12px
}

.locations-map-info .locations-info-box .main-info-wrapper .location-address-phone .locations-address .address,
.locations-map-info .locations-info-box .main-info-wrapper .location-address-phone .locations-address .city-state-zip {
    display: block
}

.locations-map-info .locations-info-box .main-info-wrapper .location-address-phone .locations-address .address {
    margin-bottom: 3px
}

.locations-map-info .locations-info-box .venue-cta {
    width: 200px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width:34.375em) {
    .locations-map-info .locations-info-box .venue-cta {
        width: 230px
    }
}

@media print,
screen and (min-width:48em) {
    .locations-map-info .locations-info-box .venue-cta {
        position: absolute;
        top: 260px;
        right: 15px;
        z-index: 6;
        width: 175px
    }
}

@media screen and (min-width:56.25em) {
    .locations-map-info .locations-info-box .venue-cta {
        top: 330px
    }
}

@media print,
screen and (min-width:64em) {
    .locations-map-info .locations-info-box .venue-cta {
        right: 30px;
        top: 335px;
        width: 315px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (min-width:75em) {
    .locations-map-info .locations-info-box .venue-cta {
        top: 410px;
        right: 60px
    }
}

@media screen and (min-width:87.5em) {
    .locations-map-info .locations-info-box .venue-cta {
        top: 500px;
        width: 350px
    }
}

@media screen and (min-width:100em) {
    .locations-map-info .locations-info-box .venue-cta {
        top: 585px;
        width: 400px
    }
}

@media screen and (min-width:112.5em) {
    .locations-map-info .locations-info-box .venue-cta {
        right: 80px;
        top: 630px;
        width: 425px
    }
}

@media screen and (min-width:120em) {
    .locations-map-info .locations-info-box .venue-cta {
        top: 680px
    }
}

.locations-map-info .locations-info-box .venue-cta .button {
    width: 100%;
    padding-top: .85rem;
    padding-bottom: .85rem;
    margin-bottom: 15px
}

@media print,
screen and (min-width:48em) {
    .locations-map-info .locations-info-box .venue-cta .button {
        padding-left: .75rem;
        padding-right: .75rem
    }
}

@media print,
screen and (min-width:64em) {
    .locations-map-info .locations-info-box .venue-cta .button {
        padding-top: .95rem;
        padding-bottom: .95rem;
        margin-bottom: 0;
        margin-right: 20px;
        font-size: .625rem
    }
}

@media screen and (min-width:87.5em) {
    .locations-map-info .locations-info-box .venue-cta .button {
        padding-top: 1rem;
        padding-bottom: 1rem;
        font-size: .75rem
    }
}

.locations-map-info .locations-info-box .venue-cta .button.hollow {
    margin-bottom: 0;
    margin-right: 0
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area>h2 {
    text-align: center;
    color: #86753e;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 20px!important
}

@media screen and (min-width:28.125em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area>h2 {
        font-size: 1.25rem
    }
}

@media print,
screen and (min-width:48em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area>h2 {
        font-size: 1rem
    }
}

@media screen and (min-width:100em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area>h2 {
        font-size: 1.125rem
    }
}

@media screen and (min-width:120em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area>h2 {
        font-size: 1.25rem
    }
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area>p {
    text-align: center
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form .location-fwb-form-selector {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 650px
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form .select-message {
    text-align: center;
    font-weight: 600;
    color: #333
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form .fwb-form-element {
    display: none
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form .fwb-form-element#fwb-select-message {
    display: block
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form {
    display: block;
    margin-top: 30px
}

@media print,
screen and (min-width:48em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form {
        margin-top: 40px
    }
}

@media screen and (min-width:75em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form {
        margin-top: 60px
    }
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content {
    display: block
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content::-webkit-input-placeholder {
    text-align: center;
    font-size: .5rem;
    text-transform: uppercase;
    font-family: Gotham, sans-serif;
    color: #666;
    letter-spacing: 2.4px;
    line-height: 2.4
}

@media screen and (min-width:28.125em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content::-webkit-input-placeholder {
        font-size: .5625rem
    }
}

@media print,
screen and (min-width:48em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content::-webkit-input-placeholder {
        font-size: .5rem
    }
}

@media screen and (min-width:100em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content::-webkit-input-placeholder {
        font-size: .5625rem
    }
}

@media screen and (min-width:120em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content::-webkit-input-placeholder {
        font-size: .625rem
    }
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content::-moz-placeholder {
    text-align: center;
    font-size: .5rem;
    text-transform: uppercase;
    font-family: Gotham, sans-serif;
    color: #666;
    letter-spacing: 2.4px;
    line-height: 2.4
}

@media screen and (min-width:28.125em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content::-moz-placeholder {
        font-size: .5625rem
    }
}

@media print,
screen and (min-width:48em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content::-moz-placeholder {
        font-size: .5rem
    }
}

@media screen and (min-width:100em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content::-moz-placeholder {
        font-size: .5625rem
    }
}

@media screen and (min-width:120em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content::-moz-placeholder {
        font-size: .625rem
    }
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content:-ms-input-placeholder {
    text-align: center;
    font-size: .5rem;
    text-transform: uppercase;
    font-family: Gotham, sans-serif;
    color: #666;
    letter-spacing: 2.4px;
    line-height: 2.4
}

@media screen and (min-width:28.125em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content:-ms-input-placeholder {
        font-size: .5625rem
    }
}

@media print,
screen and (min-width:48em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content:-ms-input-placeholder {
        font-size: .5rem
    }
}

@media screen and (min-width:100em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content:-ms-input-placeholder {
        font-size: .5625rem
    }
}

@media screen and (min-width:120em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content:-ms-input-placeholder {
        font-size: .625rem
    }
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content:-moz-placeholder {
    text-align: center;
    font-size: .5rem;
    text-transform: uppercase;
    font-family: Gotham, sans-serif;
    color: #666;
    letter-spacing: 2.4px;
    line-height: 2.4
}

@media screen and (min-width:28.125em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content:-moz-placeholder {
        font-size: .5625rem
    }
}

@media print,
screen and (min-width:48em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content:-moz-placeholder {
        font-size: .5rem
    }
}

@media screen and (min-width:100em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content:-moz-placeholder {
        font-size: .5625rem
    }
}

@media screen and (min-width:120em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content:-moz-placeholder {
        font-size: .625rem
    }
}

@media print,
screen and (min-width:48em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media print,
screen and (min-width:48em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content ._form_element {
        width: calc(50% - 12px)
    }
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content ._form_element:nth-child(3) {
    width: 100%!important
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content ._form_element input {
    border-left: none;
    border-top: none;
    border-right: none;
    margin-bottom: 25px
}

@media screen and (min-width:75em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content ._form_element input {
        margin-bottom: 30px
    }
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content ._form_element ._field-wrapper {
    position: relative
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content ._form_element ._field-wrapper input[type=text] {
    font-size: 1rem;
    letter-spacing: .7px;
    border-color: #ccc;
    box-shadow: none;
    padding: .7rem 1rem
}

@media print,
screen and (min-width:48em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content ._form_element ._field-wrapper input[type=text] {
        font-size: .75rem;
        letter-spacing: 1px
    }
}

@media screen and (min-width:100em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content ._form_element ._field-wrapper input[type=text] {
        font-size: .8125rem
    }
}

@media screen and (min-width:120em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content ._form_element ._field-wrapper input[type=text] {
        font-size: .875rem
    }
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content ._form_element ._field-wrapper ._error-html {
    margin-bottom: 10px
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content ._form_element ._field-wrapper ._error {
    display: block;
    position: absolute;
    font-size: 13px;
    z-index: 999
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content ._form_element ._field-wrapper ._error._above {
    padding-bottom: 4px;
    bottom: 39px;
    right: 0
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content ._form_element ._field-wrapper ._error._above ._error-arrow {
    bottom: 0;
    right: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f37c7b
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content ._form_element ._field-wrapper ._error._below {
    padding-top: 4px;
    top: 100%;
    right: 0
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content ._form_element ._field-wrapper ._error._below ._error-arrow {
    top: 0;
    right: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f37c7b
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content ._form_element ._field-wrapper ._error ._error-inner {
    padding: 8px 12px;
    background-color: #f37c7b;
    font-size: .75rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 4px
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content ._form_element ._field-wrapper ._error ._error-inner._form_error {
    margin-bottom: 5px;
    text-align: left
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content ._form_element ._field-wrapper ._error ._error-inner._no_arrow {
    margin-bottom: 10px
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content ._form_element ._field-wrapper ._error ._error-arrow {
    position: absolute;
    width: 0;
    height: 0
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content ._button-wrapper {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    text-align: center
}

body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content ._button-wrapper ._submit {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    width: 201px
}

@media screen and (min-width:87.5em) {
    body.page-id-2667 .generic-page-sections .type-5-main-content-area .active-hosted-campaign-form ._form ._form-content ._button-wrapper ._submit {
        width: 250px
    }
}

.page-id-3 .generic-page-sections .scrollinview {
    display: block;
    visibility: visible;
    opacity: 1!important
}

body.page-id-2835 .generic-page-sections .easter-brunch-description {
    line-height: 1.3;
    font-size: .875rem
}

@media print,
screen and (min-width:48em) {
    body.page-id-2835 .generic-page-sections .easter-brunch-description {
        margin-top: -40px
    }
}

@media print,
screen and (min-width:64em) {
    body.page-id-2835 .generic-page-sections .easter-brunch-description {
        font-size: 1rem
    }
}

@media screen and (min-width:87.5em) {
    body.page-id-2835 .generic-page-sections .easter-brunch-description {
        font-size: 1.125rem
    }
}

body.page-id-2835 .generic-page-sections .type-1-main-content-area>h2 {
    text-align: center;
    color: #86753e;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 20px!important
}

@media screen and (min-width:28.125em) {
    body.page-id-2835 .generic-page-sections .type-1-main-content-area>h2 {
        font-size: 1.25rem
    }
}

@media print,
screen and (min-width:48em) {
    body.page-id-2835 .generic-page-sections .type-1-main-content-area>h2 {
        font-size: 1rem
    }
}

@media screen and (min-width:100em) {
    body.page-id-2835 .generic-page-sections .type-1-main-content-area>h2 {
        font-size: 1.125rem
    }
}

@media screen and (min-width:120em) {
    body.page-id-2835 .generic-page-sections .type-1-main-content-area>h2 {
        font-size: 1.25rem
    }
}

body.page-id-2835 .generic-page-sections .type-1-main-content-area>p {
    text-align: center
}

body.page-id-2835 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

body.page-id-2835 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form .location-fwb-form-selector {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 650px
}

body.page-id-2835 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form .select-message {
    text-align: center;
    font-weight: 600;
    color: #333
}

body.page-id-2835 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form .fwb-form-element {
    display: none
}

body.page-id-2835 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form .fwb-form-element#fwb-select-message {
    display: block
}

body.page-id-2835 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form .fwb-form-element .menu-image {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px
}

body.page-id-2835 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form .fwb-form-element .menu-image img {
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

body.page-id-2835 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form .fwb-form-element .otw-widget-form {
    margin-top: 40px;
    margin-bottom: 40px
}

body.page-id-2835 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form .fwb-form-element .open-table-widget-container .otw-wrapper .otw-input-wrap:first-child {
    width: 100%!important
}

body.page-id-2854 .generic-page-sections .easter-brunch-description,
body.page-id-2857 .generic-page-sections .easter-brunch-description {
    line-height: 1.3;
    font-size: .875rem
}

@media print,
screen and (min-width:48em) {
    body.page-id-2854 .generic-page-sections .easter-brunch-description,
    body.page-id-2857 .generic-page-sections .easter-brunch-description {
        margin-top: -40px
    }
}

@media print,
screen and (min-width:64em) {
    body.page-id-2854 .generic-page-sections .easter-brunch-description,
    body.page-id-2857 .generic-page-sections .easter-brunch-description {
        font-size: 1rem
    }
}

@media screen and (min-width:87.5em) {
    body.page-id-2854 .generic-page-sections .easter-brunch-description,
    body.page-id-2857 .generic-page-sections .easter-brunch-description {
        font-size: 1.125rem
    }
}

body.page-id-2854 .generic-page-sections .type-1-main-content-area>h2,
body.page-id-2857 .generic-page-sections .type-1-main-content-area>h2 {
    text-align: center;
    color: #86753e;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 20px!important
}

@media screen and (min-width:28.125em) {
    body.page-id-2854 .generic-page-sections .type-1-main-content-area>h2,
    body.page-id-2857 .generic-page-sections .type-1-main-content-area>h2 {
        font-size: 1.25rem
    }
}

@media print,
screen and (min-width:48em) {
    body.page-id-2854 .generic-page-sections .type-1-main-content-area>h2,
    body.page-id-2857 .generic-page-sections .type-1-main-content-area>h2 {
        font-size: 1rem
    }
}

@media screen and (min-width:100em) {
    body.page-id-2854 .generic-page-sections .type-1-main-content-area>h2,
    body.page-id-2857 .generic-page-sections .type-1-main-content-area>h2 {
        font-size: 1.125rem
    }
}

@media screen and (min-width:120em) {
    body.page-id-2854 .generic-page-sections .type-1-main-content-area>h2,
    body.page-id-2857 .generic-page-sections .type-1-main-content-area>h2 {
        font-size: 1.25rem
    }
}

body.page-id-2854 .generic-page-sections .type-1-main-content-area>p,
body.page-id-2857 .generic-page-sections .type-1-main-content-area>p {
    text-align: center
}

body.page-id-2854 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form,
body.page-id-2857 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

body.page-id-2854 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form .location-fwb-form-selector,
body.page-id-2857 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form .location-fwb-form-selector {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 650px
}

body.page-id-2854 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form .select-message,
body.page-id-2857 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form .select-message {
    text-align: center;
    font-weight: 600;
    color: #333
}

body.page-id-2854 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form .fwb-form-element,
body.page-id-2857 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form .fwb-form-element {
    display: none
}

body.page-id-2854 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form .fwb-form-element#fwb-select-message,
body.page-id-2857 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form .fwb-form-element#fwb-select-message {
    display: block
}

body.page-id-2854 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form .fwb-form-element .menu-image,
body.page-id-2857 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form .fwb-form-element .menu-image {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px
}

body.page-id-2854 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form .fwb-form-element .menu-image img,
body.page-id-2857 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form .fwb-form-element .menu-image img {
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

body.page-id-2854 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form .fwb-form-element .otw-widget-form,
body.page-id-2857 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form .fwb-form-element .otw-widget-form {
    margin-top: 40px;
    margin-bottom: 40px
}

body.page-id-2854 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form .fwb-form-element .open-table-widget-container .otw-wrapper .otw-input-wrap:first-child,
body.page-id-2857 .generic-page-sections .type-1-main-content-area .active-hosted-campaign-form .fwb-form-element .open-table-widget-container .otw-wrapper .otw-input-wrap:first-child {
    width: 100%!important
}

body.page-id-2854 .generic-page-hero .hero-main .generic-main-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2)
}

body.page-id-2854 .generic-page-hero .hero-main .generic-main-image h1.text-decoration span.generic-happy-hour-header {
    position: relative;
    left: -5px;
    bottom: 1px;
    letter-spacing: .25rem
}

@media screen and (min-width:21.5625em) {
    body.page-id-2854 .generic-page-hero .hero-main .generic-main-image h1.text-decoration span.generic-happy-hour-header {
        letter-spacing: 0
    }
}

@media screen and (min-width:31.25em) {
    body.page-id-2854 .generic-page-hero .hero-main .generic-main-image h1.text-decoration span.generic-happy-hour-header {
        font-size: 90%
    }
}

@media screen and (min-width:64em) {
    body.page-id-2854 .generic-page-hero .hero-main .generic-main-image h1.text-decoration span.generic-happy-hour-header {
        letter-spacing: .25rem
    }
}

@media screen and (min-width:75em) {
    body.page-id-2854 .generic-page-hero .hero-main .generic-main-image h1.text-decoration span.generic-happy-hour-header {
        left: -2px;
        bottom: 2px;
        letter-spacing: .5rem
    }
}

@media screen and (min-width:100em) {
    body.page-id-2854 .generic-page-hero .hero-main .generic-main-image h1.text-decoration span.generic-happy-hour-header {
        left: 6px;
        bottom: 4px;
        letter-spacing: 1.25rem
    }
}

@media screen and (min-width:112.5em) {
    body.page-id-2854 .generic-page-hero .hero-main .generic-main-image h1.text-decoration span.generic-happy-hour-header {
        left: 10px;
        letter-spacing: 1.625rem
    }
}

body.page-id-2857 .generic-page-hero .sub-heading-text {
    background-color: #fff;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #86753e
}

@media print,
screen and (min-width:48em) {
    body.page-id-2857 .generic-page-hero .sub-heading-text {
        position: absolute;
        bottom: 0;
        line-height: 1.4;
        left: calc(48% - 3px);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 10;
        background-color: transparent;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 25%;
        text-align: center
    }
}

@media print,
screen and (min-width:64em) {
    body.page-id-2857 .generic-page-hero .sub-heading-text {
        line-height: 1.1
    }
}

@media screen and (min-width:75em) {
    body.page-id-2857 .generic-page-hero .sub-heading-text {
        padding-left: 22%;
        left: calc(48% - -5px)
    }
}

@media screen and (min-width:100em) {
    body.page-id-2857 .generic-page-hero .sub-heading-text {
        width: 90%;
        padding-left: 24%;
        line-height: 1
    }
}

body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
    opacity: 0;
    position: relative;
    left: 3px;
    letter-spacing: .375rem
}

body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
    font-size: 27px
}

@media screen and (min-width:280px) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: calc(27px + 17 * ((100vw - 280px)/ 119))
    }
}

@media screen and (min-width:399px) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: 44px
    }
}

@media screen and (min-width:25em) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: 46px
    }
}

@media screen and (min-width:25em) and (min-width:400px) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: calc(46px + 14 * ((100vw - 400px)/ 199))
    }
}

@media screen and (min-width:25em) and (min-width:599px) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: 60px
    }
}

@media screen and (min-width:37.5em) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: 64px
    }
}

@media screen and (min-width:37.5em) and (min-width:600px) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: calc(64px + 28 * ((100vw - 600px)/ 167))
    }
}

@media screen and (min-width:37.5em) and (min-width:767px) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: 92px
    }
}

@media print,
screen and (min-width:48em) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        top: 10px;
        left: 8px
    }
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: 50px
    }
}

@media screen and (min-width:48em) and (min-width:768px) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: calc(50px + 16 * ((100vw - 768px)/ 255))
    }
}

@media screen and (min-width:48em) and (min-width:1023px) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: 66px
    }
}

@media print,
screen and (min-width:64em) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        letter-spacing: .75rem
    }
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: 68px
    }
}

@media screen and (min-width:64em) and (min-width:1024px) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: calc(68px + 18 * ((100vw - 1024px)/ 175))
    }
}

@media screen and (min-width:64em) and (min-width:1199px) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: 86px
    }
}

@media screen and (min-width:75em) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        top: 16px
    }
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: 88px
    }
}

@media screen and (min-width:75em) and (min-width:1200px) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: calc(88px + 20 * ((100vw - 1200px)/ 199))
    }
}

@media screen and (min-width:75em) and (min-width:1399px) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: 108px
    }
}

@media screen and (min-width:87.5em) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: 100px
    }
}

@media screen and (min-width:87.5em) and (min-width:1400px) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: calc(100px + 16 * ((100vw - 1400px)/ 199))
    }
}

@media screen and (min-width:87.5em) and (min-width:1599px) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: 116px
    }
}

@media screen and (min-width:100em) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        top: 20px;
        left: 18px;
        letter-spacing: 1.25rem
    }
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: 120px
    }
}

@media screen and (min-width:100em) and (min-width:1600px) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: calc(120px + 14 * ((100vw - 1600px)/ 199))
    }
}

@media screen and (min-width:100em) and (min-width:1799px) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: 134px
    }
}

@media screen and (min-width:112.5em) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        top: 24px;
        letter-spacing: 1.625rem
    }
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: 140px
    }
}

@media screen and (min-width:112.5em) and (min-width:1800px) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: calc(140px + 10 * ((100vw - 1800px)/ 120))
    }
}

@media screen and (min-width:112.5em) and (min-width:1920px) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: 150px
    }
}

@media screen and (min-width:120em) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        top: 26px;
        letter-spacing: 2.125rem
    }
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: 146px
    }
}

@media screen and (min-width:120em) and (min-width:1920px) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: calc(146px + 42 * ((100vw - 1920px)/ 480))
    }
}

@media screen and (min-width:120em) and (min-width:2400px) {
    body.page-id-2857 .generic-page-hero .sub-heading-text .sub-heading-text-inner {
        font-size: 188px
    }
}

body.page-id-2857 .generic-page-hero .hero-main .generic-main-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2)
}

body.page-id-2857 .generic-page-hero .hero-main .generic-main-image h1.text-decoration span.generic-private-events-header {
    position: relative;
    left: -5px;
    bottom: 1px;
    letter-spacing: .375rem
}

@media screen and (min-width:64em) {
    body.page-id-2857 .generic-page-hero .hero-main .generic-main-image h1.text-decoration span.generic-private-events-header {
        letter-spacing: .5rem
    }
}

@media screen and (min-width:75em) {
    body.page-id-2857 .generic-page-hero .hero-main .generic-main-image h1.text-decoration span.generic-private-events-header {
        left: -2px;
        bottom: 2px;
        letter-spacing: .75rem
    }
}

@media screen and (min-width:100em) {
    body.page-id-2857 .generic-page-hero .hero-main .generic-main-image h1.text-decoration span.generic-private-events-header {
        left: 6px;
        bottom: 4px;
        letter-spacing: 1.25rem
    }
}

@media screen and (min-width:112.5em) {
    body.page-id-2857 .generic-page-hero .hero-main .generic-main-image h1.text-decoration span.generic-private-events-header {
        left: 10px;
        letter-spacing: 1.625rem
    }
}

@media screen and (max-width:63.99875em) {
    body:not(.page-template-front-page):not(.hero-main) .styled-title-heading .title-bottom,
    body:not(.page-template-front-page):not(.hero-main) .styled-title-heading .title-top,
    body:not(.page-template-front-page):not(.hero-main) .styled-title-heading:before {
        -webkit-transform: none!important;
        -ms-transform: none!important;
        transform: none!important;
        -webkit-animation: none!important;
        animation: none!important
    }
    body:not(.page-template-front-page):not(.hero-main) .scrollinview {
        visibility: visible!important
    }
    body:not(.page-template-front-page):not(.hero-main) .image-reveal-bottom,
    body:not(.page-template-front-page):not(.hero-main) .image-reveal-left,
    body:not(.page-template-front-page):not(.hero-main) .image-reveal-right,
    body:not(.page-template-front-page):not(.hero-main) .image-reveal-top {
        display: none!important
    }
    body:not(.page-template-front-page):not(.hero-main) .contact-info-section .contact-info-elements .contact-info-item .contact-info-inner {
        visibility: visible
    }
}

@-moz-document url-prefix() {
    #restaurant-menu-section .menu-sections .menu-section-item .menu-section-category-items {
        column-fill: unset
    }
}