@charset "UTF-8";
.interior-header .main-navigation h1 {
  margin-bottom: 0 !important;
}

.interior_2020 {
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.interior_2020 .slick-next, .interior_2020 .slick-prev {
  z-index: 999;
}
.interior_2020 .slick-next:before, .interior_2020 .slick-prev:before {
  color: #623290;
  font-size: 30px;
}
.interior_2020 .slick-next {
  right: 0;
}
.interior_2020 .slick-prev {
  left: 0;
}
.interior_2020 .slick-slide:focus {
  outline: 0;
}
@media (min-width: 1200px) {
  .interior_2020 .container, .interior_2020 .container-lg, .interior_2020 .container-md, .interior_2020 .container-sm, .interior_2020 .container-xl {
    max-width: 1300px;
  }
}
.interior_2020 .hero {
  position: relative;
  overflow: hidden;
}
.interior_2020 .hero .checkmark {
  position: absolute;
  top: -60px;
  z-index: 0;
  left: 10px;
}
.interior_2020 .hero figure {
  height: 400px;
  margin-bottom: 0;
}
.interior_2020 .hero h1 {
  margin: 0;
  font-size: 48px !important;
  z-index: 1;
  position: relative;
}
.interior_2020 .hero .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 0;
  background: linear-gradient(89deg, #623290 0%, #91278f 99%, #91278f 100%);
}
.interior_2020 .hero .content .page-title {
  color: white !important;
  margin: 0 !important;
}
.interior_2020 .hero.alt {
  position: relative;
  overflow: hidden;
}
.interior_2020 .hero.alt .white-split {
  background-image: url("../images/2020/white_split.png");
  width: 110%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: -5%;
  background-repeat: no-repeat;
  background-size: 100% 100px;
}
.interior_2020 .hero.alt .checkmark {
  position: absolute;
  top: -60px;
  z-index: 0;
  left: 10px;
}
.interior_2020 .hero.alt figure {
  height: 400px;
  margin-bottom: 0;
}
.interior_2020 .hero.alt h1 {
  margin: 0;
  font-size: 48px !important;
  z-index: 1;
  position: relative;
}
.interior_2020 .hero.alt .content {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 0 100px 0;
  background: none;
}
.interior_2020 .hero.alt .content .page-title {
  color: white !important;
  margin: 0 !important;
}
.interior_2020 .take-the-pledge {
  background: linear-gradient(89deg, #623290 0%, #91278f 99%, #91278f 100%);
  padding: 30px 0;
  box-shadow: 3px 5px 9px rgba(0, 0, 0, 0.35);
  text-align: center;
}
.interior_2020 .take-the-pledge input {
  width: 85%;
  margin-bottom: 20px;
  padding: 10px 5px;
}
.interior_2020 .take-the-pledge p {
  color: white !important;
  margin: 0;
  font-size: 30px !important;
  font-family: "Roboto", sans-serif;
}
.interior_2020 .take-the-pledge input[type=submit] {
  background: #f06c23;
  color: white;
  box-shadow: 0;
  border: 0;
  padding: 8px 0;
  margin-top: 30px;
  transition: 0.3s all;
}
.interior_2020 .take-the-pledge input[type=submit]:focus, .interior_2020 .take-the-pledge input[type=submit]:hover {
  background: #f38c53;
}
.interior_2020 .email-sidebar {
  padding: 60px 0;
  background: linear-gradient(89deg, #623290 0%, #91278f 99%, #91278f 100%);
  margin: 20px 0;
  box-shadow: 3px 5px 9px rgba(0, 0, 0, 0.35);
  text-align: center;
}
.interior_2020 .email-sidebar * {
  color: white !important;
}
.interior_2020 .email-sidebar h3 {
  font-size: 30px !important;
  letter-spacing: 1.2px;
  font-weight: 700 !important;
  text-transform: none !important;
}
.interior_2020 .email-sidebar .faded {
  opacity: 0.6;
  max-width: 70%;
  margin: 0 auto;
}
.interior_2020 .email-sidebar a.button {
  background: #f06c23 !important;
  color: white !important;
  padding: 8px !important;
  transition: 0.3s all;
}
.interior_2020 .email-sidebar a.button:focus, .interior_2020 .email-sidebar a.button:hover {
  background: #f38c53 !important;
}
.interior_2020 .social-icons {
  margin: 50px 0;
}
.interior_2020 .social-icons ul {
  display: flex;
  padding: 0;
  margin: 0 !important;
  justify-content: space-around;
}
.interior_2020 .social-icons ul li {
  list-style: none;
}
.interior_2020 .social-icons a {
  background: #f06c23;
  padding: 15px;
  border-radius: 100%;
  box-shadow: 3px 5px 9px rgba(0, 0, 0, 0.35);
  transition: 0.3s all;
  font-size: 20px;
}
.interior_2020 .social-icons a:focus, .interior_2020 .social-icons a:hover {
  background: #f38c53;
}
.interior_2020 .social-icons a i {
  color: white;
  height: 25px;
  width: 25px;
  text-align: center;
}
.interior_2020 .change-the-future {
  margin: 60px 0;
  text-align: center;
}
.interior_2020 .pdf-tiles {
  margin: 30px 0;
}
.interior_2020 .pdf-tiles .tile {
  box-shadow: 3px 5px 9px rgba(0, 0, 0, 0.35);
}
@media (max-width: 767.98px) {
  .interior_2020 .pdf-tiles .tile {
    margin-bottom: 20px;
  }
}
.interior_2020 .pdf-tiles .slick-list {
  max-height: 500px;
}
.interior_2020 .pdf-tiles .image {
  position: relative;
  height: 310px;
}
.interior_2020 .pdf-tiles .image img {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.interior_2020 .pdf-tiles .tile-content {
  padding: 20px 0;
  text-align: center;
  background: linear-gradient(89deg, #623290 0%, #91278f 99%, #91278f 100%);
  min-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.interior_2020 .pdf-tiles .tile-content p {
  padding: 0 !important;
  margin: 0 !important;
  color: white !important;
  font-size: 20px !important;
  letter-spacing: 0.8px;
  font-weight: 700 !important;
}
.interior_2020 .pdf-tiles .tile-content a {
  color: #76ba43 !important;
  text-transform: uppercase;
  font-weight: 700;
}
.interior_2020 .pdf-tiles.alt {
  margin: 30px 0;
}
.interior_2020 .pdf-tiles.alt .tile {
  position: relative;
  box-shadow: 3px 5px 9px rgba(0, 0, 0, 0.35);
}
@media (max-width: 767.98px) {
  .interior_2020 .pdf-tiles.alt .tile {
    margin-bottom: 20px;
  }
}
.interior_2020 .pdf-tiles.alt .image {
  position: relative;
  height: 310px;
}
.interior_2020 .pdf-tiles.alt .image img {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.interior_2020 .pdf-tiles.alt .tile-content {
  padding: 20px 10px;
  text-align: center;
  background-image: url("../images/2020/purple_slant.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0;
  min-height: 150px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  justify-content: left;
  align-items: center;
  width: 100%;
}
.interior_2020 .pdf-tiles.alt .tile-content p {
  padding: 0 !important;
  margin: 0 !important;
  color: white !important;
  font-size: 20px !important;
  letter-spacing: 0.8px;
  font-weight: 700 !important;
  text-align: left;
}
.interior_2020 .pdf-tiles.alt .tile-content a {
  color: white !important;
  text-transform: uppercase;
  font-weight: 700;
}
.interior_2020 .news-tiles {
  padding: 40px 0;
}
.interior_2020 .news-tiles .tile {
  box-shadow: 3px 5px 9px rgba(0, 0, 0, 0.35);
}
@media (max-width: 767.98px) {
  .interior_2020 .news-tiles .tile {
    margin-bottom: 20px;
  }
}
.interior_2020 .news-tiles .image {
  position: relative;
  height: 310px;
}
.interior_2020 .news-tiles .image img {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.interior_2020 .news-tiles .tile-content {
  padding: 20px 0;
  text-align: center;
  background: linear-gradient(89deg, #623290 0%, #91278f 99%, #91278f 100%);
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.interior_2020 .news-tiles .tile-content p {
  padding: 0 !important;
  margin: 0 !important;
  color: white !important;
  font-size: 20px !important;
  letter-spacing: 0.8px;
  font-weight: 700 !important;
}
.interior_2020 .news-tiles .tile-content p.date {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.56px !important;
}
.interior_2020 .news-tiles .tile-content a {
  color: #76ba43 !important;
  text-transform: uppercase;
  font-weight: 700;
}
.interior_2020 .news-tiles.alt {
  padding: 40px 0;
}
.interior_2020 .news-tiles.alt .tile {
  position: relative;
  box-shadow: 3px 5px 9px rgba(0, 0, 0, 0.35);
}
@media (max-width: 767.98px) {
  .interior_2020 .news-tiles.alt .tile {
    margin-bottom: 20px;
  }
}
.interior_2020 .news-tiles.alt .image {
  position: relative;
  height: 360px;
}
.interior_2020 .news-tiles.alt .image img {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.interior_2020 .news-tiles.alt .date {
  position: absolute;
  width: 62px;
  height: 62px;
  top: 0;
  left: 0;
  background: #f06c23;
  text-align: center;
}
.interior_2020 .news-tiles.alt .date * {
  color: white;
  font-weight: 700;
}
.interior_2020 .news-tiles.alt .date .month {
  font-size: 15px;
  display: inline-block;
  margin-top: 5px;
  text-transform: uppercase;
}
.interior_2020 .news-tiles.alt .date .day {
  font-size: 27px;
}
.interior_2020 .news-tiles.alt .tile-content {
  padding: 20px 10px;
  text-align: center;
  background-image: url("../images/2020/purple_slant.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 0;
  min-height: 150px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  justify-content: left;
  align-items: center;
  width: 100%;
}
.interior_2020 .news-tiles.alt .tile-content p {
  padding: 0 !important;
  margin: 0 !important;
  color: white !important;
  font-size: 20px !important;
  letter-spacing: 0.8px;
  font-weight: 700 !important;
  text-align: left;
}
.interior_2020 .news-tiles.alt .tile-content p.date {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.56px !important;
}
.interior_2020 .news-tiles.alt .tile-content a {
  color: white !important;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left !important;
}
.interior_2020 .image-and-cta {
  padding: 40px 0;
}
.interior_2020 .image-and-cta .fill {
  position: relative;
}
.interior_2020 .image-and-cta img {
  width: 100% !important;
}
.interior_2020 .image-and-cta .image-holder {
  height: 470px !important;
  box-shadow: 3px 5px 9px rgba(0, 0, 0, 0.35);
}
.interior_2020 .image-and-cta .cta-content {
  background: linear-gradient(89deg, #623290 0%, #91278f 99%, #91278f 100%);
  position: absolute;
  bottom: 5%;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  background: linear-gradient(89deg, #623290 0%, #91278f 99%, #91278f 100%);
}
.interior_2020 .image-and-cta .cta-content p {
  padding: 0 !important;
  margin: 0 !important;
  color: white !important;
  font-size: 20px !important;
  letter-spacing: 0.8px;
  font-weight: 700 !important;
}
.interior_2020 .image-and-cta .cta-content a {
  color: #76ba43 !important;
  text-transform: uppercase;
  font-weight: 700;
}
.interior_2020 .image-and-cta.alt .cta-content {
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  background: rgba(99, 51, 147, 0.9);
}
.interior_2020 .image-and-cta.alt .cta-content a {
  color: white !important;
}
.interior_2020 .accordions {
  padding-top: 40px;
  padding-bottom: 40px;
}
.interior_2020 .accordions .accordion-group * {
  color: white !important;
}
.interior_2020 .accordions .accordion-group .row {
  justify-content: center;
}
.interior_2020 .accordions .accordion-group .accordion {
  margin-bottom: 20px;
  box-shadow: 3px 5px 9px rgba(0, 0, 0, 0.35);
}
.interior_2020 .accordions .accordion-group .accordion-trigger {
  text-align: left;
  background: linear-gradient(89deg, #623290 0%, #91278f 99%, #91278f 100%);
  border: 0;
  width: 100%;
  padding: 10px;
  position: relative;
  outline: 0;
  font-size: 30px;
  font-weight: 700;
}
.interior_2020 .accordions .accordion-group .accordion-trigger::after {
  content: "";
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 20px;
  transform: rotateZ(0);
  transition: 0.3s all;
  line-height: 45px;
}
.interior_2020 .accordions .accordion-group .accordion-trigger.open::after {
  content: "";
}
.interior_2020 .accordions .accordion-group .content {
  padding: 0 10px 10px 10px;
  display: none;
  background: linear-gradient(89deg, #623290 0%, #91278f 99%, #91278f 100%);
}
.interior_2020 .accordions .accordion-group .content.open {
  display: block;
}
.interior_2020 .accordions .accordion-group .row .accordion:last-of-type button {
  margin-bottom: 0;
}
.interior_2020 .testimonial {
  padding: 40px 0;
}
.interior_2020 .testimonial .name {
  text-transform: uppercase;
  font-weight: bold;
  color: #76ba43;
}
.interior_2020 .testimonial .work-title {
  color: #76ba43;
  text-transform: uppercase;
}
.interior_2020 .testimonial img {
  box-shadow: none !important;
}
@media (max-width: 767.98px) {
  .interior_2020 .testimonial img {
    display: none;
  }
}
.interior_2020 .testimonial p {
  margin: 0;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 27px !important;
}
.interior_2020 .testimonial .col-12 {
  position: relative;
}
.interior_2020 .testimonial .quote-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.interior_2020 .testimonial.alt {
  padding: 20px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.interior_2020 .testimonial.alt .name {
  text-transform: uppercase;
  font-weight: bold;
  color: black;
}
.interior_2020 .testimonial.alt .work-title {
  color: black;
  text-transform: uppercase;
}
.interior_2020 .testimonial.alt img {
  box-shadow: none !important;
}
@media (max-width: 767.98px) {
  .interior_2020 .testimonial.alt img {
    display: none;
  }
}
.interior_2020 .testimonial.alt p {
  margin: 0;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}
.interior_2020 .testimonial.alt .col-12 {
  position: relative;
}
.interior_2020 .testimonial.alt .quote-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .interior_2020 .testimonial.alt .quote-content {
    position: relative !important;
  }
}
.interior_2020 .gallery {
  padding-top: 40px;
  padding-bottom: 40px;
}
.interior_2020 .gallery .juicer-button {
  color: white !important;
  background: #f06c23;
  text-align: center;
  padding: 12px !important;
  transition: 0.3s all;
  font-size: 18px !important;
  font-weight: normal !important;
  margin: 0 auto !important;
  display: table !important;
  border: 0 !important;
  text-transform: none !important;
}
.interior_2020 .gallery .juicer-button:focus, .interior_2020 .gallery .juicer-button:hover {
  background: #f38c53 !important;
}
.interior_2020 .gallery .gallery-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  margin: 0;
}
.interior_2020 .gallery img {
  margin-bottom: 0 !important;
  width: 100% !important;
  box-shadow: none !important;
}
.interior_2020 .gallery .gallery-item {
  position: relative;
  padding: 0 14px 14px 0;
}
.interior_2020 .gallery .caption {
  color: white !important;
  background: black;
  display: block;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.interior_2020 .gallery.alt .gallery-item {
  max-width: 250px !important;
}
.interior_2020 .gallery.alt img {
  max-width: 250px !important;
}
.interior_2020 .form-box {
  text-align: center;
  padding: 40px 0;
  background: linear-gradient(89deg, #623290 0%, #91278f 99%, #91278f 100%);
}
.interior_2020 .form-box p.form-title {
  font-size: 30px !important;
  font-weight: 500 !important;
  color: white !important;
}
.interior_2020 .form-box input {
  height: 45px;
  color: black;
  margin-bottom: 5px;
}
.interior_2020 .form-box input[type=submit] {
  margin-top: 20px !important;
  padding: 5px 22px !important;
}
.interior_2020 .impact-numbers {
  padding: 40px 0;
}
@media (max-width: 767.98px) {
  .interior_2020 .impact-numbers {
    text-align: center;
  }
}
.interior_2020 .impact-numbers .col-md-4:nth-of-type(2) {
  border-left: 2px #acacac solid;
  border-right: 2px #acacac solid;
}
@media (max-width: 767.98px) {
  .interior_2020 .impact-numbers .col-md-4:nth-of-type(2) {
    border-left: 0;
    border-right: 0;
  }
}
.interior_2020 .impact-numbers .number {
  color: #623290 !important;
  font-size: 80px !important;
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
  text-transform: uppercase !important;
}
.interior_2020 .impact-numbers .subtext {
  color: #76ba43 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  padding: 0 !important;
  text-transform: uppercase !important;
}
.interior_2020 .impact-numbers.alt .number {
  color: #f06c23 !important;
  font-weight: 300 !important;
}
.interior_2020 .impact-numbers.alt .subtext {
  color: black !important;
  text-transform: none !important;
  font-weight: 300 !important;
}
.interior_2020 p a {
  color: #5f259f !important;
  text-decoration: underline !important;
  font-weight: bold !important;
}
.interior_2020 a.link-alt {
  text-transform: uppercase;
  border-bottom: 4px solid #f06c23;
  color: white !important;
  font-weight: 700 !important;
  display: inline-block !important;
}
.interior_2020 a.link-alt:focus, .interior_2020 a.link-alt:hover {
  color: #f06c23 !important;
}
.interior_2020 .section-title {
  color: #623290 !important;
  font-size: 60px !important;
  font-weight: 700 !important;
  letter-spacing: 2.4px !important;
}
@media (max-width: 767.98px) {
  .interior_2020 .section-title {
    text-align: center;
    font-size: 32px !important;
  }
}
.interior_2020 .button.orange {
  color: white !important;
  background: #f06c23;
  text-align: center;
  padding: 12px !important;
  transition: 0.3s all;
  font-size: 18px !important;
  margin: 0 auto !important;
  display: table !important;
  border: 0 !important;
}
.interior_2020 .button.orange:focus, .interior_2020 .button.orange:hover {
  background: #f38c53 !important;
}
.interior_2020 .button.green {
  color: white !important;
  background: #76ba43;
  width: 100%;
  text-align: center;
  padding: 12px;
  margin-bottom: 20px;
  transition: 0.3s all;
}
.interior_2020 .button.green:focus, .interior_2020 .button.green:hover {
  background: #91c868 !important;
}
.interior_2020 .sidebar-content {
  margin: 80px 0;
}
.interior_2020 .main-bar {
  margin: 80px 0;
}
.interior_2020 .main-bar p {
  color: black !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0.64px !important;
}
.interior_2020 .main-bar h1, .interior_2020 .main-bar h2 {
  color: #623290 !important;
  font-size: 60px !important;
  font-weight: 700 !important;
  letter-spacing: 2.4px !important;
}
@media (max-width: 767.98px) {
  .interior_2020 .main-bar h1, .interior_2020 .main-bar h2 {
    font-size: 40px !important;
  }
}
.interior_2020 .main-bar h3 {
  color: black !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  letter-spacing: 1.2px !important;
}
.interior_2020 .main-bar h4 {
  font-size: 20px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  color: #76ba43 !important;
  letter-spacing: 1px !important;
}
.interior_2020 .main-bar img {
  width: 95%;
  box-shadow: 3px 5px 9px rgba(0, 0, 0, 0.35);
  margin-bottom: 40px;
}
.interior_2020 .main-bar .wp-block-button__link {
  background: #f06c23 !important;
  color: white !important;
  padding: 6px 24px !important;
  transition: 0.3s all;
}
.interior_2020 .main-bar .wp-block-button__link:focus, .interior_2020 .main-bar .wp-block-button__link:hover {
  background: #f38c53 !important;
}

/*# sourceMappingURL=2020-templates.css.map */
