html {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}

html body {
    background-color: #f9f4ec;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.btn-circle {
    width: 80px; /* Set the width of the button */
    height: 80px; /* Set the height of the button */
    border-radius: 50%; /* Make it circular */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; /* Remove extra padding */
    text-align: center;
}

.bg-brown {
    background-color: #856A6D !important;
}

.bg-green {
    background-color: #304f42 !important;
}

.bg-beige {
    background-color: #f9f4ec !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
}

.pga-floating-form.form-floating > input.form-control {
    background-color: #f9f4ec;
    border-color: rgb(196, 181, 177);
}

.pga-floating-form.form-floating > input.form-control:focus~label,
.pga-floating-form.form-floating > input.form-control:-webkit-autofill~label,
.pga-floating-form.form-floating > input.form-control:not(:placeholder-shown)~label {
    transform: none;
    height: unset;
}

.pga-floating-form.form-floating > input.form-control:focus~label::after {
    height: 0;
    transform: none;
    content: none;
}

.pga-floating-form.form-floating > .form-label {
    padding: 0 .5rem;
    top: -8px;
    background-color: #f9f4ec;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .2em;
    margin-left: 10px;
    margin-bottom: 0;
    height: 1rem;
}

.pga-text {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    /*font-size: .625rem;*/
    font-weight: 700;
    letter-spacing: .2em;
}

.pga-btn {
    letter-spacing: .2em;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

/* nav menu styling */
body.active-nav {
    overflow: hidden
}

.skip-nav-link {
    position: absolute;
    top: -4em;
    left: 0;
    z-index: 1001;
    padding: 1em 1.5em;
    background-color: #826b6a;
    color: #fff;
    width: auto;
    height: auto;
    transition: top 1s ease-out
}

.skip-nav-link:focus {
    top: 0;
    outline-color: transparent;
    transition: top .1s ease-in
}

.site-header {
    -webkit-transition: background-color .35s;
    -moz-transition: background-color .35s;
    -ms-transition: background-color .35s;
    transition: background-color .35s;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    color: #fff;
}

@media screen and (max-width:1023px) {
    .site-header {
        background-color: rgba(0,0,0,.8)
    }
}

.site-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
    width: 100%;
    height: 240px;
    background-image: linear-gradient(rgba(0,0,0,.8),transparent);
    transition: opacity .35s
}

@media screen and (max-width:1023px) {
    .site-header::after {
        height: 120px
    }
}

.isHeaderMin .site-header::after {
    opacity: 0
}

.site-header a {
    text-decoration: none
}

.isHeaderMin .site-header {
    background-color: rgba(0,0,0,.8)
}

.active-nav .site-header {
    z-index: 100
}

.mobile-call-bar {
    display: none;
    box-sizing: border-box;
    position: relative;
    background: #c6dad7;
    color: #000;
    text-align: center;
    padding: 6px 0;
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    font-weight: bold;
    z-index: 100;
    letter-spacing: .3em
}

@media screen and (max-width:1023px) {
    .mobile-call-bar {
        display: block
    }
}

.mobile-call-bar a {
    color: #000;
    text-decoration: none
}

.site-header-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    box-sizing: border-box;
    position: relative;
    max-width: none;
    z-index: 2;
    width: auto;
    margin-top: 1em;
    transition: margin-top .35s,padding .35s;
    background-color: transparent
}

@media screen and (max-width:1023px) {
    .site-header-inner {
        margin-top: 0;
        padding: .5em 0
    }
}

.isHeaderMin .site-header-inner {
    margin-top: 0;
    padding: .5em 0
}

.site-logo {
    flex: 0 0 132px;
    height: 80px;
    position: relative;
    z-index: 2;
    color: #fff;
    overflow: hidden;
    margin: 0 0 0 4em;
    transition: flex .35s,margin .35s,height .35s
}

@media screen and (max-width:1023px) {
    .site-logo {
        flex: 0 0 66px;
        height: 40px;
        margin: 0 0 0 1em
    }
}

.site-logo a {
    position: absolute;
    top: 0;
    left: 0;
    color: currentColor;
    width: 100%;
    height: 100%
}

.site-logo a:focus {
    outline-offset: -2px
}

.site-logo svg {
    width: 100%;
    height: 100%;
    transition: height .35s
}

.site-logo .site-logo-1 {
    fill: currentColor
}

