@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Light.woff2") format("woff2"), url("../assets/fonts/Montserrat-Light.woff") format("woff"), url("../assets/fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("../assets/fonts/Montserrat-Regular.woff") format("woff"), url("../assets/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Medium.woff2") format("woff2"), url("../assets/fonts/Montserrat-Medium.woff") format("woff"), url("../assets/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat-Bold.woff2") format("woff2"), url("../assets/fonts/Montserrat-Bold.woff") format("woff"), url("../assets/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
.green {
  color: #0bb8b1;
}

.red {
  color: #ee6c59;
}

.yellow {
  color: #efd865;
}

/**BREAKPOINTS**/
* {
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
}

.bold {
  font-weight: 700;
}

.italic {
  font-weight: italic;
}

a, img, button {
  background: none;
  outline: none;
  border: 0px;
  text-decoration: none;
}

button, .btn {
  transition: all 0.125s ease-in-out;
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
}

ul, li {
  list-style-type: none;
}

html, body {
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  overflow: auto;
  overflow-x: hidden;
}

html.noScroll, body.noScroll {
  overflow: hidden;
  position: fixed;
}

html {
  -ms-content-zooming: none;
}
.fade {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 0.125s ease-in-out;
  -moz-transition: opacity 0.125s ease-in-out;
  -webkit-transition: opacity 0.125s ease-in-out;
  -webkit-backface-visibility: hidden;
}

.fade:hover, .fade:active {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

.clear {
  content: "";
  display: table;
  clear: both;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body {
  font-size: 14px;
  line-height: 1.714;
  font-family: "Montserrat", sans-serif;
  color: #404041;
  font-weight: 400;
}
.contain {
  position: relative;
  margin: 0px auto;
  display: block;
  box-sizing: border-box;
  width: calc(100% - 120px);
  max-width: 1100px;
}
@media only screen and (max-width: 991px) {
  .contain {
    max-width: 100%;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
  .contain {
    width: calc(100% - 180px);
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .contain {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.contain.wide {
  width: calc(100% - 120px);
  max-width: 100%;
}
.contain.centered h2 {
  margin-left: auto;
  margin-right: auto;
}

.contain-sm {
  max-width: 850px;
}
@media only screen and (max-width: 1199px) {
  .contain-sm {
    max-width: 700px;
  }
}
@media only screen and (max-width: 991px) {
  .contain-sm {
    max-width: 600px;
  }
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
  .contain-sm {
    width: calc(100% - 180px);
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .contain-sm {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.visible-md {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-mob {
  display: none !important;
}

.visible-xs {
  display: none !important;
}

@media only screen and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 991px) and (orientation: portrait) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  .hidden-mob {
    display: none !important;
  }
  .visible-mob {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: inline-block !important;
  }
}
/****TYPOGRAPHY****/
a {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.1s ease-in-out;
  text-decoration: none;
  color: #404041;
}

a:active {
  color: #ee6c59;
}

a:visited {
  color: #404041;
}

a:hover {
  color: #ee6c59;
}

a:after {
  transition: all 0.1s ease-in-out;
}

h1, h2, h3, h4 {
  position: relative;
  display: table;
}

h1 {
  font-size: 54px;
  line-height: 1.148;
}

h2 {
  font-size: 40px;
  text-transform: none;
  line-height: 1.15;
  letter-spacing: 0;
  font-weight: 700;
}

h3 {
  font-size: 66px;
  line-height: 1.125;
  font-weight: 700;
  letter-spacing: -0.025em;
}

h4 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

h5 {
  font-size: 14px;
  color: #ee6c59;
  font-weight: 700;
}

/*@include bp-md {

	h1 {
		font-size: 66px;
	}

}*/
@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 55px;
  }
}
@media screen and (max-width: 1024px) {
  h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 31px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 24px;
  }
  h4 {
    font-size: 14px;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100001;
  background: #fff;
}

#status {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -25px;
  display: none;
  width: 100%;
  max-width: 580px;
}
#status img {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  #status {
    max-width: 500px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #status {
    max-width: 80%;
  }
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
  #status {
    margin-top: 0;
    max-width: 320px;
  }
}

.col-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.col-wrap .col {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .col-wrap {
    display: block;
  }
  .col-wrap .col {
    width: 100%;
    padding: 0;
  }
}
.col-wrap h2 {
  padding-bottom: 25px;
}
.col-wrap p {
  padding: 15px 0;
}
@media only screen and (max-width: 1199px) {
  .col-wrap p {
    padding: 7px 0;
  }
}

.arrow {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding-top: 20px;
}
.arrow i {
  display: inline-block;
  padding-right: 5px;
  transition: padding-right 0.1s ease-in-out;
}
.arrow:hover i {
  padding-right: 12px;
}

h3.angle:before {
  content: "";
  position: absolute;
  top: -50px;
  left: -70px;
  width: 57px;
  height: 57px;
  background: url(../img/quote-rt.svg) no-repeat center center;
  background-size: contain;
}
@media only screen and (max-width: 1199px) {
  h3.angle {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  h3.angle:before {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  h3.angle {
    max-width: 460px !important;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  h3.angle:before {
    width: 42px;
    height: 42px;
    left: -45px;
    top: -42px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  h3.angle {
    width: 72.5% !important;
    margin-left: 27.5% !important;
  }
}

.accordion {
  margin-top: 125px;
}
@media only screen and (max-width: 991px) {
  .accordion {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  .accordion {
    margin-top: 30px;
  }
}
.accordion .top {
  display: block;
  padding: 20px 0 15px;
  position: relative;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  .accordion .top {
    padding: 12px 0 10px;
  }
}
.accordion .top:hover, .accordion .top.active {
  color: #ee6c59;
}
.accordion .top:hover .more:before, .accordion .top:hover .more:after, .accordion .top.active .more:before, .accordion .top.active .more:after {
  background: #ee6c59;
}
.accordion .top:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: rgb(239, 109, 88);
  background: linear-gradient(90deg, rgb(239, 109, 88) 0%, rgb(240, 232, 99) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef6d58",endColorstr="#f0e863",GradientType=1);
  transition: all 0.1s ease-in-out;
}
.accordion .top .more {
  float: right;
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: all 0.1s ease-in-out;
}
.accordion .top .more:before, .accordion .top .more:after {
  background: #404041;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  transition: all 0.1s ease-in-out;
}
.accordion .top .more:before {
  width: 100%;
  height: 5px;
}
.accordion .top .more:after {
  width: 5px;
  height: 100%;
}
@media only screen and (max-width: 1199px) {
  .accordion .top .more {
    margin-top: -5px;
  }
}
@media only screen and (max-width: 991px) {
  .accordion .top .more {
    margin-top: -8px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  .accordion .top .more {
    width: 14px;
    height: 14px;
    margin-top: -4px;
  }
  .accordion .top .more:before {
    height: 3px;
  }
  .accordion .top .more:after {
    width: 3px;
  }
}
.accordion .top.active .more {
  -webkit-transform: rotate(45deg) translate(4px, -4px);
  transform: rotate(45deg) translate(4px, -4px);
}
.accordion .top.active .more:after {
  -webkit-transform: translate(-9px, 9px);
  transform: translate(-9px, 9px);
}
@media only screen and (max-width: 991px) {
  .accordion .top.active .more:after {
    -webkit-transform: translate(-9.5px, 9.5px);
    transform: translate(-9.5px, 9.5px);
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  .accordion .top.active .more:after {
    -webkit-transform: translate(-5.5px, 5.5px);
    transform: translate(-5.5px, 5.5px);
  }
}
.accordion .band-cont {
  display: none;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: rgba(228, 229, 230, 0.2);
  position: relative;
  color: #404041;
}
.accordion .band-cont .cols {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  align-items: flex-start;
  justify-content: space-between;
}
.accordion .band-cont .cols div {
  width: 50%;
}
.accordion .band-cont h5 {
  padding: 0 0 10px;
}
.accordion .band-cont a {
  display: block;
  margin-bottom: 10px;
  color: #ee6c59;
  font-weight: 700;
}
.accordion .band-cont a:hover, .accordion .band-cont a:active {
  color: #404041;
}
.accordion .band-cont a.yellow {
  color: #f7bc54;
  text-decoration: underline;
}
.accordion .band-cont a.yellow:hover, .accordion .band-cont a.yellow:active {
  color: #404041;
}
.accordion .band-cont a.green {
  color: #0bb8b1;
  text-decoration: underline;
}
.accordion .band-cont a.green:hover, .accordion .band-cont a.green:active {
  color: #404041;
}
.accordion .band-cont p {
  padding: 0 0 10px;
}
.accordion .band-cont p a {
  display: inline-block;
  margin-bottom: 0;
}
.accordion .band-cont ul, .accordion .band-cont ol {
  padding: 0 0 14px 20px;
}
.accordion .band-cont ul:not(.single) {
  -webkit-column-count: 2;
  -moz-column-count: 2;
       column-count: 2;
}
.accordion .band-cont li {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 0 20px 8px 0;
  box-sizing: border-box;
}
.accordion .band-cont li:before {
  position: absolute;
  left: -10px;
  top: 9px;
  width: 2px;
  height: 2px;
  background: #0bb8b1;
  border-radius: 2px;
  content: "";
}
.accordion .band-cont ol li span {
  color: #ee6c59;
  font-weight: 700;
  display: block;
}
.accordion .band-cont ol li:before {
  display: none;
}
.accordion .band-cont img {
  max-width: 125px;
  margin: 0 0 20px 10px;
}
.accordion .band-cont img.ruths-house {
  margin: 10px 0 20px 0;
}
.accordion .band-cont:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: rgb(239, 109, 88);
  background: linear-gradient(90deg, rgb(239, 109, 88) 0%, rgb(240, 232, 99) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef6d58",endColorstr="#f0e863",GradientType=1);
  transition: all 0.1s ease-in-out;
}
@media only screen and (max-width: 991px) {
  .accordion .band-cont ul:not(.single) {
    -webkit-column-count: 1;
    -moz-column-count: 1;
         column-count: 1;
  }
  .accordion .band-cont li {
    padding: 0 0 6px 0;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  .accordion .band-cont {
    padding: 15px 18px 10px;
  }
  .accordion .band-cont h5 {
    padding: 0 0 10px;
  }
  .accordion .band-cont a {
    margin-bottom: 10px;
  }
  .accordion .band-cont p {
    padding: 0 0 10px;
  }
  .accordion .band-cont ul, .accordion .band-cont ol {
    padding: 0 0 10px 12px;
  }
  .accordion .band-cont .cols {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
  }
  .accordion .band-cont .cols div {
    width: 100%;
  }
}
.accordion.green .top:after, .accordion.green .band-cont:after {
  background: rgb(11, 184, 177);
  background: linear-gradient(90deg, rgb(11, 184, 177) 0%, rgb(156, 227, 224) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0bb8b1",endColorstr="#9ce3e0",GradientType=1);
}
.accordion.green .top {
  color: #404041;
  font-size: 44px;
  text-transform: capitalize;
}
.accordion.green .top span:not(.more) {
  padding-right: 20px;
}
.accordion.green .top:hover, .accordion.green .top.active {
  color: #0bb8b1;
}
.accordion.green .top:hover .more:before, .accordion.green .top:hover .more:after, .accordion.green .top.active .more:before, .accordion.green .top.active .more:after {
  background: #0bb8b1;
}
@media only screen and (max-width: 991px) {
  .accordion.green .top {
    font-size: 20px;
  }
}

.image-block {
  position: relative;
}
.image-block img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-block .slick-prev {
  display: none !important;
}
.image-block .image-next {
  position: absolute;
  bottom: 47.5px;
  font-size: 15px;
  right: 50px;
  color: #0bb8b1;
  display: block;
  line-height: 1;
  vertical-align: middle;
}
.image-block .image-next i {
  display: block;
}
.image-block .image-next:hover {
  color: #ee6c59;
}
.image-block.image-slider img {
  height: 75vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-block.image-slider .slick-dots {
  position: absolute;
  bottom: 50px;
  right: 75px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.image-block.image-slider .slick-dots li {
  display: inline-block;
}
.image-block.image-slider .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  background: #0bb8b1;
  border-radius: 50%;
  text-indent: -9999px;
}
.image-block.image-slider .slick-dots li.slick-active button {
  background: #ee6c59;
}
@media only screen and (max-width: 991px) {
  .image-block .contain {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  .image-block .contain {
    width: 100%;
    padding-left: 0;
    padding-right: 30px;
  }
}
.image-block.donate-block .col-rt {
  padding: 220px 0 220px 90px;
  align-self: stretch;
}
.image-block.donate-block .col-rt a.arrow {
  color: #0bb8b1;
}
.image-block.donate-block .col-lt {
  position: relative;
  padding-bottom: 160px;
}
.image-block.donate-block .col-lt img + img {
  position: absolute;
  bottom: 0;
  right: -19vw;
  width: 39vw;
  height: auto;
}
@media only screen and (max-width: 1199px) {
  .image-block.donate-block .col-lt img {
    width: 57%;
  }
  .image-block.donate-block .col-lt img + img {
    right: 30px;
    width: 65%;
  }
  .image-block.donate-block .col-rt {
    padding: 70px 50px 60px;
    max-width: 500px;
  }
}

.pad-sides {
  padding-left: 65px;
  padding-right: 65px;
}

.gradient-panel article, .lusa article {
  background-size: cover;
  padding-bottom: 185px;
  padding-top: 100px;
  background-repeat: no-repeat;
  background-position: top center;
  margin-bottom: -90px;
}
.gradient-panel h2, .lusa h2 {
  color: #fff;
  font-size: 56px;
}
.gradient-panel div.right, .lusa div.right {
  margin: 223px 0 0 auto;
  width: 600px;
}
.gradient-panel div.right h3, .lusa div.right h3 {
  width: auto;
  margin: 0;
  max-width: 100%;
}
.gradient-panel h3, .lusa h3 {
  margin: 223px 0 0 auto;
  width: 420px;
  color: #fff;
  font-size: 28px;
  display: block;
}
.gradient-panel h3:before, .lusa h3:before {
  content: "";
  position: absolute;
  display: block;
  width: 35px;
  height: 35px;
  background: url(../img/quote-rt-wt.svg) no-repeat center center;
  background-size: contain;
  margin: 0;
  top: -38px;
  left: -38px;
}
.gradient-panel h3.quote, .lusa h3.quote {
  padding: 0;
}
.gradient-panel .orange, .lusa .orange {
  background-image: url("../img/gradient-bg-orange.jpg");
}
.gradient-panel .green, .lusa .green {
  background-image: url("../img/gradient-bg-green.jpg");
  background-size: cover;
  background-position: left top;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 0;
  margin-bottom: -50px;
}
.gradient-panel .green .contain, .lusa .green .contain {
  max-width: 50%;
  width: 50%;
  padding-left: calc((100vw - 1100px) / 2 - 60px);
  box-sizing: border-box;
}
.gradient-panel .green .contain .text-column, .lusa .green .contain .text-column {
  width: 100%;
  max-width: 600px;
  min-width: 350px;
  padding-right: 0px;
  padding-left: 60px;
  padding-top: 110px;
  box-sizing: border-box;
}
.gradient-panel .green .contain h2, .lusa .green .contain h2 {
  font-size: 40px;
  margin: 10px 0 20px;
}
.gradient-panel .green .contain p, .lusa .green .contain p {
  padding-right: 60px;
  margin-bottom: 20px;
}
.gradient-panel .green .contain h4, .gradient-panel .green .contain h2, .gradient-panel .green .contain p, .gradient-panel .green .contain a, .lusa .green .contain h4, .lusa .green .contain h2, .lusa .green .contain p, .lusa .green .contain a {
  color: #fff;
}
.gradient-panel .green figure, .lusa .green figure {
  max-width: 610px;
  width: 44%;
  padding-left: 0;
  box-sizing: border-box;
  margin-bottom: -60px;
  /*position:absolute;
  right:70px;
  top:100px;
  padding:0;*/
}
@media only screen and (max-width: 991px) {
  .gradient-panel .green, .lusa .green {
    background-image: url("../img/gradient-bg-green-mob.jpg");
    background-size: auto 60%;
    display: block;
    padding-top: 60px;
  }
  .gradient-panel .green .contain, .lusa .green .contain {
    width: 100%;
    max-width: 500px;
  }
  .gradient-panel .green .contain .text-column, .lusa .green .contain .text-column {
    margin: 0 auto 40px;
    padding-left: 30px;
    padding-top: 10px;
  }
  .gradient-panel .green figure, .lusa .green figure {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
}
.gradient-panel .white, .lusa .white {
  background: #fff;
}
.gradient-panel .white h2, .lusa .white h2 {
  color: #ee6c59;
  font-size: 56px;
}
.gradient-panel .white h3, .lusa .white h3 {
  color: #404041;
  font-size: 28px;
}
@media only screen and (max-width: 991px) {
  .gradient-panel article h2, .lusa article h2 {
    font-size: 25px;
  }
  .gradient-panel article h2 br, .lusa article h2 br {
    display: none;
  }
  .gradient-panel article h3, .lusa article h3 {
    width: 50%;
    font-size: 16px;
  }
  .gradient-panel article h3 br, .lusa article h3 br {
    display: none;
  }
}

.lusa article {
  padding-top: 220px;
  padding-bottom: 120px;
  margin-bottom: 0;
}
.lusa .contain h2 {
  max-width: 745px;
  width: 100%;
}
.lusa .contain h3 {
  max-width: 500px;
  width: 50%;
  margin-top: 170px;
}
@media only screen and (max-width: 991px) {
  .lusa article {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .lusa article .contain h2 {
    font-size: 20px;
    max-width: 60%;
  }
  .lusa article .contain h2 br {
    display: none;
  }
  .lusa article .contain h3 {
    width: 60vw;
    font-size: 16px;
    margin-top: 75px;
  }
  .lusa article .contain h3 br {
    display: none;
  }
}

.color-block .contain {
  width: calc(100% - 240px);
  max-width: 980px;
}
.color-block .green-box {
  background: #0bb8b1;
  max-width: 680px;
  width: 54%;
  padding: 60px 75px 60px;
  margin-top: -220px;
  position: relative;
  z-index: 8;
}
.color-block .green-box h2 {
  color: #fff;
  margin-bottom: 60px;
  max-width: 380px;
}
.color-block .green-box h2 br {
  display: none;
}
.color-block .green-box p {
  color: #fff;
  margin-bottom: 25px;
}
.color-block .green-box a {
  color: #fff;
  padding-top: 0;
}
.color-block figure.color-block-img {
  width: 40%;
  margin-right: 0;
  margin-left: auto;
  margin-top: -194px;
  position: relative;
  z-index: 4;
}
.color-block figure.color-block-img img {
  height: auto;
}
@media only screen and (max-width: 991px) {
  .color-block {
    margin-bottom: 60px;
  }
  .color-block .contain {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
    padding-right: 0;
  }
  .color-block .contain .green-box {
    padding: 60px 60px 80px 30px;
    margin-top: -30px;
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    z-index: 5;
  }
  .color-block .contain .green-box h2 {
    margin-bottom: 30px;
  }
  .color-block .contain .color-block-img {
    width: 100%;
    max-width: 50vw;
    margin-top: -30px;
    z-index: 6;
    margin-left: -30px;
    margin-right: auto;
  }
}

.collage figure {
  padding: 0 65px 0 120px;
  max-width: 1360px;
  margin: 0 auto;
}
.collage .small-info-block {
  display: block;
  margin: 125px 0 130px auto;
  width: 500px;
}
.collage .small-info-block .close_before {
  color: #0bb8b1;
  margin-bottom: 35px;
}
.collage .small-info-block .close_before:before {
  width: 35px;
  height: 35px;
  top: -38px;
  left: -38px;
}
.collage .small-info-block a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .collage figure {
    padding: 0;
    max-width: 1360px;
    margin: 0 auto;
  }
  .collage .small-info-block {
    margin: 100px 0 60px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
  }
}

#cards {
  width: 100%;
  padding: 0 60px;
  grid-template-columns: repeat(3, calc(33.333% - 28px));
  grid-gap: 42px;
  box-sizing: border-box;
  display: grid;
  padding-bottom: 200px;
}
#cards .card {
  padding: 45px;
  box-sizing: border-box;
  padding-top: 18.99981vw;
  background-image: url("../img/fundraiser-bg.svg"), url("../img/green-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center, center center;
  background-size: 100% auto, cover;
}
#cards .card.sponsorship {
  background-image: url("../img/sponsorship-bg.svg"), url("../img/green-bg.jpg");
}
#cards .card.volunteer {
  background-image: url("../img/volunteer-bg.svg"), url("../img/green-bg.jpg");
}
#cards .card h2 {
  color: #fff;
}
#cards .card h2:before {
  width: 22px;
  height: 22px;
  top: -25px;
  left: -25px;
  fill: #fff;
}
#cards .card p {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  #cards {
    padding-bottom: 70px;
    grid-template-columns: 100%;
    grid-gap: 35px;
  }
  #cards .card {
    padding-top: 57vw;
    padding-left: 35px;
    padding-right: 35px;
  }
}
.podcast .col-rt {
  padding-left: 140px;
}
.podcast a.arrow {
  color: #ee6c59;
}
.podcast h4 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .podcast .col-wrap {
    flex-direction: column-reverse;
    display: flex;
  }
  .podcast .col-wrap .col-rt {
    padding-left: 30px;
    padding-right: 30px;
  }
  .podcast .col-wrap .col-lt {
    padding-top: 65px;
  }
}

.guests {
  padding: 200px 0 150px;
}
.guests .arrows {
  margin: 0 auto;
  text-align: center;
  display: none;
}
.guests .arrows a {
  padding: 0 50px;
  font-size: 50px;
  display: inline-block;
}
.guests .guestSlide {
  max-width: calc(33.33% - 44px);
}
.guests .guestSlide:nth-child(3n-1) {
  padding: 0 66px;
}
.guests .guestSlide img {
  width: 100%;
  height: auto;
}
.guests .guestSlide .name {
  color: #0bb8b1;
  font-size: 32px;
  text-transform: none;
  letter-spacing: 0;
  margin-top: 30px;
  line-height: 1;
  margin-bottom: 5px;
}
.guests .guestSlide .pronouns {
  color: #404041;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
}
.guests .guestSlide .date {
  font-style: italic;
  margin-top: 25px;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .guests {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .guests .guestSlide {
    padding: 0 33px;
  }
  .guests .guestSlide:nth-child(3n-1) {
    padding: 0 33px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  .guests.contain {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .guests .arrows {
    display: block;
  }
  .guests .guestSlide {
    max-width: 100%;
    margin: 0 50px;
    padding: 0 !important;
  }
}

.contact-form {
  padding-bottom: 90px;
}
.contact-form + .image-block {
  padding-bottom: 90px;
}
.contact-form + .image-block .contain {
  padding-right: 0;
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  .contact-form + .image-block {
    padding-bottom: 0;
  }
}
.contact-form form {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.contact-form form fieldset {
  border: none;
  outline: none;
  width: 100%;
}
.contact-form form fieldset .field {
  width: 100%;
  display: inline-block;
  margin: 0 0 30px 0px;
}
.contact-form form fieldset .field.half {
  width: calc(50% - 26px);
  margin: 0 24px 30px 0px;
}
.contact-form form fieldset .field.half + .half {
  margin: 0 0 30px 24px;
}
.contact-form form fieldset .field label {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.464;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding-bottom: 10px;
  display: block;
}
.contact-form form fieldset .field input {
  width: 100%;
  border: 1px solid #6d6e70;
  height: 68px;
  line-height: 68px;
  padding: 0 10px;
  font-size: 16px;
  box-sizing: border-box;
}
.contact-form form fieldset .field textarea {
  width: 100%;
  border: 1px solid #6d6e70;
  height: 168px;
  line-height: 1.2;
  padding: 5px 10px;
  resize: none;
  font-size: 16px;
  box-sizing: border-box;
}
.contact-form form fieldset button {
  width: 130px;
  height: 58px;
  background: #0bb8b1;
  background: linear-gradient(270deg, rgb(157, 227, 224) 0%, rgb(11, 184, 177) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9de3e0",endColorstr="#0bb8b1",GradientType=1);
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
  float: right;
}
.contact-form .links {
  display: inline-block;
  width: auto;
}
.contact-form .links a {
  display: block;
  padding-top: 0;
  padding-bottom: 20px;
}
.contact-form #form-status {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
@media only screen and (max-width: 991px) {
  .contact-form .contain {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-form .contactForm fieldset .field.half {
    width: 100%;
    margin: 0 0 30px;
  }
  .contact-form .contactForm fieldset .field.half + .half {
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  .contact-form {
    padding-bottom: 60px;
  }
  .contact-form .contain {
    padding-left: 30px;
    padding-right: 30px;
  }
  .contact-form .contactForm fieldset .field.half {
    width: 100%;
    margin: 0 0 30px;
  }
  .contact-form .contactForm fieldset .field.half + .half {
    margin: 0 0 30px;
  }
  .contact-form .contactForm fieldset button {
    float: left;
    display: block;
  }
  .contact-form .links {
    width: 100%;
    float: right;
  }
}

#donate {
  margin-top: 50px;
}
#donate .col-wrap {
  align-items: flex-start;
}
#donate .col-wrap .col-lt {
  padding-left: 90px;
}
#donate .col-wrap .col-lt img {
  height: auto;
}
#donate .col-wrap .col-rt {
  padding: 90px 5px 0 160px;
}
#donate .col-wrap .col-rt li {
  margin-bottom: 100px;
}
#donate .col-wrap .col-rt li h3 {
  font-size: 28px;
  line-height: 1.214;
  letter-spacing: 0;
  font-weight: 700;
  color: #ee6c59;
}
#donate .col-wrap .col-rt li h3.close_before:before {
  content: "";
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/quote-rt-red.svg) no-repeat center center;
  background-size: contain;
  margin: 0;
  top: -25px;
  left: -25px;
  fill: #0bb8b1;
}
#donate .col-wrap .col-rt li p {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 1.714;
}
#donate .col-wrap .col-rt li + li h3 {
  color: #0bb8b1;
}
#donate .col-wrap .col-rt li + li h3.close_before:before {
  background: url(../img/quote-rt-green.svg) no-repeat center center;
}
#donate .col-wrap .col-rt li + li + li h3 {
  color: #efd865;
}
#donate .col-wrap .col-rt li + li + li h3.close_before:before {
  background: url(../img/quote-rt-yellow.svg) no-repeat center center;
}
@media only screen and (max-width: 991px) {
  #donate .col-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-items: flex-start;
  }
  #donate .col-wrap .col-lt {
    padding-left: 0;
    margin-left: 0;
    width: 45%;
    align-self: stretch;
  }
  #donate .col-wrap .col-lt img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 500px;
    margin-left: -100px;
    width: calc(100% + 100px);
    max-width: unset;
  }
  #donate .col-wrap .col-rt {
    padding: 100px 5px 0 30px;
    width: 50%;
  }
  #donate .col-wrap .col-rt li {
    margin-bottom: 100px;
    max-width: 500px;
  }
}
@media only screen and (max-width: 991px) and (orientation: portrait) {
  #donate {
    margin-top: 10px;
  }
  #donate .col-wrap {
    display: block;
  }
  #donate .col-wrap .col-lt {
    padding-left: 15%;
    margin-left: 50px;
    width: 100%;
  }
  #donate .col-wrap .col-lt img {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: unset;
    margin-left: 0;
    width: 100%;
    max-width: unset;
  }
  #donate .col-wrap .col-rt {
    width: 100%;
    padding: 100px 5px 0 30px;
  }
  #donate .col-wrap .col-rt li {
    margin-bottom: 100px;
    max-width: 500px;
  }
}

