@charset "UTF-8";
/* Reset
-------------------------------------------------------------- */
html,
body {
  background: #ffffff;
  margin: 0;
  padding: 0;
}

div {
  padding: 0;
}

h1, h2, h3, h4, h5, h6, blockquote {
  margin: 0;
}

cite {
  font-style: normal;
}

ol, ul {
  list-style: none;
  padding: 0;
}

a img {
  border: none;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* RWD Resets
-------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

html {
  overflow-y: auto;
}

img, video {
  max-width: 100%;
  height: auto;
}

body {
  font: 16px/1.5 soleil,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #4A4A4A;
}

@media screen and (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}

p {
  margin: 1.5em 0;
}

.h1 + p,
.h2 + p,
.h3 + p,
.h4 + p,
.h5 + p,
.h6 + p,
p:first-of-type {
  margin-top: 0;
}

a {
  color: #247e7b;
  text-decoration: underline;
}

a:hover {
  color: #195654;
}

a.download-link {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI5MHB4IiBoZWlnaHQ9IjkwcHgiIHZpZXdCb3g9IjAgMCA5MCA5MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgOTAgOTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNNDUsMGMtMi4zLDAtNC4xLDEuOC00LjEsNC4xdjU1LjdMMjEuNCw0MC4zYy0xLjYtMS42LTQuMi0xLjYtNS44LDBjLTEuNiwxLjYtMS42LDQuMiwwLDUuOGwyNi41LDI2LjUKCQljMC40LDAuNCwwLjgsMC43LDEuMywwLjlsMS4zLDAuM2wwLjMsMC4xbDAuMy0wLjFsMS4zLTAuM2MwLjUtMC4yLDAuOS0wLjUsMS4zLTAuOWwyNi41LTI2LjVjMS42LTEuNiwxLjYtNC4yLDAtNS44CgkJYy0xLjYtMS42LTQuMi0xLjYtNS44LDB2MEw0OS4xLDU5LjhWNC4xQzQ5LjEsMS44LDQ3LjMsMCw0NSwweiIvPgoJPHBhdGggZD0iTTg1LjksODEuOEg0LjFjLTIuMywwLTQuMSwxLjgtNC4xLDQuMUMwLDg4LjIsMS44LDkwLDQuMSw5MGg4MS44YzIuMywwLDQuMS0xLjgsNC4xLTQuMUM5MCw4My42LDg4LjIsODEuOCw4NS45LDgxLjh6Ii8+CjwvZz4KPC9zdmc+Cg==");
  background-size: 0.9em;
  background-position: left 0.35em;
  background-repeat: no-repeat;
  padding-left: 1.5em;
  text-decoration: none;
}

a.download-link:hover {
  text-decoration: underline;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #1F1F1F;
  font-size: 2em;
  line-height: 1.25;
  margin: 0 0 0.35em 0;
  font-weight: 800;
}

.h1, .h2, .h3, .h4 {
  font-family: poynter-oldstyle-display-nar, serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.125;
  margin-bottom: 0.5em;
}

.h1 em, .h1 i, .h2 em, .h2 i, .h3 em, .h3 i, .h4 em, .h4 i, blockquote em, blockquote i {
  font-style: normal;
}

.h1 {
  font-size: 3.25em;
}

@media screen and (min-width: 900px) {
  .h1 {
    font-size: 4.5em;
  }
}

.h2 {
  font-size: 2.25em;
}

@media screen and (min-width: 900px) {
  .h2 {
    font-size: 3.75em;
  }
}

.h3 {
  font-size: 2.15em;
}

@media screen and (min-width: 900px) {
  .h3 {
    font-size: 3em;
  }
}

.h4 {
  font-size: 2.175em;
}

@media screen and (min-width: 900px) {
  .h4 {
    font-size: 2.250em;
  }
}

.h5 {
  font-size: 1.175em;
}

.h6 {
  font-size: 1em;
}

blockquote {
  font-style: normal;
  font-size: 2em;
  color: #1F1F1F;
  font-family: poynter-oldstyle-display-nar, serif;
  font-weight: 600;
}

@media screen and (min-width: 900px) {
  blockquote {
    font-size: 3.25em;
  }
}

.centered {
  text-align: center;
}

ul {
  margin: 0;
}

b, strong {
  font-weight: 700;
}

small, .small, .meta-text {
  font-size: 0.875em;
}

.meta-text {
  color: #4A4A4A;
  opacity: 0.8;
}

hr:not(.spacing-xs):not(.spacing-sm):not(.spacing-med):not(.spacing-lg) {
  border: none;
  border-bottom: 2px solid #f5f2ef;
  margin: 3em auto;
}

code {
  background: #f5f2ef;
  padding: 3px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

@supports (display: flex) {
  html, body {
    height: 100%;
    width: 100%;
  }
}

@supports (display: flex) {
  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.container {
  width: 92%;
  max-width: 1400px;
  margin: 0 auto;
}

.container .container {
  width: 100%;
}

img {
  max-width: 100%;
  margin-bottom: 1.5em;
}

iframe {
  max-width: 100%;
  margin: 0;
  height: auto;
}

figure {
  margin: 0 0 2em;
}

figure img {
  margin-bottom: 0.25em;
}

figure figcaption {
  font-size: 0.85em;
}

.block-link {
  display: block;
  text-decoration: none;
}

.block-link:hover {
  text-decoration: none;
  color: #1F1F1F;
}

[hidden="true"] {
  display: none !important;
}

.show-desktop {
  display: none;
}

@media screen and (min-width: 900px) {
  .show-desktop {
    display: inline-block;
  }
}

.hide-desktop {
  display: block;
}

@media screen and (min-width: 900px) {
  .hide-desktop {
    display: none;
  }
}

.rounded, .rounded img {
  border-radius: 50em;
}

.grid-sidebar .form, .grid-sidebar form {
  margin-left: 0;
}

.form-card-wrapper {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 50vh;
  place-items: auto center;
  -webkit-box-align: auto center;
  -ms-flex-align: auto center;
  align-items: auto center;
  -webkit-box-pack: auto center;
  -ms-flex-pack: auto center;
  justify-content: auto center;
}

.form-card-wrapper form {
  border: 2px solid #ddd;
  width: 100%;
  max-width: 30em;
  padding: 2em 2em 1em;
}

.button-top {
  display: inline-block;
  margin-top: 10px !important;
}

.button-left {
  display: inline-block;
  margin-left: 80px !important;
}

.carousel-image {
  position: absolute;
}

.carousel-button-right {
  position: relative;
  padding: 15px 40px;
  text-align: center;
}

.chamber-event-banner, .promo-description {
  margin-top: 0px !important;
}

.chamber-event-banner h2 {
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffb26e;
}

.events-container {
  margin-top: 80px;
}

.feat-event-img {
  margin-bottom: 5px;
  width: 284px;
}

.feat-event, .feat-mem {
  padding-bottom: 15px;
  letter-spacing: 2px;
  color: #8d8d8d;
}

.feat-event-date, .event-date {
  font-size: 0.7em;
  color: #8d8d8d;
}

.feat-event-title {
  margin-bottom: -15px;
}

.featured-member {
  max-width: 764px;
  width: 100%;
  height: 231px;
  background-color: #f5f2ef;
  margin-bottom: 50px;
}

.feat-mem-container {
  padding: 50px 70px 50px 70px;
}

.js-dot {
  background: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 50px;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 14px;
  background-color: #8d8d8d;
}

.dot-active button {
  background-color: #ffb26e;
}

#js-slider-dots {
  position: absolute;
  display: block;
  bottom: 0;
  left: 45%;
  background-color: #f5f2ef;
  height: 40px;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.no-img-placeholder {
  width: 427px;
  height: 224px;
  background-color: #f5f2ef;
}

.slider-wrapper {
  position: relative;
  overflow: hidden;
  padding-right: 0 !important;
}

.slides-container {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  scroll-behavior: smooth;
}

.slide {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  background-color: black;
}

.slide-arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 8rem;
  background-color: #f5f2ef;
  border: none;
  width: 3rem;
  font-size: 3rem;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  color: #ffb26e;
  font-size: 72px;
}

.slide-arrow:hover {
  opacity: 1;
}

#slide-arrow-prev {
  left: 0;
  padding-left: 0.65rem;
  padding-top: 17px;
  z-index: 2;
}

#slide-arrow-next {
  right: 0;
  padding-top: 17px;
  padding-left: 1rem;
  z-index: 2;
}

