﻿/*
font-family: 'Oswald', sans-serif;
font-family: 'Damion', cursive;
font-family: 'Montserrat', sans-serif;
*/


body {margin: 0; padding: 0; width: 100%; height: 100%; background: #fff; font-family: 'Montserrat', sans-serif; font-size: 1em; line-height: 1.1em;}
img {max-width: 100%; border: none;}
.clearDiv {clear: both;}
.setWidth {width: 90%; max-width: 1200px; margin: 0 auto;}
*{box-sizing: border-box;}
iframe {max-width: 100%;}
body * {letter-spacing: normal !important; line-height: inherit;}
.sc-content-block-quick-insert {display: none !important;}
div.actionMenu ul.dnn_mact > li.actionMenuMove > ul li {height: auto !important;}
.eds_galleryWrapper {padding-top: 0px !important;}
.slider-wrapper > div {background: transparent !important;}
.sc-menu {position: relative;z-index: 100 !important;}
.slick-dots {margin-left: 0;}
.theme-default .nivoSlider {background: transparent !important; -webkit-box-shadow: 0px 0px 0px 0px #4a4a4a !important; -moz-box-shadow: 0px 0px 0px 0px #4a4a4a !important; box-shadow: 0px 0px 0px 0px #4a4a4a !important; margin-bottom: 0px !important;}
.menuBtn, .mobileMenuWrapper {display: none;}
.fa-facebook-f:before {content: "\f39e" !important;}
.Field.fullWidth textarea, .Field.fullWidth input, .Field.fullWidth .Field-Container-Wide {width: 100% !important;}



/* styling */

.headerWrapper {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.bottomMenu {
    background: #092e6ec7;
    text-align: center;
    padding: 10px 0;
}
.logoWrapper {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    padding-right: 50px;
    text-align: left;
    max-width: 200px;
    margin-left: -45px;
}
.menuWrapper {
    display: inline-block;
    vertical-align: middle;
    width: 58%;
    text-align: center;
}
.buttonWrapper {
    display: inline-block;
    vertical-align: middle;
    width: 20%;
    text-align: right;
}
.buttonWrapper a {
    color: #fff !important;
    margin-left: 12px;
    text-align: center;
    transition: all 0.6s ease;
}
.buttonWrapper a:hover i, .buttonWrapper a:focus i {
    background: #fff;
    color: #092E6E;
}
.buttonWrapper a i {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: relative;
    padding: 7px 0 0 0;
    transition: all 0.6s ease;
}




.footerWrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 18%;
    position: relative;
    background-image: url(images/footer-bg.png);
    padding: 50px 0;
}
.footerWrapper > .setWidth {
    display: table;
}
.footerLogo {
    display: table-cell;
    vertical-align: middle;
    width: 200px;
}
.footerRight {
    display: table-cell;
    vertical-align: middle;
    padding-left: 90px;
}
.footerCol {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 1% 0 0;
    padding: 0 2% 0 0;
}
.footerTitle {
    color: #fff;
    font-size: 140%;
    letter-spacing: 3px !important;
    font-weight: 400;
    margin: 0 0 15px 0;
}
.footerContent {
    color: #fff;
    font-weight: 300;
    font-size: 90%;
    line-height: 105%;
    padding-bottom: 2px;
}
.noIcon {
    padding-left: 14px;
}
.footerColumns {
    border-bottom: 1px solid #fff;
    padding: 0 0 17px 0;
    margin: 0 0 23px 0;
}
.footerButtons a {
    color: #fff !important;
    margin-right: 23px;
    text-align: center;
    transition: all 0.6s ease;
}
.footerButtons a i {
    border: 1px solid #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    position: relative;
    padding: 7px 0 0 0;
    transition: all 0.6s ease;
}
.footerButtons a:focus i, .footerButtons a:hover i {
    background: #fff;
    color: #1A9CDC;
}
.footerDisclaimer {
    background: #092E6E;
    text-align: center;
    color: #fff;
    font-size: 85%;
    line-height: 110%;
    font-weight: 200;
    padding: 7px 0;
}
.footerDisclaimer .setWidth {
    letter-spacing: 0.8px !important;
}
.footerCopy {
    background: #001d4f;
    text-align: center;
    padding: 4px 0;
    color: #ffffff7d;
    font-weight: 200;
    letter-spacing: 1px !important;
    font-size: 75%;
}
.footerCopy span {
    letter-spacing: 1px !important;
}
.footerCopy a {
    letter-spacing: 1px !important;
    color: #ffffff7d !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
}
.footerCopy a:hover, .footerCopy a:focus {
    color: #ffffff !important;
}







/* generic */

p, li, .contentDiv td, .Normal {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 93%;
    line-height: 150%;
    color: #092e6e;
}
p {margin: 0 0 13px 0;}
ul {margin-bottom: 13px;}

.contentWrapper {position: relative;padding: 160px 0;}
.contentDiv li{padding: 4px 0;}
.contentDiv ul, .contentDiv ol {margin: -5px 0 22px 35px;}
.contentDiv ul li ul li {font-size: 0.9em; line-height: 1.25em; list-style-type: circle;}
.contentDiv ul li ul {margin-top: 1px; line-height: 1.2em; margin-bottom: 0;}
.contentDiv li p {line-height: 1.5em;}

strong{font-weight: 700;}
em{font-style: italic;}
strong em, em strong{font-style: italic; font-weight: 700;}

h1 {
    font-family: 'Damion';
    font-size: 390%;
    line-height: 100%;
    font-weight: 400;
    font-style: normal;
    color: #092e6e;
    margin: 0 0 30px 0;
}

h2 {
    font-family: 'Oswald';
    font-size: 320%;
    line-height: 100%;
    font-weight: 100;
    font-style: normal;
    color: #1a9cdc;
    margin: 38px 0 16px;
    letter-spacing: 6px !important;
    text-transform: uppercase;
}

h3 {
    font-family: 'Montserrat';
    font-size: 172%;
    line-height: 100%;
    font-weight: 600;
    font-style: normal;
    color: #092E6E;
    margin: 21px 0 20px;
}

h4 {
    font-family: 'Montserrat';
    font-size: 140%;
    line-height: 100%;
    font-weight: 500;
    font-style: normal;
    color: #092E6E;
    margin: 20px 0 20px;
}

h5 {
    font-family: 'Montserrat';
    font-size: 120%;
    line-height: 100%;
    font-weight: 500;
    font-style: normal;
    color: #092E6E;
    margin: 20px 0 20px;
}

h6 {
    font-family: 'Montserrat';
    font-size: 110%;
    line-height: 100%;
    font-weight: 500;
    font-style: normal;
    color: #092E6E;
    margin: 20px 0 20px;
}

h1 + h2{margin-top: 15px;}
h1 + h3, h2 + h3{margin-top: 15px;}
h1 + h4, h2 + h4, h3 + h4{margin-top: 15px;}
h1 + h5, h2 + h5, h3 + h5, h4 + h5{margin-top: 15px;}
h1 + h6, h2 + h6, h3 + h6, h4 + h6, h5 + h6{margin-top: 15px;}

a:link, a:visited {text-decoration: underline;color: #1A9CDC;}
a:hover, a:active, a:focus{ text-decoration: none; color: #1A9CDC; }
a:focus, select:focus, input:focus, textarea:focus, .slick-arrow:focus, .slick-dots li:focus, .slick-dots button:focus {outline: thin dotted #000 !important;}

small{font-size:0.8em;}
big{font-size:1.2em;}
blockquote, pre{font-family:Lucida Console, monospace;}
ul li{list-style-type:square;}
ul li li{list-style-type:disc;}
ul li li li{list-style-type:circle;}
ol li{list-style-type:decimal;}
ol ol li{list-style-type:lower-alpha;}
ol ol ol li{list-style-type:lower-roman;}
ol ul li{list-style-type:disc;}

hr{color: #1A9CDC; background-color: #1A9CDC; border: none; height: 1px; text-align: left; margin: 25px 0;}

.skiptocontent a {
    padding: 6px 8px;
    position: absolute;
    z-index: 1025;
    top: -50px;
    left: 0;
	color: #fff;
    background: #C65552;
    font-family: 'Oswald';
    font-size: 0.95em;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 3px !important;
    -webkit-transition: top 1s ease-out, background 1s linear;
    transition: top 1s ease-out, background 1s linear;
}
.skiptocontent a:focus {
    top: 0;
    text-decoration: none;
    outline: 0;
    -webkit-transition: top .1s ease-in, background .5s linear;
    transition: top .1s ease-in, background .5s linear;
}
.skipLink {
    position: absolute; 
    top: 50px; /* adjust as needed */
}

.topBanner .dnnModuleManager.dnnSortable, .ctaWrapper .dnnModuleManager.dnnSortable, .bannerLinkWrapper .dnnModuleManager.dnnSortable {min-height: unset !important;}
#dnn_ctr506_HtmlModule_lblContent * {font-weight: 500; font-size: 100%;}

.hollowBtn {
    margin-top: 49px;
    margin-bottom: 10px;
}
.hollowBtn a {
    font-family: 'Oswald';
    font-size: 110%;
    line-height: 100%;
    font-weight: 100;
    color: #db7e4e;
    letter-spacing: 4px !important;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #db7e4e6b;
    border-radius: 5px;
    padding: 3px 16px 5px;
    transition: all 0.5s ease;
}
.hollowBtn a:hover, .hollowBtn a:focus {
    color: #fff;
    background: #db7e4e;
}



/* banner */

.topBanner {
    background: #db7e4e;
    padding: 8px 0;
}
.banItem {
    text-align: center;
}
.banTitle {
    font-family: 'Oswald';
    color: #fff;
    font-size: 115%;
    line-height: 110%;
    letter-spacing: 2px !important;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    width: 35%;
    padding-right: 28px;
    margin-right: 25px;
    border-right: 1px solid #fff;
    text-align: right;
    max-width: 300px;
}
.banContent {
    display: inline-block;
    vertical-align: middle;
    width: 61%;
    max-width: 430px;
    text-align: left;
    font-size: 88%;
}
.banContent * {
    color: #fff;
}
.banContent p {
    margin-bottom: 0;
    line-height: 120%;
}
.banContent a {
    color: #BEDBF3;
}
.banContent a:hover, .banContent a:focus {
    color: #BEDBF3;
}

/* END banner */




/* slider */

.sliderOuterWrap {
    position: relative;
}
.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}
.sliderItem {
    position: relative;
}
.sliderItem img {
    width: 100%;
    object-fit: cover;
    min-height: 700px;
}
.sliderItem:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #1a9cdc2e;
}
.slick-arrow {
    display: none !important;
}
.galleryNav {
    position: absolute;
    z-index: 65;
    top: 56%;
    cursor: pointer;
    color: #fff;
    font-size: 92%;
    text-align: center;
    transition: all 0.3s ease;
}
.galleryPrev {
    left: 30px;
}
.galleryNext {
    right: 30px;
}
.galleryNav i {
    color: #fff;
    background: #092e6ec7;
    border-radius: 50%;
    border: 1px solid #fff;
    height: 33px;
    width: 33px;
    padding-top: 10px;
    transition: all 0.3s ease;
}
.galleryNav:hover i, .galleryNav:focus i {
    background: #1A9CDCc7;
	transition: all 0.3s ease;
}

/* END slider */





/* gallery carousel */

div.ppt {
    font-family: 'Oswald';
    font-size: 190% !important;
    line-height: 100%;
    letter-spacing: 3px !important;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 0 20px 15px !important;
}
div.dark_rounded .currentTextHolder {
    font-family: 'Oswald';
    font-weight: 500;
    letter-spacing: 2px !important;
    color: #ffffffa6 !important;
}
a.pp_arrow_previous, a.pp_arrow_next {
    margin-top: 8px !important;
}
#EDG_0_Shadow .EDGmain .EDGimage a img.imageIEreset {
    
    border: none !important;
    box-shadow: none !important;
}
#EDG_0_Shadow .EDGmain {
    background-image: none !important;
}
a.prevM455, a.prevM475 {
    background-image: url(images/left-arrow.png) !important;
}
a.nextM455, a.nextM475 {
    background-image: url(images/right-arrow.png) !important;
    background-position: unset !important;
}
a.prevM455:hover, a.nextM455:hover, a.prevM475:hover, a.nextM475:hover {
    background-position: unset !important;
}
a.prevM455:focus, a.nextM455:focus, a.prevM475:focus, a.nextM475:focus {
    outline: none !important;
}
.image_carousel {
    margin-top: 53px !important;
}

/* END gallery carousel */




/* internal hero */

.intHeroItem {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 250px 0 130px;
}
.intHeroItem:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #092e6eb5;
}
.intHeroContent {
    position: relative;
    text-align: center;
}
.intHeroTop {
    color: #fff;
}
.intHeroTitle {
    color: #fff;
    font-size: 530%;
    margin: 40px 0 4px;
}
.intHeroText {
    color: #fff;
    margin: 0;
    font-weight: 300;
    font-size: 106%;
}
.intHeroTop > span {
    position: relative;
    display: inline-block;
    font-family: 'Oswald';
    font-size: 160%;
    line-height: 100%;
    font-weight: 100;
    letter-spacing: 4px !important;
    text-transform: uppercase;
}
.intHeroTop > span:before, .intHeroTop > span:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #fff;
    width: 99px;
    margin: 0 22px;
}
.intHeroTop > span:before{
    right: 100%;
}
.intHeroTop > span:after{
    left: 100%;
}