#product-grid {
  padding: 0 0 180px;
}
#product-grid .contain {
  display: grid;
  grid-template-columns: repeat(3, calc(33.333% - 30.666px));
  grid-gap: 85px 46px;
}
#product-grid .contain .product > a, #product-grid .contain .product a img {
  width: 100%;
  height: auto;
}
#product-grid .contain .product figcaption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0 0;
}
#product-grid .contain .product figcaption .info {
  width: calc(100% - 65px);
}
#product-grid .contain .product figcaption .info .productName {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#product-grid .contain .product figcaption .info .artist {
  font-style: italic;
  font-size: 11px;
  letter-spacing: 0;
}
#product-grid .contain .product figcaption a.arrow {
  width: auto;
  padding: 0;
  color: #0bb8b1;
}
@media only screen and (max-width: 991px) {
  #product-grid {
    padding-bottom: 70px;
  }
  #product-grid .contain {
    display: flex;
    padding: 0;
    width: 100%;
  }
  #product-grid .contain .product {
    width: 100%;
    padding: 0 20px;
  }
  #product-grid .contain .product figure, #product-grid .contain .product figure a, #product-grid .contain .product figure img {
    width: 100%;
    height: auto;
  }
}

#works {
  padding-bottom: 160px;
}
@media only screen and (max-width: 991px) {
  #works {
    padding-bottom: 140px;
  }
}

