@import url(https://fonts.googleapis.com/css2?family=Buenard&display=swap); @import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;600;700&display=swap); /* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

#willamette-body .has-peach-color {
    color: #e29d7e
}

.has-peach-background-color {
    background-color: #e29d7e
}

#willamette-body .has-orange-color {
    color: #d87d53
}

.has-orange-background-color {
    background-color: #d87d53
}

#willamette-body .has-lime-color {
    color: #b4bc33
}

.has-lime-background-color {
    background-color: #b4bc33
}

#willamette-body .has-dark-lime-color {
    color: #a7af2f
}

.has-dark-lime-background-color {
    background-color: #a7af2f
}

#willamette-body .has-green-color {
    color: #68813b
}

.has-green-background-color {
    background-color: #68813b
}

#willamette-body .has-dark-green-color {
    color: #647a39
}

.has-dark-green-background-color {
    background-color: #647a39
}

#willamette-body .has-purple-color {
    color: #6a3b5d
}

.has-purple-background-color {
    background-color: #6a3b5d
}

#willamette-body .has-light-purple-color {
    color: #864c76
}

.has-light-purple-background-color {
    background-color: #864c76
}

#willamette-body .has-light-teal-color {
    color: #046d70
}

.has-light-teal-background-color {
    background-color: #046d70
}

#willamette-body .has-teal-color {
    color: #005e62
}

.has-teal-background-color {
    background-color: #005e62
}

#willamette-body .has-dark-teal-color {
    color: #024d50
}

.has-dark-teal-background-color {
    background-color: #024d50
}

#willamette-body .has-blue-color {
    color: #a2c4d1
}

.has-blue-background-color {
    background-color: #a2c4d1
}

#willamette-body .has-dark-blue-color {
    color: #7bacbe
}

.has-dark-blue-background-color {
    background-color: #7bacbe
}

#willamette-body .has-tan-color {
    color: #f6f3ee
}

.has-tan-background-color {
    background-color: #f6f3ee
}

#willamette-body .has-dark-tan-color {
    color: #e9e9de
}

.has-dark-tan-background-color {
    background-color: #e9e9de
}

#willamette-body .has-light-grey-color {
    color: #dadada
}

.has-light-grey-background-color {
    background-color: #dadada
}

#willamette-body .has-mid-grey-color {
    color: #b4b4b4
}

.has-mid-grey-background-color {
    background-color: #b4b4b4
}

#willamette-body .has-grey-color {
    color: #616161
}

.has-grey-background-color {
    background-color: #616161
}

#willamette-body .has-dark-gray-color {
    color: #404040
}

.has-dark-gray-background-color {
    background-color: #404040
}

#willamette-body .has-white-color {
    color: #fff
}

.has-white-background-color {
    background-color: #fff
}

#willamette-body .has-black-color {
    color: #000
}

.has-black-background-color {
    background-color: #000
}

#willamette-body .has-shadow-color {
    color: #000
}

.has-shadow-background-color {
    background-color: #000
}

#willamette-body .has-muted-lime-color {
    color: #95972B
}

.has-muted-lime-background-color {
    background-color: #95972B
}

#willamette-body .has-transparent-orange-color {
    color: rgba(216,125,83,0.75)
}

.has-transparent-orange-background-color {
    background-color: rgba(216,125,83,0.75)
}

#willamette-body .has-transparent-lime-color {
    color: rgba(180,188,51,0.85)
}

.has-transparent-lime-background-color {
    background-color: rgba(180,188,51,0.85)
}

#willamette-body .has-transparent-green-color {
    color: rgba(104,129,59,0.9)
}

.has-transparent-green-background-color {
    background-color: rgba(104,129,59,0.9)
}

#willamette-body .has-very-transparent-green-color {
    color: rgba(104,129,59,0.76)
}

.has-very-transparent-green-background-color {
    background-color: rgba(104,129,59,0.76)
}

#willamette-body .has-transparent-purple-color {
    color: rgba(106,59,93,0.9)
}

.has-transparent-purple-background-color {
    background-color: rgba(106,59,93,0.9)
}

#willamette-body .has-very-transparent-purple-color {
    color: rgba(106,59,93,0.54)
}

.has-very-transparent-purple-background-color {
    background-color: rgba(106,59,93,0.54)
}

#willamette-body .has-transparent-teal-color {
    color: rgba(0,94,98,0.67)
}

.has-transparent-teal-background-color {
    background-color: rgba(0,94,98,0.67)
}

#willamette-body .has-less-transparent-teal-color {
    color: rgba(0,94,98,0.8)
}

.has-less-transparent-teal-background-color {
    background-color: rgba(0,94,98,0.8)
}

#willamette-body .has-transparent-blue-color {
    color: rgba(123,172,190,0.75)
}

.has-transparent-blue-background-color {
    background-color: rgba(123,172,190,0.75)
}

#willamette-body .has-transparent-dark-blue-color {
    color: rgba(95,155,177,0.58)
}

.has-transparent-dark-blue-background-color {
    background-color: rgba(95,155,177,0.58)
}

#willamette-body .has-transparent-white-color {
    color: rgba(255,255,255,0.7)
}

.has-transparent-white-background-color {
    background-color: rgba(255,255,255,0.7)
}

#willamette-body .has-transparent-grey-color {
    color: rgba(28,28,29,0.49)
}

.has-transparent-grey-background-color {
    background-color: rgba(28,28,29,0.49)
}

*,*:before,*:after {
    box-sizing: border-box
}

html,body,div,span,object,iframe,figure,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,code,em,img,small,strike,strong,sub,sup,tt,b,u,i,ol,ul,li,fieldset,form,label,table,caption,tbody,tfoot,thead,tr,th,td,main,canvas,embed,footer,header,nav,section,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    text-size-adjust: none
}

footer,header,nav,section,main {
    display: block
}

body {
    line-height: 1
}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input {
    -webkit-appearance: none;
    border-radius: 0
}

body,html {
    overflow-x: hidden !important;
    width: 100%;
    scroll-behavior: smooth
}

html {
    scroll-behavior: smooth
}

body {
    position: relative
}

/*a:link,a:visited {
    color: #d87d53;
    text-decoration: underline
}

a:link.btn,a:link.wp-block-button__link,a:visited.btn,a:visited.wp-block-button__link {
    text-decoration: none
}

a:link:hover,a:visited:hover {
    text-decoration: none
}*/

.main-container {
    width: 1200px;
    max-width: 100%;
    margin: 20px auto 0px;
    position: relative
}

h1,h2,h3,h4 {
    text-transform: lowercase;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    color: #616161
}

#main:last-child {
    margin-bottom: 80px
}

@media only screen and (max-width: 600px) {
    #main:last-child {
        margin-bottom:0px
    }
}

.single-post .site-main {
    width: 800px;
    max-width: 90%;
    margin: 0px auto
}

.single-post .site-main p {
    max-width: 100%;
    margin: 0px auto 10px;
    line-height: 1.4
}

@media only screen and (max-width: 600px) {
    .single-post .site-main p {
        line-height:1.47
    }
}

.single-post .wp-block-image figcaption {
    color: #b4b4b4;
    font-size: 90%;
    text-align: center;
    padding: 0px 15px
}

.single-post .wp-block-image img {
    max-width: 100%;
    margin-top: 20px
}

.single-post figure.alignleft {
    max-width: 400px;
    padding: 10px 20px 10px 0px
}

.single-post figure.alignright {
    max-width: 400px;
    padding: 10px 0px 10px 20px
}

@media only screen and (max-width: 600px) {
    .page-template-eventastic-events .filter_wrap {
        margin-top:0px !important
    }

    .page-template-eventastic-events #query_status {
        width: 100%
    }

    .page-template-eventastic-events .dateFilterWrapper {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center
    }
}

.my-1rem {
    margin: 1rem auto !important
}

.my-2rem {
    margin: 2rem auto !important
}

.my-20px {
    margin: 20px auto !important
}

.mb-1rem {
    margin-bottom: 1rem !important
}

blockquote cite {
    line-height: 30px
}

.request-guide .wp-block-willamette-blocks-image-box p {
    padding: 15px 0 10px
}

.button-align-middle {
    margin: 0 auto;
    display: block;
    max-width: 300px;
    transform: translateX(15px)
}

.full-max-width {
    max-width: 100% !important
}

.mb-30px {
    margin-bottom: 30px !important
}

@media only screen and (max-width: 768px) {
    .hideOnMobile {
        display:none
    }
}

.otis-event-slider .region-south-valley {
    background-color: #d87d53
}

.otis-event-slider .region-mid-valley {
    background-color: #b4bc33
}

.otis-event-slider .region-north-valley {
    background-color: #6a3b5d
}

.otis-event-slider .region-west-cascades {
    background-color: #68813b
}

@media only screen and (max-width: 768px) {
    .rtl-mobile .wp-block-columns {
        flex-direction:column-reverse !important
    }
}

.text-center {
    text-align: center
}

body {
    font-family: "Montserrat",sans-serif;
    font-size: 1em;
    line-height: 1.2em
}

p {
    font-size: 1em;
    line-height: 1.2em
}

p+p {
    padding-top: 20px
}

h1 {
    font-family: "Buenard",serif;
    font-size: 2em;
    line-height: 1.2em
}

em {
    font-style: italic !important
}

strong {
    font-weight: 700 !important
}

.site-main h1,.site-main h2,.site-main h3,.site-main h4,.site-main h5,.site-main h6 {
    line-height: 1.3
}

.site-main ul {
    list-style-type: inherit;
    padding-left: 40px;
    max-width: 800px;
    margin: 20px auto;
    color: #404040
}

.site-main ol {
    list-style-type: inhreit;
    max-width: 800px;
    margin: 20px auto;
    color: #404040;
    padding-left: 40px
}

.site-main blockquote {
    font-family: "Buenard",serif;
    font-style: italic;
    border-bottom: 1px solid #dadada;
    border-top: 1px solid #dadada;
    max-width: 85%;
    margin: 50px auto;
    color: #404040;
    font-size: 1.5em;
    padding: 30px
}

.site-main li {
    margin-bottom: 5px
}

.site-main h1 {
    text-align: center;
    color: #005e62;
    font-weight: 700;
    max-width: 800px;
    margin: 0px auto 40px;
    display: block;
    font-size: 3em
}

.site-main h4 {
    font-size: 1em
}

.site-main h5 {
    font-size: 1.6em;
    font-family: "Buenard",serif;
    color: #005e62;
    padding-top: 10px;
    font-weight: 800
}

.site-main .contributors {
    margin: 0 auto;
    text-align: center;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    margin-top: -10px;
    margin-bottom: 25px;
    font-size: 1.2em;
    color: #533049
}

.banner {
    background-color: #e29d7e !important;
    color: #fff;
    text-align: center;
    min-height: 50px;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center
}

