
@import url("https://use.typekit.net/mkd7del.css");

html {
    font-size: 16px;
}

html,
body {
    overflow-x: hidden!important;
    background-color: #F9F9F8;
}
#followingButton {
    position: fixed;
    top: 280px;
    right: 0;
    width: 40px;
    height: 195px;
    background: url('../img/follower_button.svg') no-repeat center center;
    background-size: contain;
    background-position: right center;
}
body.page-id-178 #followingButton {
    display: none;
}
.container-fluid {
    width: 100%;
    max-width: 2200px;
    padding-left: 0;
    padding-right: 0;
}
.container {
    width: 1600px;
    max-width: 100%;
}

img {
    max-width: 100%;
}
.light {
    background-color: #EFECE7;
}
.lightgrey {

}
.underline {
    text-decoration: underline;
}
a {
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

a.read-more-button {

}
body,
p {
    font-family: nocturne-serif-lights, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    color: #000;
}

h1 {
    font-family: nocturne-serif-lights, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.75rem;
    line-height: 4.0625rem;
    margin-bottom: 1.875rem;
}

h2,
h2 strong,
h2 b {
    font-family: nocturne-serif-lights, serif;
    font-weight: 400!important;
    font-style: normal;
    font-size: 2.625rem;
    line-height: 2.8125rem;
    text-decoration: underline;
    margin-bottom: 1.875rem;
}

h3 {
    font-family: nocturne-serif-lights, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 1.25rem;
    text-decoration: underline;
}

h4 {
    font-family: nocturne-serif-lights, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    line-height: 1.375rem;
}

.subtext {
    font-size: 1.125rem;
    line-height: 1.375rem;
}

.space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


header {

}
.color1,
.pink {
    color: #C86649;
}

a {
    color: #C86649;
}
.grey {
    color: #999999;
}
header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;

}

#menuOpen  .icon-bar {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#menuOpen {
    padding: 0;
    width: 33px;
    height: 33px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#menuOpen span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
#menuOpen span:nth-child(2) {
    top: 10px;
    width: 25px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
#menuOpen span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}
#menuOpen.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px;
    left: 5px;
}
#menuOpen.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}#menuOpen.open span:nth-child(3) {
     -webkit-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
     transform: rotate(-45deg);
     top: 25px;
     left: 5px;
 }
#menu-main_menu li a {

}
#menu-main_menu li a:hover,
#menu-main_menu li:last-of-type a:hover {

}

