@charset "UTF-8";
/*
Breakpoints
*/
/*
Content Widths
*/
/*
Colors
*/
/*
Paths
*/
/* 
  Base styling
*/
body {
  line-height: 1.5;
}

a {
  transition: color 0.2s;
}

/*
	Font Families
*/
* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  padding: 0;
}

main {
  position: relative;
}

footer {
  position: relative;
  background-color: #fff;
  z-index: 9;
}

[data-ace-content-inner] {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  overflow: auto !important;
}

[data-ace-item-state=closed] > [data-ace-content] > [data-ace-content-inner] {
  display: none !important;
}

[data-ace-item-state=closing] > [data-ace-content] {
  overflow: hidden !important;
}

[data-ace-item-state=opening] > [data-ace-content] {
  overflow: hidden !important;
}

.paragraph-accordion {
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}
.paragraph-accordion__content-container {
  width: 100%;
  max-width: 50rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #fff;
}
.paragraph-accordion__headline {
  position: relative;
  padding-top: 70px;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #53565a;
}
.paragraph-accordion__headline::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 50px;
  background-color: #fcd450;
}
.paragraph-accordion__items {
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
}
.paragraph-accordion--has-background {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
.paragraph-accordion--has-background .paragraph-accordion__content-container {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 50rem) {
  .paragraph-accordion--has-background .paragraph-accordion__content-container {
    padding-right: 2.1875rem;
    padding-left: 2.1875rem;
  }
}
.paragraph-accordion--gray-lighter {
  background-color: #f0f0f0;
}
.paragraph-accordion--green-dark {
  background-color: #144d29;
}

.paragraph-accordion-item__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-top: 1.5625rem;
  padding-right: 1.25rem;
  padding-bottom: 1.5625rem;
  padding-left: 1.25rem;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.paragraph-accordion-item__title:hover .paragraph-accordion-item__title-text, .paragraph-accordion-item__title:focus .paragraph-accordion-item__title-text {
  color: #00843d;
}
.paragraph-accordion-item__title:hover .paragraph-accordion-item__title-icon::before, .paragraph-accordion-item__title:hover .paragraph-accordion-item__title-icon::after, .paragraph-accordion-item__title:focus .paragraph-accordion-item__title-icon::before, .paragraph-accordion-item__title:focus .paragraph-accordion-item__title-icon::after {
  background-color: #00843d;
}
.paragraph-accordion-item__title:focus {
  outline: 0;
}
.paragraph-accordion-item__title-text {
  flex: 1 1 auto;
  width: 100%;
  padding-right: 1.25rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: left;
  color: #53565a;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-accordion-item__title-icon {
  position: relative;
  display: block;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}
.paragraph-accordion-item__title-icon::before, .paragraph-accordion-item__title-icon::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #53565a;
  transition-property: background-color, opacity, visibility;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-accordion-item__title-icon::before {
  top: 8px;
  left: 0;
  width: 18px;
  height: 2px;
}
.paragraph-accordion-item__title-icon::after {
  top: 0;
  left: 8px;
  width: 2px;
  height: 18px;
}
.paragraph-accordion-item__content-wrapper {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #b7b8b9;
  transition-property: height;
  transition-duration: 0.35s;
  transition-timing-function: ease-out;
}
.paragraph-accordion-item__content-inner {
  padding-top: 0;
  padding-right: 2.5rem;
  padding-bottom: 1.5625rem;
  padding-left: 2.5rem;
}
.paragraph-accordion-item__content h2, .paragraph-accordion-item__content h3, .paragraph-accordion-item__content h4, .paragraph-accordion-item__content h5, .paragraph-accordion-item__content h6 {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #53565a;
}
.paragraph-accordion-item__content h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 37.5rem) {
  .paragraph-accordion-item__content h2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-accordion-item__content h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.paragraph-accordion-item__content h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}
@media (min-width: 37.5rem) {
  .paragraph-accordion-item__content h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-accordion-item__content h3 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
.paragraph-accordion-item__content h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-accordion-item__content h4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-accordion-item__content h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
.paragraph-accordion-item__content h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-accordion-item__content h5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-accordion-item__content h5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
.paragraph-accordion-item__content h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.paragraph-accordion-item__content h2 a, .paragraph-accordion-item__content h3 a, .paragraph-accordion-item__content h4 a, .paragraph-accordion-item__content h5 a, .paragraph-accordion-item__content h6 a {
  text-decoration: underline;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-accordion-item__content h2 a:hover, .paragraph-accordion-item__content h2 a:focus, .paragraph-accordion-item__content h3 a:hover, .paragraph-accordion-item__content h3 a:focus, .paragraph-accordion-item__content h4 a:hover, .paragraph-accordion-item__content h4 a:focus, .paragraph-accordion-item__content h5 a:hover, .paragraph-accordion-item__content h5 a:focus, .paragraph-accordion-item__content h6 a:hover, .paragraph-accordion-item__content h6 a:focus {
  color: #00843d;
}
.paragraph-accordion-item__content p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.paragraph-accordion-item__content .lead-in {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1.25rem;
  text-align: center;
  color: #53565a;
}
@media (min-width: 37.5rem) {
  .paragraph-accordion-item__content .lead-in {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-accordion-item__content .lead-in {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    font-size: 1.5rem;
  }
}
.paragraph-accordion-item__content ul, .paragraph-accordion-item__content ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.paragraph-accordion-item__content ul > li, .paragraph-accordion-item__content ol > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.paragraph-accordion-item__content a {
  display: inline;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fcd450;
  font-family: "Sabon LT W04 Bold";
  text-decoration: none;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-accordion-item__content a:hover, .paragraph-accordion-item__content a:focus {
  color: #00843d;
}
.paragraph-accordion-item__content .button {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
  background-color: #fff;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 37.5rem) {
  .paragraph-accordion-item__content .button {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-accordion-item__content .button {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.paragraph-accordion-item__content .button:hover, .paragraph-accordion-item__content .button:focus {
  border-color: #00843d;
  color: #fff;
  background-color: #00843d;
}
.paragraph-accordion-item__content hr {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #b7b8b9;
}
.paragraph-accordion-item__content em {
  font-family: "Sabon LT W04 Italic";
}
.paragraph-accordion-item__content em strong {
  font-family: "Sabon LT W04 Roman";
}
.paragraph-accordion-item__content strong {
  font-family: "Sabon LT W04 Bold";
}
.paragraph-accordion-item__content strong em {
  font-family: "Sabon LT W04 Roman";
}
.paragraph-accordion-item__content > *:first-child {
  margin-top: 0;
}
.paragraph-accordion-item__content > *:last-child {
  margin-bottom: 0;
}
.paragraph-accordion-item__cta {
  margin-top: 30px;
}
.paragraph-accordion-item__cta a {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
}
.paragraph-accordion-item__cta a:hover .svg-arrow-right, .paragraph-accordion-item__cta a:focus .svg-arrow-right {
  border-color: #00843d;
}
.paragraph-accordion-item__cta a span {
  white-space: nowrap;
}
.paragraph-accordion-item__cta a .svg-arrow-right {
  width: calc(1.125rem + 0.1875rem);
  height: calc(1.125rem + 0.1875rem);
  margin-left: 0.625rem;
  padding: 0.1875rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 50%;
  vertical-align: text-bottom;
  transition-property: border-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
.paragraph-accordion-item__cta a .svg-arrow-right-stroke {
  stroke: #00843d;
}
.paragraph-accordion-item[data-ace-item-state=opening] .paragraph-accordion-item__title-text, .paragraph-accordion-item[data-ace-item-state=opened] .paragraph-accordion-item__title-text {
  color: #00843d;
}
.paragraph-accordion-item[data-ace-item-state=opening] .paragraph-accordion-item__title-icon::before, .paragraph-accordion-item[data-ace-item-state=opening] .paragraph-accordion-item__title-icon::after, .paragraph-accordion-item[data-ace-item-state=opened] .paragraph-accordion-item__title-icon::before, .paragraph-accordion-item[data-ace-item-state=opened] .paragraph-accordion-item__title-icon::after {
  background-color: #00843d;
}
.paragraph-accordion-item[data-ace-item-state=opening] .paragraph-accordion-item__title-icon::after, .paragraph-accordion-item[data-ace-item-state=opened] .paragraph-accordion-item__title-icon::after {
  opacity: 0;
  visibility: hidden;
}
.paragraph-accordion-item[data-ace-item-state=opening] .paragraph-accordion-item__content-wrapper, .paragraph-accordion-item[data-ace-item-state=opened] .paragraph-accordion-item__content-wrapper, .paragraph-accordion-item[data-ace-item-state=closing] .paragraph-accordion-item__content-wrapper {
  border-bottom-color: #00843d;
}

#block-sitewidealert {
  display: none;
  background-color: #fcd450;
  z-index: 10;
}
#block-sitewidealert.show {
  display: block;
}
#block-sitewidealert .alert-close-wrapper {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: right;
}
#block-sitewidealert .alert-close {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 12px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 0;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #303030;
  background-color: transparent;
  background-image: url(/themes/custom/delval/assets/icon-x-gray-darker.svg);
  background-size: 10px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
#block-sitewidealert .alert-close:hover, #block-sitewidealert .alert-close:focus {
  outline: 0;
  background-color: #fff;
}
#block-sitewidealert .body {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
#block-sitewidealert .body h2, #block-sitewidealert .body h3, #block-sitewidealert .body h4, #block-sitewidealert .body h5, #block-sitewidealert .body h6 {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #303030;
}
#block-sitewidealert .body h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 37.5rem) {
  #block-sitewidealert .body h2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
@media (min-width: 56.25rem) {
  #block-sitewidealert .body h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
#block-sitewidealert .body h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}
@media (min-width: 37.5rem) {
  #block-sitewidealert .body h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 56.25rem) {
  #block-sitewidealert .body h3 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
#block-sitewidealert .body h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  #block-sitewidealert .body h4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  #block-sitewidealert .body h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
#block-sitewidealert .body h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  #block-sitewidealert .body h5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  #block-sitewidealert .body h5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
#block-sitewidealert .body h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
#block-sitewidealert .body h2 a, #block-sitewidealert .body h3 a, #block-sitewidealert .body h4 a, #block-sitewidealert .body h5 a, #block-sitewidealert .body h6 a {
  text-decoration: underline;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
#block-sitewidealert .body h2 a:hover, #block-sitewidealert .body h2 a:focus, #block-sitewidealert .body h3 a:hover, #block-sitewidealert .body h3 a:focus, #block-sitewidealert .body h4 a:hover, #block-sitewidealert .body h4 a:focus, #block-sitewidealert .body h5 a:hover, #block-sitewidealert .body h5 a:focus, #block-sitewidealert .body h6 a:hover, #block-sitewidealert .body h6 a:focus {
  color: #00843d;
}
#block-sitewidealert .body p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
#block-sitewidealert .body .lead-in {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1.25rem;
  text-align: center;
  color: #303030;
}
@media (min-width: 37.5rem) {
  #block-sitewidealert .body .lead-in {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  #block-sitewidealert .body .lead-in {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    font-size: 1.5rem;
  }
}
#block-sitewidealert .body ul, #block-sitewidealert .body ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
#block-sitewidealert .body ul > li, #block-sitewidealert .body ol > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
#block-sitewidealert .body a {
  display: inline;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #303030;
  font-family: "Sabon LT W04 Bold";
  text-decoration: none;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
#block-sitewidealert .body a:hover, #block-sitewidealert .body a:focus {
  color: #00843d;
}
#block-sitewidealert .body .button {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #303030;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #303030;
  background-color: #fcd450;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 37.5rem) {
  #block-sitewidealert .body .button {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  #block-sitewidealert .body .button {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
#block-sitewidealert .body .button:hover, #block-sitewidealert .body .button:focus {
  border-color: #303030;
  color: #fcd450;
  background-color: #303030;
}
#block-sitewidealert .body hr {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #53565a;
}
#block-sitewidealert .body em {
  font-family: "Sabon LT W04 Italic";
}
#block-sitewidealert .body em strong {
  font-family: "Sabon LT W04 Roman";
}
#block-sitewidealert .body strong {
  font-family: "Sabon LT W04 Bold";
}
#block-sitewidealert .body strong em {
  font-family: "Sabon LT W04 Roman";
}
#block-sitewidealert .body > *:first-child {
  margin-top: 0;
}
#block-sitewidealert .body > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 37.5rem) {
  #block-sitewidealert .body {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 56.25rem) {
  #block-sitewidealert .body {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
#block-sitewidealert .body h4 {
  line-height: 1.2;
}

.paragraph-at-a-glance {
  padding-bottom: 5rem;
  background-color: #144d29;
}
.paragraph-at-a-glance__boundary {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
.paragraph-at-a-glance__heading {
  position: relative;
  padding-top: 70px;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.paragraph-at-a-glance__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 50px;
  background-color: #fcd450;
}
.paragraph-at-a-glance__full-width-text {
  width: 100%;
  max-width: 62.5rem;
  margin: auto;
  padding-top: 2.5rem;
}
.paragraph-at-a-glance__full-width-text h2, .paragraph-at-a-glance__full-width-text h3, .paragraph-at-a-glance__full-width-text h4, .paragraph-at-a-glance__full-width-text h5, .paragraph-at-a-glance__full-width-text h6 {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #fff;
}
.paragraph-at-a-glance__full-width-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 37.5rem) {
  .paragraph-at-a-glance__full-width-text h2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-at-a-glance__full-width-text h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.paragraph-at-a-glance__full-width-text h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}
