@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap);
/*!
 Theme Name:   Pelham House
 Template:     artemis-core
 Theme URI:    https://pelhamhouse.info/
 Description:  Theme specific for Pelham House
 Author:       MoM
 Author URI:   https://madeofmore.agency
 Version:      1.0.0
*/
html, body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.8;
  color: #545759;
  font-weight: 300;
  font-size: 16px;
}

h1, .call-to-action .intro-content p:first-of-type, h2, h3, .call-to-action .col p:first-of-type, .content .blog-post-category, h5 {
  font-family: "Baskerville", serif;
  color: #393c3f;
}
h1 *, .call-to-action .intro-content p:first-of-type *, h2 *, h3 *, .call-to-action .col p:first-of-type *, .content .blog-post-category *, h5 * {
  font-family: inherit;
}

h4 {
  font-family: "Montserrat", sans-serif;
  color: var(--primary_color);
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  h4 {
    letter-spacing: 0.2em;
  }
}

h1, .call-to-action .intro-content p:first-of-type, h2 {
  font-size: 30px;
  position: relative;
  margin-bottom: 70px;
  line-height: 1.6;
}
h1:after, .call-to-action .intro-content p:first-of-type:after, h2:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
  background: #393c3f;
  width: 140px;
  height: 4px;
}
@media (min-width: 768px) {
  h1, .call-to-action .intro-content p:first-of-type, h2 {
    font-size: 50px;
  }
}
h1.inline-block:after, .call-to-action .intro-content p.inline-block:first-of-type:after, h2.inline-block:after {
  left: 0;
  transform: none;
}
h1.white-underline:after, .call-to-action .intro-content p.white-underline:first-of-type:after, h2.white-underline:after {
  background: #FFF;
}

h3, .call-to-action .col p:first-of-type, .content .blog-post-category {
  font-size: 22px;
  font-style: italic;
}
@media (min-width: 768px) {
  h3, .call-to-action .col p:first-of-type, .content .blog-post-category {
    font-size: 28px;
  }
}

h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 768px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 20px;
  }
}

.CybotCookiebotDialogContentWrapper h2:after {
  display: none;
}