.isHeaderMin .site-logo {
    flex: 0 0 66px;
    height: 40px;
    margin: .5em 0 .5em 4em
}

@media screen and (max-width:1023px) {
    .isHeaderMin .site-logo {
        margin: 0 0 0 1em
    }
}

.nav-panels {
    box-sizing: border-box;
    display: flex;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 111;
    width: 100%;
    height: 100svh;
    transform: translateX(100%);
    transition: transform .75s ease-out
}

.active-nav .nav-panels {
    transform: translateX(0)
}

.nav-panel-left {
    position: relative;
    overflow: hidden;
    background-color: rgba(0,0,0,.8);
    height: 100%;
    flex: 1
}

@media screen and (max-width:1023px) {
    .nav-panel-left {
        display: none
    }
}

.nav-panel-left figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    transition: opacity .5s
}

.nav-panel-left figure.active {
    opacity: 1
}

.nav-panel-right {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    max-width: 720px;
    background-color: #304f42;
    color: #fff;
    padding: 8em 3.75em 0
}

@media screen and (max-width:1023px) {
    .nav-panel-right {
        padding: 6rem 2rem 2rem;
        max-width: none
    }
}

@media screen and (max-width:1023px) {
    .nav-panel-right .cta-link {
        display: block
    }
}

.nav-panel-scroll {
    box-sizing: border-box;
    height: 100%;
    padding-right: 1.5rem;
    overflow-x: clip;
    overflow-y: auto;
    scrollbar-gutter: stable;
    scrollbar-width: thin
}

.site-nav {
    box-sizing: border-box
}

.primary-nav {
    font-family: "Source Sans 3",sans-serif;
    margin-bottom: 2em
}

    .primary-nav > li {
        -webkit-transition: margin .4s;
        -moz-transition: margin .4s;
        -ms-transition: margin .4s;
        transition: margin .4s;
        padding: 1em 0
    }

@media screen and (max-width:1023px) {
    .primary-nav > li {
        padding: .5em 0
    }
}

.primary-nav > li::before, .primary-nav > li::after {
    content: '';
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0;
    transition: opacity .5s
}

.primary-nav > li.active::before, .primary-nav > li.active::after {
    opacity: .5
}

.primary-nav > li::before {
    top: 0
}

.primary-nav > li::after {
    bottom: 0
}

.active-nav .primary-nav > li {
    overflow: hidden;
    animation: slide-in 1000ms forwards,fade-in 3000ms;
    transform: translateX(400%);
    transition: transform cubic-bezier(.64,.55,.34,.98),opacity ease
}

    .active-nav .primary-nav > li:nth-child(2) {
        animation-delay: 300ms
    }

    .active-nav .primary-nav > li:nth-child(3) {
        animation-delay: 450ms
    }

    .active-nav .primary-nav > li:nth-child(4) {
        animation-delay: 600ms
    }

    .active-nav .primary-nav > li:nth-child(5) {
        animation-delay: 750ms
    }

    .active-nav .primary-nav > li:nth-child(6) {
        animation-delay: 900ms
    }

    .active-nav .primary-nav > li:nth-child(7) {
        animation-delay: 1050ms
    }

    .active-nav .primary-nav > li:nth-child(8) {
        animation-delay: 1200ms
    }

    .active-nav .primary-nav > li:nth-child(9) {
        animation-delay: 1350ms
    }

    .active-nav .primary-nav > li:nth-child(10) {
        animation-delay: 1500ms
    }

.pn-link {
    -webkit-transition: padding .35s,line-height .35s,color .35s,text-shadow .35s,background-color .35s;
    -moz-transition: padding .35s,line-height .35s,color .35s,text-shadow .35s,background-color .35s;
    -ms-transition: padding .35s,line-height .35s,color .35s,text-shadow .35s,background-color .35s;
    transition: padding .35s,line-height .35s,color .35s,text-shadow .35s,background-color .35s;
    display: block;
    position: relative;
    color: currentColor;
    font-family: "DM Serif Display",serif;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: .025em
}

@media screen and (max-width:1023px) {
    .pn-link {
        padding: .25em 0
    }
}

.pn-link[aria-haspopup="true"] span {
    position: relative;
    padding-right: 1.1rem
}

.pn-link[aria-haspopup="true"] span:after {
    content: '+';
    pointer-events: none;
    font-family: "Source Sans 3",sans-serif;
    font-size: 1.4rem;
    position: absolute;
    top: .325em;
    right: 0;
    opacity: .5;
    line-height: 1
}

