body.no-scroll {
    overflow-y: hidden;
    position: relative;
    touch-action: none;
    -ms-touch-action: none;
    height: 100%;
}

html {
  scroll-behavior: smooth;
}

nav {
    padding: 1rem 0 0.75rem;
    background: linear-gradient(to left, #E0EBEB, #fefefe);
    z-index: 10;
    position: relative;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

a {
    color: #6CB5B3;
    text-decoration: none;
    background-color: transparent;
}

img.logo {
    min-width: 200px;
    max-width: 240px;
}

.nav.primary {
    padding: 12px 0px;
}

.sub .nav-link {
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #1F4F51;
    text-rendering: optimizeLegibility;
    border-bottom: 0.5px solid #6CB5B3;
}

p.cta a {
    color: #1F4F54;
    text-decoration: underline;
    background-color: transparent;
}

.primary .nav-link {
    font-family: roboto-condensed, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    color: #1F4F51;
    padding: 0.5rem 1.5rem;
}

h1 {
	font-family: aesthet-nova, serif;
}

h2 {
    font-family: aesthet-nova, serif;
    font-size: 52px;
    color: #1F4F51;
}

h3 {
    font-family: aesthet-nova, serif;
    color: #1F4F51;
    font-size: 24px;
}

a.resource-link {
    font-family: aesthet-nova, serif;
    color: #1F4F51;
    font-size: 20px;
    display: block;
    margin-bottom: 14px;
    text-decoration: underline;
}

.hero {
	background: url('../img/hero-img.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 250px 0;
    position: relative;
}

.hero svg {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}

.footer-waves svg {
    margin-bottom: -5px;
}

.explore-heading {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.explore-h1 {
    font-size: 150px;
    font-family: aesthet-nova, serif;
    color: #D3E2E3;
    line-height: 1;
}

.explore-h2 h2 {
    margin-bottom: 0;
    margin-left: -36px;
    margin-top: 65px;
    font-family: roboto-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #1F4F51;
}

.biz-dir-container {
    height: 175px;
    display: flex;
    background: #1F4F51;
    align-items: center;
    justify-content: center;
    color: #F5F5F5 !important;
    font-family: aesthet-nova, serif;
}

.biz-dir-container h3 {
    color: #F5F5F5 !important;
}

.dt-parking-container {
    height: 175px;
    display: flex;
    background: #F2EDE7;
    align-items: center;
    justify-content: center;
    color: #1F4F51;
    font-family: aesthet-nova, serif;
    border-bottom-left-radius: 50px;
    margin-top: 12px;
}

.dt-parking-container h3, .biz-dir-container h3 {
    font-size: 24px;
} 

.oasis-container {
    background: url(../img/hp-oasis-bg.png);
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-right-radius: 50px;
}

.oasis-container h3 {
    padding: 20px 30px;
    background: #D3E2E3;
    margin-bottom: 0;
    font-family: aesthet-nova, serif;
    color: #1F4F51;
    font-size: 24px;
}

section.explore {
    padding-bottom: 100px;
    margin-top: -50px;
}

.hp-event-heading {
    padding-top: 70px;
    border-top: 1px solid #6CB5B3;
}

p, ul li {
    font-family: roboto, sans-serif;
    color: #7C7C7C;
    font-weight: 300;
    line-height: 1.6;
}

.event-post h3 {
    font-family: aesthet-nova, serif;
    color: #1F4F51;
    font-size: 24px;
}

.event-post p {
    font-size: 15px;
    margin-top: 18px;
    line-height: 1.75;
}

.event-post p.subtitle {
    color: #7C7C7C;
    text-transform: uppercase;
    font-family: roboto-condensed, sans-serif;
    letter-spacing: 0.5px;
    font-size: 14px;
    margin-top: 32px;
    margin-bottom: 12px;
}

a.lg-link {
    font-family: aesthet-nova, serif;
    font-size: 52px;
    color: #1F4F51;
    text-decoration: underline;
}

#container {
    position: absolute;
    top: -190%;
    right: -25%;
    z-index: -1;
}

#circle { 
    position: relative;
    width: 225px;
    height: 225px;
    overflow: hidden; 
}

#circle text {
    font-size: 0.237em !important;
    font-weight: 300;
    text-transform: uppercase;
}

#container .arrow {
    position: absolute;
    bottom: 40px;
    right: 50px;
    font-size: 0.85em !important;

}

