html {
  scroll-behavior: smooth;
}

.hero {
    padding-top: 100px;
}

.new-hero {
    height: 100vh;
    background: url('../img/hero-01.JPG');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.new-hero::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #545454;
  opacity: 0.5;
}

body {
  color: #393939;
}

section.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background: rgb(8 22 40 / 0%);
    transition: all 0.5s ease-in-out;
}

section.nav.scrolled, section.nav.top-active {
    background: rgb(8 22 40 / 98%) !important;
}

section.nav img.img-logo {
    max-width: 170px;
    padding: 10px;
    filter: brightness(0) invert(1);
    transition: all 0.5s ease-in-out;
}

section.nav.scrolled img.img-logo {
    filter: brightness(1) invert(0);
}

section.nav.always-blue {
    background: rgb(8 22 40 / 98%) !important;
}

section.nav.always-blue img.img-logo {
    filter: brightness(1) invert(0);
}



p {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 0.95rem;
  line-height: 1.75;
}

.split-columns {
  columns: 3;
  display: block;
  height: auto;
  overflow: hidden;
  width: 100%;
}

.half-columns {
  columns: 2;
  display: block;
  height: auto;
  overflow: hidden;
  width: 100%;
}

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

    .split-columns {
      columns: 1;
      display: block;
      height: auto;
      overflow: hidden;
      width: 100%;
    }

    .half-columns {
      columns: 1;
      display: block;
      height: auto;
      overflow: hidden;
      width: 100%;
    }

}

.vanity-image {
  height: 450px;
  position: relative;
}

.nav ul.nav li.nav-item a.nav-link {
  font-family: "montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  padding: 0.5rem 1.5rem;
  color: #fefefe;
}

@media screen and (max-width: 1098px) {
    
    .nav ul.nav li.nav-item a.nav-link {
        padding: 0.5rem 1rem;
    }

}

.hero-image {
    height: 100vh;
    width: 100%;
    position: relative;
    min-height: 600px;
}

.hero-image::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #131313;
  opacity: 0.6;
}

.header h1 {
  font-family: "montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4.5rem;
  margin-bottom: 0;
  letter-spacing: 1px;
  color: #fefefe;
  text-transform: uppercase;
}

.new-hero h1 {
    font-family: "montserrat", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2.75rem;
    margin-bottom: 0;
    line-height: 1.2;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.hero p {
    font-size: 0.85rem;
}

h2 {
  font-family: "montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.25rem;
  margin-bottom: 14px;
}

p.lead {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 1.35rem;
    line-height: 1.75;
    letter-spacing: 0.5px;
}

p.subhead {
  font-family: "montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.8rem;
  opacity: 0.7;  
}

img.hp-emblem {
    max-width: 190px;
    margin-bottom: 32px;
}

.section-pad {
  padding: 150px 0;
}

.section-pad.sm {
  padding: 80px 0;
}


h2.sub {
  font-family: "montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.1rem;
  color: #9799a7;
}

.key-areas-box {
    display: block;
    border: 1px solid #bf783d;
    padding: 10px 10px 0 10px;
    position: relative;
    z-index: 0;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
}

.key-areas-box:hover {
    text-decoration: none;
}

.key-areas-title {
    width: 85%;
    height: 50px;
    display: flex;
    align-items: center;
    background: #bf783d;
    margin-bottom: -27px;
    z-index: 5;
    position: relative;
    transition: all 0.5s ease-in-out;
    margin-left: auto;
    margin-right: auto;
    margin-top: -12px;
}

.key-areas-box:hover {
    cursor: pointer;
}

.key-areas-box:hover .key-areas-title {
    margin-bottom: 82px;
    margin-top: -120px;
}

.img-wrapper {
    position: relative;
    z-index: 2;
}

.key-areas-title h3 {
    width: 100%;
    font-size: 0.8rem;
    font-weight: 100;
    margin: 0 auto;
    color: #fefefe;
    text-align: center;
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.about-block {
    padding: 70px 50px 70px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    min-width: 500px;
}

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

    .about-block {
        width: 100%;
        max-width: 100%;
        min-width: unset;
    }

}

.gold-text {
    color: #081628 !important;
}

a.bold-link {
  font-family: "montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.75rem;
}

.cta-content {
    background: #9799a7;
    height: 100%;
    display: flex;
    align-items: center;
    padding:  100px 70px;
}

.cta-content div {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    color: #fefefe;
}

.header {
    padding: 250px 0 200px;
    position: relative;
}

.cta {
    position: relative;
    color: #fefefe !important;
}

.header::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #131313;
  opacity: 0.25;
}