header {
  color: #FFF;
}
header .container {
  max-width: none;
}
@media screen and (max-width: 1023px) {
  header.overlaid-header {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  header.header-sticky, header .menu {
    display: none;
  }
}
header .navigation-icon:after {
  text-transform: none;
  font-weight: 500;
  font-size: 13px;
}
header .top-bar {
  position: relative;
  font-size: 14px;
  padding: 0;
}
@media (max-width: 1023px) {
  header .top-bar .container {
    padding: 0;
  }
}
header .top-bar .left {
  display: block;
  letter-spacing: 2px;
  line-height: 1.5;
}
@media (max-width: 1023px) {
  header .top-bar .left {
    text-align: center;
    background: var(--primary_color);
    padding: 1em;
  }
}
header .top-bar .left .top-bar-item:nth-of-type(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  header .top-bar .left .top-bar-item:nth-of-type(2) {
    display: none;
  }
}
header .top-bar a {
  font-weight: 300;
  text-decoration: underline;
  text-underline-offset: 8px;
  white-space: nowrap;
}
header .top-bar a:hover {
  text-underline-offset: 8px;
}
header .top-bar .right {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 20px;
}
header .top-bar .right .top-bar-item {
  margin-left: 0 !important;
}
header .top-bar .right i {
  font-size: 25px;
}
header .top-bar .right i.fa-whatsapp {
  font-size: 36px;
}
header .top-bar .right a {
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  text-decoration: none;
}
header .top-bar .right span {
  margin-left: 10px;
}
@media (max-width: 1023px) {
  header .top-bar .right {
    display: none;
  }
}
header .mobile-top-bar {
  display: none;
}
@media (max-width: 1023px) {
  header .mobile-top-bar {
    display: flex;
    margin-left: auto;
  }
  header .mobile-top-bar .left {
    display: none;
  }
  header .mobile-top-bar .right {
    padding: 0;
    display: flex;
    gap: 45px;
  }
  header .mobile-top-bar .right .top-bar-item {
    position: relative;
  }
  header .mobile-top-bar .right .top-bar-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -1px;
    height: 33.5px;
    width: 36px;
  }
  header .mobile-top-bar .right .top-bar-item a:after {
    display: block;
    font-size: 10px;
    line-height: 10px;
    margin-top: 8px;
    text-transform: uppercase;
  }
  header .mobile-top-bar .right .top-bar-item:nth-of-type(2) {
    margin-left: 10px;
  }
  header .mobile-top-bar .right .top-bar-item span {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    display: block;
    font-size: 13px;
    line-height: 10px;
    margin: 0;
    white-space: nowrap;
    letter-spacing: 0;
  }
  header .mobile-top-bar .right .top-bar-item:has(.fa-phone) {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50px;
  }
  header .mobile-top-bar .right i {
    font-size: 23px;
  }
  header .mobile-top-bar .right i.fa-whatsapp {
    margin-top: -6px;
  }
}
header .logo-container {
  opacity: 0;
  transition: transform 200ms linear;
  max-width: 30px;
  width: 100%;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
header .logo-container .logo {
  max-width: 30px;
}
header.headroom--pinned:not(header.headroom--top) .logo-container, header.active .logo-container {
  opacity: 1;
}
header.headroom--pinned:not(header.headroom--top) .navigation-icon .navigation-icon-inner, header.active .navigation-icon .navigation-icon-inner {
  background: var(--primary_color);
}
header.headroom--pinned:not(header.headroom--top) .navigation-icon .navigation-icon-inner:before, header.headroom--pinned:not(header.headroom--top) .navigation-icon .navigation-icon-inner:after, header.active .navigation-icon .navigation-icon-inner:before, header.active .navigation-icon .navigation-icon-inner:after {
  background: var(--primary_color);
}
header.headroom--pinned:not(header.headroom--top) .navigation-icon:after, header.active .navigation-icon:after {
  color: var(--primary_color);
}
header.headroom--pinned:not(header.headroom--top) .mobile-top-bar, header.active .mobile-top-bar {
  color: var(--primary_color);
}
header.active {
  background: #FFF;
}

.footer {
  font-size: 16px;
}
.footer .logo {
  height: 140px;
}
@media (min-width: 1024px) {
  .footer .logo {
    height: 180px;
  }
}
@media (min-width: 768px) {
  .footer a.artemis-venue-cta {
    margin-top: 1px;
  }
}

.legal-bar-inner {
  font-size: 12px;
}

.loading-image {
  max-width: 300px;
}
.loading-image img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .loading-image {
    max-width: 200px !important;
    width: 100%;
  }
  .loading-image img {
    width: 100%;
  }
}
header .menu li.menu-item-has-children > a:after {
  position: absolute;
  left: calc(100% + 25px);
  top: -1px;
  height: 10px;
  width: 15px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='85.252' height='45.455' viewBox='0 0 85.252 45.455'%3E%3Cpath id='Path_1701' data-name='Path 1701' d='M-1927.273-7603.636l41.212,41.212,41.212-41.212' transform='translate(1928.687 7605.05)' fill='none' stroke='%23005157' stroke-width='4'/%3E%3C/svg%3E");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform-origin: center;
}
header .menu .btn {
  max-width: 220px;
  margin: 20px auto 0 auto !important;
  padding: 0;
}
header .menu .btn a {
  padding: 1rem 1.5rem;
  color: #FFF;
}
@media (max-width: 1023px) {
  header .menu .btn a {
    padding-top: 1.1rem;
  }
}
header .menu .btn a:after {
  display: none;
}
header .menu .btn:hover a {
  text-decoration: none;
  color: var(--primary_color);
}