.active .pn-link[aria-haspopup="true"] span:after {
    content: '-'
}

.pn-link:hover {
    color: #e3ac7c
}

.pn-link:focus {
    outline-offset: -2px
}

.utility {
    position: relative;
    z-index: 112;
    display: flex;
    align-items: center;
    margin-right: 2.5em;
    transition: margin-right .35s
}

@media screen and (max-width:1023px) {
    .utility {
        margin-right: 1em;
        width: 100%;
        justify-content: flex-end
    }
}

@media screen and (max-width:1023px) {
    .utility .utility-nav {
        display: none
    }
}

.utility-nav {
    display: flex;
    margin-right: 2.25em;
    font-size: .688rem;
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    letter-spacing: .2em;
    text-transform: uppercase
}

@media screen and (max-width:1023px) {
    .utility-nav {
        margin-right: 0;
        display: block
    }
}

.utility-nav li {
    margin: 0 1.1em;
    position: relative
}

@media screen and (max-width:1023px) {
    .utility-nav li {
        margin: 0
    }
}

@media screen and (max-width:1023px) {
    .utility-nav li:hover .utility-subnav {
        max-height: 400px
    }
}

.utility-nav a {
    display: block;
    color: currentColor
}

.utility-nav a.us-link {
    padding: .5em 0
}

.utility-nav a[aria-haspopup]::after {
    content: '\F282';
    font-family: 'bootstrap-icons';
    font-size: 1rem;
    pointer-events: none;
    padding-left: .35rem;
    position: relative;
    top: 3px;
}

.utility-subnav {
    box-sizing: border-box;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 150px;
    color: #000;
    padding: 1em .75em;
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity .5s;
    background-color: #fff
}

@media screen and (max-width:1023px) {
    .utility-subnav {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        opacity: 1;
        width: auto;
        max-height: 0;
        background-color: transparent;
        color: currentColor;
        overflow: hidden;
        padding: 0;
        margin: 0 0 0 1em;
        transition: max-height .5s ease
    }
}

[aria-expanded="true"] + .utility-subnav {
    pointer-events: auto;
    opacity: 1
}

.utility-subnav a {
    display: block;
    font-size: .625rem;
    letter-spacing: normal;
    padding: .25em 0;
    opacity: 0;
    transform: translateX(20px);
    transition: color .35s,opacity .5s,transform .5s;
    color: #000;
    background-color: #fff
}

@media screen and (max-width:1023px) {
    .utility-subnav a {
        transform: none
    }
}

.utility-subnav a:hover {
    color: #826b6a !important
}

@media screen and (max-width:1023px) {
    .utility-subnav a:hover {
        color: #fff
    }
}

.utility-subnav::before {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #fff;
    opacity: 0;
    transition: opacity .5s,height .5s
}

@media screen and (max-width:1023px) {
    .utility-subnav::before {
        content: none
    }
}

.utility-subnav.open a {
    opacity: 1;
    transform: translateX(0)
}

.utility-subnav.open::before {
    opacity: 1;
    height: 100%
}

@media screen and (max-width:1023px) {
    .utility-subnav {
        background-color: transparent !important
    }
}

.mobile-utility {
    margin-bottom: 1em;
    display: none
}

@media screen and (max-width:1023px) {
    .mobile-utility {
        display: block
    }
}

@media screen and (max-width:767px) {
    .utility-subnav.open a {
        background-color: #304f42 !important;
        color: #fff !important
    }
}

@media only screen and (min-device-width:350px) and (max-device-width:960px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    .utility-subnav.open a {
        background-color: #304f42 !important;
        color: #fff !important
    }
}

.dd-nav {
    box-sizing: border-box;
    pointer-events: none;
    padding-left: 1.75em;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out
}

.pn-link + .dd-nav {
    display: flex
}

.dd-nav.open {
    max-height: 600px;
    pointer-events: auto
}

@media screen and (max-width:1023px) {
    .dd-nav.open {
        max-height: 300px;
        opacity: 1;
        pointer-events: auto
    }
}