.slides-container .fluid-width-video-wrapper {
  position: static;
}

.slides-container iframe {
  position: static;
  border: none;
  height: 730px;
  width: 900px;
}

.feat-event-headline {
  padding-top: 30px;
}

.feat-event-headline h2 {
  border: none;
}

@media screen and (min-width: 899px) {
  .chamber-event-banner, .promo-img {
    padding-left: 0 !important;
    padding-right: 2%;
  }
  .chamber-event-banner .promo-content {
    margin: auto auto auto 0 !important;
  }
}

@media screen and (max-width: 900px) {
  .chamber-event-banner.promo .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .chamber-event-banner.promo-img {
    max-height: 70% !important;
  }
}

@media screen and (max-width: 1410px) {
  .featured-member {
    float: none !important;
  }
  .section-heading {
    float: none !important;
  }
}

.video-container {
  position: relative;
  /* padding-bottom: 75%; */
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media-block img {
  max-height: none;
}

.item-grid .item-img {
  margin-bottom: 1em;
}

.item-grid .item-img img {
  margin: 0;
  display: block;
}

.item-grid .button {
  margin-bottom: 0.5em;
}

#searchAnchor {
  scroll-behavior: smooth !important;
}

.discl {
  margin: auto;
  max-width: 1400px;
  padding-bottom: 2rem;
  font-size: 0.7em !important;
  color: #8D8D8D !important;
  text-align: center;
}

.discl em {
  width: 50%;
  display: block;
}

.disclaim {
  font-size: 0.7em !important;
  color: #8D8D8D !important;
  margin-bottom: 1rem;
}

.formContain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px !important;
  margin: auto;
  padding-bottom: 2rem;
  gap: 1rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.eventCardDesc {
  font-size: 14px !important;
  font-weight: 300 !important;
}