#sogie {
  position: fixed;
  top: 150px;
  right: 110px;
  height: 120px;
  width: 120px;
  display: block;
  z-index: 99999;
}
#sogie img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
#sogie.white img.white {
  display: block;
}
#sogie.white img.colored {
  display: none;
}
#sogie.colored img.colored {
  display: block;
}
#sogie.colored img.white {
  display: none;
}

@media only screen and (max-width: 991px) {
  #sogie {
    right: 35px;
    height: 100px;
    width: 100px;
    top: 130px;
  }
}
.page-template-template-who #sogie.white img.white {
  display: none;
}
.page-template-template-who #sogie.white img.colored {
  display: block;
}
.page-template-template-who #sogie.colored img.colored {
  display: none;
}
.page-template-template-who #sogie.colored img.white {
  display: block;
}

header {
  background: #0bb8b1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10001;
  padding: 18px 35px 18px 70px;
  box-sizing: border-box;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1199px) {
  header {
    padding: 18px 35px;
  }
}
header.unpinned {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
header.pinned {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
header .logo {
  top: 0;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
header .logo svg {
  display: block;
  width: 200px;
  height: 19px;
}
header .logo svg path {
  fill: #fff;
}
header nav {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-weight: 700;
  position: relative;
  z-index: 2;
  transition: all 0.1s ease-in-out;
}
header nav ul {
  display: block;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
}
header nav ul li {
  display: inline-block;
  padding: 5px;
  /**margin: 0 0 0 15px;**/
  margin: 0 0 0 13px;
  position: relative;
  z-index: 1;
}
header nav ul li a, header nav ul li a:link, header nav ul li a:visited {
  display: block;
  color: #fff;
}
header nav ul li:not(.donate):before, header nav ul li:not(.donate):after {
  position: absolute;
  content: "";
  pointer-events: none;
  background-size: contain;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
header nav ul li:not(.donate):before {
  top: -1px;
  left: -4px;
  width: 12px;
  height: 20px;
  background: url(../img/nav-active-lt.svg) no-repeat center center;
}
header nav ul li:not(.donate):after {
  bottom: 2px;
  right: -2px;
  width: 12px;
  height: 12px;
  background: url(../img/nav-active-rt.svg) no-repeat center center;
}
header nav ul li.active:not(.donate):before, header nav ul li.active:not(.donate):after {
  opacity: 1;
}
header nav ul .donate {
  z-index: 2;
  padding: 0 0 0 5px;
}
header nav ul .donate a {
  height: 40px;
  line-height: 40px;
  color: #fff;
  box-sizing: border-box;
  padding: 0 12px;
  position: relative;
  overflow: hidden;
  background: #0bb8b1;
  background: linear-gradient(270deg, rgb(157, 227, 224) 0%, rgb(11, 184, 177) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9de3e0",endColorstr="#0bb8b1",GradientType=1);
}
header nav ul .donate a span {
  z-index: 2;
  position: relative;
}
header nav ul .donate a:after {
  transition: all 0.15s ease-in-out;
  content: "";
  position: absolute;
  z-index: 1;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(239, 109, 88);
  background: linear-gradient(90deg, rgb(239, 109, 88) 0%, rgb(247, 185, 176) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef6d58",endColorstr="#f7b9b0",GradientType=1);
  pointer-events: none;
}
header nav ul .donate a:hover:after {
  left: 0;
}
@media only screen and (max-width: 1199px) {
  header nav {
    font-size: 11px;
  }
  header nav ul li {
    /**margin: 0 0 0 8px;**/
    margin: 0 0 0 4px;
  }
  header nav ul li:not(.donate):before {
    top: 0;
    left: -2px;
    width: 10px;
    height: 18px;
    background: url(../img/nav-active-lt.svg) no-repeat center center;
  }
  header nav ul li:not(.donate):after {
    bottom: 3px;
    right: 0;
    width: 10px;
    height: 10px;
    background: url(../img/nav-active-rt.svg) no-repeat center center;
  }
}

header.down {
  background: #0bb8b1;
}
header.down .logo svg path {
  fill: #fff;
}
header.down nav ul li a:link, header.down nav ul li a:visited {
  color: #fff;
}
header.down nav ul li:not(.donate) a:hover {
  color: #efd865;
}
header.down nav ul li.active a:hover {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  header {
    /*#navBtn {
       width: 30px;
       height: 17px;
       text-indent: 9999px;
       position: relative;
       z-index: 10002;
       &:before, &:after {
          content: '';
          position: absolute;
          left: 0;
          width: 100%;
          height: 6px;
          background: $dark;
          @include transition (all .15s ease-in-out);
       }
       &:before {
          top: 0;
       }
       &:after {
          bottom: 0;
       }
       &.active {
          &:before {
             @include transform (rotate(45deg));
             background: #fff;
             top: 6px;
          }
          &:after {
             @include transform (rotate(-45deg));
             background: #fff;
             bottom: 5px;
          }
       }
    }
    nav {
       position: fixed;
       top: 0;
       left: 0;
       background: $green;
       width: 100vw;
       height: 100vh;
       @include flex;
       opacity: 0;
       visibility: hidden;
       &.open {
          opacity: 1;
          visibility: visible;
       }
       ul {
          text-align: center;
          margin: 0 auto;
          width: auto;
          justify-content: center;
          li {
             display: block;
             clear: both;
             font-size: 28px;
             margin: 8px 0;
             padding: 0;
             width: 100%;
             text-align: center;
             a {
                color: #fff !important;
                display: table;
                width: auto;
                position: relative;
                margin: 0 auto;
                padding: 8px;
             }
             &:before, &:after {
                display: none;
             }
             a:before, a:after {
                position: absolute;
                content: '';
                pointer-events: none;
                background-size: contain;
                opacity: 0;
                @include transition (all .1s ease-in-out);
             }
             a:before {
                top: -4px !important;
                left: -18px !important;
                width: 25px !important;
                height: 42px !important;
                background: url(../img/nav-active-lt.svg) no-repeat center center;
             }
             a:after {
                bottom: 2px !important;
                right: -10px !important;
                width: 28px !important;
                height: 28px !important;
                background: url(../img/nav-active-rt.svg) no-repeat center center;
             }
             &.active a:before, &.active a:after {
                opacity: 1;
             }
          }
          .donate a {
             background: transparent !important;
             color: $red !important;
          }
       }
    }*/
  }
  header .logo {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  header nav li:not(.menu-btn) {
    display: none;
  }
  header.down #navBtn:before, header.down #navBtn:after {
    background: #fff;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  header {
    padding: 18px 25px;
    /*nav {
       ul {
          li {
             font-size: 24px;
             margin: 0;
             a {
                padding: 8px;
             }
             a:before {
                top: 0px !important;
                left: -15px !important;
                width: 20px !important;
                height: 38px !important;
             }
             a:after {
                bottom: 4px !important;
                right: -10px !important;
                width: 22px !important;
                height: 22px !important;
             }
          }
       }
    }*/
  }
  header .logo svg {
    width: 160px;
    height: 15px;
  }
  header #navBtn {
    width: 28px;
    height: 15px;
  }
  header #navBtn:before, header #navBtn:after {
    height: 5px;
  }
  header #navBtn.active:before {
    top: 5px;
  }
  header #navBtn.active:after {
    bottom: 5px;
  }
}
/*
@include bp-mob-vert {
   header nav ul {
      margin-top: -25px;
   }
}

@include bp-mob-wide {
   header nav ul li a {
      font-size: 21px;
      padding: 4px 8px;
      &:before {
         top: -8px !important;
      }
      &:after {
         bottom: -4px !important;
      }
   }
}*/
.full-nav {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #0bb8b1;
  z-index: 100000;
  height: auto;
  max-height: 0;
  transition: max-height 0.2s ease;
  overflow: hidden;
}
.full-nav.open {
  max-height: 100vh;
  transition: max-height 0.2s ease;
}
.full-nav a.nav-close {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 20px;
  height: 20px;
  display: block;
}
.full-nav a.nav-close svg {
  width: 100%;
  height: auto;
}
.full-nav .contain {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  flex-wrap: nowrap;
  z-index: -1;
}
.full-nav .contain h4 {
  color: #fff;
  margin-bottom: 40px;
}
.full-nav .contain .col {
  width: 50%;
}
.full-nav .contain .col ul li {
  position: relative;
  display: list-item;
}
.full-nav .contain .col ul li a {
  font-size: 54px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.148;
  color: #fff;
  letter-spacing: 0;
}
.full-nav .contain .col ul li a i {
  max-width: 0;
  overflow: hidden;
  transition: all 0.2s ease;
  font-size: 42px;
  padding: 0;
}
.full-nav .contain .col ul li:not(.active):hover a {
  color: #efd865;
}
.full-nav .contain .col ul li:not(.active):hover a i {
  max-width: 27px;
  transition: all 0.2s ease;
  padding-right: 10px;
}
.full-nav .contain .col ul li:not(.donate) a:before, .full-nav .contain .col ul li:not(.donate) a:after {
  position: absolute;
  content: "";
  pointer-events: none;
  background-size: contain;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
.full-nav .contain .col ul li:not(.donate) a:before {
  top: -1px;
  left: -4px;
  width: 12px;
  height: 20px;
  top: -4px !important;
  left: -18px !important;
  width: 25px !important;
  height: 42px !important;
  background: url(../img/nav-active-lt.svg) no-repeat center center;
}
.full-nav .contain .col ul li:not(.donate) a:after {
  bottom: 2px;
  right: -2px;
  width: 12px;
  height: 12px;
  bottom: 2px !important;
  right: -10px !important;
  width: 28px !important;
  height: 28px !important;
  background: url(../img/nav-active-rt.svg) no-repeat center center;
}
.full-nav .contain .col ul li.active:not(.donate) a:before, .full-nav .contain .col ul li.active:not(.donate) a:after {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .full-nav .contain .col ul li:after {
    bottom: 2px !important;
    right: -10px !important;
    width: 28px !important;
    height: 28px !important;
    background: url(../img/nav-active-rt.svg) no-repeat center center;
  }
  .full-nav .contain .col ul li:before {
    top: -4px !important;
    left: -18px !important;
    width: 25px !important;
    height: 42px !important;
    background: url(../img/nav-active-lt.svg) no-repeat center center;
  }
}
.full-nav .contain .col + .col {
  width: 30%;
}
.full-nav .contain .col + .col + .col {
  width: 20%;
}
.full-nav .contain .col a, .full-nav .contain .col span {
  color: #fff;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.025em;
  color: #fff;
}
.full-nav .contain .col .social-links {
  margin: 0 0 35px;
}
.full-nav .contain .col .social-links a {
  font-size: 30px;
  margin-right: 15px;
  line-height: 2;
}
.full-nav .contain .col .phone {
  display: block;
  margin-top: 15px;
}
@media only screen and (max-width: 991px) {
  .full-nav .contain {
    flex-direction: column;
    padding-top: 80px;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .full-nav .contain h4 {
    margin-bottom: 15px;
  }
  .full-nav .contain a, .full-nav .contain span {
    color: #fff;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.025em;
    color: #fff;
  }
  .full-nav .contain .social .social-links {
    margin: 0 0 25px;
  }
  .full-nav .contain .social .social-links a {
    font-size: 20px;
    margin-right: 10px;
    line-height: 2;
    display: inline-block;
  }
  .full-nav .contain .social a, .full-nav .contain .social span {
    display: none;
  }
  .full-nav .contain .social .phone {
    display: none;
    margin-top: 15px;
  }
  .full-nav .contain .col {
    width: 100%;
    margin-bottom: 30px;
    max-width: 350px;
  }
  .full-nav .contain .col ul li a {
    font-size: 36px;
  }
  .full-nav .contain .col ul li a i {
    max-width: 0;
    overflow: hidden;
    transition: all 0.2s ease;
    font-size: 24px;
  }
  .full-nav .contain .col ul li:not(.active):hover a {
    color: #efd865;
  }
  .full-nav .contain .col ul li:not(.active):hover a i {
    max-width: 20px;
    transition: all 0.2s ease;
  }
  .full-nav .contain .col + .col {
    width: 100%;
  }
  .full-nav .contain .col + .col + .col {
    width: 100%;
  }
}

footer {
  background: #fff url(../img/footer-bg.jpg) no-repeat center left;
  background-size: cover;
  position: relative;
  color: #fff;
  padding: 500px 0 100px;
  font-size: 17px;
  font-weight: 700;
}
footer .copy {
  position: absolute;
  right: 35px;
  bottom: 35px;
  font-size: 10px;
  font-weight: 700;
}
footer form {
  margin-top: 15px;
  max-width: 460px;
  width: 90%;
}
footer form fieldset {
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
}
footer form fieldset input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  line-height: 1.44;
  outline: none;
  padding-bottom: 10px;
}
footer form fieldset input::-webkit-input-placeholder {
  color: #fff;
}
footer form fieldset input::-moz-placeholder {
  color: #fff;
}
footer form fieldset input::placeholder {
  color: #fff;
}
footer form fieldset button {
  -moz-appearance: none;
       appearance: none;
  border: none;
  outline: none;
  color: #fff;
  width: auto;
  border: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.44;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  appearance: none;
  -webkit-appearance: none;
  border-radius: none;
  padding-top: 0;
}
footer form fieldset button.arrow {
  padding-top: 0;
  display: flex;
  align-items: center;
}
footer form fieldset button:hover {
  color: #404041;
  padding-right: 12px;
}
footer .contain {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
}
footer .contain .connect {
  position: relative;
  align-self: stretch;
  max-width: 30%;
  padding-right: 30px;
}
footer .contain .connect .icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: auto;
  gap: 20px;
}
footer .contain .connect .icons img {
  width: auto;
  height: 50px;
  max-width: 120px;
  margin: 0;
}
footer .contain .connect p {
  max-width: 460px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.116;
  letter-spacing: 0.025em;
}
footer .contain .connect a {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.116;
  letter-spacing: 0.025em;
}
footer .contain .act a {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.116;
  letter-spacing: 0.025em;
}
footer .contain .social {
  width: 30%;
}
footer .contain .social div {
  margin-top: 0;
  margin-bottom: 25px;
}
footer .contain .social div a {
  font-size: 34px;
  margin: 0 15px 0 0;
  display: inline-block;
}
footer .contain .social a, footer .contain .social span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.142;
  letter-spacing: 0.025em;
  display: block;
}
footer .contain .social h4:not(:first-of-type) {
  margin-top: 40px;
  padding-bottom: 10px;
}
footer img {
  width: 320px;
  margin-left: -40px;
}
footer a {
  color: #fff;
  display: block;
}
footer a:visited {
  color: #fff;
}
footer a:hover, footer a:active {
  color: rgb(157, 227, 224);
}
footer h4 {
  padding-bottom: 25px;
}
footer div {
  margin-top: 55px;
}
footer .phone {
  display: block;
  padding-top: 20px;
}
footer .social {
  padding-right: 50px;
}
footer .social a {
  font-size: 24px;
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (max-width: 1199px) {
  footer {
    padding: 350px 0 80px;
    font-size: 15px;
  }
  footer .contain .connect {
    width: 45%;
  }
  footer .contain .connect p {
    font-size: 30px;
  }
  footer .contain .connect a {
    font-size: 30px;
  }
  footer .contain .act {
    width: 30%;
  }
  footer .contain .act a {
    font-size: 30px;
  }
  footer .contain .social {
    width: 25%;
  }
  footer .contain .social div a {
    font-size: 30px;
  }
  footer .contain .social a, footer .contain .social span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 991px) {
  footer {
    background-image: url("../img/footer-bg-mob.jpg");
    padding: 230px 0 40px;
    /*.social {
       padding: 0;
       margin-top: 60px;
    }*/
  }
  footer .contain {
    flex-wrap: wrap;
  }
  footer .contain .connect {
    width: 50%;
    max-width: 50%;
    flex: 1;
  }
  footer .contain .connect .icons {
    bottom: unset;
    position: relative;
    padding-top: 40px;
    gap: 10px;
  }
  footer .contain .connect p {
    font-size: 24px;
  }
  footer .contain .connect form {
    max-width: 100%;
    width: 100%;
  }
  footer .contain .connect a {
    font-size: 24px;
  }
  footer .contain .act {
    width: 50%;
  }
  footer .contain .act a {
    font-size: 24px;
  }
  footer .contain .social {
    width: 50%;
    padding: 0 0 40px;
  }
  footer .contain .social div a {
    font-size: 24px;
  }
  footer .contain .social a, footer .contain .social span {
    font-size: 10px;
  }
  footer img {
    margin: 0 auto;
    width: 240px;
  }
  footer div {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  footer {
    padding: 230px 0 30px;
    font-size: 14px;
  }
  footer img {
    width: 160px;
  }
  footer .contain .social {
    width: auto;
  }
  footer .copy {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  footer {
    padding: 230px 0 30px;
    font-size: 14px;
  }
  footer img {
    width: 160px;
  }
  footer .contain .connect {
    width: 50%;
  }
  footer .contain .act {
    width: auto;
  }
  footer .contain .social {
    width: 50%;
  }
  footer .copy {
    font-size: 10px;
  }
}
@media only screen and (max-width: 349px) {
  footer {
    padding: 230px 0 30px;
    font-size: 14px;
  }
  footer img {
    width: 160px;
  }
  footer .contain .act {
    width: auto;
  }
  footer .contain .social {
    width: 50%;
  }
  footer .copy {
    font-size: 10px;
  }
}

.page-template-template-contact #hero {
  height: auto;
}
.page-template-template-contact #hero .contain {
  -webkit-transform: none;
          transform: none;
  top: 0;
  padding: 400px 0 160px;
  position: relative;
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  .page-template-template-contact #hero {
    height: auto;
    max-height: unset;
  }
  .page-template-template-contact #hero .contain {
    padding: 250px 30px 80px 60px;
    bottom: unset;
  }
}