/* END internal hero */




/* pink submenu */

.pinkWrapper {
    background: #C65552;
}
.iconMenuWrap {
    text-align: center;
}
.iconMenuItem {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #fff;
    margin-left: -4px;
}
.iconMenuItem:first-child {
    border-left: 1px solid #fff;
    margin-left: 0;
}
.iconMenuLink {
    text-decoration: none !important;
    display: block;
    padding: 10px 40px;
    transition: all 0.5s ease;
}
.iconMenuLink:hover, .iconMenuLink:focus {
    background: #af4542;
}
.iconMenuIcon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    position: relative;
    padding: 8px 2px 0 2px;
}
.icoListTitle {
    display: inline-block;
    vertical-align: middle;
    font-size: 125%;
    letter-spacing: 2px !important;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 100%;
    font-family: 'Oswald';
    text-decoration: none;
    padding-left: 10px;
    text-align: left;
    transition: all 0.5s ease;
    color: #fff;
}

/* END pink submenu */





/* hero content */

.heroWrapper {
    position: relative;
}
.heroDiv {
    position: absolute !important;
    left: 0;
    right: 0;
    text-align: center;
    top: 61%;
    transform: translateY(-50%);
}
.heroItem {
    display: inline-block;
    background: linear-gradient(140deg, rgba(255,192,59,90%) 0%, rgba(198,85,82,90%) 80%);
    padding: 30px 36px;
    border-radius: 15px;
    outline: 2px solid #fff;
    outline-offset: 13px;
}
.heroTopText {
    font-family: 'Damion';
    color: #fff;
    font-size: 300%;
    line-height: 100%;
    font-weight: 400;
    padding-bottom: 33px;
}
.heroTitle {
    font-family: 'Oswald';
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 4px !important;
    font-weight: 400;
    font-size: 190%;
    margin: 0;
    padding-bottom: 13px;
}
.heroLocation {
    color: #fff;
    font-size: 127%;
    margin: 0;
    padding-bottom: 30px;
    letter-spacing: 3px !important;
    font-weight: 200;
}
.heroLocation i {
    position: relative;
    top: -2px;
    padding-right: 5px;
    font-size: 90%;
}
.heroByline {
    color: #fff;
    font-weight: 300;
    font-size: 110%;
    overflow: hidden;
    margin: 0;
    padding-bottom: 4px;
}
.heroByline > span{
    position: relative;
    display: inline-block;
}
.heroByline > span:before, .heroByline > span:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 1px solid #fff;
    width: 90px;
    margin: 0 16px;
}
.heroByline > span:before{
    right: 100%;
}
.heroByline > span:after{
    left: 100%;
}