.dd-nav .dd-nav {
    pointer-events: auto;
    max-height: none;
    transition: none
}

    .dd-nav .dd-nav ul {
        font-size: .9rem;
        list-style-type: disc;
        column-count: 2;
        gap: 1em;
        margin-bottom: 1em
    }

    .dd-nav .dd-nav a {
        color: #fff
    }

        .dd-nav .dd-nav a:hover {
            color: #e3ac7c
        }

.nav-courses .dd-nav {
    display: none
}

.subnav {
    margin-top: .75em;
    flex: 1
}

    .subnav > li:hover > a {
        color: #e3ac7c
    }

@media screen and (max-width:1023px) {
    .subnav > li:hover > a {
        color: #030303
    }
}

@media screen and (max-width:1023px) {
    .subnav > li {
        margin-bottom: 0
    }
}

@media screen and (max-width:1023px) {
    .subnav {
        line-height: normal
    }
}

.sn-link {
    font-family: "Montserrat",sans-serif;
    font-size: .75rem;
    color: currentColor;
    letter-spacing: .1em;
    text-transform: uppercase;
    display: inline-block;
    padding: .15em 0
}

@media screen and (max-width:1023px) {
    .sn-link {
        font-size: .9rem;
        padding: .5em 0
    }
}

@media screen and (max-width:1023px) {
    .sn-link:hover {
        color: #fff
    }
}

.subnav-promo {
    width: 50%;
    position: relative;
    opacity: 0;
    pointer-events: none;
    transition: opacity .35s linear .5s
}

@media screen and (max-width:1023px) {
    .subnav-promo {
        display: none
    }
}

.nav-gatherings .subnav-promo {
    display: none
}

.open .subnav-promo {
    opacity: 1;
    pointer-events: auto;
    padding-top: 1em
}

.subnav-promo figcaption {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 1.5em;
    text-align: center;
    font-family: "Montserrat",sans-serif;
    font-size: .688rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.4em;
    text-transform: uppercase
}

.subnav-promo figcaption a {
    color: #fff;
    position: relative
}

.subnav-promo figcaption a::after {
    content: '';
    font-family: 'fontello';
    font-size: .75rem;
    font-weight: 400;
    padding-left: .5em
}

.subnav-promo figcaption a:hover {
    color: #e3ac7c
}

.toggle-container {
    position: inherit;
    margin: 0 0 0 2em
}

@media screen and (max-width:1023px) {
    .toggle-container {
        margin: 0 0 0 1em
    }
}

.nav-toggle {
    padding: 0;
    width: 50px;
    height: 30px;
    background-color: transparent;
    border: none;
}

.nav-toggle > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background-color: currentColor;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.8) 50%,rgba(255,255,255,0) 100%)
}

.nav-toggle > span:before {
    -webkit-transition-duration: .3s,.3s;
    -moz-transition-duration: .3s,.3s;
    transition-duration: .3s,.3s;
    -webkit-transition-delay: .3s,0s;
    -moz-transition-delay: .3s,0s;
    transition-delay: .3s,0s;
    -webkit-transition-property: top,transform;
    -moz-transition-property: top,transform;
    transition-property: top,transform;
    top: -8px;
    background-color: currentColor;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    max-width: 50px;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.8) 50%,rgba(255,255,255,0) 100%)
}

.nav-toggle > span:after {
    -webkit-transition-duration: .3s,.3s;
    -moz-transition-duration: .3s,.3s;
    transition-duration: .3s,.3s;
    -webkit-transition-delay: .3s,0s;
    -moz-transition-delay: .3s,0s;
    transition-delay: .3s,0s;
    -webkit-transition-property: bottom,transform;
    -moz-transition-property: bottom,transform;
    transition-property: bottom,transform;
    bottom: -8px;
    background-color: currentColor;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
    max-width: 50px;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.8) 50%,rgba(255,255,255,0) 100%)
}

.nav-toggle > span > span {
    display: block;
    padding-top: 15px;
    text-transform: uppercase;
    font-size: 12px;
    color: transparent;
}

.active-nav .nav-toggle > span {
    background: none
}

.active-nav .nav-toggle > span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    background: #fff
}

.active-nav .nav-toggle > span:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 0;
    background: #fff
}

.isHeaderMin .nav-toggle {
    top: .75em
}