#circle svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 300px;
    -webkit-animation-name: rotate;
    -moz-animation-name: rotate;
    -ms-animation-name: rotate;
    -o-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-duration: 10s;
    -moz-animation-duration: 10s;
    -ms-animation-duration: 10s;
    -o-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -ms-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(360deg); }
    to { -webkit-transform: rotate(0); }
}
@-moz-keyframes rotate {
    from { -moz-transform: rotate(360deg); }
    to { -moz-transform: rotate(0); }
}
@-ms-keyframes rotate {
    from { -ms-transform: rotate(360deg); }
    to { -ms-transform: rotate(0); }
}
@-o-keyframes rotate {
    from { -o-transform: rotate(360deg); }
    to { -o-transform: rotate(0); }
}
@keyframes rotate {
    from { transform: rotate(360deg); }
    to { transform: rotate(0); }
}

.quick-links-container {
    max-width: 85%;
    margin-left: auto;
}

.quick-links-container h2 {
    font-size: 130px;
    font-family: aesthet-nova, serif;
    color: #D3E2E3;
    margin-left: -25%;
}

@media (min-width: 576px) {

    .container.right {
        max-width: calc( 100% - (100% - 540px) / 2 );
        margin-right: 0;
    }

    .container.left {
        max-width: calc( 100% - (100% - 540px) / 2 );
        margin-left: 0;
    }
    
}

@media (min-width: 768px) {

    .container.right {
        max-width: calc( 100% - (100% - 720px) / 2 );
        margin-right: 0;
    }

    .container.left {
        max-width: calc( 100% - (100% - 720px) / 2 );
        margin-left: 0;
    }

}

@media (min-width: 992px) {

    .container.right {
        max-width: calc( 100% - (100% - 960px) / 2 );
        margin-right: 0;
    }

    .container.left {
        max-width: calc( 100% - (100% - 960px) / 2 );
        margin-left: 0;
    }

}

@media (min-width: 1200px) {

    .container.right {
        max-width: calc( 100% - (100% - 1140px) / 2 );
        margin-right: 0;
    }

    .container.left {
        max-width: calc( 100% - (100% - 1140px) / 2 );
        margin-left: 0;
    }

}

.hp-events, .social {
    padding-bottom: 100px;
}

ul.quick-links {
    display: block;
    list-style-type: none;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
    margin-top: 40px;
}

ul.quick-links li {
    margin-bottom: 16px;
    font-family: roboto-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.5px;
    padding-bottom: 16px;
    border-bottom: 1px solid #6CB5B3;
}

ul.quick-links li a {
    color: #1F4F54;
}

.teal {
    color: #6CB5B3;
}

p.cta {
    font-size: 18px;
    font-weight: 300;
    color: #1F4F54;
}

.newsletter {
    padding:  80px 0;
}

.line-break {
    height: 1px;
    width: 100%;
    background: #6CB5B3;
}

.btn-outline-primary {
    color: #1F4F51;
    font-family: roboto-condensed, sans-serif;
    text-transform: uppercase;
    border-color: #6CB5B3;
    background: #EDF4F3;
    letter-spacing: 0.5px;
    border-radius: 20px;
    padding: 0.5rem 1.25rem;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #6CB5B3;
    border-color: #6CB5B3;
}

.footer {
    background: #1F4F51;
}

.sub-dir-header {
    padding: 200px 0;
}

.dir-content-container {
    padding: 50px;
    background: #fefefe;
    margin-top: -100px;
}

.support-columns {
    padding: 80px 0 100px;
}

h2.lg-h2 {
    font-size: 80px;
    font-family: aesthet-nova, serif;
    color: #D3E2E3;
    line-height: 1;
    margin-bottom: 30px;
}

.bottom-pad {
    padding-bottom: 100px;
}

.interior-header {
    padding: 100px 0;
}

.interior-header h1 {
    font-size: 80px;
    margin-bottom: 24px;
    color: #1F4F51;
}