.banner__text {
    display: inline-block;
    margin-right: 20px;
    text-transform: uppercase;
    color: #fff
}

.banner .banner__btn {
    display: inline-block;
    background-color: #6a3b5d;
    color: #fff;
    padding: 5px 28px;
    font-weight: 700
}

.banner .banner__btn:hover {
    background-color: #6a3b5d
}

.alert {
    background-color: #024d50 !important;
    color: #fff;
    text-decoration: none;
    font-weight: 600
}

.alert>.banner__btn {
    background-color: #b4bc33 !important
}

.rainbow-background {
    background: red;
    background: linear-gradient(219deg, red 0%, #ffc300 16%, #fbff00 32%, #00ff20 48%, #00f7ff 64%, #0020ff 80%, #ff00d1 86%, red 100%, red 100%);
    text-decoration: none;
    color: #fff;
    text-shadow: 2px 1px 4px black;
    font-weight: 600
}

.rainbow-background>.banner__btn {
    background-color: #000 !important;
    color: #fff
}

@media only screen and (max-width: 768px) {
    .banner.alert {
        margin-top:64px
    }
}

.nav-bar {
    z-index: 1000;
    display: block;
    margin: 0px;
    background-image: url(../images/header_swirl.svg);
    background-position: top left;
    background-size: cover;
    background-repeat: round;
    height: 210px
}

@media only screen and (max-width: 1750px) {
    .nav-bar {
        background-repeat:no-repeat
    }
}

.nav-bar__inner {
    max-width: 1200px;
    margin: 0px auto;
    display: flex;
    justify-content: flex-end;
    flex-direction: row
}

@media only screen and (max-width: 1024px) {
    .nav-bar__inner {
        justify-content:center
    }
}

.nav-bar__logo {
    margin-top: 25px;
    display: block;
    flex: 1 0 auto
}

@media only screen and (max-width: 1330px) {
    .nav-bar__logo {
        flex:0 0 auto
    }
}

@media only screen and (max-width: 600px) {
    .nav-bar__logo {
        margin-top:50px
    }

    .nav-bar__logo img {
        width: 240px
    }
}

.nav-bar__logo img {
    display: block;
    margin: 0px auto
}

.nav-bar__right {
    flex: 0 0 auto
}

.nav-bar__guide {
    min-width: 615px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: center;
    position: relative;
    margin-right: 40px
}

.nav-bar__guide--news {
    text-transform: uppercase;
    margin: 0px 15px;
    padding-top: 0px;
    display: inline-block;
    align-self: center
}

.nav-bar__guide--news:link,.nav-bar__guide--news:visited {
    color: #6a3b5d;
    font-weight: 700
}

.nav-bar__guide--news:hover,.nav-bar__guide--news:active,.nav-bar__guide--news:focus {
    color: #005e62
}

.nav-bar__guide--search {
    align-self: center;
    position: relative
}

.nav-bar__guide--search img {
    height: 24px;
    width: 24px;
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .25s ease-in-out
}

.nav-bar__guide--search img:hover,.nav-bar__guide--search img:focus {
    transform: scale(1.13) translateY(-10px);
    transition: transform .15s ease-in-out
}

.nav-bar__guide--search form {
    display: inline-block
}

.nav-bar__guide--search input {
    visibility: hidden;
    width: 0;
    opacity: 0;
    font-size: 1em;
    padding: 5px 5px 5px 5px;
    border: none;
    border-bottom: 1px solid #6a3b5d;
    background: #fff;
    transition: all .9s ease
}

.nav-bar__guide--search input:focus {
    outline: none
}

.nav-bar__guide--search input::placeholder {
    color: #b4b4b4
}

.nav-bar__guide--search .toggle-search {
    visibility: visible;
    opacity: 1;
    width: 200px;
    transition: all 0.6s cubic-bezier(0.11, 1.07, 1, 1);
    margin-right: 10px
}

.nav-bar__guide a {
    text-decoration: none !important
}

.nav-bar ul.menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: nowrap;
    height: auto;
    margin-top: 20px
}

@media only screen and (max-width: 1100px) {
    .nav-bar ul.menu {
        padding-left:0px
    }
}

.nav-bar ul.menu>li>a {
    display: inline-flex;
    flex-direction: column
}

.nav-bar ul.menu>li>a::after {
    content: attr(data-text);
    content: attr(data-text)/"";
    height: 0;
    visibility: hidden;
    overflow: hidden;
    user-select: none;
    pointer-events: none;
    font-weight: 700
}

@media speech {
    .nav-bar ul.menu>li>a::after {
        display: none
    }
}

@media screen and (min-width: 1750px) {
    .nav-bar {
        background-repeat:round
    }
}

.nav-menu ul.menu a:link,.nav-menu ul.menu a:visited {
    text-decoration: none;
    color: #005e62
}

.nav-menu ul.menu a:hover,.nav-menu ul.menu a:focus {
    font-family: "Montserrat",sans-serif
}

.nav-menu ul.menu li {
    position: relative;
    backface-visibility: hidden
}

.nav-menu ul.menu li:hover,.nav-menu ul.menu li:focus {
    font-weight: 700;
    color: #005e62
}

.nav-menu ul.menu li:hover>ul,.nav-menu ul.menu li:focus>ul {
    max-height: 500px;
    z-index: 10000;
    opacity: 1;
    transform: translateY(20px) scaleY(1);
    color: #005e62;
    overflow: visible;
    visibility: visible;
    backface-visibility: visible;
    transition: max-height 0.5s cubic-bezier(0.57, 0.04, 0.46, 0.9),opacity 0.4s,transform 0.5s,color 0.4s
}

.nav-menu ul.menu ul.sub-menu {
    display: block;
    visibility: hidden;
    transform: translateY(0) scaleY(0.9);
    max-height: 0px;
    overflow: hidden;
    transition: opacity .9s;
    opacity: 0;
    position: absolute;
    top: 1em;
    z-index: 99999;
    width: 200px;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2)
}

.nav-menu ul.menu ul.sub-menu li.menu-item {
    font-family: "Montserrat",sans-serif;
    padding: 0px;
    background: rgba(180,188,51,0.85)
}

.nav-menu ul.menu ul.sub-menu li.menu-item a:link,.nav-menu ul.menu ul.sub-menu li.menu-item a:visited {
    z-index: 10000;
    padding: 20px 30px 20px 30px;
    font-weight: 300
}

.nav-menu ul.menu ul.sub-menu li.menu-item a:hover,.nav-menu ul.menu ul.sub-menu li.menu-item a:active,.nav-menu ul.menu ul.sub-menu li.menu-item a:focus {
    background: #005e62;
    transition: background-color .6s ease;
    color: #fff;
    font-weight: 300
}

.nav-menu ul.menu ul.sub-menu li.menu-item::after {
    content: "";
    display: block;
    height: 1px;
    width: 220px;
    margin: 0px 0px 0px -10px;
    background-color: #005e62;
    font-family: "Montserrat",sans-serif
}

.nav-menu ul.menu ul.sub-menu li.menu-item:last-child::after {
    display: none
}

@media only screen and (max-width: 1435px) {
    .menu li:last-child>ul.sub-menu {
        right:0px
    }
}

.menu-item {
    padding: 0px 14px
}

.menu-item a:link,.menu-item a:visited {
    display: block;
    padding: 10px 0px 10px;
    color: #005e62;
    text-transform: uppercase
}

@media only screen and (max-width: 1024px) {
    .nav-bar {
        background-image:url(../images/mobile_header_swirl.svg);
        background-size: 100% 240px;
        background-position: top left;
        height: 239px
    }

    .nav-menu {
        display: none
    }

    .nav-bar__guide {
        display: none
    }
}

.mobile-nav__logo {
    text-align: center;
    width: 300px;
    max-width: calc(100vw - 80px);
    margin: 0px auto;
    display: block
}

#menuToggle {
    display: none;
    position: absolute;
    top: 4px;
    right: 40px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none
}

@media only screen and (max-width: 1024px) {
    #menuToggle {
        display:block
    }
}

@media only screen and (max-width: 768px) {
    #menuToggle {
        top:20px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #menuToggle {
        top:80px
    }
}

#menuToggle a {
    text-decoration: none;
    color: #005e62 !important;
    transition: color 0.3s ease
}

#menuToggle a:hover,#menuToggle a:focus {
    color: #b4bc33;
    font-weight: 700
}

#menuToggle input {
    display: block;
    width: 48px;
    height: 38px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none
}

#menuToggle span {
    display: block;
    width: 48px;
    height: 2px;
    margin-bottom: 11px;
    position: relative;
    background: #6a3b5d;
    border-radius: 0px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),opacity 0.55s ease
}

#menuToggle span:first-child {
    transform-origin: 0% 0%
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%
}

#menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #005e62
}

#menuToggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2)
}

#menuToggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px)
}

#menu {
    position: absolute;
    width: 100vw;
    min-height: 115vh;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 115vh;
    -webkit-overflow-scrolling: touch;
    height: auto;
    right: -40px;
    margin: -150px 0px 0 0px;
    padding: 100px 20px 100px;
    background: #fff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translatex(100%);
    transition: transform 0.7s cubic-bezier(0.77, 0.2, 0.05, 1)
}

#menu ul {
    transition: max-height .6s ease
}

#menu li:last-child {
    right: 5px;
    border: none
}

#menu a {
    display: block;
    padding: 40px 0 20px;
    font-size: 22px;
    line-height: 1.2;
    text-align: left;
    position: relative;
    width: 88%
}

#menu li {
    position: relative;
    border-bottom: 1px solid #b4bc33
}

#menu li .sub-menu {
    margin-left: 30px;
    max-height: 0px;
    overflow: hidden
}

#menuToggle input:checked ~ nav {
    transform: none
}

.toggle-icon {
    position: absolute;
    right: 10px;
    padding: 12px;
    top: 50px;
    transform: translateY(-50%);
    background: url(../images/plus.svg);
    background-size: cover;
    height: 20px;
    width: 20px;
    background-repeat: no-repeat;
    cursor: pointer
}

.toggle-icon:not(.toggle-icon__plus) {
    background: url(../images/minus.svg) no-repeat;
    position: absolute;
    background-size: 100% auto;
    margin-top: 7px;
    right: 12px;
    transition: transform .6s ease
}

#menu .expand ~ ul {
    max-height: 100vh;
    transition: max-height 0.9s cubic-bezier(0.57, 0.04, 0.46, 0.9)
}

#menu .sub-menu li {
    border-bottom: none;
    border-top: 1px solid #b4bc33
}

#menu .sub-menu li .toggle-icon {
    display: none
}

.no-scroll {
    overflow: hidden;
    height: 100vh
}

.btn {
    font-family: "Montserrat",sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border: none
}