/* END hero content */




/* call to action */

.ctaItem {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}
.ctaTitle {
    font-family: 'Damion';
    font-size: 390%;
    font-weight: 400;
    color: #092e6e;
    margin: 0 0 13px 0;
    text-transform: none;
    letter-spacing: 0 !important;
}
.ctaSubtitle {
    font-family: 'Oswald';
    font-size: 250%;
    font-weight: 100;
    color: #1a9cdc;
    margin: 0 0 38px 0;
    letter-spacing: 6px !important;
    text-transform: uppercase;
}
.ctaBtn {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 36px;
}

/* END call to action */




/* icon list */

.icoListWrap {
    text-align: center;
    padding-top: 86px;
}
.icoListItem {
    text-align: left;
    width: 22%;
    margin: 12px 1%;
    display: inline-block;
    vertical-align: middle;
}
.icoListIcon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #db7e4e;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    position: relative;
    padding: 8px 2px 0 2px;
}
.icoListText {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}
.icoListText a {
    font-size: 129%;
    letter-spacing: 2px !important;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 100%;
    font-family: 'Oswald';
    text-decoration: none;
    padding-left: 10px;
    display: inline-block;
    transition: all 0.5s ease;
}
.icoListText a:hover, .icoListText a:focus {
    color: #db7e4e;
}