#hero {
  height: 100vh;
  position: relative;
}
#hero .contain {
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#hero .contain h1 span.grad {
  background-color: #0bb8b1;
  background-image: url("../img/ruth-type.jpg");
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
}
#hero .contain h1:before {
  content: "";
  position: absolute;
  width: 54px;
  height: 88px;
  background: url(../img/quote-lt.svg) no-repeat center center;
  background-size: contain;
  top: -25px;
  left: -35px;
}
#hero .contain h1 .close {
  position: relative;
  display: inline-block;
  width: 57px;
  height: 57px;
  background: url(../img/quote-rt.svg) no-repeat center center;
  background-size: contain;
  margin: 0 0 -40px 0px;
}
#hero .contain a {
  color: #ee6c59;
}
#hero .contain a:hover {
  color: #0bb8b1;
}
@media only screen and (max-width: 1199px) {
  #hero .contain h1 {
    box-sizing: border-box;
  }
  #hero .contain h1:before {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    top: -30px;
  }
  #hero .contain h1 .close {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 991px) {
  #hero .contain {
    position: absolute;
    bottom: 75px;
    top: unset;
    -webkit-transform: none;
            transform: none;
  }
  #hero .contain h1 {
    margin-bottom: 40px;
  }
  #hero .contain h1 br {
    display: none;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #hero .contain h1 {
    max-width: 305px;
  }
  #hero .contain h1 br {
    display: block;
  }
  #hero .contain h1:before {
    width: 28px;
    height: 48px;
    top: -15px;
    left: -20px;
  }
  #hero .contain h1 .close {
    width: 28px;
    height: 28px;
    margin: 0 0 -17px -10px;
  }
}