.btn:hover,.btn:visited {
    transform: scale(1.01);
    transition: .2s all;
    text-decoration: none
}

.btn:active,.btn:focus {
    transition: .2s all
}

.btn--teal {
    background-color: #005e62
}

.btn--teal:hover,.btn--teal:visited {
    box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
    background-color: #046d70
}

.btn--purple {
    background-color: #6a3b5d;
    color: #a2c4d1
}

.btn--purple:hover,.btn--purple:visited {
    box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
    background-color: #864c76
}

.covid-banner__btn:link,.covid-banner__btn:visited {
    display: inline-block;
    color: #fff;
    padding: 5px 28px;
    font-weight: 700
}

.nav-bar__btn:link,.nav-bar__btn:visited {
    display: inline-block;
    border: none;
    padding: 20px 20px 20px 20px;
    color: #a2c4d1;
    font-weight: 700
}

.nav-bar__btn:link:hover,.nav-bar__btn:visited:hover {
    background-color: #5a324f
}

.main-site .wp-block-button {
    text-align: center;
    margin: 0px auto
}

.is-style-Two-Tone {
    min-height: 53px;
    position: relative;
    z-index: 1;
    width: 100%
}

.is-style-Two-Tone a {
    position: absolute;
    display: inline-block;
    border-radius: 0px;
    padding: 15px 25px 15px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 1em;
    margin-top: 10px
}

.is-style-Two-Tone a::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 8px;
    left: 8px;
    z-index: -1
}

.is-style-Two-Tone a:hover,.is-style-Two-Tone a:focus {
    min-height: 53px;
    transition: .2s all;
    background-color: transparent !important
}

.is-style-Two-Tone a:hover::after,.is-style-Two-Tone a:focus::after {
    transition: 0.4s cubic-bezier(0.56, 0.01, 0.34, 1.01),0.4s left cubic-bezier(0.56, 0.01, 0.34, 1.01),0.4s height ease-out,0.4s width ease-out;
    top: 4px;
    left: 4px;
    height: calc(100% - 7px);
    width: calc(100% - 7px)
}

.is-style-Two-Tone a:link,.is-style-Two-Tone a:visited {
    color: #fff
}

.is-style-Two-Tone .has-purple-background-color {
    position: relative;
    border: 2px solid #6a3b5d
}

.is-style-Two-Tone .has-purple-background-color::after {
    background-color: #b4bc33
}

.is-style-Two-Tone .has-purple-background-color-alt {
    position: relative;
    border: 2px solid #6a3b5d;
    background-color: #6a3b5d
}

.is-style-Two-Tone .has-purple-background-color-alt::after {
    background-color: #68813b
}

.is-style-Two-Tone .has-lime-background-color {
    position: relative;
    border: 2px solid #b4bc33
}

.is-style-Two-Tone .has-lime-background-color:hover {
    color: #fff !important
}

.is-style-Two-Tone .has-lime-background-color::after {
    background-color: #6a3b5d
}

.is-style-Two-Tone .has-muted-lime-background-color {
    position: relative;
    border: 2px solid #95972B;
    background-color: #95972B
}

.is-style-Two-Tone .has-muted-lime-background-color:hover {
    color: #fff !important
}

.is-style-Two-Tone .has-muted-lime-background-color::after {
    background-color: #005e62
}

.is-style-Two-Tone .has-orange-background-color {
    position: relative;
    border: 2px solid #d87d53
}

.is-style-Two-Tone .has-orange-background-color::after {
    background-color: #b4bc33
}

.is-style-Two-Tone .has-teal-background-color {
    position: relative;
    border: 2px solid #005e62
}

.is-style-Two-Tone .has-teal-background-color:hover {
    color: #fff !important
}

.is-style-Two-Tone .has-teal-background-color::after {
    background-color: #6a3b5d
}

.gform_button.button {
    border-radius: 0px;
    padding: 15px 25px 15px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 1em;
    box-shadow: 6px 6px #b4bc33;
    background-color: rgba(106,59,93,0.9);
    color: #fff;
    border: 0
}

.gform_button.button:hover {
    background-color: #b4bc33;
    transition: .4s all;
    box-shadow: 6px 6px #6a3b5d
}

.gfield-choice-input,.ginput_container_consent input {
    /*-webkit-appearance: checkbox;*/
    width: 20px;
    height: 20px
}

.ginput_container_consent {
    display: flex;
    align-items: center
}

.ginput_container_consent input {
    margin-right: 10px;
    flex: 0 0 20px
}

.hero {
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -100;
    margin-bottom: 40px;
    position: relative
}

body:not(.home) .hero {
    background-position: top center;
    margin-top: -88px;
    height: 500px;
    margin-bottom: 70px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body:not(.home) .hero {
        background-size:cover;
        margin-top: -73px
    }
}

@media only screen and (max-width: 800px) {
    body:not(.home) .hero {
        margin-top:-88px;
        background-size: cover
    }
}

@media only screen and (max-width: 600px) {
    body:not(.home) .hero {
        margin-bottom:30px
    }
}

body:not(.home) .hero__container {
    height: 100%;
    position: relative;
    max-width: 1200px;
    margin: 0px auto
}

body:not(.home) .hero__title {
    position: absolute;
    bottom: 20%;
    right: 10%;
    text-align: center;
    text-transform: lowercase;
    margin-top: 100px;
    font-family: "Buenard",serif;
    color: #fff;
    font-weight: 800;
    font-size: 3.7em;
    padding: 5px 25px;
    line-height: 1.2em
}

@media only screen and (max-width: 1300px) {
    body:not(.home) .hero__title {
        margin-left:10%
    }
}

@media only screen and (max-width: 1000px) {
    body:not(.home) .hero__title {
        font-size:3.2em
    }
}

@media only screen and (max-width: 750px) {
    body:not(.home) .hero__title {
        font-size:2.8em
    }
}

@media only screen and (max-width: 600px) {
    body:not(.home) .hero__title {
        font-size:2.2em
    }
}

.home .hero {
    background-position: top left;
    background-repeat: no-repeat;
    margin-top: -185px;
    height: 120vh;
    min-height: 850px;
    position: relative;
    background-size: cover
}

@media only screen and (max-width: 1474px) {
    .home .hero {
        background-size:cover;
        margin-top: -270px;
        background-position: top left
    }
}

@media only screen and (max-width: 1200px) {
    .home .hero {
        background-position:top left 25%
    }
}

@media only screen and (max-width: 1000px) {
    .home .hero {
        margin-top:-200px;
        height: 100vh;
        background-size: cover;
        background-position: top left 20%
    }
}

@media only screen and (max-width: 768px) {
    .home .hero {
        background-position:top center;
        background-size: cover
    }
}

.home .hero img {
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
    height: 250px;
    filter: drop-shadow(3px 2px 6px rgba(0,94,98,0.3))
}

@media only screen and (max-width: 1250px) {
    .home .hero img {
        height:200px;
        top: 52%;
        left: 10%
    }
}

@media only screen and (max-width: 1000px) {
    .home .hero img {
        height:175px;
        top: 52%
    }
}

@media only screen and (max-width: 800px) {
    .home .hero img {
        height:150px;
        top: 55%
    }
}

@media only screen and (max-width: 768px) {
    .home .hero img {
        display:none
    }
}

