/*
Theme Name: ACOEL
Author: RocketKoi
Author URI: https://www.rocketkoi.com
Description: ACOEL Wordpress theme. 
Version: 1.0.1
Text Domain: acoel
*/
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
}

h1 {
  font-size: 46px;
  line-height: 56px;
  margin-top: unset;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 1000px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

h2 {
  font-size: 35px;
  line-height: 41px;
}
@media screen and (max-width: 1000px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

h3 {
  font-size: 30px;
  line-height: 36px;
}
@media screen and (max-width: 1000px) {
  h3 {
    font-size: 25px;
    line-height: 31px;
  }
}

h4 {
  font-size: 25px;
  line-height: 30px;
}
@media screen and (max-width: 1000px) {
  h4 {
    font-size: 22px;
    line-height: 27px;
  }
}

h5 {
  font-size: 22px;
  line-height: 28px;
}
@media screen and (max-width: 1000px) {
  h5 {
    font-size: 20px;
    line-height: 26px;
  }
}

h6 {
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
}

p, li, ul, ol {
  max-width: 864px;
}

html, body {
  font-family: libre-caslon-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 29px;
}
@media screen and (max-width: 1000px) {
  html, body {
    font-size: 16px;
    line-height: 26px;
  }
}

.label-style-bold {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #61707B;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 30px;
}

.label-style {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-weight: 500;
  color: #61707B;
  font-size: 14px;
  line-height: 21px;
}
.label-style a {
  font-weight: unset;
}

.is-style-accent,
.accent-style {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 36px;
}
@media screen and (max-width: 1000px) {
  .is-style-accent,
  .accent-style {
    font-size: 20px;
    line-height: 30px; /* 160% */
  }
}

.is-style-large {
  font-size: 22px;
  line-height: 34px; /* 154.545% */
}
@media screen and (max-width: 1000px) {
  .is-style-large {
    font-size: 20px;
    line-height: 32px; /* 160% */
  }
}

.wp-element-caption {
  font-style: italic;
  font-family: urbane, sans-serif;
  font-size: 14px;
  color: #61707B;
  line-height: 1.2;
}

.btn, .wp-element-button,
.button,
button {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  padding: 0.15rem 1.5rem;
  border: hidden;
  border-radius: 90px;
  cursor: pointer;
  color: white;
  background-color: #003EB7;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  text-align: center;
}
.btn:hover, .wp-element-button:hover,
.button:hover,
button:hover {
  text-decoration: none;
  background-color: black;
  outline: 2px solid black;
  outline-offset: 3px; /* moves outline inside */
  border: 2px solid black;
  color: white;
}

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

@media screen and (max-width: 1000px) {
  .utl-mobile-hide {
    display: none;
  }
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

.center-align {
  text-align: center;
}

.hide {
  display: none;
}

.max-text {
  max-width: 864px;
}

.green {
  color: #317F7A;
}

.thumbnail {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.section {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.col--1-2 {
  display: grid;
  grid-template-columns: 0.3fr 1fr;
  gap: 1rem;
}
.col--1-2 h1, .col--1-2 h2, .col--1-2 h3, .col--1-2 h4, .col--1-2 h5, .col--1-2 p {
  max-width: 864px;
  margin-left: unset;
  margin-right: unset;
}
.col--1-2 .content-well .block-well {
  margin-left: 0 !important;
}
@media screen and (max-width: 768px) {
  .col--1-2 {
    grid-template-columns: 1fr;
  }
}
.col--1-2 .wp-block-quote {
  margin-left: unset;
}

.col--2-1 {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 1rem;
}
.col--2-1 h1, .col--2-1 h2, .col--2-1 h3, .col--2-1 h4, .col--2-1 h5, .col--2-1 p {
  max-width: 864px;
  margin-left: unset;
  margin-right: unset;
}
@media screen and (max-width: 768px) {
  .col--2-1 {
    grid-template-columns: 1fr;
  }
}

.three-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
@media screen and (max-width: 1000px) {
  .three-col {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .three-col {
    grid-template-columns: 1fr;
  }
}

.four-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1rem;
}
@media screen and (max-width: 1000px) {
  .four-col {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .four-col {
    grid-template-columns: 1fr;
  }
}

.object-style-beige {
  background-color: #EEECE9;
}
.object-style-beige a {
  color: #003EB7;
}
.object-style-beige a:hover {
  color: black;
}
.object-style-beige .btn, .object-style-beige .wp-element-button {
  color: white;
}
.object-style-beige .btn:hover, .object-style-beige .wp-element-button:hover {
  color: white;
}
.object-style-beige .heading-line {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 41px; /* 117.143% */
  margin-bottom: 1rem;
  background-image: url("img/line-green.svg");
  background-position: center;
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .object-style-beige .heading-line {
    font-size: 25px;
    line-height: 34px;
  }
}
.object-style-beige .heading-line span {
  padding-right: 1.75rem;
}
@media screen and (max-width: 768px) {
  .object-style-beige .heading-line span {
    display: inline-block;
    max-width: 70%;
    padding-right: 0.5rem;
  }
}

.object-style-green {
  background-color: #317F7A;
  color: white;
}
.object-style-green .label-style {
  color: white;
}
.object-style-green a {
  color: #ECD451;
}
.object-style-green a:hover {
  color: white;
}
.object-style-green .heading-line {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 41px; /* 117.143% */
  margin-bottom: 1rem;
  background-image: url("img/line.svg");
  background-position: center;
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .object-style-green .heading-line {
    font-size: 25px;
    line-height: 34px;
  }
}
.object-style-green .heading-line span {
  padding-right: 1.75rem;
}
@media screen and (max-width: 768px) {
  .object-style-green .heading-line span {
    display: inline-block;
    max-width: 70%;
    padding-right: 0.5rem;
  }
}
.object-style-green .btn, .object-style-green .wp-element-button {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  padding: 0.15rem 1.5rem;
  border: hidden;
  border-radius: 90px;
  cursor: pointer;
  color: #00243D;
  background-color: #ECD451;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  text-align: center;
}
.object-style-green .btn:hover, .object-style-green .wp-element-button:hover {
  text-decoration: none;
  background-color: white;
  outline: 2px solid white;
  outline-offset: 3px; /* moves outline inside */
  border: 2px solid white;
  color: #00243D;
}

.object-style-dark-green {
  background-color: #1A352B;
  color: white;
}
.object-style-dark-green .label-style {
  color: white;
}
.object-style-dark-green .heading-line {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 41px; /* 117.143% */
  margin-bottom: 1rem;
  background-image: url("img/line.svg");
  background-position: center;
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .object-style-dark-green .heading-line {
    font-size: 25px;
    line-height: 34px;
  }
}
.object-style-dark-green .heading-line span {
  padding-right: 1.75rem;
}
@media screen and (max-width: 768px) {
  .object-style-dark-green .heading-line span {
    display: inline-block;
    max-width: 70%;
    padding-right: 0.5rem;
  }
}
.object-style-dark-green a {
  color: #ECD451;
}
.object-style-dark-green a:hover {
  color: white;
}
.object-style-dark-green .btn, .object-style-dark-green .wp-element-button {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  padding: 0.15rem 1.5rem;
  border: hidden;
  border-radius: 90px;
  cursor: pointer;
  color: #1A352B;
  background-color: #ECD451;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  text-align: center;
}
.object-style-dark-green .btn:hover, .object-style-dark-green .wp-element-button:hover {
  text-decoration: none;
  background-color: white;
  outline: 2px solid white;
  outline-offset: 3px; /* moves outline inside */
  border: 2px solid white;
  color: #1A352B;
}

.object-style-dark-blue {
  background-color: #00243D;
  color: white;
}
.object-style-dark-blue a {
  color: #ECD451;
}
.object-style-dark-blue a:hover {
  color: white;
}
.object-style-dark-blue .heading-line {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 41px; /* 117.143% */
  margin-bottom: 1rem;
  background-image: url("img/line.svg");
  background-position: center;
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .object-style-dark-blue .heading-line {
    font-size: 25px;
    line-height: 34px;
  }
}
.object-style-dark-blue .heading-line span {
  padding-right: 1.75rem;
}
@media screen and (max-width: 768px) {
  .object-style-dark-blue .heading-line span {
    display: inline-block;
    max-width: 70%;
    padding-right: 0.5rem;
  }
}
.object-style-dark-blue .btn, .object-style-dark-blue .wp-element-button {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  padding: 0.15rem 1.5rem;
  border: hidden;
  border-radius: 90px;
  cursor: pointer;
  color: #00243D;
  background-color: #ECD451;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  text-align: center;
}
.object-style-dark-blue .btn:hover, .object-style-dark-blue .wp-element-button:hover {
  text-decoration: none;
  background-color: white;
  outline: 2px solid white;
  outline-offset: 3px; /* moves outline inside */
  border: 2px solid white;
  color: #00243D;
}

.object-style-none {
  background-color: white;
}
.object-style-none .heading-line {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 41px; /* 117.143% */
  margin-bottom: 1rem;
  background-image: url("img/line-green.svg");
  background-position: center;
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .object-style-none .heading-line {
    font-size: 25px;
    line-height: 34px;
  }
}
.object-style-none .heading-line span {
  padding-right: 1.75rem;
}
@media screen and (max-width: 768px) {
  .object-style-none .heading-line span {
    display: inline-block;
    max-width: 70%;
    padding-right: 0.5rem;
  }
}

.comp--block-card.object-style-none {
  padding: unset;
}

.comp--featured-banner {
  color: white;
  overflow: hidden;
  border-radius: 18px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 5;
}
.comp--featured-banner .overlay {
  padding: 7rem 2rem;
  align-items: center;
  text-align: center;
}
.comp--featured-banner .overlay:before {
  background: linear-gradient(111deg, #001C30 5.85%, #003860 21.84%, #386A71 64.87%, rgba(74, 122, 119, 0.4) 75.91%);
  background-blend-mode: darken;
  mix-blend-mode: multiply;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.comp--featured-banner .heading {
  font-family: libre-caslon-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: auto;
  max-width: 882px;
  margin-bottom: 3rem;
  font-size: 44px;
  line-height: 56px;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1000px) {
  .comp--featured-banner .heading {
    font-size: 25px;
    line-height: 34px;
  }
}
.comp--featured-banner .text {
  max-width: 882px;
  position: relative;
  z-index: 5;
  margin: auto;
  margin-bottom: 2rem;
}
.comp--featured-banner .btn, .comp--featured-banner .wp-element-button {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  padding: 0.15rem 1.5rem;
  border: hidden;
  border-radius: 90px;
  cursor: pointer;
  color: #00243D;
  background-color: #ECD451;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  z-index: 5;
}
.comp--featured-banner .btn:hover, .comp--featured-banner .wp-element-button:hover {
  text-decoration: none;
  background-color: white;
  outline: 2px solid white;
  outline-offset: 3px; /* moves outline inside */
  border: 2px solid white;
  color: #00243D;
}

.comp--featured-entity {
  margin-top: 2rem;
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  background-image: url("img/line-pattern.svg");
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: right;
  background-position-y: 2rem;
  gap: 2rem;
}
@media screen and (max-width: 1000px) {
  .comp--featured-entity {
    background-position-y: 11rem;
  }
}
@media screen and (max-width: 768px) {
  .comp--featured-entity {
    grid-template-columns: 1fr;
    background-position-y: 32rem;
  }
}
.comp--featured-entity .label {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}
.comp--featured-entity .heading {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 39px;
  display: inline-block;
  max-width: 630px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1000px) {
  .comp--featured-entity .heading {
    font-size: 25px;
    line-height: 34px;
  }
}
.comp--featured-entity .text {
  max-width: 630px;
}

.featured-entity--swap {
  grid-template-columns: 1fr 0.5fr;
}
.featured-entity--swap div:first-child {
  order: 2;
}
.featured-entity--swap div:nth-child(2) {
  order: 1;
}
@media screen and (max-width: 768px) {
  .featured-entity--swap {
    grid-template-columns: 1fr;
  }
}

.comp--action-card {
  margin-top: 2rem;
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.comp--action-card .heading {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 1rem;
}
.comp--action-card .text {
  margin-bottom: 1rem;
}
.comp--action-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1.5rem;
}

.comp--block-card {
  margin-top: 2rem;
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
  border-radius: 16px 16px 80px 16px;
}
.comp--block-card .two-col {
  display: grid;
  grid-template-columns: 1fr 0.5fr;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .comp--block-card .two-col {
    grid-template-columns: 1fr;
  }
}
.comp--block-card .subheading {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 0.5rem;
}
.comp--block-card .text {
  margin-bottom: 1rem;
}
.comp--block-card .caption {
  font-style: italic;
  font-family: urbane, sans-serif;
  font-size: 14px;
  text-align: right;
}
.comp--block-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .comp--block-card img {
    margin-top: 2rem;
  }
}
.comp--block-card .featured_first .obj:first-child, .comp--block-card .featured_first .home-results .fwpl-layout.blog-results .fwpl-result:first-child, .home-results .fwpl-layout.blog-results .comp--block-card .featured_first .fwpl-result:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column: 1/-1;
  gap: 1rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .comp--block-card .featured_first .obj:first-child, .comp--block-card .featured_first .home-results .fwpl-layout.blog-results .fwpl-result:first-child, .home-results .fwpl-layout.blog-results .comp--block-card .featured_first .fwpl-result:first-child {
    grid-template-columns: 1fr;
  }
}
.comp--block-card .featured_first .obj:first-child .title, .comp--block-card .featured_first .home-results .fwpl-layout.blog-results .fwpl-result:first-child .title, .home-results .fwpl-layout.blog-results .comp--block-card .featured_first .fwpl-result:first-child .title {
  font-size: 30px;
  line-height: 39px;
}
@media screen and (max-width: 1000px) {
  .comp--block-card .featured_first .obj:first-child .title, .comp--block-card .featured_first .home-results .fwpl-layout.blog-results .fwpl-result:first-child .title, .home-results .fwpl-layout.blog-results .comp--block-card .featured_first .fwpl-result:first-child .title {
    font-size: 25px;
    line-height: 34px;
  }
}

.is-style-img-no-radius img {
  border-radius: 0 !important;
}

.wp-block-image img {
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .wp-block-image .alignright, .wp-block-image .alignleft {
    float: unset;
    margin: unset;
  }
}

.wp-block-details {
  background-color: #EEECE9;
  padding: 30px;
  margin-bottom: 20px;
}
.wp-block-details summary {
  display: block;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-left: 1.5rem;
}
.wp-block-details summary:before {
  font-family: "Font Awesome 7 Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  content: "+";
  margin-right: 0.5rem;
  position: absolute;
  margin-left: -1.75rem;
}
.wp-block-details summary::marker {
  content: ""; /* Sets the marker content to nothing */
}

details[open] > summary::before {
  content: "\f068";
  transform: unset !important;
}

.wp-block-separator {
  border-top: 3px solid #317F7A;
}

.wp-block-group {
  margin-bottom: 2rem;
}

.wp-block-group.has-background {
  margin-top: 2rem;
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.wp-block-group.has-background .wp-block-group__inner-container, .wp-block-group.has-background .block-well {
  background-color: inherit;
}
.wp-block-group.has-background h2, .wp-block-group.has-background h3, .wp-block-group.has-background h4, .wp-block-group.has-background h5 {
  margin-top: unset !important;
}
.wp-block-group.has-background .is-style-heading-second-style {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 41px; /* 117.143% */
  margin-bottom: 1rem;
  background-image: url("img/line.svg");
  background-position: center;
  background-repeat: repeat-x;
  background-color: inherit;
}
@media screen and (max-width: 768px) {
  .wp-block-group.has-background .is-style-heading-second-style {
    font-size: 25px;
    line-height: 34px;
  }
}
.wp-block-group.has-background .is-style-heading-second-style span {
  padding-right: 1.75rem;
}
@media screen and (max-width: 768px) {
  .wp-block-group.has-background .is-style-heading-second-style span {
    display: inline-block;
    max-width: 70%;
    padding-right: 0.5rem;
  }
}
.wp-block-group.has-background .is-style-heading-second-style span {
  background-color: inherit;
}
.wp-block-group.has-background a:hover {
  color: inherit;
}

.has-yellow-background-color,
.has-coral-background-color {
  color: #00243D !important;
}
.has-yellow-background-color a,
.has-coral-background-color a {
  color: #00243D !important;
}
.has-yellow-background-color a:hover,
.has-coral-background-color a:hover {
  color: white !important;
}
.has-yellow-background-color .wp-block-button__link,
.has-yellow-background-color .wp-block-button__link:hover,
.has-coral-background-color .wp-block-button__link,
.has-coral-background-color .wp-block-button__link:hover {
  color: white !important;
}

.has-green-background-color,
.has-dark-blue-background-color {
  color: white;
}
.has-green-background-color a,
.has-dark-blue-background-color a {
  color: #ECD451 !important;
}
.has-green-background-color a:hover,
.has-dark-blue-background-color a:hover {
  color: white !important;
}
.has-green-background-color .wp-block-button__link,
.has-green-background-color .wp-block-button__link:hover,
.has-dark-blue-background-color .wp-block-button__link,
.has-dark-blue-background-color .wp-block-button__link:hover {
  color: #00243D !important;
}

.has-dark-green-background-color,
.has-acoel-blue-background-color,
.has-gray-blue-background-color {
  color: white;
}
.has-dark-green-background-color a,
.has-acoel-blue-background-color a,
.has-gray-blue-background-color a {
  color: #ECD451 !important;
}
.has-dark-green-background-color a:hover,
.has-acoel-blue-background-color a:hover,
.has-gray-blue-background-color a:hover {
  color: white !important;
}
.has-dark-green-background-color .wp-block-button__link,
.has-dark-green-background-color .wp-block-button__link:hover,
.has-acoel-blue-background-color .wp-block-button__link,
.has-acoel-blue-background-color .wp-block-button__link:hover,
.has-gray-blue-background-color .wp-block-button__link,
.has-gray-blue-background-color .wp-block-button__link:hover {
  color: #00243D !important;
}

.wp-element-button {
  margin: unset !important;
}

.is-style-btn-alt-style a,
.is-style-btn-alt-style .wp-element-button {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  padding: 0.15rem 1.5rem;
  border: hidden;
  border-radius: 90px;
  cursor: pointer;
  color: #00243D;
  background-color: #ECD451;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  text-align: center;
}
.is-style-btn-alt-style a:hover,
.is-style-btn-alt-style .wp-element-button:hover {
  text-decoration: none;
  background-color: white;
  outline: 2px solid white;
  outline-offset: 3px; /* moves outline inside */
  border: 2px solid white;
  color: #00243D;
}

.wp-block-quote {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-top: 2rem;
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 2rem;
  position: relative;
  max-width: 864px;
  margin-top: unset;
  padding: unset;
  margin: auto;
  overflow: hidden;
  font-size: 25px;
  background-color: #317F7A;
  color: white;
  line-height: 36px; /* 144% */
}
.wp-block-quote p {
  padding: 0.5rem 1.5rem !important;
}
.wp-block-quote a {
  color: #ECD451;
}
.wp-block-quote a:hover {
  color: white;
}

.wp-block-quote.alignleft {
  float: left;
  width: 50%;
  margin-right: 1rem;
}

.wp-block-quote.alignright {
  float: right;
  width: 50%;
  margin-left: 1rem;
}

.feed-block .heading {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 41px; /* 117.143% */
  margin-bottom: 1rem;
  background-image: url("img/line.svg");
  background-position: center;
  background-repeat: repeat-x;
}
@media screen and (max-width: 768px) {
  .feed-block .heading {
    font-size: 25px;
    line-height: 34px;
  }
}
.feed-block .heading span {
  padding-right: 1.75rem;
}
@media screen and (max-width: 768px) {
  .feed-block .heading span {
    display: inline-block;
    max-width: 70%;
    padding-right: 0.5rem;
  }
}
.feed-block .text {
  margin-bottom: 1rem;
}
.feed-block .sub-heading {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1000px) {
  .feed-block .sub-heading {
    font-size: 25px;
    line-height: 31px;
  }
}

.obj-3, .home-results .fwpl-layout.blog-results {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .obj-3, .home-results .fwpl-layout.blog-results {
    grid-template-columns: 1fr;
  }
}

.obj-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1000px) {
  .obj-4 {
    grid-template-columns: 1f 1fr;
  }
}
@media screen and (max-width: 768px) {
  .obj-4 {
    grid-template-columns: 1fr;
  }
}

.obj .thumbnail, .home-results .fwpl-layout.blog-results .fwpl-result .thumbnail {
  margin-bottom: 0.5rem;
}
.obj .thumbnail a, .home-results .fwpl-layout.blog-results .fwpl-result .thumbnail a, .obj .thumbnail span, .home-results .fwpl-layout.blog-results .fwpl-result .thumbnail span {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.obj .thumbnail img, .home-results .fwpl-layout.blog-results .fwpl-result .thumbnail img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
}
.obj:hover .thumbnail a img, .home-results .fwpl-layout.blog-results .fwpl-result:hover .thumbnail a img {
  transform: scale(1.1);
}
.obj .title, .home-results .fwpl-layout.blog-results .fwpl-result .title {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  display: block;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0.25rem;
}
.obj .label-style, .home-results .fwpl-layout.blog-results .fwpl-result .label-style {
  margin-bottom: 0.5rem;
}
.obj .label-style a, .home-results .fwpl-layout.blog-results .fwpl-result .label-style a {
  font-weight: unset;
}

.filter-box {
  border-radius: 16px;
  background: #EEECE9;
  max-width: 260px;
  padding: 24px;
}
@media screen and (max-width: 1000px) {
  .filter-box {
    display: none;
  }
}
.filter-box .facetwp-facet {
  margin-bottom: 2rem;
}
.filter-box .filter-search-top-hide .facet-label {
  display: none;
}
.filter-box strong {
  display: block;
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 0.5rem;
}
.filter-box .block-well {
  margin-bottom: unset;
}
.filter-box .facet-label {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0.5rem;
}
.filter-box p {
  margin: unset;
}
.filter-box .facetwp-checkbox {
  background-position-y: 5px;
  margin-bottom: 10px;
  padding-left: 23px;
}

.facetwp-selections ul {
  margin: 0;
  padding: 0 0 20px 0;
  font-family: urbane, sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.facetwp-selections .facetwp-selection-value {
  color: #003EB7;
}

.facetwp-search,
.facetwp-dropdown {
  padding-right: unset !important;
  min-width: 250px !important;
  height: 38px;
  font-size: 16px;
  font-family: libre-caslon-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-left: 10px;
  border: 1px solid #00243D;
}

.facetwp-dropdown {
  background-color: white;
}

i.facetwp-icon::before {
  background-image: url("img/search-icon.svg");
  background-position: 0px 50%;
}

.facetwp-icon {
  opacity: unset !important;
}

.facetwp-flyout-open {
  display: block;
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  background-color: #00243D;
  text-decoration: none !important;
  color: white;
  font-size: 14p;
  margin-top: 2rem;
  border-radius: 50px;
  padding: 15px 20px;
}
.facetwp-flyout-open:hover {
  color: white !important;
}
@media (min-width: 1000px) {
  .facetwp-flyout-open {
    display: none;
  }
}

body .facetwp-flyout {
  right: 0;
  transform: translateX(100%);
}

.facetwp-flyout {
  background-color: #00243D !important;
  border: unset !important;
  color: white !important;
  width: 320px !important;
}
.facetwp-flyout .facetwp-checkbox {
  background-position-y: 5px;
  padding-right: 20px;
}

.facetwp-flyout-wrap {
  padding-left: 1rem;
}

.facetwp-flyout-close {
  font-size: 2rem;
  color: #ECD451;
  margin-top: 1rem;
  margin-bottom: -2rem;
  position: relative;
  z-index: 5;
}

.facetwp-pager,
.site-pager {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  font-size: 22px;
}
.facetwp-pager a,
.site-pager a {
  text-decoration: none;
}
.facetwp-pager .active,
.site-pager .active {
  color: #00243D;
}

.section-heading {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 41px; /* 117.143% */
  margin-bottom: 1rem;
  background-image: url("img/line-green.svg");
  background-position: center;
  background-repeat: repeat-x;
  max-width: unset;
}
@media screen and (max-width: 768px) {
  .section-heading {
    font-size: 25px;
    line-height: 34px;
  }
}
.section-heading span {
  padding-right: 1.75rem;
}
@media screen and (max-width: 768px) {
  .section-heading span {
    display: inline-block;
    max-width: 70%;
    padding-right: 0.5rem;
  }
}
.section-heading span {
  background-color: white;
}

.footer-banner {
  background-color: #012e4f;
  margin-bottom: -4rem;
  margin-top: 4rem;
}
.footer-banner .comp--featured-banner {
  border-radius: unset;
  border-bottom-right-radius: 100px;
}
.footer-banner .comp--featured-banner .overlay {
  padding: 4rem 2rem;
}
.footer-banner .comp--featured-banner .heading {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 1rem;
}

.fellows-feed .three-col {
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.fellows-feed .profile-tag {
  display: grid;
  grid-template-columns: 85px 1fr;
  margin-bottom: 1rem;
  align-items: center;
}
.fellows-feed .profile-tag .picture {
  display: block;
  border-radius: 100%;
  height: 75px;
  width: 75px;
}
.fellows-feed .profile-tag .name {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
}

.has-text-align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.gform_wrapper .gfield_label {
  font-size: 18px !important;
}
.gform_wrapper .gform-field-label--type-sub {
  font-size: 15px !important;
  color: #00243D !important;
}
.gform_wrapper .gfield_required {
  font-size: 18px !important;
}
.gform_wrapper textarea,
.gform_wrapper input {
  border-radius: 0px !important;
  border-color: #00243D !important;
}
.gform_wrapper .gform_button {
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  padding: 0.35rem 1.5rem !important;
  border: hidden !important;
  border-radius: 90px !important;
  cursor: pointer !important;
  color: white !important;
  background-color: #003EB7 !important;
  text-decoration: none !important;
  border: 2px solid transparent !important;
  transition: all 0.3s ease !important;
}
.gform_wrapper .gform_button:hover {
  text-decoration: none !important;
  background-color: #003EB7 !important;
  outline: 2px solid #003EB7 !important;
  outline-offset: 3px !important; /* moves outline inside */
  border: 2px solid black !important;
  color: white !important;
}

.mega-toggle-block {
  display: inline-block;
  border-radius: 100px;
  background-color: #003EB7;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
}

#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open ~ button.mega-close {
  margin-left: -3rem;
  margin-top: 0.5rem;
}
#mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open ~ button.mega-close:before {
  color: #ECD451;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li#mega-menu-item-279 .mega-search.mega-search-open input[type=text] {
  padding: 0.5rem;
  font-size: 18px;
  border-top: 8px solid white !important;
  border-bottom: 8px solid white !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu li#mega-menu-item-279 .mega-search {
  padding: unset !important;
}

#mega-menu-header-menu .mega-indicator:after {
  font-family: "Font Awesome 7 Pro" !important;
  font-weight: 900 !important;
  content: "\f078" !important;
}
@media screen and (max-width: 768px) {
  #mega-menu-header-menu .menu-btn a {
    font-family: urbane, sans-serif !important;
    font-style: normal !important;
    font-weight: 600 !important;
    color: #00243D !important;
    text-align: center !important;
    line-height: unset !important;
    font-size: 16px !important;
    padding: 0.35rem 1.5rem !important;
    border: hidden !important;
    border-radius: 90px !important;
    cursor: pointer !important;
    background-color: #ECD451 !important;
    text-decoration: none !important;
    border: 2px solid transparent !important;
    transition: all 0.3s ease !important;
    display: block !important;
  }
  #mega-menu-header-menu .menu-btn a:after {
    font-family: "Font Awesome 7 Pro" !important;
    font-weight: 900 !important;
    content: "\f2f6" !important;
    display: inline-block !important;
    margin-left: 0.5rem !important;
  }
  #mega-menu-header-menu .menu-btn a:hover {
    text-decoration: none;
    background-color: #ECD451 !important;
    outline: 2px solid #ECD451 !important;
    outline-offset: 3px; /* moves outline inside */
    border: 2px solid #ECD451 !important;
    color: #00243D !important;
  }
  #mega-menu-header-menu li {
    margin-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    border-bottom: 2px solid white !important;
  }
  #mega-menu-header-menu li:first-child {
    margin-bottom: 0.5rem;
  }
  #mega-menu-header-menu li:first-child, #mega-menu-header-menu li:nth-of-type(2) {
    border: transparent !important;
  }
  #mega-menu-header-menu li a:hover {
    color: #ECD451 !important;
  }
  #mega-menu-header-menu .mega-sub-menu li {
    border-bottom: transparent !important;
  }
  #mega-menu-header-menu .mega-sub-menu li a {
    font-size: 15px !important;
  }
}

#mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  font-weight: bold !important;
}
@media screen and (min-width: 768px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    text-decoration-color: #003EB7;
  }
}

@media screen and (max-width: 768px) {
  #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    line-height: 1.5 !important;
    height: unset;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

header {
  background: linear-gradient(0deg, #E1DBD2 39.95%, #EEECE9 99.57%);
  border-radius: 0 0 0 80px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: Urbane;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem; /* 187.5% */
  color: #00243D;
}
@media screen and (max-width: 768px) {
  header {
    border-radius: 0 0 0 40px;
  }
}
header .header-grid {
  display: grid;
  grid-template-columns: 0.25fr 1fr;
  align-items: center;
}
header .logo {
  background-image: url("img/acoel-logo-black.png");
  display: block;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  margin-left: 0;
  width: 160px;
  height: 77px;
}
@media screen and (max-width: 1000px) {
  header .logo {
    width: 126px;
    height: 61px;
  }
}
header a {
  color: #00243D;
  text-decoration: none;
}
header a:hover {
  text-decoration: underline;
}
header .mobile-icon {
  display: inline-block;
  font-size: 23px;
  color: #003EB7;
  cursor: pointer;
  margin-top: 0.75rem;
}

.header-corner {
  background-color: #E1DBD2;
  display: block;
  width: 100px;
  height: 100px;
  margin-left: auto;
  overflow: hidden;
  margin-bottom: -50px;
}
.header-corner .invert {
  background-color: white;
  height: 200px;
  width: 200px;
  margin-left: -100px;
  border-radius: 100%;
}

nav {
  margin-top: 1.5rem;
  /* Show submenu on hover */
  /* Style for menu items */
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  list-style: none;
  display: inline;
  margin-left: 1.75rem;
}
nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  z-index: 999;
  text-align: left;
  background-color: #00243D;
  border-top: 8px solid #003EB7;
  padding: 0 20px;
  margin-bottom: 0.5rem;
}
nav .sub-menu a {
  color: white;
  font-family: Urbane;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
}
nav .sub-menu a:hover {
  color: #ECD451;
}
nav .sub-menu li {
  margin-left: unset !important;
  display: block;
  margin-bottom: 17px;
}
nav .menu > li:hover > .sub-menu,
nav .menu-item-has-children:hover > .sub-menu {
  display: block;
}
nav .menu li {
  position: relative; /* Needed for submenu positioning */
}

.search-form input[type=search] {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-weight: 500;
  font-size: 14px;
  color: #00243D;
  background-color: transparent;
  border: hidden;
  border-bottom: 1px solid #61707B;
}
.search-form .search-wrapper:after {
  position: relative;
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  content: "\f002";
  color: #003EB7;
  left: -1rem;
}

@media screen and (max-width: 900px) {
  .top-grid {
    display: none;
  }
}
.top-grid .search-form {
  display: inline-block;
}

.body-single .mega-toggle-block, .body-home .mega-toggle-block {
  background-color: #ECD451;
}
@media screen and (min-width: 768px) {
  .body-single #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .body-single #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, .body-single #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link, .body-home #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, .body-home #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, .body-home #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    text-decoration-color: #ECD451;
  }
}
.body-single #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu, .body-home #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu {
  background-color: #ECD451;
}
@media screen and (max-width: 768px) {
  .body-single #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu, .body-home #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu {
    background-color: unset;
  }
}
.body-single #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link, .body-home #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
  color: #00243D !important;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .body-single #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link, .body-home #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link {
    color: white !important;
    font-weight: unset !important;
  }
}
.body-single #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1:after, .body-home #mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-block-1:after {
  color: #00243D;
}
.body-single .mega-toggle-label-closed, .body-single .mega-toggle-label-open, .body-home .mega-toggle-label-closed, .body-home .mega-toggle-label-open {
  color: #00243D;
}
.body-single header, .body-home header {
  background: unset;
  background-color: #00243D;
  color: white;
}
.body-single header .mega-menu-link, .body-home header .mega-menu-link {
  color: white !important;
}
.body-single header a, .body-home header a {
  color: white !important;
}
.body-single header .logo, .body-home header .logo {
  background-image: url("img/acoel-logo-white.png");
}
.body-single header .btn, .body-single header .wp-element-button, .body-home header .btn, .body-home header .wp-element-button {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
  padding: 0.15rem 1.5rem;
  border: hidden;
  border-radius: 90px;
  cursor: pointer;
  color: #00243D;
  background-color: #ECD451;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  text-align: center;
  color: #00243D !important;
}
.body-single header .btn:hover, .body-single header .wp-element-button:hover, .body-home header .btn:hover, .body-home header .wp-element-button:hover {
  text-decoration: none;
  background-color: white;
  outline: 2px solid white;
  outline-offset: 3px; /* moves outline inside */
  border: 2px solid white;
  color: #00243D;
}
.body-single header .search-form input[type=search], .body-home header .search-form input[type=search] {
  border-color: white;
  color: white;
}
.body-single header .search-form input[type=search]::placeholder, .body-home header .search-form input[type=search]::placeholder {
  color: white;
}
.body-single header .search-form .search-wrapper::after, .body-home header .search-form .search-wrapper::after {
  color: #ECD451;
}
.body-single .header-corner, .body-home .header-corner {
  background-color: #00243D;
}