.hero {
  height: calc(var(--staticvh, 1vh) * 100);
}
.hero .hero-logo {
  transform: translateY(-50%);
  margin-bottom: 65px;
}
@media (max-width: 767px) {
  .hero .hero-logo {
    max-width: 200px !important;
  }
}
.hero .content-container {
  margin-top: -200px;
}
@media (max-width: 767px) {
  .hero .content-container {
    margin-top: -160px;
  }
}
.hero .hero-heading {
  font-weight: 300;
  margin-bottom: 1.3333rem;
  color: #FFF;
  font-family: "Baskerville", serif;
  font-size: 50px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (max-width: 767px) {
  .hero .hero-heading {
    font-size: 30px;
  }
}

.quote-block .quote-content {
  padding-top: 100px;
}
.quote-block .quote-content:before {
  position: absolute;
  left: calc(50% - 25px);
  top: 0;
  content: "";
  height: 50px;
  width: 50px;
  background: url("img/speechmarks.svg") center/contain no-repeat;
}
.quote-block .quote-author {
  margin-top: 40px;
  padding-top: 60px;
  position: relative;
}
.quote-block .quote-author:before {
  position: absolute;
  left: calc(50% - 70px);
  top: 0;
  content: "";
  height: 4px;
  width: 140px;
  background: var(--primary_color);
}

.content h1, .content .call-to-action .intro-content p:first-of-type, .call-to-action .intro-content .content p:first-of-type, .content h2, .content h3, .content .call-to-action .col p:first-of-type, .call-to-action .col .content p:first-of-type, .content .blog-post-category, .content h5 {
  color: #393C3F;
}
.content h3, .content .call-to-action .col p:first-of-type, .call-to-action .col .content p:first-of-type, .content .blog-post-category {
  font-size: 22px;
}
@media (min-width: 768px) {
  .content h3, .content .call-to-action .col p:first-of-type, .call-to-action .col .content p:first-of-type, .content .blog-post-category {
    font-size: 28px;
  }
}
.content h5 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .content h5 {
    font-size: 20px;
  }
}

.call-to-action .intro-content {
  margin-bottom: 1.5em;
}
.call-to-action .intro-content p {
  font-size: 28px;
}
@media (min-width: 768px) {
  .call-to-action .intro-content p {
    font-size: 40px;
  }
}
.call-to-action .intro-content p:first-of-type {
  font-size: 30px;
  line-height: 38px;
}
@media (min-width: 768px) {
  .call-to-action .intro-content p:first-of-type {
    font-size: 50px;
    line-height: 60px;
  }
}
.call-to-action .col {
  flex: 1;
}
.call-to-action .col p {
  font-style: normal;
}
.call-to-action .col p:first-of-type {
  font-size: 28px;
  font-style: normal;
}
@media (min-width: 768px) {
  .call-to-action .col p:first-of-type {
    font-size: 34px;
  }
}