.home .hero__sibbling {
    background-image: url(../images/home_wave.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% 150px;
    margin-top: -180px;
    height: 150px;
    width: 100%
}

@media only screen and (max-width: 600px) {
    .home .hero__sibbling {
        background-size:275% 150px !important
    }
}

@media only screen and (max-width: 1300px) {
    .home .hero__sibbling {
        background-size:auto 100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .home .hero__sibbling {
        background-position:bottom center;
        background-size: 150% 150px
    }
}

@media only screen and (max-width: 768px) {
    .home .hero__sibbling {
        background-position:bottom center;
        background-size: 150% 150px
    }
}

.vistor-guide-reuseable-block {
    margin-top: 5.0rem
}

.vistor-guide-reuseable-block img {
    min-height: 350px;
    object-fit: cover
}

.footer {
    background-image: url(../images/footer.png);
    background-size: auto 100%;
    width: 100%;
    overflow: hidden;
    padding: 50px
}

.footer__container {
    max-width: 1400px;
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between
}

.footer h4 {
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: .9em;
    font-weight: bold;
    text-transform: uppercase;
    height: 50px
}

.footer ul {
    list-style-type: none
}

.footer a:link,.footer a:visited {
    color: #fff;
    font-weight: 300;
    font-size: .9em
}

.footer .footer-top-level-link {
    text-decoration: none
}

.footer .footer-top-level-link p {
    font-family: "Montserrat",sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase
}

.footer .first-footer-column a:link,.footer .first-footer-column a:visited,.footer .second-footer-column a:link,.footer .second-footer-column a:visited,.footer .third-footer-column a:link,.footer .third-footer-column a:visited,.footer .fourth-footer-column a:link,.footer .fourth-footer-column a:visited {
    display: block;
    padding: 1px 0px
}

.footer .first-footer-column a:not([href*='localhost']):not([href*='willamettevalley.org']):not([href*='platformsh.site']):not([href^='#']):not([href^='/']):after,.footer .second-footer-column a:not([href*='localhost']):not([href*='willamettevalley.org']):not([href*='platformsh.site']):not([href^='#']):not([href^='/']):after,.footer .third-footer-column a:not([href*='localhost']):not([href*='willamettevalley.org']):not([href*='platformsh.site']):not([href^='#']):not([href^='/']):after,.footer .fourth-footer-column a:not([href*='localhost']):not([href*='willamettevalley.org']):not([href*='platformsh.site']):not([href^='#']):not([href^='/']):after {
    content: url(../images/external-link-symbol.png);
    opacity: 0.5
}

.footer .social-icons {
    display: inline-block
}

.footer .social-icons img {
    width: 25px;
    height: 25px
}

.footer .social-icons img:hover {
    opacity: 0.8
}

.footer .footer-category {
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: .9em;
    font-weight: bold;
    text-transform: uppercase;
    height: 50px
}

.footer .fifth-footer-column {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 50px
}

.footer .fifth-footer-column a {
    text-decoration: none
}

.footer .fifth-footer-column .covid-footer-link {
    padding-bottom: 1rem
}

.footer .badge-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center
}

.footer .badge-holder .bronze-badge {
    width: 90px
}

.footer .badge-holder .iita-badge {
    width: 60px;
    border: 5px solid white
}

.footer .badge-holder .ttc-badge {
    height: 70px;
    width: auto
}

.footer .gform_wrapper {
    margin-top: 1em
}

.footer label {
    color: #fff;
    padding-left: 7px
}

.footer input {
    background-color: rgba(255,255,255,0.7);
    border: none;
    padding: 10px;
    margin: 10px 0px;
    text-transform: uppercase;
    letter-spacing: 3px
}

.footer input::placeholder {
    color: #404040
}

.footer input[type=submit].gform_button.button {
    background: transparent;
    box-shadow: none;
    border: 1px solid #fff;
    padding: 5px 30px;
    cursor: pointer
}

.footer input[type=submit].gform_button.button:hover {
    background: #fff;
    color: #68813b
}

.footer .gform_wrapper.gravity-theme .gform_footer {
    margin: .5em 0 1em;
    padding: 0
}

.footer .second-footer-column,.footer .third-footer-column,.footer .fourth-footer-column,.footer .fifth-footer-column {
    max-width: 250px;
    padding: 0px 10px
}

.footer .first-footer-column {
    display: flex;
    align-items: start;
    padding: 0px 30px
}

.footer .first-footer-column img {
    width: 270px
}

.footer .second-footer-column,.footer .third-footer-column,.footer .fourth-footer-column {
    width: 33%
}

@media only screen and (max-width: 1000px) {
    .footer .footer__container {
        flex-wrap:wrap;
        justify-content: space-around
    }

    .footer .first-footer-column {
        width: 100%;
        align-self: center;
        justify-content: center;
        align-items: center;
        margin-bottom: 20px
    }

    .footer .second-footer-column,.footer .third-footer-column,.footer .fourth-footer-column {
        width: auto;
        margin-bottom: 20px
    }
}

@media only screen and (max-width: 875px) {
    .footer {
        background-size:250% auto
    }

    .footer .footer__container {
        flex-direction: column;
        align-items: center
    }

    .footer .third-footer-column,.footer .second-footer-column,.footer .fourth-footer-column {
        width: 75%;
        margin-bottom: 40px
    }

    .footer .third-footer-column a:link,.footer .third-footer-column a:visited,.footer .second-footer-column a:link,.footer .second-footer-column a:visited,.footer .fourth-footer-column a:link,.footer .fourth-footer-column a:visited {
        font-size: 1.1em;
        padding: 3px 0px
    }

    .footer .fifth-footer-column {
        width: 85%
    }

    .footer h4 {
        font-size: 1.1em;
        height: auto;
        padding-bottom: 10px
    }
}

.footer .menu-item {
    padding: 3px 0px
}

.footer .menu-item a {
    text-transform: none;
    text-decoration: none
}

.site-main .gform_wrapper {
    width: 800px !important;
    max-width: 90%;
    margin: 0px auto
}

.site-main .gform_wrapper input[type="text"],.site-main .gform_wrapper input[type="email"],.site-main .gform_wrapper input[type="tel"],.site-main .gform_wrapper select {
    background-color: #dadada;
    border: none
}

.site-main .gform_wrapper textarea {
    font-family: "Montserrat",sans-serif
}

.site-main .gform_wrapper .sweepsCheckbox label {
    padding-left: 1.0rem
}

.site-main .gform_wrapper .gchoice {
    margin-bottom: 5px
}

.page-search {
    display: flex;
    justify-content: flex-end;
    margin: 0px 10px 50px
}

@media only screen and (max-width: 768px) {
    .page-search {
        justify-content:center
    }
}

.page-search input {
    display: inline-block
}

.page-search input[type="text"] {
    border: none;
    outline: none;
    padding: 8px 10px;
    background-color: #EFEFEF;
    color: #616161;
    width: 250px;
    margin-left: 10px
}

.page-search input[type="text"]::placeholder {
    text-transform: uppercase;
    letter-spacing: 2px
}

.page-search input[type="image"] {
    transform: translateY(10px)
}

.back-to-top__button {
    position: fixed;
    right: 0px;
    top: 80px;
    z-index: 1000;
    background-color: #6a3b5d;
    border: none;
    outline: none;
    padding: 14px 10px 14px 50px;
    font-size: 1.5em;
    font-family: "Buenard",serif;
    color: #a2c4d1;
    font-weight: 700;
    background-image: url(../images/redacorn.svg);
    background-repeat: no-repeat;
    background-position: 15px 15px;
    width: 200px;
    box-shadow: 1px 1px 7px -2px #000;
    cursor: pointer;
    visibility: hidden;
    pointer-events: none;
    transition: .4s all;
    opacity: 0%
}

.back-to-top__button:hover {
    transform-origin: center;
    background-color: #533049;
    transform: scale(1.02) translateY(15px);
    transition: .4s all
}

.showBtn {
    visibility: visible;
    transition: .4s all;
    pointer-events: all;
    opacity: 100%;
    transform: translateY(15px)
}

.dropdowns {
    display: flex;
    justify-content: flex-end
}

.dropdown {
    position: relative;
    float: right;
    margin: 15px 10px
}

.dropdown .dropdown__button {
    position: relative;
    background-color: #005e62;
    padding: 5px 40px 5px 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    min-width: 136px;
    width: fit-content;
    display: block
}

.dropdown .dropdown__button:hover {
    background-color: #024d50
}

.dropdown .dropdown__button__triangle::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 8px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #b4bc33
}

.dropdown .dropdown__content {
    z-index: 10;
    position: absolute;
    top: 29px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0%;
    height: 0px;
    width: fit-content;
    min-width: 136px;
    transition: .4s all;
    transform: scaleY(0.8)
}

.dropdown .dropdown__content a {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    background-color: rgba(0,94,98,0.67);
    color: #fff;
    display: block;
    padding: 5px 10px
}

.dropdown .dropdown__content a:first-child {
    border-top: 1px solid #fff;
    padding-top: 10px
}

.dropdown .dropdown__content a:link,.dropdown .dropdown__content a:visited {
    color: #fff
}

.dropdown .dropdown__content a:hover,.dropdown .dropdown__content a:focus {
    background-color: #005e62;
    color: #fff
}

.dropdown .show {
    transform: scaleY(1);
    visibility: visible;
    opacity: 100%;
    pointer-events: all;
    height: fit-content;
    transition: .4s all
}

.hiddenDropdown {
    visibility: hidden;
    pointer-events: none;
    opacity: 0%;
    height: 0px;
    width: 0px;
    margin: 0px
}

.showDropdown {
    visibility: visible;
    opacity: 100%;
    pointer-events: all;
    height: fit-content;
    width: fit-content;
    margin: 15px 10px
}

@media only screen and (max-width: 768px) {
    .dropdowns {
        display:inline-block;
        padding-left: 10%;
        padding-right: 10%;
        width: 100%
    }

    .dropdowns .dropdown {
        display: inline-block;
        width: 100%;
        margin: 10px 0px
    }

    .dropdowns .dropdown.hiddenDropdown {
        display: none
    }

    .dropdowns .dropdown.hiddenDropdown.showDropdown {
        display: inline-block
    }

    .dropdowns .dropdown .dropdown__button {
        display: inline-block;
        width: 100%;
        padding: 15px
    }

    .dropdowns .dropdown .dropdown__content {
        top: unset
    }

    .dropdowns .dropdown .dropdown__content a {
        background-color: #005e62;
        padding: 10px
    }
}

.filters.otisFilters {
    display: inline-block;
    margin-top: 24px
}

.filters.otisFilters .filter {
    float: unset;
    display: block;
    position: relative;
    margin: 15px 10px
}

.filters.otisFilters .filter .filter__button {
    position: relative;
    background-color: #005e62;
    padding: 5px 40px 5px 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 3px;
    min-width: 136px;
    display: block
}

.filters.otisFilters .filter .filter__button:hover {
    background-color: #024d50
}

.filters.otisFilters .filter .filter__button__trianglevoid::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    display: inline-block;
    width: 20px;
    height: 8px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 8px solid #b4bc33
}

.filters.otisFilters .filter .filter__content {
    height: unset;
    position: relative;
    visibility: hidden;
    pointer-events: none;
    opacity: 0%;
    width: fit-content;
    min-width: 136px;
    transition: .4s all;
    transform: scaleY(0.8)
}

.filters.otisFilters .filter .filter__content a {
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    background-color: rgba(0,94,98,0.67);
    color: #fff;
    display: block;
    padding: 5px 10px
}

.filters.otisFilters .filter .filter__content a:first-child {
    border-top: 1px solid #fff;
    padding-top: 10px
}

.filters.otisFilters .filter .filter__content a:link,.filters.otisFilters .filter .filter__content a:visited {
    color: #fff
}

.filters.otisFilters .filter .filter__content a:hover,.filters.otisFilters .filter .filter__content a:focus,.filters.otisFilters .filter .filter__content a.active {
    background-color: #005e62;
    color: #fff
}

.filters.otisFilters .filter .show {
    transform: scaleY(1);
    visibility: visible;
    opacity: 100%;
    pointer-events: all;
    height: fit-content;
    transition: .4s all
}

.filters.otisFilters .hiddenfilter {
    visibility: hidden;
    pointer-events: none;
    opacity: 0%;
    height: 0px;
    width: 0px;
    margin: 0px
}

.filters.otisFilters .showfilter {
    visibility: visible;
    opacity: 100%;
    pointer-events: all;
    height: fit-content;
    width: fit-content;
    margin: 15px 10px
}

@media only screen and (max-width: 768px) {
    .filters.otisFilters {
        display:inline-block;
        padding-left: 10%;
        padding-right: 10%;
        width: 100%
    }

    .filters.otisFilters .filter {
        display: inline-block;
        width: 100%;
        margin: 10px 0px
    }

    .filters.otisFilters .filter.hiddenfilter {
        display: none
    }

    .filters.otisFilters .filter.hiddenfilter.showfilter {
        display: inline-block
    }

    .filters.otisFilters .filter .filter__button {
        display: inline-block;
        width: 100%;
        padding: 15px
    }

    .filters.otisFilters .filter .filter__content {
        top: unset
    }

    .filters.otisFilters .filter .filter__content a {
        background-color: #005e62;
        padding: 10px
    }
}

.region-toggle {
    display: flex
}

.region-toggle button {
    border: none;
    outline: none;
    padding: 14px 20px;
    font-size: 1.5em;
    font-family: "Buenard", serif;
    color: white;
    font-weight: 700;
    box-shadow: 1px 1px 7px -2px black;
    cursor: pointer;
    transition: .4s all
}

.region-toggle button#all {
    background: #A2C4D0
}

.region-toggle button#north {
    background: #533049
}

.region-toggle button#south {
    background: #b4bc33
}

#js-cookie-consent-box {
    background-color: #005e62;
    width: 100vw;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1500;
    overflow: hidden;
    transition: height 1s ease
}

#js-cookie-consent-box.slide-up {
    height: 75px
}

@media only screen and (max-width: 850px) {
    #js-cookie-consent-box.slide-up {
        height:180px
    }
}

#js-cookie-consent-box.slide-down {
    height: 95%
}