@media (min-width: 37.5rem) {
  .paragraph-at-a-glance__full-width-text h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-at-a-glance__full-width-text h3 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
.paragraph-at-a-glance__full-width-text h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-at-a-glance__full-width-text h4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-at-a-glance__full-width-text h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
.paragraph-at-a-glance__full-width-text h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-at-a-glance__full-width-text h5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-at-a-glance__full-width-text h5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
.paragraph-at-a-glance__full-width-text h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.paragraph-at-a-glance__full-width-text h2 a, .paragraph-at-a-glance__full-width-text h3 a, .paragraph-at-a-glance__full-width-text h4 a, .paragraph-at-a-glance__full-width-text h5 a, .paragraph-at-a-glance__full-width-text h6 a {
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-at-a-glance__full-width-text h2 a:hover, .paragraph-at-a-glance__full-width-text h2 a:focus, .paragraph-at-a-glance__full-width-text h3 a:hover, .paragraph-at-a-glance__full-width-text h3 a:focus, .paragraph-at-a-glance__full-width-text h4 a:hover, .paragraph-at-a-glance__full-width-text h4 a:focus, .paragraph-at-a-glance__full-width-text h5 a:hover, .paragraph-at-a-glance__full-width-text h5 a:focus, .paragraph-at-a-glance__full-width-text h6 a:hover, .paragraph-at-a-glance__full-width-text h6 a:focus {
  color: #fcd450;
}
.paragraph-at-a-glance__full-width-text p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #fff;
}
.paragraph-at-a-glance__full-width-text .lead-in {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
}
@media (min-width: 37.5rem) {
  .paragraph-at-a-glance__full-width-text .lead-in {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-at-a-glance__full-width-text .lead-in {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    font-size: 1.5rem;
  }
}
.paragraph-at-a-glance__full-width-text ul, .paragraph-at-a-glance__full-width-text ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.paragraph-at-a-glance__full-width-text ul > li, .paragraph-at-a-glance__full-width-text ol > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #fff;
}
.paragraph-at-a-glance__full-width-text a {
  display: inline;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fcd450;
  font-family: "Sabon LT W04 Bold";
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-at-a-glance__full-width-text a:hover, .paragraph-at-a-glance__full-width-text a:focus {
  color: #fcd450;
}
.paragraph-at-a-glance__full-width-text .button {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #144d29;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 37.5rem) {
  .paragraph-at-a-glance__full-width-text .button {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-at-a-glance__full-width-text .button {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.paragraph-at-a-glance__full-width-text .button:hover, .paragraph-at-a-glance__full-width-text .button:focus {
  border-color: #fff;
  color: #144d29;
  background-color: #fff;
}
.paragraph-at-a-glance__full-width-text hr {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #b7b8b9;
}
.paragraph-at-a-glance__full-width-text em {
  font-family: "Sabon LT W04 Italic";
}
.paragraph-at-a-glance__full-width-text em strong {
  font-family: "Sabon LT W04 Roman";
}
.paragraph-at-a-glance__full-width-text strong {
  font-family: "Sabon LT W04 Bold";
}
.paragraph-at-a-glance__full-width-text strong em {
  font-family: "Sabon LT W04 Roman";
}
.paragraph-at-a-glance__full-width-text > *:first-child {
  margin-top: 0;
}
.paragraph-at-a-glance__full-width-text > *:last-child {
  margin-bottom: 0;
}
.paragraph-at-a-glance__columns {
  padding-top: 3.75rem;
}
@media (min-width: 37.5rem) {
  .paragraph-at-a-glance__columns {
    display: flex;
  }
}
.paragraph-at-a-glance__left-column {
  width: 100%;
  padding-bottom: 1.5625rem;
}
.paragraph-at-a-glance__left-column h2, .paragraph-at-a-glance__left-column h3, .paragraph-at-a-glance__left-column h4, .paragraph-at-a-glance__left-column h5, .paragraph-at-a-glance__left-column h6 {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #fff;
}
.paragraph-at-a-glance__left-column h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 37.5rem) {
  .paragraph-at-a-glance__left-column h2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-at-a-glance__left-column h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.paragraph-at-a-glance__left-column h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}
@media (min-width: 37.5rem) {
  .paragraph-at-a-glance__left-column h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-at-a-glance__left-column h3 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
.paragraph-at-a-glance__left-column h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-at-a-glance__left-column h4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-at-a-glance__left-column h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
.paragraph-at-a-glance__left-column h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-at-a-glance__left-column h5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-at-a-glance__left-column h5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
.paragraph-at-a-glance__left-column h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.paragraph-at-a-glance__left-column h2 a, .paragraph-at-a-glance__left-column h3 a, .paragraph-at-a-glance__left-column h4 a, .paragraph-at-a-glance__left-column h5 a, .paragraph-at-a-glance__left-column h6 a {
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-at-a-glance__left-column h2 a:hover, .paragraph-at-a-glance__left-column h2 a:focus, .paragraph-at-a-glance__left-column h3 a:hover, .paragraph-at-a-glance__left-column h3 a:focus, .paragraph-at-a-glance__left-column h4 a:hover, .paragraph-at-a-glance__left-column h4 a:focus, .paragraph-at-a-glance__left-column h5 a:hover, .paragraph-at-a-glance__left-column h5 a:focus, .paragraph-at-a-glance__left-column h6 a:hover, .paragraph-at-a-glance__left-column h6 a:focus {
  color: #fcd450;
}
.paragraph-at-a-glance__left-column p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #fff;
}
.paragraph-at-a-glance__left-column .lead-in {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
}
@media (min-width: 37.5rem) {
  .paragraph-at-a-glance__left-column .lead-in {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-at-a-glance__left-column .lead-in {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    font-size: 1.5rem;
  }
}
.paragraph-at-a-glance__left-column ul, .paragraph-at-a-glance__left-column ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.paragraph-at-a-glance__left-column ul > li, .paragraph-at-a-glance__left-column ol > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #fff;
}
.paragraph-at-a-glance__left-column a {
  display: inline;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fcd450;
  font-family: "Sabon LT W04 Bold";
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-at-a-glance__left-column a:hover, .paragraph-at-a-glance__left-column a:focus {
  color: #fcd450;
}
.paragraph-at-a-glance__left-column .button {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #144d29;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 37.5rem) {
  .paragraph-at-a-glance__left-column .button {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-at-a-glance__left-column .button {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.paragraph-at-a-glance__left-column .button:hover, .paragraph-at-a-glance__left-column .button:focus {
  border-color: #fff;
  color: #144d29;
  background-color: #fff;
}
.paragraph-at-a-glance__left-column hr {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #b7b8b9;
}
.paragraph-at-a-glance__left-column em {
  font-family: "Sabon LT W04 Italic";
}
.paragraph-at-a-glance__left-column em strong {
  font-family: "Sabon LT W04 Roman";
}
.paragraph-at-a-glance__left-column strong {
  font-family: "Sabon LT W04 Bold";
}
.paragraph-at-a-glance__left-column strong em {
  font-family: "Sabon LT W04 Roman";
}
.paragraph-at-a-glance__left-column > *:first-child {
  margin-top: 0;
}
.paragraph-at-a-glance__left-column > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 37.5rem) {
  .paragraph-at-a-glance__left-column {
    width: 60%;
    flex: 0 0 auto;
    padding-right: 3.125rem;
    padding-bottom: 0;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-at-a-glance__left-column {
    width: 70%;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-at-a-glance__left-column > ul,
  .paragraph-at-a-glance__left-column > ol {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
}
.paragraph-at-a-glance__right-column {
  width: 100%;
  padding-top: 1.5625rem;
  border-top-color: #00843d;
  border-top-style: solid;
  border-top-width: 1px;
}
.paragraph-at-a-glance__right-column h2, .paragraph-at-a-glance__right-column h3, .paragraph-at-a-glance__right-column h4, .paragraph-at-a-glance__right-column h5, .paragraph-at-a-glance__right-column h6 {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #fff;
}
.paragraph-at-a-glance__right-column h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 37.5rem) {
  .paragraph-at-a-glance__right-column h2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-at-a-glance__right-column h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.paragraph-at-a-glance__right-column h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}
@media (min-width: 37.5rem) {
  .paragraph-at-a-glance__right-column h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-at-a-glance__right-column h3 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
.paragraph-at-a-glance__right-column h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-at-a-glance__right-column h4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-at-a-glance__right-column h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
.paragraph-at-a-glance__right-column h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-at-a-glance__right-column h5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-at-a-glance__right-column h5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
.paragraph-at-a-glance__right-column h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.paragraph-at-a-glance__right-column h2 a, .paragraph-at-a-glance__right-column h3 a, .paragraph-at-a-glance__right-column h4 a, .paragraph-at-a-glance__right-column h5 a, .paragraph-at-a-glance__right-column h6 a {
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-at-a-glance__right-column h2 a:hover, .paragraph-at-a-glance__right-column h2 a:focus, .paragraph-at-a-glance__right-column h3 a:hover, .paragraph-at-a-glance__right-column h3 a:focus, .paragraph-at-a-glance__right-column h4 a:hover, .paragraph-at-a-glance__right-column h4 a:focus, .paragraph-at-a-glance__right-column h5 a:hover, .paragraph-at-a-glance__right-column h5 a:focus, .paragraph-at-a-glance__right-column h6 a:hover, .paragraph-at-a-glance__right-column h6 a:focus {
  color: #fcd450;
}
.paragraph-at-a-glance__right-column p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #fff;
}
.paragraph-at-a-glance__right-column .lead-in {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
}
@media (min-width: 37.5rem) {
  .paragraph-at-a-glance__right-column .lead-in {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-at-a-glance__right-column .lead-in {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    font-size: 1.5rem;
  }
}
.paragraph-at-a-glance__right-column ul, .paragraph-at-a-glance__right-column ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.paragraph-at-a-glance__right-column ul > li, .paragraph-at-a-glance__right-column ol > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #fff;
}
.paragraph-at-a-glance__right-column a {
  display: inline;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fcd450;
  font-family: "Sabon LT W04 Bold";
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-at-a-glance__right-column a:hover, .paragraph-at-a-glance__right-column a:focus {
  color: #fcd450;
}
.paragraph-at-a-glance__right-column .button {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #144d29;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 37.5rem) {
  .paragraph-at-a-glance__right-column .button {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-at-a-glance__right-column .button {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.paragraph-at-a-glance__right-column .button:hover, .paragraph-at-a-glance__right-column .button:focus {
  border-color: #fff;
  color: #144d29;
  background-color: #fff;
}
.paragraph-at-a-glance__right-column hr {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #b7b8b9;
}
.paragraph-at-a-glance__right-column em {
  font-family: "Sabon LT W04 Italic";
}
.paragraph-at-a-glance__right-column em strong {
  font-family: "Sabon LT W04 Roman";
}
.paragraph-at-a-glance__right-column strong {
  font-family: "Sabon LT W04 Bold";
}
.paragraph-at-a-glance__right-column strong em {
  font-family: "Sabon LT W04 Roman";
}
.paragraph-at-a-glance__right-column > *:first-child {
  margin-top: 0;
}
.paragraph-at-a-glance__right-column > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 37.5rem) {
  .paragraph-at-a-glance__right-column {
    flex: 0 0 auto;
    width: 40%;
    padding-top: 0;
    padding-left: 3.125rem;
    border-top-width: 0;
    border-left-color: #00843d;
    border-left-style: solid;
    border-left-width: 1px;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-at-a-glance__right-column {
    width: 30%;
  }
}
.paragraph-at-a-glance__cta {
  margin-top: 3.75rem;
  text-align: center;
}
.paragraph-at-a-glance__cta a {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #144d29;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  margin: 0.25rem;
}
@media (min-width: 37.5rem) {
  .paragraph-at-a-glance__cta a {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-at-a-glance__cta a {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.paragraph-at-a-glance__cta a:hover, .paragraph-at-a-glance__cta a:focus {
  border-color: #fff;
  color: #144d29;
  background-color: #fff;
}
@media (min-width: 37.5rem) {
  .paragraph-at-a-glance__cta a {
    margin: 0.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-at-a-glance__cta a {
    margin: 0.5rem;
  }
}

.azdirectory {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.azdirectory-tabs {
  display: flex;
}

.azdirectory-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.3%;
  border-right: 1px solid #303030;
  text-align: center;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  color: #303030;
  text-transform: uppercase;
  padding: 5px;
  cursor: pointer;
}
@media (min-width: 56.25rem) {
  .azdirectory-tab {
    display: inline-block;
    padding: 15px;
  }
}
.azdirectory-tab:last-child {
  border-right: 0;
}
.azdirectory-tab:hover {
  color: #00843d;
}
.azdirectory-tab.active {
  background-color: #00843d;
  color: #fff;
}

.azdirectory-alphabet {
  overflow: auto;
  display: flex;
  box-shadow: 0 25px 30px 0 rgba(0, 0, 0, 0.1);
  padding-top: 5px;
  margin-bottom: 10px;
  justify-content: space-between;
}
@media (min-width: 37.5rem) {
  .azdirectory-alphabet {
    padding-top: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 56.25rem) {
  .azdirectory-alphabet {
    margin-bottom: 55px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.azdirectory-alphabet a, .azdirectory-alphabet span {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.5rem;
  line-height: 50px;
  color: #b7b8b9;
  text-decoration: none;
}
.azdirectory-alphabet span {
  position: relative;
  min-width: 32px;
  text-align: center;
  z-index: 3;
}
.azdirectory-alphabet a {
  color: #303030;
  padding: 6px 10px;
}
.azdirectory-alphabet a:hover, .azdirectory-alphabet a:focus {
  color: #00843d;
  border-bottom: 5px solid #00843d;
}
.azdirectory-alphabet a.active {
  color: #00843d;
  border-bottom: 5px solid #00843d;
}

.externallink-azdirectory a, .page-azdirectory a {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.25rem;
  line-height: 30px;
  color: #303030;
  text-decoration: none;
}
.externallink-azdirectory a:hover, .externallink-azdirectory a:focus, .page-azdirectory a:hover, .page-azdirectory a:focus {
  color: #00843d;
  text-decoration: underline;
}

.azdirectory-content {
  display: none;
}
.azdirectory-content.active {
  display: block;
}

.azdirectory-container [class^=js-view-dom-id-] {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 56.25rem) {
  .azdirectory-container [class^=js-view-dom-id-] {
    flex-direction: row;
    margin-left: -10px;
    width: calc(100% + 20px);
  }
}
.azdirectory-container .views-col {
  box-sizing: border-box;
  margin-bottom: 35px;
}
@media (min-width: 56.25rem) {
  .azdirectory-container .views-col {
    width: 25%;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 55px;
  }
}
.azdirectory-container .views-col h3 {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.875rem;
  line-height: 40px;
  text-transform: uppercase;
  color: #00843d;
  margin: 0 0 15px;
}
.azdirectory-container .views-col .views-row {
  position: relative;
}
.azdirectory-container .views-col .views-row a {
  display: inline-block;
  padding: 8px 0;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.125rem;
  line-height: 25px;
  color: #53565a;
  text-decoration: none;
  margin-bottom: 5px;
}
.azdirectory-container .views-col .views-row a::before, .azdirectory-container .views-col .views-row a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 2px;
}
.azdirectory-container .views-col .views-row a::before {
  width: 100%;
  background-color: #f0f0f0;
}
.azdirectory-container .views-col .views-row a::after {
  width: 0;
  background-color: #fcd450;
  transition-property: width;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
.azdirectory-container .views-col .views-row a:hover::after, .azdirectory-container .views-col .views-row a:focus::after {
  width: 100%;
}
.azdirectory-container .views-col .field_faculty_title {
  display: none;
}

.paragraph-basic-text {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}
.paragraph-basic-text__content {
  width: 100%;
  max-width: 50rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
.paragraph-basic-text__content h2, .paragraph-basic-text__content h3, .paragraph-basic-text__content h4, .paragraph-basic-text__content h5, .paragraph-basic-text__content h6 {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #53565a;
}
.paragraph-basic-text__content h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 37.5rem) {
  .paragraph-basic-text__content h2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-basic-text__content h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.paragraph-basic-text__content h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}
@media (min-width: 37.5rem) {
  .paragraph-basic-text__content h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-basic-text__content h3 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
.paragraph-basic-text__content h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-basic-text__content h4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-basic-text__content h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
.paragraph-basic-text__content h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-basic-text__content h5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-basic-text__content h5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
.paragraph-basic-text__content h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.paragraph-basic-text__content h2 a, .paragraph-basic-text__content h3 a, .paragraph-basic-text__content h4 a, .paragraph-basic-text__content h5 a, .paragraph-basic-text__content h6 a {
  text-decoration: underline;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-basic-text__content h2 a:hover, .paragraph-basic-text__content h2 a:focus, .paragraph-basic-text__content h3 a:hover, .paragraph-basic-text__content h3 a:focus, .paragraph-basic-text__content h4 a:hover, .paragraph-basic-text__content h4 a:focus, .paragraph-basic-text__content h5 a:hover, .paragraph-basic-text__content h5 a:focus, .paragraph-basic-text__content h6 a:hover, .paragraph-basic-text__content h6 a:focus {
  color: #00843d;
}
.paragraph-basic-text__content p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.paragraph-basic-text__content .lead-in {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1.25rem;
  text-align: center;
  color: #53565a;
}
@media (min-width: 37.5rem) {
  .paragraph-basic-text__content .lead-in {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-basic-text__content .lead-in {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    font-size: 1.5rem;
  }
}
.paragraph-basic-text__content ul, .paragraph-basic-text__content ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.paragraph-basic-text__content ul > li, .paragraph-basic-text__content ol > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.paragraph-basic-text__content a {
  display: inline;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fcd450;
  font-family: "Sabon LT W04 Bold";
  text-decoration: none;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-basic-text__content a:hover, .paragraph-basic-text__content a:focus {
  color: #00843d;
}
.paragraph-basic-text__content .button {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
  background-color: #fff;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 37.5rem) {
  .paragraph-basic-text__content .button {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-basic-text__content .button {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.paragraph-basic-text__content .button:hover, .paragraph-basic-text__content .button:focus {
  border-color: #00843d;
  color: #fff;
  background-color: #00843d;
}
.paragraph-basic-text__content hr {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #b7b8b9;
}
.paragraph-basic-text__content em {
  font-family: "Sabon LT W04 Italic";
}
.paragraph-basic-text__content em strong {
  font-family: "Sabon LT W04 Roman";
}
.paragraph-basic-text__content strong {
  font-family: "Sabon LT W04 Bold";
}
.paragraph-basic-text__content strong em {
  font-family: "Sabon LT W04 Roman";
}
.paragraph-basic-text__content > *:first-child {
  margin-top: 0;
}
.paragraph-basic-text__content > *:last-child {
  margin-bottom: 0;
}
.paragraph-basic-text table {
  margin: auto;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.paragraph-basic-text thead {
  white-space: nowrap;
}

.paragraph-basic-text-2-column__grid {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1.5rem;
  grid-column-gap: 1.5rem;
  position: relative;
  padding: 1.5625rem 0;
}
@media (min-width: 50rem) {
  .paragraph-basic-text-2-column__grid {
    padding: 2.8125rem 0;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.block-siteheader {
  position: relative;
}
.block-siteheader__spacer {
  display: block;
  padding: 0;
  margin: 0;
}
.block-siteheader__container {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
}
.block-siteheader .menu-secondary-menu,
.block-siteheader .menu-information-for,
.block-siteheader .menu-utility-menu,
.block-siteheader .menu-main {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-siteheader--show .block-siteheader__container {
  opacity: 1;
  visibility: visible;
}
.block-siteheader--push-content .block-siteheader__spacer {
  display: block;
  padding: 0;
  margin: 0;
}
.block-siteheader--cover-content .block-siteheader__spacer {
  display: none;
}
.block-siteheader--scrolled-to-top.block-siteheader--push-content .block-siteheader__spacer {
  display: none;
}
.block-siteheader--scrolled-to-top.block-siteheader--push-content .block-siteheader__container {
  position: relative;
}
.block-siteheader--scrolled-to-top.block-siteheader--cover-content .block-siteheader__container {
  position: absolute;
}
@media not all and (min-width: 56.25rem) {
  .block-siteheader__mobile-bar {
    background-color: #fff;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.12);
  }
  .block-siteheader__mobile-bar-boundary {
    width: 100%;
    max-width: 75rem;
    margin: auto;
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    justify-content: space-between;
  }
  .block-siteheader__mobile-bar-logo-container {
    position: relative;
    flex: 0 0 auto;
    width: 200px;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
    transition-property: width;
    transition-duration: 0.25s;
    transition-timing-function: linear;
  }
  .block-siteheader__mobile-bar-logo-transparent, .block-siteheader__mobile-bar-logo-color {
    display: block;
  }
  .block-siteheader__mobile-bar-logo-transparent {
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
  .block-siteheader__mobile-bar-logo-color {
    opacity: 1;
    visibility: visible;
  }
  .block-siteheader__mobile-bar-button-container {
    display: flex;
    align-items: center;
  }
  .block-siteheader__mobile-bar-search {
    width: 40px;
    height: 40px;
    padding: 10px;
    margin-right: 10px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
  }
  .block-siteheader__mobile-bar-search .svg-search {
    width: 100%;
    height: 100%;
  }
  .block-siteheader__mobile-bar-search .svg-search-fill {
    fill: #53565a;
    transition-property: fill;
    transition-duration: 0.25s;
    transition-timing-function: linear;
  }
  .block-siteheader__mobile-bar-search .svg-x {
    display: none;
    width: 20px;
    height: 20px;
  }
  .block-siteheader__mobile-bar-search:hover .svg-search-fill, .block-siteheader__mobile-bar-search:focus .svg-search-fill {
    fill: #00843d;
  }
  .block-siteheader__mobile-bar-search.active {
    border-radius: 50%;
    background-color: #fff;
  }
  .block-siteheader__mobile-bar-search.active .svg-search {
    display: none;
  }
  .block-siteheader__mobile-bar-search.active .svg-x {
    display: block;
  }
  .block-siteheader__mobile-bar-menu {
    width: 40px;
    height: 40px;
    padding: 10px;
    border: 0;
    background-color: transparent;
    cursor: pointer;
  }
  .block-siteheader__mobile-bar-menu .svg-menu {
    display: block;
    width: 100%;
    height: 100%;
  }
  .block-siteheader__mobile-bar-menu .svg-menu .svg-menu-fill {
    fill: #53565a;
    transition-property: fill;
    transition-duration: 0.25s;
    transition-timing-function: linear;
  }
  .block-siteheader__mobile-bar-menu .svg-x {
    display: none;
    width: 100%;
    height: 100%;
  }
  .block-siteheader__mobile-bar-menu .svg-x .svg-x-fill {
    fill: #00843d;
    transition-property: fill;
    transition-duration: 0.25s;
    transition-timing-function: linear;
  }
  .block-siteheader__desktop-bar {
    height: 0;
    overflow-y: auto;
    background-color: #fff;
    transition-property: height;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
  }
  .block-siteheader__desktop-boundary {
    display: flex;
    flex-wrap: wrap;
  }
  .block-siteheader__top {
    flex: 0 0 auto;
    width: 100%;
    order: 2;
  }
  .block-siteheader__top-right {
    display: flex;
    flex-direction: column;
  }
  .block-siteheader__information-for-container {
    flex: 0 0 auto;
    width: 100%;
    order: 2;
  }
  .block-siteheader__information-for-menu-wrapper {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition-property: height, visibility;
    transition-duration: 0.25s;
    transition-timing-function: linear;
  }
  .block-siteheader .menu-utility-menu {
    flex: 0 0 auto;
    width: 100%;
    order: 1;
  }
  .block-siteheader__bottom {
    flex: 0 0 auto;
    width: 100%;
    order: 1;
  }
  .block-siteheader__logo-link {
    display: none;
  }
  .block-siteheader .menu-main {
    position: relative;
    padding-bottom: 0.625rem;
  }
  .block-siteheader .menu-main::after {
    content: "";
    position: absolute;
    left: 0.625rem;
    bottom: 0;
    display: block;
    width: calc(100% - 2 * 0.625rem);
    height: 2px;
    background-color: #b7b8b9;
  }
  .block-siteheader .menu-main > li > a,
  .block-siteheader .menu-main > li > div.link-wrapper > a {
    display: block;
    width: 100%;
    padding: 0.625rem;
    font-family: "Trade Gothic LT W01 Bd Cn No-2";
    font-size: 1.375rem;
    text-decoration: none;
    color: #53565a;
    box-sizing: border-box;
  }
  .block-siteheader .menu-main > li > div.link-wrapper {
    display: flex;
  }
  .block-siteheader .menu-main > li > div.link-wrapper > a {
    flex: 0 0 auto;
    width: calc(100% - 50px);
  }
  .block-siteheader .menu-main > li > div.link-wrapper > .submenu-toggle {
    position: relative;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .block-siteheader .menu-main > li > div.link-wrapper > .submenu-toggle .svg-chevron {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .block-siteheader .menu-main > li > div.link-wrapper > .submenu-toggle .svg-chevron-stroke {
    stroke: #53565a;
  }
  .block-siteheader .menu-main > li.has-sub-nav.active > div.link-wrapper > a {
    color: #00843d;
  }
  .block-siteheader .menu-main > li.has-sub-nav.active > div.link-wrapper .svg-chevron {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  .block-siteheader .menu-main > li.has-sub-nav.active > div.link-wrapper .svg-chevron-stroke {
    stroke: #53565a;
  }
  .block-siteheader .menu-main > li > div.sub-nav-wrapper {
    height: 0;
    overflow: hidden;
    transition-property: height;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
  }
  .block-siteheader .menu-main > li > div.sub-nav-wrapper > ul {
    margin: 0;
    padding: 0;
    padding-bottom: 0.9375rem;
    list-style: none;
  }
  .block-siteheader .menu-main > li > div.sub-nav-wrapper > ul > li > a {
    position: relative;
    display: block;
    width: calc(100% - 0.625rem);
    margin-left: 0.625rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-family: "Trade Gothic LT W01 Bd Cn No-2";
    font-size: 1.125rem;
    text-decoration: none;
    color: #53565a;
    box-sizing: border-box;
  }
  .block-siteheader .menu-main > li > div.sub-nav-wrapper > ul > li:not(:last-child) > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #fcd450;
  }
  .block-siteheader .menu-secondary-menu {
    padding-top: 0.625rem;
  }
  .block-siteheader .menu-secondary-menu > li > a,
  .block-siteheader .menu-utility-menu > li > a {
    display: block;
    width: 100%;
    padding: 0.625rem;
    font-family: "Trade Gothic LT W01 Bd Cn No-2";
    font-size: 1.25rem;
    text-decoration: none;
    color: #53565a;
    box-sizing: border-box;
  }
  .block-siteheader__information-for-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0.625rem;
    border: 0;
    outline: 0;
    font-family: "Trade Gothic LT W01 Bd Cn No-2";
    font-size: 1.25rem;
    text-decoration: none;
    color: #53565a;
    background-color: #f0f0f0;
    box-sizing: border-box;
    cursor: pointer;
  }
  .block-siteheader__information-for-toggle .svg-chevron .svg-chevron-stroke {
    stroke: #53565a;
  }
  .block-siteheader .menu-information-for {
    background-color: #f0f0f0;
  }
  .block-siteheader .menu-information-for > li > a {
    position: relative;
    display: block;
    width: calc(100% - 1.875rem);
    margin-left: 1.875rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    font-family: "Trade Gothic LT W01 Bd Cn No-2";
    font-size: 1.125rem;
    text-decoration: none;
    color: #53565a;
    box-sizing: border-box;
  }
  .block-siteheader .menu-information-for > li:not(:last-child) > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #fcd450;
  }
  .block-siteheader__search {
    display: none;
  }
  .block-siteheader .image-hero-links {
    display: flex;
  }
  .block-siteheader .image-hero-links__link {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .block-siteheader--ready .block-siteheader__mobile-bar-logo-transparent, .block-siteheader--ready .block-siteheader__mobile-bar-logo-color {
    transition-property: opacity, visibility;
    transition-duration: 0.25s;
    transition-timing-function: linear;
  }
  .block-siteheader--scrolled-to-top.block-siteheader--cover-content .block-siteheader__mobile-bar {
    background-color: transparent;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  .block-siteheader--scrolled-to-top.block-siteheader--cover-content .block-siteheader__mobile-bar-logo-transparent {
    opacity: 1;
    visibility: visible;
  }
  .block-siteheader--scrolled-to-top.block-siteheader--cover-content .block-siteheader__mobile-bar-logo-color {
    opacity: 0;
    visibility: hidden;
  }
  .block-siteheader--scrolled-to-top.block-siteheader--cover-content .block-siteheader__mobile-bar-search .svg-search .svg-search-fill {
    fill: #fff;
  }
  .block-siteheader--scrolled-to-top.block-siteheader--cover-content .block-siteheader__mobile-bar-menu .svg-menu .svg-menu-fill {
    fill: #fff;
  }
  .block-siteheader--mobile-menu-open .block-siteheader__mobile-bar-menu {
    border-radius: 50%;
    background-color: #fff;
  }
  .block-siteheader--mobile-menu-open .block-siteheader__mobile-bar-menu .svg-menu {
    display: none;
  }
  .block-siteheader--mobile-menu-open .block-siteheader__mobile-bar-menu .svg-x {
    display: block;
  }
  .block-siteheader--information-for-open .block-siteheader__information-for-toggle {
    color: #00843d;
  }
  .block-siteheader--information-for-open .block-siteheader__information-for-toggle .svg-chevron {
    transform: rotate(-180deg);
  }
  .block-siteheader--information-for-open .block-siteheader__information-for-toggle .svg-chevron-stroke {
    stroke: #00843d;
  }
}
@media (min-width: 56.25rem) {
  .block-siteheader__mobile-bar {
    display: none;
  }
  .block-siteheader__desktop-bar {
    display: block;
    height: auto;
    overflow: visible;
    background-color: #fff;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.12);
  }
  .block-siteheader__top {
    transition-property: height;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
  }
  .block-siteheader__top-inner-wrapper {
    width: 100%;
    max-width: 75rem;
    margin: auto;
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }
  .block-siteheader__top-left {
    flex: 0 0 auto;
    width: 60%;
  }
  .block-siteheader .menu-utility-menu > li > a {
    margin-right: 1.25rem;
  }
  .block-siteheader .menu-secondary-menu {
    display: flex;
    margin: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style: none;
  }
  .block-siteheader .menu-secondary-menu > li {
    position: relative;
  }
  .block-siteheader .menu-secondary-menu > li > a {
    position: relative;
    display: inline-block;
    font-family: "Trade Gothic LT W01 Bd Cn No-2";
    font-size: 0.9375rem;
    text-decoration: none;
    color: #53565a;
    margin-right: 1.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition: none;
  }
  .block-siteheader .menu-secondary-menu > li > a::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #00843d;
    transition-property: height;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
  }
  .block-siteheader .menu-secondary-menu > li > a:hover::before, .block-siteheader .menu-secondary-menu > li > a:focus::before {
    height: 6px;
  }
  .block-siteheader__top-right {
    display: flex;
    flex: 0 0 auto;
    width: 40%;
    justify-content: flex-end;
  }
  .block-siteheader__information-for-container {
    position: relative;
    margin-right: 1.125rem;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d8d8d8;
  }
  .block-siteheader__information-for-toggle {
    font-family: "Trade Gothic LT W01 Bd Cn No-2";
    font-size: 0.9375rem;
    text-decoration: none;
    color: #53565a;
    display: flex;
    align-items: center;
    padding-top: 0.6875rem;
    padding-right: 1.125rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.125rem;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    transition: none;
  }
  .block-siteheader__information-for-toggle span {
    margin-right: 0.3125rem;
  }
  .block-siteheader__information-for-toggle .svg-chevron {
    width: 12px;
    height: 8px;
    transition: none;
  }
  .block-siteheader__information-for-toggle .svg-chevron-stroke {
    stroke: #53565a;
    transition: none;
  }
  .block-siteheader__information-for-menu-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 215px;
    height: 0;
    opacity: 1;
    visibility: hidden;
    overflow: hidden;
    background-color: #fff;
    transition: height 0.25s ease-out, opacity 0.25s linear, visibility 0.25s linear;
    z-index: 1;
  }
  .block-siteheader .menu-information-for {
    margin: 0;
    padding-top: 0.3125rem;
    padding-right: 1.25rem;
    padding-bottom: 0.3125rem;
    padding-left: 1.25rem;
    list-style: none;
  }
  .block-siteheader .menu-information-for > li > a {
    position: relative;
    display: inline-block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-family: "Trade Gothic LT W01 Bd Cn No-2";
    font-size: 1.125rem;
    text-decoration: none;
    color: #53565a;
  }
  .block-siteheader .menu-information-for > li > a:hover, .block-siteheader .menu-information-for > li > a:focus {
    color: #00843d;
  }
  .block-siteheader .menu-information-for > li:not(:last-child) > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #fcd450;
  }
  .block-siteheader .menu-utility-menu {
    display: flex;
    margin: 0;
    padding: 0;
    padding-top: 0.5rem;
    padding-right: 0;
    padding-bottom: 0.5rem;
    padding-left: 0;
    list-style: none;
  }
  .block-siteheader .menu-utility-menu > li > a {
    font-family: "Trade Gothic LT W01 Bd Cn No-2";
    font-size: 0.9375rem;
    text-decoration: none;
    color: #53565a;
    transition: none;
  }
  .block-siteheader__bottom {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d8d8d8;
    transition-property: border-top-color;
    transition-duration: 0.25s;
    transition-timing-function: linear;
  }
  .block-siteheader__bottom-inner-wrapper {
    width: 100%;
    max-width: 75rem;
    margin: auto;
    box-sizing: border-box;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .block-siteheader__bottom-left {
    display: block;
    position: relative;
    flex: 0 0 auto;
    width: 300px;
    margin-top: 0.375rem;
    margin-bottom: 0.875rem;
    transition-property: width;
    transition-duration: 0.25s;
    transition-timing-function: linear;
  }
  .block-siteheader__logo-link {
    display: block;
  }
  .block-siteheader__logo-transparent, .block-siteheader__logo-color {
    display: block;
  }
  .block-siteheader__logo-transparent {
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
  .block-siteheader__logo-color {
    opacity: 1;
    visibility: visible;
  }
  .block-siteheader__bottom-right {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    width: auto;
  }
  .block-siteheader .image-hero-links {
    display: none;
  }
  .block-siteheader .menu-main {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .block-siteheader .menu-main > li {
    position: relative;
    padding-top: 0.625rem;
    padding-right: 0.625rem;
    padding-bottom: 0.625rem;
    padding-left: 0.625rem;
    transition: none;
  }
  .block-siteheader .menu-main > li > a,
  .block-siteheader .menu-main > li > .link-wrapper > a {
    display: block;
    font-family: "Trade Gothic LT W01 Bd Cn No-2";
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1;
    color: #53565a;
    transition: none;
  }
  .block-siteheader .menu-main > li > .link-wrapper {
    display: flex;
    align-items: center;
  }
  .block-siteheader .menu-main > li > .link-wrapper > a {
    flex: 1;
  }
  .block-siteheader .menu-main > li > .link-wrapper > .submenu-toggle {
    position: relative;
    flex: 0 0 auto;
    width: 50px;
    height: 50px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .block-siteheader .menu-main > li > .link-wrapper > .submenu-toggle .svg-chevron {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .block-siteheader .menu-main > li > .link-wrapper > .submenu-toggle .svg-chevron-stroke {
    stroke: #53565a;
  }
  .block-siteheader .menu-main > li > .sub-nav-wrapper > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 17.5rem;
    margin: 0;
    padding: 0;
    padding-top: 0.3125rem;
    padding-right: 0.875rem;
    padding-bottom: 0.3125rem;
    padding-left: 0.875rem;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.12);
    transition: none;
  }
  .block-siteheader .menu-main > li > .sub-nav-wrapper > ul > li > a {
    position: relative;
    display: inline-block;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-family: "Trade Gothic LT W01 Bd Cn No-2";
    font-size: 1.125rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #53565a;
  }
  .block-siteheader .menu-main > li > .sub-nav-wrapper > ul > li > a:hover, .block-siteheader .menu-main > li > .sub-nav-wrapper > ul > li > a:focus {
    color: #00843d;
  }
  .block-siteheader .menu-main > li > .sub-nav-wrapper > ul > li:not(:last-child) > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #fcd450;
  }
  .block-siteheader .menu-main > li.has-sub-nav.active {
    background-color: #fff;
  }
  .block-siteheader .menu-main > li.has-sub-nav.active > a,
  .block-siteheader .menu-main > li.has-sub-nav.active > .link-wrapper > a {
    color: #00843d;
  }
  .block-siteheader .menu-main > li.has-sub-nav.active > .link-wrapper > .submenu-toggle .svg-chevron {
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  .block-siteheader .menu-main > li.has-sub-nav.active > .sub-nav-wrapper > ul {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .block-siteheader .menu-main > li:last-child > .sub-nav-wrapper > ul {
    left: auto;
    right: 0;
  }
  .block-siteheader__search {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.625rem;
    padding: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
  }
  .block-siteheader__search .svg-search {
    width: 100%;
    height: 100%;
  }
  .block-siteheader__search .svg-search-fill {
    fill: #53565a;
    transition-property: fill;
    transition-duration: 0.25s;
    transition-timing-function: linear;
  }
  .block-siteheader__search:hover .svg-search-fill, .block-siteheader__search:focus .svg-search-fill, .block-siteheader__search.active .svg-search-fill {
    fill: #00843d;
  }
  .block-siteheader--ready .block-siteheader__desktop-bar {
    transition-property: background-color;
    transition-duration: 0.25s;
    transition-timing-function: linear;
  }
  .block-siteheader--ready .block-siteheader__logo-transparent, .block-siteheader--ready .block-siteheader__logo-color {
    transition-property: opacity, visibility;
    transition-duration: 0.25s;
    transition-timing-function: linear;
  }
  .block-siteheader--ready .block-siteheader__information-for-toggle {
    transition-property: color, background-color;
    transition-duration: 0.25s;
    transition-timing-function: linear;
  }
  .block-siteheader--ready .block-siteheader__information-for-toggle .svg-chevron {
    transition-property: transform;
    transition-duration: 0.25s;
    transition-timing-function: linear;
  }
  .block-siteheader--ready .block-siteheader__information-for-toggle .svg-chevron-stroke {
    transition-property: stroke;
    transition-duration: 0.25s;
    transition-timing-function: linear;
  }
  .block-siteheader--ready .menu-secondary-menu > li > a {
    transition-property: color;
    transition-duration: 0.25s;
    transition-timing-function: linear;
  }
  .block-siteheader--ready .menu-utility-menu > li > a {
    transition-property: color;
    transition-duration: 0.25s;
    transition-timing-function: linear;
  }
  .block-siteheader--ready .menu-main > li {
    transition-property: background-color;
    transition-duration: 0.25s;
    transition-timing-function: linear;
  }
  .block-siteheader--ready .menu-main > li > a,
  .block-siteheader--ready .menu-main > li > .link-wrapper > a {
    transition-property: color;
    transition-duration: 0.25s;
    transition-timing-function: linear;
  }
  .block-siteheader--ready .menu-main > li > .sub-nav-wrapper > ul {
    display: block;
    transition-property: opacity, visibility;
    transition-duration: 0.25s;
    transition-timing-function: linear;
  }
  .block-siteheader--scrolled-to-top.block-siteheader--cover-content .block-siteheader__desktop-bar {
    background-color: transparent;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
  .block-siteheader--scrolled-to-top.block-siteheader--cover-content .block-siteheader__information-for-toggle {
    color: #fff;
  }
  .block-siteheader--scrolled-to-top.block-siteheader--cover-content .block-siteheader__information-for-toggle .svg-chevron-stroke {
    stroke: #fff;
  }
  .block-siteheader--scrolled-to-top.block-siteheader--cover-content .block-siteheader__logo-transparent {
    opacity: 1;
    visibility: visible;
  }
  .block-siteheader--scrolled-to-top.block-siteheader--cover-content .block-siteheader__logo-color {
    opacity: 0;
    visibility: hidden;
  }
  .block-siteheader--scrolled-to-top.block-siteheader--cover-content .block-siteheader__search .svg-search .svg-search-fill {
    fill: #fff;
  }
  .block-siteheader--scrolled-to-top.block-siteheader--cover-content .menu-secondary-menu > li > a,
  .block-siteheader--scrolled-to-top.block-siteheader--cover-content .menu-utility-menu > li > a,
  .block-siteheader--scrolled-to-top.block-siteheader--cover-content .menu-main > li > a,
  .block-siteheader--scrolled-to-top.block-siteheader--cover-content .menu-main > li > .link-wrapper > a {
    color: #fff;
  }
  .block-siteheader--scrolled-to-top.block-siteheader--cover-content .menu-main > li > .link-wrapper > .submenu-toggle .svg-chevron-stroke {
    stroke: #fff;
  }
  .block-siteheader--scrolled-to-top.block-siteheader--cover-content .menu-main > li.has-sub-nav.active > .link-wrapper > .submenu-toggle .svg-chevron-stroke {
    stroke: #53565a;
  }
  .block-siteheader--scroll-direction-down:not(.block-siteheader--scrolled-to-top) .block-siteheader__bottom {
    border-top-color: transparent;
  }
  .block-siteheader--scroll-direction-down:not(.block-siteheader--scrolled-to-top) .block-siteheader__bottom-left {
    width: 300px;
  }
  .block-siteheader--scroll-direction-down:not(.block-siteheader--scrolled-to-top) .block-siteheader__information-for-menu-wrapper {
    opacity: 0;
    visibility: hidden;
  }
  .block-siteheader--information-for-open .block-siteheader__information-for-toggle.block-siteheader__information-for-toggle {
    color: #00843d;
    background-color: #fff;
  }
  .block-siteheader--information-for-open .block-siteheader__information-for-toggle.block-siteheader__information-for-toggle .svg-chevron {
    transform: rotate(-180deg);
  }
  .block-siteheader--information-for-open .block-siteheader__information-for-toggle.block-siteheader__information-for-toggle .svg-chevron-stroke {
    stroke: #00843d;
  }
}
@media (min-width: 75rem) {
  .block-siteheader__bottom-left {
    width: 385px;
    margin-top: 0.375rem;
    margin-bottom: 0.875rem;
  }
  .block-siteheader .menu-main > li {
    padding-top: 0.875rem;
    padding-right: 0.875rem;
    padding-bottom: 0.875rem;
    padding-left: 0.875rem;
  }
  .block-siteheader .menu-main > li > a,
  .block-siteheader .menu-main > li > .link-wrapper > a {
    font-size: 1.25rem;
  }
}

.paragraph-blog-list {
  background-color: #f0f0f0;
}
.paragraph-blog-list.paragraph--type--blog-primary-featured-post, .paragraph-blog-list.paragraph--type--blog-secondary-featured-post {
  background-color: #fff;
}
.paragraph-blog-list .form-item-field-blogpost-post-date-value-min,
.paragraph-blog-list .form-item-field-blogpost-post-date-value-max,
.paragraph-blog-list fieldset[data-drupal-selector=edit-field-blogpost-post-date-value-wrapper] {
  display: none;
}
.paragraph-blog-list .field_bloglist_heading {
  font-size: 1.0625rem;
  line-height: 1.53;
  letter-spacing: 0.8px;
  text-align: center;
  color: #53565a;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  text-transform: uppercase;
  margin-top: 0.9375rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 50rem) {
  .paragraph-blog-list .field_bloglist_heading {
    margin-bottom: 2.875rem;
  }
}
.paragraph-blog-list__boundary {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.paragraph-blog-list__heading {
  position: relative;
  padding-top: 70px;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  font-family: "Sabon LT W04 Roman", sans-serif;
}
.paragraph-blog-list__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 50px;
  background-color: #fcd450;
}
.paragraph-blog-list form {
  box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 2.1875rem 1.5625rem;
  margin-bottom: 50px;
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1rem;
  grid-column-gap: 1rem;
}
@media (min-width: 50rem) {
  .paragraph-blog-list form {
    -ms-grid-columns: 3fr 3fr 2fr;
    grid-template-columns: 3fr 3fr 2fr;
    align-items: center;
  }
}
.paragraph-blog-list form label {
  display: none;
}
.paragraph-blog-list form select {
  display: block;
  font-size: 1.25rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  padding: 1.375rem 1.5625rem;
  color: #53565a;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url(../../assets/dropdown.svg);
  background-position: right 2px;
  background-size: contain;
  background-repeat: no-repeat;
  transition-property: border-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-blog-list form select:hover {
  border: 1px solid #00843d;
  background-image: url(../../assets/dropdown-green.svg);
}
@media (min-width: 28.125rem) {
  .paragraph-blog-list form select {
    background-position: right -4px;
  }
}
@media (min-width: 50rem) {
  .paragraph-blog-list form select {
    background-position: 2px 2px;
  }
}
.paragraph-blog-list form .form-submit {
  display: inline-block;
  padding: 1.25rem;
  background-color: #fff;
  font-size: 1.375rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  line-height: 1.27;
  color: #00843d;
  border: 1px solid #00843d;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
.paragraph-blog-list form .form-submit:hover {
  color: #fff;
  background-color: #00843d;
}
.paragraph-blog-list header, .paragraph-blog-list p {
  display: inline-block;
  font-size: 1.25rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #53565a;
  line-height: 30px;
  margin-bottom: 25px;
  margin-top: 0;
}
.paragraph-blog-list .views-infinite-scroll-content-wrapper {
  box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 1.25rem 1.5625rem 2.5rem;
}
@media (min-width: 50rem) {
  .paragraph-blog-list .views-infinite-scroll-content-wrapper {
    padding-bottom: 3.125rem;
  }
}
.paragraph-blog-list .views-infinite-scroll-content-wrapper article {
  padding: 0.625rem 0;
}
.paragraph-blog-list .views-infinite-scroll-content-wrapper article .text-hero__breadcrumbs, .paragraph-blog-list .views-infinite-scroll-content-wrapper article .local-tasks {
  display: none;
}
.paragraph-blog-list .views-infinite-scroll-content-wrapper .text-hero {
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 0;
  margin: 0;
  text-align: left;
}
.paragraph-blog-list .views-infinite-scroll-content-wrapper .text-hero__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.75;
  color: #53565a;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
}
.paragraph-blog-list .views-infinite-scroll-content-wrapper .text-hero__color-bar {
  display: none;
}
.paragraph-blog-list .views-infinite-scroll-content-wrapper .node-blog-post {
  position: relative;
}
.paragraph-blog-list .views-infinite-scroll-content-wrapper .node-blog-post::after {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  position: absolute;
  bottom: 5px;
  right: 0;
  background-image: url(../../assets/arrow-yellow-bottom-right.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.paragraph-blog-list .views-infinite-scroll-content-wrapper .node-blog-post__info span, .paragraph-blog-list .views-infinite-scroll-content-wrapper .node-blog-post__info div {
  display: inline-block;
  margin-left: 2px;
  font-family: "Sabon LT W04 Italic";
  font-size: 0.9375rem;
  line-height: 1.73;
  color: #303030;
}
.paragraph-blog-list .views-infinite-scroll-content-wrapper .node-blog-post__block {
  position: relative;
  cursor: pointer;
  width: 100%;
  display: block;
  text-decoration: none;
}
.paragraph-blog-list .views-infinite-scroll-content-wrapper .node-blog-post__block::before, .paragraph-blog-list .views-infinite-scroll-content-wrapper .node-blog-post__block::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
}
.paragraph-blog-list .views-infinite-scroll-content-wrapper .node-blog-post__block::before {
  width: 100%;
  background-color: #f0f0f0;
}
.paragraph-blog-list .views-infinite-scroll-content-wrapper .node-blog-post__block::after {
  width: 0;
  background-color: #fcd450;
  transition-property: width;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
.paragraph-blog-list .views-infinite-scroll-content-wrapper .node-blog-post__block:hover::after, .paragraph-blog-list .views-infinite-scroll-content-wrapper .node-blog-post__block:focus::after {
  width: 100%;
}
.paragraph-blog-list .js-pager__items {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 35px 35px 0 rgba(0, 0, 0, 0.12);
  padding-bottom: 40px;
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
.paragraph-blog-list .js-pager__items .pager__item {
  margin: 0 5px;
}
.paragraph-blog-list .js-pager__items .button {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #00843d;
  color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.375rem;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
  min-height: 70px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 0;
  transition: background-color 0.3s ease;
  text-decoration: none;
  min-width: 225px;
}
.paragraph-blog-list .js-pager__items .button:hover, .paragraph-blog-list .js-pager__items .button:focus {
  background-color: #144d29;
  border: 1px solid #144d29;
  color: #fff;
}
@media (min-width: 56.25rem) {
  .paragraph-blog-list .js-pager__items .button {
    min-width: 385px;
  }
}
.paragraph-blog-list .blog-list__item {
  display: flex;
  margin: 10px;
  padding: 20px;
  background-color: #fff;
  text-decoration: none;
  border-color: #fcd450;
}
@media (max-width: 68.75rem) {
  .paragraph-blog-list .blog-list__item {
    flex-direction: column;
  }
  .paragraph-blog-list .blog-list__item .paragraph-text-image__left {
    width: 100%;
  }
  .paragraph-blog-list .blog-list__item .paragraph-text-image__left img {
    margin-left: auto;
  }
}
.paragraph-blog-list .blog-list__item .topics {
  margin-top: 10px;
}
.paragraph-blog-list .blog-list__item .topics a {
  font-size: 1.25rem;
  font-weight: bold;
  color: #303030;
  text-decoration: underline;
  -webkit-text-decoration-color: #fcd450;
          text-decoration-color: #fcd450;
  text-decoration-thickness: 2px;
}
.paragraph-blog-list--has-headline .paragraph-blog-list__boundary {
  padding-top: 0;
}

.node-blog-post {
  /* Imported images from legacy posts */
}
.node-blog-post__wrap {
  padding: 1.875rem 0;
}
.node-blog-post__header {
  width: 100%;
  max-width: 50rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
  font-family: "Sabon LT W04 Italic";
  font-size: 1.125rem;
  line-height: 2.125rem;
  color: #303030;
  text-align: center;
}
.node-blog-post__body {
  padding-bottom: 3.125rem;
}
.node-blog-post__body .paragraph-basic-text,
.node-blog-post__body .paragraph-image-with-caption {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.node-blog-post .intext-img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}
.node-blog-post .intext-img img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.node-blog-post .intext-img span {
  margin-top: 0.3125rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #303030;
  display: block;
}

.breadcrumbs__list {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}
.breadcrumbs__item:first-child .breadcrumbs__text {
  display: none;
}
.breadcrumbs__item:not(:first-child)::before {
  content: "/"/"";
  display: inline-block;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 0.875rem;
  font-weight: 500;
  color: #53565a;
}
.breadcrumbs__item:first-child .breadcrumbs__text {
  color: #303030;
}
.breadcrumbs__link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.breadcrumbs__link:hover .breadcrumbs__text, .breadcrumbs__link:focus .breadcrumbs__text {
  color: #303030;
  text-decoration: underline;
  -webkit-text-decoration-color: #303030;
          text-decoration-color: #303030;
}
.breadcrumbs__link:hover .svg-home-fill, .breadcrumbs__link:focus .svg-home-fill {
  fill: #303030;
}
.breadcrumbs__text {
  display: inline-block;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 0.875rem;
  font-weight: 500;
  color: #53565a;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  white-space: nowrap;
  transition-property: color, -webkit-text-decoration-color;
  transition-property: color, text-decoration-color;
  transition-property: color, text-decoration-color, -webkit-text-decoration-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.breadcrumbs .svg-home {
  width: 16px;
  height: 14px;
}
.breadcrumbs .svg-home-fill {
  fill: #53565a;
  transition-property: fill;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}

.carousel {
  position: relative;
  width: 100%;
  max-width: 62.5rem;
  margin: auto;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  overflow: hidden;
  outline: none;
}
.carousel .field_carousel_items {
  width: 100%;
}
.carousel .field_carouselitem_image img {
  display: block;
  width: 100%;
}
.carousel .field_carouselitem_caption {
  width: 77%;
  display: block;
  margin-left: auto;
  padding: 10px 20px 10px 20px;
  border-left: 1px solid #fcd450;
  font-family: "Sabon LT W04 Roman";
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  line-height: 1.63;
  color: #303030;
}
@media (min-width: 37.5rem) {
  .carousel .field_carouselitem_caption {
    font-size: 1rem;
    width: 88%;
    padding: 10px 30px 10px 40px;
  }
}
.carousel .flickity-button {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #00843d;
  border-radius: 50%;
  margin-top: -88px;
  border: 0;
  background-image: url(/themes/custom/delval/assets/arrow.svg);
  background-position: 12px 14px;
  background-repeat: no-repeat;
  z-index: 2;
  cursor: pointer;
}
@media (min-width: 37.5rem) {
  .carousel .flickity-button {
    margin-top: -60px;
  }
}
.carousel .flickity-button:hover, .carousel .flickity-button:focus {
  background-color: #144d29;
}
.carousel .flickity-button.previous {
  left: 5px;
}
@media (min-width: 37.5rem) {
  .carousel .flickity-button.previous {
    left: 17px;
  }
}
.carousel .flickity-button.next {
  right: 5px;
  transform: rotate(-180deg);
}
@media (min-width: 37.5rem) {
  .carousel .flickity-button.next {
    right: 17px;
  }
}
.carousel .flickity-button .flickity-button-icon {
  display: none;
}
.carousel .carousel-status {
  position: absolute;
  bottom: 65px;
  left: 26px;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.5rem;
  color: #303030;
  letter-spacing: 0;
  line-height: 26px;
  margin: 0;
}
@media (min-width: 37.5rem) {
  .carousel .carousel-status {
    bottom: 30px;
    left: 30px;
  }
}

.flickity-viewport {
  transition: height 0.2s;
}

.carouselitem-caption {
  min-height: 70px;
}

.paragraph-contact {
  padding-bottom: 2.8125rem;
  background-color: #f5f6f6;
}
.paragraph-contact__boundary {
  width: 100%;
  max-width: 62.5rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
.paragraph-contact__heading {
  position: relative;
  padding-top: 70px;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  color: #53565a;
}
.paragraph-contact__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 50px;
  background-color: #fcd450;
}
.paragraph-contact__columns-container {
  padding-top: 2.8125rem;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__columns-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: 3.125rem;
  }
}
.paragraph-contact__column-1 {
  margin-bottom: 0.625rem;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__column-1 {
    flex: 0 0 auto;
    width: 46%;
    margin-bottom: 0;
    padding-right: 0.875rem;
  }
}
.paragraph-contact__name-title {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #303030;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__name-title {
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-contact__name-title {
    font-size: 1.375rem;
  }
}
.paragraph-contact__name {
  font-family: "Sabon LT W04 Roman";
}
.paragraph-contact__title {
  font-family: "Sabon LT W04 Italic";
}
.paragraph-contact__info h2, .paragraph-contact__info h3, .paragraph-contact__info h4, .paragraph-contact__info h5, .paragraph-contact__info h6 {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #53565a;
}
.paragraph-contact__info h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__info h2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-contact__info h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.paragraph-contact__info h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__info h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-contact__info h3 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
.paragraph-contact__info h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__info h4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-contact__info h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
.paragraph-contact__info h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__info h5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-contact__info h5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
.paragraph-contact__info h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.paragraph-contact__info h2 a, .paragraph-contact__info h3 a, .paragraph-contact__info h4 a, .paragraph-contact__info h5 a, .paragraph-contact__info h6 a {
  text-decoration: underline;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-contact__info h2 a:hover, .paragraph-contact__info h2 a:focus, .paragraph-contact__info h3 a:hover, .paragraph-contact__info h3 a:focus, .paragraph-contact__info h4 a:hover, .paragraph-contact__info h4 a:focus, .paragraph-contact__info h5 a:hover, .paragraph-contact__info h5 a:focus, .paragraph-contact__info h6 a:hover, .paragraph-contact__info h6 a:focus {
  color: #00843d;
}
.paragraph-contact__info p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.paragraph-contact__info .lead-in {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1.25rem;
  text-align: center;
  color: #53565a;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__info .lead-in {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-contact__info .lead-in {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    font-size: 1.5rem;
  }
}
.paragraph-contact__info ul, .paragraph-contact__info ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.paragraph-contact__info ul > li, .paragraph-contact__info ol > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.paragraph-contact__info a {
  display: inline;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fcd450;
  font-family: "Sabon LT W04 Bold";
  text-decoration: none;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-contact__info a:hover, .paragraph-contact__info a:focus {
  color: #00843d;
}
.paragraph-contact__info .button {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
  background-color: #fff;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__info .button {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-contact__info .button {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.paragraph-contact__info .button:hover, .paragraph-contact__info .button:focus {
  border-color: #00843d;
  color: #fff;
  background-color: #00843d;
}
.paragraph-contact__info hr {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #b7b8b9;
}
.paragraph-contact__info em {
  font-family: "Sabon LT W04 Italic";
}
.paragraph-contact__info em strong {
  font-family: "Sabon LT W04 Roman";
}
.paragraph-contact__info strong {
  font-family: "Sabon LT W04 Bold";
}
.paragraph-contact__info strong em {
  font-family: "Sabon LT W04 Roman";
}
.paragraph-contact__info > *:first-child {
  margin-top: 0;
}
.paragraph-contact__info > *:last-child {
  margin-bottom: 0;
}
.paragraph-contact__info p {
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__info p {
    font-size: 1.125rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-contact__info p {
    font-size: 1.25rem;
  }
}
@media (min-width: 37.5rem) {
  .paragraph-contact__column-2 {
    flex: 0 0 auto;
    width: 28%;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #00843d;
  }
}
.paragraph-contact__email-heading {
  display: none;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__email-heading {
    display: block;
    margin-bottom: 1rem;
    font-family: "Trade Gothic LT W01 Bd Cn No-2";
    color: #303030;
    font-size: 1.125rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-contact__email-heading {
    font-size: 1.25rem;
  }
}
.paragraph-contact__email {
  display: none;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__email {
    display: block;
    position: relative;
    display: inline-block;
    padding-bottom: 0.3125rem;
    font-family: "Sabon LT W04 Roman";
    font-size: 1.125rem;
    text-decoration: none;
    word-break: break-all;
    color: #303030;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-contact__email {
    font-size: 1.25rem;
  }
}
.paragraph-contact__email::before, .paragraph-contact__email::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
}
.paragraph-contact__email::before {
  width: 100%;
  background-color: #f0f0f0;
}
.paragraph-contact__email::after {
  width: 0;
  background-color: #fcd450;
  transition-property: width;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
.paragraph-contact__email:hover::after, .paragraph-contact__email:focus::after {
  width: 100%;
}
.paragraph-contact__email-button {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
  background-color: transparent;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  width: 100%;
  max-width: none;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  font-size: 1.375rem;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__email-button {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-contact__email-button {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.paragraph-contact__email-button:hover, .paragraph-contact__email-button:focus {
  border-color: #00843d;
  color: #fff;
  background-color: #00843d;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__email-button {
    display: none;
  }
}
@media (min-width: 37.5rem) {
  .paragraph-contact__column-3 {
    flex: 0 0 auto;
    width: 26%;
    padding-left: 0.875rem;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #00843d;
  }
}
.paragraph-contact__phone-heading {
  display: none;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__phone-heading {
    display: block;
    margin-bottom: 1rem;
    font-family: "Trade Gothic LT W01 Bd Cn No-2";
    font-size: 1.125rem;
    color: #303030;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-contact__phone-heading {
    font-size: 1.25rem;
  }
}
.paragraph-contact__phone {
  display: none;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__phone {
    display: block;
    position: relative;
    display: inline-block;
    padding-bottom: 0.3125rem;
    font-family: "Sabon LT W04 Roman";
    font-size: 1.125rem;
    text-decoration: none;
    word-break: break-all;
    color: #303030;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-contact__phone {
    font-size: 1.25rem;
  }
}
.paragraph-contact__phone::before, .paragraph-contact__phone::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
}
.paragraph-contact__phone::before {
  width: 100%;
  background-color: #f0f0f0;
}
.paragraph-contact__phone::after {
  width: 0;
  background-color: #fcd450;
  transition-property: width;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
.paragraph-contact__phone:hover::after, .paragraph-contact__phone:focus::after {
  width: 100%;
}
.paragraph-contact__phone-button {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
  background-color: transparent;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  width: 100%;
  max-width: none;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  font-size: 1.375rem;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__phone-button {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-contact__phone-button {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.paragraph-contact__phone-button:hover, .paragraph-contact__phone-button:focus {
  border-color: #00843d;
  color: #fff;
  background-color: #00843d;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__phone-button {
    display: none;
  }
}
@media (min-width: 37.5rem) {
  .paragraph-contact__phone-button {
    display: none;
  }
}
.paragraph-contact__extra-text {
  margin-top: 0.625rem;
}
.paragraph-contact__extra-text h2, .paragraph-contact__extra-text h3, .paragraph-contact__extra-text h4, .paragraph-contact__extra-text h5, .paragraph-contact__extra-text h6 {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #53565a;
}
.paragraph-contact__extra-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__extra-text h2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-contact__extra-text h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.paragraph-contact__extra-text h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__extra-text h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-contact__extra-text h3 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
.paragraph-contact__extra-text h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__extra-text h4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-contact__extra-text h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
.paragraph-contact__extra-text h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__extra-text h5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-contact__extra-text h5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
.paragraph-contact__extra-text h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.paragraph-contact__extra-text h2 a, .paragraph-contact__extra-text h3 a, .paragraph-contact__extra-text h4 a, .paragraph-contact__extra-text h5 a, .paragraph-contact__extra-text h6 a {
  text-decoration: underline;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-contact__extra-text h2 a:hover, .paragraph-contact__extra-text h2 a:focus, .paragraph-contact__extra-text h3 a:hover, .paragraph-contact__extra-text h3 a:focus, .paragraph-contact__extra-text h4 a:hover, .paragraph-contact__extra-text h4 a:focus, .paragraph-contact__extra-text h5 a:hover, .paragraph-contact__extra-text h5 a:focus, .paragraph-contact__extra-text h6 a:hover, .paragraph-contact__extra-text h6 a:focus {
  color: #00843d;
}
.paragraph-contact__extra-text p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.paragraph-contact__extra-text .lead-in {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1.25rem;
  text-align: center;
  color: #53565a;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__extra-text .lead-in {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-contact__extra-text .lead-in {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    font-size: 1.5rem;
  }
}
.paragraph-contact__extra-text ul, .paragraph-contact__extra-text ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.paragraph-contact__extra-text ul > li, .paragraph-contact__extra-text ol > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.paragraph-contact__extra-text a {
  display: inline;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fcd450;
  font-family: "Sabon LT W04 Bold";
  text-decoration: none;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-contact__extra-text a:hover, .paragraph-contact__extra-text a:focus {
  color: #00843d;
}
.paragraph-contact__extra-text .button {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
  background-color: #fff;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__extra-text .button {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-contact__extra-text .button {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.paragraph-contact__extra-text .button:hover, .paragraph-contact__extra-text .button:focus {
  border-color: #00843d;
  color: #fff;
  background-color: #00843d;
}
.paragraph-contact__extra-text hr {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #b7b8b9;
}
.paragraph-contact__extra-text em {
  font-family: "Sabon LT W04 Italic";
}
.paragraph-contact__extra-text em strong {
  font-family: "Sabon LT W04 Roman";
}
.paragraph-contact__extra-text strong {
  font-family: "Sabon LT W04 Bold";
}
.paragraph-contact__extra-text strong em {
  font-family: "Sabon LT W04 Roman";
}
.paragraph-contact__extra-text > *:first-child {
  margin-top: 0;
}
.paragraph-contact__extra-text > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__extra-text {
    margin-top: 2.1875rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-contact__extra-text {
    margin-top: 2.5rem;
  }
}
.paragraph-contact__extra-text p {
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-contact__extra-text p {
    font-size: 1.125rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-contact__extra-text p {
    font-size: 1.25rem;
  }
}
.paragraph-contact--has-heading .paragraph-contact__columns-container {
  padding-top: 0.9375rem;
}
@media (min-width: 37.5rem) {
  .paragraph-contact--has-heading .paragraph-contact__columns-container {
    padding-top: 3.125rem;
  }
}

.paragraph-cta-cards {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 2.5rem;
  margin-bottom: 3.125rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 37.5rem) {
  .paragraph-cta-cards {
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }
}
.paragraph-cta-cards__link {
  text-align: center;
  width: 100%;
}
.paragraph-cta-cards__link a {
  display: inline-block;
  margin-top: 30px;
  min-width: 100%;
  padding: 30px;
  font-size: 1.375rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  line-height: 28px;
  color: #00843d;
  border: 1px solid #00843d;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.paragraph-cta-cards__link a:hover, .paragraph-cta-cards__link a:focus {
  background-color: #144d29;
  border: 1px solid #144d29;
  color: #fff;
}
@media (min-width: 37.5rem) {
  .paragraph-cta-cards__link a {
    min-width: 385px;
  }
}

.paragraph-cta-card {
  position: relative;
  margin-bottom: 20px;
}
.paragraph-cta-card:last-child {
  margin-bottom: 0;
}
@media (min-width: 37.5rem) {
  .paragraph-cta-card {
    width: 32%;
  }
}
.paragraph-cta-card a {
  position: relative;
  display: block;
  text-decoration: none;
  z-index: 2;
  padding-bottom: 25px;
}
.paragraph-cta-card a:hover:before, .paragraph-cta-card a:focus:before {
  border-color: #fcd450;
}
.paragraph-cta-card a:hover .paragraph-cta-card__btn:after, .paragraph-cta-card a:focus .paragraph-cta-card__btn:after {
  border-bottom-color: #fcd450;
}
.paragraph-cta-card a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition-property: border-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  z-index: 1;
}
.paragraph-cta-card__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  width: 85%;
  margin-top: -30px;
  background-color: #144d29;
  color: #fff;
  min-height: 85px;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.375rem;
  line-height: 30px;
  text-transform: capitalize;
  padding: 10px;
  text-align: center;
}
@media (min-width: 43.75rem) {
  .paragraph-cta-card__btn {
    width: 80%;
  }
}
@media (min-width: 50rem) {
  .paragraph-cta-card__btn {
    width: 87%;
    min-height: 120px;
    font-size: 1.625rem;
    line-height: 34px;
  }
}
.paragraph-cta-card__btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 8px;
  bottom: 8px;
  border-bottom-width: 15px;
  border-bottom-style: solid;
  border-bottom-color: #00843d;
  border-left-width: 15px;
  border-left-style: solid;
  border-left-color: transparent;
  transition-property: border-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}

[data-drupal-messages] {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  text-align: center;
}
[data-drupal-messages] ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
[data-drupal-messages] a {
  font-weight: 600;
  text-decoration: none;
  color: #00843d;
}
[data-drupal-messages] a:hover {
  text-decoration: underline;
}

.event-info {
  padding: 1.875rem 0;
  background-color: #f0f0f0;
}
.event-info__container {
  width: 100%;
  max-width: 50rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 50rem) {
  .event-info__container {
    flex-direction: row;
  }
}
.event-info__column {
  width: 100%;
  text-align: center;
}
@media (min-width: 50rem) {
  .event-info__column {
    width: 50%;
    text-align: left;
  }
}
.event-info__item {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 1.875rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.625rem;
  line-height: 2.125rem;
  color: #53565a;
}
.event-info__item--date {
  background-image: url(/themes/custom/delval/assets/icon-calendar-gray-dark.svg);
  background-position: center top;
  background-repeat: no-repeat;
}
.event-info__item--time {
  background-image: url(/themes/custom/delval/assets/icon-time.svg);
  background-position: center top;
  background-repeat: no-repeat;
}
.event-info__item--location {
  background-image: url(/themes/custom/delval/assets/icon-location.svg);
  background-position: center top;
  background-repeat: no-repeat;
}
@media (min-width: 50rem) {
  .event-info__item {
    padding-left: 4.5rem;
    padding-top: 0;
  }
  .event-info__item--date {
    background-position: left top 6px;
  }
  .event-info__item--time {
    background-position: left top 6px;
  }
  .event-info__item--location {
    background-position: left 4px top 6px;
  }
}
.event-info__address {
  margin-top: 0.625rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.event-info__caption {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  color: #303030;
}

.event-list {
  background-color: #f0f0f0;
}
.event-list .views-element-container {
  width: 100%;
  max-width: 62.5rem;
  margin: auto;
  padding: 2.1875rem 0 3.4375rem;
  position: relative;
}
@media (min-width: 50rem) {
  .event-list .views-element-container {
    padding: 3.4375rem 0;
  }
  .event-list .views-element-container:before {
    height: 3.4375rem;
  }
}
.event-list form {
  box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 2.1875rem 1.5625rem;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 1rem;
}
@media (min-width: 50rem) {
  .event-list form {
    align-items: center;
  }
}
.event-list form .form-item-field-event-end-date-time-value-1, .event-list form .form-item-field-event-start-date-time-value, .event-list form label {
  display: none;
}
.event-list form select {
  display: block;
  font-size: 1.25rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  padding: 1.375rem 1.5625rem;
  color: #53565a;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url(../../assets/dropdown.svg);
  background-position: right 0px;
  background-size: cover;
  background-repeat: no-repeat;
  transition-property: border-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.event-list form select:hover {
  border: 1px solid #00843d;
  background-image: url(../../assets/dropdown-green.svg);
}
@media (min-width: 50rem) {
  .event-list form select {
    background-size: contain;
    background-position: 100% 0;
  }
}
.event-list form .form-submit {
  display: none;
}
.event-list .views-infinite-scroll-content-wrapper {
  margin-top: 2.5rem;
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1.5625rem;
  grid-column-gap: 1.5625rem;
}
.event-list .node-event {
  box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.event-list .node-event__block {
  border: 1px solid transparent;
  padding: 0.625rem 1rem;
}
.event-list .node-event__block:hover {
  border: 1px solid #00843d;
}
.event-list .node-event__block:hover::after {
  border-bottom-color: #00843d;
}
.event-list .node-event__time {
  color: #53565a;
}
.event-list .node-event__title {
  color: #00843d;
}
.event-list .node-event__info {
  margin-top: 0.625rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.0625rem;
  line-height: 1.5;
  color: #53565a;
}

.event-block.grid .views-row {
  width: 48%;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.event-block a {
  text-decoration: none;
}
.event-block .views-infinite-scroll-content-wrapper .text-hero {
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 0;
  margin: 0;
  text-align: left;
}
.event-block .views-infinite-scroll-content-wrapper .text-hero__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.75;
  color: #53565a;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
}
.event-block .views-infinite-scroll-content-wrapper .text-hero__color-bar {
  display: none;
}
.event-block .views-infinite-scroll-content-wrapper .node--type-event {
  border: 1px solid #144d29;
  margin: 1em 0;
  padding: 1em;
}
.event-block .views-infinite-scroll-content-wrapper .node--type-event .node-event__header {
  display: flex;
  justify-content: space-between;
}
.event-block .views-infinite-scroll-content-wrapper .node--type-event .node-event__date {
  color: #00843d;
  font-style: italic;
}
.event-block .views-infinite-scroll-content-wrapper .node--type-event .node-event__type {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  letter-spacing: 0.05rem;
  color: #53565a;
}
.event-block .views-infinite-scroll-content-wrapper .node--type-event .node-event__title {
  border-bottom: 1px solid #b7b8b9;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.event-block .views-infinite-scroll-content-wrapper .node--type-event .node-event__location {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  letter-spacing: 0.05rem;
  color: #53565a;
}
.event-block .views-infinite-scroll-content-wrapper .node--type-event__info span, .event-block .views-infinite-scroll-content-wrapper .node--type-event__info div {
  display: inline-block;
  margin-left: 2px;
  font-family: "Sabon LT W04 Italic";
  font-size: 0.9375rem;
  line-height: 1.73;
  color: #303030;
}
.event-block .views-infinite-scroll-content-wrapper .node--type-event__block {
  position: relative;
  cursor: pointer;
  width: 100%;
  display: block;
  text-decoration: none;
}
.event-block .views-infinite-scroll-content-wrapper .node--type-event__block::before, .event-block .views-infinite-scroll-content-wrapper .node--type-event__block::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
}
.event-block .views-infinite-scroll-content-wrapper .node--type-event__block::before {
  width: 100%;
  background-color: #f0f0f0;
}
.event-block .views-infinite-scroll-content-wrapper .node--type-event__block::after {
  width: 0;
  background-color: #fcd450;
  transition-property: width;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
.event-block .views-infinite-scroll-content-wrapper .node--type-event__block:hover::after, .event-block .views-infinite-scroll-content-wrapper .node--type-event__block:focus::after {
  width: 100%;
}
.event-block .js-pager__items {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 35px 35px 0 rgba(0, 0, 0, 0.12);
  padding-bottom: 40px;
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
.event-block .js-pager__items .pager__item {
  margin: 0 5px;
}
.event-block .js-pager__items .button {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #00843d;
  color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.375rem;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
  min-height: 70px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 0;
  transition: background-color 0.3s ease;
  text-decoration: none;
  min-width: 225px;
}
.event-block .js-pager__items .button:hover, .event-block .js-pager__items .button:focus {
  background-color: #144d29;
  border: 1px solid #144d29;
  color: #fff;
}
@media (min-width: 56.25rem) {
  .event-block .js-pager__items .button {
    min-width: 385px;
  }
}

.faculty-staff-wrap {
  background: #F5F6F6;
  padding-top: 120px;
  padding-bottom: 50px;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 40px;
}

.faculty-staff {
  position: relative;
  width: 100%;
  max-width: 75rem;
  margin: auto;
  max-width: 1125px;
  border: 1px solid #00843d;
  padding: 110px 25px 25px 25px;
}
@media (min-width: 37.5rem) {
  .faculty-staff {
    padding: 140px 25px 25px 25px;
  }
}
@media (min-width: 50rem) {
  .faculty-staff {
    padding: 160px 65px 25px 65px;
  }
}
.faculty-staff a {
  color: #53565a;
}
.faculty-staff .field_faculty_image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid #00843d;
  background: #F5F6F6;
}
.faculty-staff .field_faculty_image img {
  display: block;
  padding: 8px;
  border-radius: 50%;
}
.faculty-staff__cols {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 37.5rem) {
  .faculty-staff__cols {
    flex-direction: row;
  }
}
.faculty-staff__col {
  width: 100%;
  margin-bottom: 0.625rem;
}
@media (min-width: 37.5rem) {
  .faculty-staff__col {
    flex: 0 0 auto;
    width: 28%;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    border-left: 1px solid #00843d;
    margin-bottom: 0;
  }
  .faculty-staff__col:first-child {
    width: 46%;
    border-left: 0;
    padding-right: 0.875rem;
    padding-left: 0;
  }
  .faculty-staff__col:last-child {
    padding-right: 0;
    width: 26%;
  }
}
.faculty-staff .field_faculty_first_name, .faculty-staff .field_faculty_last_name, .faculty-staff .field_faculty_title {
  display: inline;
  font-family: "Sabon LT W04 Roman";
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  color: #303030;
  letter-spacing: 0;
  line-height: 32px;
}
@media (min-width: 37.5rem) {
  .faculty-staff .field_faculty_first_name, .faculty-staff .field_faculty_last_name, .faculty-staff .field_faculty_title {
    font-size: 1.375rem;
  }
}
.faculty-staff .field_faculty_title {
  font-family: "Sabon LT W04 Italic";
}
.faculty-staff__content, .faculty-staff .paragraph-contact__email, .faculty-staff .paragraph-contact__phone {
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
@media (min-width: 37.5rem) {
  .faculty-staff__content, .faculty-staff .paragraph-contact__email, .faculty-staff .paragraph-contact__phone {
    font-size: 1.25rem;
    line-height: 32px;
  }
}
.faculty-staff__label {
  display: none;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.25rem;
  line-height: 40px;
  color: #53565a;
}
@media (min-width: 37.5rem) {
  .faculty-staff__label {
    display: block;
  }
}
.faculty-staff .paragraph-contact__email-button, .faculty-staff .paragraph-contact__phone-button {
  width: 100%;
  color: #00843d;
}
.faculty-staff .paragraph-contact__email-button:hover, .faculty-staff .paragraph-contact__email-button:focus, .faculty-staff .paragraph-contact__phone-button:hover, .faculty-staff .paragraph-contact__phone-button:focus {
  color: #fff;
}
.faculty-staff__note {
  width: 100%;
  display: inline-block;
  margin-top: 30px;
  text-align: center;
  font-family: "Sabon LT W04 Roman";
  font-size: 1.25rem;
  line-height: 32px;
  color: #303030;
  text-align: left;
}
@media (min-width: 37.5rem) {
  .faculty-staff__note {
    margin-top: 50px;
  }
}
.faculty-staff__note a:hover, .faculty-staff__note a:focus {
  text-decoration: none;
}
.faculty-staff__note p {
  margin: 0;
}

.faculty-comma {
  margin-left: -5px;
}

.node-faculty-student-teaser {
  display: block;
  position: relative;
  padding-top: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  text-decoration: none;
  background-color: #fff;
}
.node-faculty-student-teaser::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 12px;
  bottom: 12px;
  border-bottom-width: 12px;
  border-bottom-style: solid;
  border-bottom-color: #00843d;
  border-left-width: 12px;
  border-left-style: solid;
  border-left-color: transparent;
}
@media (min-width: 37.5rem) {
  .node-faculty-student-teaser {
    display: flex;
    padding-top: 1.875rem;
    padding-right: 1.875rem;
    padding-bottom: 1.875rem;
    padding-left: 1.875rem;
  }
  .node-faculty-student-teaser::after {
    right: 16px;
    bottom: 16px;
    border-bottom-width: 17px;
    border-left-width: 17px;
  }
}
@media (min-width: 56.25rem) {
  .node-faculty-student-teaser {
    padding-top: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
  }
  .node-faculty-student-teaser::after {
    right: 20px;
    bottom: 20px;
    border-bottom-width: 17px;
    border-left-width: 17px;
  }
}
.node-faculty-student-teaser:hover::before {
  border-color: #00843d;
}
.node-faculty-student-teaser__image {
  display: block;
  flex: 0 0 auto;
  width: 175px;
  margin: auto;
}
@media (min-width: 56.25rem) {
  .node-faculty-student-teaser__image {
    width: 220px;
  }
}
.node-faculty-student-teaser__image img {
  display: block;
  width: 100%;
  padding: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  border-radius: 50%;
}
@media (min-width: 56.25rem) {
  .node-faculty-student-teaser__image img {
    padding: 10px;
  }
}
.node-faculty-student-teaser__text-content {
  flex: 1 1 auto;
  margin-top: 0.9375rem;
  padding-left: 0;
  text-align: left;
}
@media (min-width: 37.5rem) {
  .node-faculty-student-teaser__text-content {
    margin-top: 0;
    padding-left: 2.25rem;
  }
}
@media (min-width: 56.25rem) {
  .node-faculty-student-teaser__text-content {
    padding-left: 3rem;
  }
}
.node-faculty-student-teaser__summary {
  position: relative;
  margin-bottom: 1.375rem;
  padding-bottom: 1.625rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1.125rem;
  color: #303030;
}
@media (min-width: 56.25rem) {
  .node-faculty-student-teaser__summary {
    margin-bottom: 1.75rem;
    padding-bottom: 2rem;
    font-size: 1.25rem;
  }
}
.node-faculty-student-teaser__summary::before {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #fcd450;
}
.node-faculty-student-teaser__name-container {
  font-family: "Sabon LT W04 Italic";
  font-size: 1.125rem;
  color: #53565a;
}
@media (min-width: 56.25rem) {
  .node-faculty-student-teaser__name-container {
    font-size: 1.25rem;
  }
}
.node-faculty-student-teaser a {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.125rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
}
.node-faculty-student-teaser a:hover .svg-arrow-right, .node-faculty-student-teaser a:focus .svg-arrow-right {
  border-color: #00843d;
}
.node-faculty-student-teaser a span {
  white-space: nowrap;
}
.node-faculty-student-teaser a .svg-arrow-right {
  width: calc(1.265625rem + 0.2109375rem);
  height: calc(1.265625rem + 0.2109375rem);
  margin-left: 0.703125rem;
  padding: 0.2109375rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 50%;
  vertical-align: text-bottom;
  transition-property: border-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
.node-faculty-student-teaser a .svg-arrow-right-stroke {
  stroke: #00843d;
}
@media (min-width: 37.5rem) {
  .node-faculty-student-teaser a {
    font-family: "Trade Gothic LT W01 Bd Cn No-2";
    font-size: 1.25rem;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #00843d;
  }
  .node-faculty-student-teaser a:hover .svg-arrow-right, .node-faculty-student-teaser a:focus .svg-arrow-right {
    border-color: #00843d;
  }
  .node-faculty-student-teaser a span {
    white-space: nowrap;
  }
  .node-faculty-student-teaser a .svg-arrow-right {
    width: calc(1.40625rem + 0.234375rem);
    height: calc(1.40625rem + 0.234375rem);
    margin-left: 0.78125rem;
    padding: 0.234375rem;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 50%;
    vertical-align: text-bottom;
    transition-property: border-color;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
  }
  .node-faculty-student-teaser a .svg-arrow-right-stroke {
    stroke: #00843d;
  }
}
@media (min-width: 56.25rem) {
  .node-faculty-student-teaser a {
    font-family: "Trade Gothic LT W01 Bd Cn No-2";
    font-size: 1.375rem;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #00843d;
  }
  .node-faculty-student-teaser a:hover .svg-arrow-right, .node-faculty-student-teaser a:focus .svg-arrow-right {
    border-color: #00843d;
  }
  .node-faculty-student-teaser a span {
    white-space: nowrap;
  }
  .node-faculty-student-teaser a .svg-arrow-right {
    width: calc(1.546875rem + 0.2578125rem);
    height: calc(1.546875rem + 0.2578125rem);
    margin-left: 0.859375rem;
    padding: 0.2578125rem;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 50%;
    vertical-align: text-bottom;
    transition-property: border-color;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
  }
  .node-faculty-student-teaser a .svg-arrow-right-stroke {
    stroke: #00843d;
  }
}

.paragraph-featured-links {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 3.375rem;
  margin-bottom: 4.375rem;
}
@media (min-width: 37.5rem) {
  .paragraph-featured-links {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
  }
}
@media (min-width: 50rem) {
  .paragraph-featured-links {
    -ms-grid-columns: 2fr 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr;
  }
}

.paragraph-featured-link {
  position: relative;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 15px;
}
.paragraph-featured-link a {
  position: absolute;
  line-height: 0;
  font-size: 0;
  color: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-indent: -9999px;
}
.paragraph-featured-link a:after {
  position: absolute;
  content: "";
  bottom: 18px;
  right: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #fcd450 transparent;
}
.paragraph-featured-link a:before {
  position: absolute;
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 2;
  transition-property: border-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-featured-link a:hover:before {
  border-color: #fcd450;
}
@media (min-width: 37.5rem) {
  .paragraph-featured-link {
    margin-bottom: 0;
  }
  .paragraph-featured-link:first-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .paragraph-featured-link:first-child .paragraph-featured-link__title {
    font-size: 1.875rem;
    line-height: 35px;
  }
}
.paragraph-featured-link__content {
  padding: 8px 15px 15px;
}
@media (min-width: 50rem) {
  .paragraph-featured-link__content {
    padding: 6px 30px 20px;
  }
}
.paragraph-featured-link__title {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.375rem;
  line-height: 28px;
  color: #53565a;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
@media (min-width: 50rem) {
  .paragraph-featured-link__title {
    font-size: 1.625rem;
    line-height: 33px;
  }
}
.paragraph-featured-link__description p {
  font-family: "Sabon LT W04 Roman";
  font-size: 1.125rem;
  color: #303030;
  letter-spacing: 0;
  line-height: 31px;
  margin: 15px 0 0 0;
}
.paragraph-featured-link__description p + p {
  margin-top: 15px;
}

.featured-media {
  overflow: hidden;
}
.featured-media.gray-lighter {
  background-color: #f0f0f0;
}
.featured-media__boundary {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  padding: 2.1875rem 0 3.4375rem;
  position: relative;
}
@media (min-width: 50rem) {
  .featured-media__boundary {
    padding: 3.4375rem 0;
  }
  .featured-media__boundary:before {
    height: 3.4375rem;
  }
}
.featured-media__button {
  text-align: center;
  margin-top: 4.6875rem;
}
.featured-media__button a {
  padding: 1.25rem 3.125rem;
  background-color: #fff;
  font-size: 1.375rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  line-height: 1.27;
  color: #00843d;
  border: 1px solid #00843d;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.featured-media__button a:hover {
  color: #fff;
  background-color: #00843d;
  border: 1px solid #00843d;
}
.featured-media__heading {
  font-size: 1.0625rem;
  line-height: 1.53;
  letter-spacing: 0.8px;
  text-align: center;
  color: #53565a;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  text-transform: uppercase;
  margin-top: 0.9375rem;
  margin-bottom: 1.5625rem;
  position: relative;
}
.featured-media__heading:before {
  content: "";
  position: absolute;
  top: -4.375rem;
  left: 50%;
  height: 3.75rem;
  width: 2px;
  background-color: #fcd450;
}
.featured-media__items {
  box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 1.25rem 1.25rem 2.5rem;
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1.5rem;
  grid-column-gap: 1.5rem;
  position: relative;
}
@media (min-width: 50rem) {
  .featured-media__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 1.875rem;
    grid-column-gap: 8.125rem;
    padding: 3.75rem 3.125rem 4.6875rem;
  }
}

.paragraph-featured-news.LightGray {
  background-color: #f0f0f0;
}
.paragraph-featured-news__boundary {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  padding: 2.1875rem 0 3.4375rem;
  position: relative;
}
.paragraph-featured-news__boundary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 2.1875rem;
  width: 2px;
  background-color: #fcd450;
}
@media (min-width: 50rem) {
  .paragraph-featured-news__boundary {
    padding: 3.4375rem 0;
  }
  .paragraph-featured-news__boundary:before {
    height: 3.4375rem;
  }
}
.paragraph-featured-news__button {
  text-align: center;
  margin-top: 4.6875rem;
}
.paragraph-featured-news__button a {
  padding: 1.25rem 3.125rem;
  background-color: #fff;
  font-size: 1.375rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  line-height: 1.27;
  color: #00843d;
  border: 1px solid #00843d;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.paragraph-featured-news__button a:hover {
  color: #fff;
  background-color: #00843d;
  border: 1px solid #00843d;
}
.paragraph-featured-news__heading {
  font-size: 1.0625rem;
  line-height: 1.53;
  letter-spacing: 0.8px;
  text-align: center;
  color: #53565a;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  text-transform: uppercase;
  margin-top: 0.9375rem;
  margin-bottom: 1.5625rem;
}
.paragraph-featured-news__items {
  box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 1.25rem 1.25rem 2.5rem;
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1.5rem;
  grid-column-gap: 1.5rem;
  position: relative;
}
@media (min-width: 50rem) {
  .paragraph-featured-news__items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 1.875rem;
    grid-column-gap: 8.125rem;
    padding: 3.75rem 3.125rem 4.6875rem;
  }
}
.paragraph-featured-news__items .node-news-item {
  position: relative;
  padding: 0.625rem 0;
}
.paragraph-featured-news__items .node-news-item::after {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  position: absolute;
  bottom: 5px;
  right: 0;
  background-image: url(../../assets/arrow-yellow-bottom-right.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.paragraph-featured-news__items .node-news-item .node-blog-post__info span, .paragraph-featured-news__items .node-news-item .node-blog-post__info div {
  display: inline-block;
  margin-left: 2px;
  font-family: "Sabon LT W04 Italic";
  font-size: 0.9375rem;
  line-height: 1.73;
  color: #303030;
}
.paragraph-featured-news__items .node-news-item .node-blog-post__block {
  position: relative;
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: block;
  text-decoration: none;
}
.paragraph-featured-news__items .node-news-item .node-blog-post__block::before, .paragraph-featured-news__items .node-news-item .node-blog-post__block::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
}
.paragraph-featured-news__items .node-news-item .node-blog-post__block::before {
  width: 100%;
  background-color: #f0f0f0;
}
.paragraph-featured-news__items .node-news-item .node-blog-post__block::after {
  width: 0;
  background-color: #fcd450;
  transition-property: width;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
.paragraph-featured-news__items .node-news-item .node-blog-post__block:hover::after, .paragraph-featured-news__items .node-news-item .node-blog-post__block:focus::after {
  width: 100%;
}
.paragraph-featured-news__items .node-news-item .node-blog-post__block .text-hero {
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 0;
  margin: 0;
  text-align: left;
}
.paragraph-featured-news__items .node-news-item .node-blog-post__block .text-hero__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.5;
  color: #53565a;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
}
.paragraph-featured-news__items .node-news-item .node-blog-post__block .text-hero__color-bar {
  display: none;
}

.paragraph-featured-persons {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  background-color: #f0f0f0;
}
.paragraph-featured-persons__container {
  width: 100%;
  max-width: 62.5rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
.paragraph-featured-persons__headline {
  position: relative;
  padding-top: 70px;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 4.0625rem;
  color: #53565a;
}
.paragraph-featured-persons__headline::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 50px;
  background-color: #fcd450;
}
.paragraph-featured-persons__persons .node-faculty-student-teaser:not(:last-child) {
  margin-bottom: 1.25rem;
}
.paragraph-featured-persons__cta {
  margin-top: 3.75rem;
  text-align: center;
}
.paragraph-featured-persons__cta a {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
  background-color: transparent;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 37.5rem) {
  .paragraph-featured-persons__cta a {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-featured-persons__cta a {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.paragraph-featured-persons__cta a:hover, .paragraph-featured-persons__cta a:focus {
  border-color: #00843d;
  color: #fff;
  background-color: #00843d;
}
.paragraph-featured-persons--has-headline {
  padding-top: 0;
}

.paragraph-featured-quote {
  width: 100%;
  max-width: 62.5rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}
.paragraph-featured-quote__container {
  position: relative;
  display: block;
  align-items: center;
  padding-top: 1rem;
  padding-right: 1.875rem;
  padding-bottom: 0;
  padding-left: 1.875rem;
}
@media (min-width: 37.5rem) {
  .paragraph-featured-quote__container {
    display: flex;
    padding-top: 1.5625rem;
    padding-right: 2.5rem;
    padding-bottom: 1.5625rem;
    padding-left: 4.6875rem;
  }
}
.paragraph-featured-quote__corner-lines {
  position: absolute;
  width: 40px;
  height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.paragraph-featured-quote__corner-lines::before, .paragraph-featured-quote__corner-lines::after {
  content: "";
  position: absolute;
  display: block;
  width: 5px;
  height: 40px;
  top: 0;
  left: 0;
  background-color: #00843d;
}
.paragraph-featured-quote__corner-lines::after {
  transform: rotate(-90deg) translateX(-5px);
  transform-origin: 0 0;
}
.paragraph-featured-quote__corner-lines:nth-child(1) {
  top: 0;
  left: 0;
}
.paragraph-featured-quote__corner-lines:nth-child(2) {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}
.paragraph-featured-quote__corner-lines:nth-child(3) {
  bottom: 0;
  left: 0;
  transform: rotate(270deg);
}
.paragraph-featured-quote__corner-lines:nth-child(4) {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
@media (min-width: 37.5rem) {
  .paragraph-featured-quote__left {
    flex: 0 0 auto;
    width: 72%;
    padding-top: 2.5rem;
    padding-right: 2.5rem;
    padding-bottom: 1.25rem;
  }
}
.paragraph-featured-quote__quote {
  position: relative;
}
.paragraph-featured-quote__quote h2, .paragraph-featured-quote__quote h3, .paragraph-featured-quote__quote h4, .paragraph-featured-quote__quote h5, .paragraph-featured-quote__quote h6 {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #53565a;
}
.paragraph-featured-quote__quote h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 37.5rem) {
  .paragraph-featured-quote__quote h2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-featured-quote__quote h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.paragraph-featured-quote__quote h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}
@media (min-width: 37.5rem) {
  .paragraph-featured-quote__quote h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-featured-quote__quote h3 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
.paragraph-featured-quote__quote h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-featured-quote__quote h4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-featured-quote__quote h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
.paragraph-featured-quote__quote h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-featured-quote__quote h5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-featured-quote__quote h5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
.paragraph-featured-quote__quote h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.paragraph-featured-quote__quote h2 a, .paragraph-featured-quote__quote h3 a, .paragraph-featured-quote__quote h4 a, .paragraph-featured-quote__quote h5 a, .paragraph-featured-quote__quote h6 a {
  text-decoration: underline;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-featured-quote__quote h2 a:hover, .paragraph-featured-quote__quote h2 a:focus, .paragraph-featured-quote__quote h3 a:hover, .paragraph-featured-quote__quote h3 a:focus, .paragraph-featured-quote__quote h4 a:hover, .paragraph-featured-quote__quote h4 a:focus, .paragraph-featured-quote__quote h5 a:hover, .paragraph-featured-quote__quote h5 a:focus, .paragraph-featured-quote__quote h6 a:hover, .paragraph-featured-quote__quote h6 a:focus {
  color: #00843d;
}
.paragraph-featured-quote__quote p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.paragraph-featured-quote__quote .lead-in {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1.25rem;
  text-align: center;
  color: #53565a;
}
@media (min-width: 37.5rem) {
  .paragraph-featured-quote__quote .lead-in {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-featured-quote__quote .lead-in {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    font-size: 1.5rem;
  }
}
.paragraph-featured-quote__quote ul, .paragraph-featured-quote__quote ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.paragraph-featured-quote__quote ul > li, .paragraph-featured-quote__quote ol > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.paragraph-featured-quote__quote a {
  display: inline;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fcd450;
  font-family: "Sabon LT W04 Bold";
  text-decoration: none;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-featured-quote__quote a:hover, .paragraph-featured-quote__quote a:focus {
  color: #00843d;
}
.paragraph-featured-quote__quote .button {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
  background-color: #fff;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 37.5rem) {
  .paragraph-featured-quote__quote .button {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-featured-quote__quote .button {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.paragraph-featured-quote__quote .button:hover, .paragraph-featured-quote__quote .button:focus {
  border-color: #00843d;
  color: #fff;
  background-color: #00843d;
}
.paragraph-featured-quote__quote hr {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #b7b8b9;
}
.paragraph-featured-quote__quote em {
  font-family: "Sabon LT W04 Italic";
}
.paragraph-featured-quote__quote em strong {
  font-family: "Sabon LT W04 Roman";
}
.paragraph-featured-quote__quote strong {
  font-family: "Sabon LT W04 Bold";
}
.paragraph-featured-quote__quote strong em {
  font-family: "Sabon LT W04 Roman";
}
.paragraph-featured-quote__quote > *:first-child {
  margin-top: 0;
}
.paragraph-featured-quote__quote > *:last-child {
  margin-bottom: 0;
}
.paragraph-featured-quote__quote::before {
  content: "";
  display: block;
  width: 37px;
  height: 26px;
  margin: auto;
  margin-bottom: 12px;
  background-image: url(/themes/custom/delval/assets/quotes-yellow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 37.5rem) {
  .paragraph-featured-quote__quote::before {
    position: absolute;
    width: 57px;
    height: 40px;
    top: -12px;
    left: -40px;
    margin-bottom: 0;
    z-index: 1;
  }
}
.paragraph-featured-quote__quote p {
  position: relative;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.5rem;
  line-height: 1.25;
  color: #53565a;
  z-index: 2;
}
@media (min-width: 37.5rem) {
  .paragraph-featured-quote__quote p {
    line-height: 1.15;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-featured-quote__quote p {
    font-size: 2.5rem;
  }
}
.paragraph-featured-quote__attribution {
  position: relative;
  margin-top: 0.9375rem;
  margin-left: 1rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.125rem;
  line-height: 1;
  color: #53565a;
}
.paragraph-featured-quote__attribution span {
  white-space: pre-wrap;
}
@media (min-width: 37.5rem) {
  .paragraph-featured-quote__attribution {
    margin-top: 1.625rem;
    margin-left: 0;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-featured-quote__attribution {
    font-size: 1.875rem;
  }
}
.paragraph-featured-quote__attribution::before {
  content: "–";
  position: absolute;
  left: -1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-featured-quote__attribution::before {
    left: -1.5rem;
  }
}
.paragraph-featured-quote__right {
  margin-top: 0.9375rem;
  text-align: center;
}
@media (min-width: 37.5rem) {
  .paragraph-featured-quote__right {
    flex: 0 0 auto;
    width: 28%;
    margin-top: 0;
  }
}
.paragraph-featured-quote__link {
  position: relative;
  display: inline-block;
}
.paragraph-featured-quote__link:hover .paragraph-featured-quote__image::before {
  width: 100%;
  height: 100%;
  opacity: 0.3;
}
.paragraph-featured-quote__link:hover .paragraph-featured-quote__link-arrow {
  background-color: #144d29;
}
.paragraph-featured-quote__image {
  position: relative;
  width: 12.1875rem;
  margin: auto;
}
@media (min-width: 37.5rem) {
  .paragraph-featured-quote__image {
    width: auto;
  }
}
.paragraph-featured-quote__image::before {
  content: "";
  position: absolute;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #00843d;
  opacity: 0;
  transition-property: width, height, opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
@media (min-width: 37.5rem) {
  .paragraph-featured-quote__image::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.paragraph-featured-quote__image img {
  display: block;
  padding: 7px;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  border-radius: 50%;
}
@media (min-width: 37.5rem) {
  .paragraph-featured-quote__image img {
    padding: 10px;
  }
}
.paragraph-featured-quote__link-arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.5%;
  height: 16.5%;
  bottom: 3%;
  right: 10%;
  border-radius: 50%;
  background-color: #00843d;
  transition-property: background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-featured-quote__link-arrow .svg-arrow-right {
  width: 40%;
}
.paragraph-featured-quote__link-arrow .svg-arrow-right-stroke {
  stroke: #fff;
}

@media (min-width: 56.25rem) {
  .footer__cta__stage {
    background: linear-gradient(90deg, #fff 0%, #fff 50%, #00843d 50%, #00843d 100%);
  }
}
.footer__cta__boundary {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  justify-content: space-between;
}
@media (min-width: 56.25rem) {
  .footer__cta__boundary {
    display: flex;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.footer__cta__title {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 4.6875rem;
  color: #00843d;
  text-transform: uppercase;
  line-height: 0.75;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 56.25rem) {
  .footer__cta__title {
    text-align: left;
    white-space: nowrap;
    padding-right: 60px;
    flex: auto 0 0;
  }
}
.footer__cta__buttons {
  display: flex;
  flex-direction: column;
  background-color: #00843d;
  padding-top: 30px;
  padding-bottom: 40px;
}
@media (min-width: 56.25rem) {
  .footer__cta__buttons {
    flex-direction: row;
    padding: 0;
    flex: 1 1 0;
  }
}
.footer__cta__buttons .field_footer_cta_buttons {
  text-align: center;
  flex: auto;
}
.footer__cta__buttons a {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.5625rem;
  color: #fff;
  text-decoration: none;
  display: block;
  max-width: calc(100vw - 120px);
  margin: 0 auto 20px;
  padding: 30px 60px;
  text-align: center;
  position: relative;
  border: 1px solid #00843d;
  transition: border 0.2s;
}
.footer__cta__buttons a:hover, .footer__cta__buttons a:focus {
  border-color: #fcd450;
}
.footer__cta__buttons a:hover:after, .footer__cta__buttons a:focus:after {
  border-bottom: 17px solid #fcd450;
}
@media (min-width: 56.25rem) {
  .footer__cta__buttons a {
    padding: 15px;
    margin: 5px 20px;
  }
}
.footer__cta__buttons a:after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 6px;
  width: 0;
  height: 0;
  border-bottom: 17px solid #fff;
  border-left: 17px solid transparent;
  transition: border-color 0.2s;
}
.footer__main__stage {
  background-color: #144d29;
}
.footer__main__boundary {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  padding: 20px 20px 0;
  text-align: center;
}
@media (min-width: 56.25rem) {
  .footer__main__boundary {
    display: flex;
    padding: 40px 20px 60px;
    text-align: left;
  }
}
@media (min-width: 56.25rem) {
  .footer__main__col1 {
    width: 360px;
    margin-right: 50px;
  }
}
.footer__main__col2 {
  flex: 1;
}
@media (min-width: 75rem) {
  .footer__main__col2 {
    display: flex;
  }
}
.footer__main__logo {
  max-width: 350px;
  margin: 0 auto 20px;
}
@media (min-width: 56.25rem) {
  .footer__main__logo {
    max-width: none;
    margin-bottom: 0;
  }
}
.footer__main__contactinfo {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  letter-spacing: 0.05rem;
  color: #fff;
  text-align: left;
  max-width: 350px;
  padding-left: 56px;
  margin: 0 auto 35px auto;
}
@media (min-width: 56.25rem) {
  .footer__main__contactinfo {
    max-width: none;
    margin-right: 0;
  }
}
.footer__main__social-icons-stage {
  padding-bottom: 15px;
}
.footer__main__social-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 350px;
  margin: 0 auto;
}
.footer__main__social-icon-facebook {
  height: 27px;
}
.footer__main__social-icon-instagram {
  height: 25px;
}
.footer__main__social-icon-twitter {
  height: 23px;
}
.footer__main__social-icon-twitter {
  height: 26px;
}
.footer__main__social-icon-youtube {
  height: 24px;
}
.footer__main__social-icon-link {
  display: block;
  padding: 10px;
}
.footer__main__social-icon-link:first-child {
  padding-left: 0;
}
.footer__main__social-icon-link:last-child {
  padding-right: 0;
}
.footer__main__social-icon-link .fill {
  transition: fill 0.2s;
}
.footer__main__social-icon-link:hover .fill, .footer__main__social-icon-link:focus .fill {
  fill: #fcd450;
}
.footer__main__menu-title {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 0.9375rem;
  letter-spacing: 0.1rem;
  color: #fff;
  text-transform: uppercase;
  border-top: 1px solid #00843d;
  border-bottom: 1px solid #00843d;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 56.25rem) {
  .footer__main__menu-title {
    text-align: left;
    padding: 0;
    border: none;
  }
}
.footer__main__menu {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #00843d;
}
@media (min-width: 75rem) {
  .footer__main__menu {
    border: none;
    flex: 1;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #00843d;
    padding-top: 0;
  }
  .footer__main__menu .field_footer_linkssecondcol:first-child a {
    padding-top: 0;
  }
  .footer__main__menu .field_footer_linksthirdcol:first-child a {
    padding-top: 0;
  }
}
.footer__main__menu ul, .footer__main__menu li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.footer__main__menu a {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  letter-spacing: 0.05rem;
  color: #fff;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
.footer__main__menu a:hover, .footer__main__menu a:focus {
  color: #fcd450;
  text-decoration: underline;
}
.footer__main__menu3 {
  padding-right: 0;
  margin-right: 0;
  border: none;
}
.footer__main__menu-stage {
  padding-top: 15px;
}
.footer__copyright__stage {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  padding: 20px;
}
@media (min-width: 56.25rem) {
  .footer__copyright__stage {
    padding: 0 20px;
  }
}
.footer__copyright__boundary {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 0.875rem;
  letter-spacing: 0.05rem;
  text-align: center;
  color: #fff;
}
@media (min-width: 56.25rem) {
  .footer__copyright__boundary {
    border-top: 1px solid #00843d;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
  }
}
.footer__copyright__boundary a {
  color: #fff;
}
.footer__copyright__boundary a:hover, .footer__copyright__boundary a:focus {
  color: #fcd450;
}
.footer__copyright__boundary p {
  margin: 0;
}

.eu-cookie-compliance-popup-open footer {
  padding-bottom: 3.5em;
}

.paragraph-image-buttons {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}
.paragraph-image-buttons__container {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
.paragraph-image-buttons__top-area {
  margin-bottom: 1.25rem;
}
@media (min-width: 37.5rem) {
  .paragraph-image-buttons__top-area {
    margin-bottom: 1.875rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-image-buttons__top-area {
    margin-bottom: 2.5rem;
  }
}
.paragraph-image-buttons__heading {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.875rem;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  color: #53565a;
}
@media (min-width: 37.5rem) {
  .paragraph-image-buttons__heading {
    padding-right: 1.5rem;
    font-size: 2.5rem;
    text-align: left;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-image-buttons__heading {
    padding-right: 1.75rem;
    font-size: 3.125rem;
  }
}
.paragraph-image-buttons__text {
  text-align: center;
}
.paragraph-image-buttons__text h2, .paragraph-image-buttons__text h3, .paragraph-image-buttons__text h4, .paragraph-image-buttons__text h5, .paragraph-image-buttons__text h6 {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #53565a;
}
.paragraph-image-buttons__text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 37.5rem) {
  .paragraph-image-buttons__text h2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-image-buttons__text h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.paragraph-image-buttons__text h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}
@media (min-width: 37.5rem) {
  .paragraph-image-buttons__text h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-image-buttons__text h3 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
.paragraph-image-buttons__text h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-image-buttons__text h4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-image-buttons__text h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
.paragraph-image-buttons__text h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-image-buttons__text h5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-image-buttons__text h5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
.paragraph-image-buttons__text h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.paragraph-image-buttons__text h2 a, .paragraph-image-buttons__text h3 a, .paragraph-image-buttons__text h4 a, .paragraph-image-buttons__text h5 a, .paragraph-image-buttons__text h6 a {
  text-decoration: underline;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-image-buttons__text h2 a:hover, .paragraph-image-buttons__text h2 a:focus, .paragraph-image-buttons__text h3 a:hover, .paragraph-image-buttons__text h3 a:focus, .paragraph-image-buttons__text h4 a:hover, .paragraph-image-buttons__text h4 a:focus, .paragraph-image-buttons__text h5 a:hover, .paragraph-image-buttons__text h5 a:focus, .paragraph-image-buttons__text h6 a:hover, .paragraph-image-buttons__text h6 a:focus {
  color: #00843d;
}
.paragraph-image-buttons__text p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.paragraph-image-buttons__text .lead-in {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1.25rem;
  text-align: center;
  color: #53565a;
}
@media (min-width: 37.5rem) {
  .paragraph-image-buttons__text .lead-in {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-image-buttons__text .lead-in {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    font-size: 1.5rem;
  }
}
.paragraph-image-buttons__text ul, .paragraph-image-buttons__text ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.paragraph-image-buttons__text ul > li, .paragraph-image-buttons__text ol > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.paragraph-image-buttons__text a {
  display: inline;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fcd450;
  font-family: "Sabon LT W04 Bold";
  text-decoration: none;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-image-buttons__text a:hover, .paragraph-image-buttons__text a:focus {
  color: #00843d;
}
.paragraph-image-buttons__text .button {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
  background-color: #fff;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 37.5rem) {
  .paragraph-image-buttons__text .button {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-image-buttons__text .button {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.paragraph-image-buttons__text .button:hover, .paragraph-image-buttons__text .button:focus {
  border-color: #00843d;
  color: #fff;
  background-color: #00843d;
}
.paragraph-image-buttons__text hr {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #b7b8b9;
}
.paragraph-image-buttons__text em {
  font-family: "Sabon LT W04 Italic";
}
.paragraph-image-buttons__text em strong {
  font-family: "Sabon LT W04 Roman";
}
.paragraph-image-buttons__text strong {
  font-family: "Sabon LT W04 Bold";
}
.paragraph-image-buttons__text strong em {
  font-family: "Sabon LT W04 Roman";
}
.paragraph-image-buttons__text > *:first-child {
  margin-top: 0;
}
.paragraph-image-buttons__text > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 37.5rem) {
  .paragraph-image-buttons__text {
    text-align: left;
    padding-left: 1.5rem;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #b7b8b9;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-image-buttons__text {
    padding-left: 1.75rem;
  }
}
.paragraph-image-buttons__text p {
  font-size: 1.125rem;
}
@media (min-width: 37.5rem) {
  .paragraph-image-buttons__text p {
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-image-buttons__text p {
    font-size: 1.375rem;
  }
}
.paragraph-image-buttons__buttons {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
}
@media (min-width: 43.75rem) {
  .paragraph-image-buttons__buttons {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 56.25rem) {
  .paragraph-image-buttons__buttons {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 1.5rem;
  }
}
@media (min-width: 37.5rem) {
  .paragraph-image-buttons--has-headline.paragraph-image-buttons--has-text .paragraph-image-buttons__top-area {
    display: flex;
  }
}
.paragraph-image-buttons--has-headline.paragraph-image-buttons--has-text .paragraph-image-buttons__heading {
  margin-bottom: 0.625rem;
}
@media (min-width: 37.5rem) {
  .paragraph-image-buttons--has-headline.paragraph-image-buttons--has-text .paragraph-image-buttons__heading {
    margin-bottom: 0;
    flex: 0 0 auto;
    width: 40%;
  }
}
@media (min-width: 37.5rem) {
  .paragraph-image-buttons--has-headline.paragraph-image-buttons--has-text .paragraph-image-buttons__text {
    flex: 0 0 auto;
    width: 60%;
  }
}
.paragraph-image-buttons--has-text:not(.paragraph-image-buttons--has-headline) .paragraph-image-buttons__text {
  padding-left: 0;
  border-left-width: 0;
}

.paragraph-square-image-button {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.paragraph-square-image-button__square {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}
.paragraph-square-image-button__title-wrapper {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  border-color: #fcd450;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 2;
}
.paragraph-square-image-button__title-wrapper::after {
  content: "";
  position: absolute;
  bottom: 7px;
  right: 7px;
  border-bottom-width: 15px;
  border-bottom-style: solid;
  border-bottom-color: #fcd450;
  border-left-width: 15px;
  border-left-style: solid;
  border-left-color: transparent;
}
@media (min-width: 28.125rem) {
  .paragraph-square-image-button__title-wrapper::after {
    border-bottom-width: 18px;
    border-left-width: 18px;
  }
}
@media (min-width: 43.75rem) {
  .paragraph-square-image-button__title-wrapper::after {
    border-bottom-width: 15px;
    border-left-width: 15px;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-square-image-button__title-wrapper::after {
    border-bottom-width: 18px;
    border-left-width: 18px;
  }
}
.paragraph-square-image-button__title {
  padding: 0.9375rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.125rem;
  line-height: 1.25;
  text-align: center;
  color: #fff;
}
@media (min-width: 28.125rem) {
  .paragraph-square-image-button__title {
    padding: 1.25rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 43.75rem) {
  .paragraph-square-image-button__title {
    padding: 0.9375rem;
    font-size: 1.125rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-square-image-button__title {
    padding: 1.25rem;
    font-size: 1.625rem;
  }
}
.paragraph-square-image-button__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition-property: -webkit-filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}
.paragraph-square-image-button__image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #303030;
  opacity: 0.3;
  z-index: 1;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease-in-out;
}
.paragraph-square-image-button:hover .paragraph-square-image-button__image {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.paragraph-square-image-button:hover .paragraph-square-image-button__image::before {
  opacity: 0.15;
}

.paragraph-large-image-buttons.DarkGreen {
  background-color: #144d29;
}
.paragraph-large-image-buttons__boundary {
  width: 100%;
  max-width: 62.5rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 50rem) {
  .paragraph-large-image-buttons__boundary {
    padding-top: 6.5625rem;
    padding-bottom: 6.5625rem;
  }
}
.paragraph-large-image-buttons .paragraph-large-image-button {
  margin-bottom: 24px;
}
.paragraph-large-image-buttons .paragraph-large-image-button:last-child {
  margin-bottom: 0;
}
@media (min-width: 50rem) {
  .paragraph-large-image-buttons .paragraph-large-image-button {
    margin-bottom: 0;
  }
}
.paragraph-large-image-buttons__grid {
  position: relative;
}
@media (min-width: 50rem) {
  .paragraph-large-image-buttons__grid {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.paragraph-large-image-buttons__grid .paragraph-square-image-button {
  display: block;
}
.paragraph-large-image-buttons__grid .paragraph-square-image-button img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.paragraph-large-image-buttons__grid .paragraph-square-image-button__square {
  padding-bottom: 50%;
}

.imagegroup {
  background-color: #144d29;
  padding-bottom: 1.875rem;
  overflow: hidden;
}
@media (min-width: 56.25rem) {
  .imagegroup {
    padding-bottom: 3.75rem;
  }
}
.imagegroup__wrapper {
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
.imagegroup__container {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
.imagegroup__heading {
  position: relative;
  padding-top: 70px;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.0625rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.imagegroup__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 50px;
  background-color: #fcd450;
}
.imagegroup__button {
  text-align: center;
  margin-top: 1.875rem;
}
@media (min-width: 56.25rem) {
  .imagegroup__button {
    margin-top: 3.75rem;
  }
}
.imagegroup__button a {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #144d29;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  width: 100%;
  padding: 0;
  height: 4.375rem;
  font-size: 1.375rem;
  line-height: 4.375rem;
}
@media (min-width: 37.5rem) {
  .imagegroup__button a {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .imagegroup__button a {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.imagegroup__button a:hover, .imagegroup__button a:focus {
  border-color: #fff;
  color: #144d29;
  background-color: #fff;
}
@media (min-width: 37.5rem) {
  .imagegroup__button a {
    min-width: 24rem;
    padding: 0;
  }
}
.imagegroup--map .imagegroup__wrapper {
  background-image: url(/themes/custom/delval/assets/map.svg);
  background-repeat: no-repeat;
  background-position: left -20px bottom;
  background-size: 500px;
}
@media (min-width: 28.125rem) {
  .imagegroup--map .imagegroup__wrapper {
    background-position: left bottom;
    background-size: 600px;
  }
}
@media (min-width: 37.5rem) {
  .imagegroup--map .imagegroup__wrapper {
    background-position: right -130px bottom 0px;
    background-size: 540px;
  }
}
@media (min-width: 43.75rem) {
  .imagegroup--map .imagegroup__wrapper {
    background-position: right -150px bottom -30px;
    background-size: 640px;
  }
}
@media (min-width: 50rem) {
  .imagegroup--map .imagegroup__wrapper {
    background-position: right -180px bottom -40px;
    background-size: 740px;
  }
}
@media (min-width: 56.25rem) {
  .imagegroup--map .imagegroup__wrapper {
    background-position: right -220px bottom -50px;
    background-size: 840px;
  }
}
@media (min-width: 62.5rem) {
  .imagegroup--map .imagegroup__wrapper {
    background-position: right -240px bottom -70px;
    background-size: 940px;
  }
}
@media (min-width: 68.75rem) {
  .imagegroup--map .imagegroup__wrapper {
    background-position: right -300px bottom -90px;
    background-size: 1060px;
  }
}
@media (min-width: 75rem) {
  .imagegroup--map .imagegroup__wrapper {
    background-position: right -250px bottom -80px;
    background-size: 1060px;
  }
}
@media (min-width: 87.5rem) {
  .imagegroup--map .imagegroup__wrapper {
    background-position: right -220px bottom -120px;
    background-size: 1160px;
  }
}
.imagegroup--map .imagegroup__button {
  margin-top: 15.625rem;
}
@media (min-width: 28.125rem) {
  .imagegroup--map .imagegroup__button {
    margin-top: 18.75rem;
  }
}
@media (min-width: 37.5rem) {
  .imagegroup--map .imagegroup__button {
    margin-top: 1.875rem;
  }
}
@media (min-width: 56.25rem) {
  .imagegroup--map .imagegroup__button {
    margin-top: 3.75rem;
  }
}
.imagegroup__grid {
  outline: none;
  padding-top: 1.875rem;
}
@media (min-width: 56.25rem) {
  .imagegroup__grid {
    padding-top: 3.75rem;
  }
}
.imagegroup__grid:after {
  content: "flickity";
  display: none;
}
@media (min-width: 37.5rem) {
  .imagegroup__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: 1fr 16px 0.336fr 16px 1fr;
    grid-template-rows: 1fr 0.336fr 1fr;
        grid-template-areas: "first first one two" "first first last last" "three four last last";
    gap: 16px 16px;
  }
  .imagegroup__grid:after {
    content: "";
  }
}
@media (min-width: 56.25rem) {
  .imagegroup__grid {
    gap: 24px 24px;
  }
}
@media (min-width: 68.75rem) {
  .imagegroup__grid {
    gap: 32px 32px;
  }
}
.imagegroup__item {
  width: 95%;
  height: 100%;
  min-height: 100%;
  margin-right: 15px;
  margin-bottom: 15px;
  counter-increment: carousel-cell;
}
@media (min-width: 37.5rem) {
  .imagegroup__item {
    width: 100%;
    margin: 0;
    min-height: unset;
  }
}
@media (min-width: 37.5rem) {
  .imagegroup__item--first {
    grid-area: first;
    overflow: hidden;
  }
  .imagegroup__item--one {
    grid-area: one;
  }
  .imagegroup__item--two {
    grid-area: two;
  }
  .imagegroup__item--three {
    grid-area: three;
  }
  .imagegroup__item--four {
    grid-area: four;
  }
  .imagegroup__item--last {
    grid-area: last;
    overflow: hidden;
  }
}
@media (min-width: 37.5rem){
  .imagegroup__item--first {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .imagegroup__item--one {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .imagegroup__item--two {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .imagegroup__item--three {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .imagegroup__item--four {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
  .imagegroup__item--last {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    -ms-grid-column-span: 3;
  }
}
.imagegroup__item > article {
  height: 100%;
}
.imagegroup__item > article > div {
  height: 100%;
}
.imagegroup__item > article > div > img {
  height: 100%;
  width: unset;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 37.5rem) {
  .imagegroup__item > article > div > img {
    height: 100%;
    width: 100%;
  }
}
.imagegroup .flickity-viewport {
  height: 90vw !important;
}
.imagegroup .flickity-slider {
  height: 100%;
  min-height: 100%;
}
.imagegroup .flickity-page-dots {
  margin: 0.9375rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
  align-items: center;
}
.imagegroup .flickity-page-dots .dot {
  height: 0.375rem;
  width: 3.375rem;
  background-color: #b7b8b9;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.imagegroup .flickity-page-dots .dot:hover, .imagegroup .flickity-page-dots .dot.is-selected {
  background-color: #fcd450;
}

.image-hero__background-container {
  position: relative;
  width: 100%;
}
.image-hero__background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.image-hero__background-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 75%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0.8;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.image-hero__links-block {
  display: none;
  position: fixed;
  right: 0;
  transform: translateY(-50%);
  z-index: 7;
}
@media (min-width: 600px) {
  .image-hero__links-block {
    display: block;
    top: calc(50% + 30px);
  }
}
@media (min-width: 56.25rem) {
  .image-hero__links-block {
    display: block;
    top: calc(50% + 70px);
  }
}
.image-hero__content-container {
  width: 100%;
  max-width: 50rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  text-align: center;
}
.image-hero__breadcrumbs {
  margin-bottom: 1.25rem;
}
@media (min-width: 56.25rem) {
  .image-hero__breadcrumbs {
    margin-bottom: 1.875rem;
  }
}
.image-hero__title {
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1;
  color: #53565a;
}
@media (min-width: 56.25rem) {
  .image-hero__title {
    font-size: 3.125rem;
  }
}
.image-hero__color-bar {
  display: inline-block;
  width: 5.3125rem;
  height: 0.3125rem;
  border: 0;
  background-color: #00843d;
}

.image-hero-links__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  padding: 3px;
  text-decoration: none;
  background-color: #00843d;
  cursor: pointer;
}
@media (min-width: 56.25rem) {
  .image-hero-links__link {
    width: 5rem;
    height: 5rem;
    padding: 5px;
  }
}
.image-hero-links__link:not(:last-child) {
  margin-bottom: 2px;
}
.image-hero-links__link:hover, .image-hero-links__link:focus {
  outline: 0;
}
.image-hero-links__link:hover .image-hero-links__link-content, .image-hero-links__link:focus .image-hero-links__link-content {
  border-color: #fcd450;
}
.image-hero-links__link:hover .image-hero-links__link-content::after, .image-hero-links__link:focus .image-hero-links__link-content::after {
  border-bottom-color: #fcd450;
}
.image-hero-links__link-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  transition-property: border-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.image-hero-links__link-content::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 3px;
  bottom: 3px;
  border-bottom-width: 8px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  border-left-width: 8px;
  border-left-style: solid;
  border-left-color: transparent;
  transition-property: border-bottom-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.image-hero-links__link-text {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.35;
  text-align: center;
  color: #fff;
}
@media (min-width: 56.25rem) {
  .image-hero-links__link-text {
    font-size: 1.125rem;
  }
}

.paragraph-image-with-caption {
  width: 100%;
  max-width: 50rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.paragraph-image-with-caption__image img {
  display: block;
}
.paragraph-image-with-caption__caption {
  margin-top: 0.3125rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #303030;
}

.instagram-posts__boundary {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  padding: 2.1875rem 0 3.4375rem;
  position: relative;
  overflow: hidden;
}
.instagram-posts__boundary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 2.1875rem;
  width: 2px;
  background-color: #fcd450;
}
@media (min-width: 50rem) {
  .instagram-posts__boundary {
    padding: 3.4375rem 0;
  }
  .instagram-posts__boundary:before {
    height: 3.4375rem;
  }
}
.instagram-posts__wrapper {
  position: relative;
}
.instagram-posts__grid {
  position: relative;
  min-height: 300px;
  outline: none;
}
.instagram-posts__grid:after {
  content: "flickity";
  display: none;
}
@media (min-width: 50rem) {
  .instagram-posts__grid {
    padding: 3.125rem 0;
    display: -ms-grid;
    display: grid;
        grid-template-areas: "a a b c" "a a d e";
  }
  .instagram-posts__grid:after {
    content: "";
  }
}
.instagram-posts__grid .flickity-page-dots {
  margin: 1.5rem 0;
  padding: 0 1.25rem;
  list-style: none;
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
  align-items: center;
}
.instagram-posts__grid .flickity-page-dots .dot {
  height: 0.375rem;
  width: 3.375rem;
  background-color: #b7b8b9;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.instagram-posts__grid .flickity-page-dots .dot:hover, .instagram-posts__grid .flickity-page-dots .dot.is-selected {
  background-color: #fcd450;
}
.instagram-posts .field_p_instagramposts_heading {
  font-size: 1.0625rem;
  line-height: 1.53;
  letter-spacing: 0.8px;
  text-align: center;
  color: #53565a;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  text-transform: uppercase;
  margin-top: 0.9375rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 50rem) {
  .instagram-posts .field_p_instagramposts_heading {
    margin-bottom: 4.875rem;
  }
}
.instagram-posts .field_p_instagramposts_cta {
  padding: 0 1.25rem;
  text-align: right;
}
@media (min-width: 50rem) {
  .instagram-posts .field_p_instagramposts_cta {
    padding: 0;
    position: absolute;
    bottom: 3.4375rem;
    right: 0;
  }
}
.instagram-posts .field_p_instagramposts_cta a {
  font-size: 1.375rem;
  line-height: 1.27;
  color: #00843d;
  text-transform: uppercase;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  text-decoration: none;
  position: relative;
}
.instagram-posts .field_p_instagramposts_cta a:after {
  content: "";
  display: inline-block;
  margin-left: 0.9375rem;
  width: 1.125rem;
  height: 1.125rem;
  padding: 0.3125rem;
  border-radius: 50%;
  border: 1px solid transparent;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  vertical-align: bottom;
  background-image: url(../../assets/green-arrow-right.svg);
  transition: border 0.2s ease;
}
@media (min-width: 50rem) {
  .instagram-posts .field_p_instagramposts_cta a:after {
    vertical-align: middle;
    padding: 0.4375rem;
  }
}
.instagram-posts .field_p_instagramposts_cta:hover a:after {
  border: 1px solid #00843d;
}
.instagram-posts .field_instagramposts_items {
  width: 95%;
  margin-left: auto;
  padding: 0 0.15625rem;
  counter-increment: carousel-cell;
}
.instagram-posts .field_instagramposts_items .instagram-item {
  position: relative;
}
.instagram-posts .field_instagramposts_items .instagram-item__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0.9;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.9) 100%);
}
.instagram-posts .field_instagramposts_items .instagram-item__link img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  display: block;
}
.instagram-posts .field_instagramposts_items .instagram-item__link__bottom {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  padding: 0 1.5rem;
  align-items: center;
  display: flex;
  width: 100%;
  flex-flow: row;
  justify-content: space-between;
  z-index: 1;
}
.instagram-posts .field_instagramposts_items .instagram-item__link__bottom .field_instagramitem_account_name {
  font-size: 0.9375rem;
  line-height: 1.73;
  text-transform: uppercase;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #fff;
}
.instagram-posts .field_instagramposts_items:first-child .icon-instagram {
  width: 36px;
  height: 36px;
}
.instagram-posts .field_instagramposts_items:first-child .icon-instagram #Group-4 {
  transition: fill 0.2s ease;
}
.instagram-posts .field_instagramposts_items:not(:first-child) .icon-instagram {
  width: 36px;
  height: 36px;
}
@media (min-width: 50rem) {
  .instagram-posts .field_instagramposts_items:not(:first-child) .icon-instagram {
    width: 24px;
    height: 24px;
  }
}
.instagram-posts .field_instagramposts_items:not(:first-child) .icon-instagram #Group-4 {
  transition: fill 0.2s ease;
}
@media (min-width: 50rem) {
  .instagram-posts .field_instagramposts_items:not(:first-child) .field_instagramitem_account_name {
    font-size: 0.6875rem;
  }
}
@media (min-width: 68.75rem) {
  .instagram-posts .field_instagramposts_items:not(:first-child) .field_instagramitem_account_name {
    font-size: 0.9375rem;
  }
}
.instagram-posts .field_instagramposts_items:hover .icon-instagram #Group-4 {
  fill: #fcd450;
}
@media (min-width: 50rem) {
  .instagram-posts .field_instagramposts_items {
    width: 100%;
    height: auto;
    padding: 0;
    margin: -3.125rem 0 0;
  }
  .instagram-posts .field_instagramposts_items:nth-child(1) {
    grid-area: a;
    margin-top: 0;
  }
  .instagram-posts .field_instagramposts_items:nth-child(2) {
    grid-area: b;
  }
  .instagram-posts .field_instagramposts_items:nth-child(3) {
    grid-area: c;
  }
  .instagram-posts .field_instagramposts_items:nth-child(4) {
    grid-area: d;
  }
  .instagram-posts .field_instagramposts_items:nth-child(5) {
    grid-area: e;
  }
}
@media (min-width: 50rem){
  .instagram-posts .field_instagramposts_items:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .instagram-posts .field_instagramposts_items:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .instagram-posts .field_instagramposts_items:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .instagram-posts .field_instagramposts_items:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }
  .instagram-posts .field_instagramposts_items:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 4;
  }
}

.paragraph-large-image-callout {
  position: relative;
}
.paragraph-large-image-callout__background-image {
  display: block;
  width: 100%;
  height: auto;
}
@media (min-width: 56.25rem) {
  .paragraph-large-image-callout__background-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-large-image-callout__content-wrapper {
    width: 100%;
    max-width: 75rem;
    margin: auto;
    display: flex;
    justify-content: flex-end;
  }
}
.paragraph-large-image-callout__content {
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  width: 100%;
  padding-top: 2.1875rem;
  padding-bottom: 2.1875rem;
  background-image: url(/themes/custom/delval/assets/flame-background.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
@media (min-width: 56.25rem) {
  .paragraph-large-image-callout__content {
    width: 400px;
    height: 100%;
    min-height: 18.75rem;
    margin-right: 60px;
    padding-top: 4.6875rem;
    padding-right: 1.875rem;
    padding-bottom: 2.8125rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 75rem) {
  .paragraph-large-image-callout__content {
    width: 500px;
    min-height: 25rem;
    margin-right: 120px;
  }
}
.paragraph-large-image-callout__header-image {
  margin-bottom: 1.5625rem;
  text-align: center;
}
.paragraph-large-image-callout__header-image img {
  max-width: 100%;
}
@media (min-width: 56.25rem) {
  .paragraph-large-image-callout__header-image {
    margin-bottom: 2.8125rem;
  }
}
.paragraph-large-image-callout__text h2, .paragraph-large-image-callout__text h3, .paragraph-large-image-callout__text h4, .paragraph-large-image-callout__text h5, .paragraph-large-image-callout__text h6 {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #53565a;
}
.paragraph-large-image-callout__text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 37.5rem) {
  .paragraph-large-image-callout__text h2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-large-image-callout__text h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.paragraph-large-image-callout__text h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}
@media (min-width: 37.5rem) {
  .paragraph-large-image-callout__text h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-large-image-callout__text h3 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
.paragraph-large-image-callout__text h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-large-image-callout__text h4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-large-image-callout__text h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
.paragraph-large-image-callout__text h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-large-image-callout__text h5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-large-image-callout__text h5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
.paragraph-large-image-callout__text h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.paragraph-large-image-callout__text h2 a, .paragraph-large-image-callout__text h3 a, .paragraph-large-image-callout__text h4 a, .paragraph-large-image-callout__text h5 a, .paragraph-large-image-callout__text h6 a {
  text-decoration: underline;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-large-image-callout__text h2 a:hover, .paragraph-large-image-callout__text h2 a:focus, .paragraph-large-image-callout__text h3 a:hover, .paragraph-large-image-callout__text h3 a:focus, .paragraph-large-image-callout__text h4 a:hover, .paragraph-large-image-callout__text h4 a:focus, .paragraph-large-image-callout__text h5 a:hover, .paragraph-large-image-callout__text h5 a:focus, .paragraph-large-image-callout__text h6 a:hover, .paragraph-large-image-callout__text h6 a:focus {
  color: #00843d;
}
.paragraph-large-image-callout__text p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.paragraph-large-image-callout__text .lead-in {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1.25rem;
  text-align: center;
  color: #53565a;
}
@media (min-width: 37.5rem) {
  .paragraph-large-image-callout__text .lead-in {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-large-image-callout__text .lead-in {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    font-size: 1.5rem;
  }
}
.paragraph-large-image-callout__text ul, .paragraph-large-image-callout__text ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.paragraph-large-image-callout__text ul > li, .paragraph-large-image-callout__text ol > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.paragraph-large-image-callout__text a {
  display: inline;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fcd450;
  font-family: "Sabon LT W04 Bold";
  text-decoration: none;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-large-image-callout__text a:hover, .paragraph-large-image-callout__text a:focus {
  color: #00843d;
}
.paragraph-large-image-callout__text .button {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
  background-color: #fff;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 37.5rem) {
  .paragraph-large-image-callout__text .button {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-large-image-callout__text .button {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.paragraph-large-image-callout__text .button:hover, .paragraph-large-image-callout__text .button:focus {
  border-color: #00843d;
  color: #fff;
  background-color: #00843d;
}
.paragraph-large-image-callout__text hr {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #b7b8b9;
}
.paragraph-large-image-callout__text em {
  font-family: "Sabon LT W04 Italic";
}
.paragraph-large-image-callout__text em strong {
  font-family: "Sabon LT W04 Roman";
}
.paragraph-large-image-callout__text strong {
  font-family: "Sabon LT W04 Bold";
}
.paragraph-large-image-callout__text strong em {
  font-family: "Sabon LT W04 Roman";
}
.paragraph-large-image-callout__text > *:first-child {
  margin-top: 0;
}
.paragraph-large-image-callout__text > *:last-child {
  margin-bottom: 0;
}
.paragraph-large-image-callout__text p {
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-large-image-callout__text p {
    font-size: 1.125rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-large-image-callout__text p {
    font-size: 1.375rem;
  }
}
.paragraph-large-image-callout__cta {
  margin-top: 2.5rem;
}
@media (min-width: 56.25rem) {
  .paragraph-large-image-callout__cta {
    margin-top: 6.25rem;
  }
}
.paragraph-large-image-callout__cta a {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.375rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
}
.paragraph-large-image-callout__cta a:hover .svg-arrow-right, .paragraph-large-image-callout__cta a:focus .svg-arrow-right {
  border-color: #00843d;
}
.paragraph-large-image-callout__cta a span {
  white-space: nowrap;
}
.paragraph-large-image-callout__cta a .svg-arrow-right {
  width: calc(1.546875rem + 0.2578125rem);
  height: calc(1.546875rem + 0.2578125rem);
  margin-left: 0.859375rem;
  padding: 0.2578125rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 50%;
  vertical-align: text-bottom;
  transition-property: border-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
.paragraph-large-image-callout__cta a .svg-arrow-right-stroke {
  stroke: #00843d;
}

.large-video-hero__stage video {
  width: 100%;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (min-width: 75rem) {
  .large-video-hero__stage video {
    height: 800px;
  }
}
@media (min-width: 37.5rem) {
  .large-video-hero__stage video {
    height: auto;
  }
}
.large-video-hero__boundary {
  position: relative;
}
.large-video-hero__video-outer {
  position: relative;
}
.large-video-hero__video-outer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 75%;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0.8;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.large-video-hero__video-meta {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.large-video-hero__title {
  color: #fcd450;
  font-size: 6.25rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  text-align: center;
  line-height: 1.1;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 75rem) {
  .large-video-hero__title {
    font-size: 9.375rem;
  }
}
.large-video-hero__title-hide {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.large-video-hero__links {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.12);
  width: 100%;
  max-width: 75rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  flex-direction: column;
}
@media (min-width: 43.75rem) {
  .large-video-hero__links {
    flex-direction: row;
    z-index: 1;
    transform: translate(0, -50%);
    margin-left: 1rem;
    margin-right: 1rem;
    width: auto;
  }
}
@media (min-width: 50rem) {
  .large-video-hero__links {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}
.large-video-hero__links .field_p_large_video_hero_links {
  display: flex;
  width: 100%;
}
@media (min-width: 43.75rem) {
  .large-video-hero__links .field_p_large_video_hero_links {
    width: 33%;
  }
}
.large-video-hero__links .field_p_large_video_hero_links a {
  font-size: 1.25rem;
  position: relative;
  width: 84%;
  padding: 28px 40px;
  background: #fff;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #00843d;
  text-decoration: none;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid #b7b8b9;
}
@media (min-width: 43.75rem) {
  .large-video-hero__links .field_p_large_video_hero_links a {
    width: 100%;
    font-size: 1.375rem;
    padding: 15px 20px;
    border-bottom: 0;
  }
}
@media (min-width: 50rem) {
  .large-video-hero__links .field_p_large_video_hero_links a {
    padding: 47px 70px;
  }
}
.large-video-hero__links .field_p_large_video_hero_links a:hover:after, .large-video-hero__links .field_p_large_video_hero_links a:focus:after {
  left: 0.3125rem;
}
.large-video-hero__links .field_p_large_video_hero_links a:after {
  position: relative;
  content: "";
  display: inline-block;
  margin-left: 0.9375rem;
  left: 0;
  width: 1.125rem;
  height: 0.875rem;
  padding: 0.3125rem;
  border-radius: 50%;
  border: 1px solid transparent;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  vertical-align: bottom;
  background-image: url(../../assets/green-arrow-right.svg);
  transition: border 0.2s ease, left 0.2s ease;
}
@media (min-width: 50rem) {
  .large-video-hero__links .field_p_large_video_hero_links a:after {
    vertical-align: middle;
    padding: 0.4375rem;
  }
}
@media (min-width: 43.75rem) {
  .large-video-hero__links .field_p_large_video_hero_links a:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 1px;
    height: 70%;
    background-color: #b7b8b9;
    right: 0;
    top: 14%;
  }
}
.large-video-hero__links .field_p_large_video_hero_links:last-child a {
  border-bottom: 0;
}
.large-video-hero__links .field_p_large_video_hero_links:last-child a:before {
  display: none;
}
.large-video-hero__button {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  position: absolute;
  z-index: 1;
  bottom: 26px;
  right: 17px;
  background-color: #00843d;
  border-radius: 100%;
  width: 33px;
  height: 33px;
  transition: background-color 0.2s;
  position: absolute;
  cursor: pointer;
}
@media (min-width: 43.75rem) {
  .large-video-hero__button {
    bottom: 60px;
    right: 1rem;
  }
}
@media (min-width: 50rem) {
  .large-video-hero__button {
    bottom: 93px;
    right: 0;
  }
}
.large-video-hero__button:hover, .large-video-hero__button:focus {
  background-color: #fff;
}
.large-video-hero__button:hover .large-video-hero__button-pause span, .large-video-hero__button:focus .large-video-hero__button-pause span {
  background-color: #00843d;
}
.large-video-hero__button:hover .large-video-hero__button-play, .large-video-hero__button:focus .large-video-hero__button-play {
  border-left-color: #00843d;
}
.large-video-hero__button[data-active=false] .large-video-hero__button-pause {
  display: none;
}
.large-video-hero__button[data-active=false] .large-video-hero__button-play {
  display: block;
}
.large-video-hero__button[data-active=true] .large-video-hero__button-pause {
  display: block;
}
.large-video-hero__button[data-active=true] .large-video-hero__button-play {
  display: none;
}
.large-video-hero__button-text {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.large-video-hero__button-pause {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.large-video-hero__button-pause span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  width: 4px;
  height: 12px;
  transition: background-color 0.2s;
}
.large-video-hero__button-pause span:first-child {
  left: 10px;
}
.large-video-hero__button-pause span:last-child {
  right: 10px;
}
.large-video-hero__button-play {
  position: absolute;
  top: 50%;
  left: calc(50% + 1px);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 11px solid #fff;
  transition: border-color 0.2s;
}

.paragraph-link-list {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.paragraph-link-list__heading {
  display: flex;
  align-items: center;
}
.paragraph-link-list__heading-text {
  flex: 0 0 auto;
  padding-right: 0.875rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.875rem;
  text-transform: uppercase;
  color: #00843d;
}
.paragraph-link-list__heading-line {
  flex: 1 1 auto;
  border: 0;
  width: 100%;
  height: 2px;
  background-color: #00843d;
}
.paragraph-link-list__links {
  -moz-columns: 1;
       columns: 1;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 28.125rem) {
  .paragraph-link-list__links {
    -moz-columns: 2;
         columns: 2;
  }
}
@media (min-width: 43.75rem) {
  .paragraph-link-list__links {
    -moz-columns: 3;
         columns: 3;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-link-list__links {
    -moz-columns: 4;
         columns: 4;
  }
}
.paragraph-link-list__link {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.paragraph-link-list__link * {
  position: relative;
  width: 100%;
  display: block;
  padding-top: 1rem;
  padding-bottom: 0.6875rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.125rem;
  line-height: 1.2;
  text-decoration: none;
  color: #53565a;
}
.paragraph-link-list__link *::before, .paragraph-link-list__link *::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
}
.paragraph-link-list__link *::before {
  width: 100%;
  background-color: #f0f0f0;
}
.paragraph-link-list__link *::after {
  width: 0;
  background-color: #fcd450;
  transition-property: width;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
.paragraph-link-list__link *:hover::after, .paragraph-link-list__link *:focus::after {
  width: 100%;
}

.local-tasks {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.local-tasks > ul {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.local-tasks > ul > li > a {
  display: inline-block;
  padding: 0.375rem 0.875rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.25rem;
  color: #53565a;
  text-decoration: none;
  background-color: transparent;
  transition-property: color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.local-tasks > ul > li > a:hover {
  color: #fff;
  background-color: #00843d;
}

.paragraph--type--multi-column-feature {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 75rem;
  justify-content: center;
  margin: 1em auto;
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 30%;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  transition: 0.2s ease-in-out;
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card:hover {
  border-color: #fcd450;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.2s ease-in-out;
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 12px;
  bottom: 12px;
  border-bottom-width: 17px;
  border-bottom-style: solid;
  border-bottom-color: #00843d;
  border-left-width: 17px;
  border-left-style: solid;
  border-left-color: transparent;
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block a {
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block img {
  width: 100%;
  height: auto;
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_heading {
  margin-bottom: 0.75rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 2rem;
  line-height: 1.2;
  color: #53565a;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 37.5rem) {
  .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_heading {
    font-size: 2.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_heading {
    margin-bottom: 0.9375rem;
    font-size: 2.8125rem;
  }
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block.heading-size-small .field_mctib_heading {
  font-size: 1.5rem;
}
@media (min-width: 37.5rem) {
  .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block.heading-size-small .field_mctib_heading {
    font-size: 2rem;
  }
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body {
  font-size: 1rem;
  line-height: 1.8;
  color: #303030;
  padding-left: 15px;
  padding-right: 15px;
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h2, .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h3, .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h4, .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h5, .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h6 {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #53565a;
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 37.5rem) {
  .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}
@media (min-width: 37.5rem) {
  .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h3 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h2 a, .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h3 a, .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h4 a, .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h5 a, .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h6 a {
  text-decoration: underline;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h2 a:hover, .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h2 a:focus, .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h3 a:hover, .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h3 a:focus, .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h4 a:hover, .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h4 a:focus, .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h5 a:hover, .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h5 a:focus, .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h6 a:hover, .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body h6 a:focus {
  color: #00843d;
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body .lead-in {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1.25rem;
  text-align: center;
  color: #53565a;
}
@media (min-width: 37.5rem) {
  .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body .lead-in {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body .lead-in {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    font-size: 1.5rem;
  }
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body ul, .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body ul > li, .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body ol > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body a {
  display: inline;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fcd450;
  font-family: "Sabon LT W04 Bold";
  text-decoration: none;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body a:hover, .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body a:focus {
  color: #00843d;
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body .button {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
  background-color: #fff;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 37.5rem) {
  .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body .button {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body .button {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body .button:hover, .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body .button:focus {
  border-color: #00843d;
  color: #fff;
  background-color: #00843d;
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body hr {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #b7b8b9;
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body em {
  font-family: "Sabon LT W04 Italic";
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body em strong {
  font-family: "Sabon LT W04 Roman";
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body strong {
  font-family: "Sabon LT W04 Bold";
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body strong em {
  font-family: "Sabon LT W04 Roman";
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body > *:first-child {
  margin-top: 0;
}
.paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 56.25rem) {
  .paragraph--type--multi-column-feature .field_multi_column_feature_card .paragraph--type--multi-column-text-image-block .field_mctib_body {
    font-size: 1.125rem;
  }
}

.media-coverage-item__stage {
  position: relative;
}
.media-coverage-item__stage:after {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  position: absolute;
  bottom: 5px;
  right: 0;
  background-image: url(../../assets/arrow-yellow-bottom-right.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.media-coverage-item__date {
  margin-bottom: 0.5rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  font-weight: 400;
  color: #53565a;
}
.media-coverage-item__link {
  padding-top: 1.25rem;
  padding-right: 0;
  padding-bottom: 0.625rem;
  padding-left: 0;
  position: relative;
  width: 100%;
  display: block;
  text-decoration: none;
  margin-bottom: 0;
}
.media-coverage-item__link::before, .media-coverage-item__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
}
.media-coverage-item__link::before {
  width: 100%;
  background-color: #f0f0f0;
}
.media-coverage-item__link::after {
  width: 0;
  background-color: #fcd450;
  transition-property: width;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
.media-coverage-item__link:hover::after, .media-coverage-item__link:focus::after {
  width: 100%;
}
.media-coverage-item__link__title {
  margin-bottom: 0.3125rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.5;
  color: #53565a;
}
.media-coverage-item__link__source {
  font-family: "Sabon LT W04 Italic";
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  color: #53565a;
}

.paragraph-media-coverage-list {
  background-color: #f0f0f0;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  padding-bottom: 3.75rem;
}
.paragraph-media-coverage-list:not(.paragraph-media-coverage-list--has-heading) {
  padding-top: 5rem;
}
.paragraph-media-coverage-list__boundary {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
.paragraph-media-coverage-list__heading {
  position: relative;
  padding-top: 70px;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 1.875rem;
}
.paragraph-media-coverage-list__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 50px;
  background-color: #fcd450;
}
.paragraph-media-coverage-list .views-exposed-form {
  margin-bottom: 2.8125rem;
  padding: 1.5625rem;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
}
@media (min-width: 56.25rem) {
  .paragraph-media-coverage-list .views-exposed-form {
    display: flex;
    justify-content: space-between;
  }
}
.paragraph-media-coverage-list .views-exposed-form .form-item-field-mediacov-date-value-min,
.paragraph-media-coverage-list .views-exposed-form .form-item-field-mediacov-date-value-max,
.paragraph-media-coverage-list .views-exposed-form .form-item-field-mediacov-date-value-1-min,
.paragraph-media-coverage-list .views-exposed-form .form-item-field-mediacov-date-value-1-max {
  display: none;
}
@media (min-width: 56.25rem) {
  .paragraph-media-coverage-list .views-exposed-form .form-actions {
    flex: 0 0 auto;
    width: calc(20% - 0.625rem);
  }
}
.paragraph-media-coverage-list .views-exposed-form .form-submit {
  width: 100%;
  height: 4.375rem;
  padding: 1.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  border-radius: 0;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.375rem;
  text-transform: uppercase;
  text-align: center;
  color: #00843d;
  background-color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  transition-property: color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-media-coverage-list .views-exposed-form .form-submit:hover, .paragraph-media-coverage-list .views-exposed-form .form-submit:focus {
  background-color: #00843d;
  color: #fff;
}
@media (min-width: 56.25rem) {
  .paragraph-media-coverage-list__custom-filters {
    display: flex;
    flex: 0 0 auto;
    justify-content: space-between;
    width: calc(80% - 0.625rem);
  }
}
.paragraph-media-coverage-list__custom-filters label {
  display: none;
}
.paragraph-media-coverage-list__custom-filters .select-wrapper {
  position: relative;
}
.paragraph-media-coverage-list__custom-filters .select-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  width: 18px;
  height: 10px;
  background-image: url(/themes/custom/delval/assets/dropdown-arrow-gray-dark.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.paragraph-media-coverage-list__custom-filters .select-wrapper:hover::after {
  background-image: url(/themes/custom/delval/assets/dropdown-arrow-green-light.svg);
}
.paragraph-media-coverage-list__custom-filters .select-wrapper select {
  display: block;
  width: 100%;
  height: 4.375rem;
  padding-top: 0.625rem;
  padding-right: 2.25rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  border-width: 1px;
  border-style: solid;
  border-color: #d7d7d7;
  border-radius: 0;
  outline: 0;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.125rem;
  color: #6f7171;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition-property: border-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-media-coverage-list__custom-filters .select-wrapper select:hover:not(:disabled), .paragraph-media-coverage-list__custom-filters .select-wrapper select:focus:not(:disabled) {
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  border-radius: 0;
}
.paragraph-media-coverage-list__custom-filters .select-wrapper select:disabled {
  cursor: not-allowed;
}
.paragraph-media-coverage-list header, .paragraph-media-coverage-list p {
  display: inline-block;
  font-size: 1.25rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #53565a;
  margin-bottom: 1.5625rem;
  margin-top: 0;
}
.paragraph-media-coverage-list__year-custom-filter, .paragraph-media-coverage-list__month-custom-filter {
  margin-bottom: 1.25rem;
}
@media (min-width: 56.25rem) {
  .paragraph-media-coverage-list__year-custom-filter, .paragraph-media-coverage-list__month-custom-filter {
    margin-bottom: 0;
    flex: 0 0 auto;
    width: calc(50% - 0.625rem);
  }
}
.paragraph-media-coverage-list .views-infinite-scroll-content-wrapper {
  padding: 1.5rem;
  padding-bottom: 4.6875rem;
  background-color: #fff;
}
@media (min-width: 56.25rem) {
  .paragraph-media-coverage-list .views-infinite-scroll-content-wrapper {
    padding: 3.125rem;
  }
}
.paragraph-media-coverage-list .views-infinite-scroll-content-wrapper .views-col:first-child .views-row:first-child .media-coverage-item:first-child {
  margin-top: 0;
}
.paragraph-media-coverage-list .media-coverage-item {
  position: relative;
  margin-top: 2.25rem;
  margin-top: 1rem;
}
.paragraph-media-coverage-list .pager {
  margin: 0;
  padding-top: 0.625rem;
  padding-right: 0;
  padding-bottom: 4.5rem;
  padding-left: 0;
  list-style: none;
  text-align: center;
  background-color: #fff;
}
.paragraph-media-coverage-list .pager .button {
  display: inline-block;
  min-width: 21.875rem;
  padding: 1.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  border-radius: 0;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.375rem;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #00843d;
  background-color: transparent;
  cursor: pointer;
  transition-property: color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-media-coverage-list .pager .button:hover, .paragraph-media-coverage-list .pager .button:focus {
  background-color: #00843d;
  color: #fff;
}

.node-news-item.node--view-mode-full {
  /* Imported Images */
}
.node-news-item.node--view-mode-full figure.inline {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}
.node-news-item.node--view-mode-full figure.inline img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.node-news-item.node--view-mode-full figure.inline figcaption, .node-news-item.node--view-mode-full figure.inline figcaption p {
  margin-top: 0.3125rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 0.9375rem;
  line-height: 1.2;
  color: #303030;
  display: block;
}

.paragraph-news-list {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}
.paragraph-news-list .form-item-field-newsitem-date-value-min,
.paragraph-news-list .form-item-field-newsitem-date-value-max {
  display: none;
}
.paragraph-news-list fieldset[data-drupal-selector=edit-field-newsitem-date-value-wrapper] {
  display: none;
}
.paragraph-news-list .paragraph-text-button-links__heading {
  margin-bottom: 30px;
}
.paragraph-news-list .views-col {
  padding: 25px;
  padding-bottom: 0;
}
@media (min-width: 56.25rem) {
  .paragraph-news-list .views-col {
    padding: 48px;
    padding-bottom: 0;
  }
}
.paragraph-news-list .views-col + .views-col {
  padding-top: 0;
}
.paragraph-news-list .views-infinite-scroll-content-wrapper {
  box-shadow: 0 35px 35px 0 rgba(0, 0, 0, 0.12);
  padding-bottom: 25px;
}
@media (min-width: 56.25rem) {
  .paragraph-news-list .views-infinite-scroll-content-wrapper {
    padding-bottom: 48px;
  }
}
.paragraph-news-list header, .paragraph-news-list p {
  display: inline-block;
  font-size: 1.25rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #53565a;
  line-height: 30px;
  margin-bottom: 25px;
  margin-top: 0;
}
.paragraph-news-list .js-pager__items {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 35px 35px 0 rgba(0, 0, 0, 0.12);
  padding-bottom: 60px;
}
.paragraph-news-list .js-pager__items .button {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #00843d;
  color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.375rem;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
  min-height: 70px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 0;
  transition: background-color 0.3s ease;
  text-decoration: none;
  min-width: 225px;
}
.paragraph-news-list .js-pager__items .button:hover, .paragraph-news-list .js-pager__items .button:focus {
  background-color: #144d29;
  border: 1px solid #144d29;
  color: #fff;
}
@media (min-width: 56.25rem) {
  .paragraph-news-list .js-pager__items .button {
    min-width: 385px;
  }
}

#views-exposed-form-news-news-list-block {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 25px;
  background: #FFFFFF;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 50px;
}
@media (min-width: 43.75rem) {
  #views-exposed-form-news-news-list-block {
    flex-direction: row;
    margin-left: 0;
    width: 100%;
    padding: 35px;
  }
}
#views-exposed-form-news-news-list-block > div {
  margin-bottom: 15px;
}
#views-exposed-form-news-news-list-block > div:last-child {
  margin-bottom: 0;
}
@media (min-width: 43.75rem) {
  #views-exposed-form-news-news-list-block > div {
    margin-bottom: 0;
    width: 30%;
  }
}
@media (min-width: 56.25rem) {
  #views-exposed-form-news-news-list-block > div {
    width: calc(33.3333333333% - 13.3333333333px);
  }
}
#views-exposed-form-news-news-list-block label {
  display: none;
}
#views-exposed-form-news-news-list-block .form-actions {
  width: auto;
}
@media (min-width: 43.75rem) {
  #views-exposed-form-news-news-list-block .form-actions {
    width: 36%;
  }
}
@media (min-width: 56.25rem) {
  #views-exposed-form-news-news-list-block .form-actions {
    width: calc(26.6666666667% - 13.3333333333px);
  }
}
#views-exposed-form-news-news-list-block select {
  width: 100%;
  display: block;
  font-size: 1.25rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #53565a;
  line-height: 20px;
  padding: 24px 60px 24px 20px;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #D7D7D7;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/themes/custom/delval/assets/svg-chevron.svg);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  min-height: 70px;
  transition-property: border-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  background-color: #fff;
}
#views-exposed-form-news-news-list-block select:hover {
  border: 1px solid #00843d;
}
#views-exposed-form-news-news-list-block .form-submit {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #00843d;
  color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.375rem;
  line-height: 28px;
  text-transform: uppercase;
  text-align: center;
  min-height: 70px;
  min-width: 225px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#views-exposed-form-news-news-list-block .form-submit:hover, #views-exposed-form-news-news-list-block .form-submit:focus {
  background-color: #144d29;
  border: 1px solid #144d29;
  color: #fff;
}

.news-item__header {
  width: 100%;
  max-width: 50rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: "Sabon LT W04 Italic";
  font-style: italic;
  line-height: 1.72;
  font-size: 1.125rem;
  color: #303030;
  letter-spacing: 0;
  text-align: center;
}
.news-item__header .field_newsitem_date, .news-item__header .field_newsitem_author {
  display: inline;
}

.node-news-item .paragraph-basic-text {
  margin: 30px 0;
}

.newsitem-list__stage {
  position: relative;
}
.newsitem-list__stage::after {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  position: absolute;
  bottom: 5px;
  right: 0;
  background-image: url(../../assets/arrow-yellow-bottom-right.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.newsitem-list__stage:after {
  bottom: -10px;
}
.newsitem-list__link {
  position: relative;
  margin-bottom: 0;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.625rem;
  font-weight: 400;
  color: #53565a;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  display: block;
  text-decoration: none;
  margin-bottom: 37px;
  padding-right: 20px;
}
.newsitem-list__link::before, .newsitem-list__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
}
.newsitem-list__link::before {
  width: 100%;
  background-color: #f0f0f0;
}
.newsitem-list__link::after {
  width: 0;
  background-color: #fcd450;
  transition-property: width;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
.newsitem-list__link:hover::after, .newsitem-list__link:focus::after {
  width: 100%;
}
.newsitem-list__link:before, .newsitem-list__link:after {
  bottom: -20px;
}

.node-program-display-list {
  display: block;
  position: relative;
  padding-top: 3.125rem;
  padding-right: 1.875rem;
  padding-bottom: 3.125rem;
  padding-left: 1.875rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  text-decoration: none;
  background-color: #fff;
}
.node-program-display-list:hover::before {
  border-color: #00843d;
}
.node-program-display-list::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 24px;
  bottom: 24px;
  border-bottom-width: 15px;
  border-bottom-style: solid;
  border-bottom-color: #00843d;
  border-left-width: 15px;
  border-left-style: solid;
  border-left-color: transparent;
}
.node-program-display-list__info {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 62.5rem) {
  .node-program-display-list__info {
    flex-wrap: nowrap;
  }
}
.node-program-display-list__title {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 1.25rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  color: #00843d;
}
@media (min-width: 37.5rem) {
  .node-program-display-list__title {
    margin-bottom: 0.625rem;
    font-size: 2.125rem;
  }
}
@media (min-width: 62.5rem) {
  .node-program-display-list__title {
    flex: 1 1 auto;
    margin-bottom: 0;
    padding-right: 1.25rem;
  }
}
.node-program-display-list__school {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #53565a;
}
@media (min-width: 37.5rem) {
  .node-program-display-list__school {
    width: 50%;
    min-height: 4.0625rem;
  }
}
@media (min-width: 62.5rem) {
  .node-program-display-list__school {
    width: 14.375rem;
  }
}
.node-program-display-list__tags {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 37.5rem) {
  .node-program-display-list__tags {
    width: 50%;
    min-height: 4.0625rem;
  }
}
@media (min-width: 62.5rem) {
  .node-program-display-list__tags {
    width: 14.375rem;
  }
}
.node-program-display-list__type {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #53565a;
}
.node-program-display-list__e360 {
  margin-top: 0.9375rem;
}
.node-program-display-list__summary {
  margin-top: 1.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
@media (min-width: 37.5rem) {
  .node-program-display-list__summary {
    font-size: 1.25rem;
  }
}
@media (min-width: 62.5rem) {
  .node-program-display-list__summary {
    margin-top: 2.5rem;
  }
}
.node-program-display-list__summary .field_program_summary > *:first-child {
  margin-top: 0;
}
.node-program-display-list__summary .field_program_summary > *:last-child {
  margin-bottom: 0;
}
.node-program-display-list a {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.125rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
}
.node-program-display-list a:hover .svg-arrow-right, .node-program-display-list a:focus .svg-arrow-right {
  border-color: #00843d;
}
.node-program-display-list a span {
  white-space: nowrap;
}
.node-program-display-list a .svg-arrow-right {
  width: calc(1.265625rem + 0.2109375rem);
  height: calc(1.265625rem + 0.2109375rem);
  margin-left: 0.703125rem;
  padding: 0.2109375rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 50%;
  vertical-align: text-bottom;
  transition-property: border-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
.node-program-display-list a .svg-arrow-right-stroke {
  stroke: #00843d;
}
@media (min-width: 37.5rem) {
  .node-program-display-list a {
    font-family: "Trade Gothic LT W01 Bd Cn No-2";
    font-size: 1.25rem;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #00843d;
  }
  .node-program-display-list a:hover .svg-arrow-right, .node-program-display-list a:focus .svg-arrow-right {
    border-color: #00843d;
  }
  .node-program-display-list a span {
    white-space: nowrap;
  }
  .node-program-display-list a .svg-arrow-right {
    width: calc(1.40625rem + 0.234375rem);
    height: calc(1.40625rem + 0.234375rem);
    margin-left: 0.78125rem;
    padding: 0.234375rem;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 50%;
    vertical-align: text-bottom;
    transition-property: border-color;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
  }
  .node-program-display-list a .svg-arrow-right-stroke {
    stroke: #00843d;
  }
}
@media (min-width: 56.25rem) {
  .node-program-display-list a {
    font-family: "Trade Gothic LT W01 Bd Cn No-2";
    font-size: 1.375rem;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #00843d;
  }
  .node-program-display-list a:hover .svg-arrow-right, .node-program-display-list a:focus .svg-arrow-right {
    border-color: #00843d;
  }
  .node-program-display-list a span {
    white-space: nowrap;
  }
  .node-program-display-list a .svg-arrow-right {
    width: calc(1.546875rem + 0.2578125rem);
    height: calc(1.546875rem + 0.2578125rem);
    margin-left: 0.859375rem;
    padding: 0.2578125rem;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 50%;
    vertical-align: text-bottom;
    transition-property: border-color;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
  }
  .node-program-display-list a .svg-arrow-right-stroke {
    stroke: #00843d;
  }
}

.paragraph-program-list {
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
  background-color: #f0f0f0;
}
.paragraph-program-list__wrapper {
  width: 100%;
  max-width: 62.5rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
.paragraph-program-list .views-exposed-form {
  padding-top: 2.5rem;
  padding-right: 1.875rem;
  padding-bottom: 2.5rem;
  padding-left: 1.875rem;
  margin-bottom: 3.125rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #fff;
}
.paragraph-program-list .views-exposed-form .form-item-field-program-type-value,
.paragraph-program-list .views-exposed-form .form-item-field-program-e360-value,
.paragraph-program-list .views-exposed-form .form-actions {
  display: none;
}
.paragraph-program-list__custom-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 50rem) {
  .paragraph-program-list__custom-filter {
    flex-wrap: nowrap;
  }
}
.paragraph-program-list__custom-filter-label {
  flex: 0 0 auto;
  width: 100%;
  display: inline-block;
  margin-bottom: 0.625rem;
  padding-right: 1.25rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.25rem;
  color: #8b8d8d;
}
@media (min-width: 50rem) {
  .paragraph-program-list__custom-filter-label {
    width: 50%;
    margin-bottom: 0;
  }
}
.paragraph-program-list__custom-filter-select-wrapper {
  flex: 0 0 auto;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4.375rem;
}
@media (min-width: 50rem) {
  .paragraph-program-list__custom-filter-select-wrapper {
    width: 50%;
  }
}
.paragraph-program-list__custom-filter-select-wrapper:hover .paragraph-program-list__custom-filter-select-style {
  border-color: #00843d;
}
.paragraph-program-list__custom-filter-select-wrapper:hover .paragraph-program-list__custom-filter-select-style .svg-chevron-stroke {
  stroke: #00843d;
}
.paragraph-program-list__custom-filter-select-style {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  border-width: 1px;
  border-style: solid;
  border-color: #d7d7d7;
  background-color: #fff;
  transition-property: border-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-program-list__custom-filter-select-style .svg-chevron {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}
.paragraph-program-list__custom-filter-select-style .svg-chevron-stroke {
  stroke: #53565a;
  transition-property: stroke;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-program-list__custom-filter-select-style-text {
  flex: 1 1 auto;
  width: 100%;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.25rem;
  color: #53565a;
}
.paragraph-program-list__custom-filter-select {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
}
.paragraph-program-list__results-message {
  margin-bottom: 1.875rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.25rem;
  color: #53565a;
}
.paragraph-program-list__list .node-program-display-list:not(:last-child) {
  margin-bottom: 1.875rem;
}

main .search-overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 300px;
  opacity: 0;
  visibility: hidden;
  z-index: 8;
  background-color: #144d29;
  transition-property: opacity, visibility;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
main .search-overlay.initialized {
  display: block;
}
main .search-overlay.show {
  transition-property: opacity;
  opacity: 1;
  visibility: visible;
}
main .search-overlay__boundary {
  position: absolute;
}
main .search-overlay__form {
  width: 100%;
  max-width: 62.5rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
}
main .search-overlay__label {
  display: block;
  margin-bottom: 1.25rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.375rem;
  line-height: 1.3;
  color: #fff;
}
@media (min-width: 56.25rem) {
  main .search-overlay__label {
    margin-bottom: 0;
    font-size: 2.1875rem;
  }
}
@media (min-width: 68.75rem) {
  main .search-overlay__label {
    font-size: 3.75rem;
  }
}
main .search-overlay__input-wrapper {
  position: relative;
}
main .search-overlay__input {
  display: inline-block;
  width: calc(100% - 3.75rem);
  height: 3.75rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.25rem;
  color: #53565a;
}
@media (min-width: 56.25rem) {
  main .search-overlay__input {
    width: calc(100% - 5rem);
    height: 3.75rem;
    padding: 1.25rem;
    font-size: 1.875rem;
  }
}
main .search-overlay__input::-webkit-input-placeholder {
  color: #b7b8b9;
}
main .search-overlay__input::-moz-placeholder {
  color: #b7b8b9;
}
main .search-overlay__input:-ms-input-placeholder {
  color: #b7b8b9;
}
main .search-overlay__input::-ms-input-placeholder {
  color: #b7b8b9;
}
main .search-overlay__input::placeholder {
  color: #b7b8b9;
}
main .search-overlay__submit {
  display: inline-block;
  position: absolute;
  width: 3.75rem;
  height: 3.75rem;
  bottom: 0;
  right: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #00843d;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 56.25rem) {
  main .search-overlay__submit {
    width: 5rem;
    height: 3.75rem;
  }
}
main .search-overlay__submit .svg-search {
  margin-top: 3px;
  width: 25px;
  height: 25px;
}
@media (min-width: 56.25rem) {
  main .search-overlay__submit .svg-search {
    width: 29px;
    height: 29px;
  }
}
main .search-overlay__submit .svg-search-fill {
  fill: #fff;
  transition-property: fill;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
main .search-overlay__submit:hover, main .search-overlay__submit:focus {
  background-color: #fcd450;
}
main .search-overlay__submit:hover .svg-search-fill, main .search-overlay__submit:focus .svg-search-fill {
  fill: #53565a;
}

.ajax-progress {
  opacity: 0.2;
}

.paragraph--type--p-searchresults {
  position: relative;
}
.paragraph--type--p-searchresults .paragraph-basic-text__content {
  width: 100%;
  max-width: 62.5rem;
  margin: auto;
}
.paragraph--type--p-searchresults #views-exposed-form-site-search-block-search {
  display: flex;
  align-items: flex-end;
  padding: 20px 0 40px;
  width: calc(100% + 2rem);
  margin-left: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: #144d29;
}
@media (min-width: 37.5rem) {
  .paragraph--type--p-searchresults #views-exposed-form-site-search-block-search {
    padding-top: 60px;
    padding-bottom: 90px;
  }
}
@media (min-width: 62.5rem) {
  .paragraph--type--p-searchresults #views-exposed-form-site-search-block-search {
    width: 100%;
    margin-left: 0;
    padding: 90px 0 115px;
    background-color: transparent;
  }
  .paragraph--type--p-searchresults #views-exposed-form-site-search-block-search:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 360px;
    background-color: #144d29;
    z-index: -1;
  }
}
.paragraph--type--p-searchresults #views-exposed-form-site-search-block-search .form-item {
  width: 92%;
}
.paragraph--type--p-searchresults #views-exposed-form-site-search-block-search .form-item label {
  display: block;
  color: #fff;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 2.1875rem;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (min-width: 37.5rem) {
  .paragraph--type--p-searchresults #views-exposed-form-site-search-block-search .form-item label {
    font-size: 3.125rem;
    line-height: 55px;
  }
}
@media (min-width: 62.5rem) {
  .paragraph--type--p-searchresults #views-exposed-form-site-search-block-search .form-item label {
    font-size: 3.75rem;
    line-height: 65px;
  }
}
.paragraph--type--p-searchresults #views-exposed-form-site-search-block-search .form-item #edit-search-api-fulltext {
  padding: 10px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.375rem;
  line-height: 24px;
  color: #53565a;
  height: 55px;
  width: 100%;
  border-radius: 0;
  border: 1px solid #d7d7d7;
}
@media (min-width: 37.5rem) {
  .paragraph--type--p-searchresults #views-exposed-form-site-search-block-search .form-item #edit-search-api-fulltext {
    height: 70px;
    font-size: 1.875rem;
    line-height: 24px;
  }
}
.paragraph--type--p-searchresults #views-exposed-form-site-search-block-search .form-actions {
  width: 20%;
}
@media (min-width: 37.5rem) {
  .paragraph--type--p-searchresults #views-exposed-form-site-search-block-search .form-actions {
    width: 10%;
  }
}
@media (min-width: 62.5rem) {
  .paragraph--type--p-searchresults #views-exposed-form-site-search-block-search .form-actions {
    width: 8%;
  }
}
.paragraph--type--p-searchresults #views-exposed-form-site-search-block-search .form-actions #edit-submit-site-search {
  display: block;
  width: 100%;
  height: 55px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 1px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: -99999px;
  font-size: 0;
  line-height: 0;
  background-image: url(/themes/custom/delval/assets/icon-search-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #00843d;
  transition-property: background-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
@media (min-width: 37.5rem) {
  .paragraph--type--p-searchresults #views-exposed-form-site-search-block-search .form-actions #edit-submit-site-search {
    height: 70px;
  }
}
.paragraph--type--p-searchresults #views-exposed-form-site-search-block-search .form-actions #edit-submit-site-search:hover, .paragraph--type--p-searchresults #views-exposed-form-site-search-block-search .form-actions #edit-submit-site-search:focus {
  background-color: #fcd450;
  background-image: url(/themes/custom/delval/assets/icon-search-gray.svg);
}
.paragraph--type--p-searchresults header {
  margin: 20px 0 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fcd450;
}
@media (min-width: 37.5rem) {
  .paragraph--type--p-searchresults header {
    margin: 70px 0 55px;
  }
}
.paragraph--type--p-searchresults header p {
  margin: 0;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  color: #53565a;
}
@media (min-width: 37.5rem) {
  .paragraph--type--p-searchresults header p {
    font-size: 1.25rem;
  }
}
.paragraph--type--p-searchresults .views-infinite-scroll-content-wrapper .views-field-search-api-excerpt {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.paragraph--type--p-searchresults .views-infinite-scroll-content-wrapper .field-content {
  font-family: "Sabon LT W04 Roman";
  font-size: 1.375rem;
  color: #303030;
  letter-spacing: 0;
  line-height: 36px;
}
.paragraph--type--p-searchresults .views-infinite-scroll-content-wrapper .views-field-title a {
  display: inline-block;
  color: #5D6165;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.375rem;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 10px;
  text-decoration: none;
}
.paragraph--type--p-searchresults .views-infinite-scroll-content-wrapper .views-field-title a strong {
  color: #00843d;
}
@media (min-width: 37.5rem) {
  .paragraph--type--p-searchresults .views-infinite-scroll-content-wrapper .views-field-title a {
    font-size: 1.875rem;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
.paragraph--type--p-searchresults .views-infinite-scroll-content-wrapper .views-field-title a:hover, .paragraph--type--p-searchresults .views-infinite-scroll-content-wrapper .views-field-title a:focus {
  color: #00843d;
}
.paragraph--type--p-searchresults .js-pager__items {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 35px;
}
@media (min-width: 62.5rem) {
  .paragraph--type--p-searchresults .js-pager__items {
    margin-top: 55px;
  }
}
.paragraph--type--p-searchresults .js-pager__items .pager__item {
  margin: 0;
}
@media (min-width: 37.5rem) {
  .paragraph--type--p-searchresults .js-pager__items .pager__item .button {
    min-width: 385px;
    padding: 20px 15px;
  }
}

.social-share {
  width: 100%;
  max-width: 50rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  padding: 1.875rem 0;
}
.social-share__title {
  color: #53565a;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
}
.social-share__title::after {
  content: "Share This";
}
.social-share__widget {
  margin-top: 0.625rem;
  text-align: center;
}
.social-share__widget .at-resp-share-element .at-share-btn {
  padding: 0;
  margin: 0 0.625rem;
  border: solid 2px #00843d;
  transition: all 0.2s ease-in-out;
  transform: translateY(0);
}
.social-share__widget .at-resp-share-element .at-share-btn:hover {
  border-color: #fcd450;
  transform: translateY(0);
}
.social-share__widget .at-resp-share-element .at-share-btn:hover .at-icon {
  fill: #fcd450 !important;
}
.social-share__widget .at-resp-share-element .at-share-btn .at-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.625rem !important;
  height: 2.625rem !important;
}
.social-share__widget .at-resp-share-element .at-share-btn .at-icon-wrapper .at-icon {
  transition: all 0.2s ease-in-out;
}

.paragraph-stats {
  position: relative;
}
.paragraph-stats__background-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.paragraph-stats__background-wrapper::before, .paragraph-stats__background-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(4.375rem * 2 / 3);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}
.paragraph-stats__background-wrapper::before {
  top: 0;
}
.paragraph-stats__background-wrapper::after {
  bottom: 0;
  transform: scale(-1);
}
.paragraph-stats__background-container {
  position: absolute;
  width: 100%;
  min-width: 974px;
  height: 1008px;
  top: 50%;
  left: 50%;
  transform: scale(0.75) translate(-66%, -66%);
  display: flex;
}
@media (min-width: 43.75rem) {
  .paragraph-stats__background-container {
    transform: translate(-50%, -50%);
  }
}
.paragraph-stats__background-left {
  flex: 1 1 auto;
  width: 100%;
  min-width: 100px;
  height: 100%;
  background-image: url(/themes/custom/delval/assets/background-lines-left-straight.svg);
  background-position: center;
  background-repeat: repeat-x;
}
.paragraph-stats__background-center {
  flex: 0 0 auto;
  width: 774px;
  height: 100%;
  background-image: url(/themes/custom/delval/assets/background-lines-center-wavy.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.paragraph-stats__background-right {
  flex: 1 1 auto;
  width: 100%;
  min-width: 100px;
  height: 100%;
  background-image: url(/themes/custom/delval/assets/background-lines-right-straight.svg);
  background-repeat: repeat-x;
  background-position: center;
}
.paragraph-stats__stats {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
@media (min-width: 43.75rem) {
  .paragraph-stats__stats {
    display: flex;
  }
}
.paragraph-stats__stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 20rem;
  margin: auto;
  margin-bottom: 1.25rem;
}
@media (min-width: 43.75rem) {
  .paragraph-stats__stat {
    display: block;
    flex: 0 0 auto;
    width: 33.3333333333%;
    max-width: none;
    margin-bottom: 0;
  }
}
.paragraph-stats__stat:nth-child(1) .paragraph-stats__stat-text-wrapper, .paragraph-stats__stat:nth-child(3) .paragraph-stats__stat-text-wrapper {
  margin-right: -0.75rem;
}
@media (min-width: 43.75rem) {
  .paragraph-stats__stat:nth-child(1) .paragraph-stats__stat-text-wrapper, .paragraph-stats__stat:nth-child(3) .paragraph-stats__stat-text-wrapper {
    margin-bottom: 0.75rem;
    margin-right: 0;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-stats__stat:nth-child(1) .paragraph-stats__stat-text-wrapper, .paragraph-stats__stat:nth-child(3) .paragraph-stats__stat-text-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 75rem) {
  .paragraph-stats__stat:nth-child(1) .paragraph-stats__stat-text-wrapper, .paragraph-stats__stat:nth-child(3) .paragraph-stats__stat-text-wrapper {
    margin-bottom: 1.25rem;
  }
}
.paragraph-stats__stat:nth-child(2) .paragraph-stats__stat-text-wrapper {
  margin-left: -0.75rem;
}
@media (min-width: 43.75rem) {
  .paragraph-stats__stat:nth-child(2) .paragraph-stats__stat-text-wrapper {
    margin-left: 0;
  }
}
@media (min-width: 43.75rem) {
  .paragraph-stats__stat:nth-child(2) .paragraph-stats__stat-image {
    margin-bottom: 0.75rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-stats__stat:nth-child(2) .paragraph-stats__stat-image {
    margin-bottom: 1rem;
  }
}
@media (min-width: 75rem) {
  .paragraph-stats__stat:nth-child(2) .paragraph-stats__stat-image {
    margin-bottom: 1.25rem;
  }
}
.paragraph-stats__stat-large-text-wrapper {
  text-align: center;
}
.paragraph-stats__stat-large-text {
  display: inline-block;
  padding-top: 0.23em;
  padding-right: 0.385em;
  padding-bottom: 0.23em;
  padding-left: 0.385em;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 2.25rem;
  line-height: 1;
  color: #53565a;
  background-color: #fcd450;
}
@media (min-width: 56.25rem) {
  .paragraph-stats__stat-large-text {
    font-size: 3rem;
  }
}
@media (min-width: 75rem) {
  .paragraph-stats__stat-large-text {
    font-size: 4.0625rem;
  }
}
.paragraph-stats__stat-small-text-wrapper {
  text-align: center;
}
.paragraph-stats__stat-small-text {
  display: inline-block;
  margin-top: -0.6em;
  padding-top: 0.5em;
  padding-right: 0.6em;
  padding-bottom: 0.5em;
  padding-left: 0.6em;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1;
  color: #53565a;
  background-color: #fcd450;
}
@media (min-width: 56.25rem) {
  .paragraph-stats__stat-small-text {
    font-size: 1.25rem;
  }
}
@media (min-width: 75rem) {
  .paragraph-stats__stat-small-text {
    font-size: 1.75rem;
  }
}
.paragraph-stats__stat-image {
  display: block;
}
.paragraph-stats__stat-image img {
  display: block;
  width: 125px;
  max-width: none;
  margin: auto;
  padding: 4px;
  border-width: 2px;
  border-style: solid;
  border-color: #fcd450;
  border-radius: 50%;
}
@media (min-width: 43.75rem) {
  .paragraph-stats__stat-image img {
    width: 150px;
    padding: 5px;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-stats__stat-image img {
    width: 175px;
    padding: 6px;
  }
}
@media (min-width: 75rem) {
  .paragraph-stats__stat-image img {
    width: 200px;
    padding: 7px;
  }
}

.student-activities {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}
.student-activities__content {
  width: 100%;
  max-width: 50rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
.student-activities__content h2, .student-activities__content h3, .student-activities__content h4, .student-activities__content h5, .student-activities__content h6 {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #53565a;
}
.student-activities__content h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 37.5rem) {
  .student-activities__content h2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
@media (min-width: 56.25rem) {
  .student-activities__content h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.student-activities__content h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}
@media (min-width: 37.5rem) {
  .student-activities__content h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 56.25rem) {
  .student-activities__content h3 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
.student-activities__content h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .student-activities__content h4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .student-activities__content h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
.student-activities__content h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .student-activities__content h5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .student-activities__content h5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
.student-activities__content h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.student-activities__content h2 a, .student-activities__content h3 a, .student-activities__content h4 a, .student-activities__content h5 a, .student-activities__content h6 a {
  text-decoration: underline;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.student-activities__content h2 a:hover, .student-activities__content h2 a:focus, .student-activities__content h3 a:hover, .student-activities__content h3 a:focus, .student-activities__content h4 a:hover, .student-activities__content h4 a:focus, .student-activities__content h5 a:hover, .student-activities__content h5 a:focus, .student-activities__content h6 a:hover, .student-activities__content h6 a:focus {
  color: #00843d;
}
.student-activities__content p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.student-activities__content .lead-in {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1.25rem;
  text-align: center;
  color: #53565a;
}
@media (min-width: 37.5rem) {
  .student-activities__content .lead-in {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .student-activities__content .lead-in {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    font-size: 1.5rem;
  }
}
.student-activities__content ul, .student-activities__content ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.student-activities__content ul > li, .student-activities__content ol > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.student-activities__content a {
  display: inline;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fcd450;
  font-family: "Sabon LT W04 Bold";
  text-decoration: none;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.student-activities__content a:hover, .student-activities__content a:focus {
  color: #00843d;
}
.student-activities__content .button {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
  background-color: #fff;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 37.5rem) {
  .student-activities__content .button {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .student-activities__content .button {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.student-activities__content .button:hover, .student-activities__content .button:focus {
  border-color: #00843d;
  color: #fff;
  background-color: #00843d;
}
.student-activities__content hr {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #b7b8b9;
}
.student-activities__content em {
  font-family: "Sabon LT W04 Italic";
}
.student-activities__content em strong {
  font-family: "Sabon LT W04 Roman";
}
.student-activities__content strong {
  font-family: "Sabon LT W04 Bold";
}
.student-activities__content strong em {
  font-family: "Sabon LT W04 Roman";
}
.student-activities__content > *:first-child {
  margin-top: 0;
}
.student-activities__content > *:last-child {
  margin-bottom: 0;
}
.student-activities table {
  margin: auto;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.student-activities thead {
  white-space: nowrap;
}

.student-bio {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}
.student-bio__content {
  width: 100%;
  max-width: 50rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
.student-bio__content h2, .student-bio__content h3, .student-bio__content h4, .student-bio__content h5, .student-bio__content h6 {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #53565a;
}
.student-bio__content h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 37.5rem) {
  .student-bio__content h2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
@media (min-width: 56.25rem) {
  .student-bio__content h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.student-bio__content h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}
@media (min-width: 37.5rem) {
  .student-bio__content h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 56.25rem) {
  .student-bio__content h3 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
.student-bio__content h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .student-bio__content h4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .student-bio__content h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
.student-bio__content h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .student-bio__content h5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .student-bio__content h5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
.student-bio__content h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.student-bio__content h2 a, .student-bio__content h3 a, .student-bio__content h4 a, .student-bio__content h5 a, .student-bio__content h6 a {
  text-decoration: underline;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.student-bio__content h2 a:hover, .student-bio__content h2 a:focus, .student-bio__content h3 a:hover, .student-bio__content h3 a:focus, .student-bio__content h4 a:hover, .student-bio__content h4 a:focus, .student-bio__content h5 a:hover, .student-bio__content h5 a:focus, .student-bio__content h6 a:hover, .student-bio__content h6 a:focus {
  color: #00843d;
}
.student-bio__content p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.student-bio__content .lead-in {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1.25rem;
  text-align: center;
  color: #53565a;
}
@media (min-width: 37.5rem) {
  .student-bio__content .lead-in {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .student-bio__content .lead-in {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    font-size: 1.5rem;
  }
}
.student-bio__content ul, .student-bio__content ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.student-bio__content ul > li, .student-bio__content ol > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.student-bio__content a {
  display: inline;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fcd450;
  font-family: "Sabon LT W04 Bold";
  text-decoration: none;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.student-bio__content a:hover, .student-bio__content a:focus {
  color: #00843d;
}
.student-bio__content .button {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
  background-color: #fff;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 37.5rem) {
  .student-bio__content .button {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .student-bio__content .button {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.student-bio__content .button:hover, .student-bio__content .button:focus {
  border-color: #00843d;
  color: #fff;
  background-color: #00843d;
}
.student-bio__content hr {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #b7b8b9;
}
.student-bio__content em {
  font-family: "Sabon LT W04 Italic";
}
.student-bio__content em strong {
  font-family: "Sabon LT W04 Roman";
}
.student-bio__content strong {
  font-family: "Sabon LT W04 Bold";
}
.student-bio__content strong em {
  font-family: "Sabon LT W04 Roman";
}
.student-bio__content > *:first-child {
  margin-top: 0;
}
.student-bio__content > *:last-child {
  margin-bottom: 0;
}
.student-bio table {
  margin: auto;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.student-bio thead {
  white-space: nowrap;
}

.student-e360 {
  margin-top: 4.375rem;
  margin-bottom: 4.375rem;
}
.student-e360__content {
  width: 100%;
  max-width: 50rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
.student-e360__content h2, .student-e360__content h3, .student-e360__content h4, .student-e360__content h5, .student-e360__content h6 {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #53565a;
}
.student-e360__content h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 37.5rem) {
  .student-e360__content h2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
@media (min-width: 56.25rem) {
  .student-e360__content h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.student-e360__content h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}
@media (min-width: 37.5rem) {
  .student-e360__content h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 56.25rem) {
  .student-e360__content h3 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
.student-e360__content h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .student-e360__content h4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .student-e360__content h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
.student-e360__content h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .student-e360__content h5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .student-e360__content h5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
.student-e360__content h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.student-e360__content h2 a, .student-e360__content h3 a, .student-e360__content h4 a, .student-e360__content h5 a, .student-e360__content h6 a {
  text-decoration: underline;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.student-e360__content h2 a:hover, .student-e360__content h2 a:focus, .student-e360__content h3 a:hover, .student-e360__content h3 a:focus, .student-e360__content h4 a:hover, .student-e360__content h4 a:focus, .student-e360__content h5 a:hover, .student-e360__content h5 a:focus, .student-e360__content h6 a:hover, .student-e360__content h6 a:focus {
  color: #00843d;
}
.student-e360__content p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.student-e360__content .lead-in {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1.25rem;
  text-align: center;
  color: #53565a;
}
@media (min-width: 37.5rem) {
  .student-e360__content .lead-in {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .student-e360__content .lead-in {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    font-size: 1.5rem;
  }
}
.student-e360__content ul, .student-e360__content ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.student-e360__content ul > li, .student-e360__content ol > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.student-e360__content a {
  display: inline;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fcd450;
  font-family: "Sabon LT W04 Bold";
  text-decoration: none;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.student-e360__content a:hover, .student-e360__content a:focus {
  color: #00843d;
}
.student-e360__content .button {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
  background-color: #fff;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 37.5rem) {
  .student-e360__content .button {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .student-e360__content .button {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.student-e360__content .button:hover, .student-e360__content .button:focus {
  border-color: #00843d;
  color: #fff;
  background-color: #00843d;
}
.student-e360__content hr {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #b7b8b9;
}
.student-e360__content em {
  font-family: "Sabon LT W04 Italic";
}
.student-e360__content em strong {
  font-family: "Sabon LT W04 Roman";
}
.student-e360__content strong {
  font-family: "Sabon LT W04 Bold";
}
.student-e360__content strong em {
  font-family: "Sabon LT W04 Roman";
}
.student-e360__content > *:first-child {
  margin-top: 0;
}
.student-e360__content > *:last-child {
  margin-bottom: 0;
}
.student-e360 table {
  margin: auto;
  border-collapse: collapse;
  overflow-x: auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}
.student-e360 thead {
  white-space: nowrap;
}

.node-student__top {
  text-align: center;
}
.node-student__top .field_student_image {
  display: inline-block;
  margin-bottom: 0.75rem;
}
.node-student__top .media--type-image-student {
  position: relative;
  width: 12.1875rem;
}
@media (min-width: 37.5rem) {
  .node-student__top .media--type-image-student {
    width: auto;
  }
}
.node-student__top .media--type-image-student::before {
  content: "";
  position: absolute;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #00843d;
  opacity: 0;
  transition-property: width, height, opacity;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
@media (min-width: 37.5rem) {
  .node-student__top .media--type-image-student::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
.node-student__top .media--type-image-student img {
  display: block;
  padding: 7px;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  border-radius: 50%;
}
@media (min-width: 37.5rem) {
  .node-student__top .media--type-image-student img {
    padding: 10px;
  }
}
.node-student__major-minor {
  font-family: "Sabon LT W04 Roman";
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  color: #303030;
}
@media (min-width: 37.5rem) {
  .node-student__major-minor {
    font-size: 1.375rem;
  }
}
.node-student__area-of-study {
  font-family: "Sabon LT W04 Roman";
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #303030;
}
@media (min-width: 37.5rem) {
  .node-student__area-of-study {
    font-size: 1.125rem;
  }
}
.node-student .social-share {
  position: relative;
}
.node-student .social-share::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 100%;
  background-color: #f0f0f0;
}

table {
  width: 100%;
  border-spacing: 0;
}
table thead {
  text-align: left;
  background-color: #F5F6F6;
}
table thead th {
  padding: 11px 14px;
  border-bottom: 1px solid #d7d7d7;
  color: #303030;
  font-size: 1.125rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
}
table td {
  padding: 12px 14px;
  font-family: "Sabon LT W04 Roman";
  border-bottom: 1px solid #d7d7d7;
}

.paragraph-text-button-links {
  padding-bottom: 8.5rem;
}
.paragraph-text-button-links__container {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
.paragraph-text-button-links__heading {
  position: relative;
  padding-top: 70px;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.0625rem;
  line-height: 1.625rem;
  text-transform: uppercase;
  text-align: center;
  color: #53565a;
  letter-spacing: 0.8px;
}
.paragraph-text-button-links__heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 50px;
  background-color: #fcd450;
}
.paragraph-text-button-links__heading:empty {
  display: none;
}
.paragraph-text-button-links__links {
  padding-top: 4.375rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[1];
  grid-template-columns: repeat(1, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
}
@media (min-width: 43.75rem) {
  .paragraph-text-button-links__links {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 56.25rem) {
  .paragraph-text-button-links__links {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    row-gap: 2.8125rem;
  }
}
.paragraph-text-button-links__links a {
  position: relative;
  padding: 3.375rem 1.5rem;
  background-color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.5625rem;
  line-height: 2rem;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  color: #fff;
}
.paragraph-text-button-links__links a::before {
  content: "";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  top: 8px;
  left: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  border-color: #144d29;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 2;
  transition: border 0.2s ease;
}
.paragraph-text-button-links__links a::after {
  content: "";
  position: absolute;
  bottom: 19px;
  right: 17px;
  border-bottom-width: 15px;
  border-bottom-style: solid;
  border-bottom-color: #144d29;
  border-left-width: 15px;
  border-left-style: solid;
  border-left-color: transparent;
  transition: border 0.2s ease;
}
@media (min-width: 28.125rem) {
  .paragraph-text-button-links__links a::after {
    border-bottom-width: 18px;
    border-left-width: 18px;
  }
}
@media (min-width: 43.75rem) {
  .paragraph-text-button-links__links a::after {
    border-bottom-width: 15px;
    border-left-width: 15px;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-text-button-links__links a::after {
    border-bottom-width: 18px;
    border-left-width: 18px;
  }
}
.paragraph-text-button-links__links a:hover::before {
  border-color: #fcd450;
}
.paragraph-text-button-links__links a:hover::after {
  border-bottom-color: #fcd450;
}
.paragraph-text-button-links--has-bg-color {
  background-color: #f0f0f0;
}

.text-hero {
  width: 100%;
  max-width: 50rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
  margin-bottom: 1.25rem;
  text-align: center;
}
.text-hero__breadcrumbs {
  margin-bottom: 1.25rem;
}
@media (min-width: 56.25rem) {
  .text-hero__breadcrumbs {
    margin-bottom: 1.875rem;
  }
}
.text-hero__title {
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 2.1875rem;
  font-weight: 500;
  line-height: 1;
  color: #53565a;
}
@media (min-width: 56.25rem) {
  .text-hero__title {
    font-size: 3.125rem;
  }
}
.text-hero__color-bar {
  display: inline-block;
  width: 5.3125rem;
  height: 0.3125rem;
  border: 0;
  background-color: #00843d;
  margin: 1em 0 0 0;
}

.paragraph-text-image {
  width: 100%;
  max-width: 62.5rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 4.6875rem;
  margin-bottom: 4.6875rem;
}
.paragraph-text-image__content-wrapper {
  position: relative;
  display: block;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding-top: 1.25rem;
  padding-right: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.625rem;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
}
@media (min-width: 37.5rem) {
  .paragraph-text-image__content-wrapper {
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-left: 1.375rem;
    padding-top: 1.25rem;
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: calc(1.25rem + 1rem);
    padding-left: calc(1.25rem + 1rem);
  }
}
.paragraph-text-image__content-wrapper.has-corner-arrow::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 12px;
  bottom: 12px;
  border-bottom-width: 17px;
  border-bottom-style: solid;
  border-bottom-color: #00843d;
  border-left-width: 17px;
  border-left-style: solid;
  border-left-color: transparent;
}
@media (min-width: 37.5rem) {
  .paragraph-text-image__left {
    flex: 0 0 auto;
    width: 42%;
  }
}
.paragraph-text-image__left img {
  display: block;
  width: calc(100% + 0.625rem * 2 + 24px);
  max-width: none;
  margin-left: calc(-1 * (0.625rem + 12px));
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
@media (min-width: 37.5rem) {
  .paragraph-text-image__left img {
    width: 100%;
    margin-left: calc(-1 * (1.25rem + 2.5rem));
    margin-left: calc(-1 * (1.25rem + 2.5rem));
  }
}
.paragraph-text-image__right {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 37.5rem) {
  .paragraph-text-image__right {
    flex: 0 0 auto;
    width: calc(58% + 1.25rem + 2.5rem);
    width: calc(58% + 1.25rem + 2.5rem);
    margin-left: calc(-1 * (1.25rem + 2.5rem));
    margin-left: calc(-1 * (1.25rem + 2.5rem));
    padding-top: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.875rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-text-image__right {
    padding-top: 2.5rem;
    padding-right: 1.5625rem;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
  }
}
.paragraph-text-image__subheading {
  margin-bottom: 0.625rem;
  font-family: "Sabon LT W04 Italic";
  font-size: 1.25rem;
  line-height: 1.35;
  color: #53565a;
}
@media (min-width: 56.25rem) {
  .paragraph-text-image__subheading {
    margin-bottom: 1.25rem;
  }
}
.paragraph-text-image__heading {
  margin-bottom: 0.75rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 2rem;
  line-height: 1.2;
  color: #53565a;
}
@media (min-width: 37.5rem) {
  .paragraph-text-image__heading {
    font-size: 2.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-text-image__heading {
    margin-bottom: 0.9375rem;
    font-size: 2.8125rem;
  }
}
.paragraph-text-image__text h2, .paragraph-text-image__text h3, .paragraph-text-image__text h4, .paragraph-text-image__text h5, .paragraph-text-image__text h6 {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #53565a;
}
.paragraph-text-image__text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 37.5rem) {
  .paragraph-text-image__text h2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-text-image__text h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.paragraph-text-image__text h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}
@media (min-width: 37.5rem) {
  .paragraph-text-image__text h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-text-image__text h3 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
.paragraph-text-image__text h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-text-image__text h4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-text-image__text h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
.paragraph-text-image__text h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .paragraph-text-image__text h5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-text-image__text h5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
.paragraph-text-image__text h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.paragraph-text-image__text h2 a, .paragraph-text-image__text h3 a, .paragraph-text-image__text h4 a, .paragraph-text-image__text h5 a, .paragraph-text-image__text h6 a {
  text-decoration: underline;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-text-image__text h2 a:hover, .paragraph-text-image__text h2 a:focus, .paragraph-text-image__text h3 a:hover, .paragraph-text-image__text h3 a:focus, .paragraph-text-image__text h4 a:hover, .paragraph-text-image__text h4 a:focus, .paragraph-text-image__text h5 a:hover, .paragraph-text-image__text h5 a:focus, .paragraph-text-image__text h6 a:hover, .paragraph-text-image__text h6 a:focus {
  color: #00843d;
}
.paragraph-text-image__text p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.paragraph-text-image__text .lead-in {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1.25rem;
  text-align: center;
  color: #53565a;
}
@media (min-width: 37.5rem) {
  .paragraph-text-image__text .lead-in {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-text-image__text .lead-in {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    font-size: 1.5rem;
  }
}
.paragraph-text-image__text ul, .paragraph-text-image__text ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.paragraph-text-image__text ul > li, .paragraph-text-image__text ol > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.paragraph-text-image__text a {
  display: inline;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fcd450;
  font-family: "Sabon LT W04 Bold";
  text-decoration: none;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.paragraph-text-image__text a:hover, .paragraph-text-image__text a:focus {
  color: #00843d;
}
.paragraph-text-image__text .button {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
  background-color: #fff;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 37.5rem) {
  .paragraph-text-image__text .button {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-text-image__text .button {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.paragraph-text-image__text .button:hover, .paragraph-text-image__text .button:focus {
  border-color: #00843d;
  color: #fff;
  background-color: #00843d;
}
.paragraph-text-image__text hr {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #b7b8b9;
}
.paragraph-text-image__text em {
  font-family: "Sabon LT W04 Italic";
}
.paragraph-text-image__text em strong {
  font-family: "Sabon LT W04 Roman";
}
.paragraph-text-image__text strong {
  font-family: "Sabon LT W04 Bold";
}
.paragraph-text-image__text strong em {
  font-family: "Sabon LT W04 Roman";
}
.paragraph-text-image__text > *:first-child {
  margin-top: 0;
}
.paragraph-text-image__text > *:last-child {
  margin-bottom: 0;
}
.paragraph-text-image__text p {
  font-size: 1rem;
  line-height: 1.8;
}
@media (min-width: 56.25rem) {
  .paragraph-text-image__text p {
    font-size: 1.125rem;
  }
}
.paragraph-text-image__cta {
  margin-top: 0.9375rem;
}
@media (min-width: 37.5rem) {
  .paragraph-text-image__cta {
    margin-top: 1.875rem;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-text-image__cta {
    margin-top: 2.5rem;
  }
}
.paragraph-text-image__cta a {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.125rem;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
}
.paragraph-text-image__cta a:hover .svg-arrow-right, .paragraph-text-image__cta a:focus .svg-arrow-right {
  border-color: #00843d;
}
.paragraph-text-image__cta a span {
  white-space: nowrap;
}
.paragraph-text-image__cta a .svg-arrow-right {
  width: calc(1.265625rem + 0.2109375rem);
  height: calc(1.265625rem + 0.2109375rem);
  margin-left: 0.703125rem;
  padding: 0.2109375rem;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 50%;
  vertical-align: text-bottom;
  transition-property: border-color;
  transition-duration: 0.25s;
  transition-timing-function: ease-out;
}
.paragraph-text-image__cta a .svg-arrow-right-stroke {
  stroke: #00843d;
}
@media (min-width: 37.5rem) {
  .paragraph-text-image__cta a {
    font-family: "Trade Gothic LT W01 Bd Cn No-2";
    font-size: 1.25rem;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #00843d;
  }
  .paragraph-text-image__cta a:hover .svg-arrow-right, .paragraph-text-image__cta a:focus .svg-arrow-right {
    border-color: #00843d;
  }
  .paragraph-text-image__cta a span {
    white-space: nowrap;
  }
  .paragraph-text-image__cta a .svg-arrow-right {
    width: calc(1.40625rem + 0.234375rem);
    height: calc(1.40625rem + 0.234375rem);
    margin-left: 0.78125rem;
    padding: 0.234375rem;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 50%;
    vertical-align: text-bottom;
    transition-property: border-color;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
  }
  .paragraph-text-image__cta a .svg-arrow-right-stroke {
    stroke: #00843d;
  }
}
@media (min-width: 56.25rem) {
  .paragraph-text-image__cta a {
    font-family: "Trade Gothic LT W01 Bd Cn No-2";
    font-size: 1.375rem;
    line-height: 1;
    text-transform: uppercase;
    text-decoration: none;
    color: #00843d;
  }
  .paragraph-text-image__cta a:hover .svg-arrow-right, .paragraph-text-image__cta a:focus .svg-arrow-right {
    border-color: #00843d;
  }
  .paragraph-text-image__cta a span {
    white-space: nowrap;
  }
  .paragraph-text-image__cta a .svg-arrow-right {
    width: calc(1.546875rem + 0.2578125rem);
    height: calc(1.546875rem + 0.2578125rem);
    margin-left: 0.859375rem;
    padding: 0.2578125rem;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 50%;
    vertical-align: text-bottom;
    transition-property: border-color;
    transition-duration: 0.25s;
    transition-timing-function: ease-out;
  }
  .paragraph-text-image__cta a .svg-arrow-right-stroke {
    stroke: #00843d;
  }
}

.paragraph-2-column {
  display: flex;
  width: 100%;
  max-width: 75rem;
  margin: auto;
}
.paragraph-2-column .main-column {
  display: flex;
  flex: 2;
}
.paragraph-2-column .main-column .field_main_column {
  width: 100%;
}
.paragraph-2-column .main-column .header-selectors {
  width: 100%;
  display: flex;
  border-bottom: thin solid #d7d7d7;
  margin-bottom: 0.5rem;
  padding-bottom: 0.75rem;
}
.paragraph-2-column .main-column .header-selectors .duration-selectors {
  display: flex;
  flex: 3;
  align-items: center;
  border-right: 1px solid #53565a;
  margin-right: 1rem;
}
.paragraph-2-column .main-column .header-selectors .duration-selectors .selector-container {
  flex: 1;
}
.paragraph-2-column .main-column .header-selectors .duration-selectors .selector-container .selector {
  padding: 1.25rem 0 0.625rem;
  position: relative;
  width: 100%;
  text-decoration: none;
  margin-bottom: 0;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.625rem;
  font-weight: normal;
  line-height: 1.5;
  color: #53565a;
}
.paragraph-2-column .main-column .header-selectors .duration-selectors .selector-container .selector::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 2px;
}
.paragraph-2-column .main-column .header-selectors .duration-selectors .selector-container .selector::after {
  width: 0;
  background-color: #fcd450;
  transition-property: width;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
}
.paragraph-2-column .main-column .header-selectors .duration-selectors .selector-container .selector:hover::after, .paragraph-2-column .main-column .header-selectors .duration-selectors .selector-container .selector:focus::after, .paragraph-2-column .main-column .header-selectors .duration-selectors .selector-container .selector.active::after {
  width: 100%;
}
.paragraph-2-column .main-column .header-selectors .display-selectors {
  flex: 2;
  display: flex;
  align-items: center;
}
.paragraph-2-column .main-column .header-selectors .display-selectors .selector-container {
  flex: 1;
}
.paragraph-2-column .main-column .header-selectors .display-selectors .selector-container .selector {
  border: 1px solid #00843d;
  background-color: #f0f0f0;
  padding-left: 1.5rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  width: 100%;
  text-decoration: none;
  margin-bottom: 0;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.625rem;
  font-weight: normal;
  line-height: 1.5;
  color: #00843d;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
}
.paragraph-2-column .main-column .header-selectors .display-selectors .selector-container .selector:hover {
  background-color: #00843d;
  color: #fff;
}
.paragraph-2-column .main-column .header-selectors .display-selectors .selector-container .selector:hover .events-icon svg {
  fill: #fff;
}
.paragraph-2-column .main-column .header-selectors .display-selectors .selector-container .selector.grid .events-icon svg {
  max-height: 24px;
  max-width: 24px;
  position: relative;
  bottom: -4px;
}
.paragraph-2-column .main-column .header-selectors .display-selectors .selector-container .selector .events-icon {
  width: 16px;
  height: 16px;
  position: relative;
}
.paragraph-2-column .main-column .header-selectors .display-selectors .selector-container .selector .events-icon svg {
  max-height: 16px;
  max-width: 16px;
  fill: #00843d;
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
}
.paragraph-2-column .main-column .header-filters label {
  color: #00843d;
  font-size: 1.25em;
  font-weight: bold;
}
.paragraph-2-column .main-column .date-header {
  display: flex;
  justify-content: space-between;
}
.paragraph-2-column .main-column .date-header h2 {
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.53;
  letter-spacing: 0.8px;
  text-align: center;
  color: #53565a;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
}
.paragraph-2-column .main-column .date-header__pager {
  justify-content: right;
}
.paragraph-2-column .main-column .date-header__pager .prev {
  width: 24px;
  height: 34px;
  border: 1px solid #144d29;
  margin: 1em 0;
  padding: 0.5em 0.5em 0.5em 0;
  background: url("/themes/custom/delval/assets/arrow-left.svg") no-repeat center;
  display: inline-block;
  text-decoration: none;
}
.paragraph-2-column .main-column .date-header__pager .prev:hover, .paragraph-2-column .main-column .date-header__pager .prev:focus {
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  background: #00843d url("/themes/custom/delval/assets/arrow-white-left.svg") no-repeat center;
}
.paragraph-2-column .main-column .date-header__pager .next {
  width: 24px;
  height: 34px;
  border: 1px solid #144d29;
  margin: 1em 0;
  padding: 0.5em 0 0.5em 0.5em;
  background: url("/themes/custom/delval/assets/arrow-right.svg") no-repeat center;
  display: inline-block;
  text-decoration: none;
}
.paragraph-2-column .main-column .date-header__pager .next:hover, .paragraph-2-column .main-column .date-header__pager .next:focus {
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  background: #00843d url("/themes/custom/delval/assets/arrow-white-right.svg") no-repeat center;
}
.paragraph-2-column .sidebar {
  display: flex;
  flex: 1;
  max-width: 33%;
  padding: 0 2rem;
}
.paragraph-2-column .sidebar .field_sidebar {
  display: block;
  overflow: hidden;
}
.paragraph-2-column .sidebar .field_sidebar .slick--view--upcoming-events {
  text-align: center;
  color: #fff;
}
.paragraph-2-column .sidebar .field_sidebar .slick--view--upcoming-events .upcoming-events-slide {
  border: solid 1px #fcd450;
  padding: 5px;
}
.paragraph-2-column .sidebar .field_sidebar .slick--view--upcoming-events a {
  position: relative;
  z-index: 9;
}
.paragraph-2-column .sidebar .field_sidebar .slick--view--upcoming-events .views-field-field-event-start-date-time {
  background-color: #144d29;
  padding: 1rem;
  font-size: 1.25rem;
}
.paragraph-2-column .sidebar .field_sidebar .slick--view--upcoming-events .views-field-title {
  background-color: #144d29;
  padding: 0 1rem 1rem;
  font-weight: bold;
  font-size: 1.5rem;
}
.paragraph-2-column .sidebar .field_sidebar .slick--view--upcoming-events .slick-dots {
  padding-top: 1rem;
  position: absolute;
  width: 95%;
  margin: 0 0.5rem;
  height: 15%;
  vertical-align: bottom;
}
.paragraph-2-column .sidebar .field_sidebar .slick--view--upcoming-events .slick-dots li {
  display: inline-block;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.paragraph-2-column .sidebar .field_sidebar .slick--view--upcoming-events .slick-dots li button {
  color: transparent;
  border-radius: 100%;
}
.paragraph-2-column .sidebar .field_sidebar .slick--view--upcoming-events .slick-dots li.slick-active button:before, .paragraph-2-column .sidebar .field_sidebar .slick--view--upcoming-events .slick-dots li button:before {
  opacity: 1;
  font-size: 12px;
  color: transparent;
}
.paragraph-2-column .sidebar .field_sidebar .slick--view--upcoming-events .slick-dots li.slick-active button {
  border: 5px solid #144d29;
  border-radius: 100%;
  color: transparent;
  background-color: #144d29;
}
.paragraph-2-column .sidebar .field_sidebar .slick--view--upcoming-events .slick-dots li.slick-active button:before {
  color: transparent;
}
.paragraph-2-column .sidebar img {
  max-width: 100%;
}

@media (max-width: 800px) {
  .paragraph-2-column {
    flex-direction: column;
  }
}
.paragraph-upcoming-events {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.paragraph-upcoming-events__boundary {
  width: 100%;
  max-width: 75rem;
  margin: auto;
  padding: 2.1875rem 0 3.4375rem;
  position: relative;
}
.paragraph-upcoming-events__boundary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 2.1875rem;
  width: 2px;
  background-color: #fcd450;
}
@media (min-width: 50rem) {
  .paragraph-upcoming-events__boundary {
    padding: 3.4375rem 0;
  }
  .paragraph-upcoming-events__boundary:before {
    height: 3.4375rem;
  }
}
.paragraph-upcoming-events__boundary.with-background .paragraph-upcoming-events__heading {
  color: #fff;
}
.paragraph-upcoming-events__boundary.with-background .paragraph-upcoming-events__button a {
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}
.paragraph-upcoming-events__boundary.with-background .paragraph-upcoming-events__button a:hover {
  background-color: #fff;
  color: #00843d;
}
.paragraph-upcoming-events__boundary.with-background .node-event:hover {
  background-color: #fff;
}
.paragraph-upcoming-events__boundary.with-background .node-event:hover .node-event__time, .paragraph-upcoming-events__boundary.with-background .node-event:hover .node-event__title, .paragraph-upcoming-events__boundary.with-background .node-event:hover .node-event__info {
  color: #53565a;
}
.paragraph-upcoming-events__button {
  text-align: center;
  margin-top: 4.6875rem;
}
.paragraph-upcoming-events__button a {
  padding: 1.25rem 3.125rem;
  background-color: #fff;
  font-size: 1.375rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  line-height: 1.27;
  color: #00843d;
  border: 1px solid #00843d;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.paragraph-upcoming-events__button a:hover {
  color: #fff;
  background-color: #00843d;
  border: 1px solid #00843d;
}
.paragraph-upcoming-events__heading {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.53;
  letter-spacing: 0.8px;
  text-align: center;
  color: #53565a;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  text-transform: uppercase;
  margin-top: 0.9375rem;
  margin-bottom: 1.5625rem;
}
.paragraph-upcoming-events__grid {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 1.5rem;
  grid-column-gap: 1.5rem;
  position: relative;
}
@media (min-width: 50rem) {
  .paragraph-upcoming-events__grid {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

.node-event {
  background-color: #144d29;
  padding: 0.5rem;
  transition: background-color 0.2s ease;
}
.node-event__block {
  display: block;
  height: 100%;
  padding: 1.125rem;
  border: 1px solid #00843d;
  text-decoration: none;
  position: relative;
  transition: border 0.2s ease;
  min-height: 175px;
}
.node-event__block::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-bottom-width: 15px;
  border-bottom-style: solid;
  border-bottom-color: #00843d;
  border-left-width: 15px;
  border-left-style: solid;
  border-left-color: transparent;
  transition: border-bottom-color 0.2s ease;
}
.node-event__block:hover {
  border: 1px solid #fcd450;
}
.node-event__block:hover::after {
  border-bottom-color: #fcd450;
}
.node-event__time {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.0625rem;
  line-height: 1.32;
  color: #fff;
  margin: 0 0 0.625rem;
  transition: all 0.2s ease;
}
.node-event__title {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.625rem;
  line-height: 1.27;
  color: #fff;
  margin: 0.3125rem 0;
  transition: all 0.2s ease;
}
.node-event__info {
  margin-top: 1.875rem;
  font-family: "Sabon LT W04 Italic";
  font-size: 0.9375rem;
  line-height: 2;
  color: #fff;
  transition: all 0.2s ease;
}

.paragraph-2-column .sidebar .featured-events-slider {
  margin-bottom: 4rem;
}
.paragraph-2-column .sidebar .upcoming-events-jump-to {
  padding-bottom: 2em;
  margin-bottom: 1em;
  border-bottom: 2px solid #00843d;
}
.paragraph-2-column .sidebar .upcoming-events-jump-to h2 {
  color: #00843d;
  text-transform: uppercase;
  position: relative;
  text-indent: 0;
}
.paragraph-2-column .sidebar .upcoming-events-jump-to h2:after {
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.paragraph-2-column .sidebar .upcoming-events-jump-to h2 span {
  display: block;
  position: absolute;
  right: 0;
  top: 49%;
  bottom: 49%;
  min-width: 90%;
  border-bottom: 2px solid #00843d;
}
.paragraph-2-column .sidebar .upcoming-events-jump-to .jump-to-link {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 2rem;
  color: #53565a;
  border-bottom: 2px solid #b7b8b9;
  padding: 0.5em 0.5em;
  transition: border-bottom-color 0.2s ease;
  max-width: 90%;
}
.paragraph-2-column .sidebar .upcoming-events-jump-to .jump-to-link:focus, .paragraph-2-column .sidebar .upcoming-events-jump-to .jump-to-link:hover {
  border-color: #fcd450;
}
.paragraph-2-column .sidebar .upcoming-events-calendar h2 {
  color: #00843d;
  text-transform: uppercase;
  position: relative;
  text-indent: 0;
}
.paragraph-2-column .sidebar .upcoming-events-calendar h2:after {
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.paragraph-2-column .sidebar .upcoming-events-calendar h2 span {
  display: block;
  position: absolute;
  right: 0;
  top: 49%;
  bottom: 49%;
  min-width: 90%;
  border-bottom: 2px solid #00843d;
}
.paragraph-2-column .sidebar .upcoming-events-calendar tr td {
  border-bottom: 1px solid #144d29;
  border-right: 1px solid #144d29;
}
.paragraph-2-column .sidebar .upcoming-events-calendar tr td .calendar-view-day__number {
  text-align: center;
  color: #53565a;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.5em;
  transition: all 0.2s ease;
  border: 2px solid transparent;
  text-decoration: none;
}
.paragraph-2-column .sidebar .upcoming-events-calendar tr td .calendar-view-day__number:focus, .paragraph-2-column .sidebar .upcoming-events-calendar tr td .calendar-view-day__number:hover {
  background-color: #144d29;
  color: #fff;
  border: 2px solid #00843d;
  cursor: pointer;
  text-decoration: none;
}
.paragraph-2-column .sidebar .upcoming-events-calendar tr td:last-child {
  border-right: none;
}
.paragraph-2-column .sidebar .upcoming-events-calendar tr:nth-child(even) td {
  background-color: #F5F6F6;
}
.paragraph-2-column .sidebar .upcoming-events-calendar tr:last-child td {
  border-bottom: none;
}
.paragraph-2-column .sidebar .upcoming-events-calendar .previous-month .calendar-view-day__number {
  color: #b7b8b9;
}
.paragraph-2-column .sidebar .upcoming-events-calendar .next-month .calendar-view-day__number {
  color: #b7b8b9;
}
.paragraph-2-column .sidebar .upcoming-events-calendar .calendar-view-pager {
  justify-content: center;
  gap: 10px;
}
.paragraph-2-column .sidebar .upcoming-events-calendar .pager__current,
.paragraph-2-column .sidebar .upcoming-events-calendar .pager__reset {
  display: none;
}
.paragraph-2-column .sidebar .upcoming-events-calendar .pager__previous {
  list-style: none;
}
.paragraph-2-column .sidebar .upcoming-events-calendar .pager__previous a {
  width: 24px;
  height: 34px;
  border: 1px solid #144d29;
  margin: 1em 0;
  padding: 0.5em 0.5em 0.5em 0;
  background: url("/themes/custom/delval/assets/arrow-left.svg") no-repeat center;
  display: inline-block;
  text-decoration: none;
  text-indent: -9999px;
  cursor: pointer;
  float: left;
}
.paragraph-2-column .sidebar .upcoming-events-calendar .pager__previous a:hover, .paragraph-2-column .sidebar .upcoming-events-calendar .pager__previous a:focus {
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  background: #00843d url("/themes/custom/delval/assets/arrow-white-left.svg") no-repeat center;
}
.paragraph-2-column .sidebar .upcoming-events-calendar .pager__next {
  list-style: none;
}
.paragraph-2-column .sidebar .upcoming-events-calendar .pager__next a {
  width: 24px;
  height: 34px;
  border: 1px solid #144d29;
  margin: 1em 0;
  padding: 0.5em 0 0.5em 0.5em;
  background: url("/themes/custom/delval/assets/arrow-right.svg") no-repeat center;
  display: inline-block;
  text-decoration: none;
  text-indent: -9999px;
  cursor: pointer;
  float: left;
}
.paragraph-2-column .sidebar .upcoming-events-calendar .pager__next a:hover, .paragraph-2-column .sidebar .upcoming-events-calendar .pager__next a:focus {
  transition-timing-function: ease-in-out;
  transition-duration: 0.25s;
  background: #00843d url("/themes/custom/delval/assets/arrow-white-right.svg") no-repeat center;
}
.paragraph-2-column .sidebar .upcoming-events-misc-links {
  margin-bottom: 2em;
}
.paragraph-2-column .sidebar .upcoming-events-misc-links a {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 2rem;
  color: #53565a;
  border-bottom: 2px solid #b7b8b9;
  padding: 0.5em 0.5em;
  transition: border-bottom-color 0.2s ease;
  max-width: 90%;
}
.paragraph-2-column .sidebar .upcoming-events-misc-links a:focus, .paragraph-2-column .sidebar .upcoming-events-misc-links a:hover {
  border-color: #fcd450;
}

.user-login-form {
  width: 100%;
  max-width: 50rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 4.375rem;
  padding-bottom: 4.375rem;
}
.user-login-form .form-item-name > label {
  display: block;
  margin-bottom: 0.125rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  text-transform: uppercase;
  color: #303030;
}
.user-login-form .form-item-name > label.form-required::after {
  content: "*";
}
.user-login-form .form-item-name > input {
  display: block;
  width: 100%;
  margin-bottom: 1.25rem;
  padding-top: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  border-width: 1px;
  border-style: solid;
  border-color: #b7b8b9;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.125rem;
  color: #53565a;
}
.user-login-form .form-item-name .description {
  display: none;
}
.user-login-form .form-item-pass > label {
  display: block;
  margin-bottom: 0.125rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  text-transform: uppercase;
  color: #303030;
}
.user-login-form .form-item-pass > label.form-required::after {
  content: "*";
}
.user-login-form .form-item-pass > input {
  display: block;
  width: 100%;
  margin-bottom: 1.25rem;
  padding-top: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  border-width: 1px;
  border-style: solid;
  border-color: #b7b8b9;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.125rem;
  color: #53565a;
}
.user-login-form .form-item-pass .description {
  display: none;
}
.user-login-form .form-submit {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
  background-color: #fff;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 37.5rem) {
  .user-login-form .form-submit {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .user-login-form .form-submit {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.user-login-form .form-submit:hover, .user-login-form .form-submit:focus {
  border-color: inherit;
  color: #fff;
  background-color: #00843d;
}

.videoembed {
  padding: 1.25rem 1rem;
}
@media (min-width: 50rem) {
  .videoembed {
    padding: 4.375rem 1rem;
  }
}
.videoembed__stage.video-visible {
  height: auto;
}
.videoembed__text-wrapper, .videoembed__boundary {
  width: 100%;
  max-width: 50rem;
  margin: auto;
}
.videoembed__text-wrapper {
  padding: 1.25rem;
}
.videoembed__text-wrapper h2, .videoembed__text-wrapper h3, .videoembed__text-wrapper h4, .videoembed__text-wrapper h5, .videoembed__text-wrapper h6 {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #53565a;
}
.videoembed__text-wrapper h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 37.5rem) {
  .videoembed__text-wrapper h2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
@media (min-width: 56.25rem) {
  .videoembed__text-wrapper h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.videoembed__text-wrapper h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}
@media (min-width: 37.5rem) {
  .videoembed__text-wrapper h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 56.25rem) {
  .videoembed__text-wrapper h3 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
.videoembed__text-wrapper h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .videoembed__text-wrapper h4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .videoembed__text-wrapper h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
.videoembed__text-wrapper h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .videoembed__text-wrapper h5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .videoembed__text-wrapper h5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
.videoembed__text-wrapper h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.videoembed__text-wrapper h2 a, .videoembed__text-wrapper h3 a, .videoembed__text-wrapper h4 a, .videoembed__text-wrapper h5 a, .videoembed__text-wrapper h6 a {
  text-decoration: underline;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.videoembed__text-wrapper h2 a:hover, .videoembed__text-wrapper h2 a:focus, .videoembed__text-wrapper h3 a:hover, .videoembed__text-wrapper h3 a:focus, .videoembed__text-wrapper h4 a:hover, .videoembed__text-wrapper h4 a:focus, .videoembed__text-wrapper h5 a:hover, .videoembed__text-wrapper h5 a:focus, .videoembed__text-wrapper h6 a:hover, .videoembed__text-wrapper h6 a:focus {
  color: #00843d;
}
.videoembed__text-wrapper p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.videoembed__text-wrapper .lead-in {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1.25rem;
  text-align: center;
  color: #53565a;
}
@media (min-width: 37.5rem) {
  .videoembed__text-wrapper .lead-in {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .videoembed__text-wrapper .lead-in {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    font-size: 1.5rem;
  }
}
.videoembed__text-wrapper ul, .videoembed__text-wrapper ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.videoembed__text-wrapper ul > li, .videoembed__text-wrapper ol > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.videoembed__text-wrapper a {
  display: inline;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fcd450;
  font-family: "Sabon LT W04 Bold";
  text-decoration: none;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.videoembed__text-wrapper a:hover, .videoembed__text-wrapper a:focus {
  color: #00843d;
}
.videoembed__text-wrapper .button {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
  background-color: #fff;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 37.5rem) {
  .videoembed__text-wrapper .button {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .videoembed__text-wrapper .button {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.videoembed__text-wrapper .button:hover, .videoembed__text-wrapper .button:focus {
  border-color: #00843d;
  color: #fff;
  background-color: #00843d;
}
.videoembed__text-wrapper hr {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #b7b8b9;
}
.videoembed__text-wrapper em {
  font-family: "Sabon LT W04 Italic";
}
.videoembed__text-wrapper em strong {
  font-family: "Sabon LT W04 Roman";
}
.videoembed__text-wrapper strong {
  font-family: "Sabon LT W04 Bold";
}
.videoembed__text-wrapper strong em {
  font-family: "Sabon LT W04 Roman";
}
.videoembed__text-wrapper > *:first-child {
  margin-top: 0;
}
.videoembed__text-wrapper > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 50rem) {
  .videoembed__text-wrapper {
    padding: 0;
  }
}
.videoembed__boundary {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 1.875rem;
  height: 0;
  overflow: hidden;
}
@media (min-width: 50rem) {
  .videoembed__boundary {
    padding-bottom: 27.8125rem;
    padding-top: 0;
  }
}
.videoembed__boundary iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.videoembed__posterimage {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
.videoembed__posterimage:hover .videoembed__play-icon, .videoembed__posterimage:focus .videoembed__play-icon {
  background-color: #144d29;
}
.videoembed__posterimage.active {
  display: none;
}
.videoembed__play-icon {
  width: 4.125rem;
  height: 4.125rem;
  border-radius: 50%;
  background-color: #00843d;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s;
}
.videoembed__play-icon:before {
  content: "";
  border-top: solid 12px transparent;
  border-left: solid 22px white;
  border-bottom: solid 12px transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 3px;
  transition: border-color 0.2s;
}
.videoembed.light_gray {
  background-color: #b7b8b9;
}
.videoembed.light_gray .videoembed__text-wrapper h2, .videoembed.light_gray .videoembed__text-wrapper h3, .videoembed.light_gray .videoembed__text-wrapper h4, .videoembed.light_gray .videoembed__text-wrapper h5, .videoembed.light_gray .videoembed__text-wrapper h6 {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #fff;
}
.videoembed.light_gray .videoembed__text-wrapper h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 37.5rem) {
  .videoembed.light_gray .videoembed__text-wrapper h2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
@media (min-width: 56.25rem) {
  .videoembed.light_gray .videoembed__text-wrapper h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.videoembed.light_gray .videoembed__text-wrapper h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}
@media (min-width: 37.5rem) {
  .videoembed.light_gray .videoembed__text-wrapper h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 56.25rem) {
  .videoembed.light_gray .videoembed__text-wrapper h3 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
.videoembed.light_gray .videoembed__text-wrapper h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .videoembed.light_gray .videoembed__text-wrapper h4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .videoembed.light_gray .videoembed__text-wrapper h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
.videoembed.light_gray .videoembed__text-wrapper h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .videoembed.light_gray .videoembed__text-wrapper h5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .videoembed.light_gray .videoembed__text-wrapper h5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
.videoembed.light_gray .videoembed__text-wrapper h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.videoembed.light_gray .videoembed__text-wrapper h2 a, .videoembed.light_gray .videoembed__text-wrapper h3 a, .videoembed.light_gray .videoembed__text-wrapper h4 a, .videoembed.light_gray .videoembed__text-wrapper h5 a, .videoembed.light_gray .videoembed__text-wrapper h6 a {
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.videoembed.light_gray .videoembed__text-wrapper h2 a:hover, .videoembed.light_gray .videoembed__text-wrapper h2 a:focus, .videoembed.light_gray .videoembed__text-wrapper h3 a:hover, .videoembed.light_gray .videoembed__text-wrapper h3 a:focus, .videoembed.light_gray .videoembed__text-wrapper h4 a:hover, .videoembed.light_gray .videoembed__text-wrapper h4 a:focus, .videoembed.light_gray .videoembed__text-wrapper h5 a:hover, .videoembed.light_gray .videoembed__text-wrapper h5 a:focus, .videoembed.light_gray .videoembed__text-wrapper h6 a:hover, .videoembed.light_gray .videoembed__text-wrapper h6 a:focus {
  color: #fcd450;
}
.videoembed.light_gray .videoembed__text-wrapper p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #fff;
}
.videoembed.light_gray .videoembed__text-wrapper .lead-in {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
}
@media (min-width: 37.5rem) {
  .videoembed.light_gray .videoembed__text-wrapper .lead-in {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .videoembed.light_gray .videoembed__text-wrapper .lead-in {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    font-size: 1.5rem;
  }
}
.videoembed.light_gray .videoembed__text-wrapper ul, .videoembed.light_gray .videoembed__text-wrapper ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.videoembed.light_gray .videoembed__text-wrapper ul > li, .videoembed.light_gray .videoembed__text-wrapper ol > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #fff;
}
.videoembed.light_gray .videoembed__text-wrapper a {
  display: inline;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fcd450;
  font-family: "Sabon LT W04 Bold";
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.videoembed.light_gray .videoembed__text-wrapper a:hover, .videoembed.light_gray .videoembed__text-wrapper a:focus {
  color: #fcd450;
}
.videoembed.light_gray .videoembed__text-wrapper .button {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #144d29;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 37.5rem) {
  .videoembed.light_gray .videoembed__text-wrapper .button {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .videoembed.light_gray .videoembed__text-wrapper .button {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.videoembed.light_gray .videoembed__text-wrapper .button:hover, .videoembed.light_gray .videoembed__text-wrapper .button:focus {
  border-color: #fff;
  color: #144d29;
  background-color: #fff;
}
.videoembed.light_gray .videoembed__text-wrapper hr {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #144d29;
}
.videoembed.light_gray .videoembed__text-wrapper em {
  font-family: "Sabon LT W04 Italic";
}
.videoembed.light_gray .videoembed__text-wrapper em strong {
  font-family: "Sabon LT W04 Roman";
}
.videoembed.light_gray .videoembed__text-wrapper strong {
  font-family: "Sabon LT W04 Bold";
}
.videoembed.light_gray .videoembed__text-wrapper strong em {
  font-family: "Sabon LT W04 Roman";
}
.videoembed.light_gray .videoembed__text-wrapper > *:first-child {
  margin-top: 0;
}
.videoembed.light_gray .videoembed__text-wrapper > *:last-child {
  margin-bottom: 0;
}
.videoembed.deep_green {
  background-color: #144d29;
}
.videoembed.deep_green .videoembed__text-wrapper h2, .videoembed.deep_green .videoembed__text-wrapper h3, .videoembed.deep_green .videoembed__text-wrapper h4, .videoembed.deep_green .videoembed__text-wrapper h5, .videoembed.deep_green .videoembed__text-wrapper h6 {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #fff;
}
.videoembed.deep_green .videoembed__text-wrapper h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 37.5rem) {
  .videoembed.deep_green .videoembed__text-wrapper h2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
@media (min-width: 56.25rem) {
  .videoembed.deep_green .videoembed__text-wrapper h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.videoembed.deep_green .videoembed__text-wrapper h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}
@media (min-width: 37.5rem) {
  .videoembed.deep_green .videoembed__text-wrapper h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 56.25rem) {
  .videoembed.deep_green .videoembed__text-wrapper h3 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
.videoembed.deep_green .videoembed__text-wrapper h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .videoembed.deep_green .videoembed__text-wrapper h4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .videoembed.deep_green .videoembed__text-wrapper h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
.videoembed.deep_green .videoembed__text-wrapper h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .videoembed.deep_green .videoembed__text-wrapper h5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .videoembed.deep_green .videoembed__text-wrapper h5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
.videoembed.deep_green .videoembed__text-wrapper h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.videoembed.deep_green .videoembed__text-wrapper h2 a, .videoembed.deep_green .videoembed__text-wrapper h3 a, .videoembed.deep_green .videoembed__text-wrapper h4 a, .videoembed.deep_green .videoembed__text-wrapper h5 a, .videoembed.deep_green .videoembed__text-wrapper h6 a {
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.videoembed.deep_green .videoembed__text-wrapper h2 a:hover, .videoembed.deep_green .videoembed__text-wrapper h2 a:focus, .videoembed.deep_green .videoembed__text-wrapper h3 a:hover, .videoembed.deep_green .videoembed__text-wrapper h3 a:focus, .videoembed.deep_green .videoembed__text-wrapper h4 a:hover, .videoembed.deep_green .videoembed__text-wrapper h4 a:focus, .videoembed.deep_green .videoembed__text-wrapper h5 a:hover, .videoembed.deep_green .videoembed__text-wrapper h5 a:focus, .videoembed.deep_green .videoembed__text-wrapper h6 a:hover, .videoembed.deep_green .videoembed__text-wrapper h6 a:focus {
  color: #fcd450;
}
.videoembed.deep_green .videoembed__text-wrapper p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #fff;
}
.videoembed.deep_green .videoembed__text-wrapper .lead-in {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
}
@media (min-width: 37.5rem) {
  .videoembed.deep_green .videoembed__text-wrapper .lead-in {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .videoembed.deep_green .videoembed__text-wrapper .lead-in {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    font-size: 1.5rem;
  }
}
.videoembed.deep_green .videoembed__text-wrapper ul, .videoembed.deep_green .videoembed__text-wrapper ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.videoembed.deep_green .videoembed__text-wrapper ul > li, .videoembed.deep_green .videoembed__text-wrapper ol > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #fff;
}
.videoembed.deep_green .videoembed__text-wrapper a {
  display: inline;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fcd450;
  font-family: "Sabon LT W04 Bold";
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.videoembed.deep_green .videoembed__text-wrapper a:hover, .videoembed.deep_green .videoembed__text-wrapper a:focus {
  color: #fcd450;
}
.videoembed.deep_green .videoembed__text-wrapper .button {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #144d29;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 37.5rem) {
  .videoembed.deep_green .videoembed__text-wrapper .button {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .videoembed.deep_green .videoembed__text-wrapper .button {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.videoembed.deep_green .videoembed__text-wrapper .button:hover, .videoembed.deep_green .videoembed__text-wrapper .button:focus {
  border-color: #fff;
  color: #144d29;
  background-color: #fff;
}
.videoembed.deep_green .videoembed__text-wrapper hr {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #b7b8b9;
}
.videoembed.deep_green .videoembed__text-wrapper em {
  font-family: "Sabon LT W04 Italic";
}
.videoembed.deep_green .videoembed__text-wrapper em strong {
  font-family: "Sabon LT W04 Roman";
}
.videoembed.deep_green .videoembed__text-wrapper strong {
  font-family: "Sabon LT W04 Bold";
}
.videoembed.deep_green .videoembed__text-wrapper strong em {
  font-family: "Sabon LT W04 Roman";
}
.videoembed.deep_green .videoembed__text-wrapper > *:first-child {
  margin-top: 0;
}
.videoembed.deep_green .videoembed__text-wrapper > *:last-child {
  margin-bottom: 0;
}

.webform-submission-form {
  margin-top: 4.6875rem;
  margin-bottom: 4.6875rem;
}
.webform-submission-form .form-item:not(.webform-section),
.webform-submission-form .form-actions {
  width: 100%;
  max-width: 50rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1.5625rem;
}
.webform-submission-form .form-item:not(.webform-section) .form-item {
  padding-right: 0;
  padding-left: 0;
}
.webform-submission-form legend {
  padding-top: 1.25rem;
  margin-bottom: 1.5625rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.625rem;
  color: #53565a;
}
.webform-submission-form legend .form-required::after {
  content: "*";
}
.webform-submission-form .js-form-type-textfield label,
.webform-submission-form .js-form-type-tel label,
.webform-submission-form .js-form-type-email label,
.webform-submission-form .js-form-type-number label,
.webform-submission-form .js-form-type-date label {
  display: block;
  width: 100%;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: #303030;
}
.webform-submission-form .js-form-type-textfield label.form-required::after,
.webform-submission-form .js-form-type-tel label.form-required::after,
.webform-submission-form .js-form-type-email label.form-required::after,
.webform-submission-form .js-form-type-number label.form-required::after,
.webform-submission-form .js-form-type-date label.form-required::after {
  content: "*";
}
.webform-submission-form .js-form-type-textfield input,
.webform-submission-form .js-form-type-tel input,
.webform-submission-form .js-form-type-email input,
.webform-submission-form .js-form-type-number input,
.webform-submission-form .js-form-type-date input {
  display: block;
  width: 100%;
  padding-top: 0.625rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.625rem;
  border-width: 1px;
  border-style: solid;
  border-color: #d7d7d7;
  border-radius: 0;
  outline: 0;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.125rem;
  color: #6f7171;
  transition-property: border-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.webform-submission-form .js-form-type-textfield input:hover, .webform-submission-form .js-form-type-textfield input:focus,
.webform-submission-form .js-form-type-tel input:hover,
.webform-submission-form .js-form-type-tel input:focus,
.webform-submission-form .js-form-type-email input:hover,
.webform-submission-form .js-form-type-email input:focus,
.webform-submission-form .js-form-type-number input:hover,
.webform-submission-form .js-form-type-number input:focus,
.webform-submission-form .js-form-type-date input:hover,
.webform-submission-form .js-form-type-date input:focus {
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  border-radius: 0;
}
.webform-submission-form .js-form-type-textfield .description,
.webform-submission-form .js-form-type-tel .description,
.webform-submission-form .js-form-type-email .description,
.webform-submission-form .js-form-type-number .description,
.webform-submission-form .js-form-type-date .description {
  margin-top: 0.5rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.3;
  color: #6f7171;
}
.webform-submission-form .js-form-type-select label {
  display: block;
  width: 100%;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: #303030;
}
.webform-submission-form .js-form-type-select label.form-required::after {
  content: "*";
}
.webform-submission-form .js-form-type-select .select-wrapper {
  position: relative;
}
.webform-submission-form .js-form-type-select .select-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  width: 18px;
  height: 10px;
  background-image: url(/themes/custom/delval/assets/dropdown-arrow-gray-dark.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.webform-submission-form .js-form-type-select .select-wrapper:hover::after {
  background-image: url(/themes/custom/delval/assets/dropdown-arrow-green-light.svg);
}
.webform-submission-form .js-form-type-select select {
  display: block;
  width: 100%;
  padding-top: 0.625rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.625rem;
  border-width: 1px;
  border-style: solid;
  border-color: #d7d7d7;
  border-radius: 0;
  outline: 0;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.125rem;
  color: #6f7171;
  transition-property: border-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.webform-submission-form .js-form-type-select select:hover, .webform-submission-form .js-form-type-select select:focus {
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  border-radius: 0;
}
.webform-submission-form .js-form-type-select .description {
  margin-top: 0.5rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.3;
  color: #6f7171;
}
.webform-submission-form .js-form-type-date input {
  padding-right: 3.125rem;
  background-image: url(/themes/custom/delval/assets/icon-calendar-gray-dark.svg);
  background-size: 20px 20px;
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
}
.webform-submission-form .js-webform-type-checkboxes .js-form-type-checkbox {
  margin-bottom: 1.375rem;
  padding-right: 0;
  padding-left: 0;
}
.webform-submission-form .js-webform-type-checkboxes .webform-options-display-two-columns {
  width: 100%;
}
.webform-submission-form .js-form-type-checkbox input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.webform-submission-form .js-form-type-checkbox input:checked + label::before {
  background-image: url(/themes/custom/delval/assets/checkbox-selected-square.svg);
  background-size: calc(100% - 0.5rem) calc(100% - 0.5rem);
  background-position: center;
  background-repeat: no-repeat;
}
.webform-submission-form .js-form-type-checkbox input:hover + label::before, .webform-submission-form .js-form-type-checkbox input:focus + label::before {
  border-color: #00843d;
}
.webform-submission-form .js-form-type-checkbox label {
  position: relative;
  display: inline-block;
  min-height: 1.25rem;
  padding-top: 0.125rem;
  padding-left: 2.5rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.25rem;
  color: #53565a;
  cursor: pointer;
}
.webform-submission-form .js-form-type-checkbox label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #d7d7d7;
  background-color: #fff;
}
.webform-submission-form .js-form-type-checkbox label:hover::before, .webform-submission-form .js-form-type-checkbox label:focus::before {
  border-color: #00843d;
}
.webform-submission-form .js-form-type-textarea label {
  display: block;
  width: 100%;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: #303030;
}
.webform-submission-form .js-form-type-textarea label.form-required::after {
  content: "*";
}
.webform-submission-form .js-form-type-textarea textarea {
  display: block;
  width: 100%;
  padding-top: 0.625rem;
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.625rem;
  border-width: 1px;
  border-style: solid;
  border-color: #d7d7d7;
  border-radius: 0;
  outline: 0;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.125rem;
  color: #6f7171;
  transition-property: border-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.webform-submission-form .js-form-type-textarea textarea:hover, .webform-submission-form .js-form-type-textarea textarea:focus {
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  border-radius: 0;
}
.webform-submission-form .js-form-type-managed-file label {
  display: block;
  width: 100%;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: #303030;
}
.webform-submission-form .js-form-type-managed-file label.form-required::after {
  content: "*";
}
.webform-submission-form .js-form-type-managed-file input {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  color: #6f7171;
}
.webform-submission-form .js-form-type-managed-file .description {
  margin-top: 0.5rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.3;
  color: #6f7171;
}
.webform-submission-form .js-webform-type-radios .js-form-type-radio {
  margin-bottom: 1.375rem;
  padding-right: 0;
  padding-left: 0;
}
.webform-submission-form .js-webform-type-radios .webform-options-display-two-columns {
  width: 100%;
}
.webform-submission-form .js-webform-type-radios legend {
  padding-top: 1.25rem;
  margin-bottom: 1.5625rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.625rem;
  color: #53565a;
}
.webform-submission-form .js-webform-type-radios legend .form-required::after {
  content: "*";
}
.webform-submission-form .js-form-type-radio input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.webform-submission-form .js-form-type-radio input:checked + label::before {
  background-image: url(/themes/custom/delval/assets/radio-selected-circle.svg);
  background-size: calc(100% - 0.5rem) calc(100% - 0.5rem);
  background-position: center;
  background-repeat: no-repeat;
}
.webform-submission-form .js-form-type-radio input:hover + label::before, .webform-submission-form .js-form-type-radio input:focus + label::before {
  border-color: #00843d;
}
.webform-submission-form .js-form-type-radio label {
  position: relative;
  display: inline-block;
  min-height: 1.25rem;
  padding-top: 0.125rem;
  padding-left: 2.5rem;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.25rem;
  color: #53565a;
  cursor: pointer;
}
.webform-submission-form .js-form-type-radio label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: #d7d7d7;
  background-color: #fff;
}
.webform-submission-form .js-form-type-radio label:hover::before, .webform-submission-form .js-form-type-radio label:focus::before {
  border-color: #00843d;
}
.webform-submission-form .js-form-type-radio label::before {
  border-radius: 50%;
}
.webform-submission-form .js-form-type-webform-markup h2, .webform-submission-form .js-form-type-webform-markup h3, .webform-submission-form .js-form-type-webform-markup h4, .webform-submission-form .js-form-type-webform-markup h5, .webform-submission-form .js-form-type-webform-markup h6 {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #53565a;
}
.webform-submission-form .js-form-type-webform-markup h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 37.5rem) {
  .webform-submission-form .js-form-type-webform-markup h2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
@media (min-width: 56.25rem) {
  .webform-submission-form .js-form-type-webform-markup h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.webform-submission-form .js-form-type-webform-markup h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}
@media (min-width: 37.5rem) {
  .webform-submission-form .js-form-type-webform-markup h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 56.25rem) {
  .webform-submission-form .js-form-type-webform-markup h3 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
.webform-submission-form .js-form-type-webform-markup h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .webform-submission-form .js-form-type-webform-markup h4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .webform-submission-form .js-form-type-webform-markup h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
.webform-submission-form .js-form-type-webform-markup h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .webform-submission-form .js-form-type-webform-markup h5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .webform-submission-form .js-form-type-webform-markup h5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
.webform-submission-form .js-form-type-webform-markup h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.webform-submission-form .js-form-type-webform-markup h2 a, .webform-submission-form .js-form-type-webform-markup h3 a, .webform-submission-form .js-form-type-webform-markup h4 a, .webform-submission-form .js-form-type-webform-markup h5 a, .webform-submission-form .js-form-type-webform-markup h6 a {
  text-decoration: underline;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.webform-submission-form .js-form-type-webform-markup h2 a:hover, .webform-submission-form .js-form-type-webform-markup h2 a:focus, .webform-submission-form .js-form-type-webform-markup h3 a:hover, .webform-submission-form .js-form-type-webform-markup h3 a:focus, .webform-submission-form .js-form-type-webform-markup h4 a:hover, .webform-submission-form .js-form-type-webform-markup h4 a:focus, .webform-submission-form .js-form-type-webform-markup h5 a:hover, .webform-submission-form .js-form-type-webform-markup h5 a:focus, .webform-submission-form .js-form-type-webform-markup h6 a:hover, .webform-submission-form .js-form-type-webform-markup h6 a:focus {
  color: #00843d;
}
.webform-submission-form .js-form-type-webform-markup p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.webform-submission-form .js-form-type-webform-markup .lead-in {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1.25rem;
  text-align: center;
  color: #53565a;
}
@media (min-width: 37.5rem) {
  .webform-submission-form .js-form-type-webform-markup .lead-in {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .webform-submission-form .js-form-type-webform-markup .lead-in {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    font-size: 1.5rem;
  }
}
.webform-submission-form .js-form-type-webform-markup ul, .webform-submission-form .js-form-type-webform-markup ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.webform-submission-form .js-form-type-webform-markup ul > li, .webform-submission-form .js-form-type-webform-markup ol > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.webform-submission-form .js-form-type-webform-markup a {
  display: inline;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fcd450;
  font-family: "Sabon LT W04 Bold";
  text-decoration: none;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.webform-submission-form .js-form-type-webform-markup a:hover, .webform-submission-form .js-form-type-webform-markup a:focus {
  color: #00843d;
}
.webform-submission-form .js-form-type-webform-markup .button {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
  background-color: #fff;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 37.5rem) {
  .webform-submission-form .js-form-type-webform-markup .button {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .webform-submission-form .js-form-type-webform-markup .button {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.webform-submission-form .js-form-type-webform-markup .button:hover, .webform-submission-form .js-form-type-webform-markup .button:focus {
  border-color: #00843d;
  color: #fff;
  background-color: #00843d;
}
.webform-submission-form .js-form-type-webform-markup hr {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #b7b8b9;
}
.webform-submission-form .js-form-type-webform-markup em {
  font-family: "Sabon LT W04 Italic";
}
.webform-submission-form .js-form-type-webform-markup em strong {
  font-family: "Sabon LT W04 Roman";
}
.webform-submission-form .js-form-type-webform-markup strong {
  font-family: "Sabon LT W04 Bold";
}
.webform-submission-form .js-form-type-webform-markup strong em {
  font-family: "Sabon LT W04 Roman";
}
.webform-submission-form .js-form-type-webform-markup > *:first-child {
  margin-top: 0;
}
.webform-submission-form .js-form-type-webform-markup > *:last-child {
  margin-bottom: 0;
}
.webform-submission-form .js-form-type-processed-text h2, .webform-submission-form .js-form-type-processed-text h3, .webform-submission-form .js-form-type-processed-text h4, .webform-submission-form .js-form-type-processed-text h5, .webform-submission-form .js-form-type-processed-text h6 {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #53565a;
}
.webform-submission-form .js-form-type-processed-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 37.5rem) {
  .webform-submission-form .js-form-type-processed-text h2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
@media (min-width: 56.25rem) {
  .webform-submission-form .js-form-type-processed-text h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.webform-submission-form .js-form-type-processed-text h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}
@media (min-width: 37.5rem) {
  .webform-submission-form .js-form-type-processed-text h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 56.25rem) {
  .webform-submission-form .js-form-type-processed-text h3 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
.webform-submission-form .js-form-type-processed-text h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .webform-submission-form .js-form-type-processed-text h4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .webform-submission-form .js-form-type-processed-text h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
.webform-submission-form .js-form-type-processed-text h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .webform-submission-form .js-form-type-processed-text h5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .webform-submission-form .js-form-type-processed-text h5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
.webform-submission-form .js-form-type-processed-text h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.webform-submission-form .js-form-type-processed-text h2 a, .webform-submission-form .js-form-type-processed-text h3 a, .webform-submission-form .js-form-type-processed-text h4 a, .webform-submission-form .js-form-type-processed-text h5 a, .webform-submission-form .js-form-type-processed-text h6 a {
  text-decoration: underline;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.webform-submission-form .js-form-type-processed-text h2 a:hover, .webform-submission-form .js-form-type-processed-text h2 a:focus, .webform-submission-form .js-form-type-processed-text h3 a:hover, .webform-submission-form .js-form-type-processed-text h3 a:focus, .webform-submission-form .js-form-type-processed-text h4 a:hover, .webform-submission-form .js-form-type-processed-text h4 a:focus, .webform-submission-form .js-form-type-processed-text h5 a:hover, .webform-submission-form .js-form-type-processed-text h5 a:focus, .webform-submission-form .js-form-type-processed-text h6 a:hover, .webform-submission-form .js-form-type-processed-text h6 a:focus {
  color: #00843d;
}
.webform-submission-form .js-form-type-processed-text p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.webform-submission-form .js-form-type-processed-text .lead-in {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1.25rem;
  text-align: center;
  color: #53565a;
}
@media (min-width: 37.5rem) {
  .webform-submission-form .js-form-type-processed-text .lead-in {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .webform-submission-form .js-form-type-processed-text .lead-in {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    font-size: 1.5rem;
  }
}
.webform-submission-form .js-form-type-processed-text ul, .webform-submission-form .js-form-type-processed-text ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.webform-submission-form .js-form-type-processed-text ul > li, .webform-submission-form .js-form-type-processed-text ol > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.webform-submission-form .js-form-type-processed-text a {
  display: inline;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fcd450;
  font-family: "Sabon LT W04 Bold";
  text-decoration: none;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.webform-submission-form .js-form-type-processed-text a:hover, .webform-submission-form .js-form-type-processed-text a:focus {
  color: #00843d;
}
.webform-submission-form .js-form-type-processed-text .button {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
  background-color: #fff;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 37.5rem) {
  .webform-submission-form .js-form-type-processed-text .button {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .webform-submission-form .js-form-type-processed-text .button {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.webform-submission-form .js-form-type-processed-text .button:hover, .webform-submission-form .js-form-type-processed-text .button:focus {
  border-color: #00843d;
  color: #fff;
  background-color: #00843d;
}
.webform-submission-form .js-form-type-processed-text hr {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #b7b8b9;
}
.webform-submission-form .js-form-type-processed-text em {
  font-family: "Sabon LT W04 Italic";
}
.webform-submission-form .js-form-type-processed-text em strong {
  font-family: "Sabon LT W04 Roman";
}
.webform-submission-form .js-form-type-processed-text strong {
  font-family: "Sabon LT W04 Bold";
}
.webform-submission-form .js-form-type-processed-text strong em {
  font-family: "Sabon LT W04 Roman";
}
.webform-submission-form .js-form-type-processed-text > *:first-child {
  margin-top: 0;
}
.webform-submission-form .js-form-type-processed-text > *:last-child {
  margin-bottom: 0;
}
.webform-submission-form .form-actions {
  margin-top: 3.75rem;
  text-align: center;
}
.webform-submission-form .js-form-submit {
  min-width: 15.625rem;
  padding: 1.125rem 1.5625rem;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #00843d;
  background-color: transparent;
  cursor: pointer;
  transition-property: background-color, color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.webform-submission-form .js-form-submit:hover, .webform-submission-form .js-form-submit:focus {
  color: #fff;
  background-color: #00843d;
}
.webform-submission-form .webform-section {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  padding-bottom: 4.375rem;
  background-color: #f0f0f0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #979797;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #979797;
}
.webform-submission-form .webform-section .webform-section-title {
  position: relative;
  padding-top: 70px;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
  color: #53565a;
}
.webform-submission-form .webform-section .webform-section-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  width: 2px;
  height: 50px;
  background-color: #fcd450;
}
.webform-submission-form .webform-section + .webform-section {
  margin-top: -3.125rem;
}
.webform-submission-form .webform-section-title.visually-hidden + .webform-section-wrapper {
  padding-top: 40px;
}

.webform-confirmation {
  width: 100%;
  max-width: 50rem;
  margin: auto;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.webform-confirmation__message h2, .webform-confirmation__message h3, .webform-confirmation__message h4, .webform-confirmation__message h5, .webform-confirmation__message h6 {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #53565a;
}
.webform-confirmation__message h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 37.5rem) {
  .webform-confirmation__message h2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
@media (min-width: 56.25rem) {
  .webform-confirmation__message h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.webform-confirmation__message h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}
@media (min-width: 37.5rem) {
  .webform-confirmation__message h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 56.25rem) {
  .webform-confirmation__message h3 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
.webform-confirmation__message h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .webform-confirmation__message h4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .webform-confirmation__message h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
.webform-confirmation__message h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .webform-confirmation__message h5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .webform-confirmation__message h5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
.webform-confirmation__message h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.webform-confirmation__message h2 a, .webform-confirmation__message h3 a, .webform-confirmation__message h4 a, .webform-confirmation__message h5 a, .webform-confirmation__message h6 a {
  text-decoration: underline;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.webform-confirmation__message h2 a:hover, .webform-confirmation__message h2 a:focus, .webform-confirmation__message h3 a:hover, .webform-confirmation__message h3 a:focus, .webform-confirmation__message h4 a:hover, .webform-confirmation__message h4 a:focus, .webform-confirmation__message h5 a:hover, .webform-confirmation__message h5 a:focus, .webform-confirmation__message h6 a:hover, .webform-confirmation__message h6 a:focus {
  color: #00843d;
}
.webform-confirmation__message p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.webform-confirmation__message .lead-in {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1.25rem;
  text-align: center;
  color: #53565a;
}
@media (min-width: 37.5rem) {
  .webform-confirmation__message .lead-in {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .webform-confirmation__message .lead-in {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    font-size: 1.5rem;
  }
}
.webform-confirmation__message ul, .webform-confirmation__message ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.webform-confirmation__message ul > li, .webform-confirmation__message ol > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.webform-confirmation__message a {
  display: inline;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fcd450;
  font-family: "Sabon LT W04 Bold";
  text-decoration: none;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.webform-confirmation__message a:hover, .webform-confirmation__message a:focus {
  color: #00843d;
}
.webform-confirmation__message .button {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
  background-color: #fff;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 37.5rem) {
  .webform-confirmation__message .button {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .webform-confirmation__message .button {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.webform-confirmation__message .button:hover, .webform-confirmation__message .button:focus {
  border-color: #00843d;
  color: #fff;
  background-color: #00843d;
}
.webform-confirmation__message hr {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #b7b8b9;
}
.webform-confirmation__message em {
  font-family: "Sabon LT W04 Italic";
}
.webform-confirmation__message em strong {
  font-family: "Sabon LT W04 Roman";
}
.webform-confirmation__message strong {
  font-family: "Sabon LT W04 Bold";
}
.webform-confirmation__message strong em {
  font-family: "Sabon LT W04 Roman";
}
.webform-confirmation__message > *:first-child {
  margin-top: 0;
}
.webform-confirmation__message > *:last-child {
  margin-bottom: 0;
}

.webform-confirmation__back h2, .webform-confirmation__back h3, .webform-confirmation__back h4, .webform-confirmation__back h5, .webform-confirmation__back h6 {
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  color: #53565a;
}
.webform-confirmation__back h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.625rem;
}
@media (min-width: 37.5rem) {
  .webform-confirmation__back h2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
@media (min-width: 56.25rem) {
  .webform-confirmation__back h2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 2.5rem;
  }
}
.webform-confirmation__back h3 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.375rem;
}
@media (min-width: 37.5rem) {
  .webform-confirmation__back h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
@media (min-width: 56.25rem) {
  .webform-confirmation__back h3 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
    font-size: 2.125rem;
  }
}
.webform-confirmation__back h4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .webform-confirmation__back h4 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .webform-confirmation__back h4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.625rem;
  }
}
.webform-confirmation__back h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
@media (min-width: 37.5rem) {
  .webform-confirmation__back h5 {
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .webform-confirmation__back h5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: 1.375rem;
  }
}
.webform-confirmation__back h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.webform-confirmation__back h2 a, .webform-confirmation__back h3 a, .webform-confirmation__back h4 a, .webform-confirmation__back h5 a, .webform-confirmation__back h6 a {
  text-decoration: underline;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.webform-confirmation__back h2 a:hover, .webform-confirmation__back h2 a:focus, .webform-confirmation__back h3 a:hover, .webform-confirmation__back h3 a:focus, .webform-confirmation__back h4 a:hover, .webform-confirmation__back h4 a:focus, .webform-confirmation__back h5 a:hover, .webform-confirmation__back h5 a:focus, .webform-confirmation__back h6 a:hover, .webform-confirmation__back h6 a:focus {
  color: #00843d;
}
.webform-confirmation__back p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.webform-confirmation__back .lead-in {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1.25rem;
  text-align: center;
  color: #53565a;
}
@media (min-width: 37.5rem) {
  .webform-confirmation__back .lead-in {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 56.25rem) {
  .webform-confirmation__back .lead-in {
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
    font-size: 1.5rem;
  }
}
.webform-confirmation__back ul, .webform-confirmation__back ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.webform-confirmation__back ul > li, .webform-confirmation__back ol > li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
  font-family: "Sabon LT W04 Roman";
  font-size: 1rem;
  color: #303030;
}
.webform-confirmation__back a {
  display: inline;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #fcd450;
  font-family: "Sabon LT W04 Bold";
  text-decoration: none;
  color: #303030;
  cursor: pointer;
  transition-property: color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
.webform-confirmation__back a:hover, .webform-confirmation__back a:focus {
  color: #00843d;
}
.webform-confirmation__back .button {
  display: inline-block;
  max-width: 400px;
  padding-top: 0.5rem;
  padding-right: 1.875rem;
  padding-bottom: 0.5rem;
  padding-left: 1.875rem;
  border-width: 1px;
  border-style: solid;
  border-color: #00843d;
  font-family: "Trade Gothic LT W01 Bd Cn No-2";
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #00843d;
  background-color: #fff;
  cursor: pointer;
  transition-property: border, color, background-color;
  transition-duration: 0.25s;
  transition-timing-function: linear;
}
@media (min-width: 37.5rem) {
  .webform-confirmation__back .button {
    padding-top: 0.625rem;
    padding-right: 2.1875rem;
    padding-bottom: 0.625rem;
    padding-left: 2.1875rem;
    font-size: 1.25rem;
  }
}
@media (min-width: 56.25rem) {
  .webform-confirmation__back .button {
    padding-top: 0.9375rem;
    padding-right: 2.5rem;
    padding-bottom: 0.9375rem;
    padding-left: 2.5rem;
    font-size: 1.375rem;
  }
}
.webform-confirmation__back .button:hover, .webform-confirmation__back .button:focus {
  border-color: #00843d;
  color: #fff;
  background-color: #00843d;
}
.webform-confirmation__back hr {
  width: 100%;
  height: 1px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  background-color: #b7b8b9;
}
.webform-confirmation__back em {
  font-family: "Sabon LT W04 Italic";
}
.webform-confirmation__back em strong {
  font-family: "Sabon LT W04 Roman";
}
.webform-confirmation__back strong {
  font-family: "Sabon LT W04 Bold";
}
.webform-confirmation__back strong em {
  font-family: "Sabon LT W04 Roman";
}
.webform-confirmation__back > *:first-child {
  margin-top: 0;
}
.webform-confirmation__back > *:last-child {
  margin-bottom: 0;
}