/* END icon list */




/* reservations */

.orangeWrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 41%;
    position: relative;
    background-image: url(images/orange-bg.png);
    padding: 100px 0;
}
.orangeWrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #6c001a52;
}
.orangeWrapper .setWidth {
    position: relative;
}
.resWrap {
    text-align: center;
    padding-bottom: 30px;
}
.resWrap h2 {
    font-family: 'Damion';
    font-size: 390%;
    font-weight: 400;
    color: #fff;
    margin: 0 0 100px 0;
    text-transform: none;
    letter-spacing: 0 !important;
}
.resItem {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin: 0 2%;
    border-radius: 8px;
    transition: all 0.5s ease;
    min-height: 260px;
}
.resItem > a {
    text-decoration: none;
    padding: 0 20px 23px;
    display: block;
    border-radius: 8px;
}
.resItem:hover, .resItem:focus {
    background: #1A9CDC !important;
}
.resImg img {
    border-radius: 50%;
    margin-top: -31px;
}
.resTitle {
    color: #fff;
    font-size: 148%;
    letter-spacing: 3px !important;
    font-weight: 400;
    margin: 23px 0 15px 0;
    font-family: 'Oswald';
    text-transform: uppercase;
}
.resText {
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
    font-size: 82%;
}

/* END reservations */




/* map */

.waterWrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-image: url(images/water-bg.png);
    padding: 100px 0;
}
.waterWrapper .setWidth {
    position: relative;
}
.waterWrapper .ctaItem {
    background: #fff;
    padding: 30px 40px 40px;
    box-shadow: 4px 4px 16px -2px rgba(9,46,110,0.46);
    position: relative;
    z-index: 3;
    margin-left: 0;
    max-width: 800px;
}
.waterWrapper .imgItem {
    margin-top: -220px;
    text-align: right;
    margin-right: 0;
    position: relative;
    z-index: 1;
}
.waterWrapper .imgItem .sc-menu {
    vertical-align: bottom;
}

/* END map */





/* blue gradient */

.blueWrapper {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-image: url(images/pano-bg.png);
    padding: 100px 0;
}
.blueWrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(275deg, rgba(9,46,110,90%) 37%, rgba(0,27,71,0) 79%);
}
.blueWrapper .setWidth {
    position: relative;
}
.blueWrapper .ctaItem {
    text-align: right;
    margin-right: 0;
    max-width: 665px;
}
.blueWrapper .ctaItem * {
    color: #fff !important;
}
.blueWrapper .hollowBtn a {
    border: 1px solid #ffffff80;
}
.blueWrapper .hollowBtn a:hover, .blueWrapper .hollowBtn a:focus {
    background: #1A9CDC;
}

/* END blue gradient */









/* boxes */

.boxWrapper {
    padding: 160px 0;
}
.boxItem:first-child {
    outline: 1px solid #f0a64a;
    outline-offset: 13px;
}
.boxItem:last-child {
    outline: 1px solid #db7e4e;
    outline-offset: 13px;
}
.boxItem:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #f39c30d9;
}
.boxItem:last-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #e97437d9;
}
.boxItem {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 43%;
    margin: 0 3%;
    padding: 0 24px 50px 24px;
}
.boxHelper  {
    position: relative;
}
.boxIcon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    width: 112px;
    height: 112px;
    position: relative;
    padding: 13px 13px 0 13px;
    margin-top: -40px;
    margin-bottom: 31px;
}
.boxItem * {
    color: #fff !important;
}
.boxItem .ctaTitle {
    line-height: 80%;
}
.boxItem .ctaSubtitle {
    line-height: 126%;
}
.boxItem .hollowBtn a {
    border: 1px solid #ffffff6b;
}
.boxItem .hollowBtn a:hover, .boxItem .hollowBtn a:focus {
    background: #1A9CDC;
}
.boxItem .ctaSubtitle {
    font-size: 190%;
}

/* END boxes */




/* footer banner */