@keyframes slide-in {
    100% {
        transform: translateY(0%)
    }
}

@-webkit-keyframes slide-in {
    100% {
        -webkit-transform: translateY(0%)
    }
}

@keyframes slide-out {
    0% {
        transform: translateY(0%)
    }

    100% {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes slide-out {
    0% {
        -webkit-transform: translateY(0%)
    }

    100% {
        -webkit-transform: translateY(-100%)
    }
}

.js-cookie-consent-main-text-box {
    position: absolute;
    left: 145px;
    bottom: 38px;
    transform: translateY(50%);
    z-index: 1;
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 20px 20px 5px 20px;
    font-size: 14px;
    width: calc(100% - 336px)
}

@media only screen and (max-width: 850px) {
    .js-cookie-consent-main-text-box {
        width:100%;
        margin: 0px auto;
        padding: 0px 15px;
        position: relative;
        left: unset;
        bottom: unset
    }
}

.js-cookie-consent-main-text-box a:link,.js-cookie-consent-main-text-box a:visited {
    color: #fff
}

.js-cookie-consent-main-text-box .cookie-consent-learn-more {
    color: #fff;
    text-decoration: underline;
    outline: none;
    position: relative
}

.js-cookie-consent-main-text-box .cookie-consent-learn-more svg {
    position: absolute;
    width: 20px
}

.js-cookie-consent-toogle-box {
    color: #fff;
    padding: 40px 20px 20px 20px;
    font-size: 12px;
    height: 66px;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.js-cookie-consent-toogle-box::-webkit-scrollbar {
    display: none
}

.js-cookie-consent-toogle-box-inner {
    position: relative;
    margin-top: 40px
}

.cookie-consent-settings-title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    width: 78%
}

.cookie-consent-learn-more-box {
    margin-top: 10px;
    display: inline-block
}

.cookie-consent-btn-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 66px;
    background-color: #005e62
}

@media only screen and (max-width: 850px) {
    .cookie-consent-btn-box {
        height:213px
    }
}

.cookie-consent-button {
    text-transform: uppercase;
    font-size: 13px !important;
    letter-spacing: 2px;
    padding: 10px 15px;
    border: none;
    outline: none;
    cursor: pointer
}

.cookie-consent-button.accept {
    position: absolute;
    bottom: 14px;
    left: 15px;
    background-color: #b4bc33;
    color: #fff;
    font-weight: 700
}

.cookie-consent-button.accept:hover {
    transform: scale(1.03);
    background-color: rgba(180,188,51,0.85);
    transition: .4s all
}

.cookie-consent-button.open-settings {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-color: transparent;
    color: #fff;
    text-decoration: underline
}

.save-cookie-consent-btn-box {
    margin-top: 30px
}

.cookie-consent-button.save-cookies {
    left: 15px;
    background-color: #b4bc33;
    color: #fff
}

.js-cookie-consent-toogle-box-inner .switch {
    position: absolute;
    right: 0;
    top: -7px;
    width: 60px;
    height: 34px
}

.js-cookie-consent-toogle-box-inner .switch input {
    opacity: 0;
    width: 0;
    height: 0
}

.js-cookie-consent-toogle-box-inner .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s
}

.js-cookie-consent-toogle-box-inner .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s
}

.js-cookie-consent-toogle-box-inner .slider.checked {
    background-color: #42ab9e
}

.js-cookie-consent-toogle-box-inner input:checked+.slider.disabled {
    opacity: 0.6
}

.js-cookie-consent-toogle-box-inner input:focus+.slider {
    box-shadow: 0 0 1px #42ab9e
}

.js-cookie-consent-toogle-box-inner input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.js-cookie-consent-toogle-box-inner .slider.round {
    border-radius: 34px
}

.js-cookie-consent-toogle-box-inner .slider.round:before {
    border-radius: 50%
}

@media screen and (min-width: 480px) {
    #js-cookie-consent-box {
        width:100%;
        bottom: 0px;
        left: 0px
    }

    #js-cookie-consent-box.slide-down {
        height: 40%
    }

    #js-cookie-consent-box.slide-up {
        height: 66px
    }
}

@media only screen and (min-width: 480px) and (max-width: 850px) {
    #js-cookie-consent-box.slide-up {
        height:213px
    }
}

.no-dropdown>.toggle-icon {
    display: none
}

.wp-block-columns {
    align-items: flex-start;
    margin-bottom: 70px;
    margin-top: 70px;
    justify-content: center
}

@media only screen and (max-width: 600px) {
    .wp-block-columns {
        margin-top:30px;
        margin-bottom: 30px
    }
}

.wp-block-columns .wp-block-column .wp-block-image {
    padding: 0px 20px
}

@media only screen and (max-width: 800px) {
    .wp-block-columns .wp-block-column .wp-block-image {
        padding:0px 10px;
        width: 100%
    }
}

.wp-block-columns .wp-block-willamette-blocks-image-box ~ p {
    padding: 20px 20px
}

@media only screen and (max-width: 600px) {
    .wp-block-columns .wp-block-willamette-blocks-image-box ~ p {
        padding:30px 10% 0px 10%
    }
}

.wp-block-columns .wp-block-column {
    padding: 0;
    align-self: flex-start;
    margin: 8px !important
}

.wp-block-columns .wp-block-column figure.wp-block-image {
    margin-bottom: 0px
}

@media only screen and (max-width: 782px) and (max-width: 600px) {
    .wp-block-columns .wp-block-column>.wp-block-image {
        padding:0px !important
    }

    .wp-block-columns .wp-block-column>.wp-block-image img {
        object-fit: cover;
        min-height: 200px
    }
}

@media only screen and (max-width: 600px) {
    .wp-block-columns .wp-block-column {
        margin:0px !important
    }
}

.wp-block-columns.tall-margins {
    margin: 4rem 0;
    gap: 1em
}

@media only screen and (max-width: 782px) {
    .wp-block-columns.tall-margins {
        margin:0px !important;
        gap: 2em
    }
}

.wp-block-columns.narrow-gutter {
    margin: 0
}

.wp-block-columns img {
    height: auto
}

.alignfull {
    margin-top: 70px;
    margin-bottom: 70px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
    height: auto
}

.alignfull>figure>img {
    object-fit: cover;
    object-position: center center;
    min-height: 400px;
    width: auto
}

.alignfull.pattern-bg.wp-block-group>* {
    max-width: 1200px;
    margin: 0px auto
}

figure.alignfull img {
    object-fit: cover;
    object-position: center center
}

.wp-block-image.alignfull {
    overflow: hidden;
    height: 400px;
    object-fit: cover;
    width: auto
}

.wp-block-image.alignfull img {
    height: 105%;
    width: 100%;
    max-width: 200%
}

@media only screen and (max-width: 600px) {
    .wp-block-image.alignfull {
        height:300px;
        overflow: visible
    }

    .wp-block-image.alignfull img {
        height: 100%
    }
}

.page .wp-block-image.alignfull {
    margin-top: 0px;
    margin-bottom: 0px
}

.page .wp-block-group.alignfull {
    margin-top: 0px;
    margin-bottom: 0px
}

.single-post .content-area {
    margin-bottom: 60px
}

.alignwide {
    margin: 32px calc(max(calc(30% - 30vw), -200px));
    max-width: 100vw
}

.alignwide img {
    max-width: 100%;
    width: 100%
}

.wp-block-button {
    margin: 20px 0px 10px 0px
}

.wp-block-button a {
    text-decoration: none
}

.alignnone {
    text-align: left
}