.cta::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #131313;
  opacity: 0.5;
}

.mid-bg {
  background: #e3e4e8;
}

.btn {
    padding: 0.8rem 1.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.8rem;
}

.btn-primary {
    color: #fff;
    background-color: #bf783d;
    border-color: #bf783d;
}

.events-menu, .services-menu, .resources-menu, .about-menu {
    display: none;
    position: fixed;
    border-top: 1px solid #9799a7;
    top: 95px;
    right: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: rgb(225 225 225 / 97%);
    transition: all 0.35s ease-in-out;
}

.events-menu.active, .services-menu.active, .resources-menu.active, .about-menu.active {
    display: block;
    -webkit-animation: slide-in-top 0.235s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
            animation: slide-in-top 0.35s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.drop-menu h3 {
    color: #0f1a2c;
    font-weight: 600;
    margin-bottom: 16px;
}

.drop-menu, .drop-menu a {
    color: #393939;
}

.drop-menu a.drop-sub {
    color: #bf783d;
    display: block;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.drop-menu h3 {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
}

.drop-menu li {
    padding-top: 7px;
}

.menu-box {
    height: 200px;
    width: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 10px;
    color: #fefefe;
}

.hp-events .menu-box {
    height: 275px;
}

.menu-box:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(60 60 60 / 50%);
    z-index: 1;
}

.menu-box .text {
    margin: 0 auto;
    position: relative;
    z-index: 3;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.drop-menu .btn-outline-white {
    font-weight: 300;
    color: #bf783d;
    border-color: #bf783d;
}

.drop-menu .btn-outline-white:hover {
    color: #fefefe;
    background-color: #bf783d;
    border-color: #bf783d;
    font-weight: 300;
}

.drop-menu h3 {
    font-size: 14px;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.drop-menu .underline {
  margin: 0;
}

.drop-menu .underline:after {
  height: 1px;
  bottom: -5px;
}

.underline {
  position: relative;
  margin: 3px;
}

.underline.white:after {
  background-color: #fefefe;
}

.underline.overflow:after {
    width: 110%;
}


/* ----------------------------------------------
 * Generated by Animista on 2018-12-19 11:47:23
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

/* +++++++++++ ANIMATION +++++++++++  */


/* +++++++++++ TRANSITIONS +++++++++++  */

nav ul li a, nav ul li a:after, nav ul li a:before {
    transition: all .5s;
}

label {
    width: 100%;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 1px;
    font-family: "montserrat", sans-serif;
    font-weight: 400;
}

.form-control {
    padding: 1.25rem 0.75rem;
    border: 1px solid #D5D5D5;
    border-radius: 0;
    margin-bottom: 10px;
}

.footer {
    padding: 70px 0 10px;
    background: rgb(8 22 40 / 98%);
    background-image: url('../img/texture.png');
    color: #fefefe;
}

.footer p {
    font-size: 0.8rem;
}

.header.no-img {
    padding: 150px 0 100px;

}

.header.no-img::before {
    opacity: 0.5;
}

ul.nav.filter li.nav-item a.nav-link {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    padding: 0.5rem 1.5rem;
    color: #393939;
}

ul.nav.filter li.nav-item a.nav-link.active {
    font-weight: 600;
    color: #9799a7;
    border-bottom: 2px solid;
}

.accordion>.card {
    margin-bottom: 25px;
    border-radius: 0 !important;
    background: none;
    border: 0;
    border-bottom: 1px solid rgb(142 113 72 / 25%)!important;
}

.accordion .card-header {
    background: none;
    border: 0;
}

.accordion .card-header button {
    text-decoration: none;
    position: relative;
    padding: 0.75rem 3.5rem;
    font-size: 1.15rem;
    padding-left: 0;
}

.accordion .card-body {
    padding: 0.75rem 3.5rem;
    padding-left: 0;
}

.accordion i {
    position: absolute;
    right: 14px;
    top: calc( 50% - 7px);
}

.vanity-image::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #131313;
    opacity: 0.5;
}

li.nav-item.sm-link {
    display: none;
}

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

    li.nav-item.lg {
        display: none;
    }

    li.nav-item.sm-link {
        display: block;
    }

    .drop-menu {
        display: none !important;
    }

}

.hamburger .line {
    width: 35px;
    height: 2px;
    background-color: #fefefe;
    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;
}

body.no-scroll {
    overflow-y: hidden !important;
}

#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 {
    color: #121212;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 123px);
    min-height: 500px;
    justify-content: flex-start;
    /* pointer-events: none; */
    position: absolute;
    top: 100px;
    left: calc(1.5rem + 15px);
    z-index: 11;
    right: 28px;
    min-height: 100vh;
}

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: #e2dfe7;
    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 p {
    font-size: 1em;
    color: #08314e;
    text-decoration: none !important;
    pointer-events: none;
    opacity: 0;
}

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