.grey-bg {
    background: #F5F5F5;
    padding: 100px 0;
    margin-bottom: 100px;
}

.parking-callout {
    height: 100%;
    border-left: 1px solid #C3C8CA;
    padding-left: 50px;
}

.btn-primary, .btn-secondary {
    font-family: roboto-condensed, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 20px;
    padding: 0.5rem 1.25rem;
}
.btn-primary {
    color: #EDF4F3;
    border-color: #6cb5b3;
    background: #6cb5b3;
}
.btn-secondary {
    color: #1F4F51;
    border-color: #EDF4F3;
    background: #EDF4F3;
}

.dir-list {
    padding-right: 70px;
    position: absolute;
    width: 100%;
}

@media only screen and (max-width: 991px) {

    .dir-list {
        padding-right: 50px;
        position: relative;
    }

}

@media only screen and (max-width: 767px) {

    .dir-list {
        padding-right: 0;
    }

}


.oasis-steps {
    border: 1px solid #C3C8CA;
    margin: 0;
    padding: 12px;
    display: flex;
    align-items: center;
    border-radius: 15px;
    margin-bottom: 20px;
}

.oasis-steps h4 {
    font-family: roboto-condensed, sans-serif;
    color: #1F4F51;
    text-transform: uppercase;
    font-size: 20px;
}

.oasis-steps p {
    font-size: 14px;
    color: #1F4F51;
}

.footer {
    padding: 50px 0;
}

.footer h3 {
    color: #EEF4F3;
    margin-bottom: 24px;
}

p.credits {
    color: #EEF4F3;
    font-size: 12px;
    letter-spacing: 0.25px;
    font-weight: 300;
    margin-bottom: 12px;
}

a.footer-link {
    font-family: roboto-condensed, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #6CB5B3;
    display: block;
    font-weight: 300;
    margin-bottom: 18px;
}

.footer .fa-ul {
    color: #D3E2E3;
    font-family: roboto, sans-serif;
    font-weight: 300;
}

.footer .fa-ul li {
    margin-bottom: 18px;
    color: #D3E2E3;
}

.footer .fa-ul .fa-li {
    color: #6CB5B3;
}

ul.nav.social {
    margin-left: 2em;
    padding-bottom: unset;
}

ul.nav.social a.nav-link {
    color: #D3E2E3;
    font-size: 25px;
    padding: 0.75rem;
}

.social-icons .nav-link {
    padding: 0.5rem;
}

.hamburger .line {
    width: 35px;
    height: 2px;
    background-color: #1F4F51;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}

#mobile_menu .mobile-container {
    align-items: flex-end;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

#mobile_menu .mobile-nav {
    align-items: flex-start;
    color: #121212;
    display: flex;
    flex-direction: column;
    height: 100vh;
    min-height: 500px;
    justify-content: flex-start;
    /* pointer-events: none; */
    position: absolute;
    top: 50px;
    left: 28px;
    z-index: 11;
}

div#mobile_menu {
    position: absolute;
    top: 0;
    height: 100vh;
    min-height: 500px;
    z-index: 9;
    width: 100%;
    pointer-events: none;
}

div#mobile_menu.active::after {
    background: #fff;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: all;
    z-index: 10;
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.mobile-nav a {
    font-size: 2.5em;
    margin-bottom: 10px;
    font-weight: 300;
    color: #08314e;
    text-decoration: none !important;
    pointer-events: none;
    opacity: 0;
}

.mobile-nav p {
    font-size: 1em;
    color: #08314e;
    text-decoration: none !important;
    pointer-events: none;
    opacity: 0;
}

.work .mobile-nav a, .work .mobile-nav p  {
    color: #fefefe;
}

div#mobile_menu.active.work::after {
    background: #08314e;
}

.mobile-nav.work a, .mobile-nav.work p  {
    color: #fefefe;
}

.dir-item {
    margin-bottom: 30px;
}

div#mobile_menu.active .mobile-nav a {
    -webkit-animation: fade-in-top 0.6s ease-in-out 0.6s both;
                animation: fade-in-top 0.6s ease-in-out 0.6s both;
    pointer-events: all;
}

div#mobile_menu a.ex-small {
    font-size: 1em;
    margin-top: 2em;
}