.aligncenter,div.aligncenter {
    display: block;
    margin: 5px auto 5px auto
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

@media only screen and (max-width: 600px) {
    .alignright {
        float:none !important;
        margin: 0px auto !important
    }
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0
}

@media only screen and (max-width: 600px) {
    .alignleft {
        float:none !important;
        margin: 0px auto !important
    }
}

.wp-caption {
    color: #404040;
    font-size: 90%;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.site-main>h2,.site-main>h3,.site-main>h4,h2.gform_title {
    font-family: "Buenard",serif;
    color: #005e62;
    font-weight: 800;
    font-size: 2.2em;
    margin-bottom: 40px;
    margin-top: 60px;
    text-align: center;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto
}

.site-main>h2 a,.site-main>h3 a,.site-main>h4 a,h2.gform_title a {
    color: #fff !important
}

@media only screen and (max-width: 600px) {
    .site-main>h2,.site-main>h3,.site-main>h4,h2.gform_title {
        padding:0px 15px;
        font-size: 2em;
        margin-top: 40px
    }
}

.site-main>h4 {
    font-size: 2em
}

@media only screen and (max-width: 600px) {
    .site-main>h4 {
        font-size:2em
    }
}

.wp-block-willamette-blocks-image-box__content .wp-block-columns {
    gap: 0
}

.wp-block-willamette-blocks-image-box__content .wp-block-column>h1,.wp-block-willamette-blocks-image-box__content .wp-block-column>h2,.wp-block-willamette-blocks-image-box__content .wp-block-column>h3,.wp-block-willamette-blocks-image-box__content .wp-block-column>h4 {
    color: #fff
}

@media only screen and (max-width: 768px) {
    .wp-block-willamette-blocks-image-box__content .wp-block-column>h1,.wp-block-willamette-blocks-image-box__content .wp-block-column>h2,.wp-block-willamette-blocks-image-box__content .wp-block-column>h3,.wp-block-willamette-blocks-image-box__content .wp-block-column>h4 {
        margin-bottom:0
    }
}

.wp-block-willamette-blocks-image-box__content h1 a,.wp-block-willamette-blocks-image-box__content h2 a,.wp-block-willamette-blocks-image-box__content h3 a,.wp-block-willamette-blocks-image-box__content h4 a {
    color: #fff !important;
    text-decoration: none !important;
    width: 100%;
    padding: 0 10px
}

.wp-block-column>h1,.wp-block-column>h2,.wp-block-column>h3,.wp-block-column>h4 {
    font-family: "Buenard",serif;
    color: #005e62;
    font-weight: 800;
    font-size: 2.5em;
    margin-bottom: 20px;
    line-height: 1.1
}

@media only screen and (max-width: 600px) {
    .wp-block-column>h1,.wp-block-column>h2,.wp-block-column>h3,.wp-block-column>h4 {
        font-size:2em
    }
}

.wp-block-column>h4 {
    font-size: 2.3em
}

@media only screen and (max-width: 600px) {
    .wp-block-column>h4 {
        font-size:1em
    }
}

.wp-block-group__inner-container>h1,.wp-block-group__inner-container>h2,.wp-block-group__inner-container>h3,.wp-block-group__inner-container>h4 {
    font-family: "Buenard",serif;
    color: #005e62;
    font-weight: 800;
    font-size: 2.2em;
    margin-bottom: 40px;
    margin-top: 60px
}

@media only screen and (max-width: 600px) {
    .wp-block-group__inner-container>h1,.wp-block-group__inner-container>h2,.wp-block-group__inner-container>h3,.wp-block-group__inner-container>h4 {
        margin-top:20px;
        font-size: 2em
    }
}

.site-main>p {
    width: 800px;
    margin: 20px auto;
    max-width: 90%;
    line-height: 1.2;
    font-size: 1em
}

@media only screen and (max-width: 600px) {
    .site-main>p {
        padding:0px 10px
    }
}

.pattern-bg .wp-block-group__inner-container>p {
    margin-bottom: 60px;
    max-width: 90%;
    line-height: 1.2;
    font-size: 1em
}

@media only screen and (max-width: 600px) {
    .pattern-bg .wp-block-group__inner-container>p {
        padding:0px 10px
    }
}

.narrow-columns {
    justify-content: center;
    text-align: center
}

.narrow-columns .wp-block-column {
    flex-basis: 15%;
    flex-grow: 0
}

@media only screen and (max-width: 700px) {
    .narrow-columns .wp-block-column img {
        max-width:40%
    }
}

.narrow-columns .wp-block-column p {
    padding-top: 10px
}

.notfullwidth {
    width: 1200px;
    margin: 0px auto;
    max-width: 95%
}

.plain-links a:link,.plain-links a:visited {
    color: #616161;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none
}

.transparent {
    transition: 0.4s all
}

.pattern-bg {
    background-image: url(../images/light-pattern.png);
    background-color: #6a3b5d;
    background-size: 50%;
    margin-bottom: 0px;
    margin-top: 0px
}

@media only screen and (max-width: 600px) {
    .pattern-bg {
        background-size:150% !important;
        background-color: #FCFAF5 !important
    }
}

p {
    font-family: "Montserrat",sans-serif;
    color: #616161
}

h1.is-style-Highlighted,h2.is-style-Highlighted,h3.is-style-Highlighted,h4.is-style-Highlighted,h5.is-style-Highlighted {
    background: #6a3b5d;
    padding: 20px;
    color: #fff;
    display: inline-block;
    padding-left: 100px
}

.is-style-titlecase {
    text-transform: capitalize !important
}

.wp-block-image img {
    height: auto
}

.wp-block-columns .wp-block-column[style~="flex-basis:33.33%"] {
    align-self: center
}

.site-main .blocks-gallery-grid {
    padding-left: 0px
}

.bg-image-top>.wp-block-willamette-blocks-image-box__image {
    background-position: center top !important
}

.bg-image-center>.wp-block-willamette-blocks-image-box__image {
    background-position: center center !important
}

.bg-image-bottom>.wp-block-willamette-blocks-image-box__image {
    background-position: center bottom !important
}

.new-post-block {
    display: block;
    padding: 1rem 0 1rem 0
}

.new-post-block .wp-block-group__inner-container {
    max-width: 1920px;
    margin: 0 auto
}

.new-post-block .text-area {
    align-self: center;
    padding-left: 3rem;
    padding-right: 0;
    width: 100%
}

.new-post-block .hazelnut-columns {
    margin: 0 !important
}

.new-post-block .image-column {
    margin: 0 !important
}

@media only screen and (max-width: 800px) {
    .new-post-block .image-column .hazelnut-image {
        position:relative;
        left: 0;
        padding: 0
    }
}

@media screen and (min-width: 800px) {
    .new-post-block .image-column .hazelnut-image {
        width:50vw;
        position: relative;
        left: 100%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        padding: 0
    }
}

.new-post-block img {
    margin: 0 !important
}

.new-post-block ul {
    padding-left: 0px
}

.new-post-block li {
    padding: 0px 0px 25px 40px;
    list-style: none;
    background-image: url(../images/Hazelnut.svg);
    background-repeat: no-repeat;
    background-position: left top;
    line-height: 20px;
    background-size: 25px
}

@media only screen and (max-width: 800px) {
    .new-post-block .hazelnut-columns {
        flex-direction:column
    }

    .new-post-block #list-category {
        text-align: center
    }

    .new-post-block .text-area {
        align-self: center;
        padding: 3rem 1rem 0 1rem
    }
}

.image-right-block .image-right {
    width: 50vw;
    position: relative;
    direction: rtl;
    padding-right: 0rem !important
}

.image-right-block .text-area {
    padding-right: 3rem;
    padding-left: 0
}

@media only screen and (max-width: 800px) {
    .image-right-block .image-right {
        width:50vw;
        position: relative;
        margin-right: 0 !important;
        margin-top: 2rem;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.post-slider {
    left: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw
}

.post-slider .slick-slide {
    height: 500px
}

.post-slider .slick-slide img {
    height: 500px
}

.post-slider .slick-list {
    padding: 0 0 0 20% !important
}

.post-slider .slick-prev {
    width: 38px;
    z-index: 100;
    left: 100px;
    top: calc(50% - 27.5px);
    background-image: url(../images/Scroller.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-size: cover
}

@media only screen and (max-width: 900px) {
    .post-slider .slick-prev {
        left:50px
    }
}

@media only screen and (max-width: 500px) {
    .post-slider .slick-prev {
        display:none
    }
}

.no-top-margin {
    margin-top: 0
}

.no-bottom-margin {
    margin-bottom: 0
}

.slick-dots {
    display: none !important
}

.slick-prev,.slick-next {
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    color: transparent;
    top: 40%;
    transform-origin: center;
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,.slick-next:hover {
    opacity: .8;
    transform: scale(1.17);
    transition: .4s all
}

.slick-prev {
    width: 18px;
    height: 45px !important;
    left: -35px;
    background: transparent url("data:image/svg+xml, %3Csvg width='18' height='44' viewBox='0 0 18 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-1.09278e-06 22L18 43.6506L18 0.349366L-1.09278e-06 22Z' fill='%23B4BC33'/%3E%3C/svg%3E%0A") no-repeat
}

.slick-next {
    width: 18px;
    height: 49px !important;
    right: -35px;
    background: transparent url("data:image/svg+xml,%0A%3Csvg width='18' height='47' viewBox='0 0 18 47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 23.5L-2.54165e-07 46.4497L1.75216e-06 0.550327L18 23.5Z' fill='%23B4BC33'/%3E%3C/svg%3E") no-repeat
}

.category-slider-parent {
    width: calc(100% - 150px);
    margin: 0px auto 100px;
    height: 283px
}

.category-slider-parent * {
    height: 100%
}

@media only screen and (max-width: 600px) {
    .category-slider-parent {
        height:250px;
        margin: 0px auto 40px
    }
}

.pattern-bg .category-slider-parent {
    margin: 0px auto 60px
}

.category-slider__item {
    position: relative;
    display: flex !important;
    flex-direction: column;
    flex-grow: 1;
    align-items: center
}

.category-slider__item a:hover,.category-slider__item a:link,.category-slider__item a:visited,.category-slider__item a:focus {
    text-decoration: none;
    width: 100%
}

.category-slider__item a:hover,.category-slider__item a:focus {
    transition: .5s all
}

.category-slider__item a:hover .category-slider__item__image img,.category-slider__item a:focus .category-slider__item__image img {
    transform: scale(1.1);
    transition: .5s all ease
}

.category-slider__item a:hover .category-slider__item__title,.category-slider__item a:focus .category-slider__item__title {
    opacity: .8
}

.category-slider__item__date {
    z-index: 1000;
    position: absolute;
    right: 20px;
    top: 0px;
    height: 30px;
    color: #fff;
    padding: 5px 10px;
    font-family: "Buenard",serif;
    font-weight: 700;
    font-size: 1.25em
}

.category-slider__item__date.has-teal-background-color,.category-slider__item__external-warning.has-teal-background-color {
    background-color: rgba(0,94,98,0.67)
}

.category-slider__item__date.has-green-background-color,.category-slider__item__external-warning.has-green-background-color {
    background-color: rgba(104,129,59,0.9)
}

.category-slider__item__date.has-lime-background-color,.category-slider__item__external-warning.has-lime-background-color {
    background-color: rgba(180,188,51,0.85)
}

.category-slider__item__date.has-purple-background-color,.category-slider__item__external-warning.has-purple-background-color {
    background-color: rgba(106,59,93,0.54)
}

.category-slider__item__external-warning {
    position: absolute;
    height: 13px;
    top: 187px;
    color: #fff;
    font-family: "Buenard",serif;
    z-index: 1;
    padding: 4px 10px;
    right: 10.5%;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAqklEQVRIie2Quw0CMRBEx4gWOJFcP1RyEpSLA3KukEdiEDL+7Nkmgsls7cybXemvLQJOwEpBb7PVGUlyEeAuaS6VcM65J6A2k9rgo0FNwAG45jboAgAT4IPNDwVEzW/AcRggFW7yWwC58CGAUrhJJUB3eAlgDW860ZbmrYBL+PbAlDW3AsL/uRbeBbAq5d+1hln1dcA+eq+S5p4zhYyX4g2WeKAhfOnw/6IeM2CpfvHVCrkAAAAASUVORK5CYII=") transparent no-repeat right 5px center;
    background-size: 15px
}

@media only screen and (max-width: 600px) {
    .category-slider__item__external-warning {
        top:155px
    }
}

.category-slider__item__image {
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: 5px auto 0px;
    height: 200px;
    width: 207px;
    min-width: 80%
}

@media only screen and (max-width: 600px) {
    .category-slider__item__image {
        height:170px;
        width: 170px
    }
}

.category-slider__item__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center
}

@media only screen and (max-width: 700px) {
    .category-slider__item__image img {
        min-width:100%;
        height: auto;
        width: 100%
    }
}

.category-slider__item__image::after {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgba(0,0,0,0.45) 0%, transparent 40%);
    height: 200px;
    width: 207px;
    min-width: 80%
}

@media only screen and (max-width: 600px) {
    .category-slider__item__image::after {
        height:170px;
        width: 170px
    }
}

.category-slider__item .category-slider__item__title {
    margin: 0px auto;
    padding: 10px 14px 10px;
    z-index: 100000;
    text-align: center;
    max-width: 90%;
    flex-direction: column;
    height: 80px;
    display: flex;
    justify-content: center;
    text-transform: lowercase;
    min-width: 200px;
    font-size: 90%
}

@media only screen and (max-width: 600px) {
    .category-slider__item .category-slider__item__title {
        padding:10px 10px
    }
}

.category-slider__item .category-slider__item__title p {
    height: auto;
    font-family: "Buenard",serif;
    font-weight: 1000;
    font-size: 1.19em;
    line-height: 1.1;
    color: #fff;
    text-decoration: none
}

@media screen and (min-width: 1000px) {
    .single-post .category-slider-parent {
        width:auto;
        margin: 32px calc(25% - 25vw)
    }
}

.featured-slider {
    width: calc(100% - 150px);
    margin: 0px auto
}

@media only screen and (max-width: 900px) {
    .featured-slider {
        width:calc(100% - 70px)
    }
}

.featured-slider .slick-prev,.featured-slider .slick-next {
    top: 165px
}

.featured-slider__item .wp-block-image img {
    min-height: 350px;
    width: auto;
    float: right;
    object-fit: cover
}

@media only screen and (max-width: 900px) {
    .featured-slider__item .wp-block-columns {
        flex-direction:column;
        height: auto
    }

    .featured-slider__item .wp-block-columns .wp-block-column {
        padding: 0px 10%
    }
}

@media only screen and (max-width: 900px) and (max-width: 600px) {
    .featured-slider__item .wp-block-columns .wp-block-column {
        padding:0px 5%
    }
}

@media only screen and (max-width: 900px) {
    .featured-slider__item .wp-block-columns .wp-block-image {
        float:none
    }
}

.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6 {
    font-family: "Buenard",serif;
    color: #005e62;
    font-size: 1.6em;
    padding: 0px 0px 10px 0px;
    line-height: 1.1;
    text-transform: lowercase
}

.post-content p {
    padding: 10px 0px;
    display: none
}

.post-content p:nth-of-type(1) {
    display: block
}

#sb_instagram {
    margin-bottom: 60px
}

.otis-block .otis-slider .slider {
    line-height: 1
}

.otis-block .otis-slider .slider .error {
    height: 100%;
    width: 100%;
    position: relative
}

.otis-block .otis-slider .slider .error p {
    position: absolute;
    font-size: 2em;
    text-align: center;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    text-transform: lowercase
}

.otis-block .otis-slider:before {
    opacity: 0;
    transition: opacity 0.5s
}

.otis-block .otis-slider.loading {
    background-color: #EFEFEF
}

.otis-block .otis-slider.loading:before {
    transition: opacity 0.5s;
    content: ' ';
    background: url(../images/loading.gif) no-repeat center;
    background-size: 50px 50px;
    width: 100%;
    height: 283px;
    left: 0;
    right: 0;
    position: absolute;
    opacity: 1
}

.otis-block .otisDropdowns .dropdown__content .dropdown_select {
    color: #fff
}

.otis-block .otisDropdowns .dropdown__content .dropdown_select:hover {
    background-color: #024d50
}

.otis-block .otisDropdowns .dropdown__content .dropdown_select.active {
    background-color: #024d50;
    transform: scale(1.1);
    margin-top: 4px;
    margin-bottom: 4px
}

@media only screen and (max-width: 768px) {
    .otis-block .otisDropdowns .dropdown__content .dropdown_select.active {
        transform:unset;
        margin-top: unset;
        margin-bottom: unset
    }
}

.otis-block .lodgingLayout {
    display: flex;
    flex-direction: row;
    margin: 0 10px
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .otis-block .lodgingLayout {
        flex-direction:column
    }
}

@media only screen and (max-width: 768px) {
    .otis-block .lodgingLayout {
        flex-direction:column
    }
}

.otis-block .lodgingLayout .has-muted-lime-background-color {
    background-color: #95972B
}

.otis-block .lodgingLayout .has-purple-background-color-alt {
    background-color: #6a3b5d
}

.otis-block .lodgingLayout .filters {
    display: flex;
    flex-direction: column;
    width: 25%
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .otis-block .lodgingLayout .filters {
        flex-direction:row;
        justify-content: space-evenly;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        padding-bottom: 1rem;
        width: 100%
    }
}

@media only screen and (max-width: 768px) {
    .otis-block .lodgingLayout .filters {
        flex-direction:column;
        width: 100%
    }
}

.otis-block .lodgingLayout .filters .dropdown__button {
    width: 100%
}

@media only screen and (max-width: 768px) {
    .otis-block .lodgingLayout .filters .dropdown__button {
        height:3rem;
        line-height: 2.5rem
    }
}

.otis-block .lodgingLayout .filters .dropdown {
    margin: 0;
    margin-right: 10%;
    margin-bottom: 1rem
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .otis-block .lodgingLayout .filters .dropdown {
        min-width:300px;
        margin-right: 0;
        margin-bottom: 2px
    }
}

@media only screen and (max-width: 768px) {
    .otis-block .lodgingLayout .filters .dropdown {
        margin-right:0
    }
}

@media only screen and (max-width: 768px) {
    .otis-block .lodgingLayout .filters .dropdown .dropdown__button__triangle::after {
        right:20px
    }
}

@media only screen and (max-width: 768px) {
    .otis-block .lodgingLayout .filters .dropdown:last-child {
        margin-bottom:2rem
    }
}

.otis-block .lodgingLayout .filters .dropdown__content {
    position: initial;
    display: block;
    width: 100%
}

.otis-block .lodgingLayout .filters .dropdown__content a {
    cursor: pointer
}

@media only screen and (max-width: 768px) {
    .otis-block .lodgingLayout .filters .dropdown__content a {
        padding:10px 20px
    }
}

.otis-block .lodgingLayout .loading {
    background-color: #EFEFEF;
    min-height: 283px
}

.otis-block .lodgingLayout .loading:before {
    transition: opacity 0.5s;
    content: ' ';
    background: url(../images/loading.gif) no-repeat center;
    background-size: 50px 50px;
    width: 100%;
    height: 283px;
    left: 0;
    right: 0;
    position: absolute;
    opacity: 1
}

.otis-block .lodgingLayout .lodgingList {
    width: 100%;
    height: fit-content;
    display: block;
    margin: 0 auto;
    position: relative;
    transition: background-color 0.5s ease
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .otis-block .lodgingLayout .lodgingList {
        width:90%;
        margin: 0 auto
    }
}

.otis-block .lodgingLayout .lodgingList .error {
    padding: 3rem
}

@media only screen and (max-width: 768px) {
    .otis-block .lodgingLayout .lodgingList .error {
        padding:2rem
    }
}

.otis-block .lodgingLayout .lodgingList .listingItem {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-bottom: 1rem;
    align-items: center
}

@media only screen and (max-width: 768px) {
    .otis-block .lodgingLayout .lodgingList .listingItem {
        flex-direction:column;
        margin: 0 auto;
        margin-bottom: 1rem;
        display: block
    }
}

.otis-block .lodgingLayout .lodgingList .listingImage {
    width: 325px;
    height: 325px;
    background-size: cover;
    background-position: center
}

@media only screen and (max-width: 768px) {
    .otis-block .lodgingLayout .lodgingList .listingImage {
        margin:0 auto;
        width: 90%;
        max-width: 500px;
        min-width: 325px
    }
}

@media (max-width: 340px) {
    .otis-block .lodgingLayout .lodgingList .listingImage {
        left:225px;
        max-width: 250px;
        min-width: 0;
        height: 250px;
        width: 250px
    }
}

.otis-block .lodgingLayout .lodgingList .listingInfo {
    position: absolute;
    left: 250px;
    padding: 1rem;
    color: white;
    width: 100%;
    max-width: 650px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    text-align: left
}

@media (max-width: 1250px) {
    .otis-block .lodgingLayout .lodgingList .listingInfo {
        left:225px;
        max-width: 630px
    }
}

@media (max-width: 1145px) {
    .otis-block .lodgingLayout .lodgingList .listingInfo {
        left:225px;
        max-width: 600px
    }
}

@media (max-width: 1080px) {
    .otis-block .lodgingLayout .lodgingList .listingInfo {
        left:225px;
        max-width: 570px
    }
}

@media (max-width: 1023px) {
    .otis-block .lodgingLayout .lodgingList .listingInfo {
        left:225px;
        max-width: 600px
    }
}

@media (max-width: 930px) {
    .otis-block .lodgingLayout .lodgingList .listingInfo {
        left:225px;
        max-width: 550px
    }
}

@media (max-width: 870px) {
    .otis-block .lodgingLayout .lodgingList .listingInfo {
        left:200px;
        max-width: 500px
    }
}

@media only screen and (max-width: 768px) {
    .otis-block .lodgingLayout .lodgingList .listingInfo {
        position:relative;
        top: -30px;
        left: 0;
        width: 75%;
        margin: 0 auto
    }
}

.otis-block .lodgingLayout .lodgingList .readMore {
    text-align: center;
    display: none;
    cursor: pointer
}

@media only screen and (max-width: 768px) {
    .otis-block .lodgingLayout .lodgingList .readMore {
        display:block
    }
}

.otis-block .lodgingLayout .lodgingList .listingModal {
    display: block
}

@media only screen and (max-width: 768px) {
    .otis-block .lodgingLayout .lodgingList .listingModal {
        padding-top:8px
    }
}

@media only screen and (max-width: 768px) {
    .otis-block .lodgingLayout .lodgingList .hidden {
        display:none
    }
}

.otis-block .lodgingLayout .lodgingList .listingTitle {
    font-family: 'Buenard', sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 39px;
    text-align: left;
    padding-bottom: 5px
}

@media only screen and (max-width: 768px) {
    .otis-block .lodgingLayout .lodgingList .listingTitle {
        text-align:center
    }
}

.otis-block .lodgingLayout .lodgingList .listingPhone {
    padding-top: 7px;
    padding-bottom: 10px;
    text-decoration: none;
    color: white
}

@media only screen and (max-width: 768px) {
    .otis-block .lodgingLayout .lodgingList .listingPhone {
        font-size:18px
    }
}

.otis-block .lodgingLayout .lodgingList .listingDescription {
    padding-top: 5px;
    padding-bottom: 5px;
    word-wrap: break-word
}

.otis-block .lodgingLayout .lodgingList .listingDescription p {
    word-wrap: break-word;
    color: white
}

.otis-block .lodgingLayout .lodgingList .listingDescription p+p {
    padding-top: 5px
}

.functional-map #mapid {
    aspect-ratio: .85;
    min-height: 380px
}

.functional-map .leaflet-popup {
    background: rgba(0,94,98,0.71)
}

.functional-map .leaflet-popup .leaflet-popup-content-wrapper {
    padding: 30px;
    background: unset;
    border-radius: 0;
    font-family: "Buenard", serif
}

.functional-map .leaflet-popup .leaflet-popup-content-wrapper h3 {
    color: white;
    text-transform: none;
    font-size: 2rem;
    width: 100%;
    display: block;
    margin-bottom: 1rem
}

.functional-map .leaflet-popup .leaflet-popup-content-wrapper .content {
    color: white;
    margin-bottom: 1rem;
    font-family: "Montserrat", sans-serif;
    width: 80%
}

.functional-map .leaflet-popup .leaflet-popup-content-wrapper .phone,.functional-map .leaflet-popup .leaflet-popup-content-wrapper .address {
    color: white;
    font-size: 24px;
    text-transform: uppercase
}

.functional-map .leaflet-popup .leaflet-popup-content-wrapper .wp-block-buttons {
    width: 50%
}

.functional-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 0
}