.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: "montserrat", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.45rem;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    padding: 0.5rem 1.5rem;
    color: #393939;
}

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: 1168px) {

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

    .mobile-nav a {
        opacity: 0;
    }

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

.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: #e2dfe7;
    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;
}

.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: #9799a7;
}

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

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

    .header h1 {
        font-size: 3.5rem;
        line-height: 1.25;
    }

}

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

    .header h1 {
        font-size: 2.5rem;
        line-height: 1.25;
    }

    h2 {
        font-size: 2rem;
    }

    h2.sub {
        font-size: 1rem;
    }

    p.lead {
        font-size: 1.25rem;
    }

    .hero-image {
        height: 70vh;
        width: 100%;
        position: relative;
        min-height: 400px;
    }

}

.btn-primary:hover {
    color: #fff;
    background-color: #9b6132;
    border-color: #9b6132;
}

.btn-outline-primary {
    color: #bf783d;
    border-color: #bf783d;
}

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

.footer img {
    opacity: 0.5;
}

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

a:hover {
    color: #a98048;
}

.nav.fixed-top i {
    font-size: 20px !important;
}

.image-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

li {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 0.75rem;
    line-height: 1.75;
}

.reveal {
  position: relative;
}

.reveal.image-fade {
  position: relative;
  transform: translate3d(0px, 0px, 0px) scale3d(1.37533, 1.37533, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transition: 2s all ease;
}

.reveal.image-grow {
  position: relative;
  width: 50%;
  height: 50%;
  transition: 2s all ease;
}

.reveal.image-grow.active {
  width: 100%;
  height: 100%;
}


.reveal.image-fade.active {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.reveal.floating-images {
  position: relative;
  transform: translate3d(0px, 131.652px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transition: 2s all ease;
}

.reveal.floating-images.active {
  transform: translate3d(0px, -177px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}

.full-height {
    height: 100vh;
}

.owl-theme.hp-hero .owl-nav.disabled+.owl-dots {
    margin-top: -50px;
    z-index: 101;
    position: relative;
}

#player_wrapper,#player {
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left: 0;
  z-index: -1;
}

#player_wrapper {
  overflow:hidden;
}

.player-container {
    height: 70vh !important;
    position: relative;
    z-index: 1;
    min-height: 500px;
}

.hero-content {
    padding-bottom: 120px;
    padding-right: 50px;
}

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

    .player-container {
      height: 60vh !important;
      min-height: 400px;
    }

    .hero-content {
        padding: 0px 0 100px;
    }

    .hero {
        height: auto;
    }

}

video.b-bgvideo {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

.texture-alt {
    background-image: url('../img/texture-alt.png');
}

.texture {
    background-image: url('../img/texture.png');
}

.learnmore {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.learnmore h4 {
    font-family: "montserrat", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 0.8rem;
}

.learnmore a {
    color: #fefefe;
    text-decoration: none !important;
    background-color: transparent;
    text-shadow: 0px 0px 10px #000000;
}

.sticky-top {
    z-index: 2;
}

#fadey {  
  width: 100%;
  position: relative;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
#fadey img {
  display: block;
  width: 100%;
  font-size: 0;
  width:auto;
  height:100%;
  object-fit: contain;
  object-position: center;
}