@media only screen and (max-width: 991px) and (orientation: portrait) {
  .page-template-template-donate #hero,
  .page-template-template-shop #hero,
  .page-template-template-engage #hero {
    max-height: 600px;
  }
}
#intro {
  height: 100vh;
  position: relative;
  background: url(../img/blob.jpg) no-repeat right center/cover;
}
#intro .contain {
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#intro h1 {
  position: relative;
  display: inline-block;
  max-width: 850px;
  margin-left: 0;
  margin-right: auto;
  clear: both;
}
#intro h1 br {
  display: none;
}
#intro h1:before {
  content: "";
  position: absolute;
  width: 54px;
  height: 88px;
  background: url(../img/quote-lt.svg) no-repeat center center;
  background-size: contain;
  top: -25px;
  left: -35px;
}
#intro h1 .close {
  position: relative;
  display: inline-block;
  width: 57px;
  height: 57px;
  background: url(../img/quote-rt.svg) no-repeat center center;
  background-size: contain;
  margin: 0 0 -40px 0px;
}
#intro h1 + a {
  color: #ee6c59;
  clear: both;
  display: block;
  margin-top: 60px;
}
@media only screen and (max-width: 1199px) {
  #intro h1 {
    box-sizing: border-box;
  }
  #intro h1:before {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    top: -30px;
  }
  #intro h1 .close {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media only screen and (max-width: 991px) {
  #intro {
    background-image: url("../img/mobile-hero.jpg");
    padding-bottom: 20px;
    height: calc(100vh - 60px);
  }
  #intro .contain {
    top: unset;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    bottom: 80px;
    position: absolute;
    padding-right: 60px;
  }
  #intro .contain h1 + a {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #intro h1 {
    max-width: 305px;
  }
  #intro h1 br {
    display: block;
  }
  #intro h1:before {
    width: 28px;
    height: 48px;
    top: -15px;
    left: -20px;
  }
  #intro h1 .close {
    width: 28px;
    height: 28px;
    margin: 0 0 -17px -10px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #intro {
    margin: 0px auto 0;
  }
}

#whoweare {
  padding-top: 150px;
  padding-bottom: 85px;
}
#whoweare .col-wrap {
  align-items: stretch;
}
#whoweare .col-lt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: flex-end;
  flex: 1;
}
#whoweare .col-lt img {
  width: 100%;
}
#whoweare .col-lt img:last-of-type {
  width: 50%;
  margin-top: 60px;
}
#whoweare .col-rt {
  padding: 40px 60px 0;
  box-sizing: border-box;
  position: relative;
  flex: 1;
}
#whoweare .col-rt .grad {
  position: relative;
  width: 50%;
  height: 180px;
  margin: 40px 0 0 -60px;
  background: rgb(148, 224, 221);
  background: linear-gradient(90deg, rgb(148, 224, 221) 0%, rgb(11, 184, 177) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#94e0dd",endColorstr="#0bb8b1",GradientType=1);
}
#whoweare .col-rt img {
  position: absolute;
  bottom: 0;
  left: 60px;
  width: calc(100% - 120px);
}
#whoweare h2 {
  color: #0bb8b1;
}
#whoweare h3 {
  color: #0bb8b1;
  max-width: 700px;
  margin-top: 150px;
}
@media only screen and (max-width: 1199px) {
  #whoweare .col-lt img:last-of-type {
    margin-top: 50px;
  }
  #whoweare .col-rt {
    padding: 20px 50px 0;
  }
  #whoweare .col-rt img {
    left: 50px;
    width: calc(100% - 100px);
  }
  #whoweare .col-rt .grad {
    display: none;
  }
  #whoweare h3 {
    max-width: 560px;
  }
}
@media only screen and (max-width: 991px) {
  #whoweare {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 110px 0 60px;
  }
  #whoweare .mob-img {
    display: block !important;
    order: 1;
  }
  #whoweare .quote {
    order: 2;
  }
  #whoweare h3 {
    margin-top: 100px;
  }
  #whoweare .col-wrap {
    order: 3;
  }
  #whoweare .col-rt {
    padding: 70px 0 0;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #whoweare {
    padding: 60px 0 10px;
  }
  #whoweare .col-rt {
    padding-top: 55px;
  }
}

#podcast {
  padding: 100px 0;
  background: rgb(239, 109, 88);
  background: linear-gradient(90deg, rgb(239, 109, 88) 0%, rgb(240, 232, 99) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef6d58",endColorstr="#f0e863",GradientType=1);
  color: #fff;
}
#podcast .col-wrap {
  align-items: flex-start;
}
#podcast .col-lt h3 {
  width: calc(100% + 40px);
  padding-bottom: 20px;
}
#podcast .col-lt .arrow {
  color: #fff;
}
#podcast .col-rt a {
  max-width: 350px;
  margin-top: 60px;
  float: right;
}
@media only screen and (max-width: 1199px) {
  #podcast .col-rt a {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 991px) {
  #podcast {
    padding-bottom: 0;
    position: relative;
  }
  #podcast:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 175px;
    background: #fff;
  }
  #podcast .col-lt h3 {
    width: 100%;
    padding-right: 50px;
    box-sizing: border-box;
  }
  #podcast .col-lt h3 br {
    display: none;
  }
  #podcast .col-rt a {
    float: none;
    margin: 80px auto 0;
    display: block;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #podcast {
    padding: 50px 0 0;
  }
  #podcast .col-rt a {
    margin: 60px auto 0;
    border: 3px solid #fff;
    box-sizing: border-box;
  }
}