div#mobile_menu a.small {
    font-size: 1.5em;
}

div#mobile_menu a.nav-link {
    font-size: 1.5em;
}

.mobile-nav a:last-child {
    margin-bottom: 25px;
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@media only screen and (min-width: 1062px) {

    div#mobile_menu.active::after {
        display: none;
    }

    .mobile-nav a {
        opacity: 0;
    }

    div#mobile_menu.active .mobile-nav a {
        display: none;
        pointer-events: none;
    }
}

.menu-hide {
    display: inline-block;
}

.menu-show {
    display: none;
}

@media only screen and (max-width: 1060px) {

    .menu-hide, .nav.sub {
        display: none;
    }

    .menu-show {
        display: inline-block;
    }

    .primary .nav-link {
        padding-right: 0;
    }

}

@media only screen and (max-width: 680px) {
    img.logo {
        min-width: 185px;
        max-width: 190px;
        padding-bottom: 10px;
    }
}

.dir-content-container h1 {
    color: #1F4F51;
    font-size: 52px;
}

.map-fpo {
    background: url('../img/map-fpo.png');
    background-position: center;
    background-size: cover;
    height: 600px;
    width: 100%;
}

.dir .dir-list {
    height: 600px;
    overflow: scroll;
}

@media only screen and (max-width: 991px) {

    section.explore {
        margin-top: 0;
    }

    .explore-h2 h2 {
        margin-top: 48px;
        margin-left: -24px;
        font-size: 16px;
    }

    .oasis-container {
        height: 300px;
        margin-bottom: 18px;
    }

    .dt-parking-container {
        margin-top: 0;
        margin-right: 9px;
    }

    .biz-dir-container {
        margin-left: 9px;
    }

    .explore-h1 {
        font-size: 110px;
    }

    section.quick-links {
        background: #F5F5F5;
        padding: 100px 0;
        margin-bottom: 100px;
    }

    .quick-links-container h2 {
        font-size: 80px;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .quick-links-container {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .map-fpo {
        height: 300px;
    }

    .dir .dir-list {
        height: auto;
        overflow: hidden;
    }

}


@media only screen and (max-width: 767px) {

    .hero {
        padding: 150px 0;
    }

    h2 {
        font-size: 40px;
    }

    .interior-header h1 {
        font-size: 50px;
        margin-bottom: 24px;
    }

    .explore-heading {
        display: block;
    }
    .dt-parking-container {
        margin-right: 0;
    }

    .biz-dir-container {
        margin-left: 0;
        margin-bottom: 18px;
    }

    .container {
        max-width: 735px;
    }

    .explore-h1 {
        font-size: 80px;
    }

    .explore-h2 h2 {
        margin-top: 0px;
        margin-left: 15px;
        font-size: 16px;
    }

    a.lg-link {
        font-size: 32px;
    }

    .dir-content-container h1 {
        font-size: 40px;
    }

    p {
        font-size: 16px;
    }

}

#mobile_menu .mobile-container {
    align-items: flex-end;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

#mobile_menu .mobile-nav {
    color: #121212;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 123px);
    min-height: 500px;
    justify-content: flex-start;
    position: absolute;
    top: 124px;
    left: 0;
    z-index: 11;
    right: 0;
    max-height: 100vh;
    padding-left: 28px;
    padding-right: 28px;
}

div#mobile_menu {
    position: fixed;
    top: 40px;
    height: 100vh;
    min-height: 500px;
    z-index: 9;
    width: 100%;
    pointer-events: none;
}

div#mobile_menu.active::after {
    background: linear-gradient(to left, #E0EBEB, #fefefe);;
    content: '';
    position: fixed;
    top: 40px;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: all;
    z-index: 10;
    -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.mobile-nav a {
    font-size: 1.75em;
    margin-bottom: 10px;
    font-weight: 300;
    color: #08314e;
    text-decoration: none !important;
    pointer-events: none;
    opacity: 0;
    border-top: 1px solid #6CB5B3;
    width: 100%;
    padding-bottom: 12px;
}

.mobile-nav a:last-of-type {
    border-bottom: 1px solid #6CB5B3;
    padding-bottom: 25px;
}

.mobile-nav p {
    font-size: 1em;
    color: #08314e;
    text-decoration: none !important;
    pointer-events: none;
    opacity: 0;
}

.work .mobile-nav a, .work .mobile-nav p  {
    color: #fefefe;
}

div#mobile_menu.active.work::after {
    background: #08314e;
}