@keyframes slide-in {
    to {
        transform: translateX(0)
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.btn-ghost {
    border: 1px solid #fff;
    color: #fff
}

.zoom-400 .btn-ghost {
    font-size: 25% !important
}

.zoom-400 .site-logo svg {
    width: 50px !important;
    height: 69px
}

.zoom-400 .cf {
    height: 2em !important
}

.zoom-400 .homepageflyin-wrap {
    display: none !important
}

.site-header::before {
    background: unset !important
}

.hello-bar {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: .25em 1.5em;
    position: relative;
    z-index: 101
}

.hello-bar > .inner {
    text-align: center;
    padding: .25em 0;
    background-color: #000 !important
}

.hello-bar h3 {
    font-size: .9rem;
    margin-bottom: 0;
    line-height: 1.25em
}

@media screen and (max-width:480px) {
    .hello-bar h3 {
        font-size: 7px !important
    }
}

@media screen and (max-width:767px) {
    .hello-bar h3 {
        font-size: 7px !important
    }
}

.hello-bar p {
    line-height: 1.4em
}

.hello-bar p:last-of-type {
    margin-bottom: 0
}

.hello-bar a {
    color: currentColor
}

.hello-bar a:hover {
    color: #e3ac7c
}

@media screen and (max-width:767px) {
    .hello-bar br.desk-only {
        display: none
    }
}

.hb-close {
    position: absolute;
    top: 0;
    right: .25em;
    font-size: 1.5rem !important
}

.hb-close i {
    font-size: 2rem
}

@media screen and (max-width:767px) {
    .hb-close i {
        font-size: 1.35rem !important
    }
}

.privacy-policy-banner {
    pointer-events: none;
    opacity: 0;
    width: 95%;
    max-width: 480px;
    background: #fff;
    color: #000;
    font-size: 11px;
    line-height: initial;
    line-height: normal;
    position: fixed;
    right: 30px;
    padding: 4px 0 0 6px;
    box-sizing: border-box;
    bottom: 0;
    transition: all .5s ease-in-out;
    z-index: 5;
    text-transform: uppercase;
    z-index: 450 !important;
    transform: translateY(75px)
}

@media screen and (max-width:767px) {
    .privacy-policy-banner {
        left: 0;
        right: 0;
        margin: 0 auto;
        filter: drop-shadow(0 0 .1rem #000);
        width: 100%
    }

    .privacy-policy-banner.active {
        transform: translateY(0) !important
    }
}

.privacy-policy-banner.active {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(-30px)
}

.privacy-policy-banner p {
    box-sizing: border-box;
    margin-bottom: 0;
    padding: 12px;
    font-style: "Source Sans 3",sans-serif
}

.privacy-policy-banner .close {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: gray;
    cursor: pointer;
    z-index: 452 !important
}

.privacy-policy-banner .close:before {
    content: "";
    width: 100%;
    height: 1px;
    right: 0;
    background: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -moz-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}

.privacy-policy-banner .close:after {
    content: "";
    width: 100%;
    height: 1px;
    left: 0;
    background: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -moz-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.mobile-hide {
    display: none
}

.nav-book-links {
    text-align: center
}

.nav-book-links .btn-ghost {
    display: inline-block;
    transition: margin-bottom .35s
}

.nav-book-links .book-modify-link {
    display: block;
    text-transform: uppercase;
    font-size: .75rem;
    color: currentColor;
    letter-spacing: .05em
}

.nav-book-links .book-modify-link:hover {
    color: #e3ac7c
}

.util-drop {
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    position: relative;
    left: -35px;
    color: currentColor;
    text-decoration: none;
    display: inline-block;
    padding: 10px 0;
    cursor: pointer;
    opacity: 0
}

@media screen and (max-width:1023px) {
    .util-drop {
        margin-bottom: 2rem
    }
}

.util-drop .cta-link {
    font-size: .875rem
}

.util-drop .cta-link:focus-visible {
    outline-offset: -2px
}

.active-nav .util-drop {
    overflow: hidden;
    animation: slide-in 1000ms forwards,fade-in 3000ms;
    transform: translateX(1000%);
    transition: transform cubic-bezier(.64,.55,.34,.98),opacity ease;
    animation-delay: 1100ms;
    opacity: 1
}

.util-sub {
    margin-left: 1.1rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease-out
}

.util-sub a {
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    position: relative;
    color: currentColor;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    color: #fff
}

.util-sub a:focus-visible {
    outline-offset: -2px
}

.util-sub a:hover {
    color: #e3ac7c
}

.util-sub.open {
    max-height: 200px
}

.js-util-sub ul {
    list-style-type: none
}