.instagram-feed {
  overflow: hidden;
  height: 900px;
}
@media (max-width: 767px) {
  .instagram-feed {
    height: 1100px;
  }
}
@media (max-width: 575px) {
  .instagram-feed {
    height: 960px;
  }
}
.instagram-feed .ig-intro {
  top: 200px;
  left: 20%;
  color: var(--tertiary_color);
  letter-spacing: 0.25em;
}
.instagram-feed .ig-intro a {
  position: relative;
}
.instagram-feed .ig-intro a:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 2px;
  background: var(--tertiary_color);
  width: 100%;
  transform-origin: left;
  transition: 0.25s all ease-in-out;
}
.instagram-feed .ig-intro a:hover:after {
  transform: scaleX(0);
}
@media (max-width: 1199px) {
  .instagram-feed .ig-intro {
    top: 100px;
    left: 15%;
  }
}
@media (max-width: 767px) {
  .instagram-feed .ig-intro {
    left: 40%;
  }
}
@media (max-width: 575px) {
  .instagram-feed .ig-intro {
    left: 12%;
    top: 550px;
  }
}
.instagram-feed #sb_instagram {
  padding-bottom: 0 !important;
}
.instagram-feed #sb_instagram #sbi_images .sbi_item {
  transition: none !important;
}
.instagram-feed #sb_instagram .sbi-link {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.instagram-feed #sb_instagram .sbi_item {
  width: 300px !important;
  padding: 0 !important;
  aspect-ratio: 3/4;
  height: auto;
  position: absolute;
}
@media (max-width: 1199px) {
  .instagram-feed #sb_instagram .sbi_item {
    width: 250px !important;
  }
}
@media (max-width: 575px) {
  .instagram-feed #sb_instagram .sbi_item {
    width: 180px !important;
  }
}
.instagram-feed #sb_instagram .sbi_item:nth-child(1) {
  top: 220px;
  left: -90px;
}
@media (max-width: 767px) {
  .instagram-feed #sb_instagram .sbi_item:nth-child(1) {
    top: 60px;
    left: -40px;
  }
}
.instagram-feed #sb_instagram .sbi_item:nth-child(2) {
  top: 185px;
  right: 32%;
}
@media (max-width: 767px) {
  .instagram-feed #sb_instagram .sbi_item:nth-child(2) {
    top: 150px;
    right: -20px;
  }
}
.instagram-feed #sb_instagram .sbi_item:nth-child(3) {
  top: 376px;
  right: 44%;
}
@media (max-width: 767px) {
  .instagram-feed #sb_instagram .sbi_item:nth-child(3) {
    top: 250px;
    left: 20%;
    right: auto;
  }
}
@media (max-width: 575px) {
  .instagram-feed #sb_instagram .sbi_item:nth-child(3) {
    left: 12%;
  }
}
.instagram-feed #sb_instagram .sbi_item:nth-child(4) {
  top: 70px;
  right: 0;
}
@media (max-width: 767px) {
  .instagram-feed #sb_instagram .sbi_item:nth-child(4) {
    top: auto;
    bottom: 30px;
    right: 30px;
  }
}
.instagram-feed #sb_instagram .sbi_item:nth-child(5) {
  top: 450px;
  right: 0;
}
@media (max-width: 767px) {
  .instagram-feed #sb_instagram .sbi_item:nth-child(5) {
    top: auto;
    bottom: 70px;
    left: 20px;
    right: auto;
  }
}

@media (min-width: 768px) {
  .outside-header-nav .btn {
    font-size: 16px;
  }
  .outside-header-nav .menu {
    font-size: 16px;
  }
}
.outside-header-nav .logo {
  max-width: 40px;
}

.parallax-images .parallax-image h2:after {
  display: none;
}

.form form .year-of-interest-item {
  letter-spacing: 0.2em;
  font-weight: bold;
}
.form form .year-of-interest-item:hover, .form form .year-of-interest-item.active {
  background: var(--primary_color);
  color: #FFF;
}
.form form input[type=checkbox] {
  background: #FFF;
}
.form form input[type=submit] {
  padding: 1rem 1.5rem;
  min-width: 245px;
  letter-spacing: 0.15em;
  border: 2px solid var(--primary_color);
}
.form form input[type=submit]:hover {
  opacity: 1;
  background: none;
  color: var(--primary_color);
}
.form form .is-select-inner li {
  background: #f4f6f5;
  padding-left: 1rem;
}
.form .gform_wrapper form legend, .form .gform_wrapper form label {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
}
.form .gform_wrapper form input, .form .gform_wrapper form select, .form .gform_wrapper form textarea {
  background-color: #FFF;
  border: 1px solid rgb(227, 227, 227);
}

.wp-block-table table td {
  font-size: 16px;
}
.wp-block-table table td:nth-of-type(2n) {
  background: #F4F4F4;
}
.wp-block-table table td:first-of-type {
  font-weight: bold;
  text-align: left;
}
.wp-block-table table tr:first-child td {
  text-align: center;
  color: #545759 !important;
  font-weight: bold;
}
.wp-block-table figcaption strong {
  color: var(--secondary_color);
}