@media (min-width: 768px) {
  .eventCardL {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #fff;
    max-width: 325px;
    width: 100%;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    border-radius: 5px;
  }
  .eventCardImg {
    height: 208px;
  }
  .eventCardDate {
    margin-top: 1rem !important;
  }
  .eventCardImg img {
    width: 100%;
    height: 100%;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .discl {
    margin: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    text-align: left;
    max-width: 1400px;
  }
}

@media (max-width: 900px) {
  .formContain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 730px !important;
    margin: auto;
    padding-bottom: 1rem;
    gap: 0.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .searchTermInput {
    width: 75% !important;
  }
  .startDateInput {
    width: 100% !important;
  }
  .endDateInput {
    width: 100% !important;
  }
  .subButton {
    width: 75% !important;
  }
  .dateContain {
    gap: .5rem !important;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
  .liCont {
    margin-bottom: 2rem;
  }
}

.searchTermInput {
  max-width: 100%;
  width: 50%;
}

.midText {
  margin-bottom: 14px !important;
}

.midReset {
  margin-bottom: 14px !important;
}

.dateContain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.startDateInput {
  max-width: 100%;
  width: 100%;
  border: 2px solid #ddd;
  padding: 0.5em;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: soleil, sans-serif;
  margin-bottom: 0.125em;
  border-radius: 0;
  height: 50px;
}

.endDateInput {
  max-width: 100%;
  width: 100%;
  border: 2px solid #ddd;
  padding: 0.5em;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: soleil, sans-serif;
  margin-bottom: 0.125em;
  border-radius: 0;
  height: 50px;
}

.subButton {
  border: 2px solid #acdbda;
  color: #1F1F1F;
  width: 10%;
  padding: 0.75em;
  display: inline-block;
  font-family: soleil, sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 0.125em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: 0;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  line-height: 1em;
  text-align: center;
  height: 50px;
  background-color: #ffffff;
}

.subButton:hover {
  background-color: #acdbda;
  color: #1F1F1F;
  text-decoration: none;
}

.button, a .button {
  border: 2px solid #acdbda;
  color: #1F1F1F;
  padding: 0.75em;
  display: inline-block;
  font-family: soleil,sans-serif;
  font-weight: bold;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: 0;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  line-height: 1em;
  text-align: center;
  margin: 0 1em 0.5em 0;
}

.button:only-of-type, a .button:only-of-type {
  margin: 0;
}

.button:hover, .button:focus, a .button:hover, a .button:focus {
  background-color: #acdbda;
  color: #1F1F1F;
  text-decoration: none;
}

.button.button--secondary, a .button.button--secondary {
  color: #1F1F1F;
  text-decoration: none;
  border: none;
  border-bottom: 2px solid transparent;
  position: relative;
  padding-right: 1.4em;
  padding-left: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI3NXB4IiBoZWlnaHQ9IjYyLjJweCIgdmlld0JveD0iMCAwIDc1IDYyLjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDc1IDYyLjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBhdGggZD0iTTQwLjksNjFjMS42LDEuNiw0LjMsMS42LDUuOSwwbDI3LTI3YzAuNC0wLjQsMC43LTAuOCwwLjktMS4zYzAuMi0wLjUsMC4zLTEsMC4zLTEuNWwwLTAuMWwwLTAuMWMwLTAuNS0wLjEtMS4xLTAuMy0xLjUKCWwtMC45LTEuM2wwLDBsLTI3LTI3Yy0xLjYtMS42LTQuMy0xLjYtNS45LDBjLTEuNiwxLjYtMS42LDQuMywwLDUuOXYwTDYwLjgsMjdINC4yQzEuOSwyNywwLDI4LjgsMCwzMS4xYzAsMi4zLDEuOSw0LjIsNC4yLDQuMgoJaDU2LjZMNDAuOSw1NS4yQzM5LjMsNTYuOCwzOS4zLDU5LjQsNDAuOSw2MXoiLz4KPC9zdmc+Cg==");
  background-size: 0.9em;
  background-position: right 0.95em;
  background-repeat: no-repeat;
}

.button.button--secondary:hover, a .button.button--secondary:hover {
  background-color: transparent;
  text-decoration: underline;
}

a:hover .button {
  background-color: #acdbda;
  color: #1F1F1F;
}

a:hover .button.button--secondary {
  background-color: transparent;
  text-decoration: underline;
}

.card .button {
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.nav-main-link {
  padding: 4px;
  position: absolute;
  right: 10px;
  top: 25px;
}

.nav-main-link .icon-hamburger {
  -webkit-transition: fill 150ms ease;
  transition: fill 150ms ease;
  max-width: 20px;
  margin: 0;
  fill: #1F1F1F;
}

.nav-main-link:hover .icon-hamburger, .nav-main-link:focus .icon-hamburger {
  outline: none;
}

@media screen and (min-width: 900px) {
  .nav-main-link {
    display: none;
  }
}

.site-header {
  position: relative;
  background-color: #f68769;
  background-image: url("../png/texture-narrow.png"), -webkit-gradient(linear, left top, right top, from(#ffb26e), to(#f68769));
  background-image: url("../png/texture-narrow.png"), linear-gradient(90deg, #ffb26e 0%, #f68769 100%);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  font-size: 0.875em;
}

@media screen and (min-width: 900px) {
  .site-header {
    background-image: url("../png/texture-sm.png"), -webkit-gradient(linear, left top, right top, from(#ffb26e), to(#f68769));
    background-image: url("../png/texture-sm.png"), linear-gradient(90deg, #ffb26e 0%, #f68769 100%);
    background-position: center;
  }
}

@media screen and (min-width: 1600px) {
  .site-header .container {
    padding: 0 1em;
  }
}

.site-header .navigation.container {
  margin: 0 auto;
}

@media screen and (min-width: 900px) {
  .site-header .navigation.container {
    max-width: none;
  }
  .site-header .navigation.container .nav-main-list > li:first-child {
    margin-left: -9px;
  }
}

.site-header .navigation .nav-main-list {
  display: block;
  padding: 0 0 20px;
  margin: 0;
}

@media screen and (min-width: 900px) {
  .site-header .navigation .nav-main-list {
    padding: 0;
    position: relative;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    width: 100%;
  }
}

.site-header .navigation .nav-main-list[aria-expanded="false"] {
  left: -0%;
}

.site-header .navigation .nav-main-list[aria-expanded="true"] {
  left: 0;
}

@media screen and (min-width: 900px) {
  .site-header .navigation .nav-main-list[aria-expanded="true"] {
    left: -100%;
  }
}

.site-header .navigation ul li a {
  color: #1F1F1F;
  display: block;
  padding: 3px 10px;
  margin: 3px 0 0 0;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 900px) {
  .site-header .navigation ul li a {
    color: #1F1F1F;
    padding: 9px;
    margin: 0;
    white-space: pre;
  }
}

.site-header .navigation ul li a:hover, .site-header .navigation ul li a:focus {
  background: #f68769;
  color: #1F1F1F;
}

@media screen and (min-width: 900px) {
  .site-header .navigation ul li a:hover, .site-header .navigation ul li a:focus {
    background: #f9f7f5;
  }
}

.site-header .navigation ul li a:focus {
  outline: none;
}

@media screen and (min-width: 900px) {
  .site-header .navigation ul li a:focus {
    background: #f9f7f5;
  }
}

@media screen and (min-width: 900px) {
  .site-header .navigation ul a[aria-expanded="true"] {
    background: #f9f7f5;
  }
}

.site-header .navigation .subnav {
  position: relative;
  z-index: 10;
}

.site-header .navigation .subnav svg {
  top: 3px;
  left: 2px;
  position: relative;
}

.site-header .navigation .subnav .subnav-content {
  min-width: 250px;
}

@media screen and (min-width: 900px) {
  .site-header .navigation .subnav .subnav-content {
    position: absolute;
    min-width: 300px;
    padding: 1em;
    margin-top: 0;
    background: #f9f7f5;
  }
}

.site-header .navigation .subnav ul {
  display: block;
  margin: 0;
  padding: 0;
}

.site-header .navigation .subnav ul li {
  margin: 0;
}

.site-header .navigation .subnav ul li a:focus, .site-header .navigation .subnav ul li a:hover {
  outline: none;
}

@media screen and (min-width: 900px) {
  .site-header .navigation .subnav ul li a:focus, .site-header .navigation .subnav ul li a:hover {
    text-decoration: underline;
  }
}

.site-header .navigation .subnav ul li a:focus {
  outline: none;
}

.site-header .navigation .subnav ul a {
  display: block;
  padding: 3px 10px;
  margin: 3px 0 0 0;
}

@media screen and (min-width: 900px) {
  .site-header .navigation .subnav ul a {
    margin: 0;
    padding: 6px 15px;
  }
}

.site-header .navigation .subnav ul li.lined:before {
  content: " ";
  display: block;
  border-top: 1px solid #1F1F1F;
  width: calc(100% - 20px);
  margin: 1.125em auto 1em;
}

@media screen and (min-width: 900px) {
  .site-header .navigation .subnav ul li.lined:before {
    border-top: 1px solid #ddd3c9;
    width: calc(100% - 30px);
  }
}

@media screen and (min-width: 900px) {
  .nav-main {
    background: #ffffff;
    padding: 0.85em 0 0;
  }
  .nav-main:after {
    content: " ";
    background: -webkit-gradient(linear, left top, right top, from(#ffb26e), to(#f68769));
    background: linear-gradient(90deg, #ffb26e 0%, #f68769 100%);
    display: block;
    height: 2px;
    margin-top: 0.85em;
    opacity: 0.5;
  }
  .nav-main .navigation {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .nav-main .navigation li {
    margin: auto calc(10px + 1.2%) auto 0;
  }
}

.nav-utility .navigation {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 900px) {
  .nav-utility .navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.nav-utility .navigation .logo {
  margin: auto 0;
  max-width: 200px;
  display: block;
}

@media screen and (min-width: 900px) {
  .nav-utility .navigation .logo {
    max-width: 280px;
  }
}

.nav-utility .navigation .logo svg {
  margin: 0;
  width: 100%;
  display: block;
}

.site-header ul.nav-action {
  margin: auto 0;
}

.site-header ul.nav-action li {
  margin: 7px 0 25px;
}

@media screen and (min-width: 900px) {
  .site-header ul.nav-action li {
    display: inline-block;
    padding: 0.5em 0.5em;
    margin: 0;
  }
}

.site-header ul.nav-action li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.site-header ul.nav-action li a {
  padding: 13px;
  margin: 0;
  line-height: 1;
  font-weight: bold;
  border: 2px solid transparent;
}

@media screen and (min-width: 900px) {
  .site-header ul.nav-action li a {
    font-size: 0.935em;
  }
}

.site-header ul.nav-action li a.button {
  border: 2px solid #1F1F1F;
}

.site-header ul.nav-action li a.button:hover {
  background: #1F1F1F;
  color: #f68769;
}

.nav-utility ul.nav-action li a:focus, .nav-utility ul.nav-action li a:hover {
  background: #1F1F1F;
  color: #f68769;
}

.search-icon {
  background: none;
  border: none;
  cursor: pointer;
  max-height: 32px;
  padding: 0;
  margin: auto 2px auto auto;
}

@media screen and (max-width: 900px) {
  .search-icon {
    position: absolute;
    right: 52px;
    top: 33px;
  }
}

.search-icon svg {
  max-width: 18px;
  height: auto;
  width: auto;
}

@media screen and (min-width: 900px) {
  .search-icon svg {
    max-width: 23px;
  }
}

.modal-overlay {
  height: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding: 0.35em;
  position: fixed;
  top: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  width: 100%;
  z-index: 12;
}

.modal-overlay:after {
  content: "";
  background-image: url("../png/texture-narrow.png"), -webkit-gradient(linear, left top, right top, from(#ffb26e), to(#f68769));
  background-image: url("../png/texture-narrow.png"), linear-gradient(90deg, #ffb26e 0%, #f68769 100%);
  background-size: cover;
  opacity: 0.97;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.modal-overlay[aria-hidden="true"] {
  opacity: 0;
  visibility: hidden;
}

.modal-overlay[aria-hidden="false"] {
  opacity: 1;
  visibility: visible;
  z-index: 12;
}

.modal-content {
  margin: auto;
  max-width: 600px;
  overflow: auto;
  overflow-x: hidden;
  padding: 1.5em;
  position: relative;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}

.modal-content .form--inline input[type="submit"] {
  padding: 12px;
  border: 2px solid #1F1F1F;
  background: #f57f5f;
  height: 60px;
}

.modal-content .form--inline input[type="submit"]:hover {
  background: #1F1F1F;
  color: #f68769;
}

@media screen and (min-width: 900px) {
  .modal-content .form--inline input[type="submit"] {
    padding: 18px;
  }
}

.modal-content .form--inline input[type='text'],
.modal-content .form--inline input[type='search'] {
  max-width: 100%;
  width: 100%;
  border: 2px solid #1F1F1F;
  border-right: 0;
  padding: 0.5em;
  height: 60px;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0.125em;
  background: #f5f2ef;
}

.modal-content .form--inline input[type='text']:focus {
  cursor: text;
}

.modal-overlay[aria-hidden="false"] .modal-content {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.close-button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 12px;
  top: 16px;
  z-index: 12;
  color: #1F1F1F;
}

@media screen and (min-width: 900px) {
  .close-button {
    right: 24px;
    top: 22px;
    font-size: 2.75em;
  }
}

body:not(.user-is-tabbing) .search-icon:focus,
body:not(.user-is-tabbing) .logo:focus,
.modal-overlay:not(.user-is-tabbing) .modal-content *:focus,
.modal-overlay:not(.user-is-tabbing) button:focus {
  outline: none !important;
}

.site-footer {
  font-size: 0.875em;
  border-top: 1px solid #ddd;
  padding: 2em 0;
}

@media screen and (min-width: 900px) {
  .site-footer ul li {
    display: inline-block;
    margin-right: 0.5em;
  }
}

.site-footer .footer-sub {
  max-width: none;
}

@media screen and (min-width: 900px) {
  .site-footer .footer-sub {
    padding: 0 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .site-footer .footer-sub ul {
    margin-top: 0.25em;
  }
  .site-footer .footer-sub ul li {
    display: inline-block;
  }
}

.site-footer .footer-sub .footer-social {
  margin: 0;
}

@media screen and (max-width: 900px) {
  .site-footer .footer-sub .footer-social {
    margin: 1em 0;
  }
}

.site-footer .footer-sub .footer-social li {
  display: inline-block;
  margin-right: 0.5em;
}

.site-footer .footer-sub .footer-social li svg {
  fill: #1F1F1F;
  -webkit-transition: fill 150ms ease;
  transition: fill 150ms ease;
}

.site-footer .footer-sub .footer-social li svg:hover {
  fill: #6bb9b8;
}

.site-footer .footer-sub .footer-social li:last-of-type {
  margin-right: 0;
}

hr {
  border: none;
}

hr.spacing-xs {
  height: 0.75em;
}

hr.spacing-sm {
  height: 1em;
}

@media screen and (min-width: 1200px) {
  hr.spacing-sm {
    height: 2em;
  }
}

hr.spacing-med {
  height: calc(1em + 1vmin);
}

@media screen and (min-width: 1200px) {
  hr.spacing-med {
    height: calc(2em + 2vmin);
  }
}

hr.spacing-lg {
  height: calc(2em + 4vh);
}

@media screen and (min-width: 1200px) {
  hr.spacing-lg {
    height: calc(2em + 9vh);
  }
}

@media screen and (max-width: 900px) {
  .grid-sidebar > * {
    margin-bottom: 2em;
  }
}

@media screen and (min-width: 900px) {
  .grid-sidebar {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 2.5fr;
    grid-gap: calc(0.5em + 6vw);
  }
  .grid-sidebar .grid-sidebar a {
    display: block;
    padding: 0.25em 0;
    margin-bottom: 0.25em;
    text-decoration: none;
  }
  .grid-sidebar .grid-sidebar a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 900px) {
  .grid-sidebar-right > * {
    margin-bottom: 4em;
  }
}

@media screen and (min-width: 900px) {
  .grid-sidebar-right {
    display: grid;
    grid-template-columns: 2fr minmax(260px, 1fr);
    grid-gap: calc(0.5em + 6vw);
  }
  .grid-sidebar-right .grid-sidebar {
    margin-left: 1vw;
  }
  .grid-sidebar-right .grid-sidebar a {
    display: block;
    padding: 0.25em 0;
    margin-bottom: 0.25em;
    text-decoration: none;
  }
  .grid-sidebar-right .grid-sidebar a:hover {
    text-decoration: underline;
  }
}

.split-panel > div, .split-panel iframe {
  min-height: 30vh;
}

@media screen and (min-width: 900px) {
  .split-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .split-panel iframe {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    min-height: 100vh;
  }
  .split-panel > div {
    width: 50%;
    min-height: 50vh;
  }
}

@media screen and (min-width: 900px) {
  .split-panel .split-panel-content {
    padding: 0 1em;
  }
}

.nav-sidebar {
  margin: 1em 0 2em;
}

.nav-sidebar a {
  text-decoration: none;
  padding: 7px 0;
  display: block;
}

.nav-sidebar svg {
  top: 3px;
  left: 2px;
  position: relative;
}

.nav-sidebar li ul li {
  margin-left: 0.75em;
}

.nav-sidebar a.active,
.nav-sidebar-link .active {
  text-decoration: underline;
}

.nav-sidebar a.active:after,
.nav-sidebar-link .active:after {
  text-decoration: none;
  display: inline-block;
}

.nav-sidebar .subnav a[aria-expanded="false"]:after,
.nav-sidebar-link[aria-expanded="false"]:after {
  content: "+";
  margin-left: 0.25em;
}

.nav-sidebar .subnav a[aria-expanded="true"]:after,
.nav-sidebar-link[aria-expanded="true"]:after {
  content: "-";
  margin-left: 0.25em;
}

.nav-sidebar-link:after {
  top: -3px;
  position: relative;
}

@media screen and (min-width: 900px) {
  a.nav-sidebar-link:after {
    display: none;
  }
  a.nav-sidebar-link:hover {
    color: #1F1F1F;
  }
}

a.nav-sidebar-link {
  text-decoration: none;
  background: #f5f2ef;
  padding: 0.5em;
  display: block;
  max-width: 300px;
}

a.nav-sidebar-link h5 {
  display: inline-block;
}

a.nav-sidebar-link:after {
  float: right;
  margin-right: 6px;
  margin-top: 3px;
}

@media screen and (min-width: 900px) {
  a.nav-sidebar-link {
    background: none;
    padding: 0;
  }
  a.nav-sidebar-link:after {
    float: none;
  }
}

.grid-sidebar > * > .section-heading--small:first-of-type,
.grid-sidebar-right > * > .section-heading--small:first-of-type {
  margin-top: 0.25em;
}

@media screen and (min-width: 900px) {
  .grid-sidebar > * > .section-heading--small:first-of-type,
  .grid-sidebar-right > * > .section-heading--small:first-of-type {
    margin-top: 2.75em;
  }
}

@media screen and (max-width: 900px) {
  .grid-sidebar > * > .section-heading--small:first-of-type .nav-sidebar-link,
  .grid-sidebar-right > * > .section-heading--small:first-of-type .nav-sidebar-link {
    margin-bottom: 0;
  }
}

.grid-sidebar-right > * > .item-list.item-list--small li {
  padding: 0.65em 0;
}

.sidebar ul {
  margin-bottom: 2em;
}

.sidebar ul input[type='checkbox'] {
  margin-right: 10px;
}

.search-menu li {
  margin-bottom: .5em;
}

.search-menu > li ul {
  margin-bottom: 2em;
}

.search-menu li > a {
  text-decoration: none;
}

.search-menu ul {
  margin-bottom: 2em;
}

.search-menu ul input[type='checkbox'] {
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}

.search-menu a.section-heading {
  text-decoration: none;
}

.search-menu h6 {
  margin-bottom: 1.5em;
}

.search-menu h6::after {
  content: "+";
  display: inline-block;
  font-weight: 100;
  margin-left: 0.5em;
  position: relative;
  top: 0;
  font-size: 0.85em;
}

.search-menu a[aria-expanded=true] h6::after {
  content: "-";
}

.section-heading {
  border: none;
  padding-bottom: 0.1rem;
  width: auto;
  padding: 0;
  max-width: 51rem;
  min-width: 54%;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 600px) {
  .section-heading {
    min-width: 400px;
  }
}

@media screen and (min-width: 900px) {
  .section-heading {
    margin-bottom: 2.5rem;
  }
}

.section-heading .h1, .section-heading .h2, .section-heading .h3, .section-heading .h4, .section-heading .h5, .section-heading .h6 {
  margin: 0;
  position: relative;
  padding-bottom: 1.25rem;
  width: auto;
  min-width: 60%;
  display: inline-block;
  padding-right: 2vw;
}

@media screen and (min-width: 900px) {
  .section-heading .h1, .section-heading .h2, .section-heading .h3, .section-heading .h4, .section-heading .h5, .section-heading .h6 {
    padding-bottom: 2rem;
  }
}

.section-heading .h1:after, .section-heading .h1:before, .section-heading .h2:after, .section-heading .h2:before, .section-heading .h3:after, .section-heading .h3:before, .section-heading .h4:after, .section-heading .h4:before, .section-heading .h5:after, .section-heading .h5:before, .section-heading .h6:after, .section-heading .h6:before {
  content: " ";
  background: -webkit-gradient(linear, left top, right top, from(#ffb26e), to(#f68769));
  background: linear-gradient(90deg, #ffb26e 0%, #f68769 100%);
  opacity: 0.5;
  width: 100%;
  left: 0;
  height: 2px;
  margin-top: 1.45rem;
  position: absolute;
  bottom: 0;
}

.section-heading .h1:before, .section-heading .h2:before, .section-heading .h3:before, .section-heading .h4:before, .section-heading .h5:before, .section-heading .h6:before {
  margin-bottom: 0.4rem;
}

.section-heading .h1 + p, .section-heading .h2 + p, .section-heading .h3 + p, .section-heading .h4 + p, .section-heading .h5 + p, .section-heading .h6 + p {
  margin-top: 1rem;
}

@media screen and (min-width: 900px) {
  .section-heading .h1 + p, .section-heading .h2 + p, .section-heading .h3 + p, .section-heading .h4 + p, .section-heading .h5 + p, .section-heading .h6 + p {
    margin-top: 2rem;
  }
}

.section-heading p {
  margin-bottom: 2em;
}

.section-heading.section-heading--centered {
  margin-left: auto;
  margin-right: auto;
  padding: 0 5%;
  text-align: center;
}

.section-heading.section-heading--centered .h1, .section-heading.section-heading--centered .h2, .section-heading.section-heading--centered .h3, .section-heading.section-heading--centered .h4, .section-heading.section-heading--centered .h5, .section-heading.section-heading--centered .h6 {
  padding-right: 1vw;
  padding-left: 1vw;
}

.section-heading.section-heading--centered > * {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-heading.section-heading--small {
  padding-bottom: 0.5em;
  max-width: 33rem;
  width: auto;
  min-width: 60%;
}

.section-heading.section-heading--small .h1:before, .section-heading.section-heading--small .h2:before, .section-heading.section-heading--small .h3:before, .section-heading.section-heading--small .h4:before, .section-heading.section-heading--small .h5:before, .section-heading.section-heading--small .h6:before {
  display: none;
}

.section-heading.section-heading--small .h1 *:last-child, .section-heading.section-heading--small .h2 *:last-child, .section-heading.section-heading--small .h3 *:last-child, .section-heading.section-heading--small .h4 *:last-child, .section-heading.section-heading--small .h5 *:last-child, .section-heading.section-heading--small .h6 *:last-child {
  margin-bottom: 0.75rem;
}

.section-heading + .item-grid,
.section-heading + .item-list {
  margin-top: -1.5rem;
}

.grid-sidebar > *:first-child .section-heading,
.grid-sidebar-right > *:last-child .section-heading {
  min-width: 54%;
}

@media screen and (max-width: 900px) {
  .section-heading.section-heading--small .nav-sidebar-link {
    margin-bottom: 0;
  }
  .section-heading.section-heading--small .nav-sidebar-link .h1, .section-heading.section-heading--small .nav-sidebar-link .h2, .section-heading.section-heading--small .nav-sidebar-link .h3, .section-heading.section-heading--small .nav-sidebar-link .h4, .section-heading.section-heading--small .nav-sidebar-link .h5, .section-heading.section-heading--small .nav-sidebar-link .h6 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .section-heading.section-heading--small .nav-sidebar-link .h1:after, .section-heading.section-heading--small .nav-sidebar-link .h1:before, .section-heading.section-heading--small .nav-sidebar-link .h2:after, .section-heading.section-heading--small .nav-sidebar-link .h2:before, .section-heading.section-heading--small .nav-sidebar-link .h3:after, .section-heading.section-heading--small .nav-sidebar-link .h3:before, .section-heading.section-heading--small .nav-sidebar-link .h4:after, .section-heading.section-heading--small .nav-sidebar-link .h4:before, .section-heading.section-heading--small .nav-sidebar-link .h5:after, .section-heading.section-heading--small .nav-sidebar-link .h5:before, .section-heading.section-heading--small .nav-sidebar-link .h6:after, .section-heading.section-heading--small .nav-sidebar-link .h6:before {
    display: none;
  }
  .section-heading + .nav-sidebar {
    margin-top: -2em;
  }
}

.section-heading + .nav-sidebar {
  margin-top: -1em;
}

.jump-menu {
  list-style-type: none;
  font-size: 0.875em;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0.75em 0 3em;
  padding-left: 0 !important;
}

.jump-menu li {
  line-height: 1;
  list-style-type: none;
  padding: 0;
}

.jump-menu li a {
  background: #f5f2ef;
  color: #1F1F1F;
  padding: 0.5em 1em;
  border-right: 1px solid #cebfb0;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0.5em;
}

.jump-menu li:last-of-type a {
  border-right: none;
  padding-right: 10px;
}

.item-grid .item-img {
  margin-bottom: 1em;
}

.item-grid .item-img img {
  margin: 0;
  display: block;
}

.item-grid .button {
  margin-bottom: 0.5em;
}

@media screen and (min-width: 400px) and (max-width: 900px) {
  .item-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: calc(1.5em + 1.5vw);
    justify-items: center;
  }
}

@media screen and (min-width: 900px) {
  .item-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: calc(1.5em + 1.5vw);
  }
  .item-grid2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    grid-gap: calc(1em + 1.5vw);
  }
}

.item-grid > * {
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  width: 100%;
}

.item-grid .item-content {
  max-width: 620px;
}

@media screen and (max-width: 400px) {
  .item-grid .item-content {
    margin-bottom: 3em;
  }
}

.item-grid .item-content h1, .item-grid .item-content h2, .item-grid .item-content h3 {
  margin-bottom: 1.5rem;
}

.item-grid .item-content h4, .item-grid .item-content h5, .item-grid .item-content h6 {
  margin-bottom: 0.5em;
}

.item-grid.item-grid--icons {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 0;
}

.item-grid.item-grid--icons > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(260px + 2.0vw);
          flex: 0 0 calc(260px + 2.0vw);
  margin: calc(1.0em + 1.0vw) calc(1.0em + 1.0vw) calc(3.0em + 3.0vw);
}

@media screen and (min-width: 900px) {
  .item-grid.item-grid--icons > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(320px + 2.0vw);
            flex: 0 0 calc(320px + 2.0vw);
  }
}

@media screen and (min-width: 1200px) {
  .item-grid.item-grid--icons > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(190px + 2.0vmin);
            flex: 0 0 calc(190px + 2.0vmin);
  }
}

@supports (display: flex) {
  .item-grid.item-grid--icons .item-content {
    margin-bottom: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .item-grid.item-grid--icons .item-content .item-description {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .item-grid.item-grid--icons .item-content .button {
    margin: auto auto 0 auto;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

@media screen and (min-width: 1200px) {
  .item-grid.item-grid--icons .item-content p {
    font-size: 0.93em;
    margin-bottom: 1em;
  }
}

.item-grid.item-grid--icons .item-img {
  max-width: 8.5em;
  width: 90%;
  margin: 0 auto;
}

.item-grid.item-grid--icons .item-img img {
  margin-bottom: 1.5em;
  width: 100%;
}

.item-grid.item-grid--features {
  grid-gap: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2em;
}

.item-grid.item-grid--features > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(260px + 6%);
          flex: 0 0 calc(260px + 6%);
  margin: calc(0.125em + 1.125%);
}

@media screen and (min-width: 900px) {
  .item-grid.item-grid--features > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(180px + 10%);
            flex: 0 0 calc(180px + 10%);
  }
}

@media screen and (min-width: 1200px) {
  .item-grid.item-grid--features > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(270px + 4.75%);
            flex: 0 0 calc(270px + 4.75%);
  }
}

.item-grid.item-grid--features li {
  margin-bottom: 2em;
}

@supports (display: flex) {
  .item-grid.item-grid--features li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@supports (display: flex) {
  .item-grid.item-grid--features .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 1200px) {
  .item-grid.item-grid--features .item-content p {
    font-size: 0.93em;
    margin: 0 0 1em;
  }
}

.item-grid.item-grid--features .item-content .button {
  margin: auto auto 0 auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.item-grid.item-grid--features .card {
  border: 2px solid #f5f2ef;
  padding: calc(1em + 3%) calc(1em + 3%) calc(1em + 3%);
  margin-bottom: 2em;
  text-align: center;
  margin-bottom: 2em;
}

.item-grid.item-grid--features .card .button {
  margin-top: 0.5em;
  margin-bottom: 0.25em;
}

.item-grid.item-grid--features .card p {
  margin: 0.5em 0 1em;
}

.item-grid.item-grid--features .card .item-img {
  max-width: 8.5em;
  width: 90%;
  margin: 0 auto;
}

.item-grid.item-grid--features .card .item-img img {
  margin-bottom: 1.125em;
  width: 100%;
}

.item-grid.item-grid--logos {
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 0;
}

.item-grid.item-grid--logos > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  margin: auto calc(0.5em + 0.75vmin);
}

.item-grid.item-grid--logos .item-img {
  margin: 1em auto;
}

@media screen and (min-width: 600px) {
  .item-grid.item-grid--logos > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
  }
}

.item-grid.item-grid--logos .item-content {
  margin-bottom: 0;
}

@media screen and (min-width: 900px) {
  .grid-sidebar .item-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

.item-list p {
  margin: 1em 0 1.25em;
}

.item-list a {
  text-decoration: none;
}

.item-list a * {
  color: #1F1F1F;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
}

.item-list a:hover h1, .item-list a:hover h2, .item-list a:hover h3, .item-list a:hover h4, .item-list a:hover h5, .item-list a:hover h6 {
  text-decoration: underline;
  -webkit-text-decoration-color: #6bb9b8;
          text-decoration-color: #6bb9b8;
}

.item-list a.button:hover {
  color: #1F1F1F;
  text-decoration: none;
}

.item-list li {
  padding: 0.5em 0 2.25em;
}

.item-list li .meta-text {
  margin: 1em 0;
}

@media screen and (min-width: 600px) {
  .item-list .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.item-list .item-img {
  margin-bottom: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 600px) {
  .item-list .item-img {
    margin: auto 0;
    max-width: 50%;
  }
}

.item-list .item-img img {
  width: 50%;
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  .item-list .item-img img {
    width: 40vw;
    -o-object-fit: cover;
       object-fit: cover;
    padding-right: calc(2em + 3vw);
  }
}

.item-list .item-description {
  margin: auto 0;
}

.item-list.item-list--small .button {
  margin-bottom: 1.5em;
}

.item-list.item-list--small li {
  padding: calc(1em + 1vmin) 0;
}

.item-list.item-list--small li p {
  margin: 0.8em 0 1em;
}

.item-list.item-list--small li .item-img {
  margin-right: calc(0.75em + 2vw);
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 600px) {
  .item-list.item-list--small li .item-img {
    width: 120px;
    height: 120px;
  }
}

.item-list.item-list--small li .item-img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  padding-right: 0;
}

.item-list.item-list--small:first-of-type .item-img {
  margin-top: 0;
}

@media screen and (min-width: 400px) {
  .item-list.item-list--small .item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.item-list.item-list--small .item-img {
  margin-bottom: 1em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 400px) {
  .item-list.item-list--small .item-img {
    margin: auto 0;
    max-width: 50%;
  }
}

.item-list.item-list--small .item-img img {
  width: 50%;
  margin-bottom: 0;
}

@media screen and (min-width: 400px) {
  .item-list.item-list--small .item-img img {
    width: 40vw;
    -o-object-fit: cover;
       object-fit: cover;
    padding-right: calc(2em + 3vw);
  }
}

.item-list.item-list--two-column {
  max-width: none;
}

@media screen and (min-width: 900px) {
  .item-list.item-list--two-column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: calc(1em + 1vw) calc(2em + 2vw);
  }
}

.item-list.item-list--two-column > div {
  margin-bottom: 3em;
}

.item-list.item-list--two-column li .item-img {
  width: 100px;
}

@media screen and (min-width: 600px) {
  .item-list.item-list--two-column li .item-img {
    width: 120px;
    max-width: 35%;
  }
}

.item-list.item-list--two-column li .item-img img {
  width: 100%;
}

.media-block iframe {
  width: 100%;
}

.media-block img {
  margin: 0 auto;
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: 60vh;
}

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pagination {
  margin: 1em 0;
}

@media screen and (min-width: 900px) {
  .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.pagination .pagination-previous, .pagination .pagination-next {
  color: #1F1F1F;
  text-decoration: none;
  padding: 0.5em 0.35em 0.65em;
  position: relative;
}

.pagination .pagination-previous:hover, .pagination .pagination-next:hover {
  background-color: #acdbda;
}

.pagination .disabled {
  opacity: 0.4;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .pagination-previous:before,
.pagination .pagination-next:after {
  vertical-align: middle;
  line-height: 1;
  position: absolute;
  top: 30%;
}

.pagination .pagination-previous {
  padding-left: 2em;
}

.pagination .pagination-previous:before {
  content: "\2190";
  left: 0.5em;
}

.pagination .pagination-next {
  margin: 0 0 0 auto;
  padding-right: 2em;
}

.pagination .pagination-next:after {
  content: "\2192";
  right: 0.5em;
}

@media screen and (max-width: 600px) {
  .promo {
    margin-bottom: 2.5em;
  }
}

.promo a {
  color: #1F1F1F;
}

.promo .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.promo .container .promo-img {
  position: relative;
  z-index: 2;
  width: 98%;
  margin-left: 3%;
}

.promo .container .promo-content {
  margin-top: -5em;
  margin-right: 3%;
  background: #f5f2ef;
  padding: 3em 4vw;
  z-index: 3;
  position: relative;
}

.promo .container .promo-content .promo-description {
  margin: auto 0;
  padding: 3em 0;
  border-top: 2px solid #ffcda1;
  border-bottom: 2px solid #ffcda1;
}

@media screen and (min-width: 900px) {
  .promo .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .promo .container .promo-img {
    margin: auto 0;
    width: 53%;
    z-index: 3;
  }
  .promo .container .promo-content {
    margin-top: 50px;
    width: 47%;
    background: #f5f2ef;
    padding: 3em 3vw;
    -webkit-box-shadow: 18vmin 0 0 #f5f2ef;
            box-shadow: 18vmin 0 0 #f5f2ef;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .promo .container .promo-content .promo-description {
    margin: auto 0;
    max-width: 420px;
    padding: 3em 0;
  }
}

@media screen and (min-width: 900px) {
  .promo--image-left .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .promo--image-left .container .promo-content {
    -webkit-box-shadow: -18vw 0 0 #f5f2ef;
            box-shadow: -18vw 0 0 #f5f2ef;
  }
}

.promo.promo--wide {
  background: #f5f2ef;
}

.promo.promo--wide .container {
  width: 100%;
}

.promo.promo--wide .container .promo-img {
  margin: 0;
  width: 100%;
  max-height: 550px;
}

.promo.promo--wide .container .promo-img img {
  margin-bottom: 0;
}

.promo.promo--wide .container .promo-content {
  padding: 1em 4vw;
}

.promo.promo--wide .container .promo-description {
  border: none;
  padding: 1em 0;
  width: 96%;
  max-width: none;
  margin: auto;
}

@media screen and (min-width: 900px) {
  .promo.promo--wide .container {
    max-width: none;
    width: 100%;
  }
  .promo.promo--wide .container .promo-content {
    margin: auto 0 auto auto;
    max-width: calc(650px + 4%);
    padding: 3em 4%;
  }
  .promo.promo--wide .container .promo-img {
    max-height: 800px;
    padding-left: 2%;
    width: 53%;
  }
  .promo.promo--wide .container .promo-img img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    width: 100%;
    height: 100%;
  }
}

.promo.promo--wide .promo-content {
  margin: 0;
}

@media screen and (min-width: 900px) {
  .promo.promo--wide.promo--image-left .promo-content {
    margin: auto auto auto 0;
  }
  .promo.promo--wide.promo--image-left .promo-img {
    padding-right: 2%;
    padding-left: 0;
  }
}

.banner {
  background: #f5f2ef;
  padding: 8% 0;
  padding: calc(3.25em + 4vw + 4vh) 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.banner .banner-content {
  padding: 0 2%;
}

.banner .banner-description {
  max-width: 58rem;
  margin: 0 auto;
}

.banner .banner-description p {
  margin: 1em auto;
}

.banner .banner-description blockquote p {
  margin: 0.5rem auto;
}

.banner .banner-img {
  max-width: 10em;
  margin: 0 auto 1em;
}

.editorial p, .editorial ol, .editorial ul, .editorial blockquote, .editorial .h1, .editorial .h2, .editorial .h3, .editorial .h4, .editorial .h5, .editorial .h6, .editorial hr, .editorial h1, .editorial h2, .editorial h3, .editorial h4, .editorial h5, .editorial h6, .editorial figure, .editorial .meta-text, .editorial .form-wrapper, .editorial .section-heading {
  max-width: 46rem;
  margin-left: auto;
  margin-right: auto;
}

.editorial .section-heading {
  padding-right: 0;
}

.editorial img, .editorial figure, .editorial iframe {
  max-width: 46rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: block;
}

.editorial .form-wrapper {
  margin-bottom: 2em;
}

.editorial .h1, .editorial .h2, .editorial .h3, .editorial .h4, .editorial .h5, .editorial .h6,
.editorial h1, .editorial h2, .editorial h3, .editorial h4, .editorial h5, .editorial h6 {
  margin: 2rem auto 1rem;
}

.editorial .section-heading .h1, .editorial .section-heading .h2, .editorial .section-heading .h3, .editorial .section-heading .h4, .editorial .section-heading .h5, .editorial .section-heading .h6 {
  margin: 1rem auto;
}

.editorial h1 {
  margin-bottom: 2rem;
}

.editorial hr:not(.spacing-xs):not(.spacing-sm):not(.spacing-med):not(.spacing-lg) {
  border: none;
  border-bottom: 2px solid #ddd;
  margin: 3em auto;
}

.editorial ol {
  list-style-type: decimal;
}

.editorial ul {
  list-style-type: disc;
}

.editorial ul, .editorial ol {
  padding: 0 0 0 1em;
  margin-bottom: 2em;
}

.editorial blockquote {
  border-left: 1px solid #ddd;
  padding-left: 1em;
  font-size: 1.25em;
  margin: 2em auto;
}

.editorial img {
  margin-bottom: 1em;
}

.editorial figure img {
  margin-bottom: 0.25em;
}

.editorial.editorial--left * {
  margin-left: 0 !important;
}

.grid-sidebar .editorial p, .grid-sidebar .editorial ol, .grid-sidebar .editorial ul, .grid-sidebar .editorial blockquote, .grid-sidebar .editorial .h1, .grid-sidebar .editorial .h2, .grid-sidebar .editorial .h3, .grid-sidebar .editorial .h4, .grid-sidebar .editorial .h5, .grid-sidebar .editorial .h6, .grid-sidebar .editorial hr, .grid-sidebar .editorial figure, .grid-sidebar .editorial img, .grid-sidebar .editorial table,
.grid-sidebar-right .editorial p,
.grid-sidebar-right .editorial ol,
.grid-sidebar-right .editorial ul,
.grid-sidebar-right .editorial blockquote,
.grid-sidebar-right .editorial .h1,
.grid-sidebar-right .editorial .h2,
.grid-sidebar-right .editorial .h3,
.grid-sidebar-right .editorial .h4,
.grid-sidebar-right .editorial .h5,
.grid-sidebar-right .editorial .h6,
.grid-sidebar-right .editorial hr,
.grid-sidebar-right .editorial figure,
.grid-sidebar-right .editorial img,
.grid-sidebar-right .editorial table {
  margin-left: 0;
}

.alert {
  background: #F9F3F0;
  border-radius: 4px;
  margin-bottom: 1.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.alert p {
  margin: 0;
}

.alert:not([hidden]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.alert.removing {
  opacity: 0;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.alert .alert-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.alert a:not(.button) {
  margin-left: 0.25em;
}

@media (min-width: 40em) {
  .alert a:not(.button) {
    margin-left: 0.5em;
  }
}

.alert .button--close {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: none;
  outline: none;
  border: none;
  line-height: 1;
  margin-left: 0.5em;
  content: "x";
  font-size: 2em;
  position: relative;
  top: -3px;
  padding: 0 0.5em 3px 0.5em;
}

@media (min-width: 40em) {
  .alert .button--close {
    width: 1.215em;
    margin-left: 1.25em;
  }
}

.alert .button--close img {
  display: block;
  margin-left: auto;
}

.endorsement-wrapper {
  width: 100%;
  display: block;
  overflow: hidden;
}

.endorsement-wrapper .endorsement, .endorsement-wrapper .endorsement img {
  display: block;
  margin: 1rem auto 2rem;
}

.table-wrapper {
  overflow: auto;
}

table {
  font-size: 0.85em;
  width: 100%;
  max-width: 46rem;
  text-align: left;
  margin: auto;
  position: relative;
  border-collapse: collapse;
}

table.container {
  margin: 3em auto;
}

table.full-width {
  max-width: none;
}

table thead tr:first-of-type {
  background: #ffffff;
  border-top: 2px solid #fdd9b9;
  border-bottom: 2px solid #fdd9b9;
}

table thead + tbody tr:first-of-type {
  border: none;
}

table thead + tbody tr:nth-of-type(even) {
  background: #f5f2ef;
}

table thead + tbody tr:nth-of-type(odd) {
  background: none;
}

table tr:nth-of-type(odd) {
  background: #f5f2ef;
}

table th {
  padding: 1em 0.75rem;
  line-height: 1;
  background: transparent;
}

table td {
  padding: 0.85em 0.75rem;
  text-align: left;
}

table p {
  margin: 0;
}

.form {
  max-width: 46rem;
  margin: auto;
}

form {
  max-width: 46rem;
  margin: auto;
  -webkit-appearance: none;
}

form [hidden] {
  display: none;
}

form .button {
  font-size: 1em;
  background: none;
}

form legend {
  width: 100%;
  padding: 0;
}

form legend,
form label {
  font-size: 14px;
  display: block;
  margin-bottom: 0.125em;
}

form legend > span,
form legend > em,
form legend > a,
form legend > button,
form label > span,
form label > em,
form label > a,
form label > button {
  float: right;
}

form legend .inline,
form label .inline {
  float: none;
}

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='number'],
form input[type='search'],
form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='number'],
form input[type='search'],
form textarea,
form select {
  max-width: 100%;
  width: 100%;
  border: 2px solid #ddd;
  padding: 0.5em;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: soleil,sans-serif;
  margin-bottom: 0.125em;
  border-radius: 0;
}

form select {
  font-size: 16px;
}

form input[type='text']:focus,
form input[type='email']:focus,
form input[type='password']:focus,
form input[type='number']:focus,
form input[type='search']:focus,
form textarea:focus,
form select:focus {
  border-color: #acdbda;
  outline: none;
}

form input[type='checkbox'],
form input[type='radio'] {
  float: left;
  height: 1em;
  width: 1em;
  font-size: 16px;
}

form input[type='checkbox'] + label,
form input[type='radio'] + label {
  margin-left: 1.633em;
  line-height: 22px;
  font-size: 16px;
}

form input[disabled] {
  opacity: 0.5;
}

form .input {
  position: relative;
  margin-bottom: 1em;
}

form input.error,
form textarea.error,
form select.error {
  border-color: red;
  outline: none;
}

form .error-description {
  color: #ddd;
  font-style: italic;
  font-size: 14px;
}

fieldset {
  border: 0;
  padding: 0;
}

fieldset legend {
  display: block;
  margin-bottom: 0.25em;
}

.form-multi-column {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  grid-gap: 0.5em 1.5em;
}

.form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  margin: 0 auto;
  max-width: 54em;
}

.form--inline .input {
  margin-bottom: 0;
}

.form--inline .input:first-of-type {
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

.form--inline input[type='text'],
.form--inline input[type='search'],
.form--inline input[type='email'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #ddd;
  border-right: none;
  padding: 1rem 0.75em;
  line-height: 1em;
  margin-bottom: 0;
  margin-right: 0;
  height: 50px;
}

.form--inline input[type='submit'] {
  font-family: soleil,sans-serif;
  margin: 0;
  padding: 1rem;
  height: 50px;
  font-size: 1rem;
}

input::-webkit-input-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.836);
}

input:-ms-input-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.836);
}

input::-ms-input-placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.836);
}

input::placeholder {
  font-style: italic;
  color: rgba(0, 0, 0, 0.836);
}

::-webkit-input-placeholder {
  line-height: normal;
}

.grid-sidebar .form, .grid-sidebar form {
  margin-left: 0;
}

.form-card-wrapper {
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 50vh;
  place-items: auto center;
  -webkit-box-align: auto center;
      -ms-flex-align: auto center;
          align-items: auto center;
  -webkit-box-pack: auto center;
      -ms-flex-pack: auto center;
          justify-content: auto center;
}

.form-card-wrapper form {
  border: 2px solid #ddd;
  width: 100%;
  max-width: 30em;
  padding: 2em 2em 1em;
}

.button-top {
  display: inline-block;
  margin-top: 10px !important;
}

.button-left {
  display: inline-block;
  margin-left: 80px !important;
}

.carousel-image {
  position: absolute;
}

.carousel-button-right {
  position: relative;
  padding: 15px 40px;
  text-align: center;
}

.chamber-event-banner, .promo-description {
  margin-top: 0px !important;
}

.chamber-event-banner h2 {
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffb26e;
}

.events-container {
  margin-top: 80px;
}

.feat-event-img {
  margin-bottom: 5px;
  width: 284px;
}

.feat-event, .feat-mem {
  padding-bottom: 15px;
  letter-spacing: 2px;
  color: #8d8d8d;
}

.feat-event-date, .event-date {
  font-size: 0.7em;
  color: #8d8d8d;
}

.feat-event-title {
  margin-bottom: -15px;
}

.featured-member {
  max-width: 764px;
  width: 100%;
  height: 231px;
  background-color: #f5f2ef;
  margin-bottom: 50px;
}

.feat-mem-container {
  padding: 50px 70px 50px 70px;
}

.js-dot {
  background: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  border: none;
  border-radius: 50px;
  height: 15px;
  width: 15px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: 14px;
  background-color: #8d8d8d;
}

.dot-active button {
  background-color: #ffb26e;
}

#js-slider-dots {
  position: absolute;
  display: block;
  bottom: 0;
  left: 45%;
  background-color: #f5f2ef;
  height: 40px;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.no-img-placeholder {
  width: 427px;
  height: 224px;
  background-color: #f5f2ef;
}

.slider-wrapper {
  position: relative;
  overflow: hidden;
  padding-right: 0 !important;
}

.slides-container {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  scroll-behavior: smooth;
}

.slide {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  background-color: black;
}

.slide-arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 8rem;
  background-color: #f5f2ef;
  border: none;
  width: 3rem;
  font-size: 3rem;
  padding: 0;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  color: #ffb26e;
  font-size: 72px;
}

.slide-arrow:hover {
  opacity: 1;
}

#slide-arrow-prev {
  left: 0;
  padding-left: 0.65rem;
  padding-top: 17px;
  z-index: 2;
}

#slide-arrow-next {
  right: 0;
  padding-top: 17px;
  padding-left: 1rem;
  z-index: 2;
}

.slides-container .fluid-width-video-wrapper {
  position: static;
}

.slides-container iframe {
  position: static;
  border: none;
  height: 730px;
  width: 900px;
}

.feat-event-headline {
  padding-top: 30px;
}

.feat-event-headline h2 {
  border: none;
}

@media screen and (min-width: 899px) {
  .chamber-event-banner, .promo-img {
    padding-left: 0 !important;
    padding-right: 2%;
  }
  .chamber-event-banner .promo-content {
    margin: auto auto auto 0 !important;
  }
}

@media screen and (max-width: 900px) {
  .chamber-event-banner.promo .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .chamber-event-banner.promo-img {
    max-height: 70% !important;
  }
}

@media screen and (max-width: 1410px) {
  .featured-member {
    float: none !important;
  }
  .section-heading {
    float: none !important;
  }
}

.video-container {
  position: relative;
  /* padding-bottom: 75%; */
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media-block img {
  max-height: none;
}

.announcement-banner{
  background-color: #ACDBD9;
  padding: 20px 20px;
  text-align: center;
}

.announcement-banner div.announcement-container{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  justify-items: center;
  gap: 10px;
}

.announcement-banner img{
  margin: 0;
}

.announcement-banner div.announcement-container div p{
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: center;
}

@media(max-width:768px){
  .announcement-banner{
    background-color: #ACDBD9;
    padding: 10px 20px;
  }
  .announcement-banner div.announcement-container{
    gap: 15px;

  }
  .announcement-banner div.announcement-container div p{
    font-size: 12px;
    text-align: left;
  }
}


@media screen and (max-width: 900px) {
  .announcement-visible .search-icon {
    top: 90px;
  }
  .announcement-visible .nav-main-link{
    top: 82px;
  }
}