img.logo {
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.relative {
    position: relative;
}

footer {

}

header {

}

.logo {
    width: 210px;
}
#megamenu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#megamenu.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
#megamenu .topLevel {
    background-color: #C86649;
}
#megamenu .container-fluid {
    position: relative;
}
#megamenu .container-fluid .gradientBG {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*background: -webkit-gradient(linear, left top, right top, from(#577488), to(#2D4454));
    background: -o-linear-gradient(left, #577488 0%, #2D4454 100%);
    background: linear-gradient(90deg, #577488 0%, #2D4454 100%);*/
    background: #2D4454;
    opacity: 0.9;
}
#megamenu .bottomLevel {
    overflow: auto;
    max-height: 85vh;
}
.menu-cta h1,
.menu-cta h2,
.menu-cta h3,
.menu-cta h4,
.menu-cta h5,
.menu-cta p {
    color: #fff;
    text-decoration: none;
}
#megamenu ul.submenu {
    display: none;
}
#megamenu ul.submenu:first-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#megamenu .animated-arrow {
    height: 30px;
    background-image: url('../img/arrow.svg');
    background-size: 24px 12px;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#megamenu a:hover > .animated-arrow {
    /*background-position: right 40px center;*/
}
.menuCTA {
    display:none;
}
#menuCTADefault.menuCTA {

}
.menuCTA:first-of-type {
    display: block;
}
#megamenu .touch {
    background-color: #395365;
}
#mobilemenu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
#mobilemenu.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.hamburger-close {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('../img/close.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.topLevelNavContainer .nav > li {
    padding-left: 30px;
    padding-right: 30px;
}
.topLevelNavContainer .nav > li > a {
    display: inline-block;
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.375rem;
    text-decoration: none!important;
    padding-top: 30px;
    padding-bottom: 30px;
}
.topLevelNavContainer a.active {
    border-bottom: 5px solid #fff;
}
ul.secondLevelMenu {
    list-style-type: none;
    padding-left: 0;
}
.secondLevelMenu a {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.75rem;
    border-bottom: 1px solid #577488;
    padding: 10px 0;
    display: block;
    background-position: right 20px center;
    background-size: 24px 12px;
}
.secondLevelMenu a:hover {
    color: #C86649;
    background-image: url('../img/megamenu_arrow.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 24px 12px;
}
ul.submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
}
ul.submenu li {

}
ul.submenu li {
    border-top: 1px solid #577488;
    border-right: 1px solid #577488;
    position: relative;
}
ul.submenu li:nth-child(odd) {
    border-left: 1px solid #577488;
}
ul.submenu li:last-child {
    border-right: 1px solid #577488;
}
ul.submenu li:nth-last-of-type(-n+2) {
    border-bottom: 1px solid #577488;
}
ul.submenu li a {
    padding: 30px 30px 20px 30px;
    display: inline-block;
    color: #EFECE7;
    text-decoration: none!important;
    position: relative;
}
ul.submenu li a span {
    display: block;
}
ul.submenu li a span.item-title {
    text-decoration: underline;
}
ul.submenu a:hover {
    opacity: 1;
}
ul.submenu li a span {
    color: #fff;
}
ul.submenu li:hover a:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #fff;
}
footer {
    /*padding-top: 50px;*/
    margin-top: 0;
    background: transparent;
}
#main-content.blur {
    -webkit-filter: blur(12px);
    filter: blur(12px);
}
.footer-bottom {
    background-color: #233746;
    padding-top: 15px;
    padding-bottom: 15px;
}
.footer-top {
    background-image: url('../img/footer_texture_repeat.jpg');
    background-position: center center;
    background-repeat: repeat;
}
footer .nav > li {
    width: 100%;

}
.footer-cta {
    padding: 60px 50px;
    background: #fff;
    border-bottom: 8px solid #C86649;
    margin-top: -50px;
    -webkit-box-shadow: 0px 10px 40px #33333333;
    box-shadow: 0px 10px 40px #33333333;
}
.footer-menus h1,
.footer-menus h2,
.footer-menus h3,
.footer-menus h4,
.footer-menus h5,
.footer-menus p {
    color: #fff;
}
footer .nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
footer .nav li:last-of-type {
    border-bottom: none;
}
footer .nav li a {
    color: #fff;
    font-family: nocturne-serif-lights, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    text-decoration: none!important;
    padding: 8px 0;
    display: inline-block;
}
footer .nav li a:hover {
    color: #C86649;
}
.footer-bottom p {
    margin-bottom: 0;
    font-size: 0.8125rem;
}
a.social-link {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
a.social-link:first-of-type {
    margin-left: 1rem;
}
a.social-link.facebook {
    background-image: url('../img/ico_facebook.svg');
}
a.social-link.twitter {
    background-image: url('../img/ico_twitter.svg');
}
a.social-link.instagram {
    background-image: url('../img/ico_instagram.svg');
}
.footer-bottom a {
    color: inherit;
    text-decoration: none!important;
}
.footer-bottom a:hover {
    opacity: 0.75;
}

.imageheading-text .container {
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 550px;
}
.imageheading-text h2 {
    text-shadow: 0px 5px 20px rgba(255, 255, 255, 0.8);
}
.image-square {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.image-4-3 {
    width: 100%;
    position: relative;
    padding-bottom: 75%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.image-16-9 {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.featured-blog-thumb {
    width: 100%;
    position: relative;
    padding-bottom: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.blog-thumb {
    width: 100%;
    position: relative;
    padding-bottom: 30%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.lightbox {
    display: none;
}
.testimonials-carousel {
    background: #EFECE7;
}
.page-header .top {
    /*
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;*/
    padding-top: 220px;
    padding-bottom: 20px;
    background-image: url('../img/banner-texture-repeat.png'), linear-gradient(to right, #577488, #2d4454);
}
.page-header h5 {
    font-size: 1.5rem;
    line-height: 2.25rem;
}
.blog-header {
    position: relative;
    background-image: url('../img/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 180px;
}
.blog-header .bg-overlay {
    background: #F9F9F8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 63%;
}
.blog-meta {
    border-bottom: 1px solid #707070;
}
.page-header .header-content {
    padding-top: 60px;
    padding-left: 50px;
    padding-right: 60px;
}
.page-header .header-content h3 {
    text-decoration: none;
    position: relative;
}
.page-header .header-content h3:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: -25%;
    width: 23%;
    background: #999999;
    height: 1px;
}
.page-header h1 {
    color: #fff;
    text-decoration: underline;
}
.page-header h5 {
    color: #CCCCCC;
}
.page-header img {
    margin-top: -250px;
}

.banner > .container-fluid {
    min-height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 120px;
    padding-bottom: 80px;
}
.text_stats_image .container {
    /*background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;*/
}

a.read-more {
    display: inline-block;
    padding: 8px 30px;
    text-decoration: none!important;
    font-size: 1rem;
    line-height: 1.5625rem;
    text-transform: uppercase;
    color: #C86649;
    border: 1px solid #C86649;
    font-family: corporate-a, serif;
    font-weight: 400;
    font-style: normal;
}
a.read-more:hover {
    color: #fff;
    background: #C86649;
}
a.read-more.fill {
    color: #FFFFFF;
    background-color: #C86649;
}
a.read-more.fill:hover {
    background-color: #B2573C;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}
header  * {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

body.home header {
    background: transparent;
}
header.sticky,
body.home header.sticky{
   /* background: url('../img/bg.jpg') no-repeat center center;
    background-size: cover;*/
    background-image: url('../img/banner-texture-repeat.png'), linear-gradient(to right, #577488, #2d4454);
}
header.sticky .header-content {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
header.sticky .logo {
    width: 170px;
}
header.sticky #menuOpen {
    top: 3px;
}

.banner h1,
.banner h2,
.banner h3,
.banner h4,
.banner h5,
.banner p {
    color: #fff;
}
.banner h1 {
    text-decoration: underline;
}
.banner .banner-content {
    position: static;
}
.banner .banner-content p {
    margin-left: 100px;
    position: relative;
}
.banner .banner-content p:before {
    content: "";
    position: absolute;
    left: -200px;
    width: 190px;
    height: 1px;
    top: 10px;
    background: #fff;
}
.content_3_columns .single-column h3 {
    color: #C86649;
    text-decoration: none;
}
.content_3_columns .single-column a h3 {
    text-decoration: none;
}
.content_3_columns .single-column a:hover h3 {
    text-decoration: underline;
}
.block-3_columns .single-column h3 {
    text-decoration: none;
}
p.stat-number {
    text-align: center;
    font-size: 3.75rem;
    line-height: 4.062rem;
    color: #C86649;
    font-family: nocturne-serif, serif;
    font-weight: 600;
}
p.stat-text {
    font-family: nocturne-serif-lights, serif;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0;
}
.row.stats > div:nth-child(2) {
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
}
.slick-prev:before,
.slick-next:before {
    display: none;
}
.slick-prev,
.slick-next {
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-prev {
    background-image: url('../img/carousel_prev.svg');
    left: -70px;
}
.slick-next:hover,
.slick-next:focus,
.slick-next {
    background-image: url('../img/carousel_next.svg');
    right: -70px;
}
.slick-prev:hover,
.slick-next:hover {
    opacity: 0.75;
}
p.quote {
    color: #000;
    font-family: nocturne-serif-lights, serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2.25rem;
    font-style: italic;
}
p.customer {
    font-size: 1.125rem;
    line-height: 1.375rem;
}
.blog_highlights .container {
    padding-top: 100px;
    padding-bottom: 110px;
}
.single-column a {
    color: inherit;
    text-decoration: none!important;
    display: block;
}
.blog_highlights a h3 {
    text-decoration: underline;
}
.blog_highlights a:hover h3 {
    text-decoration: underline;
}
.single-column a:hover {
    opacity: 0.75;
}
p.post-date {
    color: #C86649;
    font-family: nocturne-serif-lights, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    margin-bottom: 0.5rem;
}
.block-3_columns_grayscale_images a,
.block-3_columns_grayscale_images a h5,
.block-3_columns_grayscale_images a h3,
.block-3_columns_grayscale_images a p  {
    color: inherit;
    text-decoration: none!important;
}
.block-3_columns_grayscale_images a .image-4-3.full-color {
    display: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.block-3_columns_grayscale_images a .image-4-3.blue {
    display: block;
}
.block-3_columns_grayscale_images a:hover .image-4-3.full-color {
    display: block;
}
.block-3_columns_grayscale_images a:hover .image-4-3.blue {
    display: none;
}
.block-3_columns_grayscale_images a p.price-from {
    padding-right: 50px;
    background-image: url('../img/arrow.svg');
    background-repeat: no-repeat;
    background-size: 24px 12px;
    background-position: right center;
}
.row.faq {
    background-color: #fff;
}
.faq-heading a {
    color: inherit;
    font-size: inherit;
    cursor: pointer;
    display: block;
    border-bottom: 1px solid #EFECE7;
    padding: 30px 100px;
    background-image: url('../img/arrow_down.svg');
    background-size: 16px 16px;
    background-position: center right;
    background-repeat: no-repeat;
}
.faq-heading a[aria-expanded="true"]{
    background-image: url('../img/arrow_up.svg');
}
.faq-heading h3 {
    text-decoration: none;
    margin-top: 0;
    margin-bottom: 0;
}
.row.faq .card-body {
    padding-left: 130px;
}
.content_2_columns a h3 {
    text-decoration: none;
    padding-right: 40px;
    background: url('../img/arrow.svg') no-repeat right center;
    background-size: 24px 12px;
}
.single-column a .arrow {
    height: 15px;
    background: url('../img/arrow.svg') no-repeat right center;
    background-size: 24px 12px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
    width: 100%;
    margin-bottom: 20px;
    padding: 5px 10px;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #999999;
    color: #999999;
    -webkit-border-radius:0px;
    outline: none!important;
}
textarea {
    height: 130px;
    padding: 10px;
    border: 1px solid #999999;
}
input[type="submit"] {
    -webkit-border-radius:0px;
    padding: 8px 30px;
    background: transparent;
    display: inline-block;
    text-decoration: none !important;
    font-family: corporate-a, serif;
    font-weight: 400;
    font-style: normal;

    font-size: 1rem;
    line-height: 1.5625rem;
    text-transform: uppercase;
    color: #C86649;
    border: 1px solid #C86649;
    float: right;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    cursor: pointer;
}
input[type="submit"]:hover {
    color: #fff;
    background: #C86649;
}

::-webkit-input-placeholder { /* Edge */
    color: #999999;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999999;
    opacity: 1;
}

::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #999999;
    opacity: 1;
}

::placeholder {
    color: #999999;
    opacity: 1;
}

select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background-image: url('../img/arrow_down.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 17px 17px;
}
.form-container {
    background: #fff;
    padding: 50px;
    border-bottom: 6px solid #C86649;
    -webkit-box-shadow: 0px 10px 40px #33333333;
    box-shadow: 0px 10px 40px #33333333;
}
.page-header.booking .bg-overlay {
    position: absolute;
    top: 60%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #F9F9F8;
}
.content404 {
    background: url('../img/404.jpg') no-repeat bottom center;
    background-size: cover;
    min-height: 85vh;
}
.content404 h1 {
    font-size: 100px;
    color: #fff;
}
.content404 p {
    font-size: 42px;
    line-height: 50px;
    color: #fff;
    position: relative;
    padding-left: 50px;
}
.content404 p:before {
    position: absolute;
    content: "";
    left: -200px;
    width: 240px;
    height: 1px;
    background: #fff;
    top: 25px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    padding: 0!important;
    border: none!important;
}
.block-3_columns .single-column a {
    color: inherit;
    text-decoration: inherit;
}
.fees-group {
    border-bottom: 1px solid #707070;
}
.fees-group:last-of-type {
    border-bottom: none;
}

.gallery .mainImage {
    display: none;
}
.gallery .mainImage:first-of-type {
    display: block;
}
.gallery .image-caption {
    position: absolute;
    bottom: 0;
    left: 20px;

}
.galleryPrevBtn,
.galleryNextBtn {
    position: absolute;
    top: calc(50% - 15px);
    display: block;
    width: 30px;
    height:30px;
    cursor: pointer;
}
.galleryPrevBtn {
    left: 20px;
    background-image: url('../img/btn_prev.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.galleryNextBtn {
    right: 20px;
    background-image: url('../img/btn_next.svg');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.magnifier-link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-image: url('../img/magnifier2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

.featherlight .featherlight-content {
    padding: 0;
    border-bottom: 0;
}
.featherlight-next, .featherlight-previous,
.featherlight-next:hover, .featherlight-previous:hover {
    background-size: 40px 40px;
    background-repeat: no-repeat;
}
.featherlight-previous,
.featherlight-previous:hover {
    background-image: url('../img/btn_prev.svg');
    background-position: left center;
}
.featherlight-next,
.featherlight-next:hover{
    background-image: url('../img/btn_next.svg');
    background-position: right center;
}
.featherlight-next:hover, .featherlight-previous:hover {
    background-color: transparent!important;
}
.featherlight-next span, .featherlight-previous span {
    display: none!important;
}

/*** Tweaks *****/

.page-id-174 .row.content_3_columns.white:last-of-type {
    padding-bottom: 80px;
}

/*** Third Level Links ***/

a.third-level-links {
    font-size: 1rem;
    padding: 7px 0;
}

.third-level-list > li:last-of-type {
    margin-bottom: 15px;
}

.third-level-list > li:last-of-type > a {
    border-bottom: none;
}

@media(min-width: 768px) {
    .third-level-list a.tli-188 {
        display: none;
    }
}

/* Locations Page 2021 */
.block-contact-options a p {
    font-size: 1.125rem;;
}
.block-contact-options a:hover {
    text-decoration: none;
}
.block-contact-options a h2 {
    color: #000;
}
.block-contact-options h6 {
    margin: 3rem 0 1rem;
    color: #C86649;
    font-size: 0.938rem;;
}
.block-contact-options a.border-bottom {
    color: #000;
    margin-bottom: 0.938rem;
    display: inline-block;
    font-size: 1.125rem;
}
.block-contact-options a.border-bottom:hover {
    color: #C86649;
}