.mobile-nav.work a, .mobile-nav.work p  {
    color: #fefefe;
}

div#mobile_menu.active .mobile-nav a, div#mobile_menu.active .mobile-search {
    -webkit-animation: fade-in-top 0.6s ease-in-out 0.6s both;
    animation: fade-in-top 0.6s ease-in-out 0.6s both;
    pointer-events: all;
    font-family: aesthet-nova, serif;
    color: #1F4F51;
}

div#mobile_menu a.ex-small {
    font-size: 1em;
    margin-top: 2em;
}

div#mobile_menu a.small {
    font-size: 1.5em;
}

div#mobile_menu a.nav-link {
    font-size: 1.5em;
}

.mobile-nav a:last-child {
    margin-bottom: 25px;
}

@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@media only screen and (min-width: 1061px) {

    div#mobile_menu.active::after {
        display: none;
    }

    .mobile-nav a, .mobile-nav .mobile-search {
        opacity: 0;
    }

    div#mobile_menu.active .mobile-nav a {
        display: none;
        pointer-events: none;
    }

    body.no-scroll {
        overflow-y: scroll;
        touch-action: unset;
        -ms-touch-action: unset;
        height: unset;
    }
}


.mobile-search {
    position: absolute;
    bottom: 20px;
    z-index: 12;
    width: 100%;
    pointer-events: none;
    opacity: 0;
    padding-top: 20px;
    background: white;
}

.mobile-side {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 90px;
    left: 100%;
    z-index: 10;
    pointer-events: unset;
    transition: ease-in-out 0.25s all;
    width: 100%;
    background: transparent;
}

.mobile-side.active {
    opacity: 1;
    pointer-events: all;
    z-index: 12;
    left: 0;
    background: linear-gradient(to left, #E0EBEB, #fefefe);
    overflow: scroll;
}

#mobile_menu .mobile-side-nav {
    color: #121212;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 12;
    right: 0;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: flex-start;
    padding-left: 28px;
    padding-right: 28px;
}

.mobile-nav a.lead {
    font-weight: 400;
    padding-left: 30px;
}

.mobile-nav a i {
    position: absolute;
    right: 23px;
    top: calc( 50% - 7px);
    font-size: 28px;
    color: #6A7F96;
}

.mobile-side a i {
    position: absolute;
    left: 0;
    top: calc( 50% - 7px);
    font-size: 23px;
    color: #6A7F96;
}

@media screen and (max-width: 767px) {
    _::-webkit-full-page-media, _:future, :root .safari_only.mobile-search {
        bottom: 105px;
    }

    _::-webkit-full-page-media, _:future, :root .safari_only.mobile-side {
        bottom: 155px;
    }

}

.annual-events ul li {
    font-family: aesthet-nova, serif;
    color: #1F4F51;
    font-size: 20px;
    margin-bottom: 24px;
    line-height: 1.2;
}

.annual-events ul li i {
    color: #6CB5B3;
}

