/*
    Theme Name: On With Life
    Theme URI: http://www.flyinghippo.com
    Version: 1.4.0
    Author: Flying Hippo
    Author URI: http://www.flyinghippo.com
    License: None
    Description: On With Life website theme.
    Template: fh-core
*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1rem;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  text-rendering: optimizeLegibility;
}
body.visible {
  opacity: 1;
}
body.noscroll {
  overflow: hidden;
}
body.logged-in {
  position: relative;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

li {
  list-style-type: none;
}

.content-int ul, .content-int ol {
  list-style-position: inside;
  margin: 0 0 24px;
}

.content-int li {
  list-style-type: disc;
}

.content-int ol li {
  list-style-type: decimal;
}

input:focus, textarea:focus {
  outline: none;
}

table {
  border-collapse: collapse;
}

.clear {
  clear: both;
}

.col {
  float: left;
}

.two-thirds {
  width: 66.6667%;
}

.half {
  width: 50%;
}

.third {
  width: 33.3333%;
}

.fourth {
  width: 25%;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.clear {
  clear: both;
}

.hidden-title {
  height: 0;
  line-height: 0;
  opacity: 0;
  position: absolute;
  width: 0;
}

.owl-block a.button,
a.button {
  color: #EB7924;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #EB7924;
  display: inline-block;
  padding: 1rem 2.5rem;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
.owl-block a.button:hover,
a.button:hover {
  background-color: #EB7924;
  color: #FFFFFF;
}

.nav-menu .logo {
  width: 20rem;
}
@media screen and (min-width: 1024px) {
  .nav-menu .logo {
    margin: 1.75rem 0;
    width: 27rem;
  }
}
@media screen and (min-width: 1200px) {
  .nav-menu .logo {
    width: 36.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .nav-menu .menu-trigger {
    display: none;
  }
}
.nav-menu .menu-trigger .line {
  border-top: 0.1rem solid #FF9E18;
  display: block;
  transform: rotate(0) translateY(0) translateX(0);
  width: 2.28rem;
}
.nav-menu .menu-trigger .one,
.nav-menu .menu-trigger .two {
  margin: 0 0 0.6rem;
}
.nav-menu.open .menu-trigger .one,
.nav-menu.open .menu-trigger .two {
  margin: 0;
}
.nav-menu.open .menu-trigger .one {
  transform: rotateZ(45deg);
}
.nav-menu.open .menu-trigger .two {
  opacity: 0;
}
.nav-menu.open .menu-trigger .three {
  transform: rotateZ(-45deg) translateY(-1px) translateX(1px);
}

.mobile-search {
  background-color: #f2f5f6;
  padding: 0.5rem 2.5rem;
}
@media screen and (min-width: 1024px) {
  .mobile-search {
    display: none;
  }
}
.mobile-search .close-search {
  display: none;
}
.mobile-search .search-field {
  float: right;
  width: calc(100% - 3.5rem);
}
.mobile-search .search-field input {
  color: #999999;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  border: none;
  border-bottom-left-radius: 10rem;
  border-top-left-radius: 10rem;
  padding: 0.5rem 1.75rem;
  width: 100%;
}
.mobile-search input[type=submit] {
  background-color: transparent;
  background-image: url("./images/icons/search-orange.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  color: transparent;
  float: left;
  height: 1.8rem;
  margin: 0.4rem 0 0;
  width: 1.8rem;
}

.desktop-search {
  display: inline-block;
  margin: 0 0 0 1.75rem;
  position: relative;
  top: -4px;
  vertical-align: middle;
}
.desktop-search .open-search {
  background-image: url("./images/icons/search-orange.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  display: block;
  height: 1.4rem;
  line-height: 0;
  overflow: hidden;
  width: 1.4rem;
  position: relative;
  top: 3px;
}
.desktop-search .open-search.open {
  pointer-events: none;
}
.desktop-search .site-search {
  bottom: -1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  transition: width 0.25s ease-in-out, opacity 0.15s ease-in-out;
  width: 0;
}
.desktop-search .site-search.open {
  opacity: 1;
  width: 50rem;
}
.desktop-search .site-search .search-field {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 1.25rem;
}
.desktop-search .site-search .search-field input {
  color: #4D4D4D;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  border: 1px solid #e4eaed;
  border-bottom-left-radius: 10rem;
  border-top-left-radius: 10rem;
  padding: 0.5rem 1.75rem;
  width: 100%;
}
.desktop-search .site-search .search-field ::placeholder {
  color: #999999;
}
.desktop-search .site-search input[type=submit] {
  background-image: url("./images/icons/search-orange.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  color: transparent;
  display: block;
  height: 1.4rem;
  line-height: 0;
  margin-top: 0.8rem;
  overflow: hidden;
  width: 1.4rem;
}
.desktop-search .close-search {
  background-image: url("./images/icons/icn-close-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  height: 1.25rem;
  margin: 0.75rem 0 0;
  width: 1.25rem;
}

.main-menu {
  margin: 2.5rem 0 3.5rem;
}
@media screen and (min-width: 1024px) {
  .main-menu {
    margin: 0 auto;
    max-width: 150rem;
  }
}
.main-menu li {
  padding: 1rem;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .main-menu li {
    display: inline-block;
    padding: 0 1rem 0;
  }
}
@media screen and (min-width: 1100px) {
  .main-menu li {
    padding: 0 1.75rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .main-menu li {
    padding: 0 2rem 0;
  }
}
.main-menu > li:hover > a {
  font-weight: 700;
}
.main-menu a {
  color: #006450;
  font-family: "Encode Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .main-menu a {
    color: #FFFFFF;
    display: block;
    font-size: 1.5rem;
    padding: 1.7rem 2rem 1.5rem;
  }
  .main-menu a::after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
  }
}

.ancillary {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30rem 1fr;
  grid-template-columns: 1fr 30rem 1fr;
  margin: 2rem 0 0;
}
@media screen and (min-width: 1024px) {
  .ancillary.mobile {
    display: none;
  }
}
.ancillary .bg {
  background-color: #f2f5f6;
  background-image: url("./images/backgrounds/white-corners.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 1.2rem 7.7rem;
  -ms-grid-column: 1;
  -ms-grid-span: 2;
  grid-column: 1/span 2;
  -ms-grid-row: 1;
  grid-row: 1;
  height: 6.7rem;
}

.ancillary-menu {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding: 1.75rem 0;
}
@media screen and (min-width: 1024px) {
  .ancillary-menu {
    display: inline-block;
    padding: 0;
  }
}
.ancillary-menu li {
  display: inline-block;
  position: relative;
}
.ancillary-menu li:last-of-type .separator, .ancillary-menu li:nth-of-type(4) .separator {
  display: none;
}
@media screen and (min-width: 1024px) {
  .ancillary-menu li:nth-of-type(4) .separator {
    display: inline-block;
  }
}
.ancillary-menu .bold a {
  font-weight: 700;
}
.ancillary-menu a,
.ancillary-menu .separator {
  color: #808080;
  font-family: "Encode Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.075rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .ancillary-menu a,
.ancillary-menu .separator {
    color: #769a84;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .ancillary-menu a:hover {
    color: #EB7924;
  }
}
.ancillary-menu .separator {
  display: inline-block;
  padding: 0 0.5rem 0 0.65rem;
}
.nav-menu .key-message {
  color: #FFFFFF;
  font-family: "Encode Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
  background-image: url("./images/backgrounds/yellow-km.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  letter-spacing: 0.2rem;
  padding: 1.4rem 3.4rem 2.25rem;
  position: absolute;
  right: 3rem;
  text-transform: uppercase;
  top: 0;
}
@media screen and (min-width: 1200px) {
  .nav-menu .key-message {
    right: 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .nav-menu .phone-wrap {
    margin: 0 0 1.5rem;
  }
}
@media screen and (min-width: 1300px) {
  .nav-menu .phone-wrap {
    display: inline-block;
    margin: 0;
  }
}
.nav-menu .phone-number {
  color: #EB7924;
  font-family: "Encode Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  background-color: #FFFFFF;
  border: 1px solid #EB7924;
  display: inline-block;
  margin: 0 auto;
  padding: 0.75rem 1.5rem 0.7rem;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .nav-menu .phone-number {
    margin: 0 2rem 0 0;
  }
  .nav-menu .phone-number.mobile {
    display: none;
  }
}
.nav-menu .phone-number:hover {
  background-color: #EB7924;
  color: #FFFFFF;
}

.main-menu {
  position: relative;
}
.main-menu .sub-menu {
  display: none;
}

@media screen and (min-width: 1024px) {
  .main-menu .sub-menu {
    display: block;
  }
  .main-menu .sub-menu a {
    color: #72787f;
    font-family: "Encode Sans Condensed", sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    color: #4D4D4D;
    text-transform: none;
  }
  .main-menu > li > .sub-menu {
    left: calc((-100vw + 100%)/2);
    position: absolute;
    width: 100vw;
    background-color: #FFFFFF;
    height: auto;
    opacity: 0;
    padding: 2.5em 2.5rem 5rem;
    pointer-events: none;
    top: 4.7rem;
    z-index: 0;
  }
  .main-menu > li.open > .sub-menu {
    opacity: 1;
    pointer-events: all;
  }
  .main-menu .heading,
.main-menu .mini-menu {
    vertical-align: top;
  }
  .main-menu .heading li,
.main-menu .list-items li {
    width: 100%;
  }
  .main-menu .heading a,
.main-menu .list-items a {
    padding-left: 0;
    padding-right: 0;
  }
  .main-menu .heading {
    padding-right: 4rem;
    width: 30rem;
  }
  .main-menu .heading > a {
    pointer-events: none;
  }
  .main-menu .heading.wide {
    text-align: left;
    width: 69.25rem;
  }
  .main-menu .heading.wide li {
    display: inline-block;
    margin: 0 1.5rem 1.5rem 0;
    width: 25rem;
  }
  .main-menu .heading > a {
    color: #00A887;
    font-size: 2.2rem;
    font-weight: 600;
    margin: 0 0 1rem;
    text-align: left;
  }
  .main-menu .heading li {
    margin: 0 0 1.5rem;
    padding: 0;
  }
  .main-menu .heading li a {
    border: 1px solid #a1a5a9;
    padding: 1rem 0;
    transition: all 0.15s ease-in-out;
  }
  .main-menu .heading li a:hover {
    background-color: #00A887;
    border: 1px solid #00A887;
    color: #FFFFFF;
  }
  .main-menu .list-items {
    padding-right: 1rem;
    width: 39rem;
  }
  .main-menu .list-items > a {
    padding-bottom: 3rem;
  }
  .main-menu .list-items li {
    margin: 0;
    padding: 0 0 0 1.75rem;
    position: relative;
  }
  .main-menu .list-items li::before {
    color: #00A887;
    content: "+";
    font-size: 1.4rem;
    left: 0;
    position: absolute;
    top: 0;
  }
  .main-menu .list-items li a {
    border: none;
    font-family: "Encode Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0.5rem 0;
  }
  .main-menu .list-items li a:hover {
    border: none;
    background-color: transparent;
    color: #00A887;
  }
  .main-menu .list-items a {
    text-align: left;
  }
  .main-menu li.mini-menu {
    border-left: 1px solid #E6E6E6;
    margin: 3rem 0 0;
    padding: 2.5rem 0 6rem 5rem;
    position: relative;
    text-align: right;
    width: 27rem;
  }
  .main-menu li.mini-menu > a {
    display: none;
  }
  .main-menu li.mini-menu a {
    border: 1px solid #a1a5a9;
    margin: 0 0 1.5rem;
    padding: 1rem 2rem;
    width: 20rem;
  }
  .main-menu li.mini-menu a:hover {
    background-color: #00A887;
    border: 1px solid #00A887;
    color: #FFFFFF;
  }
  .main-menu li.mini-menu .orange {
    margin: 5rem 0 0;
  }
  .main-menu li.mini-menu .orange a {
    border: 1px solid #EB7924;
    background-color: #EB7924;
    color: #FFFFFF;
    font-weight: 500;
    margin: 0;
  }
  .main-menu li.mini-menu .orange a:hover {
    background-color: #FFFFFF;
    color: #EB7924;
  }
  .main-menu li.mini-menu a.close {
    background-color: #FFFFFF;
    border: 0;
    display: block;
    height: 2rem;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 1rem;
    top: -2rem;
    width: 2rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1100px) {
  .main-menu li.mini-menu a.close {
    right: 0;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1200px) {
  .main-menu li.mini-menu a.close {
    right: -6rem;
    top: -2rem;
  }
}
@media screen and (min-width: 1024px) {
  .main-menu li.mini-menu a.close:hover {
    background-color: transparent;
  }
  .main-menu li.mini-menu a.close:hover::before, .main-menu li.mini-menu a.close:hover::after {
    border-left: 1px solid #EB7924;
  }
}
@media screen and (min-width: 1024px) {
  .main-menu li.mini-menu a.close::before, .main-menu li.mini-menu a.close::after {
    border-left: 1px solid #72787f;
    content: "";
    display: block;
    height: 2.7rem;
    left: 1rem;
    position: absolute;
    top: -0.3rem;
    transition: all 0.15s ease-in-out;
    visibility: visible;
  }
}
@media screen and (min-width: 1024px) {
  .main-menu li.mini-menu a.close::before {
    transform: rotateZ(45deg);
    -ms-transform: rotateZ(47deg);
  }
}
@media screen and (min-width: 1024px) {
  .main-menu li.mini-menu a.close::after {
    transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-43deg);
  }
}
.nav-menu.headroom {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}

.nav-menu.headroom--pinned {
  transform: translateY(0);
}

.nav-menu.headroom--top {
  transform: translateY(0);
}

.nav-menu.headroom--unpinned {
  transform: translateY(-123%);
}

.logged-in .nav-menu.headroom--top.headroom--pinned,
.logged-in .nav-menu.headroom--top {
  top: 4.6rem;
}
@media screen and (min-width: 783px) {
  .logged-in .nav-menu.headroom--top.headroom--pinned,
.logged-in .nav-menu.headroom--top {
    top: 3.2rem;
  }
}

@media screen and (min-width: 600px) {
  .logged-in .nav-menu {
    top: 4.6rem;
  }
}
@media screen and (min-width: 783px) {
  .logged-in .nav-menu {
    top: 3.2rem;
  }
}

.nav-menu {
  background-color: #FFFFFF;
}

.nav-top-section {
  display: -ms-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.25rem 2.5rem;
  position: relative;
  margin: 0 auto;
  max-width: 150rem;
}
@media screen and (min-width: 1024px) {
  .nav-top-section {
    padding: 1.5rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .nav-top-section {
    padding: 1.5rem 5rem;
  }
}

.nav-menu-int {
  background-color: white;
  box-shadow: 0 9px 12px rgba(0, 0, 0, 0.15);
  display: none;
  margin: 0 0 2rem;
  padding-bottom: 2rem;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .nav-menu-int {
    background-color: #006450;
    box-shadow: none;
    padding-bottom: 0;
    display: block !important;
    margin: 0;
    position: relative;
    z-index: 0;
  }
}

.nav-top-int {
  display: none;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .nav-top-int {
    align-self: flex-end;
    display: block;
  }
  .nav-top-int .phone-wrap,
.nav-top-int .ancillary-menu {
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.15s ease-in-out;
  }
  .nav-top-int .phone-wrap.hidden,
.nav-top-int .ancillary-menu.hidden {
    opacity: 0;
    pointer-events: none;
  }
}

.nav-spacer {
  display: none !important;
  transition: height 250ms ease-in-out;
  height: 0;
}
@media screen and (min-width: 1024px) {
  .nav-spacer {
    display: block !important;
  }
}
.nav-spacer.open {
  height: 400px;
}

.footer .key-message {
  color: #006450;
  font-family: "Encode Sans Semi Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  display: block;
  letter-spacing: 0.13rem;
  margin: 0 0 1.2rem;
  text-transform: uppercase;
}
@media screen and (min-width: 1300px) {
  .footer .key-message {
    font-size: 1.8rem;
    line-height: 2.3rem;
    margin: 0 0 1.6rem;
  }
}

.footer .logo {
  float: left;
  width: 5.5rem;
}
@media screen and (min-width: 375px) {
  .footer .logo {
    width: 6rem;
  }
}
@media screen and (min-width: 650px) {
  .footer .logo {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/span 2;
  }
}
@media screen and (min-width: 1024px) {
  .footer .logo {
    -ms-grid-row: 1;
    grid-row: 1/span 2;
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

.footer .locations {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  vertical-align: top;
  width: calc(100% - 5.5rem);
}
@media screen and (min-width: 375px) {
  .footer .locations {
    padding: 0 0 0 1rem;
    width: calc(100% - 6rem);
  }
}
@media screen and (min-width: 500px) {
  .footer .locations {
    padding: 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer .locations {
    width: auto;
  }
}
.footer .location {
  color: #595959;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.6;
  display: block;
  margin: 0 0 2.8rem;
  padding: 0 0 0 2rem;
  width: 50%;
}
@media screen and (min-width: 375px) {
  .footer .location {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 500px) {
  .footer .location {
    padding: 0 0 0 2.8rem;
    width: auto;
  }
}
@media screen and (min-width: 1024px) {
  .footer .location {
    margin: 0;
  }
}
@media screen and (min-width: 1300px) {
  .footer .location {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 0 0 0 3.7rem;
  }
}
.footer .location .heading {
  display: inline-block;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.footer .location a {
  color: #EB7924;
  transition: all 0.15s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .footer .location a {
    color: #595959;
  }
}
.footer .location a:hover {
  color: #EB7924;
}

.footer .social-links {
  margin: 0 0 2rem;
}
@media screen and (min-width: 500px) {
  .footer .social-links {
    margin: 0;
  }
}
.footer .social-link {
  display: inline-block;
  margin: 0 1rem 0 0;
}
@media screen and (min-width: 1024px) {
  .footer .social-link:last-of-type {
    margin: 0;
  }
}
.footer .social-link img {
  height: 3.1rem;
  width: 3.1rem;
}

.social-and-tagline {
  clear: both;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (min-width: 1024px) {
  .social-and-tagline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 3rem 0 0;
  }
}
@media screen and (min-width: 1300px) {
  .social-and-tagline {
    padding: 0 5.2rem 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .social-and-tagline-int {
    display: inline-block;
  }
}

@media screen and (min-width: 650px) {
  .footer nav {
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  .footer nav {
    margin: 0;
  }
}
.footer nav .menu-item {
  display: block;
}
.footer nav a {
  color: #FFFFFF;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  background-color: #EB7924;
  border: 1px solid #EB7924;
  display: block;
  margin: 0 0 1rem;
  padding: 0.7rem 1.5rem;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .footer nav a {
    min-width: 9.8rem;
    margin: 0 0 0.5rem;
  }
}
.footer nav a:hover {
  background-color: #FFFFFF;
  color: #EB7924;
}
.footer nav li:last-of-type a {
  margin-bottom: 0;
}

.footer .disclaimer {
  color: #99A1A3;
  font-family: "Encode Sans Semi Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7rem;
  background-color: #DCE1E3;
  padding: 1.5rem 3rem;
}
@media screen and (min-width: 1024px) {
  .footer .disclaimer {
    font-size: 1.4rem;
    text-align: center;
  }
}
.footer .disclaimer-int {
  max-width: 50rem;
}
@media screen and (min-width: 1024px) {
  .footer .disclaimer-int {
    margin: 0 auto;
    max-width: 90rem;
  }
}
.footer .disclaimer a {
  color: inherit;
  transition: all 0.15s ease-in-out;
}
.footer .disclaimer a:hover {
  color: #FF9E18;
}

/* Video Overlay */
body.no-scroll {
  overflow: hidden;
}