#whatwedo {
  padding-top: 135px;
}
#whatwedo .intro .col-lt {
  width: calc(50% + 60px);
}
#whatwedo .intro .col-rt {
  width: calc(50% - 60px);
  padding-left: 60px;
}
#whatwedo .intro h2 {
  color: #ee6c59;
}
#whatwedo .covid {
  box-sizing: border-box;
  margin-top: 140px;
  padding: 55px 120px;
  background: rgb(239, 109, 88);
  background: linear-gradient(90deg, rgb(239, 109, 88) 0%, rgb(247, 185, 176) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef6d58",endColorstr="#f7b9b0",GradientType=1);
  color: #fff;
}
#whatwedo .covid .col-wrap {
  align-items: flex-start;
}
#whatwedo .covid .col-wrap p {
  padding-right: 30px;
}
#whatwedo .covid .col-wrap a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}
#whatwedo .covid .col-wrap a:hover, #whatwedo .covid .col-wrap a:active {
  color: #404041;
}
#whatwedo .covid .phone {
  display: inline-block;
}
#whatwedo .covid h2 {
  padding-bottom: 20px;
}
@media only screen and (max-width: 1199px) {
  #whatwedo .covid {
    padding: 55px 100px;
  }
}
@media only screen and (max-width: 991px) {
  #whatwedo .intro .col-rt {
    width: 100%;
    padding-left: 0;
  }
  #whatwedo .covid {
    margin-top: 80px;
    padding: 60px;
  }
  #whatwedo .mob-img {
    display: block !important;
    margin: 80px auto 0;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #whatwedo {
    padding-top: 60px;
  }
  #whatwedo .covid {
    margin-top: 50px;
    padding: 40px 25px;
  }
  #whatwedo .mob-img {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  #whatwedo .covid .hidden-cont {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.15s ease-in-out;
  }
  #whatwedo .covid .hidden-cont.open {
    max-height: 600px;
    opacity: 1;
    visibility: visible;
  }
  #whatwedo #seeMore {
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.05em;
    font-weight: 700;
    padding-top: 20px;
    color: #fff !important;
  }
  #whatwedo #seeMore i {
    display: inline-block;
    padding-right: 5px;
    transition: padding-right 0.1s ease-in-out;
  }
  #whatwedo #seeMore.active {
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
  }
}

#howwedoit {
  padding-top: 180px;
}
#howwedoit .angle {
  margin: 0 auto 140px;
  display: block;
  color: #ee6c59;
}
#howwedoit h2 {
  color: #0bb8b1;
}
#howwedoit .col-lt {
  width: calc(50% - 60px);
  padding-right: 60px;
}
#howwedoit .col-rt {
  width: calc(50% + 60px);
}
#howwedoit .accordion .top:after, #howwedoit .accordion .band-cont:after {
  background: rgb(11, 184, 177);
  background: linear-gradient(90deg, rgb(11, 184, 177) 0%, rgb(156, 227, 224) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0bb8b1",endColorstr="#9ce3e0",GradientType=1);
}
#howwedoit .accordion .top:hover, #howwedoit .accordion .top.active {
  color: #0bb8b1;
}
#howwedoit .accordion .top:hover .more:before, #howwedoit .accordion .top:hover .more:after, #howwedoit .accordion .top.active .more:before, #howwedoit .accordion .top.active .more:after {
  background: #0bb8b1;
}
@media only screen and (max-width: 991px) {
  #howwedoit .angle {
    margin-bottom: 100px;
  }
  #howwedoit .col-lt {
    width: 100%;
    padding: 0;
  }
  #howwedoit .mob-img {
    display: block !important;
    margin: 80px auto 0;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #howwedoit {
    padding-top: 110px;
  }
  #howwedoit .angle {
    margin-bottom: 55px;
  }
  #howwedoit .mob-img {
    margin-top: 50px;
  }
}

#board {
  color: #fff;
  margin-top: 150px;
  padding: 130px 0 0;
  font-size: 17px;
  background: #0bb8b1;
  position: relative;
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgb(11, 184, 177) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9de3e0",endColorstr="#0bb8b1",GradientType=1);
}
#board:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  content: "";
  z-index: 1;
}
#board .col-wrap {
  align-items: flex-start;
}
#board .col-lt {
  flex: auto;
  padding-right: 60px;
}
#board .col-rt {
  max-width: 400px;
  margin-right: -60px;
  position: relative;
  z-index: 2;
}
#board .col-rt figure {
  position: relative;
}
#board .col-rt span {
  position: absolute;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  bottom: 10px;
  left: 15px;
}
#board .col-rt span:last-of-type {
  left: auto;
  right: 15px;
}
#board ul {
  padding: 20px 0;
  border-top: 1px solid #fff;
  -webkit-column-count: 2;
  -moz-column-count: 2;
       column-count: 2;
}
#board ul li {
  display: inline-block;
  width: 100%;
}
#board ul:first-of-type {
  border-top: 0;
  padding-top: 0;
}
#board ul:last-of-type {
  -webkit-column-count: 1;
  -moz-column-count: 1;
       column-count: 1;
}
#board h3 {
  padding-bottom: 30px;
}
@media only screen and (max-width: 1199px) {
  #board {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  #board {
    background: linear-gradient(270deg, rgb(156, 227, 224) 0%, rgb(11, 184, 177) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9ce3e0",endColorstr="#0bb8b1",GradientType=1);
    margin-top: 120px;
    padding: 110px 0 0;
  }
  #board .col-lt {
    padding-right: 0;
  }
  #board .col-rt {
    max-width: 100%;
    margin: 60px auto 0;
  }
  #board .col-rt .visible-sm {
    display: block !important;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #board {
    margin-top: 25px;
    padding-top: 60px;
    font-size: 14px;
  }
  #board li {
    line-height: 1.25;
    padding: 4px 0;
  }
  #board li span {
    display: block;
  }
  #board .col-rt {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 991px) and (orientation: landscape) {
  #board {
    margin-top: 90px;
  }
}

#contact {
  padding-top: 150px;
  padding-bottom: 150px;
}
#contact h3 {
  color: #0bb8b1;
}
#contact form {
  margin-top: 80px;
  display: block;
  width: 100%;
}
#contact form .fieldset {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
#contact form .group {
  width: calc(50% - 20px);
}
#contact form input, #contact form textarea {
  width: 100%;
  display: block;
  border: 1px solid #404041;
  padding: 15px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 24px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  resize: none;
  font-family: "Montserrat", sans-serif;
  color: #0bb8b1;
  font-weight: 500;
  outline: none;
  margin-top: 7px;
  border-radius: none;
}
#contact form label {
  font-weight: 700;
  margin-top: 25px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
#contact form textarea {
  height: 150px;
}
#contact form button {
  margin-left: auto;
  position: relative;
  margin-top: 25px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  box-sizing: border-box;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 14px;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0 30px;
  background: #0bb8b1;
  background: linear-gradient(270deg, rgb(157, 227, 224) 0%, rgb(11, 184, 177) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9de3e0",endColorstr="#0bb8b1",GradientType=1);
  overflow: hidden;
  border-radius: none;
}
#contact form button span {
  position: relative;
  z-index: 2;
}
#contact form button:after {
  transition: all 0.15s ease-in-out;
  content: "";
  position: absolute;
  z-index: 1;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(239, 109, 88);
  background: linear-gradient(90deg, rgb(239, 109, 88) 0%, rgb(247, 185, 176) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef6d58",endColorstr="#f7b9b0",GradientType=1);
  pointer-events: none;
}
#contact form button:hover:after {
  left: 0;
}
#contact form #form-status {
  margin-top: 25px;
  width: 100%;
  background: #ee6c59;
  color: #fff;
  font-size: 18px;
}
#contact form #form-status p {
  padding: 15px 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 991px) {
  #contact {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  #contact {
    padding: 120px 0 35px;
  }
  #contact form {
    margin-top: 30px;
  }
  #contact form .group {
    width: 100%;
    margin-top: 15px;
  }
  #contact form label {
    margin-top: 15px;
  }
  #contact form input, #contact form textarea {
    padding: 10px;
    font-size: 16px;
    margin-top: 5px;
  }
  #contact form button {
    height: 48px;
    line-height: 48px;
  }
  #contact form #form-status {
    font-size: 14px;
  }
  #contact form #form-status p {
    padding: 15px 20px;
  }
}

/**2020-08-20 Stride Addition **/
#stride {
  padding-top: 50px;
}

.stride-wrap {
  background: rgb(11, 184, 177);
  background: linear-gradient(90deg, rgb(11, 184, 177) 0%, rgba(11, 184, 177, 0.4) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0bb8b1",endColorstr="#0bb8b1",GradientType=1);
  color: #fff;
  padding: 55px 120px;
  margin-bottom: 140px;
}
.stride-wrap .arrow {
  color: #fff;
}
.stride-wrap h3 {
  padding: 10px 0 20px;
}
.stride-wrap .col-rt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.stride-wrap .logo {
  display: block;
  width: calc(100% - 50px);
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
  max-width: 350px;
}
.stride-wrap .logo img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1199px) {
  .stride-wrap {
    padding: 55px 100px;
  }
}
@media only screen and (max-width: 991px) {
  .stride-wrap {
    margin-bottom: 80px;
    padding: 60px;
  }
  .stride-wrap .col-rt {
    margin-top: 30px;
    justify-content: center;
  }
  .stride-wrap .col-rt .logo {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  .stride-wrap {
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) and (orientation: portrait) {
  .stride-wrap {
    margin-bottom: 4px;
    padding: 40px 25px;
  }
}

#racial-equity {
  background-image: url("../img/racial-equity.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  padding-top: 20vw;
  padding-bottom: 29vw;
  position: relative;
}
#racial-equity .col-half.right {
  width: 544px;
  margin: 0 65px 0 55%;
}
#racial-equity h2 {
  color: #0bb8b1;
  max-width: 544px;
}
@media only screen and (max-width: 1199px) {
  #racial-equity .col-half.right {
    margin-right: 65px;
    width: 465px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 991px) {
  #racial-equity {
    background-size: 140% auto;
    padding-top: 175vw;
    padding-bottom: 0;
    background-position: left top;
  }
  #racial-equity:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 65px;
    height: 100%;
    background: #fff;
    content: "";
  }
  #racial-equity .col-half {
    max-width: calc(100% - 120px);
  }
}