h4.ann-events {
    color: #1F4F51;
    font-family: roboto-condensed, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 16px;
    border-bottom: 1px solid #969696;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

@media (min-width: 1350px) {
    
    .container {
        max-width: 1200px;
    }

    .container.right {
        max-width: calc( 100% - (100% - 1200px) / 2 );
        margin-right: 0;
    }

    .container.left {
        max-width: calc( 100% - (100% - 1200px) / 2 );
        margin-left: 0;
    }

}

@media (min-width: 1500px) {
    
    .container {
        max-width: 1400px;
    }

    .container.right {
        max-width: calc( 100% - (100% - 1400px) / 2 );
        margin-right: 0;
    }

    .container.left {
        max-width: calc( 100% - (100% - 1400px) / 2 );
        margin-left: 0;
    }

}

.form-control {
    height: calc(1.5em + 1.25rem + 2px);
    border-radius: 0;
}

.img-decoration {
    background: #F2EDE7;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 15%;
    left: 20%;
    z-index: -1;
}

.biz-img-accent {
    background: #E0EBEB;
    position: absolute;
    z-index: -1;
    top: -65px;
    bottom: -65px;
    left: 20%;
    right: 0;
    border-top-left-radius: 75px;
}

.resp-pad {
    padding-top: 65px;;
}

a.resource-link i {
    color: #D3E2E3 !important;
    text-decoration: none !important;
}

@media (max-width: 991px) {

    h2.lg-h2 {
        font-size: 50px;
        line-height: 1.25;
    }

    .resp-pad {
        padding-top: 0;;
    }

    .biz-img-accent {
        display: none;
    }

    a.resource-link {
        font-size: 20px;
        text-decoration: underline;
    }
}

@media (max-width: 767px) {


    h2.lg-h2 {
        font-size: 42px;
        line-height: 1.25;
    }

}

.contact .fa-ul li {
    margin-bottom: 14px;
}

.contact .fa-ul .fa-li {
    color: #1F4F51;
}

.contact ul.nav.social a.nav-link {
    color: #6CB5B3;
}

.filter {
    border-bottom: 1px solid #969696;
    padding-bottom: 10px;
    margin-bottom: 20px;
    margin-right: 20px;
}

@media (max-width: 991px) {
    .filter {
        margin-right: 0;
    }
}


.filter h3 {
    color: #1F4F51;
    font-family: roboto-condensed, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.nav-pills .nav-link {
    color: #1F4F51;
    font-family: roboto-condensed, sans-serif;
    text-transform: uppercase;
    border-color: #6CB5B3;
    background: #EDF4F3;
    letter-spacing: 0.5px;
    font-size: 14px;
    border-radius: 20px;
    padding: 0.5rem 1.25rem;
    border: 1px solid #6CB5B3;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #1F4F51;
    border-color: #6CB5B3;
}

.events-link {
    position: absolute;
    bottom: -20px;
    right: 60px;
    background: #1F4F51;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    text-align: center;
    font-family: aesthet-nova, serif;
    color: #F5F5F5;
    font-size: 20px;
    border: 4px solid #fefefe;
    z-index: 8;
}

.events-link:hover, .dt-parking-container:hover, .biz-dir-container:hover, .oasis-container:hover  {
    cursor: pointer;
}

@media (max-width: 767px) {
    .events-link {
        bottom: -50px;
    }
}

@media (max-width: 559px) {
    .events-link {
        display: none;
    }
}

.hp-circle-container {
    position: relative;
    margin-top: 70px;
    margin-left: -60px;
}

a.lg-link.hp {
    position: relative;
}

@media (max-width: 991px) {

    .hp-circle-container {
        margin-left: 0;
    }

}

.map-callout {
    position: absolute;
    right: -5px;
    border: 1px solid #C3C8CA;
    padding: 20px;
    border-radius: 12px;
    background: #fefefe;
    padding-right: 80px;
    margin-top: -50px;
    display: block;
}

.map-callout h3 {
    color: #1F4F51;
    font-family: roboto-condensed, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 18px;
}

.map-callout p {
    color: #1F4F51;
    font-family: roboto, sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.3;
    font-weight: 300;
}

img.map-icon {
    position: absolute;
    width: 75px;
    height: 75px;
    right: -35px;
    top: -35px;
}

.oasis-marg {
    margin-bottom: 95px;
}

@media (max-width: 991px) {

    .oasis-marg {
        margin-bottom: 0;
    }

}

@media (max-width: 767px) {
    .map-callout {
        position: relative;
        right: unset;
        border: 1px solid #C3C8CA;
        padding: 20px;
        border-radius: 12px;
        background: #fefefe;
        padding-right: 20px;
        margin-top: 0;
        display: block;
        margin-bottom: 55px;
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
}

h2.sub {
    font-family: aesthet-nova, serif;
    font-size: 30px;
    margin-bottom: 20px;
}

.img-container img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    object-position: center;
}

.img-container.event-pg img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 991px) {

    .img-container img, .img-container.event-pg img {
        height: 400px;
    }

}


@media (max-width: 767px) {
    .img-container img, .img-container.event-pg img {
        height: 300px;
    }
}