.page-id-401 .wp-block-table table td {
  font-size: 14px;
}
.page-id-401 .wp-block-table table tbody {
  table-layout: fixed;
}
.page-id-401 .wp-block-table table strong {
  color: inherit;
  text-transform: none;
}
.page-id-401 .wp-block-table table td:first-child {
  position: static;
  text-transform: none;
  font-weight: normal;
  text-align: center;
}
@media (max-width: 1280px) {
  .page-id-401 .wp-block-table table td:first-child {
    width: auto;
  }
}
.page-id-401 .wp-block-table table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.page-id-401 .wp-block-table table tr td{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  line-height: 1.5rem;
}
.page-id-401 .wp-block-table table tr td:nth-child(even) {
  background: #FFF !important;
}
.page-id-401 .wp-block-table table tr:first-child {
  border-bottom: 0;
}
.page-id-401 .wp-block-table table tr:first-child td{
  padding: 1.25rem;
  text-align: center;
  text-transform: none;
  background: #F4F4F4 !important;
  font-weight: bold;
}
.page-id-401 .wp-block-table table tr:not(:first-child) td:not(:first-of-type):nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (max-width: 700px) {
  .page-id-401 .wp-block-table table{
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.featured .blog-post-title, .featured .blog-post-title > * {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

#keywords {
  font-family: "Montserrat", sans-serif;
}

#filterform .is-select li {
  text-align: left;
  padding-left: 20px;
}

#blogposts .blog-post-category{
  margin-bottom: 2rem;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: var(--secondary_color);
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
#blogposts .blog-post-title {
  font-style: normal;
}
#blogposts .blog-post-title a {
  font-family: "Baskerville", serif;
  color: inherit;
  font-weight: 300;
}
#blogposts .read-more-link{
  border-style: none;
  font-weight: 700;
  letter-spacing: .15em;
  color: var(--secondary_color);
  font-size: 16px;
  text-decoration: none;
}
#blogposts .read-more-link:hover{
  border-bottom-width: 2px;
  border-style: solid;
  border-color: var(--tertiary_color);
}

.menu-block .desktop-links .menu li{
  font-style: normal;
}
.menu-block .desktop-links .menu li a:after {
  width: calc(100% - 16px);
  content: "";
  transform: translateY(5px);
  opacity: 0;
  height: 2px;
  left: 8px;
  bottom: -10px;
}
.menu-block .desktop-links .menu li:hover a::after {
  opacity: 1;
  width: calc(100% - 16px);
}
.menu-block .desktop-links .menu li.current_page_item a::after {
  width: calc(100% - 16px);
  opacity: 1;
  transform: none;
}

.accordion .container{
  padding-left: 1rem;
  padding-right: 1rem;
}
.accordion .accordion-title {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #FFF;
}
.accordion .accordion-icon:before, .accordion .accordion-icon:after {
  background: #FFF;
}

.alternating-text-and-image h2 {
  margin-bottom: 70px;
}
.alternating-text-and-image h2:last-child {
  margin-bottom: 28px;
}
.alternating-text-and-image .inner-content {
  max-width: 30rem;
}

.events-carousel .slide .date {
  display: block;
  color: var(--primary_color);
  margin-bottom: 10px;
  font-size: 0.9rem;
}
.events-carousel .slide h5 {
  text-transform: none;
  letter-spacing: 0;
  font-size: 22px;
}
.events-carousel .slide .btn {
  display: inline-block;
  position: relative;
  background: none;
  border: none;
  color: var(--primary_color);
  text-transform: none;
  min-width: auto;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
}
.events-carousel .slide .btn:after {
  position: absolute;
  bottom: 0;
  left: 8px;
  height: 2px;
  background: var(--primary_color);
  width: calc(100% - 16px);
  display: block;
  content: "";
  transition: 0.25s all ease-in-out;
}
.events-carousel .slide:hover .btn:after {
  opacity: 0;
  transform: translateY(5px);
}

@media (min-width: 768px) {
  .events-carousel .slide h5 {
    font-size: 28px;
  }
}
.vertical-timeline .timeline-item h3, .vertical-timeline .timeline-item .content .blog-post-category, .content .vertical-timeline .timeline-item .blog-post-category, .vertical-timeline .timeline-item .call-to-action .col p:first-of-type, .call-to-action .col .vertical-timeline .timeline-item p:first-of-type {
  font-size: 24px;
  line-height: 32px;
}