.ctaWrapper {
    background: #C65552;
    padding: 6px 0;
}
.footBanItem {
    text-align: center;
}
.footBanItem a {
    text-decoration: none;
}
.footBanText p {
    color: #fff;
    font-size: 148%;
    letter-spacing: 3px !important;
    font-weight: 300;
    margin: 0;
    font-family: 'Oswald';
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s ease;
}
.footBanText p strong {
    letter-spacing: 3px !important;
    font-weight: 600;
}
.footBanText i {
    color: #fff;
    font-size: 148%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 1px;
    padding-left: 14px;
    transition: all 0.5s ease;
}
.footBanItem a:hover p, .footBanItem a:focus p, .footBanItem a:hover i, .footBanItem a:focus i {
    color: #ffffffbf;
}
.footBanItem > a:hover i, .footBanItem > a:focus i {
    padding-left: 30px;
}

/* END footer banner */







/* link banner */

.bannerLinkWrapper {
    background: #db7e4e;
    padding: 12px 0;
}

/* END link banner */





/* white section */

.whiteWrapper {
    padding: 160px 0;
}

/* END white section */




/* blue gradient call to action */

.blueCtaItem {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 100px 0;
    max-width: unset;
}
.blueCtaItem:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(275deg, rgba(9,46,110,90%) 37%, rgba(0,27,71,0) 79%);
}
.blueCtaItem .setWidth {
    position: relative;
    text-align: right;
}
.blueCtaItem * {
    color: #fff !important;
}
.blueCtaItem .hollowBtn a {
    border: 1px solid #ffffff80;
}
.blueCtaItem .hollowBtn a:hover, .blueCtaItem .hollowBtn a:focus {
    background: #1A9CDC;
}

/* END blue gradient call to action */



/* price boxes */

.priceWrap {
    text-align: center;
}
.priceItem {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    margin: 30px 2%;
    border: 1px solid #1A9CDC;
    padding: 40px 40px 30px;
}
.priceTitle {
    font-family: 'Damion';
    font-size: 300%;
    line-height: 85%;
    font-weight: 400;
    color: #092e6e;
    margin: 0 0 20px 0;
    text-transform: none;
    letter-spacing: 0 !important;
}
.priceSubtitle {
    font-family: 'Oswald';
    font-size: 190%;
    font-weight: 100;
    color: #1a9cdc;
    margin: 0;
    letter-spacing: 4px !important;
    text-transform: uppercase;
}
.pricePrice {
    font-family: 'Oswald';
    color: #c65552;
    font-weight: 600;
    font-size: 470%;
    line-height: 100%;
    margin: 27px 0 0 0;
}
.pricePrice span {
    font-weight: 200;
}
.priceCaption {
    color: #092e6e;
    font-family: 'Oswald';
    font-weight: 300;
    letter-spacing: 1px !important;
    text-transform: uppercase;
    font-size: 130%;
    line-height: 100%;
    padding: 12px 0 0 0;
}
.priceDesc {
    padding: 31px 0 0 0;
    text-align: left;
    display: inline-block;
    margin: 0 auto;
}

/* END price boxes */




/* info boxes */

.infoItem {
    padding: 40px 40px 25px;
}
.infoTitle {
    margin: 0;
}
.infoDesc {
    padding: 25px 0 0 0;
}
.infoDesc p + ul {
    margin-top: -6px;
    margin-bottom: 20px;
}
.infoSubtitle {
    padding: 7px 0 5px 0;
}
.infoDesc li {
    padding: 4px 0;
}

/* END info boxes */




/* login */

.dnnLogin {
    margin-bottom: -70px;
}
.dnnLogin .mark {
    background-color: transparent !important;
}
.dnnLoginService .dnnLabel {
    font-size: 100%;
    margin-right: 17px;
    line-height: 100%!important;
    padding: 3px 0;
    color: #092E6E;
}
.dnnLoginService input {
	border: 1px solid #092e6e4a !important;
    padding: 6px !important;
}
.dnnLoginService .dnnBoxLabel {
    font-size: 80%;
    font-weight: 300;
    color: #1A9CDC;
}
.dnnLoginService .dnnCheckbox {
    margin: 4px 0 12px 4px !important;
}
.dnnLoginService .dnnPrimaryAction, .dnnPasswordReset .dnnPrimaryAction {
    font-family: 'Oswald';
    font-size: 110%;
    line-height: 100%;
    font-weight: 100;
    background: #db7e4e;
    color: #fff;
    letter-spacing: 4px !important;
    text-transform: uppercase;
    text-decoration: none !important;;
    border-radius: 5px;
    padding: 8px 16px 8px;
    border: none;
    box-shadow: none;
    text-shadow: none;
    transition: all 0.5s ease;
}
.dnnLoginService .dnnPrimaryAction:hover {
    background: #FFC03B;
}
.dnnLoginService .dnnSecondaryAction, .dnnPasswordReset .dnnSecondaryAction {
    font-family: 'Oswald';
    font-size: 110%;
    line-height: 100%;
    font-weight: 100;
    color: #db7e4e;
    letter-spacing: 4px !important;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 1px solid #db7e4e6b;
    border-radius: 5px;
    padding: 8px 16px 8px;
    box-shadow: none;
    text-shadow: none;
    background: none;
    transition: all 0.5s ease;
}
.dnnPasswordReset .dnnPrimaryAction:hover, .dnnLoginService .dnnSecondaryAction:hover, .dnnPasswordReset .dnnSecondaryAction:hover {
    color: #fff;
    background: #db7e4e;
}
#dnn_ctr_Login_Login_DNN_passwordLink {
    font-size: 11px;
    padding: 1px 10px;
    letter-spacing: 1px !important;
}
.dnnLoginService  ul {
    margin: 0;
}
.LoginPanel {
    float: none !important;
    padding-right: 0 !important;
    width: auto !important;
    max-width: 500px !important;
}
.dnnFormItem input {
    font-size: 90% !important;
    box-shadow: none !important;
    color: #092E6E !important;
    font-family: 'Montserrat';
    font-weight: 300;
}
#dnn_ctr383_Login_Login_DNN_passwordLink {
    padding: 5px 10px;
    font-size: 100%;
    letter-spacing: 3px !important;
}
.dnnFormMessage.dnnFormError, .dnnFormMessage.dnnFormValidationSummary {
    font-weight: 600;
}