.functional-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content a {
    width: 100%
}

.functional-map .leaflet-popup .leaflet-popup-tip {
    background-color: rgba(0,94,98,0.71)
}

.functional-map .leaflet-popup .leaflet-popup-close-button {
    color: white
}

.itinerary-map #itinerary-mapid {
    height: 550px
}

.itinerary-map .leaflet-marker-icon {
    margin-left: -15px;
    margin-top: -20px
}

.itinerary-map .itinerary-tab {
    background-color: #55304d;
    color: white;
    padding: 15px;
    cursor: pointer;
    box-shadow: 2px 2px 8px rgba(1,1,1,0.5)
}

.itinerary-map .itinerary-tab:nth-child(1) {
    background-color: #6a3b5d
}

.itinerary-map .itinerary-tab:nth-child(2) {
    background-color: #005e62
}

.itinerary-map .itinerary-tab:nth-child(3) {
    background-color: #B4BC35
}

.itinerary-map .itinerary-tab:nth-child(4) {
    background-color: #69813A
}

.itinerary-map .itinerary-tab:nth-child(5) {
    background-color: #D77D52
}

.itinerary-map .itinerary-tab:nth-child(6) {
    background-color: #A2C4D0
}

.itinerary-map .leaflet-popup {
    background: rgba(0,94,98,0.71)
}