.tabbed-content-and-carousel .tabs .tab.active {
  color: #FFF;
}
@media screen and (min-width: 1024px) {
  .tabbed-content-and-carousel .tabs .tab:hover {
    color: #FFF;
  }
}

@media (min-width: 768px) {
  .btn {
    padding: 1rem 1.5rem;
    min-width: 245px;
    letter-spacing: 0.15em;
  }
}
.navigation-icon {
  margin-top: -12px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border-radius: 0;
  position: relative;
  overflow: visible;
}
.navigation-icon:after {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  content: "Menu";
  font-size: 12px;
  margin-top: 5px;
  text-transform: uppercase;
}
.navigation-icon-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
}
.navigation-icon-inner:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s;
  visibility: visible;
}
.navigation-icon-inner:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: all 0.3s;
  visibility: visible;
}
.navigation-icon.active .navigation-icon-inner {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.navigation-icon.active .navigation-icon-inner:before {
  transform: translateX(-50%) translateY(50%) rotate(90deg);
  top: -1px;
  left: 50%;
}
.navigation-icon.active .navigation-icon-inner:after {
  display: none;
}

.headroom {
  will-change: transform;
  transition: all 200ms linear;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  transform: translateY(-100%);
  border-bottom: none;
  min-height: auto;
  background: none;
}
.headroom--pinned:not(.headroom--top) {
  background: #FFF !important;
}

.headroom--top {
  transform: none;
}

.headroom--unpinned {
  transform: translateY(-100%);
}
.headroom--unpinned .sub-menu {
  display: none !important;
}

.menu-open .headroom:not(.headroom--top) {
  transform: translateY(0%) !important;
}

.is-select {
  border: 1px solid #E2E2E2;
}
.is-select.open li {
  background: #EDEDE4;
}
.is-select.open li:not(.is-select.open li.active):not(.disabled):hover {
  background: var(--primary_color);
  color: #FFF;
}
.is-select.open li.active:not(.disabled) {
  background: var(--primary_color);
  color: #FFF;
}
.is-select li {
  background: #FFF;
  padding-left: 22px;
  padding-right: 22px;
}
.is-select li.active, .is-select li.disabled {
  position: absolute;
  top: 0;
}
.is-select li.disabled {
  background: #FFF;
}
.is-select:after{
  height: 0.75rem;
  width: 0.75rem;
  top: 21px;
  right: 15px;
  background-image: url("img/down-arrow.svg");
}

@media screen and (min-width: 1024px) {
  html {
    scroll-padding-top: 103px;
  }
}
.image-credit {
  background: none;
}

.sticky-button {
  font-size: 16px;
}

@font-face {
  font-family: "Baskerville";
  src: url("fonts/baskerville-webfont.woff2") format("woff2"), url("fonts/baskerville-webfont.woff") format("woff"), url("fonts/baskerville.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Baskerville";
  src: url("fonts/baskerville-italic-webfont.woff2") format("woff2"), url("fonts/baskerville-italic-webfont.woff") format("woff"), url("fonts/baskerville-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Baskerville";
  src: url("fonts/baskerville-semibold-webfont.woff2") format("woff2"), url("fonts/baskerville-semibold-webfont.woff") format("woff"), url("fonts/baskerville-semi-bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Baskerville";
  src: url("fonts/baskerville-semibolditalic-webfont.woff2") format("woff2"), url("fonts/baskerville-semibolditalic-webfont.woff") format("woff"), url("fonts/baskerville-semi-bold-italic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Baskerville";
  src: url("fonts/baskerville-bold-webfont.woff2") format("woff2"), url("fonts/baskerville-bold-webfont.woff") format("woff"), url("fonts/baskerville-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Baskerville";
  src: url("fonts/baskerville-bold-italic-webfont.woff2") format("woff2"), url("fonts/baskerville-bold-italic-webfont.woff") format("woff"), url("fonts/baskerville-bold-italic-.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