/* END login */




/* image boxes */

.imgBoxWrap {
    text-align: center;
}
.imgBoxItem {
    display: inline-block;
    vertical-align: top;
    width: 41%;
    margin: 50px 4%;
}
.imgBoxImg img {
    border-radius: 22px;
}
.imgBoxTitle {
    margin: 26px 0 11px 0;
    font-size: 250%;
    letter-spacing: 4px !important;
    font-weight: 500;
}
.imgBoxLink {
    margin-top: 20px;
    margin-bottom: 0;
}
.imgBoxLink a {
    font-size: 90%;
    letter-spacing: 3px !important;
    font-weight: 300;
    padding: 1px 14px 3px;
}

/* END image boxes */




/* faq expander */

.faqWrap {
    display: table;
    margin: 0 auto;
}
.faqItem  {
    padding-bottom: 25px;
}
.faqItem:last-child {
    padding-bottom: 0;
}
.faqQuestion {
    font-size: 125%;
    line-height: 115%;
    font-weight: 600;
    color: #092E6E;
    margin: 0 0 11px 0;
    transition: all 0.3s ease;
}
.faqQuestion i {
    color: #1A9CDC;
    font-size: 90%;
    padding-right: 11px;
}
.faqQuestion:hover, .faqQuestion:focus {
	color: #1A9CDC;
	cursor: pointer;
}
.faqContent {
    padding-left: 27px;
    padding-bottom: 22px;
    max-width: 550px;
}

/* END faq expander */




/* buttons */

.btnsWrap {
    text-align: center;
    margin-top: 33px;
}
.btnsItem {
    display: inline-block;
    vertical-align: top;
    margin: 24px 10px;
}
.btnsDiv {
    margin: 0;
}
.btnsDiv a {
    color: #fff;
    border: none;
    letter-spacing: 2px !important;
    font-weight: 400;
    padding: 6px 16px 8px;
}
.btnsDiv a:hover, .btnsDiv a:focus {
    background: #FFC03B !important;
}

/* END buttons */





/* forms */

.form-root .c-form.normal .form-group {
    margin-bottom: 45px !important;
}
.form-control, .form-select {
    font-family: 'Montserrat';
    background: #db7e4e29;
    color: #092E6E;
    border: none;
    border-radius: 27px;
    padding: 12px 19px;
    font-weight: 400;
    letter-spacing: 1px !important;
    font-size: 90%;
}
.text-danger {
    font-size: 89%;
    padding-top: 3px;
    display: block;
}
.form-label {
    color: #092E6E;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 4px !important;
    font-size: 119%;
    line-height: 100%;
    font-family: 'Oswald';
}
.ModActionFormC {
    max-width: 860px;
    margin: 0 auto;
}
.btn-info {
    font-family: 'Oswald';
    font-size: 110%;
    line-height: 100%;
    font-weight: 200;
    color: #fff !important;
    letter-spacing: 4px !important;
    text-transform: uppercase;
    text-decoration: none;
    border: none !important;
    border-radius: 12px;
    background: #1A9CDC;
    padding: 10px 16px;
    transition: all 0.3s ease;
}
.btn-info:hover, .btn-info:focus {
    background-color: #db7e4e !important;
}
label.required:after {
    content: "*";
    color: #C65552;
}
.alert-info {
    border-radius: 27px;
    background: #db7e4e29;
    color: #092E6E;
    border: none;
    padding: 50px 60px;
    margin: 0;
}
.submit-confirm h2 {
    color: #092E6E;
    margin: 0;
}
.submit-confirm p {
    margin: 25px 0 0 0;
    font-size: 100%;
}