.video-overlay {
  background-color: rgba(255, 255, 255, 0.97);
  bottom: 0;
  cursor: pointer;
  display: -ms-flex;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  opacity: 0;
  padding: 2rem;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.25s ease-in-out;
  visibility: hidden;
  z-index: 0;
}

.video-overlay.visible {
  pointer-events: all;
  visibility: visible;
  z-index: 999;
}

.video-overlay-int {
  max-width: 120rem;
  text-align: right;
  width: 100%;
}

.video-overlay-int a {
  background-image: url("./images/icons/icn-close-black.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  display: inline-block;
  height: 3rem;
  margin: 0 0 1rem;
  position: relative;
  width: 3rem;
}

.video-overlay-int a span {
  position: absolute;
}

.video-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4rem;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

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

@media screen and (min-width: 1024px) {
  .video-overlay-int a {
    margin: 0 0 2rem;
  }
}
.footer {
  background-color: #f2f5f6;
}

.footer-int {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 auto;
  max-width: 150rem;
  padding: 3rem 2.5rem 4rem 2.5rem;
}
@media screen and (min-width: 500px) {
  .footer-int {
    padding: 3rem 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-int {
    padding: 3.3rem 2.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .footer-int {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .footer-int {
    padding: 4rem 5rem 3.5rem;
  }
}

.content-int h1,
.content-int h2 {
  color: #006450;
  font-family: "Encode Sans", sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1.3;
  margin: 0 0 2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-int h1,
.content-int h2 {
    font-size: 4.3rem;
  }
}
.content-int h3 {
  color: #72787f;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.3;
  margin: 0 0 2rem;
}
.content-int h4 {
  color: #00A887;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 2rem;
}
.content-int h5,
.content-int h6 {
  color: #006450;
  font-family: "Encode Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}
.content-int h1.is-style-alt,
.content-int h2.is-style-alt,
.content-int h3.is-style-alt,
.content-int h4.is-style-alt,
.content-int h5.is-style-alt,
.content-int h6.is-style-alt {
  font-family: "Encode Sans", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.content-int h1,
.content-int h2,
.content-int h3,
.content-int h4,
.content-int h5,
.content-int h6,
.content-int p,
.content-int blockquote, .content-int > ul, .content-int > ol,
.content-int .owl-blocks > ul,
.content-int .owl-blocks > ol,
.content-int table,
.content-int div[id^=wu] {
  margin-left: auto;
  margin-right: auto;
  max-width: 95rem;
}
.content-int a {
  color: #EB7924;
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.content-int a:hover,
.content-int a:active,
.content-int a:focus {
  color: #00A887;
}
.content-int p {
  color: #4D4D4D;
  font-family: "whitman", serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto 2.5rem;
}
.content-int p a {
  color: #EB7924;
  font-family: "whitman", serif;
  font-size: inherit;
  font-weight: 400;
  line-height: 1;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.content-int p a:hover,
.content-int p a:active,
.content-int p a:focus {
  color: #00A887;
}
.content-int blockquote {
  border-left: 5px solid #EB7924;
  margin: 0 0 2rem;
}
.content-int blockquote p {
  color: #4D4D4D;
  font-size: 2rem;
  font-style: italic;
  padding: 0 0 0 1.25rem;
}
.content-int ul,
.content-int ol {
  color: #4D4D4D;
  font-family: "whitman", serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 2rem;
}
.content-int ul li,
.content-int ol li,
.content-int li li,
.content-int li ul,
.content-int li ol {
  font-size: inherit;
}
.content-int ul li a,
.content-int ol li a {
  color: #EB7924;
}
.content-int ul li a:hover,
.content-int ol li a:hover {
  color: #00A887;
}
.content-int ul {
  padding: 0 0 2rem;
}
.content-int ul li {
  line-height: 1.4;
  list-style-type: none;
  padding: 0 0 1rem 2rem;
  position: relative;
}
.content-int ul li::before {
  color: #00A887;
  content: "+";
  left: 0;
  position: absolute;
  top: 0;
}
.content-int ul li:last-of-type {
  padding-bottom: 0;
}
.content-int ul ul {
  margin-bottom: 0;
}
.content-int ul ul li:first-of-type::before {
  top: 1.3rem;
}
.content-int ol {
  counter-reset: item;
  list-style-type: none;
  padding: 0 0 2rem;
}
.content-int ol li {
  content: counter(item) ".";
  counter-increment: item;
  list-style-type: none;
  padding: 0 0 1rem 2rem;
  position: relative;
}
.content-int ol li::before {
  color: #EB7924;
  content: counter(item) ".";
  font-weight: 300;
  left: 0;
  position: absolute;
}
.content-int ol li:last-of-type {
  padding: 0 0 0 2rem;
}
.content-int ol ol {
  margin: 0;
}
.content-int ol ol li::before {
  content: counters(step-counter) ".";
}
.content-int li > ul,
.content-int li > ol {
  padding-bottom: 0;
}
.content-int li > ul li:first-of-type,
.content-int li > ol li:first-of-type {
  padding-top: 1rem;
}
.content-int hr {
  border-bottom: 1px solid #006450;
  border-top: none;
  margin: 3rem 0;
}
.content-int .alignleft {
  float: left;
  margin: 2rem 2rem 2rem 0;
}
.content-int .alignright {
  float: right;
  margin: 0 2rem 2rem 2rem;
}
.content-int .aligncenter {
  float: none;
  display: block;
  margin: 2rem auto;
}
.content-int .alignnone {
  float: none;
}
.content-int table {
  border-collapse: collapse;
  display: block;
  height: auto !important;
  margin: 0 0 2.4rem;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100% !important;
  font-size: 1.8rem;
  border: none;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: tabletPortrait) {
  .content-int table {
    display: block;
    width: auto !important;
  }
}
.content-int table thead th,
.content-int table thead td,
.content-int table tbody th,
.content-int table tbody td {
  line-height: 1;
  padding: 0.75rem 1.5rem;
  text-align: left;
  vertical-align: top;
}
.content-int table tbody {
  display: block;
  overflow-x: scroll;
}
.content-int table tbody th,
.content-int table tbody td {
  color: #4D4D4D;
  font-family: "whitman", serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (min-width: tabletPortrait) {
  .content-int table tbody th,
.content-int table tbody td {
    min-width: none;
  }
}
.content-int table tbody tr:first-of-type th,
.content-int table tbody tr:first-of-type td {
  font-weight: 400;
  height: auto !important;
  padding: 0.75rem 1.5rem;
  text-align: left;
}
.content-int table tbody tr {
  background-color: #FFFFFF;
  height: auto !important;
}
.content-int.has-sidebar .blocks h1,
.content-int.has-sidebar .blocks h2,
.content-int.has-sidebar .blocks h3,
.content-int.has-sidebar .blocks h4,
.content-int.has-sidebar .blocks h5 {
  text-align: left;
}
.content-int .wp-block-cover {
  margin: 0 auto 6rem;
}
@media screen and (min-width: 1024px) {
  .content-int .wp-block-cover {
    max-width: calc(100% - 10rem);
  }
}
@media screen and (min-width: 1200px) {
  .content-int .wp-block-cover {
    max-width: calc(100% - 15rem);
  }
}
.content-int .blocks .wp-block-cover {
  max-width: 100%;
}
.content-int .wp-block-button__link {
  color: #FFFFFF;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  background-color: #EB7924;
  border: 1px solid #EB7924;
  border-radius: 0;
  padding: 1rem 2.5rem;
  transition: all 0.15s ease-in-out;
}
.content-int .wp-block-button__link:hover {
  background-color: #FFFFFF;
  border-color: #EB7924;
  color: #EB7924;
}
.content-int .is-style-outline .wp-block-button__link {
  background-color: #FFFFFF;
  color: #EB7924;
}
.content-int .is-style-outline .wp-block-button__link:hover {
  background-color: #EB7924;
  color: #FFFFFF;
}
.content-int .has-orange-color {
  color: #EB7924;
}
.content-int .has-orange-background-color {
  background-color: #EB7924;
}
.content-int .has-yellow-color {
  color: #FFC844;
}
.content-int .has-yellow-background-color {
  background-color: #FFC844;
}
.content-int .has-light-green-color {
  color: #00A887;
}
.content-int .has-light-green-background-color {
  background-color: #00A887;
}
.content-int .has-blue-green-color {
  color: #008375;
}
.content-int .has-blue-green-background-color {
  background-color: #008375;
}
.content-int .has-dark-green-color {
  color: #006450;
}
.content-int .has-dark-green-background-color {
  background-color: #006450;
}
.content-int .blocks-gallery-item {
  padding: 0;
}
.content-int .blocks-gallery-item::before {
  content: none;
}
.content-int .wp-block-image a {
  color: #FF9E18;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.content-int .wp-block-image a:hover {
  color: #EB7924;
}
.content-int .wp-block-embed {
  margin: 0 0 4rem;
}
.content-int .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.content-int .wp-block-embed__wrapper iframe,
.content-int .wp-block-embed__wrapper object,
.content-int .wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-header-wrap {
  margin: 0 0 5rem;
}
@media screen and (min-width: 768px) {
  .page-header-wrap {
    margin: 0 0 8rem;
  }
}

.page-header {
  background-position: center;
  background-size: cover;
  background-image: url("./images/backgrounds/default.jpg");
  -webkit-mask-image: url("./images/backgrounds/featuredimage-mobile-mask.svg");
  mask-image: url("./images/backgrounds/featuredimage-mobile-mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: bottom;
  mask-position: bottom;
  max-height: 14.5rem;
  min-height: 14.5rem;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 600px) {
  .page-header {
    height: 20vw;
    max-height: 35rem;
    min-height: 20rem;
  }
}
.page-header.video {
  height: 67vw;
  min-height: 25rem;
}
@media screen and (min-width: 600px) {
  .page-header.video {
    height: 22vw;
    max-height: 33.4rem;
  }
}
.page-header .page-header-int {
  display: -ms-flex;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 2rem;
  position: relative;
}
.page-header .key-message {
  color: #FFFFFF;
  font-family: "Encode Sans", sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  margin: 2rem 0 3rem;
  text-align: center;
  text-shadow: 0 0 2rem rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .page-header .key-message {
    font-size: 5rem;
  }
}
.page-header .key-message em {
  display: block;
  font-family: "Encode Sans Semi Expanded", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .page-header .key-message em {
    display: inline;
  }
}
.page-header .play {
  background-color: #FFFFFF;
  border-radius: 5rem;
  box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.1);
  height: 5.8rem;
  position: relative;
  transition: background-color 0.15s ease-in-out;
  width: 5.8rem;
}
.page-header .play::after {
  border-bottom: 1.5rem solid transparent;
  border-left: 2rem solid #EB7924;
  border-top: 1.5rem solid transparent;
  content: "";
  display: block;
  left: calc(50% - .7rem);
  position: absolute;
  top: calc(50% - 1.5rem);
  transition: all 0.15s ease-in-out;
}
.page-header .play:hover {
  background-color: #EB7924;
}
.page-header .play:hover::after {
  border-left-color: #FFFFFF;
}

.page-title {
  margin-top: -4.5rem;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .page-title {
    margin-top: -5.5rem;
  }
}
.page-title .title {
  color: #595959;
  font-family: "Encode Sans", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1;
  background-image: url("./images/backgrounds/title-bg.png");
  background-position: top center;
  background-size: cover;
  display: inline-block;
  min-width: 16rem;
  padding: 2.5rem 4rem;
}
@supports (display: grid) {
  .page-title .title {
    background-image: url("./images/backgrounds/title-bg.svg");
  }
}
@media screen and (min-width: 768px) {
  .page-title .title {
    font-size: 3rem;
    min-width: 23rem;
  }
}

.content-int .page-title-alt {
  line-height: 1;
  margin: 0 0 5rem;
}

.breadcrumbs li {
  color: #72787f;
  font-family: "Encode Sans Semi Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .breadcrumbs li {
    font-size: 1.5rem;
  }
}
.breadcrumbs li a {
  color: inherit;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.breadcrumbs li a:hover {
  color: #FF9E18;
}
.breadcrumbs li.separator {
  margin: 0 0.5rem;
}

.home.page .content {
  background-image: url("./images/template-backgrounds/homepage-mobile.svg");
  background-size: 100%;
  background-position: top center;
}
@media screen and (min-width: 1024px) {
  .home.page .content {
    background-image: url("./images/template-backgrounds/homepage-desktop.svg");
  }
}

.page-template-why-us .content {
  background-image: url("./images/template-backgrounds/whyus-mobile.svg");
  background-size: 100%;
  background-position: top center;
}
@media screen and (min-width: 1024px) {
  .page-template-why-us .content {
    background-image: url("./images/template-backgrounds/whyus-desktop.svg");
  }
}

.page-template-stories-archive-template .content {
  background-image: url("./images/template-backgrounds/successstories-mobile.svg");
  background-size: 100%;
  background-position: top center;
}
@media screen and (min-width: 1024px) {
  .page-template-stories-archive-template .content {
    background-image: url("./images/template-backgrounds/successstories-desktop.svg");
  }
}

.page-template-patients-admissions .content {
  background-image: url("./images/template-backgrounds/successstories-mobile.svg");
  background-size: 100%;
  background-position: bottom center;
}
@media screen and (min-width: 1024px) {
  .page-template-patients-admissions .content {
    background-image: url("./images/template-backgrounds/patientsadmissions-desktop.svg");
    background-position: top center;
  }
}

.page-template-program-service-simple .content,
.page-template-program-service .content,
.page-template-program-service-child .content,
.page-template-giving-back .content,
.page-template-page-simple .content,
.page-template-default .content {
  background-image: url("./images/template-backgrounds/programservice-mobile.svg");
  background-size: 100%;
  background-position: top center;
}
@media screen and (min-width: 1024px) {
  .page-template-program-service-simple .content,
.page-template-program-service .content,
.page-template-program-service-child .content,
.page-template-giving-back .content,
.page-template-page-simple .content,
.page-template-default .content {
    background-image: url("./images/template-backgrounds/programservice-desktop.svg");
  }
}

.page-template-archive .content,
.page-template-archive-news .content,
.single .content {
  background-image: url("./images/template-backgrounds/successstories-mobile.svg");
  background-size: 100%;
  background-position: bottom center;
}
@media screen and (min-width: 1024px) {
  .page-template-archive .content,
.page-template-archive-news .content,
.single .content {
    background-image: url("./images/template-backgrounds/educationresearch-desktop-desktop.svg");
    background-position: bottom center;
  }
}

.load-more-wrapper {
  margin: 0 0 4rem;
  text-align: center;
}
.load-more-wrapper .fh-load-more {
  color: #EB7924;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #EB7924;
  display: inline-block;
  padding: 1rem 2.5rem;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
.load-more-wrapper .fh-load-more:hover {
  background-color: #EB7924;
  color: #FFFFFF;
}
.load-more-wrapper .fh-load-more.disabled {
  border-color: #acb6bd;
  color: #acb6bd;
  pointer-events: none;
}
.load-more-wrapper .fh-load-more.disabled:hover {
  background-color: #FFFFFF;
  color: #acb6bd;
}

.content.page-not-found .blocks {
  text-align: center;
}
.content.page-not-found .page-header {
  background-image: url("./images/backgrounds/404.jpg") !important;
}
.content.page-not-found .logo {
  display: inline-block;
  padding: 6rem 0 2rem;
}
.content.page-not-found .logo img {
  display: block;
  margin: 0 auto;
  padding: 0 0 2rem;
  width: 8rem;
}
.content.page-not-found .logo .button {
  color: #EB7924;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #EB7924;
  display: inline-block;
  padding: 1rem 2.5rem;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
.content.page-not-found .logo:hover .button {
  background-color: #EB7924;
  color: #FFFFFF;
}

.content {
  background-color: #FFFFFF;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.content *:nth-child(0) {
  -ms-grid-column: 0;
}
.content *:nth-child(1) {
  -ms-grid-column: 1;
}
.content *:nth-child(2) {
  -ms-grid-column: 2;
}
.content *:nth-child(3) {
  -ms-grid-column: 3;
}
.content *:nth-child(4) {
  -ms-grid-column: 4;
}
.content *:nth-child(5) {
  -ms-grid-column: 5;
}
.content *:nth-child(6) {
  -ms-grid-column: 6;
}
.content *:nth-child(7) {
  -ms-grid-column: 7;
}
.content *:nth-child(8) {
  -ms-grid-column: 8;
}
.content *:nth-child(9) {
  -ms-grid-column: 9;
}
.content *:nth-child(10) {
  -ms-grid-column: 10;
}
.content *:nth-child(11) {
  -ms-grid-column: 11;
}
.content *:nth-child(12) {
  -ms-grid-column: 12;
}
.content *:nth-child(13) {
  -ms-grid-column: 13;
}
.content *:nth-child(14) {
  -ms-grid-column: 14;
}
.content.default-page {
  padding: 0 0 4rem;
}
.content .content-int {
  margin: 0 auto;
  max-width: 140rem;
  padding: 0 2.5rem;
}
@media screen and (min-width: 1024px) {
  .content .content-int {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .content .content-int {
    padding: 0 5rem;
  }
}
@media screen and (min-width: 1024px) {
  .content .content-int > * {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .content .content-int > * {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}
.content .content-int .slideUp {
  opacity: 0;
  transition: all 0.15s ease-in-out;
  transform: translateY(7px);
}
.content .content-int .slideUp.visible {
  opacity: 1;
  transform: translateY(0);
}
.content .content-int .blocks {
  margin: 0 auto 6rem;
}
.content .content-int.no-sidebar .blocks {
  max-width: 85rem;
}
@media screen and (min-width: 1024px) {
  .content .content-int.no-sidebar .blocks {
    max-width: 90rem;
  }
}
@media screen and (min-width: 1200px) {
  .content .content-int.no-sidebar .blocks {
    max-width: 95rem;
  }
}
@media screen and (min-width: 1024px) {
  .content .has-sidebar .blocks {
    float: left;
    padding-left: 2rem;
    width: calc(100% - 40rem);
  }
}
@media screen and (min-width: 1200px) {
  .content .has-sidebar .blocks {
    padding-left: 0;
    width: calc(100% - 45rem);
  }
}
.content .has-sidebar .owl-blocks {
  clear: both;
}
.content .wp-block-columns .wp-block-column {
  margin-bottom: 4rem;
}

.fhra--story-modal {
  bottom: 0;
  left: 0;
  position: fixed;
  opacity: 0;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: 99998;
  animation: 0.35s fadein;
  animation-fill-mode: forwards;
  background-color: rgba(255, 255, 255, 0.97);
  padding: 2rem;
  justify-content: center;
  align-items: flex-start;
  max-height: 100vh;
  overflow-y: auto;
}
@supports (display: grid) {
  .fhra--story-modal {
    display: flex;
  }
}
@media screen and (min-width: 600px) {
  .fhra--story-modal {
    padding: 14rem;
  }
}
.fhra--story-modal.leaving {
  animation: 0.35s fadeout;
}

.fhra-story-modal-gradient {
  animation: 0.35s fadein;
  animation-fill-mode: forwards;
  content: "";
  position: fixed;
  height: 20rem;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 25%, white 65%);
}
.fhra-story-modal-gradient.leaving {
  animation: 0.35s fadeout;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fhra--story-modal-int {
  flex: 1;
  max-width: 80rem;
  margin: auto;
  position: relative;
}

.fhra--story-modal-head {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 0.8rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .fhra--story-modal-head {
    font-size: 1rem;
  }
}
.fhra--story-modal-head .title {
  font-size: 4.3em;
  font-weight: 300;
  font-family: "Encode Sans Semi Condensed", sans-serif;
  line-height: 1;
  display: inline-block;
  color: #006450;
  margin-left: 6rem;
}

.fhra--story-modal-body {
  font-size: 0.8rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fhra--story-modal-body {
    font-size: 1rem;
  }
}
.fhra--story-modal-body .fhra--story-modal-content {
  margin-top: 2rem;
  padding-bottom: 15rem;
}
.fhra--story-modal-body .fhra--story-modal-content h2 {
  font-size: 2.1rem;
}
.fhra--story-modal-body .fhra--story-modal-content p {
  margin-bottom: 2rem;
  font-weight: 500;
}

.fhra--story-modal-img {
  height: 24.8rem;
  width: 22.4rem;
  background-size: cover;
  background-position: center;
  display: inline-block;
}

.fhra-close-icon {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 3rem;
}

#fhra--filters {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #fhra--filters {
    width: auto;
    flex: 6;
  }
}

.fhra--filter.dropdown {
  width: 100%;
  margin-left: 0;
  margin-top: 2rem;
  padding: 0.7rem 0.7rem 0.7rem 3.2rem;
  border-radius: 2rem 0 0 2rem;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1.8rem;
  color: #a1a5aa;
  background-color: #f6f8f9;
  font-weight: 400;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .fhra--filter.dropdown {
    width: calc(100% - 3.5rem);
    margin: 0 0 0 4rem;
  }
}
.fhra--filter.dropdown .dropdown-icon {
  background-image: url("images/icons/orange-carrot-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  position: absolute;
  background-position: center;
  right: 1rem;
  top: 0.5rem;
  z-index: 3;
}
.fhra--filter.dropdown.active .dropdown-icon {
  background-image: url("images/icons/close-orange.svg");
  width: 1.7rem;
  height: 1.7rem;
}
.fhra--filter.dropdown .fhra--filter-dropdown-init {
  position: relative;
  z-index: 2;
}
.fhra--filter.dropdown .fhra--filter-dropdown-options {
  display: flex;
  flex-direction: column;
  transition: all 0.15s ease-in-out;
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  padding-left: 3.2rem;
  background-color: #f6f8f9;
  z-index: 1;
  top: 50%;
}
.fhra--filter.dropdown .fhra--filter-dropdown-options button {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  font-family: "Encode Sans Condensed", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  color: #a1a5aa;
  text-align: left;
  padding: 0;
  margin: 0.5rem 0;
  cursor: pointer;
}
.fhra--filter.dropdown .fhra--filter-dropdown-options button:focus {
  outline: none;
}
.fhra--filter.dropdown .fhra--filter-dropdown-options button:first-child {
  padding-top: 3rem;
}
.fhra--filter.dropdown .fhra--filter-dropdown-options button:last-child {
  padding-bottom: 2rem;
}

.fhra--master-containter {
  background-color: #FFFFFF;
  position: relative;
  margin: 4rem 0;
}
@media screen and (min-width: 768px) {
  .fhra--master-containter {
    padding: 0 5rem;
    margin: 8rem 0;
  }
}

.fhra--master-int {
  max-width: 132.2rem;
  margin: auto;
}

.fh-react-archive-box {
  grid-area: archive;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.fh-react-archive-box > div {
  width: 100%;
  text-align: center;
}

.post_type_stories {
  --margin-right: 3rem;
  width: calc(100% + 3rem);
}

.fhra--story-card {
  display: block;
  float: left;
  text-decoration: none;
  width: calc(100% - 3rem);
  height: 80vw;
  margin-bottom: 4rem;
  margin-right: 3rem;
  position: relative;
  cursor: pointer;
  transition: all 150ms ease-in-out;
}
@media screen and (min-width: 500px) {
  .fhra--story-card {
    width: calc(49.9% - 3rem);
    height: 45vw;
  }
}
@media screen and (min-width: 768px) {
  .fhra--story-card {
    width: calc(33.3% - 3rem);
    height: 35vw;
  }
}
@media screen and (min-width: 1024px) {
  .fhra--story-card {
    width: calc(24.9% - 3rem);
    height: 24vw;
  }
}
@media screen and (min-width: 1500px) {
  .fhra--story-card {
    width: calc(19.9% - 3rem);
    height: 26.2rem;
  }
}
.fhra--story-card:hover .fhra--story-card--image {
  filter: grayscale(100%);
}
.fhra--story-card:hover .fhra--story-card--quote-box {
  opacity: 1;
}

.anim-table-enter .fhra--story-card-int {
  opacity: 0.01;
  left: -1rem;
}

.anim-table-enter-active .fhra--story-card-int {
  opacity: 1;
  left: 0;
}

.anim-table-exit .fhra--story-card-int {
  opacity: 1;
  left: 0;
}

.anim-table-exit-active .fhra--story-card-int {
  opacity: 0.01;
  left: -1rem;
}

.fhra--story-card-int {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 150ms ease-in-out;
}

.fhra--story-card--image {
  width: 100%;
  display: block;
  position: relative;
  height: 100%;
  transition: filter 0.15s ease-in-out;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@supports (display: grid) {
  .fhra--story-card--image {
    height: calc(100% - 4.4rem);
  }
}

.fhra--story-card--info {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.fhra--story-card--quote-box {
  flex: 1 0;
  width: 100%;
  padding: 2rem;
  background-color: rgba(0, 168, 135, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

h2.fhra--story-card--title {
  flex: 0 1;
  color: #FFFFFF;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  background-color: #00A887;
  padding: 1.6rem 2rem 4rem;
}
@supports (display: grid) {
  h2.fhra--story-card--title {
    padding: 1.6rem 2rem 2.4rem;
    clip-path: ellipse(66% 75% at 50% 25%);
  }
}

.fhra--filters-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 91.6rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .fhra--filters-container {
    padding: 0 5rem;
    flex-direction: row;
  }
}

#fhra--search {
  width: 100%;
  flex: 4;
  padding: 1rem 1rem 1rem 8rem;
  border-radius: 4rem 0 0 4rem;
  background-color: #f6f8f9;
  position: relative;
  height: 5.7rem;
}
@media screen and (min-width: 768px) {
  #fhra--search {
    width: auto;
  }
}
#fhra--search:before {
  content: "";
  position: absolute;
  left: 3.5rem;
  top: 1.8rem;
  height: 2.4rem;
  width: 2.4rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("images/icons/orange-search-fhra.svg");
}

.fhra--search-input {
  width: 100%;
  padding: 0.7rem 0.7rem 0.7rem 2rem;
  border-radius: 2rem 0 0 2rem;
  background-color: white;
  border: none;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1.8rem;
  color: #a1a5aa;
}

#fhra--load-more {
  text-align: center;
  opacity: 0;
  animation: fadein 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}
#fhra--load-more button {
  background-color: #FFFFFF;
  margin-top: 4rem;
  appearance: none;
  -webkit-appearance: none;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1.8rem;
  color: #EB7924;
  font-weight: bold;
  padding: 1rem 3rem;
  border: 1px solid #EB7924;
  transition-property: color background;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  cursor: pointer;
}
#fhra--load-more button:hover {
  color: white;
  background-color: #EB7924;
}

.fhra--staff-modal {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: 99998;
  animation: 0.35s fadein;
  animation-fill-mode: forwards;
  background-color: rgba(255, 255, 255, 0.97);
  padding: 2rem;
  justify-content: center;
  align-items: flex-start;
  max-height: 100vh;
  overflow-y: auto;
}
@supports (display: grid) {
  .fhra--staff-modal {
    display: flex;
  }
}
@media screen and (min-width: 600px) {
  .fhra--staff-modal {
    padding: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .fhra--staff-modal {
    padding: 6rem;
  }
}
@media screen and (min-width: 1024px) {
  .fhra--staff-modal {
    padding: 14rem;
  }
}
.fhra--staff-modal.leaving {
  animation: 0.35s fadeout;
}

.fhra-staff-modal-gradient {
  animation: 0.35s fadein;
  animation-fill-mode: forwards;
  content: "";
  position: fixed;
  height: 20rem;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 99999;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5) 25%, white 65%);
}
.fhra-staff-modal-gradient.leaving {
  animation: 0.35s fadeout;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fhra--staff-modal-int {
  flex: 1;
  max-width: 80rem;
  margin: auto;
  position: relative;
}

.fhra--staff-modal-head {
  display: block;
  font-size: 0.8rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .fhra--staff-modal-head {
    display: -ms-flexbox;
    display: flex;
    justify-content: start;
    font-size: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .fhra--staff-modal-head {
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5.5rem;
  }
}
.fhra--staff-modal-head .fhra--staff-card--image {
  border-radius: 100%;
  box-shadow: 8px 7px 18px rgba(0, 0, 0, 0.25);
  height: 15.7rem;
  margin: 0 0 2rem;
  overflow: hidden;
  position: relative;
  width: 15.7rem;
}
@media screen and (min-width: 1024px) {
  .fhra--staff-modal-head .fhra--staff-card--image {
    height: 24rem;
    width: 24rem;
  }
}
.fhra--staff-modal-head .fhra--staff-card--image .fhra--staff-card--image-int {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 15.7rem;
  width: 15.7rem;
}
@media screen and (min-width: 1024px) {
  .fhra--staff-modal-head .fhra--staff-card--image .fhra--staff-card--image-int {
    height: 24rem;
    width: 24rem;
  }
}
@media screen and (min-width: 550px) {
  .fhra--staff-modal-head .fhra--staff-card--image {
    float: left;
    margin: 0;
  }
}
.fhra--staff-modal-head .fhra--staff-card--info {
  clear: both;
  text-align: left;
}
@media screen and (min-width: 550px) {
  .fhra--staff-modal-head .fhra--staff-card--info {
    clear: none;
    float: left;
    padding: 0 0 0 3rem;
    width: calc(100% - 15.7rem);
  }
}
@media screen and (min-width: 1024px) {
  .fhra--staff-modal-head .fhra--staff-card--info {
    padding: 0 0 0 6rem;
    width: calc(100% - 24rem);
  }
}
.fhra--staff-modal-head .fhra--staff-card--name {
  color: #141E29;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 2.8rem;
  margin: 0 0 0.5rem;
}
.fhra--staff-modal-head .fhra--staff-card--title {
  color: #00A887;
  font-family: "Encode Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin: 0 0 2rem;
}
.fhra--staff-modal-head .fhra--staff-card--details {
  color: #4D4D4D;
  font-family: "whitman", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}
.fhra--staff-modal-head .fhra--staff-card--details span {
  display: block;
  margin: 0 0 0.75rem;
}
.fhra--staff-modal-head .fhra--staff-card--terms {
  margin: 1.75rem 0 0;
}
.fhra--staff-modal-head .fhra--staff-card--term {
  color: #758591;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  background-color: #e4eaed;
  display: inline-block;
  margin: 0 0.75rem 0.75rem 0;
  padding: 0.25rem 1rem;
}

.fhra--staff-modal-body {
  font-size: 0.8rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fhra--staff-modal-body {
    font-size: 1rem;
  }
}
.fhra--staff-modal-body .fhra--staff-modal--about {
  color: #00A887;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
}
.fhra--staff-modal-body .fhra--staff-modal-content {
  margin-top: 2rem;
  padding-bottom: 15rem;
}
.fhra--staff-modal-body .fhra--staff-modal-content h2 {
  font-size: 2.1rem;
}
.fhra--staff-modal-body .fhra--staff-modal-content p {
  margin-bottom: 2rem;
  font-weight: 500;
}

.fhra--staff-modal-img {
  height: 24.8rem;
  width: 22.4rem;
  background-size: cover;
  background-position: center;
  display: inline-block;
}

.fhra-close-icon {
  cursor: pointer;
  position: absolute;
  right: 1rem;
  width: 3rem;
  top: calc(-50% + 3rem);
}
@supports (display: grid) {
  .fhra-close-icon {
    top: 1rem;
  }
}

.post_type_staff {
  width: calc(100% + 8rem);
}

.anim-table-enter .fhra--staff-card-int {
  opacity: 0.01;
  left: -1rem;
}

.anim-table-enter-active .fhra--staff-card-int {
  opacity: 1;
  left: 0;
}

.anim-table-exit .fhra--staff-card-int {
  opacity: 1;
  left: 0;
}

.anim-table-exit-active .fhra--staff-card-int {
  opacity: 0.01;
  left: -1rem;
}

.fhra--staff-card-int {
  transition: all 150ms ease-in-out;
}

.fhra--staff-card {
  cursor: pointer;
  float: left;
  margin: 0 4rem 4rem 0;
  transition: all 150ms ease-in-out;
}
@media screen and (min-width: 1024px) {
  .fhra--staff-card {
    margin: 0 4rem 8rem 0;
    width: calc(50% - 8rem);
  }
}
.fhra--staff-card .fhra--staff-card--image {
  border-radius: 100%;
  box-shadow: 8px 7px 18px rgba(0, 0, 0, 0.25);
  margin: 0 0 2rem;
  overflow: hidden;
  position: relative;
  width: 10rem;
}
@media screen and (min-width: 1200px) {
  .fhra--staff-card .fhra--staff-card--image {
    width: 15.7rem;
  }
}
.fhra--staff-card .fhra--staff-card--image .fhra--staff-card--image-int {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 10rem;
  width: 10rem;
}
@media screen and (min-width: 1200px) {
  .fhra--staff-card .fhra--staff-card--image .fhra--staff-card--image-int {
    height: 15.7rem;
    width: 15.7rem;
  }
}
@media screen and (min-width: 400px) {
  .fhra--staff-card .fhra--staff-card--image {
    float: left;
    margin: 0;
  }
}
.fhra--staff-card .fhra--staff-card--info {
  text-align: left;
}
@media screen and (min-width: 400px) {
  .fhra--staff-card .fhra--staff-card--info {
    float: left;
    padding: 0 0 0 3rem;
    width: calc(100% - 10rem);
  }
}
@media screen and (min-width: 1200px) {
  .fhra--staff-card .fhra--staff-card--info {
    width: calc(100% - 15.7rem);
  }
}
.fhra--staff-card .fhra--staff-card--name {
  color: #72787f;
  font-size: 2.8rem;
  margin: 0 0 0.5rem;
}
.fhra--staff-card .fhra--staff-card--title {
  color: #00A887;
  font-family: "Encode Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin: 0 0 2rem;
}
.fhra--staff-card .fhra--staff-card--details {
  color: #4D4D4D;
  font-family: "whitman", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}
.fhra--staff-card .fhra--staff-card--details span {
  display: block;
  margin: 0 0 0.75rem;
}
.fhra--staff-card .fhra--staff-card--terms {
  margin: 1.75rem 0 0;
}
.fhra--staff-card .fhra--staff-card--term {
  color: #758591;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  background-color: #e4eaed;
  display: inline-block;
  margin: 0 0.75rem 0.75rem 0;
  padding: 0.25rem 1rem;
}

@media screen and (min-width: 1024px) {
  .sidebar .page-list {
    margin: 0 0 6rem;
  }
}
.sidebar .page-list li {
  line-height: 1;
  margin: 0 0 0.7rem;
  padding: 0;
}
.sidebar .page-list li::before {
  content: none;
}
.sidebar .page-list li.current_page_item a {
  background-color: #00A887;
  color: #FFFFFF;
}
@media screen and (min-width: 1024px) {
  .sidebar .page-list li.current_page_item {
    position: relative;
  }
  .sidebar .page-list li.current_page_item::after {
    border-bottom: 0.5rem solid transparent;
    border-left: 0.5rem solid #00A887;
    border-top: 0.5rem solid transparent;
    content: "";
    display: block;
    position: absolute;
    right: -0.5rem;
    top: calc(50% - .4rem);
  }
}
.sidebar .page-list a {
  color: #5b6269;
  font-family: "Encode Sans Semi Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.3;
  background-color: #e4eaed;
  display: block;
  letter-spacing: 0.02rem;
  padding: 0.65rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
.sidebar .page-list a:hover {
  background-color: #c5d2d8;
  color: #5b6269;
}

.categories h2 {
  color: #72787f;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
}
.categories .category-list li {
  padding: 0;
}
.categories .category-list li::before {
  content: none;
}
.categories .category-list li a {
  color: #72787f;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.categories .category-list li a:hover {
  color: #EB7924;
}
.categories .category-list li a.active {
  color: #EB7924;
}

@media screen and (min-width: 1024px) {
  .sidebar {
    float: left;
    width: 40rem;
  }
}
@media screen and (min-width: 1200px) {
  .sidebar {
    width: 45rem;
  }
}

.gform_wrapper {
  margin: 0 0 6rem;
}
.gform_wrapper .gform_title {
  color: #006450;
  font-family: "Encode Sans", sans-serif;
  font-size: 4.3rem;
  font-weight: 300;
  line-height: 1;
  display: block;
  margin: 0 0 3rem;
}
.gform_wrapper .gform_description {
  color: #4D4D4D;
  font-family: "whitman", serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.4;
  display: block;
  margin: 0 0 3rem;
}
.gform_wrapper .gform_body ul {
  color: #595959;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}
.gform_wrapper .gform_body li {
  margin: 0 0 1.25rem;
  max-width: 66rem;
  padding: 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .gform_wrapper .gform_body li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.gform_wrapper .gform_body li::before {
  content: none;
}
.gform_wrapper .gform_body li.gfield_error {
  border: 1px solid #EB7924;
  color: #EB7924;
  margin: 2rem -2rem;
  max-width: 70.5rem;
  padding: 2rem 2rem 4.5rem;
  width: calc(100% + 4rem);
}
.gform_wrapper .gform_body li.gfield_error .gfieldset .validation_message {
  bottom: -3rem;
  right: 0;
}
.gform_wrapper .gform_body .ginput_container {
  width: 100%;
}
.gform_wrapper .gform_body input,
.gform_wrapper .gform_body textarea,
.gform_wrapper .gform_body select {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  border: 0.5px solid #808080;
  border-radius: 0;
  box-shadow: none;
  color: #595959;
  padding: 0.5rem 1rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gform_wrapper .gform_body input,
.gform_wrapper .gform_body textarea,
.gform_wrapper .gform_body select {
    max-width: 50rem;
  }
}
.gform_wrapper .gform_body input::placeholder,
.gform_wrapper .gform_body textarea::placeholder,
.gform_wrapper .gform_body select::placeholder {
  color: #B8B8B8;
}
.gform_wrapper .gform_body input:focus,
.gform_wrapper .gform_body textarea:focus,
.gform_wrapper .gform_body select:focus {
  box-shadow: 0 0 5px #EB7924;
  outline: none;
}
.gform_wrapper .gform_body select {
  background-image: url("./images/icons/orange-carrot-down.svg");
  background-position: calc(100% - 1.25rem) center;
  background-repeat: no-repeat;
  background-size: 1.5rem 1rem;
  padding-right: 2rem;
}
.gform_wrapper .gform_body select[multiple=multiple] {
  background-image: none;
}
.gform_wrapper .gform_body .gfield_label {
  color: #595959;
  display: inline-block;
  margin: 0 0 0.5rem;
  max-width: 16rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gform_wrapper .gform_body .gfield_label {
    margin: 0.25rem 0 0;
  }
}
.gform_wrapper .gform_body .gsection_title {
  color: #00A887;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
  border-bottom: 1px solid #808080;
  margin: 4rem 0 3rem;
  padding: 0 0 1.25rem;
  text-align: left;
  width: 100%;
}
.gform_wrapper .gform_body .clear-multi {
  width: 100%;
}
.gform_wrapper .gform_body .gf_clear {
  clear: both;
}
.gform_wrapper .gform_body .gfieldset {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gform_wrapper .gform_body .gfieldset legend {
    left: 0;
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .gform_wrapper .gform_body .gfieldset .ginput_container {
    margin-left: 16rem;
  }
}
.gform_wrapper .gform_body .ginput_complex label {
  color: #999999;
  font-size: 1.4rem;
  font-weight: 600;
}
.gform_wrapper .gform_body .gfield_checkbox li,
.gform_wrapper .gform_body .gfield_radio li {
  display: flex;
  margin: 0 0 0.75rem;
}
.gform_wrapper .gform_body .gfield_checkbox label,
.gform_wrapper .gform_body .gfield_checkbox input,
.gform_wrapper .gform_body .gfield_radio label,
.gform_wrapper .gform_body .gfield_radio input {
  cursor: pointer;
}
.gform_wrapper .gform_body .gfield_checkbox label,
.gform_wrapper .gform_body .gfield_radio label {
  margin: 0 0 0 2rem;
}
.gform_wrapper .gform_body .gfield_checkbox input,
.gform_wrapper .gform_body .gfield_radio input {
  background-color: #EB7924;
  border: 1px solid #EB7924;
  box-shadow: inset 0 0 0 1rem #FFFFFF;
  height: 1.7rem;
  margin: 0.5rem 0 0;
  padding: 0;
  transition: all 0.15s ease-in-out;
  width: 1.7rem;
}
.gform_wrapper .gform_body .gfield_checkbox input:checked,
.gform_wrapper .gform_body .gfield_radio input:checked {
  box-shadow: inset 0 0 0 0 #FFFFFF;
}
.gform_wrapper .gform_body .gfield_radio input {
  border-radius: 1rem;
}
.gform_wrapper .gform_body .ginput_container_name {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .gform_wrapper .gform_body .ginput_container_name {
    max-width: 50rem;
  }
}
.gform_wrapper .gform_body .ginput_container_date input {
  margin: 0 1rem 0 0;
  max-width: calc(50% - .5rem);
}
.gform_wrapper .gform_body .ginput_container_date .clear-multi {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 1rem;
}
.gform_wrapper .gform_body .ginput_container_time {
  display: inline-block;
  margin: 0 1rem 0 0;
  width: auto;
}
.gform_wrapper .gform_body .ginput_container_time input {
  max-width: 5rem;
}
.gform_wrapper .gform_body .ginput_container_time.gfield_time_ampm {
  max-width: 7.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .gform_wrapper .gform_body .ginput_container_address {
    max-width: 50rem;
  }
}
.gform_wrapper .gform_body .ginput_container_address span {
  display: block;
  margin: 0 0 1rem;
}
.gform_wrapper .gform_body .ginput_container_address span:last-of-type {
  margin-bottom: 0;
}
.gform_wrapper .gform_body .ginput_container_address .ginput_left,
.gform_wrapper .gform_body .ginput_container_address .ginput_right {
  float: left;
  width: calc(50% - .5rem);
}
.gform_wrapper .gform_body .ginput_container_address .ginput_left {
  margin: 0 0.5rem 1rem 0;
}
.gform_wrapper .gform_body .ginput_container_address .ginput_right {
  margin: 0 0 1rem 0.5rem;
}
.gform_wrapper .gform_body .gfield_list_cell {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .gform_wrapper .gform_body .gfield_list_container {
    max-width: 50rem;
  }
}
.gform_wrapper .gform_body input[type=file] {
  border: none;
  line-height: 0.5;
  margin: 0.5rem 0;
  padding: 0;
}
.gform_wrapper .gform_body .gform_drop_area {
  border: 2px dashed #808080;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4rem;
}
.gform_wrapper .gform_body .gform_drop_instructions {
  margin: 0 0 2rem;
}
.gform_wrapper .gform_body .gform_button_select_files {
  background-color: #EB7924;
  border: 1px solid #EB7924;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 700;
  max-width: 12rem;
  padding: 0.75rem 1.5rem 0.8rem;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.gform_wrapper .gform_body .gform_button_select_files:hover {
  background-color: #FFFFFF;
  color: #EB7924;
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .gform_footer input[type=submit] {
  color: #FFFFFF;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1;
  background-color: #EB7924;
  border: 1px solid #EB7924;
  cursor: pointer;
  font-weight: 700;
  padding: 0.75rem 1.5rem 0.8rem;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #FFFFFF;
  color: #EB7924;
}
.gform_wrapper .validation_error {
  color: #EB7924;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 2rem;
}
.gform_wrapper .validation_list {
  color: #EB7924;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
}
.gform_wrapper .validation_list::before {
  font-weight: inherit;
}
.gform_wrapper .validation_list a {
  text-decoration: none;
}
.gform_wrapper .validation_message {
  bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
  position: absolute;
  right: 2rem;
}
.gform_wrapper .gform_confirmation_message {
  color: #00A887;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 4rem;
  text-align: center;
}

.ui-datepicker {
  color: #595959;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  background-color: #FFFFFF;
  border: 1px solid #808080;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
  display: none;
  margin: -1.9rem 0 0;
  padding: 2rem;
}
.ui-datepicker .ui-datepicker-header {
  color: #00A887;
  margin: 0 0 2rem;
  width: 100%;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  border-bottom: 1px solid #808080;
  cursor: pointer;
  display: inline-block;
  margin: 0 0 1.5rem;
  padding: 0 0 2rem;
  width: 50%;
}
.ui-datepicker .ui-datepicker-next {
  text-align: right;
}
.ui-datepicker .ui-datepicker-title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem;
}
.ui-datepicker select {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  background-image: url("./images/icons/orange-carrot-down.svg");
  background-position: calc(100% - 1.25rem) center;
  background-repeat: no-repeat;
  background-size: 1.5rem 1rem;
  border: 1px solid #808080;
  border-radius: 0;
  color: #595959;
  cursor: pointer;
  padding: 0.5rem 2rem 0.5rem 1rem;
}
.ui-datepicker .ui-datepicker-calendar th,
.ui-datepicker .ui-datepicker-calendar td {
  padding: 0.5rem;
  text-align: center;
}
.ui-datepicker .ui-datepicker-calendar th a,
.ui-datepicker .ui-datepicker-calendar td a {
  color: #00A887;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.15s ease-in-out;
}
.ui-datepicker .ui-datepicker-calendar th a:hover,
.ui-datepicker .ui-datepicker-calendar td a:hover {
  color: #EB7924;
}

.modal-container {
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.15s ease-in-out;
  z-index: 99999;
}
.modal-container.visible {
  opacity: 1;
  pointer-events: all;
}

#bbox-root label,
#bbox-root input,
#bbox-root textarea,
#bbox-root select,
#bbox-root span,
#bbox-root a {
  font-size: 1.6rem;
}
#bbox-root .BBFormSectionHeading label {
  font-size: 2rem;
}

.home {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.home .background-shape {
  position: relative;
  height: 0;
  margin: 0 !important;
  width: 0;
  z-index: -1;
}
.home .background-shape img {
  position: absolute;
}
.home .plus.one {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.home .plus.one img {
  left: -9rem;
  height: 22.1rem;
  min-width: 19.3rem;
  top: -12rem;
}
@media screen and (min-width: 1024px) {
  .home .plus.one img {
    height: 42.9rem;
    left: -17rem;
    min-width: 37.4rem;
    top: -22rem;
  }
}
.home .plus.two {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}
.home .plus.two img {
  height: 20.5rem;
  left: -16rem;
  min-width: 28.6rem;
  top: -7rem;
}
@media screen and (min-width: 1024px) {
  .home .plus.two img {
    height: 32.1rem;
    left: -25rem;
    min-width: 44.7rem;
    top: 2rem;
  }
}
.home .plus.three {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 7;
  grid-row: 7;
}
@media screen and (min-width: 1024px) {
  .home .plus.three {
    -ms-grid-column: 6;
    grid-column: 6;
  }
}
.home .plus.three img {
  height: 24.4rem;
  min-width: 22.5rem;
  right: -12rem;
  top: -14rem;
}
@media screen and (min-width: 1024px) {
  .home .plus.three img {
    height: 38.7rem;
    min-width: 35.8rem;
    right: -5rem;
    top: -4rem;
  }
}
.home .circle.one {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media screen and (min-width: 1024px) {
  .home .circle.one {
    -ms-grid-column: 6;
    grid-column: 6;
  }
}
.home .circle.one img {
  height: 35.9rem;
  min-width: 19.3rem;
  right: -9rem;
  top: 37rem;
}
@media screen and (min-width: 1024px) {
  .home .circle.one img {
    height: 81.6rem;
    min-width: 43.9rem;
    right: -13rem;
    top: 33rem;
  }
}
.home .circle.two {
  display: none;
}
@media screen and (min-width: 1024px) {
  .home .circle.two {
    display: block;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
}
.home .circle.two img {
  display: none;
}
@media screen and (min-width: 1024px) {
  .home .circle.two img {
    display: block;
    height: 56.3rem;
    left: -13rem;
    min-width: 47.2rem;
    top: -3rem;
  }
}

.page-template-archive-news h1 {
  text-align: left;
}
.page-template-archive-news .no-sidebar .page-title-alt {
  text-align: center;
}

ul.news-list {
  margin: 0 0 4rem -1.8rem;
  padding: 0;
}
ul.news-list .link {
  display: block;
  text-decoration: none;
}
ul.news-list li:last-of-type {
  padding-bottom: 1.8rem;
}
ul.news-list .news-item:nth-child(1n) {
  animation-delay: 0.15s;
}
ul.news-list .news-item:nth-child(2n) {
  animation-delay: 0.3s;
}
ul.news-list .news-item:nth-child(3n) {
  animation-delay: 0.45s;
}
ul.news-list .news-item:nth-child(4n) {
  animation-delay: 0.6s;
}
ul.news-list .news-item:nth-child(5n) {
  animation-delay: 0.75s;
}
ul.news-list .news-item:nth-child(6n) {
  animation-delay: 0.9s;
}
ul.news-list .news-item:nth-child(7n) {
  animation-delay: 1.05s;
}
ul.news-list .news-item:nth-child(8n) {
  animation-delay: 1.2s;
}
ul.news-list .news-item:nth-child(9n) {
  animation-delay: 1.35s;
}
ul.news-list .news-item:nth-child(10n) {
  animation-delay: 1.5s;
}
ul.news-list .news-item {
  animation: fadeInSlideUp 0.15s ease-in-out forwards;
  background-color: transparent;
  margin: 0 0 4rem;
  opacity: 0;
  padding: 1.8rem;
  transition: background-color 0.15s ease-in-out;
}
ul.news-list .news-item:hover {
  background-color: #f2f5f6;
}
ul.news-list .news-item::before {
  content: none;
}
ul.news-list .news-item .featured-image {
  display: block;
  height: 55vw;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  ul.news-list .news-item .featured-image {
    float: left;
    height: 15rem;
    width: 22rem;
  }
}
@media screen and (min-width: 1200px) {
  ul.news-list .news-item .featured-image {
    height: 20rem;
    width: 29rem;
  }
}
ul.news-list .news-item .featured-image .featured-image-int {
  height: inherit;
  overflow: hidden;
  position: relative;
}
ul.news-list .news-item .featured-image img {
  height: auto;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
}
ul.news-list .news-item .featured-image .plus {
  background-color: #EB7924;
  border: 1px solid #EB7924;
  bottom: -1.85rem;
  height: 3.7rem;
  position: absolute;
  right: 0;
  transition: background-color 0.15s ease-in-out;
  width: 3.7rem;
}
@media screen and (min-width: 600px) {
  ul.news-list .news-item .featured-image .plus {
    right: -1.85rem;
  }
}
ul.news-list .news-item .featured-image .plus .line {
  background-color: #FFFFFF;
  display: block;
  height: 1.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: background-color 0.15s ease-in-out;
  width: 0.2rem;
}
ul.news-list .news-item .featured-image .plus .one {
  transform: translateX(-50%) translateY(-50%);
}
ul.news-list .news-item .featured-image .plus .two {
  transform: translateX(-50%) translateY(-50%) rotateZ(90deg);
}
@media screen and (min-width: 600px) {
  ul.news-list .news-item .news-info {
    float: left;
    padding-left: 5rem;
    width: calc(100% - 22rem);
  }
}
@media screen and (min-width: 1200px) {
  ul.news-list .news-item .news-info {
    width: calc(100% - 29rem);
  }
}
ul.news-list .news-item .title {
  color: inherit;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}
ul.news-list .news-item p {
  color: #72787f;
}
ul.news-list .news-item .news-info-link {
  color: #72787f;
  display: block;
  margin: 0 0 1.5rem;
  text-decoration: none;
}
ul.news-list .news-item .term {
  color: #758591;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  background-color: #e4eaed;
  display: inline-block;
  margin: 0 0.75rem 0.75rem 0;
  padding: 0.25rem 1rem;
}

.page-template-archive h1 {
  text-align: left;
}

ul.article-list {
  margin: 0 auto 6rem;
  max-width: 60rem;
  padding: 0;
  text-align: left;
}
@media screen and (min-width: 768px) {
  ul.article-list {
    margin: 0 auto 6rem;
  }
}
@media screen and (min-width: 1024px) {
  ul.article-list {
    margin: 0 -1.8rem 6rem;
  }
}
ul.article-list .post:nth-child(1n) {
  animation-delay: 0.15s;
}
ul.article-list .post:nth-child(2n) {
  animation-delay: 0.3s;
}
ul.article-list .post:nth-child(3n) {
  animation-delay: 0.45s;
}
ul.article-list .post:nth-child(4n) {
  animation-delay: 0.6s;
}
ul.article-list .post:nth-child(5n) {
  animation-delay: 0.75s;
}
ul.article-list .post:nth-child(6n) {
  animation-delay: 0.9s;
}
ul.article-list .post:nth-child(7n) {
  animation-delay: 1.05s;
}
ul.article-list .post:nth-child(8n) {
  animation-delay: 1.2s;
}
ul.article-list .post:nth-child(9n) {
  animation-delay: 1.35s;
}
ul.article-list .post:nth-child(10n) {
  animation-delay: 1.5s;
}
ul.article-list .post {
  animation: fadeInSlideUp 0.15s ease-in-out forwards;
  margin: 0 0 4rem;
  opacity: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  ul.article-list .post {
    margin: 0 0 4rem;
  }
}
ul.article-list .post::before {
  content: none;
}
ul.article-list .post a {
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  ul.article-list .post a {
    background-color: transparent;
    height: 100%;
    padding: 1.8rem;
    transition: background-color 0.15s ease-in-out;
  }
}
@media screen and (min-width: 768px) {
  ul.article-list .post a:hover {
    background-color: #f2f5f6;
  }
}
ul.article-list .featured-image {
  margin: 0 0 2rem;
  position: relative;
}
ul.article-list .featured-image .featured-image-int {
  height: 0;
  overflow: hidden;
  padding-bottom: 62%;
  position: relative;
}
@media screen and (min-width: 768px) {
  ul.article-list .featured-image .featured-image-int {
    padding-bottom: 52%;
  }
}
ul.article-list .featured-image img {
  height: auto;
  left: 50%;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
}
ul.article-list .featured-image .plus {
  background-color: #EB7924;
  border: 1px solid #EB7924;
  bottom: -1.85rem;
  height: 3.7rem;
  position: absolute;
  right: 0;
  transition: background-color 0.15s ease-in-out;
  width: 3.7rem;
}
@media screen and (min-width: 1024px) {
  ul.article-list .featured-image .plus {
    right: -1.85rem;
  }
}
ul.article-list .featured-image .plus .line {
  background-color: #FFFFFF;
  display: block;
  height: 1.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: background-color 0.15s ease-in-out;
  width: 0.2rem;
}
ul.article-list .featured-image .plus .one {
  transform: translateX(-50%) translateY(-50%);
}
ul.article-list .featured-image .plus .two {
  transform: translateX(-50%) translateY(-50%) rotateZ(90deg);
}
ul.article-list .info {
  padding: 0 2rem;
  position: relative;
}
ul.article-list .info::before {
  border-left: 2px solid #72787f;
  content: "";
  display: block;
  height: 85%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  ul.article-list .info {
    max-width: 95%;
  }
}
ul.article-list .info .title {
  color: #72787f;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 768px) {
  ul.article-list .info .title {
    font-size: 2.2rem;
  }
}

.page-template-program-service .condition.title {
  margin: 0 auto;
  max-width: 95rem;
}
.page-template-program-service .condition img {
  display: inline-block;
  height: 4.6rem;
  position: relative;
  top: 0.75rem;
  width: 6.6rem;
}
@media screen and (min-width: 768px) {
  .page-template-program-service .condition img {
    height: 6.6rem;
    width: 6.6rem;
  }
}
.page-template-program-service .condition h1 {
  display: inline-block;
  margin-left: 1rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .page-template-program-service .condition h1 {
    margin-left: 1rem;
  }
}

.archive-search {
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
}
@supports (display: grid) {
  .archive-search {
    display: flex;
  }
}
.archive-search form.search_form {
  margin: auto;
  width: 100%;
  max-width: 64.4rem;
  flex: 4;
  padding: 1rem 1rem 1rem 7rem;
  border-radius: 4rem 0 0 4rem;
  background-color: #f6f8f9;
  position: relative;
}
@media screen and (min-width: 768px) {
  .archive-search form.search_form {
    width: auto;
  }
}
.archive-search form.search_form button.search_submit {
  content: "";
  position: absolute;
  left: 3rem;
  top: 1.8rem;
  height: 2.4rem;
  width: 2.4rem;
  padding: 0;
  border: none;
  background: transparent;
}
.archive-search form.search_form .search_input {
  width: 100%;
  padding: 0.7rem 0.7rem 0.7rem 2rem;
  border-radius: 2rem 0 0 2rem;
  background-color: white;
  border: none;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1.8rem;
  color: #a1a5aa;
}

.single h1.page-title-alt {
  margin: 0 0 3.5rem;
  text-align: left;
}
.single .term {
  color: #758591;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  background-color: #e4eaed;
  display: inline-block;
  margin: 0 0.75rem 0.75rem 0;
  padding: 0.25rem 1rem;
}
.single .featured-image {
  margin: 2.5rem 0 6rem;
}

ul.search-results {
  margin: 6rem 0 6rem;
  padding: 0;
}
@media screen and (min-width: 600px) {
  ul.search-results {
    margin: 6rem 0 6rem -1.8rem;
  }
}
ul.search-results .link {
  display: block;
  text-decoration: none;
}
ul.search-results li:last-of-type {
  padding-bottom: 1.8rem;
}
ul.search-results .search-item:nth-child(1n) {
  animation-delay: 0.15s;
}
ul.search-results .search-item:nth-child(2n) {
  animation-delay: 0.3s;
}
ul.search-results .search-item:nth-child(3n) {
  animation-delay: 0.45s;
}
ul.search-results .search-item:nth-child(4n) {
  animation-delay: 0.6s;
}
ul.search-results .search-item:nth-child(5n) {
  animation-delay: 0.75s;
}
ul.search-results .search-item:nth-child(6n) {
  animation-delay: 0.9s;
}
ul.search-results .search-item:nth-child(7n) {
  animation-delay: 1.05s;
}
ul.search-results .search-item:nth-child(8n) {
  animation-delay: 1.2s;
}
ul.search-results .search-item:nth-child(9n) {
  animation-delay: 1.35s;
}
ul.search-results .search-item:nth-child(10n) {
  animation-delay: 1.5s;
}
ul.search-results .search-item {
  animation: fadeInSlideUp 0.15s ease-in-out forwards;
  background-color: transparent;
  margin: 0 0 2rem;
  opacity: 0;
  padding: 1.8rem;
  transition: background-color 0.15s ease-in-out;
}
@media screen and (min-width: 1024px) {
  ul.search-results .search-item {
    margin: 0 0 4rem;
  }
}
ul.search-results .search-item:hover {
  background-color: #f2f5f6;
}
ul.search-results .search-item::before {
  content: none;
}
ul.search-results .search-item .featured-image {
  display: block;
  height: 55vw;
  margin: 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  ul.search-results .search-item .featured-image {
    float: left;
    height: 15rem;
    width: 22rem;
  }
}
@media screen and (min-width: 1200px) {
  ul.search-results .search-item .featured-image {
    height: 20rem;
    width: 29rem;
  }
}
ul.search-results .search-item .featured-image .featured-image-int {
  height: inherit;
  overflow: hidden;
  position: relative;
}
ul.search-results .search-item .featured-image img {
  height: auto;
  left: 50%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: auto;
}
ul.search-results .search-item .featured-image .plus {
  background-color: #EB7924;
  border: 1px solid #EB7924;
  bottom: -1.85rem;
  height: 3.7rem;
  position: absolute;
  right: 0;
  transition: background-color 0.15s ease-in-out;
  width: 3.7rem;
}
@media screen and (min-width: 600px) {
  ul.search-results .search-item .featured-image .plus {
    right: -1.85rem;
  }
}
ul.search-results .search-item .featured-image .plus .line {
  background-color: #FFFFFF;
  display: block;
  height: 1.5rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: background-color 0.15s ease-in-out;
  width: 0.2rem;
}
ul.search-results .search-item .featured-image .plus .one {
  transform: translateX(-50%) translateY(-50%);
}
ul.search-results .search-item .featured-image .plus .two {
  transform: translateX(-50%) translateY(-50%) rotateZ(90deg);
}
ul.search-results .search-item .search-info {
  margin: 2.75rem 0 0;
}
@media screen and (min-width: 600px) {
  ul.search-results .search-item .search-info {
    float: left;
    margin: 0;
    padding-left: 5rem;
    width: calc(100% - 22rem);
  }
}
@media screen and (min-width: 1200px) {
  ul.search-results .search-item .search-info {
    width: calc(100% - 29rem);
  }
}
ul.search-results .search-item .title {
  color: inherit;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}
ul.search-results .search-item p {
  color: #72787f;
}
ul.search-results .search-item .search-info-link {
  color: #72787f;
  display: block;
  margin: 0 0 1.5rem;
  text-decoration: none;
}
ul.search-results .search-item .term {
  color: #758591;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  background-color: #e4eaed;
  display: inline-block;
  margin: 0 0.75rem 0.75rem 0;
  padding: 0.25rem 1rem;
}

.search-pagination {
  color: #72787f;
  font-family: "Encode Sans Condensed", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}
.search-pagination a {
  color: #EB7924;
  transition: color 0.15s ease-in-out;
}
.search-pagination a:hover {
  color: #00A887;
}

/* Start Editing */
body {
  animation: fadeIn 0.15s ease-in-out forwards;
}

/* Header */
/*.current_menu_item,
.current_menu_parent,
.current_menu_ancestor,
.current-page-item,
.current-page-parent,
.current-page-ancestor {

}*/
/* Footer */
/* Interior Page */

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