@media only screen and (max-width: 768px) {
    .itinerary-map .leaflet-popup .leaflet-popup-content {
        max-width:calc(100vw - 70px) !important;
        overflow: scroll;
        height: 300px !important
    }

    .itinerary-map .leaflet-popup .leaflet-popup-content h3,.itinerary-map .leaflet-popup .leaflet-popup-content .address,.itinerary-map .leaflet-popup .leaflet-popup-content .phone {
        font-size: 1.2rem !important
    }

    .itinerary-map .leaflet-popup .leaflet-popup-content .content {
        margin: 0 !important;
        width: 100% !important
    }
}

.itinerary-map .leaflet-popup .leaflet-popup-content-wrapper {
    padding: 30px;
    background: unset;
    border-radius: 0;
    font-family: "Buenard", serif
}

.itinerary-map .leaflet-popup .leaflet-popup-content-wrapper h3 {
    color: white;
    text-transform: none;
    font-size: 2rem;
    width: 100%;
    display: block;
    margin-bottom: 1rem
}

.itinerary-map .leaflet-popup .leaflet-popup-content-wrapper .content {
    color: white;
    margin-bottom: 1rem;
    font-family: "Montserrat", sans-serif;
    width: 80%
}

.itinerary-map .leaflet-popup .leaflet-popup-content-wrapper .phone,.itinerary-map .leaflet-popup .leaflet-popup-content-wrapper .address {
    color: white;
    font-size: 24px;
    text-transform: uppercase
}

.itinerary-map .leaflet-popup .leaflet-popup-content-wrapper .wp-block-buttons {
    margin-top: 1rem;
    width: 50%
}

.itinerary-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
    margin: 0
}

.itinerary-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content a {
    width: 100%
}

.itinerary-map .leaflet-popup .leaflet-popup-tip {
    background-color: rgba(0,94,98,0.71)
}

.itinerary-map .leaflet-popup .leaflet-popup-close-button {
    color: white;
    font-size: 26px;
    width: 24px
}

@media only screen and (max-width: 768px) {
    .itinerary-map #map-points-dropdown {
        width:100%
    }

    .itinerary-map #itinerary-mapid {
        height: 400px
    }

    .itinerary-map .leaflet-popup-content-wrapper {
        padding: 12px !important
    }

    .itinerary-map:not(.hidden-tabs) #map-points-dropdown {
        display: block
    }

    .itinerary-map:not(.hidden-tabs) .tab-container {
        display: none
    }

    .itinerary-map.hidden-tabs #map-points-dropdown {
        display: block
    }

    .itinerary-map.hidden-tabs .tab-container {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .itinerary-map #map-points-dropdown {
        width:50%
    }

    .itinerary-map:not(.hidden-tabs) #map-points-dropdown {
        display: none
    }

    .itinerary-map:not(.hidden-tabs) .tab-container {
        display: flex
    }

    .itinerary-map.hidden-tabs #map-points-dropdown {
        display: block
    }

    .itinerary-map.hidden-tabs .tab-container {
        display: none
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .itinerary-map:not(.hidden-tabs) #map-points-dropdown {
        display:none
    }

    .itinerary-map:not(.hidden-tabs) .tab-container {
        display: flex
    }

    .itinerary-map.hidden-tabs #map-points-dropdown {
        display: block
    }

    .itinerary-map.hidden-tabs .tab-container {
        display: none
    }
}

@media only screen and (min-width: 1200px) {
    .itinerary-map:not(.hidden-tabs) #map-points-dropdown {
        display:none
    }

    .itinerary-map:not(.hidden-tabs) .tab-container {
        display: flex
    }

    .itinerary-map.hidden-tabs #map-points-dropdown {
        display: block
    }

    .itinerary-map.hidden-tabs .tab-container {
        display: none
    }
}

.faq-block .accordion-section {
    margin-top: 50px
}

.faq-block .accordion-body {
    transition: 0.5s all
}

.faq-block .label {
    position: relative;
    padding-bottom: 0.5rem;
    padding-right: 2rem;
    cursor: pointer;
    font-family: "Buenard",serif;
    color: #005e62;
    font-weight: 800;
    font-size: 2em;
    line-height: 2.5rem
}

.faq-block .label:before {
    top: 25%;
    transform: translatey(-50%);
    right: 0px;
    position: absolute;
    font-size: 25px;
    font-weight: 700;
    color: #6A3B5D;
    cursor: pointer;
    transition: 0.5s all
}

.faq-block .content {
    font-family: "Montserrat",sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    margin-top: 18px;
    height: 0;
    overflow: hidden;
    transition: 0.5s
}

.faq-block .accordion-body.active .content {
    height: auto;
    padding-bottom: 2rem
}

.faq-block .accordion-body.active .label:before {
    font-size: 25px;
    font-weight: 700
}

@media (max-width: 1300px) {
    .faq-block .accordion {
        padding-left:2rem;
        padding-right: 2rem
    }

    .faq-block .label {
        font-size: 1.8em;
        line-height: 2.2rem
    }
}

.archive-page {
    width: 1100px;
    margin: 0px auto;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between
}

@media only screen and (max-width: 1100px) {
    .archive-page {
        grid-template-columns:1fr 1fr 1fr
    }
}

@media only screen and (max-width: 900px) {
    .archive-page {
        grid-template-columns:1fr 1fr
    }
}

@media only screen and (max-width: 600px) {
    .archive-page {
        grid-template-columns:1fr
    }
}

.archive-page__item {
    position: relative;
    display: flex !important;
    flex-direction: column;
    flex-grow: 1;
    align-items: center
}

@media only screen and (max-width: 1000px) {
    .archive-page__item {
        padding:0px 10px;
        flex-basis: 25%
    }
}

@media only screen and (max-width: 1000px) and (max-width: 600px) {
    .archive-page__item {
        flex-basis:100%
    }
}

.archive-page__item a:hover,.archive-page__item a:link,.archive-page__item a:visited,.archive-page__item a:focus {
    text-decoration: none;
    width: 100%
}

.archive-page__item a:hover,.archive-page__item a:focus {
    transition: .5s all
}

.archive-page__item a:hover .archive-page__item__image img,.archive-page__item a:focus .archive-page__item__image img {
    transform: scale(1.1);
    transition: .5s all ease
}

.archive-page__item a:hover .archive-page__item__title,.archive-page__item a:focus .archive-page__item__title {
    opacity: .8
}

.archive-page__item a {
    display: flex;
    flex-direction: column;
    height: 100%
}

.archive-page__item__date {
    z-index: 1000;
    position: absolute;
    right: 20px;
    top: 0px;
    height: 30px;
    color: #fff;
    padding: 5px 10px;
    font-family: "Buenard",serif;
    font-weight: 700;
    font-size: 1.25em
}

.archive-page__item__date.has-teal-background-color {
    background-color: rgba(0,94,98,0.67)
}

.archive-page__item__date.has-green-background-color {
    background-color: rgba(104,129,59,0.9)
}

.archive-page__item__date.has-lime-background-color {
    background-color: rgba(180,188,51,0.85)
}

.archive-page__item__date.has-purple-background-color {
    background-color: rgba(106,59,93,0.54)
}

.archive-page__item__image {
    overflow: hidden;
    display: flex;
    justify-content: center;
    margin: 5px auto 0px;
    height: 200px;
    width: 247px;
    min-width: 80%
}

@media only screen and (max-width: 600px) {
    .archive-page__item__image {
        height:170px;
        width: 170px
    }
}

.archive-page__item__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center
}

@media only screen and (max-width: 700px) {
    .archive-page__item__image img {
        min-width:100%;
        height: auto;
        width: 100%
    }
}

.archive-page__item .archive-page__item__title {
    flex-grow: 1;
    align-self: stretch;
    min-height: 74px;
    max-width: 511px;
    width: 100%;
    margin: 0px auto;
    padding: 10px 14px 10px;
    z-index: 1000;
    text-align: center;
    min-width: 210px;
    font-size: 90%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media only screen and (max-width: 600px) {
    .archive-page__item .archive-page__item__title {
        padding:10px 10px
    }
}

.archive-page__item .archive-page__item__title p {
    font-family: "Buenard",serif;
    font-weight: 1000;
    font-size: 1.19em;
    line-height: 1.1;
    color: #fff;
    text-decoration: none
}

.navigation_links {
    width: 50%;
    margin: 40px auto;
    padding: 10px 0px 20px 0px
}

.navigation_links .next_link {
    float: right
}

.navigation_links .previous_link {
    float: left
}

.search-bar-container {
    margin: 0 auto;
    display: block;
    width: fit-content;
    margin-bottom: 2rem
}

.search-bar-container .search-box {
    border-bottom: 2px solid #6a3b5c;
    border-top: none;
    border-right: none;
    border-left: none;
    color: gray;
    margin-right: 1rem;
    padding: 5px;
    font-size: 12pt;
    outline: none;
    text-transform: uppercase
}

.search-bar-container .search-box :focus-visible {
    outline: none
}

.search-bar-container .search-button {
    border: none;
    background: #6a3b5c;
    color: white;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    padding: 10px 15px;
    letter-spacing: 3px;
    font-size: 12pt
}

@media screen and (max-width: 800px) {
    .wp-block-column {
        flex-basis: 90% !important;
    }
}


.wp-element-caption {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}