.LiveForm ul.page-break-section, .LiveForm .thank-you {
    border-radius: 20px !important;
    padding: 40px !important;
    font-size: 140%;
    background: none !important;
    box-shadow: none !important;
}
.LiveForm .thank-you {
    font-family: 'Montserrat' !important;
}
.LiveForm .Field input, .LiveForm .Field select, .LiveForm .Field textarea {
    border: none !important;
    background: #db7e4e29 !important;
    border-radius: 30px !important;
    padding: 15px 19px !important;
    font-size: 99% !important;
    font-family: 'Montserrat' !important;
    color: #092E6E !important;
    font-weight: 400;
}
.LiveForm .Field input:focus-visible, .LiveForm .Field select:focus-visible, .LiveForm .Field textarea:focus-visible {
    outline: 2px solid #1A9CDC !important;
}
.LiveForm .Field label {
    margin: 15px 0 4px 5px !important;
    color: #092E6E;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 4px !important;
    font-size: 119%;
    line-height: 100%;
    font-family: 'Oswald';
}
.LiveForm .Field label.Field-SubLabel-Container {
    margin: 3px 4px 12px !important;
    font-family: '' !important;
    font-size: 86% !important;
    font-weight: 600;
}
.Field-Container-Wide tbody tr:last-child .Field-SubLabel-Container {
    margin-bottom: 7px !important;
}
.LiveForm.Default label.error {
    font-size: 80% !important;
    font-weight: 600 !important;
    padding: 0 0 0 4px;
    font-family: 'Montserrat';
    text-transform: none;
    letter-spacing: 1px !important;
}
.LiveForm .Field input::placeholder {
    color: #092E6E !important;
    opacity: 50%;
}
.LiveForm .Field textarea {
    padding-top: 13px !important;
    padding-bottom: 14px !important;
}
.Field.Required > label.Field-Label-Top:after {
    content: "*" !important;
    color: #C65552 !important;
    font-size: 100% !important;
    font-weight: 600 !important;
    position: relative !important;
    top: 0px !important;
    padding-left: 4px !important;
}
.LiveForm input.bSubmit {
    font-family: 'Oswald' !important;
    font-size: 110% !important;
    line-height: 100%;
    font-weight: 200 !important;
    color: #fff !important;
    letter-spacing: 4px !important;
    text-transform: uppercase;
    text-decoration: none;
    border: none !important;
    border-radius: 12px !important;
    background: #1A9CDC !important;
    padding: 10px 16px !important;
    transition: all 0.3s ease !important;
    margin-top: 20px !important;
}
.LiveForm input.bSubmit:hover, .LiveForm input.bSubmit:focus-visible {
    background: #db7e4e !important;
}
.LiveForm.Default input[type="submit"]:hover, .LiveForm.Default input[type="button"]:hover {
		box-shadow: none !important;
}
.LiveForm .Phone .Field-SubLabel-Container {
    display: none !important;
}
.LiveForm hr {
    margin: 20px 0;
}
.LiveForm .Field input, .LiveForm .Field select {
    height: auto !important;
}
.LiveForm .thank-you h2 {
    margin: 20px 0 0;
}
.LiveForm .thank-you h2 + p {
    margin: 23px 0 20px;
}
.LiveForm.Default {
    max-width: 1000px;
    margin: 0 auto;
}
.LiveForm.Default ul.page-break-section .Field {
    padding: 10px 9px;
}

/* END forms */





/* responsive */

