@charset "UTF-8";
a:focus {
  outline: 3px solid #e87500;
  outline-offset: 3px;
  border: 1px solid white;
}

#skip-to-content a {
  padding: 6px 12px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: #000;
  background: #5fe0b7;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
  font-weight: bold;
  font-family: din-2014, sans-serif;
}
#skip-to-content a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline-color: transparent;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
}

/* custom colors */
.videoHolder {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.videoHolder iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

[class^=card-columns] .card a {
  color: #154734;
  text-decoration-color: #154734;
}
[class^=card-columns][class*="3"] {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -o-column-count: 3;
  -o-column-count: 3;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  -o-column-gap: 16px;
  column-gap: 16px;
}
[class^=card-columns][class*="4"] {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -o-column-count: 4;
  -o-column-count: 4;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  -o-column-gap: 16px;
  column-gap: 16px;
}
@media (max-width: 991.98px) {
  [class^=card-columns][class*="3"], [class^=card-columns][class*="4"] {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    -o-column-count: 2;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    -o-column-gap: 16px;
    column-gap: 16px;
  }
}
@media (max-width: 767.98px) {
  [class^=card-columns][class*="3"], [class^=card-columns][class*="4"] {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -o-column-count: 1;
    -o-column-count: 1;
    -webkit-column-gap: 0px;
    -moz-column-gap: 0px;
    -o-column-gap: 0px;
    column-gap: 0px;
  }
}

ul[class^=columns],
ol[class^=columns] {
  padding-left: 15px;
}
ul[class^=columns][class*="2"],
ol[class^=columns][class*="2"] {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
  -o-column-count: 2;
  -webkit-column-gap: 21px;
  -moz-column-gap: 21px;
  -o-column-gap: 21px;
  column-gap: 21px;
}
ul[class^=columns][class*="3"],
ol[class^=columns][class*="3"] {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -o-column-count: 3;
  -o-column-count: 3;
  -webkit-column-gap: 21px;
  -moz-column-gap: 21px;
  -o-column-gap: 21px;
  column-gap: 21px;
}
ul[class^=columns][class*="4"],
ol[class^=columns][class*="4"] {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -o-column-count: 4;
  -o-column-count: 4;
  -webkit-column-gap: 21px;
  -moz-column-gap: 21px;
  -o-column-gap: 21px;
  column-gap: 21px;
}
@media (max-width: 991.98px) {
  ul[class^=columns][class*="3"], ul[class^=columns][class*="4"],
  ol[class^=columns][class*="3"],
  ol[class^=columns][class*="4"] {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    -o-column-count: 2;
    -webkit-column-gap: 21px;
    -moz-column-gap: 21px;
    -o-column-gap: 21px;
    column-gap: 21px;
  }
}
@media (max-width: 767.98px) {
  ul[class^=columns],
  ol[class^=columns] {
    padding-left: 30px;
  }
  ul[class^=columns][class*="2"], ul[class^=columns][class*="3"], ul[class^=columns][class*="4"],
  ol[class^=columns][class*="2"],
  ol[class^=columns][class*="3"],
  ol[class^=columns][class*="4"] {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -o-column-count: 1;
    -o-column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -o-column-gap: 0;
    column-gap: 0;
  }
}

.mobile-hide {
  display: inline;
}
@media (max-width: 991.98px) {
  .mobile-hide {
    display: none;
  }
}

.mobile-show {
  display: none;
}
@media (max-width: 991.98px) {
  .mobile-show {
    display: inline;
  }
}

body .site .has-primary-background-color {
  background-color: #154734;
}
body .site .has-primary-color {
  color: #154734;
}
body .site .text-primary {
  color: #154734;
}
body .site .has-secondary-background-color {
  background-color: #e87500;
}
body .site .has-secondary-color {
  color: #e87500;
}
body .site .text-secondary {
  color: #e87500;
}
body .site .has-success-background-color {
  background-color: #008552;
}
body .site .has-success-color {
  color: #008552;
}
body .site .text-success {
  color: #008552;
}
body .site .has-danger-background-color {
  background-color: #D30016;
}
body .site .has-danger-color {
  color: #D30016;
}
body .site .text-danger {
  color: #D30016;
}
body .site .has-warning-background-color {
  background-color: #5fe0b7;
}
body .site .has-warning-color {
  color: #5fe0b7;
}
body .site .text-warning {
  color: #5fe0b7;
}
body .site .has-info-background-color {
  background-color: #666666;
}
body .site .has-info-color {
  color: #666666;
}
body .site .text-info {
  color: #666666;
}
body .site .has-light-background-color {
  background-color: #f4f4f4;
}
body .site .has-light-color {
  color: #f4f4f4;
}
body .site .text-light {
  color: #f4f4f4;
}
body .site .has-dark-background-color {
  background-color: #333333;
}
body .site .has-dark-color {
  color: #333333;
}
body .site .text-dark {
  color: #333333;
}
body .site .has-web-gray-background-color {
  background-color: #767676;
}
body .site .has-web-gray-color {
  color: #767676;
}
body .site .text-web-gray {
  color: #767676;
}
body .site .has-web-orange-background-color {
  background-color: #c95100;
}
body .site .has-web-orange-color {
  color: #c95100;
}
body .site .text-web-orange {
  color: #c95100;
}
body .site .has-white-background-color {
  background-color: white;
}
body .site .has-white-color {
  color: white;
}
body .site .text-white {
  color: white;
}
body .site .has-black-background-color {
  background-color: black;
}
body .site .has-black-color {
  color: black;
}
body .site .text-black {
  color: black;
}
body .site .has-white-background-color {
  background-color: white;
}
body .site .has-black-background-color {
  background-color: black;
}
body .site .has-white-color {
  color: white;
}
body .site .has-black-color {
  color: black;
}
body .site .wp-block-buttons .wp-block-button a.wp-block-button__link {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  width: 100%;
  border-width: 2px;
  border-style: solid;
  padding: 5px 26px;
  font-size: 1.3125rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
}
body .site .wp-block-buttons .wp-block-button a.wp-block-button__link:hover a.wp-block-button__link, body .site .wp-block-buttons .wp-block-button a.wp-block-button__link:focus a.wp-block-button__link {
  text-decoration: underline;
}
body .site .wp-block-buttons .wp-block-button.is-style-default a.wp-block-button__link {
  border-color: var(--wp--preset--color--primary);
}
body .site .wp-block-buttons .wp-block-button.is-style-default:hover a.wp-block-button__link, body .site .wp-block-buttons .wp-block-button.is-style-default:focus a.wp-block-button__link {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
  text-decoration-color: var(--wp--preset--color--primary);
}
body .site .wp-block-buttons .wp-block-button.is-style-utd-orange a.wp-block-button__link {
  background: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
}
body .site .wp-block-buttons .wp-block-button.is-style-utd-orange:hover a.wp-block-button__link, body .site .wp-block-buttons .wp-block-button.is-style-utd-orange:focus a.wp-block-button__link {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--secondary);
  text-decoration-color: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
}
body .site .wp-block-buttons .wp-block-button.is-style-vp a.wp-block-button__link {
  border-style: solid;
  border-width: 2px;
  color: var(--wp--preset--color--secondary);
  background-color: var(--wp--preset--color--white);
  border-image: linear-gradient(45deg, #5fe0b7 0%, #e87500 100%);
  border-image-slice: 1;
}
body .site .wp-block-buttons .wp-block-button.is-style-vp:hover a.wp-block-button__link, body .site .wp-block-buttons .wp-block-button.is-style-vp:focus a.wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
  text-decoration: underline;
  color: var(--wp--preset--color--white);
}
body .site .wp-block-buttons .wp-block-button.has-white-background-color {
  background: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--white);
  color: #181818;
}
body .site .wp-block-buttons .wp-block-button.has-black-background-color {
  background: var(--wp--preset--color--black);
  border-color: var(--wp--preset--color--black);
  color: var(--wp--preset--color--white);
}
body .site .wp-block-buttons .wp-block-button.has-primary-background-color {
  background-color: #154734;
  border-color: #154734;
}
body .site .wp-block-buttons .wp-block-button.has-secondary-background-color {
  background-color: #e87500;
  border-color: #e87500;
}
body .site .wp-block-buttons .wp-block-button.has-success-background-color {
  background-color: #008552;
  border-color: #008552;
}
body .site .wp-block-buttons .wp-block-button.has-danger-background-color {
  background-color: #D30016;
  border-color: #D30016;
}
body .site .wp-block-buttons .wp-block-button.has-warning-background-color {
  background-color: #5fe0b7;
  border-color: #5fe0b7;
  color: #181818;
}
body .site .wp-block-buttons .wp-block-button.has-info-background-color {
  background-color: #666666;
  border-color: #666666;
}
body .site .wp-block-buttons .wp-block-button.has-light-background-color {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #181818;
}
body .site .wp-block-buttons .wp-block-button.has-dark-background-color {
  background-color: #333333;
  border-color: #333333;
}
body .site .wp-block-buttons .wp-block-button.has-web-gray-background-color {
  background-color: #767676;
  border-color: #767676;
}
body .site .wp-block-buttons .wp-block-button.has-web-orange-background-color {
  background-color: #c95100;
  border-color: #c95100;
}
body .site .wp-block-buttons .wp-block-button.has-white-background-color {
  background-color: white;
  border-color: white;
}
body .site .wp-block-buttons .wp-block-button.has-black-background-color {
  background-color: black;
  border-color: black;
}
body .site .wp-block-buttons .wp-block-button:hover a.wp-block-button__link.has-white-background-color, body .site .wp-block-buttons .wp-block-button:focus a.wp-block-button__link.has-white-background-color {
  background: transparent;
  color: currentColor;
}
body .site .wp-block-buttons .wp-block-button:hover a.wp-block-button__link.has-black-background-color, body .site .wp-block-buttons .wp-block-button:focus a.wp-block-button__link.has-black-background-color {
  background: transparent;
  color: currentColor;
}
body .site .wp-block-buttons .wp-block-button:hover a.wp-block-button__link.has-primary-background-color, body .site .wp-block-buttons .wp-block-button:focus a.wp-block-button__link.has-primary-background-color {
  color: #154734;
  --wp--preset--color--primary: transparent;
}
body .site .wp-block-buttons .wp-block-button:hover a.wp-block-button__link.has-secondary-background-color, body .site .wp-block-buttons .wp-block-button:focus a.wp-block-button__link.has-secondary-background-color {
  color: #e87500;
  --wp--preset--color--secondary: transparent;
}
body .site .wp-block-buttons .wp-block-button:hover a.wp-block-button__link.has-success-background-color, body .site .wp-block-buttons .wp-block-button:focus a.wp-block-button__link.has-success-background-color {
  color: #008552;
  --wp--preset--color--success: transparent;
}
body .site .wp-block-buttons .wp-block-button:hover a.wp-block-button__link.has-danger-background-color, body .site .wp-block-buttons .wp-block-button:focus a.wp-block-button__link.has-danger-background-color {
  color: #D30016;
  --wp--preset--color--danger: transparent;
}
body .site .wp-block-buttons .wp-block-button:hover a.wp-block-button__link.has-warning-background-color, body .site .wp-block-buttons .wp-block-button:focus a.wp-block-button__link.has-warning-background-color {
  color: #5fe0b7;
  --wp--preset--color--warning: transparent;
}
body .site .wp-block-buttons .wp-block-button:hover a.wp-block-button__link.has-info-background-color, body .site .wp-block-buttons .wp-block-button:focus a.wp-block-button__link.has-info-background-color {
  color: #666666;
  --wp--preset--color--info: transparent;
}
body .site .wp-block-buttons .wp-block-button:hover a.wp-block-button__link.has-light-background-color, body .site .wp-block-buttons .wp-block-button:focus a.wp-block-button__link.has-light-background-color {
  color: #f4f4f4;
  --wp--preset--color--light: transparent;
}
body .site .wp-block-buttons .wp-block-button:hover a.wp-block-button__link.has-dark-background-color, body .site .wp-block-buttons .wp-block-button:focus a.wp-block-button__link.has-dark-background-color {
  color: #333333;
  --wp--preset--color--dark: transparent;
}
body .site .wp-block-buttons .wp-block-button:hover a.wp-block-button__link.has-web-gray-background-color, body .site .wp-block-buttons .wp-block-button:focus a.wp-block-button__link.has-web-gray-background-color {
  color: #767676;
  --wp--preset--color--web-gray: transparent;
}
body .site .wp-block-buttons .wp-block-button:hover a.wp-block-button__link.has-web-orange-background-color, body .site .wp-block-buttons .wp-block-button:focus a.wp-block-button__link.has-web-orange-background-color {
  color: #c95100;
  --wp--preset--color--web-orange: transparent;
}
body .site .wp-block-buttons .wp-block-button:hover a.wp-block-button__link.has-white-background-color, body .site .wp-block-buttons .wp-block-button:focus a.wp-block-button__link.has-white-background-color {
  color: white;
  --wp--preset--color--white: transparent;
}
body .site .wp-block-buttons .wp-block-button:hover a.wp-block-button__link.has-black-background-color, body .site .wp-block-buttons .wp-block-button:focus a.wp-block-button__link.has-black-background-color {
  color: black;
  --wp--preset--color--black: transparent;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link {
  background: transparent;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link.has-white-color {
  border-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--white);
}
body .site .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link.has-black-color {
  border-color: black;
  color: black;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link.has-primary-background-color {
  --wp--preset--color--primary: transparent;
  border-color: #154734;
  color: #154734;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link.has-secondary-background-color {
  --wp--preset--color--secondary: transparent;
  border-color: #e87500;
  color: #e87500;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link.has-success-background-color {
  --wp--preset--color--success: transparent;
  border-color: #008552;
  color: #008552;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link.has-danger-background-color {
  --wp--preset--color--danger: transparent;
  border-color: #D30016;
  color: #D30016;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link.has-warning-background-color {
  --wp--preset--color--warning: transparent;
  border-color: #5fe0b7;
  color: #5fe0b7;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link.has-info-background-color {
  --wp--preset--color--info: transparent;
  border-color: #666666;
  color: #666666;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link.has-light-background-color {
  --wp--preset--color--light: transparent;
  border-color: #f4f4f4;
  color: #f4f4f4;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link.has-dark-background-color {
  --wp--preset--color--dark: transparent;
  border-color: #333333;
  color: #333333;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link.has-web-gray-background-color {
  --wp--preset--color--web-gray: transparent;
  border-color: #767676;
  color: #767676;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link.has-web-orange-background-color {
  --wp--preset--color--web-orange: transparent;
  border-color: #c95100;
  color: #c95100;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link.has-white-background-color {
  --wp--preset--color--white: transparent;
  border-color: white;
  color: white;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline a.wp-block-button__link.has-black-background-color {
  --wp--preset--color--black: transparent;
  border-color: black;
  color: black;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline:hover a.wp-block-button__link, body .site .wp-block-buttons .wp-block-button.is-style-outline:focus a.wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}
body .site .wp-block-buttons .wp-block-button.is-style-outline:hover a.wp-block-button__link.has-primary-background-color, body .site .wp-block-buttons .wp-block-button.is-style-outline:focus a.wp-block-button__link.has-primary-background-color {
  --wp--preset--color--primary: #154734;
  color: white;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline:hover a.wp-block-button__link.has-secondary-background-color, body .site .wp-block-buttons .wp-block-button.is-style-outline:focus a.wp-block-button__link.has-secondary-background-color {
  --wp--preset--color--secondary: #e87500;
  color: white;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline:hover a.wp-block-button__link.has-success-background-color, body .site .wp-block-buttons .wp-block-button.is-style-outline:focus a.wp-block-button__link.has-success-background-color {
  --wp--preset--color--success: #008552;
  color: white;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline:hover a.wp-block-button__link.has-danger-background-color, body .site .wp-block-buttons .wp-block-button.is-style-outline:focus a.wp-block-button__link.has-danger-background-color {
  --wp--preset--color--danger: #D30016;
  color: white;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline:hover a.wp-block-button__link.has-warning-background-color, body .site .wp-block-buttons .wp-block-button.is-style-outline:focus a.wp-block-button__link.has-warning-background-color {
  --wp--preset--color--warning: #5fe0b7;
  color: white;
  color: #181818;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline:hover a.wp-block-button__link.has-info-background-color, body .site .wp-block-buttons .wp-block-button.is-style-outline:focus a.wp-block-button__link.has-info-background-color {
  --wp--preset--color--info: #666666;
  color: white;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline:hover a.wp-block-button__link.has-light-background-color, body .site .wp-block-buttons .wp-block-button.is-style-outline:focus a.wp-block-button__link.has-light-background-color {
  --wp--preset--color--light: #f4f4f4;
  color: white;
  color: #181818;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline:hover a.wp-block-button__link.has-dark-background-color, body .site .wp-block-buttons .wp-block-button.is-style-outline:focus a.wp-block-button__link.has-dark-background-color {
  --wp--preset--color--dark: #333333;
  color: white;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline:hover a.wp-block-button__link.has-web-gray-background-color, body .site .wp-block-buttons .wp-block-button.is-style-outline:focus a.wp-block-button__link.has-web-gray-background-color {
  --wp--preset--color--web-gray: #767676;
  color: white;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline:hover a.wp-block-button__link.has-web-orange-background-color, body .site .wp-block-buttons .wp-block-button.is-style-outline:focus a.wp-block-button__link.has-web-orange-background-color {
  --wp--preset--color--web-orange: #c95100;
  color: white;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline:hover a.wp-block-button__link.has-white-background-color, body .site .wp-block-buttons .wp-block-button.is-style-outline:focus a.wp-block-button__link.has-white-background-color {
  --wp--preset--color--white: white;
  color: white;
  color: black;
}
body .site .wp-block-buttons .wp-block-button.is-style-outline:hover a.wp-block-button__link.has-black-background-color, body .site .wp-block-buttons .wp-block-button.is-style-outline:focus a.wp-block-button__link.has-black-background-color {
  --wp--preset--color--black: black;
  color: white;
  color: white;
}
body .site ul.is-style-some-links {
  padding: 0;
}
body .site ul.is-style-some-links li {
  list-style-type: none;
  padding: 10px 7.5px;
  border-bottom: 1px solid #d3d3d3;
}
body .site ul.is-style-some-links li a {
  color: #181818;
  text-decoration: none;
}
body .site ul.is-style-some-links li a:hover {
  color: #154734;
  font-weight: 700;
  text-decoration: none;
}
body .site ul.is-style-some-links li:last-of-type {
  border-bottom: 0;
}
body .site ul.is-style-none {
  list-style-type: none;
  padding-left: 15px;
}
body .site ul.is-style-none li > ul,
body .site ul.is-style-none li > ol {
  padding-top: 5px;
  list-style-type: none;
  padding-left: 15px;
}
body .site ul.is-style-footer-links {
  list-style: none;
  padding: 0;
}
body .site ul.is-style-footer-links li {
  padding: 0 1.5rem 1.5rem 0;
}
body .site ul.is-style-footer-links li a {
  text-decoration: underline;
}
@media (min-width: 576px) {
  body .site ul.is-style-footer-links {
    display: flex;
    flex-flow: row wrap;
  }
}
@media (max-width: 767.98px) {
  body .site ul.is-style-footer-links {
    display: block;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -o-column-count: 1;
    -o-column-count: 1;
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    -o-column-gap: 16px;
    column-gap: 16px;
  }
  body .site ul.is-style-footer-links li {
    padding: 0 0 1em 0.5em;
  }
}
@media (min-width: 768px) {
  body .site ul.is-style-footer-links[class*=divider-] li {
    position: relative;
    padding-bottom: 0px;
  }
  body .site ul.is-style-footer-links[class*=divider-] li:not(:last-of-type)::after {
    position: absolute;
    color: black;
    right: 10px;
    top: 2px;
  }
  body .site ul.is-style-footer-links.divider-pipe li:not(:last-of-type)::after {
    content: "|";
  }
  body .site ul.is-style-footer-links.divider-dot li:not(:last-of-type)::after {
    content: "·";
  }
  body .site ul.is-style-footer-links.divider-slash li:not(:last-of-type)::after {
    content: "/";
    right: 8px;
    top: 1px;
  }
}
body .site form.wp-block-search.is-style-header .wp-block-search__inside-wrapper {
  background: #154734;
  color: white;
}
body .site form.wp-block-search.is-style-header .wp-block-search__inside-wrapper input.wp-block-search__input {
  background: transparent;
  color: white;
}
body .site form.wp-block-search.is-style-header .wp-block-search__inside-wrapper input.wp-block-search__input::-webkit-input-placeholder {
  color: white;
}

body .site form.wp-block-search.is-style-header .wp-block-search__inside-wrapper input.wp-block-search__input:-moz-placeholder {
  color: white;
}

body .site form.wp-block-search.is-style-header .wp-block-search__inside-wrapper input.wp-block-search__input::-moz-placeholder {
  color: white;
}

body .site form.wp-block-search.is-style-header .wp-block-search__inside-wrapper input.wp-block-search__input:-ms-input-placeholder {
  color: white;
}

body .site form.wp-block-search.is-style-header .wp-block-search__inside-wrapper input.wp-block-search__input:focus::-webkit-input-placeholder {
  color: transparent;
}

body .site form.wp-block-search.is-style-header .wp-block-search__inside-wrapper input.wp-block-search__input:focus:-moz-placeholder {
  color: transparent;
}

body .site form.wp-block-search.is-style-header .wp-block-search__inside-wrapper input.wp-block-search__input:focus::-moz-placeholder {
  color: transparent;
}

body .site form.wp-block-search.is-style-header .wp-block-search__inside-wrapper input.wp-block-search__input:focus:-ms-input-placeholder {
  color: transparent;
}

body .site form.wp-block-search.is-style-header .wp-block-search__inside-wrapper .wp-block-search__button {
  background: transparent;
  border: 0px;
}
body .site form.wp-block-search.is-style-header .wp-block-search__inside-wrapper .wp-block-search__button svg {
  fill: white;
  transform: scale(2) scaleX(-1);
}
@media (min-width: 768px) {
  body .site form.wp-block-search.is-style-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 122px;
    height: 70px;
    margin: 0;
    padding: 0;
  }
  body .site form.wp-block-search.is-style-header .wp-block-search__inside-wrapper {
    float: right;
    border: 0;
    font-size: 1rem;
    padding: 12px 0;
  }
  body .site form.wp-block-search.is-style-header .wp-block-search__inside-wrapper input.wp-block-search__input {
    padding-left: 0.5rem;
  }
  body .site form.wp-block-search.is-style-header .wp-block-search__inside-wrapper .wp-block-search__button {
    padding: 0.125rem 0.5rem 0 0;
  }
  body .site form.wp-block-search.is-style-header.infocus {
    max-width: 300px;
    width: fit-content;
    right: 0;
  }
}
@media (max-width: 991.98px) {
  body .site form.wp-block-search.is-style-header .wp-block-search__inside-wrapper .wp-block-search__button svg {
    transform: scaleX(-1);
    width: 49px;
    height: 49px;
    margin-top: -3px;
  }
  body .site form.wp-block-search.is-style-header.infocus {
    max-width: 300px;
    width: fit-content;
  }
  body .site form.wp-block-search.is-style-header.infocus input.wp-block-search__input {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  body .site form.wp-block-search.is-style-header .wp-block-search__inside-wrapper .wp-block-search__button svg {
    margin-top: -7px;
    margin-left: -10px;
  }
}
body .site form.wp-block-search.is-style-jumbo {
  height: 60px;
  margin-bottom: 1em;
}
body .site form.wp-block-search.is-style-jumbo input {
  width: 80%;
  font-size: 24px;
  border-radius: 6px 0 0 6px;
  padding-left: 12px;
}
body .site form.wp-block-search.is-style-jumbo button[type=submit].wp-block-search__button {
  height: 60px;
  width: 60px;
  border: 0px;
  background-color: #154734;
  color: white;
  position: relative;
  font-size: 0px;
  margin-left: 0;
  border-radius: 0 6px 6px 0;
}
body .site form.wp-block-search.is-style-jumbo button[type=submit].wp-block-search__button svg {
  fill: white;
  transform: scale(2) scaleX(-1);
}
@media (min-width: 992px) {
  body .site form.wp-block-search.is-style-jumbo {
    max-width: 1140px;
  }
  body .site form.wp-block-search.is-style-jumbo input {
    max-width: 1140px;
  }
}
@media (max-width: 1199.98px) {
  body .site form.wp-block-search.is-style-jumbo {
    max-width: 720px;
  }
  body .site form.wp-block-search.is-style-jumbo input {
    max-width: 720px;
  }
}
@media (max-width: 991.98px) {
  body .site form.wp-block-search.is-style-jumbo {
    max-width: 720px;
  }
  body .site form.wp-block-search.is-style-jumbo input {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  body .site form.wp-block-search.is-style-jumbo {
    max-width: 540px;
  }
  body .site form.wp-block-search.is-style-jumbo input {
    max-width: 540px;
  }
}
body .site .is-style-pre-header {
  font-size: 1.125rem;
  letter-spacing: 0;
  padding: 0 65px 5px 0;
  margin-bottom: 10px;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  display: inline-flex;
}
body .site .is-style-pre-header::after {
  content: "";
  height: 2px;
  background-color: #e87500;
  position: absolute;
  bottom: -2px;
  width: 100%;
}
body .site ul.wp-block-social-links li.wp-social-link {
  padding-bottom: 0;
}
body .site .wp-block-table table {
  overflow-x: auto;
  width: 100%;
}
body .site .wp-block-table table td {
  padding: 0.75rem;
}
@media (max-width: 991.98px) {
  body .site .wp-block-table table {
    display: block;
    -webkit-overflow-scrolling: touch;
  }
}
body .site .wp-block-table.is-style-stripes {
  border-bottom: unset;
}
body .site .wp-block-table.is-style-stripes a {
  color: #154734;
}
body .site .wp-block-table.is-style-stripes a:hover, body .site .wp-block-table.is-style-stripes a:focus {
  color: #e87500;
}
body .site .wp-block-columns.is-style-full-width.alignfull {
  --wp--style--block-gap: 0;
}
body .site .slider {
  padding: 0 0 5px;
}
body .site .slider .slides img {
  height: 80vh;
  width: auto;
  padding: 2vh;
}
body .site .slider.is-admin:before {
  display: block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  position: absolute;
  z-index: 1;
}
body .site a[id|=skipLink]:not(.sr-only) {
  position: relative;
  background: #c95100;
  color: white;
  padding: 0.25rem;
  top: 2rem;
  z-index: 9999;
}
body .site .slider .slide-counter {
  position: absolute;
  left: 0.5rem;
  top: 0.25rem;
  font-weight: 900;
  color: white;
  filter: drop-shadow(0 0 0.25rem black);
}
body .site .slider .slides img {
  height: unset;
  max-width: 100%;
  width: 100%;
  padding: 0;
}
body .site .slider .slick-list {
  order: -1;
}
body .site .slider .slick-list .slick-slide {
  position: relative;
}
body .site .slider .slick-list .slick-slide:not(.slick-current)::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0);
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  body .site .slider.alignwide {
    padding-left: 0;
    padding-right: 0;
  }
}
body .site .slider.is-style-dark-bg + .captions {
  background-color: #333333;
}
body .site .slider.is-style-dark-bg + .captions button.slick-arrow {
  background-color: #333333;
}
body .site .slider.is-style-dark-bg + .captions button.slick-arrow svg:hover {
  fill: #5fe0b7;
}
body .site .slider.is-style-light-bg + .captions {
  background-color: #f4f4f4;
  color: #333333;
}
body .site .slider.is-style-light-bg + .captions button.slick-arrow {
  background-color: #f4f4f4;
}
body .site .slider.is-style-light-bg + .captions button.slick-arrow svg {
  fill: #333333;
}
body .site .slider.is-style-light-bg + .captions button.slick-arrow svg:hover {
  color: #e87500;
}
body .site .slider.is-style-light-bg + .captions .caption a {
  color: #333333;
}
body .site .slider.is-style-light-bg + .captions .caption a:hover {
  color: #e87500;
}
body .site :not(.align-wrap) > .captions, body .site :not(.align-wrap) .slider {
  padding-left: 0;
  padding-right: 0;
}
body .site .captions {
  text-align: center;
  background-color: #154734;
  color: white;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  position: relative;
}
body .site .captions .caption a {
  color: white;
}
body .site .captions .caption a:hover {
  color: #5fe0b7;
}
body .site .captions button.slick-arrow {
  background: #154734;
  position: unset;
  top: unset;
  transform: unset;
  width: 50px;
  height: 50px;
}
body .site .captions button.slick-arrow svg {
  fill: white;
  width: 45px;
  height: 100%;
}
body .site .captions button.slick-arrow svg:hover {
  fill: #5fe0b7;
}
body .site .captions button.slick-arrow.slick-next {
  right: unset;
}
body .site .captions button.slick-arrow.slick-prev {
  left: unset;
}
body .site .captions button.slick-arrow.slick-prev svg {
  transform: rotate(180deg);
}
body .site .captions.empty .slick-list {
  display: none;
}
@media (min-width: 992px) {
  body .site .captions {
    margin-top: -55px;
    width: 100%;
  }
  body .site .captions .caption {
    width: calc(100% - 100px);
    padding-top: 0.25rem;
    padding-left: calc(50px + 0.25rem);
    padding-right: calc(50px + 0.25rem);
    max-width: 1140px;
  }
}
@media (max-width: 1199.98px) {
  body .site .captions {
    max-width: 960px;
  }
  body .site .captions .caption {
    padding-left: calc(25px + 0.25rem);
    padding-right: calc(25px + 0.25rem);
  }
}
@media (max-width: 991.98px) {
  body .site .captions {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  body .site .captions {
    max-width: 540px;
  }
}
body .site .align-wrap-full .slider.alignfull .slides img {
  width: 100vw;
}
@media (max-width: 991.98px) {
  body .site .align-wrap.align-wrap-wide .slider.alignwide {
    padding-left: 0;
    padding-right: 0;
  }
}
body .site .text-cta {
  display: flex;
  flex-flow: row wrap;
}
body .site .text-cta a {
  color: #181818;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}
body .site .text-cta a i {
  color: #e87500;
}
body .site .text-cta a:hover, body .site .text-cta a:focus, body .site .text-cta a:active {
  color: #154734;
  text-decoration: underline;
  text-decoration-color: #5fe0b7;
}
body .site .text-cta.aligncenter {
  justify-content: center;
}
body .site .text-cta.alignright {
  justify-content: flex-end;
}
body .site .cpt-output.contact article {
  width: 100%;
}
body .site .cpt-output.link-grid {
  display: flex;
  flex-flow: row wrap;
}
body .site .cpt-output.link-grid h2 {
  flex: 1 0 100%;
  max-width: var(--content-width);
}
body .site .cpt-output.link-grid article.listing {
  position: relative;
  margin: clamp(0.25rem, 1vw, 0.5rem);
  height: clamp(100px, 10vw, 225px);
  width: clamp(100px, 10vw, 225px);
  background-size: cover;
  background-position: center center;
}
body .site .cpt-output.link-grid article.listing a {
  z-index: 100;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
body .site .cpt-output.link-grid article.listing a h3 {
  color: white;
  text-align: center;
  margin: 0.25rem;
}
body .site .cpt-output.link-grid article.listing:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(24, 24, 24, 0.5);
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
body .site .cpt-output.query h2, body .site .cpt-output.query article {
  width: 100%;
}
body .site .cpt-output.list p.listing {
  margin-bottom: 0px;
}
body .site .cpt-output.list p.listing:has(+ h3) {
  margin-bottom: 1rem;
}
@supports (display: grid) {
  body .site .cpt-output.contact article {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
  body .site .cpt-output.contact article.image {
    grid-template-columns: 150px 1fr;
  }
}
body .site .cpt-output.contact article {
  width: 100%;
}
body .site .cpt-output.link-grid {
  display: flex;
  flex-flow: row wrap;
}
body .site .cpt-output.link-grid h2 {
  flex: 1 0 100%;
  max-width: var(--content-width);
}
body .site .cpt-output.link-grid article.listing {
  position: relative;
  margin: clamp(0.25rem, 1vw, 0.5rem);
  height: clamp(100px, 10vw, 225px);
  width: clamp(100px, 10vw, 225px);
  background-size: cover;
  background-position: center center;
}
body .site .cpt-output.link-grid article.listing a {
  z-index: 100;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
body .site .cpt-output.link-grid article.listing a h3 {
  color: white;
  text-align: center;
  margin: 0.25rem;
}
body .site .cpt-output.link-grid article.listing:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(24, 24, 24, 0.5);
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}
body .site .cpt-output.query h2, body .site .cpt-output.query article {
  width: 100%;
}
body .site .cpt-output.list p.listing {
  margin-bottom: 0px;
}
body .site .cpt-output.list p.listing:has(+ h3) {
  margin-bottom: 1rem;
}
@supports (display: grid) {
  body .site .cpt-output.contact article {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
  body .site .cpt-output.contact article.image {
    grid-template-columns: 150px 1fr;
  }
}
body .site aside.filters h4 {
  margin-top: 0.5rem;
}
body .site aside.filters h4:first-of-type {
  margin-top: 0;
}
body .site aside.filters .filters-group {
  width: 100%;
}
body .site aside.filters .filters-group.mobile {
  display: none;
}
body .site aside.filters ul.filters-group {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body .site aside.filters ul.filters-group li {
  padding: 1em 0 1em 8px;
  border-top: 1px solid #181818;
}
body .site aside.filters ul.filters-group li:hover {
  border-left: 0px;
  background-color: rgba(95, 224, 183, 0.5);
  font-weight: 700;
  cursor: pointer;
}
body .site aside.filters ul.filters-group li.current-selection {
  background-color: #154734;
  color: white;
  font-weight: 700;
}
body .site aside.filters ul.filters-group li:first-of-type {
  border-top: 0px;
}
@media (max-width: 1199.98px) {
  body .site aside.filters .filters-group.mobile {
    display: unset;
  }
  body .site aside.filters ul.filters-group {
    display: none;
  }
}
body .site aside.cpt-tax-list ul, body .site aside.cpt-tax-list ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body .site .cpt_search {
  display: flex;
  flex-flow: row nowrap;
}
body .site .cpt_search input.quicksearch {
  max-width: 100%;
  border-color: #666666;
  border-radius: 3px;
}
body .site .cpt_search.button input.quicksearch {
  border-right: 0px;
  border-radius: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
body .site .cpt_search.button button {
  border-color: #666666;
  border-left: 0px;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
body .site ul.social-share {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-flow: column wrap;
}
body .site ul.social-share li a {
  color: unset;
}
body .site ul.social-share li a:hover, body .site ul.social-share li a:focus {
  color: var(--wp--preset--color--web-orange);
}
body .site ul.social-share li a svg {
  width: 42px;
  height: 42px;
  fill: currentColor;
}
body .site ul.social-share li a svg:hover, body .site ul.social-share li a svg:focus {
  fill: currentColor;
  transform: scale(1.1);
}
body .site ul.social-share.horizontal {
  flex-direction: row;
}
body .site ul.social-share.has-web-orange-color li a:hover, body .site ul.social-share.has-web-orange-color li a:focus {
  color: var(--wp--preset--color--primary);
}
body .site ul.social-share.has-huge-font-size svg {
  width: 80px;
  height: 80px;
}
body .site ul.social-share.has-large-font-size svg {
  width: 62px;
  height: 62px;
}
body .site ul.social-share.has-medium-font-size svg {
  width: 55px;
  height: 55px;
}
body .site ul.social-share.has-small-font-size svg {
  width: 30px;
  height: 30px;
}
body .site .wp-block-atomic-blocks-ab-columns .ab-layout-column-wrap {
  display: grid;
  gap: 1rem;
}
body .site .wp-block-atomic-blocks-ab-columns.ab-layout-columns-2[class$=equal] .ab-layout-column-wrap {
  grid-template-columns: repeat(2, 1fr);
}
body .site .wp-block-atomic-blocks-ab-columns.ab-layout-columns-2[class$=wideleft] .ab-layout-column-wrap {
  grid-template-columns: 2fr 1fr;
}
body .site .wp-block-atomic-blocks-ab-columns.ab-layout-columns-2[class$=wideright] .ab-layout-column-wrap {
  grid-template-columns: 1fr 2fr;
}
body .site .wp-block-atomic-blocks-ab-columns.ab-layout-columns-3 .ab-layout-column-wrap {
  grid-template-columns: repeat(3, 1fr);
}
body .site .wp-block-atomic-blocks-ab-columns.ab-layout-columns-3[class$=widecenter] .ab-layout-column-wrap {
  grid-template-columns: 1fr 2fr 1fr;
}
body .site .wp-block-atomic-blocks-ab-columns.ab-layout-columns-3[class$=wideleft] .ab-layout-column-wrap {
  grid-template-columns: 2fr 1fr 1fr;
}
body .site .wp-block-atomic-blocks-ab-columns.ab-layout-columns-3[class$=wideright] .ab-layout-column-wrap {
  grid-template-columns: 1fr 1fr 2fr;
}
body .site .wp-block-atomic-blocks-ab-columns.ab-layout-columns-4 .ab-layout-column-wrap {
  grid-template-columns: repeat(4, 1fr);
}
body .site .wp-block-atomic-blocks-ab-columns.ab-layout-columns-4[class$=wideleft] .ab-layout-column-wrap {
  grid-template-columns: 2fr 1fr 1fr 1fr;
}
body .site .wp-block-atomic-blocks-ab-columns.ab-layout-columns-4[class$=wideright] .ab-layout-column-wrap {
  grid-template-columns: 1fr 1fr 1fr 2fr;
}
body .site .wp-block-atomic-blocks-ab-columns.ab-layout-columns-5 .ab-layout-column-wrap {
  grid-template-columns: repeat(5, 1fr);
}
body .site .wp-block-atomic-blocks-ab-columns.ab-layout-columns-6 .ab-layout-column-wrap {
  grid-template-columns: repeat(6, 1fr);
}
body .site .wp-block-atomic-blocks-ab-columns.ab-block-layout-column-gap-1 {
  gap: var(--coblocks-spacing--1);
}
body .site .wp-block-atomic-blocks-ab-columns.ab-block-layout-column-gap-2 {
  gap: var(--coblocks-spacing--2);
}
body .site .wp-block-atomic-blocks-ab-columns.ab-block-layout-column-gap-3 {
  gap: var(--coblocks-spacing--3);
}
body .site .wp-block-atomic-blocks-ab-columns.ab-block-layout-column-gap-4 {
  gap: var(--coblocks-spacing--4);
}
body .site .wp-block-atomic-blocks-ab-columns.ab-block-layout-column-gap-5 {
  gap: var(--coblocks-spacing--5);
}
body .site .wp-block-atomic-blocks-ab-columns.ab-block-layout-column-gap-6 {
  gap: var(--coblocks-spacing--6);
}
body .site .wp-block-atomic-blocks-ab-columns.ab-block-layout-column-gap-7 {
  gap: var(--coblocks-spacing--7);
}
body .site .wp-block-atomic-blocks-ab-columns.ab-block-layout-column-gap-8 {
  gap: var(--coblocks-spacing--8);
}
body .site .wp-block-atomic-blocks-ab-columns.ab-block-layout-column-gap-9 {
  gap: var(--coblocks-spacing--9);
}
body .site .wp-block-atomic-blocks-ab-columns.ab-block-layout-column-gap-10 {
  gap: var(--coblocks-spacing--10);
}
body .site .ab-post-grid-items.is-grid {
  display: flex;
  flex-flow: row nowrap;
}
body .site .ab-post-grid-items.is-grid article {
  padding: 0.5rem;
}
body .site .ab-post-grid-items.is-grid.columns-4 article {
  max-width: 25%;
}
body .site .ab-post-grid-items.is-grid.columns-3 article {
  max-width: 33%;
}
body .site .ab-post-grid-items.is-grid.columns-2 article {
  max-width: 50%;
}
@media (max-width: 991.98px) {
  body .site .ab-post-grid-items.is-grid {
    flex-flow: column wrap;
  }
  body .site .ab-post-grid-items.is-grid article {
    max-width: 100%;
  }
}
body .site .ab-block-profile {
  display: grid;
  grid-template-columns: 250px 1fr;
  grid-gap: 1rem;
  align-items: center;
}
@media (max-width: 991.98px) {
  body .site {
    grid-template-columns: 150px 1fr;
  }
}
body .site .wp-block-coblocks-gallery-carousel button.flickity-button {
  background: rgba(21, 71, 52, 0.7);
}
body .site .wp-block-coblocks-accordion .wp-block-coblocks-accordion-item details .wp-block-coblocks-accordion-item__title {
  position: relative;
  padding: 0.75rem 50px 0.25rem 15px;
  border: 0;
  background: transparent;
  color: #154734;
  font-size: 1.5rem;
  font-weight: 700;
}
body .site .wp-block-coblocks-accordion .wp-block-coblocks-accordion-item details .wp-block-coblocks-accordion-item__title:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 15px;
  top: 15.64px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/svg/plus.svg");
  transition: all 0.3s ease-in-out;
  transform: rotate(90deg);
}
body .site .wp-block-coblocks-accordion .wp-block-coblocks-accordion-item details .wp-block-coblocks-accordion-item__title::marker, body .site .wp-block-coblocks-accordion .wp-block-coblocks-accordion-item details .wp-block-coblocks-accordion-item__title::-webkit-details-marker {
  display: none;
  font-size: 0;
}
body .site .wp-block-coblocks-accordion .wp-block-coblocks-accordion-item details .wp-block-coblocks-accordion-item__content {
  border: 0px;
  padding: 15px 27.6px;
}
body .site .wp-block-coblocks-accordion .wp-block-coblocks-accordion-item details:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: relative;
  top: 0s;
  background: #154734;
}
body .site .wp-block-coblocks-accordion .wp-block-coblocks-accordion-item details[open] .wp-block-coblocks-accordion-item__title::marker, body .site .wp-block-coblocks-accordion .wp-block-coblocks-accordion-item details[open] .wp-block-coblocks-accordion-item__title::-webkit-details-marker {
  display: none;
  font-size: 0;
}
body .site .wp-block-coblocks-accordion .wp-block-coblocks-accordion-item details[open] .wp-block-coblocks-accordion-item__title:before {
  transform: rotate(0deg);
  background-image: url("../images/svg/minus.svg");
}
body .site .wp-block-coblocks-accordion.is-style-vp .wp-block-coblocks-accordion-item details:after {
  background: #154734;
  background: -moz-linear-gradient(left, #154734 0%, #e87500 100%);
  background: -webkit-linear-gradient(left, #154734 0%, #e87500 100%);
  background: linear-gradient(to right, #154734 0%, #e87500 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$primary", endColorstr="$utd-orange",GradientType=1 );
}
body .site .has-lead-font-size {
  font-size: 21px;
}
body .site .entry-content {
  width: 100vw;
}
body .site .entry-content > * {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1199.98px) {
  body .site .entry-content > * {
    max-width: 930px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991.98px) {
  body .site .entry-content > * {
    max-width: 690px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  body .site .entry-content > * {
    max-width: 540px;
  }
}
body .site .entry-content .alignwide {
  max-width: 1140px;
}
@media (max-width: 1199.98px) {
  body .site .entry-content .alignwide {
    max-width: 1140px -30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  body .site .entry-content .alignwide {
    max-width: 540px -30px;
    width: 100%;
  }
}
body .site .entry-content .alignwide .alignfull {
  max-width: 100%;
}
body .site .entry-content .align-wrap {
  padding: unset;
  width: auto;
  max-width: none;
  margin-left: -15px;
  margin-right: -15px;
}
body .site .entry-content .align-wrap > * {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
body .site .entry-content .align-wrap.align-wrap-full {
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
}
body .site .entry-content .align-wrap.align-wrap-full > * {
  max-width: 100vw;
}
body .site .entry-content .align-wrap.align-wrap-wide {
  max-width: 1400px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199.98px) {
  body .site .entry-content .align-wrap.align-wrap-wide {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  body .site .entry-content .align-wrap.align-wrap-wide {
    max-width: 960px;
  }
}
body .site .entry-content .align-wrap.align-wrap-wide > * {
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  body .site .entry-content .align-wrap.align-wrap-wide > * {
    max-width: 1360px;
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  body .site .entry-content .align-wrap.align-wrap-wide > * {
    max-width: 1160px;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  body .site .entry-content .align-wrap.align-wrap-wide > * {
    max-width: 820px;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  body .site .entry-content .align-wrap.align-wrap-wide > * {
    max-width: 640px;
    width: 100%;
  }
}
body .site .entry-content > *:not(.wp-block-group, .wp-block-columns, .align-wrap-wide, .align-wrap-full):has(p, .breadcrumbs, h1,
h2,
h3,
h4,
h5,
h6, .wp-block-post-title, .wp-block-buttons, .wp-block-columns, .wp-block-group):not(.alignfull, .alignwide, .alignleft, .alignright, .aligncenter) {
  max-width: var(--content-width, 1140px);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  body .site .entry-content > *:not(.wp-block-group, .wp-block-columns, .align-wrap-wide, .align-wrap-full):has(p, .breadcrumbs, h1,
  h2,
  h3,
  h4,
  h5,
  h6, .wp-block-post-title, .wp-block-buttons, .wp-block-columns, .wp-block-group) {
    --content-width: 720px;
  }
}
@media (max-width: 767.98px) {
  body .site .entry-content > *:not(.wp-block-group, .wp-block-columns, .align-wrap-wide, .align-wrap-full):has(p, .breadcrumbs, h1,
  h2,
  h3,
  h4,
  h5,
  h6, .wp-block-post-title, .wp-block-buttons, .wp-block-columns, .wp-block-group) {
    --content-width: 540px;
  }
}
body .site .entry-content .wp-block-group:not(.alignfull) .wp-block-group__inner-container .align-wrap-full {
  max-width: 100%;
}
body .site .entry-content .wp-block-group:not(.alignfull) .wp-block-group__inner-container .align-wrap-full .alignfull {
  max-width: 100%;
}
body .site .entry-content figure.wp-block-image:where(.alignleft) {
  float: left;
}
@media (min-width: 768px) {
  body .site .entry-content figure.wp-block-image:where(.alignleft) {
    margin-right: 2rem;
  }
}
body .site .entry-content figure.wp-block-image:where(.alignright) {
  float: right;
}
@media (min-width: 768px) {
  body .site .entry-content figure.wp-block-image:where(.alignright) {
    margin-left: 2rem;
  }
}
body .site .entry-content .entry-content {
  width: 100%;
}
body .site .entry-content .entry-content > * {
  max-width: unset;
  padding-left: 0;
  padding-right: 0;
}
body .site .entry-content > figure.wp-block-image figcaption {
  left: 15px;
}
body .site .entry-content .wp-block-quote {
  border-left-width: 0px;
}
body .site .entry-content .wp-block-image img,
body .site .entry-content .wp-block-coblocks-media-card__wrapper > figure > img {
  height: auto;
}
body .site .entry-content nav.secondary .children,
body .site .entry-content nav.secondary .siblings {
  padding: 0;
  width: 100%;
}
body .site .entry-content nav.secondary .children li,
body .site .entry-content nav.secondary .siblings li {
  list-style-type: none;
  padding: 10px 0;
}
body .site .entry-content nav.secondary .children li a,
body .site .entry-content nav.secondary .siblings li a {
  padding-left: 7.5px;
  color: #181818;
  width: 100%;
  text-decoration: none;
}
body .site .entry-content nav.secondary .children li a:hover,
body .site .entry-content nav.secondary .siblings li a:hover {
  color: #154734;
  font-weight: 700;
  text-decoration: none;
}
body .site .entry-content nav.secondary .children li.page_item,
body .site .entry-content nav.secondary .siblings li.page_item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
body .site .entry-content nav.secondary .children li.page_item.page_item_has_children > button,
body .site .entry-content nav.secondary .siblings li.page_item.page_item_has_children > button {
  border: 0px;
  padding: unset;
  background: unset;
}
body .site .entry-content nav.secondary .children li.page_item.page_item_has_children > button.dropdown-icon,
body .site .entry-content nav.secondary .siblings li.page_item.page_item_has_children > button.dropdown-icon {
  cursor: pointer;
  width: 17px;
  height: 17px;
  left: 0;
  top: 11.56px;
  border: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/svg/plus.svg");
  background-size: contain;
  transition: all 0.3s ease-in-out;
  transform: rotate(90deg);
}
body .site .entry-content nav.secondary .children li.page_item.page_item_has_children > a,
body .site .entry-content nav.secondary .siblings li.page_item.page_item_has_children > a {
  flex-basis: 90%;
  order: -1;
}
body .site .entry-content nav.secondary .children li.page_item.page_item_has_children > .children,
body .site .entry-content nav.secondary .siblings li.page_item.page_item_has_children > .children {
  display: none;
  order: 1;
}
body .site .entry-content nav.secondary .children li.page_item.page_item_has_children.open > .dropdown-icon,
body .site .entry-content nav.secondary .siblings li.page_item.page_item_has_children.open > .dropdown-icon {
  transform: rotate(180deg);
  background-image: url("../images/svg/minus.svg");
}
body .site .entry-content nav.secondary .children li.page_item.page_item_has_children.open > .children,
body .site .entry-content nav.secondary .siblings li.page_item.page_item_has_children.open > .children {
  display: unset;
}
body .site .entry-content nav.secondary .children li.page_item.page_item_has_children.open > .children li,
body .site .entry-content nav.secondary .siblings li.page_item.page_item_has_children.open > .children li {
  padding-left: 20px;
}
body .site .entry-content nav.secondary .children li.page_item > a,
body .site .entry-content nav.secondary .siblings li.page_item > a {
  padding-left: 7.5px;
}
body .site .entry-content nav.secondary .children li.current_page_item > a,
body .site .entry-content nav.secondary .siblings li.current_page_item > a {
  font-weight: 700;
}
body .site .entry-content nav.secondary .children li.current_page_item > .children,
body .site .entry-content nav.secondary .siblings li.current_page_item > .children {
  display: unset;
}
body .site .entry-content nav.secondary .children li:before,
body .site .entry-content nav.secondary .siblings li:before {
  display: none;
}
body .site .entry-content nav.secondary .children:first-of-type li,
body .site .entry-content nav.secondary .siblings:first-of-type li {
  border-bottom: 1px solid #d3d3d3;
}
body .site .entry-content nav.secondary .children:first-of-type li:last-of-type,
body .site .entry-content nav.secondary .siblings:first-of-type li:last-of-type {
  border-bottom: 0px;
}
body .site .entry-content nav.secondary .children:first-of-type li > .children li,
body .site .entry-content nav.secondary .siblings:first-of-type li > .children li {
  border-bottom: 0px;
}
body .site .entry-content nav.secondary .sub-nav {
  display: none;
  margin-bottom: 1em;
}
body .site .entry-content nav.secondary .sub-nav button {
  border-style: none;
  border: 2px solid #154734;
  position: relative;
  width: 100%;
  background: transparent;
  color: #154734;
  font-size: 1.3rem;
  text-align: left;
  padding-left: 7.5px;
}
body .site .entry-content nav.secondary .sub-nav button:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 3px;
  top: 5px;
  transition: all 0.7s ease-in-out;
}
body .site .entry-content nav.secondary .sub-nav button[aria-expanded=false]:before {
  transform: rotate(90deg);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/svg/plus.svg");
}
body .site .entry-content nav.secondary .sub-nav button[aria-expanded=true]:before {
  transform: rotate(180deg);
  background-repeat: no-repeats;
  background-position: center center;
  background-image: url("../images/svg/minus.svg");
}
@media (min-width: 768px) {
  body .site .entry-content nav.secondary .children,
  body .site .entry-content nav.secondary .siblings {
    display: block;
  }
}
@media (max-width: 991.98px) {
  body .site .entry-content nav.secondary .sub-nav {
    display: block;
  }
  body .site .entry-content nav.secondary .sub-nav + h3 {
    display: none;
  }
  body .site .entry-content nav.secondary .children,
  body .site .entry-content nav.secondary .siblings {
    display: none;
  }
  body .site .entry-content nav.secondary .children.show,
  body .site .entry-content nav.secondary .siblings.show {
    display: block;
  }
  body .site .entry-content nav.secondary .children.show .page_item.page_item_has_children > a,
  body .site .entry-content nav.secondary .siblings.show .page_item.page_item_has_children > a {
    flex-basis: 93%;
  }
  body .site .entry-content nav.secondary .children.show + .sub-nav,
  body .site .entry-content nav.secondary .siblings.show + .sub-nav {
    margin-bottom: 0;
  }
}
body .site .entry-content ul.is-style-quick-links {
  padding: 0;
  width: 100%;
}
body .site .entry-content ul.is-style-quick-links li {
  list-style-type: none;
  padding: 10px 7.5px;
}
body .site .entry-content ul.is-style-quick-links li a {
  color: #181818;
  width: 100%;
  text-decoration: none;
}
body .site .entry-content ul.is-style-quick-links li a:hover {
  color: #154734;
  font-weight: 700;
  text-decoration: none;
}
body .site .entry-content ul.is-style-quick-links li.parent > .dropdown-icon {
  cursor: pointer;
  display: inline-block;
  width: 17px;
  height: 17px;
  left: 0;
  top: 11.56px;
  background-color: unset;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/svg/chevron-dark.svg");
  background-size: contain;
  transition: all 0.3s ease-in-out;
  transform: rotate(90deg);
  border: 0;
}
body .site .entry-content ul.is-style-quick-links li.parent > a {
  padding-left: 7.5px;
  flex-basis: 90%;
}
body .site .entry-content ul.is-style-quick-links li.parent > ul {
  display: none;
}
body .site .entry-content ul.is-style-quick-links li.parent > ul.ql-children li {
  border-bottom: 0px;
}
body .site .entry-content ul.is-style-quick-links li.parent.open > .dropdown-icon {
  transform: rotate(270deg);
}
body .site .entry-content ul.is-style-quick-links li.parent.open > ul {
  display: unset;
}
body .site .entry-content ul.is-style-quick-links li.parent.open > ul li {
  padding-left: 24.5px;
}
body .site .entry-content ul.is-style-quick-links:first-of-type li {
  border-bottom: 1px solid #d3d3d3;
}
body .site .entry-content ul.is-style-quick-links:first-of-type li:last-of-type {
  border-bottom: 0px;
}
@media (max-width: 991.98px) {
  body .site .entry-content ul.is-style-quick-links {
    display: none;
  }
  body .site .entry-content ul.is-style-quick-links.show {
    display: unset;
  }
}
body .site .entry-content ul.is-style-alphabet {
  list-style-type: upper-alpha;
}
body .site .entry-content ul.is-style-alphabet > li > ul {
  list-style-type: lower-alpha;
}
body .site .entry-content ul.is-style-fp-links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
body .site .entry-content ul.is-style-fp-links li a {
  text-transform: uppercase;
  font-weight: 800;
  color: white;
  text-decoration: none;
}
body .site .entry-content ul.is-style-fp-links li a:hover span svg, body .site .entry-content ul.is-style-fp-links li a:focus span svg {
  right: -55px;
}
body .site .entry-content main.contacts .input-group button {
  background: #e87500;
}
body .site .entry-content main.contacts.img-round .staff img {
  border-radius: 50%;
}
body .site .entry-content main.contacts #staff .staff {
  margin-top: 1em;
  padding-top: 1.5em;
  padding-bottom: 0.25em;
  border-top: 1px solid #999;
  width: 100%;
  min-height: 150px;
  display: flexbox;
  flex-flow: row nowrap;
}
body .site .entry-content main.contacts #staff .staff > * {
  margin-right: 1.5em;
}
body .site .entry-content main.contacts #staff .staff > *:last-of-type {
  margin-right: none;
}
body .site .entry-content main.contacts #staff .staff img {
  max-width: 118px;
  width: 150px;
  height: auto;
}
body .site .entry-content main.contacts #staff .staff .copy {
  width: 100%;
}
body .site .entry-content main.contacts #staff .staff .copy h4 {
  margin-top: 0;
}
body .site .entry-content main.contacts #staff .staff .copy p {
  margin-top: 0;
  margin-bottom: 4px;
}
@media (max-width: 1199.98px) {
  body .site .entry-content main.contacts #staff .staff {
    flex-direction: column;
  }
  body .site .entry-content main.contacts #staff .staff img {
    max-width: 150px;
    margin-right: unset;
  }
  body .site .entry-content main.contacts #staff .staff .copy {
    max-width: unset;
    margin-top: 0.5em;
  }
}
body .site .entry-content main.contacts #staff h2.staff {
  min-height: 35px;
  margin: 0;
  margin-top: 16px;
  padding-top: 0.5em;
  border-top: 0px;
}
@supports (display: grid) {
  body .site .entry-content main.contacts .staff {
    display: grid;
    grid-template-columns: 150px minmax(auto, 1fr);
    grid-gap: 16px 8px;
  }
  body .site .entry-content main.contacts .staff > * {
    margin-right: unset;
  }
  body .site .entry-content main.contacts .staff img {
    width: auto;
    height: auto;
  }
  body .site .entry-content main.contacts .staff .copy {
    margin-top: 0;
  }
  body .site .entry-content main.contacts h2.staff {
    grid-template-columns: 1fr;
  }
  @media (max-width: 767.98px) {
    body .site .entry-content main.contacts .staff {
      grid-template-columns: minmax(auto, 150px) 1fr;
    }
    body .site .entry-content main.contacts .staff ul {
      grid-column: 1/-1;
    }
  }
  @media (max-width: 575.98px) {
    body .site .entry-content main.contacts .staff {
      grid-template-columns: 1fr;
    }
  }
}
body .site .entry-content aside.controls.filter {
  margin-right: 1em;
  margin-right-max-width: 260px;
}
body .site .entry-content aside.controls.filter ul.departments {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body .site .entry-content aside.controls.filter ul.departments li {
  padding: 1em 0 1em 8px;
  border-top: 1px solid black;
}
body .site .entry-content aside.controls.filter ul.departments li:hover {
  border-left: 0px;
  background-color: rgba(95, 224, 183, 0.5);
  font-weight: 700;
  cursor: pointer;
}
body .site .entry-content aside.controls.filter ul.departments li.current-selection {
  background-color: #154734;
  color: white;
  font-weight: 700;
}
body .site .entry-content aside.controls.filter ul.departments li:first-of-type {
  border-top: 0px;
}
@media (max-width: 1199.98px) {
  body .site .entry-content aside.controls.filter {
    max-width: 100%;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 1em;
  }
  body .site .entry-content aside.controls.filter #mobile-departments {
    width: 100%;
    padding: 0.375rem 0.75rem;
    border-radius: 4px;
  }
}
body .site .entry-content .is-style-quicklinks-hero {
  padding-right: 0px;
}
body .site .entry-content .is-style-quicklinks-hero .wp-block-cover__inner-container {
  min-height: 30vw;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  align-self: flex-end;
  min-width: 20%;
  max-width: 33%;
}
body .site .entry-content .is-style-quicklinks-hero .wp-block-cover__inner-container .wp-block-group {
  width: 100%;
  min-height: 300px;
  padding: 0 15px;
  display: flex;
  align-items: flex-end;
  background: black;
  background: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
body .site .entry-content .is-style-quicklinks-hero .wp-block-cover__inner-container .wp-block-group .wp-block-group__inner-container {
  width: 100%;
}
body .site .entry-content .is-style-quicklinks-hero .wp-block-cover__inner-container .wp-block-group .wp-block-group__inner-container h2, body .site .entry-content .is-style-quicklinks-hero .wp-block-cover__inner-container .wp-block-group .wp-block-group__inner-container h3, body .site .entry-content .is-style-quicklinks-hero .wp-block-cover__inner-container .wp-block-group .wp-block-group__inner-container h4, body .site .entry-content .is-style-quicklinks-hero .wp-block-cover__inner-container .wp-block-group .wp-block-group__inner-container h5 {
  color: white !important;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
}
body .site .entry-content .is-style-quicklinks-hero .wp-block-cover__inner-container .wp-block-group .wp-block-group__inner-container ul {
  margin-bottom: 22px;
  padding: 0;
  list-style: none;
  width: 100%;
}
body .site .entry-content .is-style-quicklinks-hero .wp-block-cover__inner-container .wp-block-group .wp-block-group__inner-container ul li {
  width: 100%;
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid #e87500;
  font-weight: 700;
}
body .site .entry-content .is-style-quicklinks-hero .wp-block-cover__inner-container .wp-block-group .wp-block-group__inner-container ul li a {
  width: 100%;
  color: white;
  text-decoration: none !important;
}
body .site .entry-content .is-style-quicklinks-hero .wp-block-cover__inner-container .wp-block-group .wp-block-group__inner-container ul li a:hover {
  color: #e87500 !important;
}
body .site .entry-content .is-style-quicklinks-hero .wp-block-cover__inner-container .wp-block-group .wp-block-group__inner-container ul li:first-of-type {
  margin-top: 0px;
}
body .site .entry-content .is-style-quicklinks-hero .wp-block-cover__inner-container .wp-block-group .wp-block-group__inner-container ul li:last-of-type {
  border-bottom: 0px;
}
body .site .entry-content .is-style-quicklinks-hero.alignwide {
  padding: 0;
}
@media (max-width: 991.98px) {
  body .site .entry-content .is-style-quicklinks-hero.alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}
body .site .entry-content figure.wp-block-image {
  position: relative;
}
body .site .entry-content figure.wp-block-image figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 7px;
  background: #181818;
  color: #eee;
}
body .site .entry-content figure.wp-block-image figcaption a {
  color: #eee;
  text-decoration: underline;
}
body .site .entry-content figure.wp-block-image figcaption a:hover {
  color: #e87500;
}
body .site .entry-content figure.wp-block-image.cap-top figcaption {
  bottom: unset;
  top: 0;
}
body .site .entry-content .persona_quicklinks {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column wrap;
}
body .site .entry-content .persona_quicklinks article form label {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  /* 1 */
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  /* 2 */
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  /* 3 */
}
body .site .entry-content .persona_quicklinks article form select {
  width: 100%;
  height: 40px;
  color: black;
  font-size: 19px;
}
body .site .entry-content .persona_quicklinks article form select:after {
  content: "";
  max-height: 38px;
  height: 100%;
  width: 35px;
  background-image: url("https://websvcs.utdallas.edu/shared/svg/chevron-thin.svg");
  background-size: 45%;
  background-repeat: no-repeat;
  background-color: white;
  background-position: center;
  position: absolute;
  right: 6px;
  top: 2px;
  padding: 0 0 2px;
  transform: rotate(90deg);
  pointer-events: none;
}
body .site .entry-content .persona_quicklinks article form select:before {
  content: "";
  right: 2px;
  top: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  body .site .entry-content .persona_quicklinks article form select:before, body .site .entry-content .persona_quicklinks article form select:after {
    display: none;
  }
}
@-moz-document url-prefix() {
  body .site .entry-content .persona_quicklinks article form select::after {
    display: none;
  }
}
body .site .entry-content .persona_quicklinks article form _:-webkit-full-screen:not(:root:root), body .site .entry-content .persona_quicklinks article form select::after {
  display: none;
}
body .site .entry-content .persona_quicklinks article ul {
  display: none;
  list-style: none;
  width: 100%;
  margin-bottom: 0;
}
body .site .entry-content .persona_quicklinks article ul li {
  width: 100%;
  padding: 0.5em 1em;
  margin: 0.15em 0;
  background-color: var(--pql-link-bg);
  opacity: var(--pql-link-opacity);
}
body .site .entry-content .persona_quicklinks article ul li a {
  opacity: 1;
  color: var(--pql-link-color);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-right: 20px;
  font-weight: bold;
  font-size: 16px;
}
body .site .entry-content .persona_quicklinks article ul li a:last-of-type {
  margin-bottom: 0;
}
body .site .entry-content .persona_quicklinks article ul li a:hover {
  color: var(--pql-link-hover);
}
body .site .entry-content .persona_quicklinks article.control h2 {
  color: var(--pql-font-color);
  font-size: 2.441em;
}
@media (max-width: 991.98px) {
  body .site .entry-content .persona_quicklinks article.control h2 {
    font-size: 2em;
  }
}
body .site .entry-content .persona_quicklinks article.control .desc {
  font-size: 24px;
  color: var(--pql-font-color);
}
body .site .entry-content .persona_quicklinks article.output ul,
body .site .entry-content .persona_quicklinks article.output form {
  display: none;
}
body .site .entry-content .persona_quicklinks article.output ul.active,
body .site .entry-content .persona_quicklinks article.output form.active {
  display: block;
}
body .site .entry-content .persona_quicklinks article.output ul.active.mobile,
body .site .entry-content .persona_quicklinks article.output form.active.mobile {
  display: none;
}
@media (max-width: 1023px) {
  body .site .entry-content .persona_quicklinks article.output {
    min-width: unset;
    width: 100%;
    max-width: 481px;
  }
  body .site .entry-content .persona_quicklinks article.output ul,
  body .site .entry-content .persona_quicklinks article.output form {
    margin-bottom: 1em;
  }
  body .site .entry-content .persona_quicklinks article.output ul.active,
  body .site .entry-content .persona_quicklinks article.output form.active {
    display: none;
  }
  body .site .entry-content .persona_quicklinks article.output ul.active.mobile,
  body .site .entry-content .persona_quicklinks article.output form.active.mobile {
    display: block;
    margin-top: 1em;
  }
  body .site .entry-content .persona_quicklinks article.output .learn-more-links a {
    margin: 1em auto 0;
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.6s ease-in-out;
    border-radius: 5px;
  }
  body .site .entry-content .persona_quicklinks article.output .learn-more-links.active {
    margin-bottom: 1em;
  }
  body .site .entry-content .persona_quicklinks article.output .learn-more-links.active a {
    display: block;
    transform: translateY(0);
    opacity: 1;
  }
}
@media (min-width: 1024px) {
  body .site .entry-content .persona_quicklinks {
    flex-flow: row nowrap;
    max-width: 1140px;
    margin: 0 auto;
  }
  body .site .entry-content .persona_quicklinks article.output {
    max-width: 55%;
    width: 100%;
  }
  body .site .entry-content .persona_quicklinks article.output ul li {
    flex: 0 0 100%;
  }
  body .site .entry-content .persona_quicklinks article.output .learn-more-links {
    display: none;
  }
}
body .site .entry-content section.hero-with-quicklinks {
  min-height: 30vw;
}
body .site .entry-content section.hero-with-quicklinks .hero-header {
  font-weight: 300;
  font-size: 0.9rem;
  text-transform: uppercase;
  line-height: 1.2;
}
body .site .entry-content section.hero-with-quicklinks .hero-wrapper {
  height: 30vw;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body .site .entry-content section.hero-with-quicklinks .hero-wrapper .content-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  min-width: 20%;
  max-width: 33%;
  background: black;
  background: -webkit-linear-gradient(bottom, black, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, black, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
body .site .entry-content section.hero-with-quicklinks .hero-wrapper .content-wrapper > * {
  margin-left: 1.375rem;
  margin-right: 1.375rem;
}
body .site .entry-content section.hero-with-quicklinks .hero-wrapper .content-wrapper .hero-header {
  color: white;
}
body .site .entry-content section.hero-with-quicklinks .hero-wrapper .content-wrapper ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0.5rem;
}
body .site .entry-content section.hero-with-quicklinks .hero-wrapper .content-wrapper ul li {
  max-width: 100%;
  font-weight: 700;
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid #C95100;
}
body .site .entry-content section.hero-with-quicklinks .hero-wrapper .content-wrapper ul li a {
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  color: white;
  text-decoration: none;
}
body .site .entry-content section.hero-with-quicklinks .hero-wrapper .content-wrapper ul li a:hover {
  color: #C95100;
}
body .site .entry-content section.hero-with-quicklinks .hero-wrapper .content-wrapper ul li:first-of-type {
  margin-top: 0;
}
body .site .entry-content section.hero-with-quicklinks .hero-wrapper .content-wrapper ul li:last-of-type {
  border-bottom: 0px;
}
body .site .entry-content section.hero-with-quicklinks .mobile-content-wrapper .hero-header {
  margin-top: 0.5rem;
  font-weight: 700;
  color: #333333;
}
body .site .entry-content section.hero-with-quicklinks .mobile-content-wrapper ul {
  padding: 0;
  list-style: none;
  margin-bottom: 8px;
}
@media (min-width: 1200px) {
  body .site .entry-content section.hero-with-quicklinks .mobile-content-wrapper {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  body .site .entry-content section.hero-with-quicklinks .hero-wrapper .content-wrapper {
    display: none;
  }
  body .site .entry-content section.hero-with-quicklinks .mobile-content-wrapper {
    display: flex;
    flex-flow: column nowrap;
  }
  body .site .entry-content section.hero-with-quicklinks .mobile-content-wrapper h1,
  body .site .entry-content section.hero-with-quicklinks .mobile-content-wrapper h2,
  body .site .entry-content section.hero-with-quicklinks .mobile-content-wrapper h3,
  body .site .entry-content section.hero-with-quicklinks .mobile-content-wrapper h4,
  body .site .entry-content section.hero-with-quicklinks .mobile-content-wrapper h5,
  body .site .entry-content section.hero-with-quicklinks .mobile-content-wrapper h6 {
    --wp--preset--color--white: black;
    --wp--preset--color--light: black;
    order: -1;
    margin-top: 1rem;
  }
  body .site .entry-content section.hero-with-quicklinks .mobile-content-wrapper ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
    -o-column-count: 2;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    -o-column-gap: 1rem;
    column-gap: 1rem;
  }
  body .site .entry-content section.hero-with-quicklinks .mobile-content-wrapper ul li {
    border: 0px solid #333333;
    padding: 5px 0;
    margin: 7px 0;
  }
  body .site .entry-content section.hero-with-quicklinks .mobile-content-wrapper ul li a {
    color: #154734;
  }
  body .site .entry-content section.hero-with-quicklinks .mobile-content-wrapper ul li:nth-last-child(3):first-child {
    border-bottom-width: 1px;
  }
  body .site .entry-content section.hero-with-quicklinks .mobile-content-wrapper ul li:nth-last-child(3):first-child ~ li:nth-of-type(3) {
    margin-bottom: 40px;
    border-bottom-width: 1px;
  }
  body .site .entry-content section.hero-with-quicklinks .mobile-content-wrapper ul li:nth-last-child(4):first-child {
    margin-top: 0;
    border-bottom-width: 1px;
  }
  body .site .entry-content section.hero-with-quicklinks .mobile-content-wrapper ul li:nth-last-child(4):first-child ~ li:nth-of-type(3) {
    border-bottom-width: 1px;
  }
  body .site .entry-content section.hero-with-quicklinks .mobile-content-wrapper ul li:nth-last-child(5):first-child, body .site .entry-content section.hero-with-quicklinks .mobile-content-wrapper ul li:nth-last-child(5):first-child ~ li:nth-of-type(2), body .site .entry-content section.hero-with-quicklinks .mobile-content-wrapper ul li:nth-last-child(5):first-child ~ li:nth-of-type(4) {
    border-bottom-width: 1px;
  }
  body .site .entry-content section.hero-with-quicklinks .mobile-content-wrapper ul li:nth-last-child(5):first-child ~ li:nth-of-type(4) {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  body .site .entry-content section.hero-with-quicklinks .mobile-content-wrapper ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -o-column-count: 1;
    -o-column-count: 1;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    -o-column-gap: 1rem;
    column-gap: 1rem;
  }
  body .site .entry-content section.hero-with-quicklinks .mobile-content-wrapper ul li {
    border-bottom: 1px solid #333333;
  }
  body .site .entry-content section.hero-with-quicklinks .mobile-content-wrapper ul li:last-of-type {
    border-bottom: 0px solid #333333;
  }
}
body .site .entry-content aside.listpages-wrapper nav.listpages .pages {
  padding: 0;
  width: 100%;
}
body .site .entry-content aside.listpages-wrapper nav.listpages .pages li {
  list-style-type: none;
  padding: 10px 0;
}
body .site .entry-content aside.listpages-wrapper nav.listpages .pages li a {
  padding-left: 7.5px;
  color: #181818;
  width: 100%;
  text-decoration: none;
}
body .site .entry-content aside.listpages-wrapper nav.listpages .pages li a:hover {
  color: #154734;
  font-weight: 700;
  text-decoration: none;
}
body .site .entry-content aside.listpages-wrapper nav.listpages .pages li.page_item {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
body .site .entry-content aside.listpages-wrapper nav.listpages .pages li.page_item.page_item_has_children > button {
  border: 0px;
  padding: unset;
  background: unset;
}
body .site .entry-content aside.listpages-wrapper nav.listpages .pages li.page_item.page_item_has_children > button.dropdown-icon {
  cursor: pointer;
  width: 17px;
  height: 17px;
  left: 0;
  top: 11.56px;
  border: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/svg/plus.svg");
  background-size: contain;
  transition: all 0.3s ease-in-out;
  transform: rotate(90deg);
}
body .site .entry-content aside.listpages-wrapper nav.listpages .pages li.page_item.page_item_has_children > a {
  flex-basis: 90%;
  order: -1;
}
body .site .entry-content aside.listpages-wrapper nav.listpages .pages li.page_item.page_item_has_children > .children {
  display: none;
  order: 1;
  padding-inline-start: 0;
}
body .site .entry-content aside.listpages-wrapper nav.listpages .pages li.page_item.page_item_has_children.open > .dropdown-icon {
  transform: rotate(180deg);
  background-image: url("../images/svg/minus.svg");
}
body .site .entry-content aside.listpages-wrapper nav.listpages .pages li.page_item.page_item_has_children.open > .children {
  display: unset;
  width: 100%;
}
body .site .entry-content aside.listpages-wrapper nav.listpages .pages li.page_item.page_item_has_children.open > .children li {
  padding-left: 20px;
}
body .site .entry-content aside.listpages-wrapper nav.listpages .pages li.page_item > a {
  padding-left: 7.5px;
}
body .site .entry-content aside.listpages-wrapper nav.listpages .pages li.current_page_item > a {
  font-weight: 700;
}
body .site .entry-content aside.listpages-wrapper nav.listpages .pages li.current_page_item > .children {
  display: unset;
}
body .site .entry-content aside.listpages-wrapper nav.listpages .pages li:before {
  display: none;
}
body .site .entry-content aside.listpages-wrapper nav.listpages .pages:first-of-type li {
  border-bottom: 1px solid #d3d3d3;
}
body .site .entry-content aside.listpages-wrapper nav.listpages .pages:first-of-type li:last-of-type {
  border-bottom: 0px;
}
body .site .entry-content aside.listpages-wrapper nav.listpages .pages:first-of-type li > .children li {
  border-bottom: 0px;
}
body .site .entry-content aside.listpages-wrapper .sub-nav {
  display: none;
  margin-bottom: 1em;
}
body .site .entry-content aside.listpages-wrapper .sub-nav button {
  border-style: none;
  border: 2px solid #154734;
  position: relative;
  width: 100%;
  background: transparent;
  color: #154734;
  font-size: 1.3rem;
  text-align: left;
  padding-left: 7.5px;
}
body .site .entry-content aside.listpages-wrapper .sub-nav button:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 3px;
  top: 5px;
  transition: all 0.7s ease-in-out;
}
body .site .entry-content aside.listpages-wrapper .sub-nav button[aria-expanded=false]:before {
  transform: rotate(90deg);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/svg/plus.svg");
}
body .site .entry-content aside.listpages-wrapper .sub-nav button[aria-expanded=true]:before {
  transform: rotate(180deg);
  background-repeat: no-repeats;
  background-position: center center;
  background-image: url("../images/svg/minus.svg");
}
@media (min-width: 768px) {
  body .site .entry-content aside.listpages-wrapper .pages {
    display: block;
  }
}
@media (max-width: 991.98px) {
  body .site .entry-content aside.listpages-wrapper .sub-nav {
    display: block;
  }
  body .site .entry-content aside.listpages-wrapper .sub-nav + *:not(nav) {
    display: none;
  }
  body .site .entry-content aside.listpages-wrapper .pages {
    display: none;
  }
  body .site .entry-content aside.listpages-wrapper .pages.show {
    display: block;
  }
  body .site .entry-content aside.listpages-wrapper .pages.show .page_item.page_item_has_children > a {
    flex-basis: 93%;
  }
  body .site .entry-content aside.listpages-wrapper .pages.show + .sub-nav {
    margin-bottom: 0;
  }
}
body .site .entry-content section.tabbed-group ul.nav-tabs .nav-item a.nav-link {
  border: 1px solid #154734;
  border-radius: 0;
  text-decoration: none;
  margin-right: 0.7rem;
  margin-bottom: 0.5rem;
}
body .site .entry-content section.tabbed-group ul.nav-tabs .nav-item a.nav-link.active {
  background: #154734;
  color: white;
}
@media (min-width: 576px) {
  body .site .entry-content section.tabbed-group form {
    display: none;
  }
  body .site .entry-content section.tabbed-group div.tab-content h2:first-of-type {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    /* 1 */
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    /* 2 */
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
    /* 3 */
  }
}
@media (max-width: 767.98px) {
  body .site .entry-content section.tabbed-group ul.nav-tabs {
    display: none;
  }
  body .site .entry-content section.tabbed-group form {
    width: 100%;
    display: block;
  }
  body .site .entry-content section.tabbed-group form > label {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    /* 1 */
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    /* 2 */
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
    /* 3 */
  }
  body .site .entry-content section.tabbed-group form > select {
    width: 100%;
  }
}
@supports (display: grid) {
  body .site .entry-content section.tabbed-group {
    display: grid;
    grid-gap: 16px;
  }
  body .site .entry-content section.tabbed-group ul.nav-tabs {
    grid-area: nav;
  }
  body .site .entry-content section.tabbed-group form {
    grid-area: mobile-nav;
  }
  body .site .entry-content section.tabbed-group div.tab-content {
    grid-area: content;
  }
  @media (min-width: 992px) {
    body .site .entry-content section.tabbed-group {
      grid-template-columns: 1fr;
      grid-template-areas: "nav" "content";
    }
  }
  @media (min-width: 576px) and (max-width: 1199.98px) {
    body .site .entry-content section.tabbed-group {
      grid-template-columns: 2fr 3fr;
      grid-template-areas: "nav content";
    }
    body .site .entry-content section.tabbed-group ul.nav-tabs {
      border-bottom: 0px;
      align-content: flex-start;
    }
  }
  @media (max-width: 767.98px) {
    body .site .entry-content section.tabbed-group {
      grid-template-columns: 1fr;
      grid-template-areas: "mobile-nav" "content";
    }
  }
}
body .site .entry-content section.countdown {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
body .site .entry-content section.countdown article.t-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 1em;
  max-width: 150px;
}
body .site .entry-content section.countdown article.t-container .t {
  text-align: center;
}
body .site .entry-content section.countdown article.t-container .t span {
  font-weight: 700;
  font-size: 48px;
}
body .site .entry-content section.countdown article.t-container .t .smalltext {
  text-transform: uppercase;
  padding: 0.125rem 0.375rem;
}
body .site .entry-content section.countdown.alignright {
  max-width: 960px;
}
body .site .entry-content section.countdown.alignright article.t-container {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
body .site .entry-content section.countdown.alignright article.t-container .t {
  text-align: right;
}
body .site .entry-content section.countdown.alignleft {
  max-width: 960px;
}
body .site .entry-content section.countdown.alignleft article.t-container {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
body .site .entry-content section.countdown.alignleft article.t-container .t {
  text-align: left;
}
body .site .entry-content section.countdown.aligncenter {
  max-width: 960px;
}
body .site .entry-content section.countdown.alignwide {
  max-width: 1360px;
  width: 95vw;
}
body .site .entry-content article.message .kaboom {
  position: absolute;
  z-index: -10000;
  width: 100%;
  top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
body .site .entry-content article.message .kaboom svg {
  position: absolute;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: elastic-pulse;
}
body .site .entry-content article.message .kaboom svg .cls-1,
body .site .entry-content article.message .kaboom svg .cls-2,
body .site .entry-content article.message .kaboom svg .cls-3 {
  opacity: 0;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
body .site .entry-content article.message .kaboom svg .cls-3 {
  animation-name: fireworkthree;
  animation-delay: 0.11s;
}
body .site .entry-content article.message .kaboom svg .cls-2 {
  animation-name: fireworktwo;
  animation-delay: 0.41s;
}
body .site .entry-content article.message .kaboom svg .cls-1 {
  animation-name: fireworkone;
  animation-delay: 0.71s;
}
body .site .entry-content article.message .kaboom svg:first-of-type {
  animation-delay: 0s;
  fill: #D30016;
  height: 100px;
  width: 100px;
}
body .site .entry-content article.message .kaboom svg:nth-of-type(2) {
  fill: cornflowerblue;
  height: 200px;
  width: 200px;
  left: 10vw;
  animation-delay: 0.25s;
}
body .site .entry-content article.message .kaboom svg:nth-of-type(3) {
  fill: #5fe0b7;
  height: 200px;
  width: 200px;
  right: 10vw;
  animation-delay: 0.5s;
}
body .site .entry-content article.message .kaboom svg:nth-of-type(4) {
  animation-delay: 0.25s;
  fill: #154734;
  height: 175px;
  width: 175px;
  left: 33vw;
  top: 50px;
}
body .site .entry-content article.message .kaboom svg:nth-of-type(5) {
  fill: #e87500;
  height: 175px;
  width: 175px;
  right: 30vw;
  top: -20px;
  animation-delay: 0.5s;
}
@supports not (display: grid) {
  body .site .entry-content section.countdown {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@supports (display: grid) {
  body .site .entry-content section.countdown {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    justify-items: center;
    align-content: center;
  }
  body .site .entry-content section.countdown .message {
    grid-column: 1/-1;
  }
  body .site .entry-content section.countdown.alignleft {
    justify-items: start;
  }
  body .site .entry-content section.countdown.alignright {
    justify-items: end;
  }
}
@-webkit-keyframes fireworkone {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.15;
  }
  50% {
    opacity: 0.3;
  }
  75% {
    opacity: 0.15;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fireworkone {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.15;
  }
  50% {
    opacity: 0.3;
  }
  75% {
    opacity: 0.15;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fireworkone {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.15;
  }
  50% {
    opacity: 0.3;
  }
  75% {
    opacity: 0.15;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fireworkone {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.15;
  }
  50% {
    opacity: 0.3;
  }
  75% {
    opacity: 0.15;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fireworktwo {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.45;
  }
  50% {
    opacity: 0.8;
  }
  75% {
    opacity: 0.45;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fireworktwo {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.45;
  }
  50% {
    opacity: 0.8;
  }
  75% {
    opacity: 0.45;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fireworktwo {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.45;
  }
  50% {
    opacity: 0.8;
  }
  75% {
    opacity: 0.45;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fireworktwo {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.45;
  }
  50% {
    opacity: 0.8;
  }
  75% {
    opacity: 0.45;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fireworkthree {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.55;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.55;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fireworkthree {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.55;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.55;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes fireworkthree {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.55;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.55;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fireworkthree {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.55;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.55;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes elastic-pulse {
  0% {
    transform: scale(0.2);
  }
  100% {
    transform: scale(1);
  }
}
@-moz-keyframes elastic-pulse {
  0% {
    transform: scale(0.2);
  }
  100% {
    transform: scale(1);
  }
}
@-ms-keyframes elastic-pulse {
  0% {
    transform: scale(0.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes elastic-pulse {
  0% {
    transform: scale(0.2);
  }
  100% {
    transform: scale(1);
  }
}
@media (min-width: 992px) {
  body .site .entry-content .launchpad:not(.alignwide) {
    padding-left: 0;
    padding-right: 0;
  }
}
body .site .entry-content .launchpad article {
  max-width: 100%;
}
body .site .entry-content .launchpad article > a {
  min-height: 100px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body .site .entry-content .launchpad.is-style-default.aligncenter article > a > h3 {
  text-align: center;
  align-items: center;
}
body .site .entry-content .launchpad.is-style-default.alignright article > a > h3 {
  text-align: right;
  align-items: flex-end;
}
body .site .entry-content .launchpad.is-style-unstyled.aligncenter article > a > h3 {
  text-align: center;
  align-items: center;
}
body .site .entry-content .launchpad.is-style-unstyled.alignright article > a > h3 {
  text-align: right;
  align-items: flex-end;
}
body .site .entry-content .launchpad.is-style-bordered article {
  border-radius: 5px;
}
body .site .entry-content .launchpad.is-style-bordered article > a {
  border: 1px solid var(--border-color, #f4f4f4);
  border-radius: 5px;
}
body .site .entry-content .launchpad.is-style-bordered article > a h3, body .site .entry-content .launchpad.is-style-bordered article > a:after {
  border-radius: 5px;
}
@supports (display: grid) {
  body .site .entry-content .launchpad {
    display: grid;
    grid-template-columns: repeat(var(--custom-columns, 2), 1fr);
  }
  body .site .entry-content .launchpad article > a {
    min-height: var(--card-height, 200px);
    display: grid;
    align-items: end;
    position: relative;
  }
  body .site .entry-content .launchpad article > a h3 {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    transition: all 0.3s ease-in-out;
    min-height: 2rem;
    padding: 0.25rem;
    margin-bottom: 0;
    text-align: center;
    color: white;
  }
  body .site .entry-content .launchpad article > a > * {
    grid-area: 1/-1;
  }
  body .site .entry-content .launchpad article > a:after {
    content: "";
    background: var(--bgColor, black);
    background: -webkit-linear-gradient(bottom, var(--bgColor, black), transparent);
    background: linear-gradient(to top, var(--bgColor, black), transparent);
    grid-area: 1/-1;
    opacity: 0.75;
    height: 100%;
  }
  body .site .entry-content .launchpad article > a:hover h3 {
    padding-bottom: 1.5rem;
  }
  body .site .entry-content .launchpad article > a:hover:after {
    opacity: 1;
  }
  body .site .entry-content .launchpad.is-style-unstyled article > a h3 {
    align-items: flex-start;
    background-color: white;
    color: currentColor;
  }
  body .site .entry-content .launchpad.is-style-unstyled article > a:after {
    content: unset;
  }
  body .site .entry-content .launchpad.is-style-unstyled article > a:hover h3 {
    padding-bottom: unset;
  }
}
body .site .entry-content .portfolio.hp-grid {
  padding: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: auto hidden;
}
body .site .entry-content .portfolio.hp-grid .grid-space {
  margin: 0 0 15px;
  position: relative;
}
body .site .entry-content .portfolio.hp-grid .grid-space a.stretched-link {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
body .site .entry-content .portfolio.hp-grid .grid-space a.stretched-link .header {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 0;
  height: 100%;
  text-align: center;
  color: white;
  line-height: 1.6em;
}
body .site .entry-content .portfolio.hp-grid .grid-space a.stretched-link .header .title {
  display: block;
  font-weight: 300;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  padding: 0 15%;
}
body .site .entry-content .portfolio.hp-grid .grid-space a.stretched-link .header .description, body .site .entry-content .portfolio.hp-grid .grid-space a.stretched-link .header .location {
  text-transform: uppercase;
  font-size: 10px;
  display: block;
}
body .site .entry-content .portfolio.hp-grid .grid-space a.stretched-link .header svg {
  position: relative;
  height: 35px;
  width: 40px;
  top: -5px;
  padding-left: 5px;
  fill: #c95100;
}
body .site .entry-content .portfolio.hp-grid .grid-space a.stretched-link .header .grid-body-link {
  display: flex;
  flex-flow: column wrap;
  color: white;
  line-height: 22px;
  text-align: left;
  opacity: 0;
  width: 80%;
  position: relative;
  top: 20%;
  margin: 0 auto;
}
body .site .entry-content .portfolio.hp-grid .grid-space a.stretched-link .header .grid-body-link h4 {
  font-size: 2rem;
  font-weight: 700px;
  padding-bottom: 20px;
}
body .site .entry-content .portfolio.hp-grid .grid-space a.stretched-link .header .grid-body-link h5 {
  margin: 20px 0 30px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
}
body .site .entry-content .portfolio.hp-grid .grid-space a.stretched-link:focus {
  outline: unset;
  border: 10px solid #c95100;
  border-bottom-width: 13px;
}
body .site .entry-content .portfolio.hp-grid.is-reduced-motion .grid-space a .header h4.title {
  display: none;
}
body .site .entry-content .portfolio.hp-grid.is-reduced-motion .grid-space a .header .grid-body-link {
  opacity: 1;
}
body .site .entry-content .portfolio.hp-grid.is-reduced-motion .grid-space a:hover .grid-body-link h4, body .site .entry-content .portfolio.hp-grid.is-reduced-motion .grid-space a:focus .grid-body-link h4 {
  text-decoration: underline;
}
@media (min-width: 992px) {
  body .site .entry-content .portfolio.hp-grid {
    height: 600px;
    position: relative;
    width: 100%;
    max-width: 100vw;
    margin-left: -50%;
    left: 50%;
    border-left: 0px solid white;
    border-right: 0px solid white;
  }
  body .site .entry-content .portfolio.hp-grid .backgrounds {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }
  body .site .entry-content .portfolio.hp-grid .backgrounds > div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: cover !important;
    opacity: 0;
    transform: perspective(1px);
    transition: opacity 1s ease-in-out, transform 3s ease-in-out;
  }
  body .site .entry-content .portfolio.hp-grid .backgrounds:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background: transparent;
    transition: background 2s ease-in-out;
  }
  body .site .entry-content .portfolio.hp-grid .grid-space {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    width: 49.77%;
    height: 300px;
    margin: 0;
  }
  body .site .entry-content .portfolio.hp-grid .grid-space a.stretched-link {
    border: 10px solid white;
    outline: 6px solid white;
    overflow: hidden;
  }
  body .site .entry-content .portfolio.hp-grid .grid-space a.stretched-link .background {
    background-size: cover !important;
    background-position: center center !important;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    transition: opacity 0.5s ease-in-out;
  }
  body .site .entry-content .portfolio.hp-grid .grid-space a.stretched-link img {
    display: none;
  }
  body .site .entry-content .portfolio.hp-grid .grid-space a.stretched-link .header .title svg {
    display: none;
  }
  body .site .entry-content .portfolio.hp-grid.active .backgrounds > div.active {
    opacity: 1;
  }
  body .site .entry-content .portfolio.hp-grid.active .grid-space a.stretched-link {
    background: transparent;
  }
  body .site .entry-content .portfolio.hp-grid.active .grid-space a.stretched-link .background {
    opacity: 0;
  }
  body .site .entry-content .portfolio.hp-grid.active .grid-space.active a.stretched-link {
    background: no-repeat center center !important;
  }
  body .site .entry-content .portfolio.hp-grid.active .grid-space.active a.stretched-link .background {
    display: none;
  }
  body .site .entry-content .portfolio.hp-grid.active .grid-space.active a.stretched-link .header {
    background: transparent;
  }
  body .site .entry-content .portfolio.hp-grid.active .grid-space.active a.stretched-link .header .title {
    display: none;
  }
  body .site .entry-content .portfolio.hp-grid.active .grid-space.active a.stretched-link .header .grid-body-link {
    opacity: 1;
  }
}
@media (max-width: 991.98px) {
  body .site .entry-content .portfolio.hp-grid {
    overflow: visible;
  }
  body .site .entry-content .portfolio.hp-grid .grid-space a.stretched-link img {
    max-width: 100%;
    height: auto;
  }
  body .site .entry-content .portfolio.hp-grid .grid-space a.stretched-link .header .title {
    font-size: 1.5rem;
    height: auto;
    position: absolute;
    top: 85%;
    text-align: left;
    padding-left: 15px;
  }
  body .site .entry-content .portfolio.hp-grid .grid-space a.stretched-link .header .title svg {
    top: -1px;
  }
  body .site .entry-content .portfolio.hp-grid .grid-space a.stretched-link:before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    /* FF3.6-15 */
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.5) 65%, rgba(0, 0, 0, 0.9) 100%);
    /* IE6-9 */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#001e5799", endColorstr="#b3000000",GradientType=0 );
  }
}
body .site .entry-content section.stats {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  color: black;
}
body .site .entry-content section.stats article.stat {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 0 18px;
  text-align: center;
}
body .site .entry-content section.stats article.stat > div {
  align-self: center;
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
body .site .entry-content section.stats article.stat > div img {
  max-height: 120px;
  padding-top: 25px;
}
body .site .entry-content section.stats article.stat > div .stats-counter-value {
  font-size: 4rem;
  font-weight: 300;
  line-height: 60px;
  padding: 10px 0;
}
@media (min-width: 992px) {
  body .site .entry-content section.stats article.stat {
    min-height: 234px;
  }
  body .site .entry-content section.stats article.stat p {
    height: 50px;
  }
}
@media (min-width: 768px) {
  body .site .entry-content section.stats article.stat {
    margin: 15px;
    min-height: 252px;
    width: 24%;
  }
}
@media (max-width: 991.98px) {
  body .site .entry-content section.stats {
    height: auto;
    padding: 25px 15px;
    flex-flow: column wrap;
  }
  body .site .entry-content section.stats article.stat {
    width: 100%;
    min-height: 205px;
    margin: 1rem auto;
  }
}
body .site .entry-content section.news-stories {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 0 auto;
}
body .site .entry-content section.news-stories article.news-item {
  position: relative;
  width: 100%;
}
body .site .entry-content section.news-stories article.news-item .news-img {
  min-width: unset;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-right: 0;
}
body .site .entry-content section.news-stories article.news-item h3 {
  font-weight: 300;
}
body .site .entry-content section.news-stories article.news-item h3 a {
  color: #181818;
}
body .site .entry-content section.news-stories article.news-item h3 a svg {
  fill: #e87500;
  width: 35px;
  height: 35px;
}
body .site .entry-content .align-wrap > section.news-stories {
  max-width: unset;
}
@media (min-width: 576px) {
  body .site .entry-content section.news-stories {
    max-width: 1140px;
    width: 100%;
  }
  body .site .entry-content section.news-stories article.news-item {
    padding-left: 15px;
    padding-right: 15px;
  }
  body .site .entry-content section.news-stories article.news-item:first-of-type {
    padding-left: 0;
  }
  body .site .entry-content section.news-stories article.news-item:last-of-type {
    padding-right: 0;
  }
  body .site .entry-content section.news-stories article.news-item .news-img {
    margin-bottom: 30px;
  }
  body .site .entry-content section.news-stories article.news-item h3 {
    font-size: 2.1875rem;
    line-height: 40px;
  }
}
@media (max-width: 767.98px) {
  body .site .entry-content section.news-stories {
    flex-flow: column wrap;
  }
  body .site .entry-content section.news-stories article.news-item {
    margin-bottom: 1.5rem;
  }
  body .site .entry-content section.news-stories article.news-item .news-img {
    margin-bottom: 1rem;
  }
}
body .site .entry-content section.events {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 auto;
}
body .site .entry-content section.events article.event {
  position: relative;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
body .site .entry-content section.events article.event .event-img {
  margin: 0 10px 30px 0;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
body .site .entry-content section.events article.event h4 {
  display: block;
  flex: 0 0 100%;
  color: #154734;
  font-weight: 800;
  text-transform: uppercase;
}
body .site .entry-content section.events article.event h3 {
  font-weight: 300;
  flex: 60%;
}
body .site .entry-content section.events article.event h3 a {
  color: #181818;
}
body .site .entry-content section.events article.event h3 a svg {
  fill: #e87500;
  width: 35px;
  height: 35px;
}
@media (min-width: 576px) {
  body .site .entry-content section.events {
    max-width: 1140px;
    width: 100%;
  }
  body .site .entry-content section.events article.event {
    max-width: 50%;
    flex: 0 0 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  body .site .entry-content section.events article.event:nth-of-type(odd) {
    padding-left: 0;
  }
  body .site .entry-content section.events article.event:nth-of-type(even) {
    padding-right: 0;
  }
  body .site .entry-content section.events article.event .event-img {
    width: 150px;
    height: 150px;
  }
  body .site .entry-content section.events article.event h3 {
    font-size: 2.1875rem;
    line-height: 40px;
  }
  body .site .entry-content section.events article.event h4 {
    font-size: 2.1875rem;
  }
}
@media (max-width: 767.98px) {
  body .site .entry-content section.events {
    flex-flow: column wrap;
  }
  body .site .entry-content section.events article.event {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 1rem;
  }
  body .site .entry-content section.events article.event .event-img {
    width: 90px;
    height: 90px;
  }
}
body .site .entry-content .ns-grid .story h3 {
  font-weight: 300;
  line-height: 1.25;
}
body .site .entry-content .ns-grid .story h3 a {
  color: #181818;
}
body .site .entry-content .ns-grid .story h3 a span svg {
  top: 0px;
  width: 35px;
}
@supports not (display: grid) {
  body .site .entry-content .ns-grid {
    display: flex;
    flex-flow: row wrap;
  }
  body .site .entry-content .ns-grid .story {
    padding: 0.25em 0.5em;
    margin: 0.25em 0.5em;
  }
  body .site .entry-content .ns-grid .story:not(.hero) {
    max-width: 100%;
    width: 31%;
  }
  body .site .entry-content .ns-grid .story.hero {
    width: 100%;
  }
}
@supports (display: grid) {
  body .site .entry-content .ns-grid {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(auto-fill, minmax(31%, 1fr));
  }
  body .site .entry-content .ns-grid .story {
    padding: 0.25em 0.5em;
  }
  body .site .entry-content .ns-grid .story.hero:first-of-type {
    grid-column: 1/-1;
  }
}
body .site .entry-content .wp-block-cover.is-style-fp-links-hero.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
}
body .site .entry-content .wp-block-cover.is-style-fp-links-hero.wp-block-cover .wp-block-cover__inner-container ul.is-style-fp-links li {
  padding-bottom: 25px;
}
body .site .entry-content .wp-block-cover.is-style-fp-links-hero.wp-block-cover .wp-block-cover__inner-container ul.is-style-fp-links li:first-of-type {
  padding-top: 10px;
}
body .site .entry-content .wp-block-cover.is-style-fp-links-hero.wp-block-cover .wp-block-cover__inner-container ul.is-style-fp-links li:last-of-type {
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  body .site .entry-content .wp-block-cover.is-style-fp-links-hero.wp-block-cover .wp-block-cover__inner-container ul.is-style-fp-links {
    border-left: 1px solid #fff;
    margin-left: 30px;
    padding-left: 50px;
  }
}
@media (min-width: 768px) {
  body .site .entry-content .wp-block-cover.is-style-fp-links-hero.wp-block-cover .wp-block-cover__inner-container ul.is-style-fp-links {
    margin-left: 30px;
    padding-left: 50px;
  }
}
@media (max-width: 991.98px) {
  body .site .entry-content .wp-block-cover.is-style-fp-links-hero.wp-block-cover .wp-block-cover__inner-container ul.is-style-fp-links {
    border-left: 0px;
    margin-left: 0px;
    padding-left: 0px;
    border-top: 0px;
    margin-top: 15px;
    padding-top: 25px;
  }
}
body .site .entry-content .wp-block-cover.is-style-cover-links h1,
body .site .entry-content .wp-block-cover.is-style-cover-links h2,
body .site .entry-content .wp-block-cover.is-style-cover-links h3,
body .site .entry-content .wp-block-cover.is-style-cover-links h4,
body .site .entry-content .wp-block-cover.is-style-cover-links h5,
body .site .entry-content .wp-block-cover.is-style-cover-links h6 {
  border-bottom: 1px solid white;
  font-size: 1.125rem;
  letter-spacing: 0;
  margin-bottom: 10px;
  line-height: normal;
}
body .site .entry-content .wp-block-cover.is-style-cover-links ul, body .site .entry-content .wp-block-cover.is-style-cover-links ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
body .site .entry-content .wp-block-cover.is-style-cover-links ul li, body .site .entry-content .wp-block-cover.is-style-cover-links ol li {
  text-transform: uppercase;
  font-weight: 800;
}
body .site .entry-content .wp-block-cover.is-style-cover-links ul li a, body .site .entry-content .wp-block-cover.is-style-cover-links ol li a {
  color: white;
}
body .site .entry-content .wp-block-cover.is-style-cover-links aside.listpages-wrapper .sub-nav,
body .site .entry-content .wp-block-cover.is-style-cover-links aside.listpages-wrapper h1,
body .site .entry-content .wp-block-cover.is-style-cover-links aside.listpages-wrapper h2,
body .site .entry-content .wp-block-cover.is-style-cover-links aside.listpages-wrapper h3,
body .site .entry-content .wp-block-cover.is-style-cover-links aside.listpages-wrapper h4,
body .site .entry-content .wp-block-cover.is-style-cover-links aside.listpages-wrapper h5,
body .site .entry-content .wp-block-cover.is-style-cover-links aside.listpages-wrapper h6 {
  display: none;
}
body .site .entry-content .wp-block-cover.is-style-cover-links aside.listpages-wrapper nav.listpages ul.pages {
  width: auto;
}
body .site .entry-content .wp-block-cover.is-style-cover-links aside.listpages-wrapper nav.listpages ul.pages li {
  border-bottom: 0;
  display: block;
  padding: 0 0 20px 0;
}
body .site .entry-content .wp-block-cover.is-style-cover-links aside.listpages-wrapper nav.listpages ul.pages li a {
  padding-left: 0;
  color: white;
  text-decoration: underline;
  text-decoration-color: #bbb;
}
body .site .entry-content .wp-block-cover.is-style-cover-links aside.listpages-wrapper nav.listpages ul.pages li a:hover {
  text-decoration: none;
}
body .site .entry-content .wp-block-cover.is-style-cover-links aside.listpages-wrapper nav.listpages ul.pages li:after {
  font-family: "fontello";
  content: "\e800";
  color: #e87500;
  display: inline;
  padding-left: 1ch;
}
@media (max-width: 991.98px) {
  body .site .entry-content .wp-block-cover.is-style-cover-links aside.listpages-wrapper nav.listpages ul.pages {
    display: unset;
  }
}
@media (min-width: 576px) {
  body .site .entry-content .wp-block-cover.is-style-cover-links h1,
  body .site .entry-content .wp-block-cover.is-style-cover-links h2,
  body .site .entry-content .wp-block-cover.is-style-cover-links h3,
  body .site .entry-content .wp-block-cover.is-style-cover-links h4,
  body .site .entry-content .wp-block-cover.is-style-cover-links h5,
  body .site .entry-content .wp-block-cover.is-style-cover-links h6 {
    margin-top: 15px;
    padding-top: 25px;
  }
  body .site .entry-content .wp-block-cover.is-style-cover-links ul li, body .site .entry-content .wp-block-cover.is-style-cover-links ol li {
    padding-bottom: 20px;
  }
  body .site .entry-content .wp-block-cover.is-style-cover-links ul li:last-of-type, body .site .entry-content .wp-block-cover.is-style-cover-links ol li:last-of-type {
    padding-bottom: 10px;
  }
  body .site .entry-content .wp-block-cover.is-style-cover-links[class*=right] h1,
  body .site .entry-content .wp-block-cover.is-style-cover-links[class*=right] h2,
  body .site .entry-content .wp-block-cover.is-style-cover-links[class*=right] h3,
  body .site .entry-content .wp-block-cover.is-style-cover-links[class*=right] h4,
  body .site .entry-content .wp-block-cover.is-style-cover-links[class*=right] h5,
  body .site .entry-content .wp-block-cover.is-style-cover-links[class*=right] h6, body .site .entry-content .wp-block-cover.is-style-cover-links[class*=right] ul, body .site .entry-content .wp-block-cover.is-style-cover-links[class*=right] ol {
    padding-right: 15px;
    margin-right: 20vw;
  }
}
@media (max-width: 767.98px) {
  body .site .entry-content .wp-block-cover.is-style-cover-links span.wp-block-cover__gradient-background {
    background: linear-gradient(to top, black 0, black 65%, rgba(0, 0, 0, 0.5) 85%, rgba(0, 0, 0, 0) 100%) !important;
  }
  body .site .entry-content .wp-block-cover.is-style-cover-links[class*=right] {
    justify-content: flex-start;
  }
  body .site .entry-content .wp-block-cover.is-style-cover-links aside.listpages-wrapper > ul li, body .site .entry-content .wp-block-cover.is-style-cover-links ul li {
    padding-bottom: 10px;
  }
}
body .site .entry-content .wp-block-cover.has-light-background-color .wp-block-cover__inner-container, body .site .entry-content .wp-block-cover.has-white-background-color .wp-block-cover__inner-container, body .site .entry-content .wp-block-cover.has-warning-background-color .wp-block-cover__inner-container, body .site .entry-content .wp-block-cover.has-info-background-color .wp-block-cover__inner-container {
  color: black;
}
body .site .entry-content .control-bt {
  position: absolute;
  height: 45px;
  width: 45px;
  bottom: 10px;
  right: 10px;
  background-color: #e87500;
  border: 4px solid white;
  z-index: 1000;
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
body .site .entry-content .control-bt svg {
  width: 24px;
  height: 24px;
  fill: white;
  margin-top: -0.1rem;
}
body .site .entry-content .control-bt svg:first-of-type {
  margin-left: 0.1rem;
}
@media (max-width: 1199.98px) and (hover: none) {
  body .site .entry-content .control-bt svg {
    margin-left: -11px;
  }
  body .site .entry-content .control-bt svg:first-of-type {
    margin-left: -9px;
  }
}
body .site .entry-content .control-bt.pause svg:first-of-type {
  display: none;
}
body .site .entry-content .control-bt.play svg:last-of-type {
  display: none;
}
@media (max-width: 991.98px) {
  body .site .entry-content .control-bt {
    display: none;
  }
}
body .site .entry-content .alignfull .control-bt {
  right: 5vw;
}
body .site .entry-content .sub-nav {
  display: none;
}
body .site .entry-content .sub-nav button {
  border-style: none;
  border: 2px solid #154734;
  position: relative;
  width: 100%;
  background: transparent;
  color: #154734;
  font-size: 1.3rem;
  text-align: left;
  padding-left: 7.5px;
}
body .site .entry-content .sub-nav button:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 3px;
  top: 5px;
  transition: all 0.7s ease-in-out;
}
body .site .entry-content .sub-nav button[aria-expanded=false]:before {
  transform: rotate(90deg);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/svg/plus.svg");
}
body .site .entry-content .sub-nav button[aria-expanded=true]:before {
  transform: rotate(180deg);
  background-repeat: no-repeats;
  background-position: center center;
  background-image: url("../images/svg/minus.svg");
}
@media (max-width: 767.98px) {
  body .site .entry-content .sub-nav {
    display: block;
  }
}
/*# sourceMappingURL=blocks.css.map */