.body-home h1 {
  margin: auto;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}
.body-home .description {
  font-family: libre-caslon-text, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 34px; /* 154.545% */
  max-width: 864px;
  margin: auto;
  margin-bottom: 2rem;
}

footer {
  background: linear-gradient(97deg, #003860 6.77%, #002E4F 92.17%);
  color: white;
  padding-top: 3rem;
  padding-bottom: 3rem;
  font-family: Urbane;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.0625rem;
}
@media screen and (max-width: 768px) {
  footer {
    text-align: center;
  }
}
footer .address-2 {
  display: block;
}
@media screen and (max-width: 768px) {
  footer .address-2 {
    display: inline;
  }
}
footer .social-icons {
  font-size: 34px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer .social-icons {
    text-align: unset;
  }
}
footer .social-icons a {
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  footer .social-icons a {
    display: inline;
  }
}
footer ul {
  margin: 0;
  padding: 0;
}
footer ul li {
  list-style: none;
  margin-bottom: 1rem;
}
footer .logo {
  background-image: url("img/acoel-logo-white.png");
  display: block;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin: auto;
  margin-left: 0;
  width: 126px;
  height: 61px;
}
@media screen and (max-width: 768px) {
  footer .logo {
    margin-left: auto;
  }
}
footer a {
  color: #ECD451;
}
footer .container {
  display: grid;
  grid-template-columns: 0.25fr 1fr;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  footer .container {
    grid-template-columns: 1fr;
  }
}
footer .sub-container {
  display: grid;
  grid-template-columns: 1fr 0.25fr 0.15fr;
}
@media screen and (max-width: 768px) {
  footer .sub-container {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  footer .sub-object {
    margin-bottom: 1.5rem;
  }
}

.jumbotron {
  background: linear-gradient(0deg, #E1DBD2 39.95%, #EEECE9 99.57%);
  padding-top: 15rem;
  margin-top: -20rem;
}
.jumbotron .container::after {
  display: block;
  content: "";
  width: 20rem;
  height: 15rem;
  position: relative;
  float: right;
  right: -12rem;
  background-image: url("img/line-pattern-2.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -12rem;
  top: -3rem;
}
.jumbotron .comp--featured-banner {
  margin-bottom: -20rem;
  position: relative;
}

.jumbotron-bottom-right-curve .header-corner {
  float: right;
  background-color: #e1dbd2;
}

.jumbtron-inner-bottom .corner-wrap {
  display: block;
  background-image: url("img/invert-corner.svg");
  width: 8rem;
  height: 8rem;
}

.front-main-content {
  background-color: white;
  padding-top: 14rem;
}

.sponsors {
  border-radius: 0 80px 0 0;
  background: linear-gradient(0deg, #EFEDE8 0.43%, #E1DBD2 60.05%);
  text-align: center;
  margin-top: -18rem;
  margin-bottom: -4rem;
  padding-top: 15rem;
}
.sponsors .container {
  width: unset;
}
.sponsors .sponsor-bg {
  padding: 4rem 2rem;
}
.sponsors .slider-container {
  margin-bottom: 2.5rem !important;
  max-width: 100%;
}
.sponsors .slider-container li {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  aspect-ratio: 16/9;
  background-color: white;
  height: 80px;
  border-top: 18px solid white;
  border-bottom: 18px solid white;
}
.sponsors .slider-container li a {
  display: block;
  padding: 2rem;
}
.sponsors .slider-container li img {
  width: auto;
  height: 49px;
}
.sponsors .center-align {
  margin: auto;
  max-width: 864px;
  margin-bottom: 2rem;
}
.sponsors .swiffy-slider {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .sponsors .slider-nav-next {
    margin-right: -1rem;
  }
}
.sponsors .slider-nav {
  visibility: unset;
  color: #003EB7;
  filter: unset;
}
@media screen and (max-width: 768px) {
  .sponsors .slider-nav {
    margin-left: -1rem;
  }
}
.sponsors .slider-nav:after {
  mask: unset;
  -webkit-mask: unset;
  background-color: unset;
  font-family: "Font Awesome 7 Pro" !important;
  font-weight: 900;
  content: "\f104";
  font-size: 34px;
}
.sponsors .slider-nav:hover {
  background: unset;
  outline: unset;
  outline-offset: unset;
  border: unset;
}

.page-subnav-wrapper {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  background-color: #00243D;
  color: white;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  cursor: pointer;
}
.page-subnav-wrapper summary {
  padding-left: 0.75rem;
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.page-subnav-wrapper summary::before {
  font-family: "Font Awesome 7 Pro";
  font-weight: 900; /* required for solid icons */
  content: "\f054";
  margin-right: 0.6rem;
}

/* Rotate when open */
details[open] > summary::before {
  transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
  .single-page-meta {
    margin-bottom: 1.5rem !important;
  }
}

.page-subnav {
  font-family: urbane, sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
}
.page-subnav li {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-subnav li:first-child {
    margin-top: 0.5rem;
  }
}
.page-subnav li .active {
  font-weight: 600;
  border-color: #003EB7 !important;
}
@media screen and (max-width: 768px) {
  .page-subnav li .active {
    border-color: #ECD451;
    border-width: 5px;
  }
}
.page-subnav li a {
  color: #00243D;
  text-decoration: none;
  font-weight: unset;
  border-left: 3px solid transparent;
  padding-left: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .page-subnav li a {
    color: white !important;
  }
}
.page-subnav li a:hover {
  text-decoration: underline;
}
.page-subnav .page_item_has_children .children {
  display: none;
}
.page-subnav .page_item_has_children .active {
  margin-left: -3px;
}
.page-subnav .page_item_has_children a {
  margin-left: -3px;
}
.page-subnav .page_item_has_children .current_page_item {
  border-left: 3px solid #003EB7;
  margin-left: -3px;
  padding-left: 3px;
}
.page-subnav .page_item_has_children li {
  list-style: none;
}
.page-subnav .page_item_has_children li a {
  border-left: 0;
  margin-left: 2px;
}
.page-subnav .page_item_has_children {
  border-left: 3px solid transparent;
}
.page-subnav .current_page_ancestor,
.page-subnav .page_item_has_children.current_page_item {
  border-left: 3px solid hsl(36, 13%, 92%);
}
.page-subnav .current_page_ancestor .children,
.page-subnav .page_item_has_children.current_page_item .children {
  margin: 0;
  padding: 0;
  padding-top: 0.5rem;
  display: block;
}

.post-tags {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 864px;
  margin: auto;
  margin-top: 2rem;
  border-top: 3px solid #317F7A;
  padding-top: 1rem;
}
.post-tags ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.post-tags a {
  font-weight: 500;
}

.post-breadcrumb {
  display: block;
  color: #003EB7;
  text-decoration: none;
  margin-top: 1rem;
  margin-bottom: 3rem;
  font-size: 13px;
}

.post-footer {
  background-color: #EEECE9;
  padding-top: 4rem;
  padding-bottom: 2rem;
  margin-top: 2.5rem;
  border-top-left-radius: 80px;
  margin-bottom: -4rem;
}
.post-footer .feed-block .heading {
  background-image: url("img/line-green.svg");
}
.post-footer .feed-block .heading span {
  background-color: #EEECE9;
}

.home-results {
  margin-top: 2rem;
}
.home-results .wp-block-column-is-layout-flow {
  flex-basis: 100% !important;
}
.home-results .facet-search-id-class .facet-label {
  display: none;
}
.home-results .fwpl-layout.blog-results .fwpl-result .label-style a {
  color: #61707B;
}

.page-env-topic .accent-style {
  margin-bottom: 0.75rem;
}
.page-env-topic .thumbnail {
  text-align: right;
}

.body-page-topics .four-col {
  gap: 1rem;
}
.body-page-topics .four-col .title {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
}

.body-single-fellow .post-breadcrumb {
  margin-bottom: 1rem;
}
.body-single-fellow .profile-picture {
  border-radius: 16px;
  max-width: 304px;
}
.body-single-fellow i {
  margin-right: 0.25rem;
}
.body-single-fellow .fa-map {
  position: relative;
  top: -0.3rem;
}
.body-single-fellow .col--1-2 {
  margin-top: 1.5rem;
  gap: 144px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1000px) {
  .body-single-fellow .col--1-2 {
    gap: 2rem;
  }
}
@media screen and (max-width: 1000px) {
  .body-single-fellow .col--1-2 {
    gap: 1rem;
  }
}
.body-single-fellow strong {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
}
.body-single-fellow .stack-link {
  display: block;
  margin-left: 1.5rem;
  margin-top: 6px;
}
.body-single-fellow .side-section {
  padding-top: 26px;
  padding-bottom: 14px;
  border-bottom: 2px solid #317F7A;
}
.body-single-fellow .side-section:last-child {
  border-bottom: unset;
}
.body-single-fellow .side-section div {
  margin-bottom: 12px;
}
.body-single-fellow .side-section a {
  font-weight: unset;
}
.body-single-fellow .text-wrap {
  display: inline-block;
  margin-top: -2rem;
}
.body-single-fellow .text-indent {
  margin-left: 1.5rem;
}

.body-page-directory .post-breadcrumb {
  margin-bottom: 1rem;
}
.body-page-directory .fwpl-result .fwpl-item {
  margin-bottom: 1rem;
}
.body-page-directory .fwpl-result .el-5kq8xc {
  padding-left: 1rem;
}
.body-page-directory .fwpl-result .el-5kq8xc:before {
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  content: "\f3c5";
  margin-left: -1rem;
  color: #0450E5;
  margin-right: 0.5rem;
}
.body-page-directory .fwpl-result .el-p1u8zd {
  padding-left: 1rem;
}
.body-page-directory .fwpl-result .el-p1u8zd:before {
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  content: "\f305";
  margin-left: -1rem;
  color: #0450E5;
  margin-right: 0.5rem;
}
.body-page-directory .fwpl-result .el-5kq8xc.is-empty::before,
.body-page-directory .fwpl-result .el-p1u8zd.is-empty::before {
  display: none;
}
.body-page-directory .fwpl-result .thumbnail a {
  aspect-ratio: 1/1 !important;
}

.body-taxonomy-committee .term-description {
  max-width: 1020px;
}
.body-taxonomy-committee .comp--block-card h2 {
  max-width: unset;
  margin-top: unset;
}
.body-taxonomy-committee .committee-chairs {
  display: grid;
  grid-template-columns: repeat(3, minmax(350px, 1fr));
  padding-bottom: 1.5rem;
  border-bottom: 3px solid #317F7A;
}
.body-taxonomy-committee .committee-chairs .profile-tag {
  grid-template-columns: 135px 1fr;
}
.body-taxonomy-committee .committee-chairs .profile-tag .picture {
  width: 125px;
  height: 125px;
}

.filter-search-well {
  display: grid;
  grid-template-columns: 0.35fr 1fr;
  gap: 1rem;
}
@media screen and (max-width: 1000px) {
  .filter-search-well {
    grid-template-columns: 1fr;
  }
}
.filter-search-well .facetwp-flyout-open {
  margin-bottom: 2rem;
}
.filter-search-well article .thumb-row {
  display: grid;
  grid-template-columns: 1fr 180px;
}
.filter-search-well article .thumb-row .thumbnail {
  width: 170px;
  height: auto;
  border-radius: 10px;
}
.filter-search-well h2 {
  font-size: 22px;
  line-height: 30px;
  margin-top: unset;
  margin-bottom: 0.5rem;
}
.filter-search-well .search-wrapper {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.filter-search-well .search-wrapper input[type=search] {
  font-family: unset;
  width: 100%;
  border: 1px solid #00243D;
  padding-left: 0.65rem;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  font-size: 16px;
}
.filter-search-well .search-wrapper:after {
  position: absolute;
  left: unset;
  margin-left: -1.5rem;
  margin-top: 0.55rem;
}

.search-type {
  font-family: urbane, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #61707B;
  text-transform: uppercase;
  font-size: 13px;
}

.body-home .home-results .thumbnail {
  max-height: 186px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .body-home .home-results .thumbnail {
    max-height: 304px;
  }
}

html, body {
  margin: 0;
  overflow-x: hidden;
  color: #00243D;
}

.container {
  max-width: 1340px;
  margin: auto;
  width: 90%;
}

main {
  padding-bottom: 4rem;
}
main a {
  text-decoration-color: unset;
  color: #003EB7;
}
main a:hover {
  text-decoration-color: transparent;
  color: #1A352B;
}

.comp--featured-entity a,
.feed-block a,
.fellows-feed a,
.home-results a,
.obj a,
.home-results .fwpl-layout.blog-results .fwpl-result a {
  text-decoration-color: transparent;
}
.comp--featured-entity a:hover,
.feed-block a:hover,
.fellows-feed a:hover,
.home-results a:hover,
.obj a:hover,
.home-results .fwpl-layout.blog-results .fwpl-result a:hover {
  text-decoration-color: unset;
}

a {
  text-decoration-line: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in;
  text-underline-offset: 4px;
}
a:hover {
  text-decoration-color: unset;
}

.content-well {
  max-width: 1020px;
  margin: auto;
}
.content-well .block-well {
  max-width: 864px;
  margin: auto;
}

/*# sourceMappingURL=style.css.map */