@media all and (max-width: 1700px) { 
    .iconMenuLink {padding: 9px 16px;}
    .icoListTitle {font-size: 105%;}
    .iconMenuIcon {width: 37px;height: 37px;padding: 6px 6px 0 6px;}
}
@media all and (max-width: 1350px) {
    .icoListTitle {font-size: 96%;padding-left: 5px;letter-spacing: 1px !important;}
    .iconMenuLink {padding: 7px 12px;}
    .image_carousel {padding: 15px 20px !important;}
    a.prevM475, a.nextM475 {width: 35px !important;}
    #dnn_pnav > li > a, #dnn_pnav > li > span {padding: 6px 10px !important; font-size: 103% !important;}
    .logoWrapper {max-width: 180px;}
    .buttonWrapper a {margin-left: 7px;}
    .buttonWrapper a i {width: 28px; height: 28px; font-size: 82%;}
}
@media all and (max-width: 1200px) {
    
    .resItem {width: 22%; margin: 0 1%; min-height: unset;}
    .blueWrapper:before, .blueCtaItem:before {background: linear-gradient(275deg, rgba(9,46,110,90%) 45%, rgba(0,27,71,0) 100%);}
    .footerRight {padding-left: 40px;}
    .footerLogo {width: 150px;}
    .footerCol {width: 31%; padding: 0 1% 0 0;}
    .footerColumns {font-size: 95%;}
    .iconMenuLink {padding: 7px 9px;}
    .icoListTitle {padding-left: 3px;}
}
@media all and (max-width: 1100px) {
    .logoWrapper {width: 100%; padding: 0 0 19px 0; margin: 0; max-width: 130px;}
    .menuWrapper {width: 100%;}
    .buttonWrapper {width: 100%; text-align: center; padding: 18px 0 0 0;}
    .bottomMenu {padding: 18px 0;}
    .sliderItem img {min-height: 800px;}
    .heroDiv {top: 67%;}
    .galleryNav {top: 67%;}
    .resItem > a {padding: 0 13px 16px;}
    .waterWrapper .ctaItem {max-width: 600px;}
    .footerRight {padding-left: 0;display: block;text-align: center;}
    .footerLogo {width: unset;display: block;text-align: center;padding: 0 0 40px 0;}
    .footerCol {width: 31%;margin: 0 1%;padding: 0}
    .footerButtons a {margin: 0 11px;}
    .intHeroItem {padding: 300px 0 60px;}
    .priceItem {width: 47%;margin: 25px 1%;padding: 34px 28px 23px;}
}
@media all and (max-width: 1000px) {
    .heroItem {font-size: 80%; padding: 27px 24px; outline-offset: 6px;}
    .heroTopText {padding-bottom: 24px;}
    .heroLocation {padding-bottom: 26px;}
    .icoListItem {width: 30%;}
    .boxItem {padding: 0 20px 30px 20px;}
    .icoListTitle {padding: 9px 0 0 0;display: block;text-align: center;}
    .iconMenuLink {padding: 10px 15px;}
    .footBanItem > a:hover i, .footBanItem > a:focus i {padding-left: 14px;}
    .footBanText p {line-height: 120%; width: 78%;}
    .footBanText i {width: 4%;}
    
}
@media all and (max-width: 900px) {
    .banTitle {width: 100%;text-align: center;border: none;padding: 0 0 5px 0;margin: 0;max-width: unset;}
    .banContent {width: 100%;text-align: center; max-width: unset;}
    .topBanner {padding: 10px 0;}
    .galleryNav {display: none;}
    .sliderItem img {min-height: 670px;}
    .sliderItem img {min-height: 670px;}
    .resItem {width: 47%;margin: 0 1% 53px;max-width: 280px;}
    .waterWrapper .imgItem {margin-top: 30px;text-align: center;}
    .waterWrapper .ctaItem {margin: 0 auto; max-width: unset;}
    .blueWrapper:before, .blueCtaItem:before {background: linear-gradient(275deg, rgba(9,46,110,90%) 51%, rgba(0,27,71,20%) 113%);}
    .ctaWrapper {padding: 10px 0;}
    .footerCol {width: 100%;margin: 15px 0;}
    .icoListTitle {font-size: 85%;}
    .priceItem {width: 100%;margin: 32px 0;padding: 34px 33px 23px;height: auto !important;}
    .imgBoxItem {width: 44%;margin: 50px 2%;}
    .boxItem {width: 100%;margin: 60px 0;height: auto !important;}
}
@media all and (max-width: 765px) {
    .menu { display: none; padding: 20px 0 11px 0;}
    .menuBtn { cursor: pointer; display: inline; font-weight: 500; font-size: 100%; text-transform: uppercase; color: #fff; transition: all 0.3s ease;}    
    .menuBtn:hover, .menuBtn:focus {color: #BEDBF3;}
    .menuBtn i {padding-left: 3px; font-size: 97%;}
    .closeBtn {cursor: pointer; text-align: right; font-size: 100%; color: #fff; font-weight: 500; background: #af3e3b; padding: 7px 27px; transition: all 0.3s ease; text-transform: uppercase;}
    .closeBtn i {font-size: 100%; padding-left: 2px;}
	.closeBtn:hover, .closeBtn:focus {background: #1A9CDC; }
    .logoWrapper {width: unset; padding: 0; max-width:120px;}
    .menuWrapper {width: unset;}
    .buttonWrapper {width: unset; padding: 0;}
    .bottomMenu {padding: 10px 0; background: #092e6e !important;}
    .bottomMenu .setWidth {display: flex; justify-content: space-between; align-items: center;}
    .headerWrapper {position: relative;}
    .sliderItem img {min-height: 420px;}
    .heroDiv {top: 50%; margin: 0 25px;}
    .ctaTitle {line-height: 90%; margin: 0 0 10px 0;}
    body {font-size: 89%;}
    .icoListItem {width: 47%;}
    .intHeroItem {padding: 68px 0 53px;}
    .iconMenuItem {border: 1px solid #fff;margin: 4px 2px !important;border-radius: 5px;}
    .icoListTitle {display: inline-block;font-size: unset;padding: 0 0 0 4px;text-align: left;}
    .iconMenuIcon {padding: 0;border: none;border-radius: unset;width: 23px;height: 23px;}
    .iconMenuLink {padding: 6px 11px;border-radius: 5px;}
    .iconMenuWrap {padding: 4px 10px;}
    
    .imgBoxItem {width: 100%;margin: 50px 0;}
    .imgBoxTitle  {margin: 19px 0 11px 0;font-size: 220%;}
    .btnsDiv a {padding: 10px 16px 11px;display: inline-block;}
    .btnsItem {margin: 15px 10px;}
    .intHeroTitle {line-height: 80%;margin: 40px 0 9px;}
}

@media all and (max-width: 600px) {
	.ModDNNHTMLC td { display: block; width: 100%;}
    .blueWrapper:before, .blueCtaItem:before {background: linear-gradient(201deg, rgba(9,46,110,90%) 51%, rgba(0,27,71,20%) 113%);}
}

@media all and (max-width: 500px) {
    .resItem {width: 100%;margin: 0 0 53px 0;}
    .heroTopText {line-height: 90%;}
    .icoListItem {width: 100%;margin: 12px 0;}
    .waterWrapper .ctaItem {padding: 26px 20px 36px;}
    .blueWrapper .ctaItem {text-align: center;}
    .footBanText p {width: 94%;padding-right: 7px;font-size: 130%;}
    .footBanText i {width: 4%; padding: 0;}
    .intHeroTop > span:before {margin: 0 9px 0 0; width: 35px;}
    .intHeroTop > span:after {margin: 0 0 0 9px; width: 35px;}
    .eds_galleryWrapper {max-width: 100%;}
    div.ppt {font-size: 130% !important;}
    div.pp_pic_holder, div.pp_pic_holder * {width: 100% !important;}
    div.pp_pic_holder {left: 0 !important;}
    #fullResImage {height: unset !important;}
    div.pp_pic_holder .pp_details * {width: unset !important;}
    div.pp_pic_holder .pp_details {z-index: 30;}
    div.pp_pic_holder a.pp_previous, div.pp_pic_holder a.pp_next {width: 49% !important;}
    .pp_hoverContainer {height: 100% !important;}
    .priceItem {padding: 31px 22px 16px;}
    .bottomMenu .setWidth {position: relative;}
    .buttonWrapper {position: absolute;right: 0;top: 0;}
    .menuWrapper {margin-top: 40px;}
    .menuBtn {font-size: 115%;font-weight: 600;}
    .buttonWrapper a {margin-left: 2px;}
    .buttonWrapper a i {width: 25px;height: 25px;padding-top: 6px;}
}