.close_before {
  position: relative;
}
.close_before:before {
  content: "";
  position: absolute;
  display: block;
  width: 57px;
  height: 57px;
  background: url(../img/quote-rt.svg) no-repeat center center;
  background-size: contain;
  margin: 0;
  top: -60px;
  left: -60px;
}
@media only screen and (max-width: 1199px) {
  .close_before:before {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media only screen and (max-width: 991px) {
  .close_before:before {
    top: -30px;
    left: -30px;
    width: 28px;
    height: 28px;
  }
}

.offset-image .col-wrap {
  align-items: flex-start;
  justify-content: center;
  max-width: 100%;
}
.offset-image .col-wrap .col-lt {
  padding-top: 195px;
  padding-bottom: 180px;
  width: 65%;
}
.offset-image .col-wrap .col-lt .wrapped-col {
  max-width: 550px;
  margin: 0 auto;
}
.offset-image .col-wrap .col-lt a.arrow {
  margin-bottom: 20px;
}
.offset-image .col-wrap .col-lt a.arrow.learnMore {
  color: #0bb8b1;
  margin-bottom: 0px;
}
.offset-image .col-wrap .col-lt a.arrow.learnMore:hover {
  color: #ee6c59;
}
.offset-image .col-wrap .col-lt a.arrow span.opening {
  display: block;
}
.offset-image .col-wrap .col-lt a.arrow span.closing {
  display: none;
}
.offset-image .col-wrap .col-lt a.arrow.open span.opening {
  display: none;
}
.offset-image .col-wrap .col-lt a.arrow.open span.closing {
  display: block;
}
.offset-image .col-wrap .col-rt {
  width: 35%;
}
.offset-image .col-wrap .col-rt img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: calc(100% - 65px);
  margin: -120px 0 0 65px;
}
@media only screen and (max-width: 1199px) {
  .offset-image .col-wrap .col-lt {
    padding-top: 115px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .offset-image .col-wrap {
    flex-direction: column-reverse;
    display: flex;
    width: 100%;
  }
  .offset-image .col-wrap .col {
    width: 100%;
  }
  .offset-image .col-wrap .col-rt {
    padding-top: 70px;
  }
  .offset-image .col-wrap .col-lt {
    padding-top: 75px;
    padding-bottom: 70px;
  }
  .offset-image .col-wrap .col-lt, .offset-image .col-wrap .col-rt {
    width: 100%;
    margin: 0 auto;
  }
  .offset-image .col-wrap .col-lt .wrapped-col, .offset-image .col-wrap .col-rt .wrapped-col {
    margin: 0;
    max-width: 500px;
    width: 100%;
  }
  .offset-image .col-wrap .col-lt img, .offset-image .col-wrap .col-rt img {
    margin: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    max-height: 84vw;
    -o-object-position: center center;
       object-position: center center;
  }
}

.col-text {
  padding-top: 200px;
  padding-bottom: 190px;
}
.col-text h2 {
  max-width: 550px;
  width: 50%;
  margin-bottom: 35px;
}
.col-text .copy-cols {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.col-text .copy-cols p {
  margin-bottom: 25px;
}
.col-text .copy-cols p + ul {
  margin-top: -25px;
}
.col-text .copy-cols div {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}
.col-text .copy-cols ul {
  padding-left: 17px;
  margin-bottom: 25px;
}
.col-text .copy-cols ul li {
  list-style-type: disc;
}
.col-text a {
  color: #ee6c59;
  margin-top: 5px;
}
.col-text a:hover {
  color: #0bb8b1;
}
@media only screen and (max-width: 991px) {
  .col-text {
    padding-top: 120px;
    padding-bottom: 70px;
  }
  .col-text .contain {
    width: calc(100% - 70px);
    padding-left: 0;
    padding-right: 0;
  }
  .col-text h2 {
    width: 100%;
    max-width: 280px;
  }
  .col-text h2 br {
    display: none;
  }
  .col-text .copy-cols {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
  .col-text#history {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .col-text#history h2 {
    width: 80%;
    font-size: 20px;
    max-width: 277px;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  .col-text .accordion {
    margin-top: 60px;
  }
}

.page-template-template-home .col-text h2 {
  max-width: 440px;
  width: calc(50% - 50px);
  margin-bottom: 35px;
}

.square-buttons .button-block {
  align-self: stretch;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.square-buttons .button-block.green {
  background-image: url("../img/green-bg.jpg");
}
.square-buttons .button-block.red {
  background-image: url("../img/red-bg.jpg");
}
.square-buttons .button-block a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 45.6%;
  padding-left: 70px;
  padding-right: 145px;
  padding-bottom: 60px;
  box-sizing: border-box;
}
.square-buttons .button-block a h3, .square-buttons .button-block a p, .square-buttons .button-block a span {
  color: #fff;
  transition: all 0.2s ease;
  max-width: 500px;
}
.square-buttons .button-block a h3 {
  margin-bottom: 40px;
}
.square-buttons .button-block a p {
  margin-bottom: 60px;
}
@media all and (pointer: fine), screen and (-moz-touch-enabled: 0) {
  .square-buttons .button-block a:hover h3, .square-buttons .button-block a:hover p, .square-buttons .button-block a:hover span {
    color: #404041;
    transition: all 0.2s ease;
  }
}
@media only screen and (max-width: 991px) {
  .square-buttons .button-block a {
    padding-top: 100px;
    padding-bottom: 32px;
    padding-right: 35px;
    padding-left: 35px;
  }
  .square-buttons .button-block h3 {
    margin-bottom: 15px;
  }
  .square-buttons .button-block p {
    margin-bottom: 50px;
  }
}

#events {
  background: url(../img/green-bg-lg.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 70px 70px 50px;
  border-bottom: 50px solid #fff;
}
#events.orange {
  background-image: url(../img/gradient-bg-orange.jpg);
}
#events h2, #events h4, #events p, #events a {
  color: #fff;
}
#events .slider-for {
  margin-bottom: -50px;
}
#events .col-wrap {
  justify-content: flex-start;
}
#events .col-rt {
  padding: 0 0 100px 65px;
  max-width: 550px;
}
#events .col-rt h4 {
  margin-bottom: 30px;
}
#events .col-rt p {
  font-weight: 400;
  padding: 0;
}
#events .col-rt p + p {
  margin-top: 15px;
}
#events .col-rt .slick-prev.slick-arrow {
  display: none !important;
}
#events .col-rt .slick-next.slick-arrow {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 991px) {
  #events {
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
  }
  #events .col-wrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-right: 35px;
    padding-left: 35px;
  }
  #events .col-wrap .col-rt {
    padding: 70px 0 0;
    margin-bottom: 30px;
  }
  #events .col-wrap .col-rt h4 {
    font-size: 14px;
  }
  #events .col-wrap .col-rt h2 {
    font-size: 24px;
  }
}

.bordered-image {
  border: 65px solid #fff;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.bordered-image img {
  height: auto;
}
@media only screen and (max-width: 991px) {
  .bordered-image {
    border-width: 35px;
  }
}

.quote {
  padding-top: 195px;
  padding-bottom: 190px;
}
.quote .contain {
  max-width: 815px;
  margin: 0 auto;
}
.quote .contain a {
  text-transform: uppercase;
  font-size: bold;
}
.quote h3 {
  margin-bottom: 60px;
  color: #ee6c59;
  font-size: 40px;
  /*&:before{
     content:'';
     position: absolute;
     display: block;
     width: 57px;
     height: 57px;
     background: url(../img/quote-rt.svg) no-repeat center center;
     background-size: contain;
     margin: 0;
     top:-60px;
     left:-60px;

  }*/
}
@media only screen and (max-width: 1199px) {
  .quote {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .quote {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .quote .contain {
    width: calc(100% - 180px);
    max-width: 675px;
    padding-left: 30px;
  }
  .quote h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .quote a {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  .quote .contain {
    width: calc(100% - 100px);
    max-width: 550px;
    padding: 0;
  }
  .quote h3 {
    font-size: 20px;
  }
}

.instagram {
  padding: 120px 0 0;
}
.instagram .feed {
  padding: 60px 50px 60px;
  display: grid;
  grid-template-columns: repeat(3, calc(33.33% - 15px));
  grid-gap: 22.5px;
}
.instagram .feed a img {
  height: calc((100vw - 100px) * 0.3333 - 15px);
  -o-object-fit: cover;
     object-fit: cover;
}
.instagram .feed a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  opacity: 0;
  transition: all 0.15s ease;
  padding: 20px;
}
.instagram .feed a .overlay i {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 15px;
}
.instagram .feed a:hover .overlay {
  opacity: 1;
  transition: all 0.15s ease;
  color: #0bb8b1;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .instagram .feed {
    padding-left: 25px;
    padding-right: 25px;
    grid-template-columns: repeat(2, calc(50% - 11.25px));
  }
  .instagram .feed a img {
    width: 100%;
    height: calc((100vw - 50px) * 0.5 - 11.25px);
  }
  .instagram .feed a .overlay {
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .instagram .feed a .overlay p span {
    display: none;
  }
  .instagram .feed a .overlay i {
    margin-bottom: 0;
  }
}

#hero.program-hero {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#hero.program-hero .contain {
  position: relative;
  height: 100%;
  -webkit-transform: none;
          transform: none;
  top: unset;
}
#hero.program-hero .hero-content {
  display: block;
  height: auto;
  position: absolute;
  top: 50%;
  right: 10%;
  tranform: translateY(-50%);
}
#hero.program-hero .hero-content svg {
  max-width: 250px;
  display: block;
  width: 100%;
  height: auto;
}
#hero.program-hero .hero-content .breadcrumb {
  padding: 0px 0 0;
}
#hero.program-hero .hero-content .breadcrumb a {
  color: #ee6c59;
  text-decoration: none;
}
#hero.program-hero .hero-content .breadcrumb span {
  color: #404041;
}
#hero.program-hero.health-equity-hero {
  background-image: url("../img/drop-in-hero.jpg");
}
#hero.program-hero.housing-hero {
  background-image: url("../img/housing-hero.jpg");
}
#hero.program-hero.rei-hero {
  background-image: url("../img/rei-hero.jpg");
}
#hero.program-hero.rei-hero .hero-content .breadcrumb a {
  color: #fff;
}
#hero.program-hero.hwc-hero {
  background-image: url("../img/hwc-hero.jpg");
}
#hero.program-hero.hwc-hero .hero-content .breadcrumb a {
  color: #fff;
}
#hero.program-hero.clq-hero {
  background-image: url("../img/clq-hero.jpg");
}
#hero.program-hero.clq-hero .hero-content .breadcrumb a {
  color: #fff;
}

.page-template-template-health-equity #hero .contain,
.page-template-template-rei #hero .contain,
.page-template-template-hwc #hero .contain,
.page-template-template-thriving-futures #hero .contain,
.page-template-template-housing #hero .contain {
  -webkit-transform: none;
          transform: none;
  top: 0;
  position: relative;
}
.page-template-template-health-equity #hero .contain h1,
.page-template-template-rei #hero .contain h1,
.page-template-template-hwc #hero .contain h1,
.page-template-template-thriving-futures #hero .contain h1,
.page-template-template-housing #hero .contain h1 {
  font-size: 52px;
  line-height: 60px;
  letter-spacing: 0;
  font-weight: bold;
}
.page-template-template-health-equity #program-features,
.page-template-template-rei #program-features,
.page-template-template-hwc #program-features,
.page-template-template-thriving-futures #program-features,
.page-template-template-housing #program-features {
  padding-bottom: 125px;
}
.page-template-template-health-equity .lusa .right,
.page-template-template-rei .lusa .right,
.page-template-template-hwc .lusa .right,
.page-template-template-thriving-futures .lusa .right,
.page-template-template-housing .lusa .right {
  margin-top: 120px;
}
.page-template-template-health-equity #community,
.page-template-template-rei #community,
.page-template-template-hwc #community,
.page-template-template-thriving-futures #community,
.page-template-template-housing #community {
  padding-bottom: 125px;
}
.page-template-template-health-equity #community .accordion,
.page-template-template-rei #community .accordion,
.page-template-template-hwc #community .accordion,
.page-template-template-thriving-futures #community .accordion,
.page-template-template-housing #community .accordion {
  margin-top: 0;
}
.page-template-template-health-equity .col-text,
.page-template-template-rei .col-text,
.page-template-template-hwc .col-text,
.page-template-template-thriving-futures .col-text,
.page-template-template-housing .col-text {
  padding-bottom: 0;
}
.page-template-template-health-equity .col-text + .image-block,
.page-template-template-rei .col-text + .image-block,
.page-template-template-hwc .col-text + .image-block,
.page-template-template-thriving-futures .col-text + .image-block,
.page-template-template-housing .col-text + .image-block {
  margin-top: 120px;
}
.page-template-template-health-equity .col-text h2,
.page-template-template-rei .col-text h2,
.page-template-template-hwc .col-text h2,
.page-template-template-thriving-futures .col-text h2,
.page-template-template-housing .col-text h2 {
  width: 100%;
  max-width: 100%;
}
.page-template-template-health-equity .col-text p,
.page-template-template-rei .col-text p,
.page-template-template-hwc .col-text p,
.page-template-template-thriving-futures .col-text p,
.page-template-template-housing .col-text p {
  margin-bottom: 0;
  orphans: 1;
}
.page-template-template-health-equity .col-text p + p, .page-template-template-health-equity .col-text p + h4,
.page-template-template-rei .col-text p + p,
.page-template-template-rei .col-text p + h4,
.page-template-template-hwc .col-text p + p,
.page-template-template-hwc .col-text p + h4,
.page-template-template-thriving-futures .col-text p + p,
.page-template-template-thriving-futures .col-text p + h4,
.page-template-template-housing .col-text p + p,
.page-template-template-housing .col-text p + h4 {
  margin-top: 20px;
}
.page-template-template-health-equity .col-text p a,
.page-template-template-rei .col-text p a,
.page-template-template-hwc .col-text p a,
.page-template-template-thriving-futures .col-text p a,
.page-template-template-housing .col-text p a {
  font-weight: bold;
}
.page-template-template-health-equity .col-text ul,
.page-template-template-rei .col-text ul,
.page-template-template-hwc .col-text ul,
.page-template-template-thriving-futures .col-text ul,
.page-template-template-housing .col-text ul {
  padding-left: 17px;
}
.page-template-template-health-equity .col-text ul li,
.page-template-template-rei .col-text ul li,
.page-template-template-hwc .col-text ul li,
.page-template-template-thriving-futures .col-text ul li,
.page-template-template-housing .col-text ul li {
  list-style-type: disc;
}
.page-template-template-health-equity .col-text ul + p, .page-template-template-health-equity .col-text ul + ul, .page-template-template-health-equity .col-text ul + h4,
.page-template-template-rei .col-text ul + p,
.page-template-template-rei .col-text ul + ul,
.page-template-template-rei .col-text ul + h4,
.page-template-template-hwc .col-text ul + p,
.page-template-template-hwc .col-text ul + ul,
.page-template-template-hwc .col-text ul + h4,
.page-template-template-thriving-futures .col-text ul + p,
.page-template-template-thriving-futures .col-text ul + ul,
.page-template-template-thriving-futures .col-text ul + h4,
.page-template-template-housing .col-text ul + p,
.page-template-template-housing .col-text ul + ul,
.page-template-template-housing .col-text ul + h4 {
  margin-top: 20px;
}
.page-template-template-health-equity .col-text .copy-cols img.alignleft,
.page-template-template-rei .col-text .copy-cols img.alignleft,
.page-template-template-hwc .col-text .copy-cols img.alignleft,
.page-template-template-thriving-futures .col-text .copy-cols img.alignleft,
.page-template-template-housing .col-text .copy-cols img.alignleft {
  width: 50%;
  max-width: 150px;
  margin: 20px;
  margin-left: 0px;
  height: auto;
  float: left;
  display: inline-block;
}
.page-template-template-health-equity .col-text .copy-cols p,
.page-template-template-rei .col-text .copy-cols p,
.page-template-template-hwc .col-text .copy-cols p,
.page-template-template-thriving-futures .col-text .copy-cols p,
.page-template-template-housing .col-text .copy-cols p {
  margin-bottom: 0;
  orphans: 1;
}
.page-template-template-health-equity .col-text .copy-cols p + p, .page-template-template-health-equity .col-text .copy-cols p + h4,
.page-template-template-rei .col-text .copy-cols p + p,
.page-template-template-rei .col-text .copy-cols p + h4,
.page-template-template-hwc .col-text .copy-cols p + p,
.page-template-template-hwc .col-text .copy-cols p + h4,
.page-template-template-thriving-futures .col-text .copy-cols p + p,
.page-template-template-thriving-futures .col-text .copy-cols p + h4,
.page-template-template-housing .col-text .copy-cols p + p,
.page-template-template-housing .col-text .copy-cols p + h4 {
  margin-top: 20px;
}
.page-template-template-health-equity .col-text .copy-cols ul,
.page-template-template-rei .col-text .copy-cols ul,
.page-template-template-hwc .col-text .copy-cols ul,
.page-template-template-thriving-futures .col-text .copy-cols ul,
.page-template-template-housing .col-text .copy-cols ul {
  padding-left: 17px;
  margin-top: 0;
}
.page-template-template-health-equity .col-text .copy-cols ul li,
.page-template-template-rei .col-text .copy-cols ul li,
.page-template-template-hwc .col-text .copy-cols ul li,
.page-template-template-thriving-futures .col-text .copy-cols ul li,
.page-template-template-housing .col-text .copy-cols ul li {
  list-style-type: disc;
}
.page-template-template-health-equity .col-text .copy-cols ul + p, .page-template-template-health-equity .col-text .copy-cols ul + ul, .page-template-template-health-equity .col-text .copy-cols ul + h4,
.page-template-template-rei .col-text .copy-cols ul + p,
.page-template-template-rei .col-text .copy-cols ul + ul,
.page-template-template-rei .col-text .copy-cols ul + h4,
.page-template-template-hwc .col-text .copy-cols ul + p,
.page-template-template-hwc .col-text .copy-cols ul + ul,
.page-template-template-hwc .col-text .copy-cols ul + h4,
.page-template-template-thriving-futures .col-text .copy-cols ul + p,
.page-template-template-thriving-futures .col-text .copy-cols ul + ul,
.page-template-template-thriving-futures .col-text .copy-cols ul + h4,
.page-template-template-housing .col-text .copy-cols ul + p,
.page-template-template-housing .col-text .copy-cols ul + ul,
.page-template-template-housing .col-text .copy-cols ul + h4 {
  margin-top: 20px;
}
.page-template-template-health-equity .col-text svg,
.page-template-template-rei .col-text svg,
.page-template-template-hwc .col-text svg,
.page-template-template-thriving-futures .col-text svg,
.page-template-template-housing .col-text svg {
  width: 100%;
  height: auto;
  margin: 60px auto;
}
.page-template-template-health-equity .col-text.last,
.page-template-template-rei .col-text.last,
.page-template-template-hwc .col-text.last,
.page-template-template-thriving-futures .col-text.last,
.page-template-template-housing .col-text.last {
  padding-bottom: 125px;
}
@media only screen and (max-width: 991px) {
  .page-template-template-health-equity #hero,
  .page-template-template-rei #hero,
  .page-template-template-hwc #hero,
  .page-template-template-thriving-futures #hero,
  .page-template-template-housing #hero {
    height: auto;
    min-height: 50vh;
    max-height: unset;
  }
  .page-template-template-health-equity #hero .contain,
  .page-template-template-rei #hero .contain,
  .page-template-template-hwc #hero .contain,
  .page-template-template-thriving-futures #hero .contain,
  .page-template-template-housing #hero .contain {
    padding: 250px 30px 80px 60px;
    bottom: unset;
  }
}
@media only screen and (max-width: 767px), screen and (max-width: 991px) and (orientation: landscape) {
  .page-template-template-health-equity #hero,
  .page-template-template-rei #hero,
  .page-template-template-hwc #hero,
  .page-template-template-thriving-futures #hero,
  .page-template-template-housing #hero {
    height: auto;
    min-height: 50vh;
    max-height: unset;
  }
  .page-template-template-health-equity #hero .contain,
  .page-template-template-rei #hero .contain,
  .page-template-template-hwc #hero .contain,
  .page-template-template-thriving-futures #hero .contain,
  .page-template-template-housing #hero .contain {
    padding: 250px 30px 80px 60px;
    bottom: unset;
  }
  .page-template-template-health-equity #program-features,
  .page-template-template-rei #program-features,
  .page-template-template-hwc #program-features,
  .page-template-template-thriving-futures #program-features,
  .page-template-template-housing #program-features {
    padding-bottom: 60px;
  }
}

#programs .program-grid {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-gap: 0;
}
#programs .program-grid .program {
  width: 100%;
  position: relative;
}
#programs .program-grid .program a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
}
#programs .program-grid .program img {
  width: 100%;
  height: 43vw;
  -o-object-fit: cover;
     object-fit: cover;
}
#programs .program-grid .program svg {
  position: absolute;
  bottom: 70px;
  left: 70px;
  max-width: 40%;
}

#coreprograms {
  padding-top: 125px;
}
#coreprograms .accordion {
  margin-top: 0;
}

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