/*!
Theme Name: Help Me Grow WA
Author: Dill Pixel
Author URI: http://dillpixel.com
Description: The official theme of the Help Me Grow WA website.
Version: 1.0
Text Domain: helpmegrowwa
*/
body {
  font-family: "Montserrat";
  color: #1D252C;
  margin: 0;
}
input,
button {
  font-family: "Montserrat";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:focus,
button:focus {
  outline: none;
}
.clear {
  clear: both;
}
.lightbox {
  position: fixed;
  top: calc(50% - 306px);
  right: calc(50% - 300px);
  z-index: 6;
  box-sizing: border-box;
  width: 600px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 6px solid #561553;
  box-shadow: 0 0 0 99999px rgba(207, 210, 211, 0.9);
}
@media (max-width: 1000px) {
  .lightbox {
    top: calc(50% - 277px);
    right: calc(50% - 130px);
    width: 260px;
  }
}
.lightbox.closed {
  display: none;
}
.lightbox .image {
  position: relative;
  width: 100%;
}
.lightbox .image .lightbox-img {
  width: 100%;
}
.lightbox .image .x-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
}
@media (max-width: 1000px) {
  .lightbox .image .x-close {
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
  }
}
.lightbox .text {
  position: relative;
  text-align: center;
  width: 100%;
}
.lightbox .text .writing {
  font-family: "Montserrat";
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding: 0 40px 30px 40px;
}
@media (max-width: 1000px) {
  .lightbox .text .writing {
    padding: 0 15px 30px 15px;
  }
}
.lightbox .text .writing .lightbox-heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.33em;
  color: #561553;
  margin: 24px 0 20px 0;
}
@media (max-width: 1000px) {
  .lightbox .text .writing .lightbox-heading {
    font-size: 20px;
  }
}
.lightbox .text .writing .lightbox-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.2px;
  color: #1D252C;
  margin: 0 0 24px 0;
}
@media (max-width: 1000px) {
  .lightbox .text .writing .lightbox-text {
    font-size: 16px;
  }
}
.lightbox .text .writing .lightbox-text a {
  text-decoration: none;
  color: #00ABC8;
}
.lightbox .text .writing .lightbox-text a:hover {
  text-decoration: underline;
}
.lightbox .text .writing .lightbox-logo {
  display: inline-block;
  width: 218px;
  height: 50px;
  text-decoration: none;
  transition: opacity 250ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}
.lightbox .text .writing .lightbox-logo:hover {
  opacity: 0.7;
}
@media (max-width: 1000px) {
  .lightbox .text .writing .lightbox-logo {
    width: 180px;
    height: 41px;
  }
}
.lightbox .text .writing .lightbox-logo > img {
  width: 218px;
  height: 50px;
}
@media (max-width: 1000px) {
  .lightbox .text .writing .lightbox-logo > img {
    width: 180px;
    height: 41px;
  }
}
.news-feature-block + .other-sites-block.light-gray {
  margin-top: -80px;
}
.logo-boxes-block.white + .tile-block.white {
  margin-top: -80px;
}
.logo-boxes-block.light-gray + .tile-block.light-gray {
  margin-top: -80px;
}
.logo-boxes-block.white + .tile-block.light-gray {
  margin-top: 0px;
}
.tile-block.white + .logo-boxes-block.white {
  margin-top: -30px;
}
.tile-block.light-gray + .logo-boxes-block.light-gray {
  margin-top: -80px;
}
.text-block.light-gray + .tile-block.light-gray {
  margin-top: -50px;
}
.tile-block.light-gray + .tile-block.light-gray {
  margin-top: -80px;
}
.tile-block.light-gray + .invitation-block.light-gray {
  margin-top: -80px;
}
.tile-block.light-gray + .boxes-block.light-gray {
  margin-top: -50px;
}
.tile-block.light-gray + .fifty-fifty-block {
  margin-top: -50px;
}
.tile-block.light-gray + .columns-block.background-image {
  margin-top: -50px;
}
.tile-block.light-gray + .text-block.light-gray {
  margin-top: -50px;
}
.text-block.light-gray + .line-block.light-gray {
  margin-top: -60px;
}
.text-block.light-gray + .donate-block {
  margin-top: 0px;
}
.text-block.white + .data-tables-block.white {
  padding-top: 0px;
  margin-top: -20px;
}
.text-block.light-gray + .logo-boxes-block.light-gray {
  margin-top: -50px;
}
.banner-block.text + .text-block.light-gray {
  margin-top: -50px;
}
.banner-block.text + .light-gray {
  margin-top: -50px;
}
.text-image-block.light-gray + .donate-block {
  margin-top: -50px;
}
.text-image-block.light-gray + .fifty-fifty-block {
  margin-top: -50px;
}
.line-block.light-gray + .text-block.light-gray {
  margin-top: -40px;
}
.text-block.light-gray + .contact-block {
  margin-top: -40px;
}
.text-block.light-gray + .login-block {
  margin-top: -60px;
}
.login-block + .line-block.light-gray {
  margin-top: -64px;
}
.logout-block + .line-block.light-gray {
  margin-top: -40px;
}
.tile-block.light-gray:last-child {
  margin-bottom: 0;
}
.infographic-block.light-gray:last-child {
  margin-bottom: 0;
}
.more-ways-block.light-gray:last-child {
  margin-bottom: 0;
}
.text-block.light-gray + .more-ways-block.light-gray {
  margin-top: -80px;
}
.more-ways-block.light-gray + .contact-block {
  margin-top: -90px;
}
.infographic-block.light-gray + .text-block.light-gray {
  margin-top: -60px;
}
.text-block.light-gray + .infographic-block.light-gray {
  margin-top: -40px;
}
.infographic-block.light-gray + .tile-block.light-gray {
  margin-top: -100px;
}
.infographic-block.light-gray + .invitation-block.light-gray {
  margin-top: -100px;
}
.infographic-block.light-gray + .icon-bullets-block.light-gray {
  padding-top: 0px;
  margin-top: -60px;
}
.map-block + .invitation-block.light-gray {
  margin-top: -100px;
}
.icon-bullets-block.light-gray + .invitation-block.light-gray {
  padding-top: 0px;
}
.boxes-block.white.rectangular + .invitation-block.white {
  margin-top: -50px;
}
.tile-block.light-gray + .news-feature-block {
  margin-top: -100px;
}
.tile-block.light-gray + .invitation-w-border-block.light-gray {
  margin-top: -80px;
}
.invitation-block.light-gray + .invitation-block.light-gray {
  padding-top: 0;
  margin-top: -30px;
}
.boxes-block.square + .boxes-block.square {
  margin-top: -35px;
}
@media (max-width: 730px) {
  .boxes-block.square + .boxes-block.square {
    margin-top: -55px;
  }
}
#block_5d4cc9fb9993a {
  margin-bottom: 120px;
}
@media (max-width: 1000px) {
  #block_5d4cc9fb9993a {
    margin-bottom: 60px;
  }
}
#page-who-we-are .boxes-block.white.rectangular .box {
  min-height: unset;
  padding-bottom: 20px;
}
@media (max-width: 850px) {
  #page-who-we-are .boxes-block.white.rectangular .box {
    padding-bottom: 20px;
  }
}
header {
  font-family: "Montserrat";
  overflow: visible;
}
header .covid {
  display: none;
  width: 100%;
  min-height: 60px;
}
header .covid .covid-container {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  min-height: 60px;
  background: linear-gradient(270deg, #00A0C1 0%, #007DA5 100%);
  padding: 0 10px;
  visibility: hidden;
}
header .covid .covid-container .covid-text {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 730px) {
  header .covid .covid-container .covid-text {
    max-width: 380px;
  }
}
header .covid .covid-container .covid-text .exclaim {
  width: 43px;
  height: 43px;
  min-width: 43px;
  min-height: 43px;
  margin: 0 12px 0 0;
}
@media (max-width: 400px) {
  header .covid .covid-container .covid-text .exclaim {
    min-width: 35px;
    min-height: 35px;
  }
}
header .covid .covid-container .covid-text .text {
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.21px;
  line-height: 1.34em;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 920px) {
  header .covid .covid-container .covid-text .text {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  header .covid .covid-container .covid-text .text {
    font-size: 13px;
  }
}
@media (max-width: 342px) {
  header .covid .covid-container .covid-text .text {
    font-size: 12px;
  }
}
header .covid .covid-container .covid-text .text img {
  position: relative;
  top: 3px;
  left: 5px;
  display: inline;
  width: 22px;
  height: 22px;
  transition: left 250ms;
}
@media (max-width: 920px) {
  header .covid .covid-container .covid-text .text img {
    width: 18px;
    height: 18px;
  }
}
header .covid .covid-container .covid-text .text:hover img {
  left: 9px;
}
header nav.top {
  position: relative;
  z-index: 6;
  height: 120px;
  line-height: 36px;
  font-size: 12px;
}
header nav.top .container {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  text-align: right;
  padding: 6px 10px 0 10px;
  margin: 0 auto;
}
@media (max-width: 450px) {
  header nav.top .container {
    flex-direction: column-reverse;
    text-align: left;
  }
}
header nav.top .container .logo {
  color: #323e47;
  text-decoration: none;
  margin: 16px 12px 0 0;
  transition: opacity 250ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}
header nav.top .container .logo:hover {
  opacity: 0.7;
}
@media (max-width: 450px) {
  header nav.top .container .logo {
    margin: 8px 0 0 0;
  }
}
header nav.top .container .logo img {
  width: 314px;
  height: 72px;
}
@media (max-width: 600px) {
  header nav.top .container .logo img {
    width: 218px;
    height: 50px;
  }
}
header nav.top .container .top-wrapper .wr-logo {
  display: block;
  font-size: 0;
  line-height: 0;
  color: #323e47;
  text-decoration: none;
  margin: 6px 0 10px 0;
  transition: opacity 250ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}
header nav.top .container .top-wrapper .wr-logo:hover {
  opacity: 0.7;
}
@media (max-width: 1110px) {
  header nav.top .container .top-wrapper .wr-logo {
    display: none;
  }
}
header nav.top .container .top-wrapper .wr-logo img {
  width: 206px;
  height: 30px;
}
header nav.top .container .top-wrapper .language {
  width: 180px;
  margin: 0 0 0 auto;
}
@media (max-width: 1110px) {
  header nav.top .container .top-wrapper .language {
    margin: 16px 0 0 auto;
  }
}
@media (max-width: 450px) {
  header nav.top .container .top-wrapper .language {
    margin: 0;
  }
}
header nav.top .container .top-wrapper .language .trp_language_switcher_shortcode {
  width: 164px;
}
header nav.top .container .top-wrapper .language .trp_language_switcher_shortcode .trp-language-switcher {
  width: 164px;
  margin: 0;
}
header nav.top .container .top-wrapper .language .trp_language_switcher_shortcode .trp-language-switcher > div {
  width: 164px;
  padding: 0 20px 0 5px;
  border: 2px solid #d8d5d7;
  border-radius: 5px;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
  background-position: calc(100% - 15px) calc(1em + 4px), calc(100% - 7px) calc(1em + 4px);
  background-color: #f6f4f6;
}
header nav.top .container .top-wrapper .language .trp_language_switcher_shortcode .trp-language-switcher > div > a {
  text-align: center;
  font-weight: 700;
  color: #571653;
  text-decoration: none;
  padding: 0 2px;
}
header nav.top .container .top-wrapper .language .trp_language_switcher_shortcode .trp-language-switcher > div > a:hover {
  background-color: transparent;
}
header nav.header {
  position: relative;
  z-index: 5;
  background: rgba(87, 22, 83, 0.05);
}
header nav.header .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  padding: 0 10px;
  margin: 0 auto;
}
header nav.header .container .mobile-wrapper {
  display: none;
}
@media (max-width: 1110px) {
  header nav.header .container .mobile-wrapper {
    display: flex;
  }
}
header nav.header .container .mobile-wrapper .mobile-toggle {
  display: block;
  width: 24px;
  height: 17px;
  margin: 21px 0 22px 0;
  transform: translateY(-0.5px);
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
header nav.header .container .mobile-wrapper .mobile-toggle .bar {
  height: 3px;
  background: #571653;
}
header nav.header .container .mobile-wrapper .mobile-toggle .bar.top {
  position: relative;
  top: 0;
  transition: top 250ms linear 250ms, transform 250ms linear;
}
header nav.header .container .mobile-wrapper .mobile-toggle .bar.top.close {
  top: 7px;
  transform: rotate(-45deg);
  transition: top 250ms linear, transform 250ms linear 250ms;
}
header nav.header .container .mobile-wrapper .mobile-toggle .bar.middle {
  margin: 4px 0;
  transition: opacity 250ms linear;
}
header nav.header .container .mobile-wrapper .mobile-toggle .bar.middle.close {
  opacity: 0;
  transition: opacity 250ms linear;
}
header nav.header .container .mobile-wrapper .mobile-toggle .bar.bottom {
  position: relative;
  top: 0;
  transition: top 250ms linear 250ms, transform 250ms linear;
}
header nav.header .container .mobile-wrapper .mobile-toggle .bar.bottom.close {
  top: -7px;
  transform: rotate(45deg);
  transition: top 250ms linear, transform 250ms linear 250ms;
}
header nav.header .container .mobile-wrapper .loggedin-mobile {
  width: 24px;
  height: 24px;
  text-decoration: none;
  margin: 18px 0 18px 11px;
}
header nav.header .container .mobile-wrapper .loggedin-mobile svg {
  width: 24px;
  height: 24px;
}
header nav.header .container > ul.menu {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 14px 0;
  margin: 0;
}
@media (max-width: 1110px) {
  header nav.header .container > ul.menu {
    display: none;
  }
}
header nav.header .container > ul.menu > li {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.43px;
  line-height: 32px;
  border-left: 2px solid rgba(137, 137, 137, 0.29);
  padding: 0 18px;
  cursor: default;
}
header nav.header .container > ul.menu > li:first-child {
  padding-left: 0;
  border-left: none;
}
header nav.header .container > ul.menu > li > a {
  position: relative;
  display: block;
  color: #571653;
  text-decoration: none;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
header nav.header .container > ul.menu > li > a:hover {
  color: #FF671D;
}
header nav.header .container > ul.menu > li.current-menu-parent > a::after,
header nav.header .container > ul.menu > li.current-menu-item > a::after,
header nav.header .container > ul.menu > li.hover > a::after {
  position: absolute;
  top: 43px;
  left: 0px;
  content: "";
  width: 100%;
  height: 3px;
  background: #571653;
  pointer-events: none;
}
header nav.header .container > ul.menu > li ul.sub-menu {
  display: block;
  position: absolute;
  width: 200px;
  top: 46px;
  left: 0;
  z-index: 5;
  list-style: none;
  line-height: 16px;
  background: #F6F3F6;
  padding: 40px 80px 10px 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1), visibility 0s linear 500ms;
}
header nav.header .container > ul.menu > li ul.sub-menu.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
header nav.header .container > ul.menu > li ul.sub-menu li {
  display: block;
  padding: 0;
  margin: 0 0 26px 0;
}
header nav.header .container > ul.menu > li ul.sub-menu li a {
  font-size: 16px;
  line-height: 1.32em;
  color: #571653;
  text-decoration: none;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
header nav.header .container > ul.menu > li ul.sub-menu li a:hover {
  color: #FF671D;
  opacity: 1;
}
header nav.header .container .loggedin-desktop {
  position: absolute;
  bottom: 18px;
  right: 292px;
  width: 24px;
  height: 24px;
  text-decoration: none;
}
@media (max-width: 1110px) {
  header nav.header .container .loggedin-desktop {
    display: none;
  }
}
header nav.header .container .loggedin-desktop svg {
  width: 24px;
  height: 24px;
}
header nav.header .container .search {
  position: absolute;
  bottom: 9px;
  right: 230px;
  height: 42px;
  width: 42px;
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 800px) {
  header nav.header .container .search {
    display: none;
  }
}
header nav.header .container .search .icon {
  display: block;
  width: 19px;
  height: 20px;
  fill: #561553;
  transition: fill 500ms cubic-bezier(0.19, 1, 0.22, 1);
  padding: 11px;
}
header nav.header .container .search:hover .icon {
  fill: #FF671D;
}
header nav.header .container .donate {
  position: absolute;
  bottom: 0;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 200px;
  height: 76px;
  line-height: 70px;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  color: #ffffff;
  border: 3px solid #FF671D;
  border-radius: 5px 5px 0 0;
  background: #FF671D;
  transition: background 500ms cubic-bezier(0.19, 1, 0.22, 1), color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 800px) {
  header nav.header .container .donate {
    width: 200px;
    height: 54px;
    line-height: 48px;
    font-size: 15px;
  }
}
header nav.header .container .donate:hover {
  background: #ffffff;
  color: #FF671D;
}
header nav.header .container .donate-hover {
  display: none;
  position: absolute;
  bottom: -120px;
  right: 10px;
  border-top: 3px solid #FF671D;
  border-radius: 0 0 5px 5px;
  background: white;
  box-shadow: 0 2px 44px 0 rgba(0, 0, 0, 0.11);
  padding: 0 20px;
}
header nav.header .container .donate-hover h4 {
  color: #571653;
}
header nav.mobile {
  display: none;
  position: fixed;
  z-index: 2;
  top: 211px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1), visibility 0s linear 500ms;
}
@media (max-width: 1110px) {
  header nav.mobile {
    display: block;
  }
}
header nav.mobile.visible {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
header nav.mobile > ul {
  list-style: none;
  font-size: 14px;
  padding: 30px 40px 40px 40px;
  margin: 0;
}
header nav.mobile > ul > li {
  display: block;
  margin: 0 0 40px 0;
}
header nav.mobile > ul > li:last-child {
  margin: 0;
}
header nav.mobile > ul > li > a {
  display: block;
  line-height: 14px;
  font-weight: 600;
  color: #571653;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0 0 15px 0;
}
header nav.mobile > ul > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header nav.mobile > ul > li > ul > li {
  border-bottom: 1px solid #d2d0cd;
}
header nav.mobile > ul > li > ul > li:last-child {
  border: none;
}
header nav.mobile > ul > li > ul > li > a {
  line-height: 34px;
  font-size: 14px;
  font-weight: 400;
  color: #571653;
  text-decoration: none;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
header nav.mobile > ul > li > ul > li > a:hover {
  color: #FF671D;
}
footer {
  position: relative;
  border-top: 5px solid #571653;
}
footer .container {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  padding: 20px 10px 100px 10px;
  margin: 0 auto;
}
@media (max-width: 1160px) {
  footer .container {
    max-width: 580px;
    flex-wrap: wrap;
    padding: 20px 10px 60px 10px;
  }
}
@media (max-width: 450px) {
  footer .container {
    padding-bottom: 0;
  }
}
footer .container nav .section {
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
  margin: 45px 0 10px 0;
}
footer .container nav .section .text-dark {
  line-height: 28px;
  font-weight: 800;
  color: #1D252C;
  margin: 0 0 20px 0;
}
footer .container nav .section .text-light {
  color: #898989;
  margin: -12px 0 20px 0;
}
footer .container nav .section .short-line {
  width: 56px;
  margin: 30px 0;
}
@media (max-width: 450px) {
  footer .container nav .section .short-line {
    display: none;
  }
}
footer .container nav .section .short-line hr {
  height: 0;
  border: none;
  border-top: 1px solid #C3C3C3;
  margin: 0;
}
@media (max-width: 450px) {
  footer .container nav .section .stay-in-touch {
    display: none;
  }
}
footer .container nav .section a {
  display: inline-block;
  text-decoration: none;
  margin-right: 5px;
}
footer .container nav .section a img {
  width: 45px;
  height: 45px;
  vertical-align: top;
  transition: opacity 250ms cubic-bezier(0.19, 1, 0.22, 1);
}
footer .container nav .section a img:hover {
  opacity: 0.7;
}
@media (max-width: 400px) {
  footer .container nav .section a img {
    width: 40px;
    height: 40px;
  }
}
footer .container nav ul {
  list-style: none;
  line-height: 28px;
  font-size: 14px;
  font-weight: 800;
  padding: 0;
  margin: 0;
}
@media (max-width: 500px) {
  footer .container nav ul {
    text-align: center;
  }
}
footer .container nav ul li {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
  margin: 0 0 14px 0;
}
footer .container nav ul li a {
  color: #571653;
  text-decoration: none;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
footer .container nav ul li a:hover {
  color: #FF671D;
  text-decoration: underline;
}
footer .container nav ul li a:not([href]):hover {
  color: #571653;
}
footer .container nav ul li ul {
  list-style: none;
  line-height: 25px;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  margin: 14px 0 0 0;
}
footer .container nav ul li ul li {
  margin: 0 0 14px 0;
}
footer .container nav ul li ul li a {
  color: #898989;
  text-decoration: none;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
footer .container nav ul li ul li a:hover {
  color: #FF671D;
  text-decoration: underline;
}
footer .container nav.about {
  margin: 45px 30px 0 0;
  -webkit-columns: 3 170px;
  -moz-columns: 3 170px;
  columns: 3 170px;
  -webkit-column-gap: 4em;
  -moz-column-gap: 4em;
  column-gap: 4em;
}
@media (max-width: 1110px) {
  footer .container nav.about {
    margin: 45px 0 0 0;
  }
}
@media (max-width: 500px) {
  footer .container nav.about {
    columns: 1;
    margin: 45px auto 0 auto;
  }
}
footer .container nav form {
  position: relative;
  display: flex;
  width: 420px;
}
@media (max-width: 450px) {
  footer .container nav form {
    display: none;
  }
}
footer .container nav form input {
  box-sizing: border-box;
  width: 350px;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  color: #545759;
  background-color: #ffffff;
  padding: 0 12px;
  border: 1px solid #571653;
  border-radius: 5px;
  margin-right: 10px;
}
footer .container nav form button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  font-size: 14px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  color: #ffffff;
  background: #571653;
  border: 3px solid #571653;
  border-radius: 5px;
  cursor: pointer;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
footer .container nav form button:hover {
  opacity: 0.7;
}
footer .container nav form button img {
  width: 21px;
  height: 24px;
}
footer .container nav form ::-webkit-input-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
footer .container nav form ::-moz-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
footer .container nav form :-ms-input-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
footer .container nav form :-moz-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
footer .footer-logos {
  position: relative;
  max-width: 1140px;
  line-height: 12px;
  font-size: 12px;
  padding: 0 10px;
  margin: 0 auto;
}
@media (max-width: 950px) {
  footer .footer-logos {
    text-align: center;
  }
}
footer .footer-logos .wr-logo {
  position: relative;
  width: 175px;
}
footer .line {
  max-width: 1140px;
  padding: 0 10px;
  margin: 20px auto;
}
footer .line hr {
  height: 0;
  border: none;
  border-top: 1px solid rgba(127, 144, 163, 0.24);
  margin: 0;
}
footer nav.legal {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 1140px;
  line-height: 12px;
  font-size: 12px;
  padding: 0 10px 32px 10px;
  margin: 0 auto;
}
@media (max-width: 1150px) {
  footer nav.legal {
    flex-direction: column;
    padding-bottom: 20px;
  }
}
footer nav.legal .text {
  display: flex;
  flex-direction: column;
}
footer nav.legal .text ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 950px) {
  footer nav.legal .text ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
footer nav.legal .text ul li {
  display: inline-block;
  border-left: 1px solid #571653;
  padding: 0 0 0 11px;
  margin: 0 0 0 11px;
}
@media (max-width: 950px) {
  footer nav.legal .text ul li {
    border: none;
    padding: 0;
    margin: 0 0 5px 0;
  }
}
footer nav.legal .text ul li:first-child {
  border: none;
  padding: 0;
  margin: 0 0 5px 0;
}
footer nav.legal .text ul li:last-child {
  padding-right: 10px;
}
@media (max-width: 950px) {
  footer nav.legal .text ul li:last-child {
    padding: 0;
  }
}
footer nav.legal .text ul li a {
  color: #571653;
  text-decoration: none;
  transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
footer nav.legal .text ul li a:hover {
  color: #FF671D;
  text-decoration: underline;
}
footer nav.legal .text span {
  line-height: 15px;
  font-size: 11px;
  font-weight: 500;
  color: #898989;
  text-align: center;
  margin: 10px 0;
}
section.search {
  font-family: "Montserrat";
}
section.search .container {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto 60px auto;
}
section.search .container .content {
  max-width: 750px;
}
section.search .container .content form {
  display: flex;
}
section.search .container .content form input {
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
  border-radius: 5px;
  border: solid 1px rgba(84, 87, 89, 0.33);
  padding: 0 0 0 12px;
  margin: 0 40px 40px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-width 250ms cubic-bezier(0.19, 1, 0.22, 1), border-color 250ms cubic-bezier(0.19, 1, 0.22, 1);
}
section.search .container .content form input ::-webkit-input-placeholder {
  color: rgba(127, 144, 163, 0.7);
}
section.search .container .content form input ::-moz-placeholder {
  color: rgba(127, 144, 163, 0.7);
}
section.search .container .content form input :-ms-input-placeholder {
  color: rgba(127, 144, 163, 0.7);
}
section.search .container .content form input :-moz-placeholder {
  color: rgba(127, 144, 163, 0.7);
}
section.search .container .content form input:focus {
  border: solid 2px #571653;
}
section.search .container .content form button {
  box-sizing: border-box;
  width: 210px;
  height: 46px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background: #FF671D;
  border: 3px solid #FF671D;
  border-radius: 5px;
  box-shadow: none;
  cursor: pointer;
  margin: 0 0 40px 0;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1), background 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
section.search .container .content form button:hover {
  background: #ffffff;
  color: #FF671D;
}
section.search .container .content #results h2 {
  max-width: inherit;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.43em;
  letter-spacing: 0.29px;
  color: #1D252C;
  border-bottom: 3px solid #571653;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
}
section.search .container .content #results .result div:nth-child(1) a {
  font-size: 17px;
  color: #1D252C;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  text-decoration: none;
}
section.search .container .content #results .result div:nth-child(1) a:hover {
  color: #FF671D;
  text-decoration: underline;
}
section.search .container .content #results .result div:nth-child(2) {
  line-height: 17px;
  margin: 0 0 30px 0;
}
section.search .container .content #results .result div:nth-child(2) a {
  font-size: 13px;
  color: #1D252C;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  text-decoration: none;
}
section.search .container .content #results .result div:nth-child(2) a:hover {
  color: #FF671D;
  text-decoration: underline;
}
section.search .container .content #results.hide {
  display: none;
}
.single-post {
  box-sizing: border-box;
  max-width: 1180px;
  font-family: "Montserrat";
  padding: 0 20px;
  margin: 50px auto 0 auto;
}
@media (max-width: 1000px) {
  .single-post {
    flex-direction: column;
  }
}
@media (max-width: 875px) {
  .single-post {
    margin-top: -26px;
  }
}
.single-post .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 50px 0;
}
.single-post .top .news-menu .types {
  font-size: 14px;
  font-weight: 800;
  line-height: 30px;
  color: #571653;
  text-transform: uppercase;
  text-decoration: none;
  border-right: 1px solid rgba(84, 87, 89, 0.29);
  padding: 0 20px;
  margin: 35px 0;
}
@media (max-width: 875px) {
  .single-post .top .news-menu .types {
    display: block;
    text-align: center;
    border: none;
    padding: 0;
    margin: 0 auto;
  }
}
.single-post .top .news-menu .types:first-child {
  padding: 0 20px 0 0;
}
@media (max-width: 875px) {
  .single-post .top .news-menu .types:first-child {
    padding: 0;
  }
}
.single-post .top .news-menu .types:last-child {
  border: none;
}
.single-post .top .subscribe {
  align-items: center;
  border-radius: 5px;
  background-color: rgba(0, 150, 196, 0.1);
  padding: 10px 20px;
  margin-top: 20px;
}
@media (max-width: 520px) {
  .single-post .top .subscribe {
    display: none;
  }
}
.single-post .top .subscribe .writing {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
  color: #571653;
  padding-bottom: 8px;
}
.single-post .top .subscribe form {
  position: relative;
  display: flex;
  width: 420px;
}
.single-post .top .subscribe form input {
  box-sizing: border-box;
  width: 290px;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
  background-color: #ffffff;
  padding: 0 12px;
  border: 1px solid #571653;
  border-radius: 5px;
  margin-right: 10px;
}
.single-post .top .subscribe form button {
  box-sizing: border-box;
  width: 120px;
  height: 60px;
  font-size: 14px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  color: #ffffff;
  background: #571653;
  border: 3px solid #571653;
  border-radius: 5px;
  cursor: pointer;
}
.single-post .top .subscribe form ::-webkit-input-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
.single-post .top .subscribe form ::-moz-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
.single-post .top .subscribe form :-ms-input-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
.single-post .top .subscribe form :-moz-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
.single-post .contain {
  max-width: 965px;
  margin: 0 auto;
}
.single-post .contain .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  margin: 0 0 24px 0;
}
.single-post .contain .info .type-label {
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  border-radius: 14px;
  text-decoration: none;
  color: #ffffff;
  background-color: #d9541d;
  padding: 0 20px;
}
.single-post .contain .info .social {
  display: flex;
}
.single-post .contain .info .social .btn {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  margin-right: 5px;
}
.single-post .contain .info .social .btn img {
  width: 45px;
  height: 45px;
  vertical-align: top;
}
.single-post .contain .content {
  flex-grow: 1;
}
.single-post .contain .content .job-info {
  display: flex;
  justify-content: flex-start;
}
.single-post .contain .content .job-info .job-info-titles {
  padding: 0 50px 0 10px;
}
.single-post .contain .content .job-info .job-info-titles p {
  font-weight: 700;
  color: #571653;
}
.single-post .contain .content h2 {
  line-height: 1.25em;
  font-size: 43px;
  font-weight: bold;
  color: #571653;
  padding: 0 10px;
  margin: 10px auto 10px 0;
}
@media (max-width: 1000px) {
  .single-post .contain .content h2 {
    font-size: 36px;
  }
}
@media (max-width: 632px) {
  .single-post .contain .content h2 {
    font-size: 28px;
  }
}
.single-post .contain .content h3 {
  line-height: 1.43em;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.29px;
  color: #1D252C;
  margin: 40px 0 20px 0;
}
.single-post .contain .content h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.23em;
  color: #1D252C;
  margin: 30px 0 10px 0;
}
.single-post .contain .content p {
  text-align: left;
  line-height: 1.68em;
  font-size: 16px;
  font-weight: 500;
  color: #1D252C;
  margin: 20px 0;
}
.single-post .contain .content p.date {
  font-size: 14px;
  font-weight: 500;
  color: #571653;
  text-transform: capitalize;
  padding: 0 10px 0 0;
  margin: 0;
}
.single-post .contain .content p.author {
  font-size: 14px;
  font-weight: 500;
  color: #571653;
  border-left: 1px solid #571653;
  padding: 0 0 0 10px;
  margin: 0;
}
@media (max-width: 632px) {
  .single-post .contain .content p.author {
    border-left: none;
    padding: 0;
  }
}
.single-post .contain .content ul {
  list-style: none !important;
  font-size: 17px;
  line-height: 1.59em;
  color: #1D252C;
  text-indent: -10px;
  padding: 0;
  margin: 0 0 20px 8px;
}
.single-post .contain .content ul li {
  margin: 0 0 15px 15px;
}
.single-post .contain .content ul li::before {
  position: relative;
  top: 3px;
  left: -15px;
  content: "▪";
  line-height: 0;
  font-size: 24px;
  color: #00ABC8;
}
.single-post .contain .content ul li ul {
  list-style: none !important;
  font-size: 17px;
  line-height: 1.59em;
  color: #1D252C;
  text-indent: -10px;
  padding: 0;
  margin: 0 0 20px 8px;
}
.single-post .contain .content ul li ul li {
  margin: 0 0 15px 15px;
}
.single-post .contain .content ul li ul li::before {
  position: relative;
  top: 3px;
  left: -15px;
  content: "•";
  line-height: 0;
  font-size: 32px;
  color: #00ABC8;
}
.single-post .contain .content strong {
  font-weight: 600;
}
.single-post .contain .content a {
  color: #00ABC8;
}
.single-post .contain .content blockquote {
  margin: 30px 0;
}
.single-post .contain .content blockquote > p {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.74em;
  letter-spacing: 0.23px;
  color: #00ABC8;
  border-left: 1px solid #00ABC8;
  padding-left: 30px;
  margin-left: 0;
}
.single-post .contain .content .date-by {
  display: flex;
  justify-content: flex-start;
  padding: 0 10px;
  margin: 0 0 20px 0;
}
@media (max-width: 632px) {
  .single-post .contain .content .date-by {
    display: block;
  }
}
.single-post .contain .content .date-by hr {
  display: none;
  width: 56px;
  height: 0;
  border: none;
  border-top: 1px solid #561553;
  margin: 6px 0;
}
@media (max-width: 632px) {
  .single-post .contain .content .date-by hr {
    display: block;
  }
}
.single-post .contain .content .photo {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
  margin: 40px 0;
}
.single-post .contain .content .photo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.single-post .contain .content .photo .img-caption {
  font-size: 12px;
  line-height: 20px;
  color: #898989;
  padding: 15px 0 0 0;
}
.single-post .contain .content .photo .video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.single-post .contain .content .photo .video video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.single-post .contain .content .photo .video .plyr {
  position: absolute;
  width: 100%;
  height: 100%;
}
.single-post .contain .content .photo .video .plyr .plyr__video-wrapper {
  width: 100%;
  height: 100%;
}
.single-post .contain .content .photo .video .plyr .plyr__control.plyr__tab-focus {
  box-shadow: none;
}
.single-post .contain .content .photo .video .plyr .plyr__control.plyr__tab-focus,
.single-post .contain .content .photo .video .plyr .plyr__control:hover,
.single-post .contain .content .photo .video .plyr .plyr__control[aria-expanded=true] {
  background: transparent;
}
.single-post .contain .content .photo .video .plyr input[type=range] {
  color: transparent;
}
.single-post .contain .content .photo .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 77px;
  height: 77px;
  cursor: pointer;
  transform: translate(-38.5px, -38.5px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1), visibility 0ms linear 500ms;
}
.single-post .contain .content .photo .video .play:hover {
  transform: translate(-38.5px, -38.5px) scale(1.1);
}
.single-post .contain .content .photo .video .play.visible {
  opacity: 1;
  visibility: visible;
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms cubic-bezier(0.19, 1, 0.22, 1), visibility 0ms linear 0ms;
}
.single-post .contain .content .photo .video .play img {
  width: 100%;
  height: 100%;
}
.single-post .contain .content .video-text {
  padding: 0 10px;
  margin: 0 0 60px 0;
}
.single-post .contain .content .video-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68em;
  letter-spacing: 0.16px;
  color: #1D252C;
  margin: 0 0 20px 0;
}
.single-post .contain .content .video-text p a {
  text-decoration: none;
  color: #00ABC8;
}
.single-post .contain .content .job-legal {
  font-size: 14px;
  line-height: 1.68em;
  font-weight: 500;
  font-style: italic;
  color: #1D252C;
  opacity: 0.6;
  padding: 0 10px;
  margin: 40px 0;
}
.single-post .contain .content .launch-button {
  display: inline-flex;
  justify-content: center;
  box-sizing: border-box;
  min-width: 220px;
  height: 60px;
  line-height: 58px;
  font-size: 16px;
  font-weight: 800;
  text-transform: capitalize;
  text-decoration: none;
  color: #ffffff;
  background: #FF671D;
  border: 3px solid #FF671D;
  border-radius: 5px;
  transition: background 500ms cubic-bezier(0.19, 1, 0.22, 1), color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  padding: 0 20px;
  margin: 0 0 0 10px;
}
.single-post .contain .content .launch-button:hover {
  background: transparent !important;
  color: #FF671D;
}
@media (max-width: 610px) {
  .single-post .contain .content .launch-button {
    width: 100%;
  }
}
.single-post .contain .content .wrapper {
  box-sizing: border-box;
  padding: 0 10px;
  margin: -10px 0 100px 0;
}
.single-post .contain .content .wrapper .wrapper-two .arrow {
  text-decoration: none;
}
.single-post .contain .content .wrapper .wrapper-two .arrow svg {
  margin: 3px 12px 0 5px;
  transition: margin cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
.single-post .contain .content .wrapper .wrapper-two .arrow svg path {
  transition: fill cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
.single-post .contain .content .wrapper .wrapper-two .back-btn {
  display: inline-block;
  line-height: 17px;
  font-size: 17px;
  font-weight: 800;
  color: #ababab;
  text-decoration: none;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
.single-post .contain .content .wrapper .wrapper-two:hover .arrow svg {
  margin: 3px 17px 0 0;
}
.single-post .contain .content .wrapper .wrapper-two:hover .arrow svg path {
  fill: #FF671D;
}
.single-post .contain .content .wrapper .wrapper-two:hover .back-btn {
  color: #FF671D;
  text-decoration: underline;
}
.single-resource {
  font-family: "Montserrat";
  margin: 80px 0;
}
@media (max-width: 1220px) {
  .single-resource {
    margin: 40px 0;
  }
}
.single-resource .container {
  max-width: 1140px;
  padding: 0 10px;
  margin: 0 auto;
}
.single-resource .container .content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1220px) {
  .single-resource .container .content {
    display: block;
  }
}
.single-resource .container .content .image {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  max-width: 490px;
}
@media (max-width: 1220px) {
  .single-resource .container .content .image {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .single-resource .container .content .image {
    width: calc(100% - 40px);
  }
}
.single-resource .container .content .image .image-wrapper {
  display: block;
}
.single-resource .container .content .image .image-wrapper img {
  display: block;
  max-width: 250px;
}
@media (max-width: 1220px) {
  .single-resource .container .content .image .image-wrapper img {
    margin-bottom: 40px;
  }
}
.single-resource .container .content .text {
  box-sizing: border-box;
  max-width: 650px;
  margin: 0 0 0 30px;
}
@media (max-width: 1220px) {
  .single-resource .container .content .text {
    width: calc(100% - 80px);
    margin: 14px auto 0 auto;
  }
}
@media (max-width: 600px) {
  .single-resource .container .content .text {
    width: calc(100% - 40px);
  }
}
.single-resource .container .content .text .confirmation {
  display: none;
}
.single-resource .container .content .text h2 {
  line-height: 1.33em;
  font-size: 35px;
  font-weight: bold;
  color: #00609C;
  margin: 0 0 15px 0;
}
@media (max-width: 800px) {
  .single-resource .container .content .text h2 {
    margin: 0 0 8px 0;
  }
}
.single-resource .container .content .text h3 {
  line-height: 1.625em;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.43px;
  color: #561553;
  margin: 0 0 24px 0;
}
.single-resource .container .content .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6em;
  color: #1D252C;
  margin: 0 0 20px 0;
}
@media (max-width: 800px) {
  .single-resource .container .content .text p {
    margin: 0 0 14px 0;
  }
}
.single-resource .container .content .text b,
.single-resource .container .content .text strong {
  font-weight: 700;
}
.single-resource .container .content .text a {
  text-decoration: none;
  color: #00ABC8;
}
.single-resource .container .content .text a:hover {
  text-decoration: underline;
}
.single-resource .container .content .text ul {
  list-style: none;
  line-height: 1.5em;
  color: #1D252C;
  padding: 0 0 0 25px;
  margin: 0 0 20px 0;
}
.single-resource .container .content .text ul li {
  position: relative;
  margin: 0 0 5px 0;
}
.single-resource .container .content .text ul li::before {
  position: absolute;
  top: 0px;
  left: -25px;
  content: "•";
  font-size: 20px;
  color: #00ABC8;
}
.single-resource .container .content .text ul li ul {
  margin: 5px 0;
}
.single-resource .container .content .text form {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-resource .container .content .text form .field {
  width: 100%;
}
.single-resource .container .content .text form .field.hidden {
  display: none;
}
.single-resource .container .content .text form .field label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
  margin: 0 0 11px 0;
}
.single-resource .container .content .text form .field input {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #7F90A3;
  border: solid 1px #561553;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0 0 0 20px;
  margin: 0 0 24px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.single-resource .container .content .text form .field input:focus {
  border-color: #FF671D;
}
.single-resource .container .content .text form .field input input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
.single-resource .container .content .text form .field .select-wrapper {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  margin: 0 0 24px 0;
}
.single-resource .container .content .text form .field .select-wrapper select {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #7F90A3;
  background: transparent;
  border: solid 1px #561553;
  border-radius: 5px;
  padding: 0 0 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: border-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.single-resource .container .content .text form .field .select-wrapper select:focus {
  border-color: #FF671D;
  outline: none;
}
.single-resource .container .content .text form .field .select-wrapper select::-ms-expand {
  display: none;
}
.single-resource .container .content .text form .field .select-wrapper select::-ms-value {
  background: none;
}
.single-resource .container .content .text form .field .select-wrapper .caret {
  position: absolute;
  top: 14px;
  right: 0;
  width: 50px;
  height: 27px;
  text-align: center;
  border-left: 1px solid #e2e0de;
}
.single-resource .container .content .text form .field .select-wrapper .caret svg {
  position: relative;
  top: 5px;
  width: 10px;
  height: 16px;
  fill: #561553;
  opacity: 0.81;
}
.single-resource .container .content .text form .field textarea {
  box-sizing: border-box;
  width: 100%;
  height: 171px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #7F90A3;
  border: solid 1px #561553;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px;
  margin: 0 0 24px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
  resize: none;
  overflow: auto;
}
.single-resource .container .content .text form .field textarea:focus {
  border-color: #FF671D;
  outline: none;
}
.single-resource .container .content .text form .choices {
  width: 100%;
}
.single-resource .container .content .text form .choices .field {
  width: 48%;
  margin: 0 auto 0 0;
}
@media (max-width: 900px) {
  .single-resource .container .content .text form .choices .field {
    width: 100%;
  }
}
.single-resource .container .content .text form .half-width {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 900px) {
  .single-resource .container .content .text form .half-width {
    display: block;
  }
}
.single-resource .container .content .text form .half-width .field {
  width: 48%;
}
@media (max-width: 900px) {
  .single-resource .container .content .text form .half-width .field {
    width: 100%;
  }
}
.single-resource .container .content .text form #shipping-section {
  width: 100%;
}
.single-resource .container .content .text form #shipping-section.hidden {
  display: none;
}
.single-resource .container .content .text form .legal {
  width: 100%;
  font-size: 12px;
  line-height: 1.67em;
  color: #1D252C;
  margin: 0 0 24px 0;
}
.single-resource .container .content .text form .consent {
  width: 100%;
  font-weight: 500;
  line-height: 12px;
  font-size: 12px;
  line-height: 1.67em;
  color: #1D252C;
  margin: 0 0 8px 0;
}
.single-resource .container .content .text form .submit {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: right;
  margin: 6px 0 0 0;
}
@media (max-width: 650px) {
  .single-resource .container .content .text form .submit {
    flex-direction: column;
  }
}
.single-resource .container .content .text form .submit .check {
  display: flex;
  flex-direction: row;
}
.single-resource .container .content .text form .submit .check .checkbox-label {
  display: block;
  max-width: 250px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #1D252C;
  margin: 0 0 15px 10px;
}
.single-resource .container .content .text form .submit .check .checkbox-input {
  position: relative;
  top: 2px;
  width: 19px;
  height: 19px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #7F90A3;
  border: solid 1px #561553;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0 0 0 20px;
  margin: 0 0 24px 0;
  -webkit-appearance: checkbox;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.single-resource .container .content .text form .submit .check .checkbox-input:focus {
  border-color: #FF671D;
}
.single-resource .container .content .text form .submit .check .checkbox-input:checked {
  background: #561553 !important;
}
.single-resource .container .content .text form .submit button {
  box-sizing: border-box;
  display: inline-block;
  width: 250px;
  height: 60px;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: white;
  padding: 0;
  background-color: #FF671D;
  border: 3px solid #FF671D;
  border-radius: 5px;
  transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1), color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.single-resource .container .content .text form .submit button:hover {
  background-color: white;
  color: #FF671D;
}
@media (max-width: 650px) {
  .single-resource .container .content .text form .submit button {
    width: 100%;
  }
}
.single-resource .container .content .text .grecaptcha-badge {
  display: none;
  opacity: 0;
}
.single-resource .container .line {
  width: 100%;
  margin: 40px auto;
}
.single-resource .container .line hr {
  height: 0;
  border: none;
  border-top: 5px solid rgba(0, 125, 165, 0.07);
  margin: 0;
}
.single-resource .container .wrapper {
  box-sizing: border-box;
  margin: -10px 0 100px 0;
}
.single-resource .container .wrapper .wrapper-two .arrow {
  text-decoration: none;
}
.single-resource .container .wrapper .wrapper-two .arrow svg {
  margin: 3px 12px 0 5px;
  transition: margin cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
.single-resource .container .wrapper .wrapper-two .arrow svg path {
  transition: fill cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
.single-resource .container .wrapper .wrapper-two .back-btn {
  display: inline-block;
  line-height: 17px;
  font-size: 17px;
  font-weight: 800;
  color: #DADADA;
  text-decoration: none;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
.single-resource .container .wrapper .wrapper-two:hover .arrow svg {
  margin: 3px 17px 0 0;
}
.single-resource .container .wrapper .wrapper-two:hover .arrow svg path {
  fill: #FF671D;
}
.single-resource .container .wrapper .wrapper-two:hover .back-btn {
  color: #FF671D;
  text-decoration: underline;
}
section.sitemap {
  font-family: "Montserrat";
}
section.sitemap .container {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto 60px auto;
}
section.sitemap .container .content {
  max-width: 750px;
}
section.sitemap .container .content #post-group h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  color: #1D252C;
  border-bottom: 1px solid #1D252C;
  margin: 30px 0 5px 0;
}
@media (max-width: 1000px) {
  section.sitemap .container .content #post-group h3 {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  section.sitemap .container .content #post-group h3 {
    font-size: 16px;
  }
}
section.sitemap .container .content #post-group .link-list div {
  line-height: 1.69em;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
section.sitemap .container .content #post-group .link-list div > a {
  font-size: 16px;
  color: #00ABC8;
  text-decoration: none;
}
@media (max-width: 600px) {
  section.sitemap .container .content #post-group .link-list div > a {
    font-size: 14px;
  }
}
section.sitemap .container .content #post-group .link-list div > a:hover {
  text-decoration: underline;
}
@media (max-width: 600px) {
  section.sitemap .container .content #post-group .link-list div {
    font-size: 14px;
  }
}
.banner-block {
  font-family: "Montserrat";
  position: relative;
  margin: 0 0 50px 0;
  overflow: hidden;
}
.banner-block.text {
  position: relative;
  height: 250px;
  background: #571653;
  padding: 0 10px;
}
@media (max-width: 800px) {
  .banner-block.text {
    height: 150px;
  }
}
.banner-block.text .graphic {
  position: absolute;
  right: 0;
  top: 0;
  width: 418px;
  height: 250px;
}
@media (max-width: 800px) {
  .banner-block.text .graphic {
    width: 251px;
    height: 150px;
  }
}
.banner-block.text .text-wrapper {
  display: flex;
  align-items: center;
  max-width: 1140px;
  height: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
.banner-block.text .text-wrapper h1 {
  z-index: 1;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.28em;
  letter-spacing: 0.55px;
  color: #ffffff;
  margin: 0;
  visibility: hidden;
}
@media (max-width: 800px) {
  .banner-block.text .text-wrapper h1 {
    font-size: 42px;
  }
}
@media (max-width: 600px) {
  .banner-block.text .text-wrapper h1 {
    font-size: 34px;
  }
}
@media (max-width: 400px) {
  .banner-block.text .text-wrapper h1 {
    font-size: 28px;
  }
}
.banner-block.home {
  position: relative;
  font-family: "Montserrat";
  background-size: cover;
  overflow: hidden;
  height: 455px;
}
@media (max-width: 1300px) {
  .banner-block.home {
    height: 400px;
  }
}
@media (max-width: 1000px) {
  .banner-block.home {
    height: 350px;
  }
}
@media (max-width: 900px) {
  .banner-block.home {
    height: 280px;
  }
}
@media (max-width: 775px) {
  .banner-block.home {
    height: 220px;
  }
}
@media (max-width: 650px) {
  .banner-block.home {
    height: 160px;
  }
}
@media (max-width: 450px) {
  .banner-block.home {
    height: 120px;
  }
}
.banner-block.home .home-graphic {
  position: absolute;
  right: 0;
  top: 0;
  width: 689px;
  height: 455px;
}
@media (max-width: 1300px) {
  .banner-block.home .home-graphic {
    width: 606px;
    height: 400px;
  }
}
@media (max-width: 1000px) {
  .banner-block.home .home-graphic {
    width: 530px;
    height: 350px;
  }
}
@media (max-width: 900px) {
  .banner-block.home .home-graphic {
    width: 424px;
    height: 280px;
  }
}
@media (max-width: 775px) {
  .banner-block.home .home-graphic {
    width: 333px;
    height: 220px;
  }
}
@media (max-width: 650px) {
  .banner-block.home .home-graphic {
    width: 242px;
    height: 160px;
  }
}
@media (max-width: 450px) {
  .banner-block.home .home-graphic {
    width: 182px;
    height: 120px;
  }
}
.banner-block.home .feature {
  position: relative;
  display: flex;
  justify-content: center;
  height: 455px;
  padding: 0 10px;
}
@media (max-width: 1300px) {
  .banner-block.home .feature {
    height: 400px;
  }
}
@media (max-width: 1000px) {
  .banner-block.home .feature {
    height: 350px;
  }
}
@media (max-width: 900px) {
  .banner-block.home .feature {
    height: 280px;
  }
}
@media (max-width: 775px) {
  .banner-block.home .feature {
    height: 220px;
  }
}
@media (max-width: 650px) {
  .banner-block.home .feature {
    height: 160px;
  }
}
@media (max-width: 450px) {
  .banner-block.home .feature {
    height: 120px;
  }
}
.banner-block.home .feature .home-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 1160px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}
.banner-block.home .feature .home-wrapper .writing {
  position: relative;
  box-sizing: border-box;
  height: 374px;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 40px;
}
@media (max-width: 1300px) {
  .banner-block.home .feature .home-wrapper .writing {
    height: 328px;
  }
}
@media (max-width: 1000px) {
  .banner-block.home .feature .home-wrapper .writing {
    height: 290px;
  }
}
@media (max-width: 900px) {
  .banner-block.home .feature .home-wrapper .writing {
    height: 230px;
    padding: 30px;
  }
}
@media (max-width: 775px) {
  .banner-block.home .feature .home-wrapper .writing {
    height: 180px;
    padding: 20px;
  }
}
@media (max-width: 650px) {
  .banner-block.home .feature .home-wrapper .writing {
    display: none;
  }
}
.banner-block.home .feature .home-wrapper .writing h2 {
  max-width: 500px;
  color: #561553;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.25em;
  visibility: hidden;
}
@media (max-width: 1300px) {
  .banner-block.home .feature .home-wrapper .writing h2 {
    max-width: 440px;
    margin: 20px 0;
  }
}
@media (max-width: 1000px) {
  .banner-block.home .feature .home-wrapper .writing h2 {
    max-width: 385px;
    font-size: 34px;
    margin: 10px 0;
  }
}
@media (max-width: 900px) {
  .banner-block.home .feature .home-wrapper .writing h2 {
    max-width: 300px;
    font-size: 26px;
  }
}
@media (max-width: 775px) {
  .banner-block.home .feature .home-wrapper .writing h2 {
    max-width: 242px;
    font-size: 21px;
  }
}
.banner-block.home .feature .home-wrapper .writing .button {
  position: absolute;
  bottom: 40px;
  right: 44px;
  display: block;
  line-height: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #FF671D;
  text-decoration: none;
  cursor: pointer;
  margin: 0 0 0 auto;
  visibility: hidden;
}
@media (max-width: 900px) {
  .banner-block.home .feature .home-wrapper .writing .button {
    font-size: 12px;
    bottom: 30px;
  }
}
.banner-block.home .feature .home-wrapper .writing .button .arrow {
  position: relative;
  top: 3px;
  left: 5px;
  bottom: auto;
  width: 18px;
  height: 18px;
  margin: 0;
  transition: left 200ms;
}
@media (max-width: 900px) {
  .banner-block.home .feature .home-wrapper .writing .button .arrow {
    top: 4px;
  }
}
.banner-block.home .feature .home-wrapper .writing .button:hover .arrow {
  left: 9px;
}
.banner-block.home-with-slides {
  height: 455px;
}
@media (max-width: 1250px) {
  .banner-block.home-with-slides {
    height: 360px;
  }
}
@media (max-width: 1000px) {
  .banner-block.home-with-slides {
    height: 280px;
  }
}
.banner-block.home-with-slides .slide-carousel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.banner-block.home-with-slides .slide-carousel:focus {
  outline: none;
}
.banner-block.home-with-slides .slide-carousel .slick-list {
  display: flex;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .banner-block.home-with-slides .slide-carousel .slick-list {
    display: block;
  }
}
.banner-block.home-with-slides .slide-carousel .slick-list .slick-track {
  display: flex;
}
.banner-block.home-with-slides .slide-carousel .slick-list .slick-track .slide-wrapper {
  outline: none;
  padding: 0;
  margin: 0;
}
.banner-block.home-with-slides .slide-carousel .slick-list .slick-track .slide-wrapper .slide {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 455px;
  background-color: #ebeae6;
}
@media (max-width: 1250px) {
  .banner-block.home-with-slides .slide-carousel .slick-list .slick-track .slide-wrapper .slide {
    height: 360px;
  }
}
@media (max-width: 1000px) {
  .banner-block.home-with-slides .slide-carousel .slick-list .slick-track .slide-wrapper .slide {
    height: 280px;
  }
}
.banner-block.home-with-slides .slide-carousel .slick-list .slick-track .slide-wrapper .slide .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: top center;
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 850px) {
  .banner-block.home-with-slides .slide-carousel .slick-list .slick-track .slide-wrapper .slide .background {
    display: none;
  }
}
.banner-block.home-with-slides .slide-carousel .slick-list .slick-track .slide-wrapper .slide .text-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
@media (max-width: 800px) {
  .banner-block.home-with-slides .slide-carousel .slick-list .slick-track .slide-wrapper .slide .text-wrapper {
    text-align: center;
  }
}
.banner-block.home-with-slides .slide-carousel .slick-list .slick-track .slide-wrapper .slide .text-wrapper .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  max-width: 1180px;
  height: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .banner-block.home-with-slides .slide-carousel .slick-list .slick-track .slide-wrapper .slide .text-wrapper .text {
    align-items: center;
  }
}
.banner-block.home-with-slides .slide-carousel .slick-list .slick-track .slide-wrapper .slide .text-wrapper .text .heading {
  max-width: 840px;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.28em;
  letter-spacing: 0.55px;
  color: #561553;
  margin: 0 0 30px 0;
}
@media (max-width: 1250px) {
  .banner-block.home-with-slides .slide-carousel .slick-list .slick-track .slide-wrapper .slide .text-wrapper .text .heading {
    max-width: 660px;
    font-size: 42px;
  }
}
@media (max-width: 1000px) {
  .banner-block.home-with-slides .slide-carousel .slick-list .slick-track .slide-wrapper .slide .text-wrapper .text .heading {
    max-width: 560px;
    font-size: 36px;
  }
}
@media (max-width: 850px) {
  .banner-block.home-with-slides .slide-carousel .slick-list .slick-track .slide-wrapper .slide .text-wrapper .text .heading {
    font-size: 30px;
  }
}
@media (max-width: 800px) {
  .banner-block.home-with-slides .slide-carousel .slick-list .slick-track .slide-wrapper .slide .text-wrapper .text .heading {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .banner-block.home-with-slides .slide-carousel .slick-list .slick-track .slide-wrapper .slide .text-wrapper .text .heading {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .banner-block.home-with-slides .slide-carousel .slick-list .slick-track .slide-wrapper .slide .text-wrapper .text .heading {
    font-size: 20px;
  }
}
.banner-block.home-with-slides .slide-carousel .slick-list .slick-track .slide-wrapper .slide .text-wrapper .text .button-wrapper {
  width: 100%;
}
.banner-block.home-with-slides .slide-carousel .slick-list .slick-track .slide-wrapper .slide .text-wrapper .text .button-wrapper .button {
  display: inline-block;
  box-sizing: border-box;
  height: 60px;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  color: #ffffff;
  background: #FF671D;
  border: 3px solid;
  border-radius: 5px;
  border-color: #FF671D;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms, background-color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  padding: 0 30px;
  box-shadow: none;
  cursor: pointer;
}
@media (max-width: 800px) {
  .banner-block.home-with-slides .slide-carousel .slick-list .slick-track .slide-wrapper .slide .text-wrapper .text .button-wrapper .button {
    height: 54px;
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .banner-block.home-with-slides .slide-carousel .slick-list .slick-track .slide-wrapper .slide .text-wrapper .text .button-wrapper .button {
    font-size: 14px;
  }
}
.banner-block.home-with-slides .slide-carousel .slick-list .slick-track .slide-wrapper .slide .text-wrapper .text .button-wrapper .button:hover {
  color: #FF671D;
  background-color: transparent;
}
.banner-block.home-with-slides .slide-carousel .slick-list .slick-track .slide-wrapper .slide .text-wrapper .text .button-wrapper .button:focus {
  outline: none;
}
.banner-block.home-with-slides .slide-carousel .slick-dots {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}
.banner-block.home-with-slides .slide-carousel .slick-dots li {
  display: inline-block;
  list-style: none;
}
.banner-block.home-with-slides .slide-carousel .slick-dots li.slick-active button {
  background: #FF671D;
}
.banner-block.home-with-slides .slide-carousel .slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0;
  background: rgba(255, 255, 255, 0.4);
  padding: 0;
  border: none;
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
}
@media (max-width: 700px) {
  .banner-block.home-with-slides .slide-carousel .slick-dots li button {
    margin: 0px 3px;
  }
}
.banner-block.home-with-slides .slide-carousel .slick-dots li button:focus {
  outline: none;
}
.banner-block.home-with-slides .slide-carousel .slick-dots li button::before {
  display: none;
}
.benefit-finder-block {
  width: 100%;
}
.boxes-block {
  font-family: "Montserrat";
  padding: 0 10px 65px 10px;
}
.boxes-block.rectangular .boxes-wrapper .boxes .container .box {
  height: 100%;
  min-height: 460px;
  border: 3px solid;
  text-align: center;
}
.boxes-block.rectangular .boxes-wrapper .boxes .container .box img {
  height: 100%;
  max-height: 104px;
  width: auto;
  margin: 0 auto 24px auto;
}
.boxes-block.rectangular .boxes-wrapper .boxes .container .box img.logo-icon {
  max-height: 56px;
  margin: 0 auto 24px 0;
}
.boxes-block.rectangular .boxes-wrapper .boxes .container .box img.story {
  width: calc(100% + 40px);
  height: auto;
  max-height: unset;
  border-radius: 2px 2px 0 0;
  margin: -45px 0 40px -20px;
}
.boxes-block.rectangular .boxes-wrapper .boxes .container .box .wrapper {
  bottom: 30px;
}
.boxes-block.square .boxes-wrapper .boxes .container .box {
  height: 325px;
  border: 2px solid;
  text-align: left;
}
.boxes-block.square .boxes-wrapper .boxes .container .box:hover {
  border: 2px solid #FF671D;
  background-color: #ffffff;
  box-shadow: 0 2px 44px 0 rgba(0, 0, 0, 0.11);
}
.boxes-block.square .boxes-wrapper .boxes .container .box img {
  width: 47px;
  height: 47px;
  margin: 0 auto 24px 0;
}
.boxes-block.square .boxes-wrapper .boxes .container .box .wrapper {
  bottom: 15px;
}
.boxes-block .boxes-wrapper {
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .boxes-block .boxes-wrapper {
    max-width: 800px;
  }
}
@media (max-width: 850px) {
  .boxes-block .boxes-wrapper {
    flex-direction: column;
  }
}
.boxes-block .boxes-wrapper .boxes {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 850px) {
  .boxes-block .boxes-wrapper .boxes {
    flex-direction: column;
    margin: 0 auto;
  }
}
.boxes-block .boxes-wrapper .boxes .container {
  visibility: hidden;
  padding: 0 15px;
  margin-bottom: 40px;
}
@media (max-width: 850px) {
  .boxes-block .boxes-wrapper .boxes .container:last-child {
    margin-bottom: 0px;
  }
}
.boxes-block .boxes-wrapper .boxes .container .box {
  position: relative;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  width: 357px;
  border-radius: 5px;
  transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  text-decoration: none;
  padding: 45px 20px 90px 20px;
}
@media (max-width: 850px) {
  .boxes-block .boxes-wrapper .boxes .container .box {
    padding: 45px 20px 60px 20px;
  }
}
@media (max-width: 380px) {
  .boxes-block .boxes-wrapper .boxes .container .box {
    width: 100%;
  }
}
.boxes-block .boxes-wrapper .boxes .container .box h2 {
  font-size: 33px;
  font-weight: bold;
  line-height: 1.24em;
  letter-spacing: 0.01em;
  color: #1D252C;
  margin: 0 0 20px 0;
}
.boxes-block .boxes-wrapper .boxes .container .box h3 {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: 0.01em;
  color: #1D252C;
  margin: 0 0 20px 0;
}
.boxes-block .boxes-wrapper .boxes .container .box h3 a {
  color: #00ABC8;
  text-decoration: none;
}
.boxes-block .boxes-wrapper .boxes .container .box h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0.01em;
  color: #1D252C;
  margin: 0;
}
.boxes-block .boxes-wrapper .boxes .container .box h4 a {
  color: #00ABC8;
  text-decoration: none;
}
.boxes-block .boxes-wrapper .boxes .container .box p {
  flex-grow: 1;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  color: #1D252C;
  margin: 10px 0 28px 0;
}
.boxes-block .boxes-wrapper .boxes .container .box p a {
  color: #00ABC8;
  text-decoration: none;
}
.boxes-block .boxes-wrapper .boxes .container .box p a:hover {
  text-decoration: underline;
}
.boxes-block .boxes-wrapper .boxes .container .box .wrapper {
  position: absolute;
  width: 314px;
}
@media (max-width: 380px) {
  .boxes-block .boxes-wrapper .boxes .container .box .wrapper {
    left: 20px;
    width: calc(100% - 40px);
  }
}
.boxes-block .boxes-wrapper .boxes .container .box .wrapper .button {
  display: inline-block;
  box-sizing: border-box;
  width: 204px;
  height: 60px;
  text-align: center;
  line-height: 58px;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
  background: #571653;
  border: 3px solid #571653;
  border-radius: 5px;
  box-shadow: none;
  margin: 0 auto;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms, background-color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
.boxes-block .boxes-wrapper .boxes .container .box .wrapper .button:hover {
  color: #571653;
  background-color: #ffffff;
  cursor: pointer;
}
.boxes-block .boxes-wrapper .boxes .container .box .wrapper .textlink {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.18px;
  line-height: 1.78em;
  text-decoration: none;
  color: #FF671D;
  cursor: pointer;
  margin: 10px 0;
}
.boxes-block .boxes-wrapper .boxes .container .box .wrapper .textlink .arrow {
  position: relative;
  top: 3px;
  left: 4px;
  bottom: auto;
  width: 18px;
  height: 18px;
  margin: 0;
  transition: left 200ms;
}
.boxes-block .boxes-wrapper .boxes .container .box .wrapper .textlink:hover {
  text-decoration: underline;
}
.boxes-block .boxes-wrapper .boxes .container .box .wrapper .textlink:hover .arrow {
  left: 8px;
}
.boxes-block .boxes-wrapper .boxes .container .box.dark-purple {
  background: #571653;
}
.boxes-block .boxes-wrapper .boxes .container .box.dark-purple .wrapper .button {
  background: rgba(255, 255, 255, 0.16);
  border: none;
}
.boxes-block .boxes-wrapper .boxes .container .box.dark-purple .wrapper .button:hover {
  color: #571653;
  background-color: #ffffff;
}
.boxes-block .boxes-wrapper .boxes .container .box.border-light-gray {
  border-color: rgba(207, 210, 211, 0.46);
}
.boxes-block .boxes-wrapper .boxes .container .box.border-blue {
  border-color: #00ABC8;
}
.boxes-block .boxes-wrapper .boxes .container .box.border-purple {
  border-color: #561553;
}
.boxes-block .boxes-wrapper .boxes .container .box.border-dark-purple {
  border-color: #571653;
}
.boxes-block .boxes-wrapper .boxes .container .box.border-orange {
  border-color: #FF671D;
}
.boxes-block .boxes-wrapper .boxes .container .box.border-none {
  border-color: transparent;
}
.boxes-block .boxes-wrapper .boxes .container .box.small p {
  font-size: 16px;
}
.boxes-block .boxes-wrapper .boxes .container .box.large p {
  font-size: 20px;
}
.boxes-block .boxes-wrapper .boxes .container .box.left {
  text-align: left;
}
.boxes-block .boxes-wrapper .boxes .container a.box:hover {
  opacity: 0.65;
}
.boxes-block .boxes-wrapper .boxes .container a.box:hover .wrapper .textlink {
  text-decoration: underline;
}
.boxes-block .boxes-wrapper .boxes .container a.box:hover .wrapper .textlink .arrow {
  left: 8px;
}
@media (max-width: 850px) {
  .boxes-block .boxes-wrapper .boxes .container {
    margin-bottom: 20px;
  }
}
.boxes-block.light-gray {
  background-color: #F9F8F8;
  overflow: hidden;
}
.boxes-block.lines-between-boxes .boxes-wrapper .boxes .container {
  border-right: solid 3px rgba(216, 216, 216, 0.5);
}
.boxes-block.lines-between-boxes .boxes-wrapper .boxes .container:last-child {
  border: none;
}
.boxes-block.lines-between-boxes .boxes-wrapper .boxes .container:nth-child(3n) {
  border: none;
}
@media (max-width: 1200px) {
  .boxes-block.lines-between-boxes .boxes-wrapper .boxes .container:nth-child(3n) {
    border-right: solid 3px rgba(216, 216, 216, 0.5);
  }
  .boxes-block.lines-between-boxes .boxes-wrapper .boxes .container:last-child {
    border: none;
  }
  .boxes-block.lines-between-boxes .boxes-wrapper .boxes .container:nth-child(2n) {
    border: none;
  }
}
@media (max-width: 850px) {
  .boxes-block.lines-between-boxes .boxes-wrapper .boxes .container {
    border: none;
  }
  .boxes-block.lines-between-boxes .boxes-wrapper .boxes .container:nth-child(3n) {
    border-right: none;
  }
}
.contact-block {
  font-family: "Montserrat";
  background-color: #F9F8F8;
  overflow: hidden;
  padding: 40px 10px 60px 10px;
  margin: 0;
}
.contact-block .container {
  box-sizing: border-box;
  max-width: 1140px;
  background-color: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  padding: 40px 60px 60px 60px;
  margin: 0 auto;
}
@media (max-width: 650px) {
  .contact-block .container {
    padding: 20px;
  }
}
.contact-block .container hr {
  width: 100%;
  height: 0;
  border: none;
  border-top: 5px solid rgba(0, 149, 196, 0.13);
  margin: 0 0 40px 0;
}
@media (max-width: 650px) {
  .contact-block .container hr {
    margin: 0 0 20px 0;
  }
}
.contact-block .container h2 {
  display: none;
  line-height: 1.3em;
  font-size: 30px;
  font-weight: 500;
  color: #571653;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
.contact-block .container p {
  display: none;
  max-width: 1140px;
  line-height: 1.5em;
  font-size: 21px;
  color: #1D252C;
  margin: 0;
}
.contact-block .container form {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-block .container form .field {
  width: 48%;
}
@media (max-width: 900px) {
  .contact-block .container form .field {
    width: 100%;
  }
}
.contact-block .container form .field.full-width {
  width: 100%;
}
.contact-block .container form .field label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
  margin: 0 0 11px 0;
}
.contact-block .container form .field input {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #7F90A3;
  border: solid 1px #571653;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0 0 0 20px;
  margin: 0 0 24px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.contact-block .container form .field input:focus {
  border-color: #FF671D;
}
.contact-block .container form .field input input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
.contact-block .container form .field .select-wrapper {
  position: relative;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  margin: 0 0 24px 0;
}
.contact-block .container form .field .select-wrapper select {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #7F90A3;
  background: transparent;
  border: solid 1px #571653;
  border-radius: 5px;
  padding: 0 0 0 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: border-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.contact-block .container form .field .select-wrapper select:focus {
  border-color: #FF671D;
}
.contact-block .container form .field .select-wrapper select::-ms-expand {
  display: none;
}
.contact-block .container form .field .select-wrapper select::-ms-value {
  background: none;
}
.contact-block .container form .field .select-wrapper .caret {
  position: absolute;
  top: 14px;
  right: 0;
  width: 50px;
  height: 27px;
  text-align: center;
  border-left: 1px solid #e2e0de;
}
.contact-block .container form .field .select-wrapper .caret svg {
  position: relative;
  top: 5px;
  width: 10px;
  height: 16px;
  fill: #8B2A74;
  opacity: 0.81;
}
.contact-block .container form .field textarea {
  box-sizing: border-box;
  width: 100%;
  height: 171px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #7F90A3;
  border: solid 1px #571653;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px;
  margin: 0 0 24px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
  resize: none;
  overflow: auto;
}
.contact-block .container form .field textarea:focus {
  border-color: #FF671D;
  outline: none;
}
.contact-block .container form .legal {
  width: 100%;
  font-size: 12px;
  line-height: 1.67em;
  color: #1D252C;
  margin: 0 0 24px 0;
}
.contact-block .container form .consent {
  width: 100%;
  font-weight: 500;
  line-height: 12px;
  font-size: 12px;
  line-height: 1.67em;
  color: #1D252C;
  margin: 0 0 8px 0;
}
.contact-block .container form .submit {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: right;
  margin: 6px 0 0 0;
}
@media (max-width: 650px) {
  .contact-block .container form .submit {
    flex-direction: column;
  }
}
.contact-block .container form .submit .check {
  display: flex;
  flex-direction: row;
}
.contact-block .container form .submit .check .checkbox-label {
  display: block;
  max-width: 250px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #1D252C;
  margin: 0 0 15px 10px;
}
.contact-block .container form .submit .check .checkbox-input {
  position: relative;
  top: 2px;
  width: 19px;
  height: 19px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #7F90A3;
  border: solid 1px #571653;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0 0 0 20px;
  margin: 0 0 24px 0;
  -webkit-appearance: checkbox;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.contact-block .container form .submit .check .checkbox-input:focus {
  border-color: #FF671D;
}
.contact-block .container form .submit .check .checkbox-input:checked {
  background: #571653 !important;
}
.contact-block .container form .submit button {
  box-sizing: border-box;
  display: inline-block;
  width: 250px;
  height: 60px;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: white;
  padding: 0;
  background-color: #FF671D;
  border: 3px solid #FF671D;
  border-radius: 5px;
  transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1), color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.contact-block .container form .submit button:hover {
  background-color: white;
  color: #FF671D;
}
@media (max-width: 650px) {
  .contact-block .container form .submit button {
    width: 100%;
  }
}
.data-tables-block {
  font-family: "Montserrat";
  padding: 40px 10px 0 10px;
}
.data-tables-block .container {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
  visibility: hidden;
}
@media (max-width: 1170px) {
  .data-tables-block .container {
    flex-wrap: wrap;
    max-width: 548px;
  }
}
.data-tables-block .container .data-table {
  width: 100%;
  max-width: 528px;
  margin-bottom: 40px;
}
@media (max-width: 1170px) {
  .data-tables-block .container .data-table:first-child {
    margin-bottom: 60px;
  }
}
.data-tables-block .container .data-table .table-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  color: #1D252C;
  margin: 0 0 12px 0;
}
.data-tables-block .container .data-table table {
  width: 100%;
  max-width: 528px;
  border-spacing: 0;
}
.data-tables-block .container .data-table table .column-heading {
  background-color: #A1007D;
  min-height: 64px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.01em;
  color: #ffffff;
  padding: 16px;
}
.data-tables-block .container .data-table table .column-heading.col-one {
  width: 47%;
}
.data-tables-block .container .data-table table .column-heading.col-two {
  width: 53%;
}
.data-tables-block .container .data-table table .spacer {
  min-width: 2px;
  max-width: 2px;
  width: 2px;
  background-color: #ffffff;
  padding: 0;
}
.data-tables-block .container .data-table table .column-value {
  background-color: #f0f1f1;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.01em;
  color: #1D252C;
  padding: 16px;
}
.data-tables-block .container .data-table table .column-value.col-one {
  width: calc(47% - 1px);
}
.data-tables-block .container .data-table table .column-value.col-two {
  width: calc(53% - 1px);
}
.data-tables-block .container .data-table table .data-row {
  min-height: 64px;
}
.data-tables-block .container .data-table table .data-row:nth-child(odd) .column-value {
  background-color: #fafafa;
}
.fifty-fifty-block {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  width: 100%;
  font-family: "Montserrat";
}
@media (max-width: 1000px) {
  .fifty-fifty-block {
    flex-direction: column-reverse;
    margin: 0 auto;
  }
}
.fifty-fifty-block.left {
  flex-direction: row-reverse;
}
@media (max-width: 1000px) {
  .fifty-fifty-block.left {
    flex-direction: column-reverse;
  }
}
.fifty-fifty-block.left .info .container.regular {
  margin: 0 auto 0 60px;
}
@media (max-width: 1000px) {
  .fifty-fifty-block.left .info .container.regular {
    margin: 0 auto;
  }
}
.fifty-fifty-block.left .info .container.narrow {
  margin: 0 auto 0 140px;
}
@media (max-width: 1000px) {
  .fifty-fifty-block.left .info .container.narrow {
    margin: 0 auto;
  }
}
.fifty-fifty-block.right .info .container.regular {
  margin: 0 60px 0 auto;
}
@media (max-width: 1000px) {
  .fifty-fifty-block.right .info .container.regular {
    margin: 0 auto;
  }
}
.fifty-fifty-block.right .info .container.narrow {
  margin: 0 140px 0 auto;
}
@media (max-width: 1000px) {
  .fifty-fifty-block.right .info .container.narrow {
    margin: 0 auto;
  }
}
.fifty-fifty-block.blue {
  background: #00ABC8;
}
.fifty-fifty-block.purple {
  background: #561553;
}
.fifty-fifty-block.dark-purple {
  background: #571653;
}
.fifty-fifty-block.orange {
  background: #FF671D;
}
.fifty-fifty-block.hot-pink {
  background: #A1007D;
}
.fifty-fifty-block .flower-graphic {
  display: none;
}
.fifty-fifty-block .info {
  box-sizing: border-box;
  width: 50%;
  min-height: 540px;
  padding-top: 50px;
}
@media (max-width: 1000px) {
  .fifty-fifty-block .info {
    width: 100%;
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.fifty-fifty-block .info.watermark {
  background-image: url(/wp-content/themes/helpmegrowwa/images/fifty-fifty-watermark.svg);
  background-position: bottom left;
  background-repeat: no-repeat;
}
@media (max-width: 1000px) {
  .fifty-fifty-block .info.watermark {
    background-image: none;
  }
}
.fifty-fifty-block .info .container {
  visibility: hidden;
  padding: 0 0 80px 20px;
}
.fifty-fifty-block .info .container.regular {
  max-width: 510px;
}
.fifty-fifty-block .info .container.narrow {
  max-width: 430px;
}
.fifty-fifty-block .info .container.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 440px;
  padding-bottom: 0;
}
@media (max-width: 1000px) {
  .fifty-fifty-block .info .container.center {
    height: auto;
  }
}
.fifty-fifty-block .info .container.bottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 440px;
  padding-bottom: 0;
}
@media (max-width: 1000px) {
  .fifty-fifty-block .info .container.bottom {
    height: auto;
  }
}
@media (max-width: 1000px) {
  .fifty-fifty-block .info .container {
    padding: 0 20px 80px 20px;
    margin: 0 auto;
  }
}
.fifty-fifty-block .info .container h1 {
  z-index: 1;
  font-size: 54px;
  font-weight: 800;
  line-height: 1.28em;
  letter-spacing: 0.55px;
  color: #ffffff;
  margin: 0 0 20px 0;
}
@media (max-width: 800px) {
  .fifty-fifty-block .info .container h1 {
    font-size: 42px;
  }
}
@media (max-width: 600px) {
  .fifty-fifty-block .info .container h1 {
    font-size: 34px;
  }
}
@media (max-width: 400px) {
  .fifty-fifty-block .info .container h1 {
    font-size: 28px;
  }
}
.fifty-fifty-block .info .container h2 {
  width: 100%;
  line-height: 1.33em;
  font-size: 43px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.01em;
  margin: 0 0 20px 0;
}
@media (max-width: 1260px) {
  .fifty-fifty-block .info .container h2 {
    font-size: 36px;
    margin: 30px 0 15px 0;
  }
}
.fifty-fifty-block .info .container h3 {
  width: 100%;
  line-height: 1.43em;
  font-size: 35px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.01em;
  margin: 0 auto 20px auto;
}
@media (max-width: 1260px) {
  .fifty-fifty-block .info .container h3 {
    font-size: 30px;
    margin: 15px auto;
  }
}
.fifty-fifty-block .info .container h4 {
  width: 100%;
  line-height: 1.65em;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #ffffff;
  margin: 0 auto 20px auto;
}
@media (max-width: 1260px) {
  .fifty-fifty-block .info .container h4 {
    font-size: 24px;
    margin: 15px auto;
  }
}
.fifty-fifty-block .info .container p {
  line-height: 1.6em;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin: 0 auto 20px auto;
}
.fifty-fifty-block .info .container p.quote-source {
  font-size: 16px;
}
@media (max-width: 1260px) {
  .fifty-fifty-block .info .container p.quote-source {
    font-size: 13px;
    margin: 0 auto 15px auto;
  }
}
.fifty-fifty-block .info .container b,
.fifty-fifty-block .info .container strong {
  font-weight: 700;
}
.fifty-fifty-block .info .container a {
  color: #ffffff;
}
.fifty-fifty-block .info .container ul {
  list-style: none;
  line-height: 1.57em;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  padding: 0 0 0 25px;
  margin: 20px 0;
}
.fifty-fifty-block .info .container ul li {
  position: relative;
  margin: 0 0 5px 0;
}
.fifty-fifty-block .info .container ul li::before {
  position: absolute;
  top: 0px;
  left: -25px;
  content: "•";
  font-size: 16px;
  color: white;
}
.fifty-fifty-block .info .container ol {
  list-style: none;
  line-height: 1.57em;
  font-size: 18px;
  color: #ffffff;
  padding: 0 0 0 25px;
  margin: 20px 0;
}
.fifty-fifty-block .info .container ol li {
  position: relative;
  margin: 0 0 5px 0;
  counter-increment: counter-1;
}
.fifty-fifty-block .info .container ol li::before {
  position: absolute;
  top: 0px;
  left: -32px;
  width: 25px;
  text-align: center;
  content: counter(counter-1) ".";
  color: white;
}
.fifty-fifty-block .info .container ol li ol {
  margin-top: 10px;
}
.fifty-fifty-block .info .container ol li ol li {
  counter-increment: counter-2;
}
.fifty-fifty-block .info .container ol li ol li:before {
  content: counter(counter-2) ".";
}
.fifty-fifty-block .info .container .link {
  width: 100%;
  text-align: right;
  margin: 30px 0 0 0;
}
.fifty-fifty-block .info .container .link .button {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  width: 220px;
  height: 60px;
  line-height: 58px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  color: #ffffff;
  border-radius: 5px;
  transition: background 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.fifty-fifty-block .info .container .link .button img {
  max-height: 54px;
  margin-right: 20px;
}
.fifty-fifty-block .info .container .link .button:hover {
  background: transparent !important;
}
@media (max-width: 610px) {
  .fifty-fifty-block .info .container .link .button {
    width: 100%;
  }
}
.fifty-fifty-block .info .container .link .button.purple {
  background: #571653;
  border: 3px solid #571653;
}
.fifty-fifty-block .info .container .link .button.orange {
  background: #FF671D;
  border: 3px solid #FF671D;
}
.fifty-fifty-block .image {
  position: relative;
  width: 50%;
  height: auto;
  background-size: cover;
  visibility: hidden;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .fifty-fifty-block .image {
    width: 90%;
    max-width: 540px;
    height: 318px;
    margin: 40px auto;
    border-radius: 5px;
  }
}
.fifty-fifty-block .image .corner {
  position: absolute;
  top: 0;
  right: 0;
  width: 44%;
  height: auto;
}
.fifty-fifty-block .image .rectangle {
  position: absolute;
  top: 126px;
  right: -21px;
  height: 42px;
  width: 42px;
  transform: rotate(-45deg);
}
@media (max-width: 1000px) {
  .fifty-fifty-block .image .rectangle {
    display: none;
  }
}
.fifty-fifty-block .image .rectangle.blue {
  background-color: #00ABC8;
}
.fifty-fifty-block .image .rectangle.purple {
  background-color: #561553;
}
.fifty-fifty-block .image .rectangle.dark-purple {
  background-color: #571653;
}
.fifty-fifty-block .image .rectangle.orange {
  background-color: #FF671D;
}
.fifty-fifty-block .image .rectangle.hot-pink {
  background-color: #A1007D;
}
@media (max-width: 1000px) {
  .fifty-fifty-block.fifty-fifty-banner {
    background: #571653;
    padding: 0 10px;
  }
}
@media (max-width: 1000px) {
  .fifty-fifty-block.fifty-fifty-banner .flower-graphic {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 100%;
  }
}
.fifty-fifty-block.fifty-fifty-banner .info {
  min-height: 355px;
  padding-top: 0;
}
@media (max-width: 1000px) {
  .fifty-fifty-block.fifty-fifty-banner .info {
    display: flex;
    align-items: center;
    max-width: 1140px;
    height: 100%;
    min-height: unset;
    padding-top: 40px;
    margin: 0 auto;
  }
}
.fifty-fifty-block.fifty-fifty-banner .info .container {
  padding: 0 0 0 20px;
}
@media (max-width: 1000px) {
  .fifty-fifty-block.fifty-fifty-banner .info .container {
    padding: 0;
    margin: 0 auto 0 0;
  }
}
.fifty-fifty-block.fifty-fifty-banner .info .container h1 {
  font-size: 52px;
  margin: 0;
}
@media (max-width: 1100px) {
  .fifty-fifty-block.fifty-fifty-banner .info .container h1 {
    font-size: 50px;
  }
}
@media (max-width: 1000px) {
  .fifty-fifty-block.fifty-fifty-banner .info .container h1 {
    font-size: 48px;
    font-weight: 700;
    margin: 0;
  }
}
@media (max-width: 800px) {
  .fifty-fifty-block.fifty-fifty-banner .info .container h1 {
    font-size: 42px;
  }
}
@media (max-width: 600px) {
  .fifty-fifty-block.fifty-fifty-banner .info .container h1 {
    font-size: 34px;
  }
}
@media (max-width: 400px) {
  .fifty-fifty-block.fifty-fifty-banner .info .container h1 {
    font-size: 28px;
  }
}
.fifty-fifty-block.fifty-fifty-banner .info .container.center {
  height: 355px;
}
@media (max-width: 1000px) {
  .fifty-fifty-block.fifty-fifty-banner .info .container.center {
    height: auto;
    margin: 0 auto 0 0;
  }
}
.fifty-fifty-block.fifty-fifty-banner .info .container.bottom {
  height: 355px;
}
@media (max-width: 1000px) {
  .fifty-fifty-block.fifty-fifty-banner .info .container.bottom {
    height: auto;
    margin: 0 auto 0 0;
  }
}
@media (max-width: 1000px) {
  .fifty-fifty-block.fifty-fifty-banner .image {
    display: none;
  }
}
.hotlines-block {
  font-family: "Montserrat";
  padding: 0 10px;
}
.hotlines-block .boxes-wrapper {
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .hotlines-block .boxes-wrapper {
    max-width: 800px;
  }
}
@media (max-width: 850px) {
  .hotlines-block .boxes-wrapper {
    flex-direction: column;
  }
}
.hotlines-block .boxes-wrapper .boxes {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 850px) {
  .hotlines-block .boxes-wrapper .boxes {
    flex-direction: column;
    margin: 0 auto;
  }
}
@media (max-width: 380px) {
  .hotlines-block .boxes-wrapper .boxes {
    width: 100%;
  }
}
.hotlines-block .boxes-wrapper .boxes .container {
  visibility: hidden;
  padding: 0 15px;
  margin-bottom: 40px;
}
@media (max-width: 850px) {
  .hotlines-block .boxes-wrapper .boxes .container:last-child {
    margin-bottom: 0px;
  }
}
.hotlines-block .boxes-wrapper .boxes .container .box {
  position: relative;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  width: 357px;
  height: 100%;
  min-height: 193px;
  border: 3px solid rgba(207, 210, 211, 0.46);
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  padding: 36px 10px;
}
@media (max-width: 380px) {
  .hotlines-block .boxes-wrapper .boxes .container .box {
    width: 100%;
    min-height: unset;
  }
}
.hotlines-block .boxes-wrapper .boxes .container .box .hotline-name {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: 0.01em;
  color: #561553;
  margin: 0 0 20px 0;
}
.hotlines-block .boxes-wrapper .boxes .container .box .hotline-name a {
  color: #00ABC8;
  text-decoration: none;
}
@media (max-width: 850px) {
  .hotlines-block .boxes-wrapper .boxes .container .box .hotline-name {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .hotlines-block .boxes-wrapper .boxes .container .box .hotline-name {
    font-size: 16px;
  }
}
.hotlines-block .boxes-wrapper .boxes .container .box .hotline-phone {
  font-size: 33px;
  font-weight: bold;
  line-height: 1.24em;
  letter-spacing: 0.01em;
  color: #00ABC8;
  padding: 0 20px 0 0;
  margin: 0;
}
@media (max-width: 850px) {
  .hotlines-block .boxes-wrapper .boxes .container .box .hotline-phone {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .hotlines-block .boxes-wrapper .boxes .container .box .hotline-phone {
    font-size: 24px;
  }
}
.hotlines-block .boxes-wrapper .boxes .container .box .hotline-phone svg {
  position: relative;
  top: 3px;
  width: 20px;
  height: 29px;
}
@media (max-width: 850px) {
  .hotlines-block .boxes-wrapper .boxes .container .box .hotline-phone svg {
    top: 4px;
  }
}
@media (max-width: 500px) {
  .hotlines-block .boxes-wrapper .boxes .container .box .hotline-phone svg {
    top: 3px;
    width: 15px;
    height: 22px;
  }
}
.hotlines-block .boxes-wrapper .boxes .container .box .hotline-phone > a {
  text-decoration: none;
  color: #00ABC8;
}
@media (max-width: 850px) {
  .hotlines-block .boxes-wrapper .boxes .container {
    margin-bottom: 20px;
  }
}
.hotlines-block.light-gray {
  background-color: #F9F8F8;
  overflow: hidden;
}
.icon-bullets-block {
  position: relative;
  font-family: "Montserrat";
  padding: 50px 10px 40px 10px;
  margin: 0 auto;
}
.icon-bullets-block .container {
  position: relative;
  box-sizing: border-box;
  max-width: 1140px;
  padding: 0 108px 0 0;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .icon-bullets-block .container {
    padding: 0 9.47% 0 0;
  }
}
@media (max-width: 650px) {
  .icon-bullets-block .container {
    padding: 0;
  }
}
.icon-bullets-block .container .icon-bullet {
  display: flex;
  box-sizing: border-box;
  visibility: hidden;
  margin: 0 0 46px 0;
}
@media (max-width: 650px) {
  .icon-bullets-block .container .icon-bullet {
    flex-direction: column;
    text-align: center;
  }
}
.icon-bullets-block .container .icon-bullet:last-child {
  margin: 0 0 20px 0;
}
.icon-bullets-block .container .icon-bullet .image-wrapper {
  box-sizing: border-box;
  width: 187px;
}
@media (max-width: 650px) {
  .icon-bullets-block .container .icon-bullet .image-wrapper {
    width: 100%;
  }
}
.icon-bullets-block .container .icon-bullet .image-wrapper img {
  width: 124px;
  min-width: 124px;
  height: auto;
  margin: 0 48px auto 15px;
}
@media (max-width: 650px) {
  .icon-bullets-block .container .icon-bullet .image-wrapper img {
    margin: 0 0 20px 0;
  }
}
.icon-bullets-block .container .icon-bullet .writing-wrapper {
  display: block;
}
.icon-bullets-block .container .icon-bullet .writing-wrapper h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.24px;
  color: #1D252C;
  margin: 0 0 20px 0;
}
@media (max-width: 650px) {
  .icon-bullets-block .container .icon-bullet .writing-wrapper h2 {
    font-size: 20px;
  }
}
.icon-bullets-block .container .icon-bullet .writing-wrapper h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.24px;
  color: #1D252C;
  margin: 0 0 20px 0;
}
@media (max-width: 650px) {
  .icon-bullets-block .container .icon-bullet .writing-wrapper h3 {
    font-size: 20px;
  }
}
.icon-bullets-block .container .icon-bullet .writing-wrapper h4 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0.24px;
  color: #1D252C;
  margin: 0 0 20px 0;
}
@media (max-width: 650px) {
  .icon-bullets-block .container .icon-bullet .writing-wrapper h4 {
    font-size: 20px;
  }
}
.icon-bullets-block .container .icon-bullet .writing-wrapper p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.2px;
  color: #1D252C;
  margin: 0 0 20px 0;
}
@media (max-width: 650px) {
  .icon-bullets-block .container .icon-bullet .writing-wrapper p {
    font-size: 18px;
  }
}
.icon-bullets-block .container .icon-bullet .writing-wrapper p a {
  text-decoration: none;
  color: #00ABC8;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}
.icon-bullets-block .container .icon-bullet .writing-wrapper p a:hover {
  text-decoration: underline;
}
.icon-bullets-block .container .icon-bullet .writing-wrapper sup {
  font-size: 0.66667em;
  vertical-align: super;
}
.icon-bullets-block.light-gray {
  background-color: #F9F8F8;
}
.infographic-block {
  position: relative;
  font-family: "Montserrat";
  padding: 0 10px;
  margin: 60px 0;
  overflow: hidden;
}
@media (max-width: 900px) {
  .infographic-block {
    margin: 40px 0;
  }
}
.infographic-block .container {
  max-width: 1140px;
  text-align: center;
  padding: 40px 0 80px 0;
  margin: 0 auto;
}
.infographic-block .container h2 {
  font-size: 43px;
  font-weight: 700;
  line-height: 1.33em;
  color: #1D252C;
  margin: 20px 0 20px 0;
  visibility: hidden;
}
.infographic-block .container h3 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.23em;
  letter-spacing: 0.14px;
  color: #1D252C;
  margin: 20px 0 30px 0;
  visibility: hidden;
}
.infographic-block .container h4 {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.39em;
  letter-spacing: 0.16px;
  color: #1D252C;
  margin: 20px 0 40px 0;
  visibility: hidden;
}
.infographic-block .container p {
  color: #1D252C;
  margin: 0 0 20px 0;
}
.infographic-block .container a {
  text-decoration: none;
  color: #00ABC8;
}
.infographic-block .container a svg {
  position: relative;
  top: 3px;
  left: 6px;
  display: inline;
  width: 18px;
  height: 18px;
  transition: left 250ms;
}
.infographic-block .container a:hover {
  text-decoration: underline;
}
.infographic-block .container a:hover svg {
  left: 10px;
}
.infographic-block .container img {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  visibility: hidden;
}
.infographic-block .container img.round {
  border-radius: 5px;
}
@media (max-width: 900px) {
  .infographic-block .container img.desktop {
    display: none;
  }
}
.infographic-block .container img.mobile {
  display: none;
}
@media (max-width: 900px) {
  .infographic-block .container img.mobile {
    display: block;
  }
}
.infographic-block.white .container {
  padding: 0;
}
.infographic-block.light-gray {
  background: #F9F8F8;
}
.invitation-block {
  font-family: "Montserrat";
  padding: 0 10px;
  margin: 50px auto 60px auto;
}
.invitation-block .container {
  max-width: 1140px;
  margin: 0 auto;
}
.invitation-block .container h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.43em;
  letter-spacing: 0.29px;
  color: #1D252C;
  margin: 0 0 20px 0;
}
@media (max-width: 1000px) {
  .invitation-block .container h2 {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .invitation-block .container h2 {
    font-size: 24px;
  }
}
.invitation-block .container h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  color: #1D252C;
  margin: 0 0 20px 0;
}
@media (max-width: 1000px) {
  .invitation-block .container h3 {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .invitation-block .container h3 {
    font-size: 16px;
  }
}
.invitation-block .container h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56em;
  letter-spacing: 0.0125em;
  color: #1D252C;
  margin: 0 0 20px 0;
}
.invitation-block .container h4 strong {
  font-weight: 700;
}
@media (max-width: 1000px) {
  .invitation-block .container h4 {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .invitation-block .container h4 {
    font-size: 13px;
  }
}
.invitation-block .container p {
  line-height: 1.6em;
  font-size: 20px;
  font-weight: 500;
  color: #1D252C;
  margin: 0 0 20px 0;
}
.invitation-block .container p > a {
  font-size: 20px;
}
@media (max-width: 600px) {
  .invitation-block .container p > a {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .invitation-block .container p {
    font-size: 15px;
  }
}
.invitation-block .container a {
  text-decoration: none;
  color: #00ABC8;
}
.invitation-block .container a.page-link {
  color: #ffffff;
}
.invitation-block .container a img {
  position: relative;
  top: 3px;
  left: 5px;
  display: inline;
  width: 18px;
  height: 18px;
  transition: left 250ms;
}
.invitation-block .container a:hover {
  text-decoration: underline;
}
.invitation-block .container a:hover img {
  left: 9px;
}
.invitation-block .container .btn {
  display: inline-block;
  box-sizing: border-box;
  height: 60px;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  padding: 0 30px;
  border: 3px solid;
  border-radius: 5px;
  box-shadow: none;
  cursor: pointer;
}
.invitation-block .container .btn.orange {
  color: #ffffff;
  background: #FF671D;
  border-color: #FF671D;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms, background-color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
.invitation-block .container .btn.orange:hover {
  text-decoration: none;
  color: #FF671D;
  background-color: transparent;
}
.invitation-block .container .btn.purple {
  color: #ffffff;
  background: #571653;
  border-color: #571653;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms, background-color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
.invitation-block .container .btn.purple:hover {
  text-decoration: none;
  color: #571653;
  background-color: transparent;
}
.invitation-block .container.blue {
  box-sizing: border-box;
  background: #00ABC8;
  border-radius: 5px;
  padding: 34px 7.5% 30px 7.5%;
}
.invitation-block .container.blue h2 {
  color: #ffffff;
}
.invitation-block .container.blue h3 {
  color: #ffffff;
}
.invitation-block .container.blue h4 {
  color: #ffffff;
}
.invitation-block .container.blue p {
  color: #ffffff;
}
.invitation-block .container.blue a {
  color: #ffffff;
}
.invitation-block .container.blue .btn.orange:hover {
  color: #ffffff;
}
.invitation-block .container.blue .btn.purple:hover {
  color: #ffffff;
}
.invitation-block .container.purple {
  box-sizing: border-box;
  background: #561553;
  border-radius: 5px;
  padding: 34px 7.5% 30px 7.5%;
}
.invitation-block .container.purple h2 {
  color: #ffffff;
}
.invitation-block .container.purple h3 {
  color: #ffffff;
}
.invitation-block .container.purple h4 {
  color: #ffffff;
}
.invitation-block .container.purple p {
  color: #ffffff;
}
.invitation-block .container.purple a {
  color: #ffffff;
}
.invitation-block .container.purple .btn.orange:hover {
  color: #ffffff;
}
.invitation-block .container.purple .btn.purple:hover {
  color: #ffffff;
}
.invitation-block.left {
  text-align: left;
}
.invitation-block.center {
  text-align: center;
}
.invitation-block.right {
  text-align: right;
}
.invitation-block.light-gray {
  background-color: #F9F8F8;
  overflow: hidden;
  padding: 50px 10px 60px 10px;
  margin: 0;
}
.invitation-block.w-border .container {
  box-sizing: border-box;
  border-radius: 5px;
  border: 3px solid rgba(207, 210, 211, 0.46);
  padding: 34px 5% 30px 5%;
}
.line-block {
  font-family: "Montserrat";
}
.line-block .container {
  box-sizing: border-box;
  max-width: 1160px;
  visibility: hidden;
}
.line-block .container hr {
  height: 0;
  border: none;
  border-top: 5px solid #561553;
  margin: 0;
}
.line-block .container hr.light-blue {
  border-top: 5px solid rgba(0, 149, 196, 0.13);
}
.line-block.light-gray {
  background-color: #F9F8F8;
  overflow: hidden;
}
.line-block.light-gray .container {
  padding: 40px 10px;
  margin: 0 auto;
}
.line-block.white .container {
  padding: 0 10px 0 10px;
  margin: 40px auto;
}
.login-block {
  font-family: "Montserrat";
  background-color: #F9F8F8;
  overflow: hidden;
  padding: 46px 10px 64px 10px;
  margin: 0;
}
.login-block .container {
  box-sizing: border-box;
  max-width: 1140px;
  background-color: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  padding: 40px 20px 60px 20px;
  margin: 0 auto;
}
.login-block .container .login-wrapper {
  max-width: 554px;
  margin: 0 auto;
}
.login-block .container .login-wrapper .section {
  margin: 0px;
}
.login-block .container .login-wrapper .section.reset {
  display: none;
}
.login-block .container .login-wrapper .section h3 {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.43em;
  letter-spacing: 0.01px;
  color: #6C1B6E;
  margin: 0 0 26px 0;
}
.login-block .container .login-wrapper .section .message {
  position: relative;
  top: -15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29em;
  color: #00ABC8;
}
.login-block .container .login-wrapper .section form {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.login-block .container .login-wrapper .section form .field {
  width: 100%;
}
.login-block .container .login-wrapper .section form .field label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
  margin: 0 0 11px 0;
}
.login-block .container .login-wrapper .section form .field input {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #7F90A3;
  border: solid 1px #571653;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0 0 0 20px;
  margin: 0 0 24px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.login-block .container .login-wrapper .section form .field input::-webkit-input-placeholder {
  color: #898989;
}
.login-block .container .login-wrapper .section form .field input::-moz-placeholder {
  color: #898989;
}
.login-block .container .login-wrapper .section form .field input:-ms-input-placeholder {
  color: #898989;
}
.login-block .container .login-wrapper .section form .field input:-moz-placeholder {
  color: #898989;
}
.login-block .container .login-wrapper .section form .field input:focus {
  border-color: #FF671D;
}
.login-block .container .login-wrapper .section form .field input input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
.login-block .container .login-wrapper .section form .consent {
  width: 100%;
  font-weight: 500;
  line-height: 12px;
  font-size: 12px;
  line-height: 1.67em;
  color: #1D252C;
  margin: 0 0 8px 0;
}
.login-block .container .login-wrapper .section form .submit {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-align: right;
  margin: 6px 0 0 0;
}
@media (max-width: 400px) {
  .login-block .container .login-wrapper .section form .submit {
    flex-direction: column;
  }
}
.login-block .container .login-wrapper .section form .submit .extra-wrapper {
  text-align: left;
}
@media (max-width: 400px) {
  .login-block .container .login-wrapper .section form .submit .extra-wrapper {
    margin-bottom: 20px;
  }
}
.login-block .container .login-wrapper .section form .submit .extra-wrapper .link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29em;
  color: #898989;
  cursor: pointer;
}
.login-block .container .login-wrapper .section form .submit .extra-wrapper .check {
  display: flex;
  flex-direction: row;
}
.login-block .container .login-wrapper .section form .submit .extra-wrapper .check .checkbox-label {
  display: block;
  max-width: 250px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #5B5B5B;
  margin: 0 0 11px 0;
}
.login-block .container .login-wrapper .section form .submit .extra-wrapper .check .checkbox-input {
  position: relative;
  top: 2px;
  width: 19px;
  height: 19px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #7F90A3;
  border: solid 1px #571653;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0 0 0 20px;
  margin: 0 0 20px 0;
  -webkit-appearance: checkbox;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.login-block .container .login-wrapper .section form .submit .extra-wrapper .check .checkbox-input:focus {
  border-color: #FF671D;
}
.login-block .container .login-wrapper .section form .submit .extra-wrapper .check .checkbox-input:checked {
  background: #571653 !important;
}
.login-block .container .login-wrapper .section form .submit button {
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  height: 60px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding: 0;
  background-color: #FF671D;
  border: 3px solid #FF671D;
  border-radius: 5px;
  transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1), color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 34px;
}
.login-block .container .login-wrapper .section form .submit button:hover {
  background-color: white;
  color: #FF671D;
}
@media (max-width: 400px) {
  .login-block .container .login-wrapper .section form .submit button {
    width: 100%;
  }
}
.logo-boxes-block {
  font-family: "Montserrat";
  padding: 0 10px 65px 10px;
}
.logo-boxes-block .boxes-wrapper {
  display: flex;
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1190px) {
  .logo-boxes-block .boxes-wrapper {
    max-width: 555px;
  }
}
.logo-boxes-block .boxes-wrapper .boxes {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  flex-wrap: wrap;
}
.logo-boxes-block .boxes-wrapper .boxes .container {
  visibility: hidden;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 1190px) {
  .logo-boxes-block .boxes-wrapper .boxes .container {
    padding: 0;
  }
}
.logo-boxes-block .boxes-wrapper .boxes .container .box {
  position: relative;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  width: 555px;
  height: 100%;
  border: 3px solid;
  border-color: rgba(207, 210, 211, 0.46);
  border-radius: 5px;
  text-decoration: none;
  padding: 45px 30px 30px 30px;
}
@media (max-width: 1190px) {
  .logo-boxes-block .boxes-wrapper .boxes .container .box {
    width: 100%;
  }
}
.logo-boxes-block .boxes-wrapper .boxes .container .box.with-link {
  padding: 45px 30px 110px 30px;
}
@media (max-width: 575px) {
  .logo-boxes-block .boxes-wrapper .boxes .container .box.with-link {
    padding: 45px 20px 90px 20px;
  }
}
.logo-boxes-block .boxes-wrapper .boxes .container .box.orange {
  border-color: #FF671D;
}
.logo-boxes-block .boxes-wrapper .boxes .container .box img {
  height: 100%;
  max-height: 80px;
  width: auto;
  margin: 0 auto 30px 0;
}
@media (max-width: 575px) {
  .logo-boxes-block .boxes-wrapper .boxes .container .box img {
    max-height: 55px;
  }
}
.logo-boxes-block .boxes-wrapper .boxes .container .box h2 {
  font-size: 33px;
  font-weight: bold;
  line-height: 1.24em;
  letter-spacing: 0.01em;
  color: #1D252C;
  margin: 0 0 20px 0;
}
.logo-boxes-block .boxes-wrapper .boxes .container .box h3 {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.35em;
  letter-spacing: 0.01em;
  color: #1D252C;
  margin: 0 0 20px 0;
}
.logo-boxes-block .boxes-wrapper .boxes .container .box h3 a {
  color: #00ABC8;
  text-decoration: none;
}
.logo-boxes-block .boxes-wrapper .boxes .container .box h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0.01em;
  color: #1D252C;
  margin: 0;
}
.logo-boxes-block .boxes-wrapper .boxes .container .box h4 a {
  color: #00ABC8;
  text-decoration: none;
}
.logo-boxes-block .boxes-wrapper .boxes .container .box p {
  flex-grow: 1;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  color: #1D252C;
  margin: 10px 0 28px 0;
}
.logo-boxes-block .boxes-wrapper .boxes .container .box p a {
  color: #00ABC8;
  text-decoration: none;
  white-space: nowrap;
}
.logo-boxes-block .boxes-wrapper .boxes .container .box .wrapper {
  position: absolute;
  bottom: 50px;
  width: 495px;
}
@media (max-width: 575px) {
  .logo-boxes-block .boxes-wrapper .boxes .container .box .wrapper {
    bottom: 40px;
    left: 20px;
    width: calc(100% - 40px);
  }
}
.logo-boxes-block .boxes-wrapper .boxes .container .box .wrapper .button {
  display: inline-block;
  box-sizing: border-box;
  width: 204px;
  height: 60px;
  text-align: center;
  line-height: 58px;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
  background: #571653;
  border: 3px solid #571653;
  border-radius: 5px;
  box-shadow: none;
  margin: 0 auto;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms, background-color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
.logo-boxes-block .boxes-wrapper .boxes .container .box .wrapper .button:hover {
  color: #571653;
  background-color: #ffffff;
  cursor: pointer;
}
.logo-boxes-block .boxes-wrapper .boxes .container .box .wrapper .textlink {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.18px;
  line-height: 1.78em;
  text-decoration: none;
  color: #FF671D;
  cursor: pointer;
  margin: 10px 0;
}
.logo-boxes-block .boxes-wrapper .boxes .container .box .wrapper .textlink .arrow {
  position: relative;
  top: 3px;
  left: 4px;
  bottom: auto;
  width: 18px;
  height: 18px;
  margin: 0;
  transition: left 200ms;
}
.logo-boxes-block .boxes-wrapper .boxes .container .box .wrapper .textlink:hover {
  text-decoration: underline;
}
.logo-boxes-block .boxes-wrapper .boxes .container .box .wrapper .textlink:hover .arrow {
  left: 8px;
}
@media (max-width: 1190px) {
  .logo-boxes-block .boxes-wrapper .boxes .container {
    margin-bottom: 20px;
  }
}
.logo-boxes-block.light-gray {
  background-color: #F9F8F8;
  overflow: hidden;
}
.logout-block {
  font-family: "Montserrat";
  background-color: #F9F8F8;
  overflow: hidden;
  padding: 40px 10px 0px 10px;
  margin: 0;
}
.logout-block .container {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
}
.logout-block .container p {
  line-height: 1.69em;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #3E3E3E;
  margin: 0 0 20px 0;
}
@media (max-width: 600px) {
  .logout-block .container p {
    font-size: 14px;
  }
}
.logout-block .container p a {
  font-size: 16px;
  text-decoration: none;
  color: #00ABC8;
}
@media (max-width: 600px) {
  .logout-block .container p a {
    font-size: 14px;
  }
}
.map-block {
  position: relative;
  font-family: "Montserrat";
  background: #F9F8F8;
  padding: 0 10px;
  margin: 60px 0;
  overflow: visible;
}
.map-block .container {
  text-align: center;
  padding: 40px 0 80px 0;
}
@media (max-width: 1190px) {
  .map-block .container {
    padding: 40px 0;
  }
}
.map-block .container .svg-wrapper {
  position: relative;
  width: 860px;
  margin: 0 auto;
}
@media (max-width: 1340px) {
  .map-block .container .svg-wrapper {
    width: 700px;
  }
}
@media (max-width: 1190px) {
  .map-block .container .svg-wrapper {
    width: 600px;
  }
}
@media (max-width: 1100px) {
  .map-block .container .svg-wrapper {
    width: 500px;
  }
}
@media (max-width: 1000px) {
  .map-block .container .svg-wrapper {
    display: none;
  }
}
.map-block .container .svg-wrapper svg {
  width: 860px;
  height: 555px;
}
@media (max-width: 1340px) {
  .map-block .container .svg-wrapper svg {
    width: 700px;
    height: 452px;
  }
}
@media (max-width: 1190px) {
  .map-block .container .svg-wrapper svg {
    width: 600px;
    height: 387px;
  }
}
@media (max-width: 1100px) {
  .map-block .container .svg-wrapper svg {
    width: 500px;
    height: 323px;
  }
}
.map-block .container .svg-wrapper svg path.county {
  fill: #ddcad9;
  cursor: pointer;
}
.map-block .container .svg-wrapper svg path.county:hover,
.map-block .container .svg-wrapper svg path.county.selected {
  fill: #00ABC8;
}
.map-block .container .svg-wrapper svg path.blue {
  fill: #b0dceb;
}
.map-block .container .svg-wrapper svg path.text {
  fill: #5a5a5a;
}
.map-block .container .svg-wrapper .pop-up {
  position: absolute;
  display: none;
  box-sizing: border-box;
  height: 175px;
  width: 310px;
  pointer-events: none;
  padding: 21px 30px 38px 30px;
  transform: translate(-51px, -165px);
}
.map-block .container .svg-wrapper .pop-up.king .pop-up-wrapper .cnty-link {
  font-size: 11px;
  line-height: 1.3em;
}
.map-block .container .svg-wrapper .pop-up.pierce .pop-up-wrapper .county .sub-name {
  font-size: 11px;
}
.map-block .container .svg-wrapper .pop-up .pop-up-wrapper {
  width: 250px;
  height: 96px;
  text-align: left;
  pointer-events: visible;
}
.map-block .container .svg-wrapper .pop-up .pop-up-wrapper .cnty-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 2em;
  color: #561553;
}
.map-block .container .svg-wrapper .pop-up .pop-up-wrapper .county {
  display: flex;
  align-items: center;
}
.map-block .container .svg-wrapper .pop-up .pop-up-wrapper .county .pin {
  width: 15px;
  height: 19px;
  margin: 0 6px 0 0;
}
.map-block .container .svg-wrapper .pop-up .pop-up-wrapper .county .sub-name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.79em;
  color: #561553;
}
.map-block .container .svg-wrapper .pop-up .pop-up-wrapper hr {
  height: 0;
  border: none;
  border-top: 1px solid #D8D8D8;
  margin: 3px 0;
}
.map-block .container .svg-wrapper .pop-up .pop-up-wrapper .cnty-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79em;
  color: #00ABC8;
  text-decoration: none;
}
.map-block .container .svg-wrapper .pop-up .pop-up-wrapper .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79em;
  color: #5A5A5A;
}
.map-block .container .plain-map {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
  display: none;
}
@media (max-width: 1000px) {
  .map-block .container .plain-map {
    display: block;
  }
}
.map-block .container .plain-map img {
  width: 100%;
}
.map-block .container .plain-map .details {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 520px) {
  .map-block .container .plain-map .details {
    flex-direction: column;
    align-items: center;
  }
}
.map-block .container .plain-map .details .subaff {
  min-width: 47%;
  max-width: 235px;
  text-align: left;
  margin-top: 40px;
}
@media (max-width: 520px) {
  .map-block .container .plain-map .details .subaff {
    width: 60%;
    text-align: center;
  }
}
@media (max-width: 450px) {
  .map-block .container .plain-map .details .subaff {
    width: 70%;
  }
}
@media (max-width: 380px) {
  .map-block .container .plain-map .details .subaff {
    width: 80%;
  }
}
.map-block .container .plain-map .details .subaff .region-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79em;
  color: #561553;
}
.map-block .container .plain-map .details .subaff .county {
  display: flex;
  align-items: center;
  height: 31px;
}
@media (max-width: 520px) {
  .map-block .container .plain-map .details .subaff .county {
    justify-content: center;
  }
}
.map-block .container .plain-map .details .subaff .county .pin {
  width: 15px;
  height: 19px;
  margin: 0 6px 0 0;
}
.map-block .container .plain-map .details .subaff .county .sub-name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1em;
  color: #561553;
}
.map-block .container .plain-map .details .subaff hr {
  height: 0;
  border: none;
  border-top: 1px solid #D8D8D8;
  margin: 3px 0;
}
.map-block .container .plain-map .details .subaff .cnty-link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79em;
  color: #00ABC8;
  text-decoration: none;
}
.map-block .container .plain-map .details .subaff .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79em;
  color: #5A5A5A;
}
.news-feature-block {
  font-family: "Montserrat";
  display: block;
  height: auto;
  background: #F9F8F8;
  padding: 0 0 20px 0;
}
.news-feature-block .container {
  max-width: 1188px;
  padding: 60px 10px 0 10px;
  margin: 0 auto 20px auto;
}
@media (max-width: 1188px) {
  .news-feature-block .container {
    max-width: 584px;
  }
}
@media (max-width: 604px) {
  .news-feature-block .container {
    max-width: 292px;
  }
}
.news-feature-block .container > .title {
  text-align: center;
  margin: 0 auto;
}
.news-feature-block .container > .title h2 {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.01em;
  line-height: 1.17em;
  color: #571653;
  padding: 10px 0 36px 0;
  margin: 0;
}
.news-feature-block .container .wrapper {
  display: flex;
  flex-wrap: wrap;
}
.news-feature-block .container .wrapper a.article {
  display: flex;
  flex-direction: column;
  width: 260px;
  border-radius: 5px;
  text-decoration: none;
  transition: box-shadow 500ms cubic-bezier(0.19, 1, 0.22, 1);
  margin: 0 16px 30px 16px;
  visibility: hidden;
  overflow: hidden;
}
.news-feature-block .container .wrapper a.article:hover {
  box-shadow: 0 2px 44px 0 rgba(0, 0, 0, 0.11);
}
.news-feature-block .container .wrapper a.article:hover .picture .type-label {
  background-color: #ff671d;
}
.news-feature-block .container .wrapper a.article:hover .content {
  background: #ffffff;
}
.news-feature-block .container .wrapper a.article:hover .content .more {
  color: #FF671D;
  text-decoration: underline;
}
.news-feature-block .container .wrapper a.article:hover .content .more .arrow {
  left: 6px;
}
.news-feature-block .container .wrapper a.article:hover .content .more .arrow path {
  fill: #FF671D;
}
.news-feature-block .container .wrapper a.article .picture {
  position: relative;
  width: 260px;
  height: 180px;
}
.news-feature-block .container .wrapper a.article .picture img {
  display: block;
  width: 260px;
  height: 180px;
  border-radius: 5px;
}
.news-feature-block .container .wrapper a.article .picture .type-label {
  position: absolute;
  left: 22px;
  bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  border-radius: 14px;
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.36);
  transition: background-color cubic-bezier(0.19, 1, 0.22, 1) 250ms, opacity cubic-bezier(0.19, 1, 0.22, 1) 250ms;
  padding: 0 20px;
}
.news-feature-block .container .wrapper a.article .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 28px 0 30px 0;
}
.news-feature-block .container .wrapper a.article .content .date-wrapper {
  display: flex;
  flex-direction: row;
  padding: 0 0 0 20px;
  margin: 0 0 12px 0;
}
.news-feature-block .container .wrapper a.article .content .date-wrapper .date-label {
  line-height: 1.3em;
  font-size: 14px;
  font-weight: 700;
  color: #1D252C;
}
.news-feature-block .container .wrapper a.article .content .date-wrapper .event-date {
  line-height: 1.3em;
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
  padding: 0 10px;
}
.news-feature-block .container .wrapper a.article .content .date {
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
  text-transform: capitalize;
  padding: 0 20px;
  margin: 0 auto 12px 0;
}
.news-feature-block .container .wrapper a.article .content .text {
  flex-grow: 1;
  margin: 0 0 26px 0;
}
.news-feature-block .container .wrapper a.article .content .text .title {
  line-height: 1.69em;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #1D252C;
  padding: 0 20px;
  margin: 0 auto 8px 0;
}
.news-feature-block .container .wrapper a.article .content .text .summary {
  line-height: 1.78em;
  font-size: 14px;
  font-weight: 500;
  color: #898989;
  padding: 0 20px;
}
.news-feature-block .container .wrapper a.article .content .more {
  line-height: 16px;
  font-size: 16px;
  font-weight: 800;
  color: #ababab;
  text-transform: capitalize;
  padding: 0 20px;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.news-feature-block .container .wrapper a.article .content .more .arrow {
  position: relative;
  top: 3px;
  left: 2px;
  bottom: auto;
  width: 18px;
  height: 18px;
  margin: 0;
  transition: left 200ms;
}
.news-feature-block .container .wrapper a.article .content .more .arrow path {
  transition: fill 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1188px) {
  .news-feature-block .container .wrapper a.article:nth-child(1) {
    margin-bottom: 40px;
  }
}
@media (max-width: 604px) {
  .news-feature-block .container .wrapper a.article:nth-child(1) {
    margin-bottom: 40px;
  }
}
@media (max-width: 1188px) {
  .news-feature-block .container .wrapper a.article:nth-child(2) {
    margin-bottom: 40px;
  }
}
@media (max-width: 604px) {
  .news-feature-block .container .wrapper a.article:nth-child(2) {
    margin-bottom: 40px;
  }
}
@media (max-width: 604px) {
  .news-feature-block .container .wrapper a.article:nth-child(3) {
    margin-bottom: 40px;
  }
}
.news-feature-block .container .wrapper :nth-child(1) .wrapper {
  padding-top: 0;
  margin-top: 0;
}
.news-page-block {
  font-family: "Montserrat";
  display: block;
  height: auto;
  padding: 0 0 20px 0;
}
@media (max-width: 875px) {
  .news-page-block {
    margin-top: -26px;
  }
}
.news-page-block .container {
  max-width: 1168px;
  margin: 15px auto 20px auto;
}
.news-page-block .container .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 16px;
  margin: 0 0 40px 0;
}
.news-page-block .container .top .news-menu .types {
  font-size: 14px;
  font-weight: 800;
  line-height: 30px;
  color: #571653;
  text-transform: uppercase;
  text-decoration: none;
  border-right: 1px solid rgba(84, 87, 89, 0.29);
  padding: 0 20px;
  margin: 35px 0;
}
@media (max-width: 875px) {
  .news-page-block .container .top .news-menu .types {
    display: block;
    text-align: center;
    border: none;
    padding: 0;
    margin: 0 auto;
  }
}
.news-page-block .container .top .news-menu .types:first-child {
  padding: 0 20px 0 0;
}
@media (max-width: 875px) {
  .news-page-block .container .top .news-menu .types:first-child {
    padding: 0;
  }
}
.news-page-block .container .top .news-menu .types:last-child {
  border: none;
}
.news-page-block .container .top .subscribe {
  align-items: center;
  border-radius: 5px;
  background-color: rgba(0, 150, 196, 0.1);
  padding: 10px 20px;
  margin-top: 20px;
}
.news-page-block .container .top .subscribe .writing {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
  color: #571653;
  padding-bottom: 8px;
}
.news-page-block .container .top .subscribe form {
  position: relative;
  display: flex;
  width: 420px;
}
@media (max-width: 500px) {
  .news-page-block .container .top .subscribe form {
    width: 100%;
  }
}
.news-page-block .container .top .subscribe form input {
  box-sizing: border-box;
  width: 290px;
  height: 60px;
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
  background-color: #ffffff;
  padding: 0 12px;
  border: 1px solid #571653;
  border-radius: 5px;
  margin-right: 10px;
}
@media (max-width: 500px) {
  .news-page-block .container .top .subscribe form input {
    width: 100%;
  }
}
.news-page-block .container .top .subscribe form button {
  box-sizing: border-box;
  width: 120px;
  height: 60px;
  font-size: 14px;
  font-weight: 700;
  line-height: 54px;
  text-align: center;
  color: #ffffff;
  background: #571653;
  border: 3px solid #571653;
  border-radius: 5px;
  cursor: pointer;
}
.news-page-block .container .top .subscribe form ::-webkit-input-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
.news-page-block .container .top .subscribe form ::-moz-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
.news-page-block .container .top .subscribe form :-ms-input-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
.news-page-block .container .top .subscribe form :-moz-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
.news-page-block .container .feature-wrapper {
  padding: 0 16px;
  margin: 0 0 40px 0;
}
.news-page-block .container .feature-wrapper a.feature-article {
  display: flex;
  flex-direction: row;
  max-width: 1136px;
  border-radius: 5px;
  text-decoration: none;
  transition: box-shadow 500ms cubic-bezier(0.19, 1, 0.22, 1);
  margin: 0 auto;
  visibility: hidden;
  overflow: hidden;
}
@media (max-width: 1168px) {
  .news-page-block .container .feature-wrapper a.feature-article {
    flex-direction: column;
    max-width: 555px;
  }
}
.news-page-block .container .feature-wrapper a.feature-article:hover {
  box-shadow: 0 2px 44px 0 rgba(0, 0, 0, 0.11);
}
.news-page-block .container .feature-wrapper a.feature-article:hover .feature-picture .type-label {
  background-color: #ff671d;
}
.news-page-block .container .feature-wrapper a.feature-article:hover .feature-content {
  background: #ffffff;
}
.news-page-block .container .feature-wrapper a.feature-article:hover .feature-content .feature-more {
  color: #FF671D;
  text-decoration: underline;
}
.news-page-block .container .feature-wrapper a.feature-article:hover .feature-content .feature-more .feature-arrow {
  left: 6px;
}
.news-page-block .container .feature-wrapper a.feature-article:hover .feature-content .feature-more .feature-arrow path {
  fill: #FF671D;
}
.news-page-block .container .feature-wrapper a.feature-article .feature-picture {
  position: relative;
  width: 555px;
  height: 392px;
}
@media (max-width: 587px) {
  .news-page-block .container .feature-wrapper a.feature-article .feature-picture {
    width: 100%;
    height: auto;
  }
}
.news-page-block .container .feature-wrapper a.feature-article .feature-picture img {
  display: block;
  width: 555px;
  height: 392px;
  border-radius: 5px;
}
@media (max-width: 587px) {
  .news-page-block .container .feature-wrapper a.feature-article .feature-picture img {
    width: 100%;
    height: auto;
  }
}
.news-page-block .container .feature-wrapper a.feature-article .feature-picture .type-label {
  position: absolute;
  left: 22px;
  bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  border-radius: 14px;
  text-transform: capitalize;
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.36);
  transition: background-color cubic-bezier(0.19, 1, 0.22, 1) 250ms, opacity cubic-bezier(0.19, 1, 0.22, 1) 250ms;
  padding: 0 20px;
}
.news-page-block .container .feature-wrapper a.feature-article .feature-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 28px 0 30px 0;
}
@media (max-width: 1168px) {
  .news-page-block .container .feature-wrapper a.feature-article .feature-content {
    width: 555px;
  }
}
@media (max-width: 587px) {
  .news-page-block .container .feature-wrapper a.feature-article .feature-content {
    width: 100%;
  }
}
.news-page-block .container .feature-wrapper a.feature-article .feature-content .feature-date-wrapper {
  display: flex;
  flex-direction: row;
  padding: 0 0 0 20px;
  margin: 0 0 12px 0;
}
.news-page-block .container .feature-wrapper a.feature-article .feature-content .feature-date-wrapper .feature-date-label {
  line-height: 1.3em;
  font-size: 14px;
  font-weight: 700;
  color: #1D252C;
}
.news-page-block .container .feature-wrapper a.feature-article .feature-content .feature-date-wrapper .feature-event-date {
  line-height: 1.3em;
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
  padding: 0 10px;
}
.news-page-block .container .feature-wrapper a.feature-article .feature-content .feature-date {
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
  text-transform: capitalize;
  padding: 0 20px;
  margin: 0 auto 12px 0;
}
.news-page-block .container .feature-wrapper a.feature-article .feature-content .feature-text {
  flex-grow: 1;
  margin: 0 0 26px 0;
}
.news-page-block .container .feature-wrapper a.feature-article .feature-content .feature-text .feature-title {
  line-height: 1.52em;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #1D252C;
  padding: 0 20px;
  margin: 0 auto 8px 0;
}
.news-page-block .container .feature-wrapper a.feature-article .feature-content .feature-text .feature-summary {
  line-height: 1.6em;
  font-size: 20px;
  font-weight: 500;
  color: #949494;
  padding: 0 20px;
}
.news-page-block .container .feature-wrapper a.feature-article .feature-content .feature-more {
  line-height: 17px;
  font-size: 17px;
  font-weight: 800;
  color: #ababab;
  text-transform: capitalize;
  padding: 0 20px;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.news-page-block .container .feature-wrapper a.feature-article .feature-content .feature-more .feature-arrow {
  position: relative;
  top: 3px;
  left: 2px;
  bottom: auto;
  width: 18px;
  height: 18px;
  margin: 0;
  transition: left 200ms;
}
.news-page-block .container .feature-wrapper a.feature-article .feature-content .feature-more .feature-arrow path {
  transition: fill 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1174px) {
  .news-page-block .container .feature-wrapper a.feature-article:nth-child(1) {
    margin-bottom: 40px;
  }
}
@media (max-width: 594px) {
  .news-page-block .container .feature-wrapper a.feature-article:nth-child(1) {
    margin-bottom: 40px;
  }
}
@media (max-width: 1174px) {
  .news-page-block .container .feature-wrapper a.feature-article:nth-child(2) {
    margin-bottom: 40px;
  }
}
@media (max-width: 594px) {
  .news-page-block .container .feature-wrapper a.feature-article:nth-child(2) {
    margin-bottom: 40px;
  }
}
@media (max-width: 594px) {
  .news-page-block .container .feature-wrapper a.feature-article:nth-child(3) {
    margin-bottom: 40px;
  }
}
.news-page-block .container .feature-wrapper :nth-child(1) .wrapper {
  padding-top: 0;
  margin-top: 0;
}
.news-page-block .container .wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1168px) {
  .news-page-block .container .wrapper {
    justify-content: center;
  }
}
.news-page-block .container .wrapper a.article {
  display: flex;
  flex-direction: column;
  width: 260px;
  border-radius: 5px;
  text-decoration: none;
  transition: box-shadow 500ms cubic-bezier(0.19, 1, 0.22, 1);
  margin: 0 16px 30px 16px;
  visibility: hidden;
  overflow: hidden;
}
.news-page-block .container .wrapper a.article:hover {
  box-shadow: 0 2px 44px 0 rgba(0, 0, 0, 0.11);
}
.news-page-block .container .wrapper a.article:hover .picture .type-label {
  background-color: #ff671d;
}
.news-page-block .container .wrapper a.article:hover .content {
  background: #ffffff;
}
.news-page-block .container .wrapper a.article:hover .content .more {
  color: #FF671D;
  text-decoration: underline;
}
.news-page-block .container .wrapper a.article:hover .content .more .arrow {
  left: 6px;
}
.news-page-block .container .wrapper a.article:hover .content .more .arrow path {
  fill: #FF671D;
}
.news-page-block .container .wrapper a.article .picture {
  position: relative;
  width: 260px;
  height: 180px;
}
.news-page-block .container .wrapper a.article .picture img {
  display: block;
  width: 260px;
  height: 180px;
  border-radius: 5px;
}
.news-page-block .container .wrapper a.article .picture .type-label {
  position: absolute;
  left: 22px;
  bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  border-radius: 14px;
  text-transform: capitalize;
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.36);
  transition: background-color cubic-bezier(0.19, 1, 0.22, 1) 250ms, opacity cubic-bezier(0.19, 1, 0.22, 1) 250ms;
  padding: 0 20px;
}
.news-page-block .container .wrapper a.article .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 28px 0 30px 0;
}
.news-page-block .container .wrapper a.article .content .date-wrapper {
  display: flex;
  flex-direction: row;
  padding: 0 0 0 20px;
  margin: 0 0 12px 0;
}
.news-page-block .container .wrapper a.article .content .date-wrapper .date-label {
  line-height: 1.3em;
  font-size: 14px;
  font-weight: 700;
  color: #1D252C;
  text-transform: capitalize;
}
.news-page-block .container .wrapper a.article .content .date-wrapper .event-date {
  line-height: 1.3em;
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
  padding: 0 10px;
}
.news-page-block .container .wrapper a.article .content .date {
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
  text-transform: capitalize;
  padding: 0 20px;
  margin: 0 auto 12px 0;
}
.news-page-block .container .wrapper a.article .content .text {
  flex-grow: 1;
  margin: 0 0 26px 0;
}
.news-page-block .container .wrapper a.article .content .text .title {
  line-height: 1.69em;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #1D252C;
  padding: 0 20px;
  margin: 0 auto 8px 0;
}
.news-page-block .container .wrapper a.article .content .text .summary {
  line-height: 1.78em;
  font-size: 14px;
  font-weight: 500;
  color: #949494;
  padding: 0 20px;
}
.news-page-block .container .wrapper a.article .content .more {
  line-height: 16px;
  font-size: 16px;
  font-weight: 800;
  color: #ababab;
  text-transform: capitalize;
  padding: 0 20px;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.news-page-block .container .wrapper a.article .content .more .arrow {
  position: relative;
  top: 3px;
  left: 2px;
  bottom: auto;
  width: 18px;
  height: 18px;
  margin: 0;
  transition: left 200ms;
}
.news-page-block .container .wrapper a.article .content .more .arrow path {
  transition: fill 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 1174px) {
  .news-page-block .container .wrapper a.article:nth-child(1) {
    margin-bottom: 40px;
  }
}
@media (max-width: 594px) {
  .news-page-block .container .wrapper a.article:nth-child(1) {
    margin-bottom: 40px;
  }
}
@media (max-width: 1174px) {
  .news-page-block .container .wrapper a.article:nth-child(2) {
    margin-bottom: 40px;
  }
}
@media (max-width: 594px) {
  .news-page-block .container .wrapper a.article:nth-child(2) {
    margin-bottom: 40px;
  }
}
@media (max-width: 594px) {
  .news-page-block .container .wrapper a.article:nth-child(3) {
    margin-bottom: 40px;
  }
}
.news-page-block .container .wrapper :nth-child(1) .wrapper {
  padding-top: 0;
  margin-top: 0;
}
.news-page-block .container .line {
  box-sizing: border-box;
  max-width: 1140px;
  margin: 90px auto 40px auto;
}
.news-page-block .container .line hr {
  height: 0;
  border: none;
  border-top: 1px solid #ededed;
  margin: 0;
}
.news-page-block .container .stories {
  display: block;
  box-sizing: border-box;
  width: 250px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  font-size: 14px;
  font-weight: 700;
  color: #FF671D;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #FF671D;
  border-radius: 3px;
  box-shadow: none;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms, background-color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  margin: 0 auto;
}
.news-page-block .container .stories:hover {
  color: #ffffff;
  background-color: #FF671D;
  cursor: pointer;
}
.other-sites-block {
  position: relative;
  font-family: "Montserrat";
  padding: 0 10px;
  margin: 60px 0 45px 0;
}
.other-sites-block.light-gray {
  background: #F9F8F8;
  padding: 60px 10px 45px 10px;
  margin: 0;
}
.other-sites-block .container {
  position: relative;
  max-width: 1140px;
  width: 100%;
  min-height: 270px;
  border-radius: 5px;
  background: #571653;
  margin: 0 auto;
  visibility: hidden;
}
.other-sites-block .container .top-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 141px;
  height: 242px;
}
@media (max-width: 1000px) {
  .other-sites-block .container .top-left {
    width: 96px;
    height: 165px;
  }
}
.other-sites-block .container .bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  width: 308.5px;
  height: 210px;
}
@media (max-width: 1000px) {
  .other-sites-block .container .bottom-right {
    width: 220px;
    height: 150px;
  }
}
.other-sites-block .container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.other-sites-block .container .content h2 {
  z-index: 2;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0.29px;
  text-align: center;
  color: #ffffff;
  margin: 30px 0 10px 0;
}
@media (max-width: 1100px) {
  .other-sites-block .container .content h2 {
    font-size: 16px;
  }
}
@media (max-width: 950px) {
  .other-sites-block .container .content h2 {
    padding: 0 118px;
  }
}
@media (max-width: 450px) {
  .other-sites-block .container .content h2 {
    padding: 0 65px;
  }
}
.other-sites-block .container .content .order {
  z-index: 2;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.69em;
  text-align: center;
  text-decoration: none;
  color: #FF671D;
  cursor: pointer;
  margin: 10px 0 50px 0;
}
@media (max-width: 1100px) {
  .other-sites-block .container .content .order {
    font-size: 14px;
  }
}
@media (max-width: 950px) {
  .other-sites-block .container .content .order {
    padding: 0 118px;
  }
}
@media (max-width: 450px) {
  .other-sites-block .container .content .order {
    padding: 0 80px;
  }
}
.other-sites-block .container .content .order .arrow {
  position: relative;
  top: 3px;
  left: 2px;
  bottom: auto;
  width: 18px;
  height: 18px;
  margin: 0;
  transition: left 200ms;
}
.other-sites-block .container .content .order:hover .arrow {
  left: 6px;
}
.other-sites-block .container .content .links {
  display: flex;
  width: inherit;
}
@media (max-width: 750px) {
  .other-sites-block .container .content .links {
    flex-direction: column;
  }
}
.other-sites-block .container .content .links .site {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  width: 265px;
  height: 100px;
  border-radius: 5px;
  background: #ffffff;
  margin: 15px;
}
@media (max-width: 940px) {
  .other-sites-block .container .content .links .site {
    width: 212px;
    height: 80px;
  }
}
.other-sites-block .container .content .links .site img {
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.other-sites-block .container .content .links .site:nth-child(1) img {
  height: 43.5px;
  width: 230px;
}
@media (max-width: 940px) {
  .other-sites-block .container .content .links .site:nth-child(1) img {
    height: 34px;
    width: 180px;
  }
}
.other-sites-block .container .content .links .site:nth-child(2) img {
  height: 47.29px;
  width: 185px;
}
@media (max-width: 940px) {
  .other-sites-block .container .content .links .site:nth-child(2) img {
    height: 37.83px;
    width: 148px;
  }
}
.other-sites-block .container .content .links .site:nth-child(3) img {
  height: 60px;
  width: 181px;
}
@media (max-width: 940px) {
  .other-sites-block .container .content .links .site:nth-child(3) img {
    height: 49px;
    width: 148px;
  }
}
.other-sites-block .container .content .links .site:hover img {
  transform: scale(1.025);
}
.partners-block {
  font-family: "Montserrat";
  padding: 0 10px;
  margin: 40px auto 50px auto;
}
.partners-block .container {
  max-width: 1140px;
  margin: 0 auto;
}
.partners-block .container .row-wrapper {
  width: 100%;
  margin: 0 0 30px 0;
}
.partners-block .container .row-wrapper .column-wrapper {
  box-sizing: border-box;
  width: 100%;
  border: solid 3px #e9eaeb;
  border-radius: 5px;
  padding: 30px 60px;
}
@media (max-width: 575px) {
  .partners-block .container .row-wrapper .column-wrapper {
    padding: 30px 15px;
  }
}
.partners-block .container .row-wrapper .column-wrapper h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.56em;
  letter-spacing: 0.0125em;
  color: #561553;
  text-align: center;
  margin: 0 0 30px 0;
}
@media (max-width: 1000px) {
  .partners-block .container .row-wrapper .column-wrapper h4 {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .partners-block .container .row-wrapper .column-wrapper h4 {
    font-size: 13px;
  }
}
.partners-block .container .row-wrapper .column-wrapper .logo-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .partners-block .container .row-wrapper .column-wrapper .logo-wrapper {
    flex-direction: column;
  }
}
.partners-block .container .row-wrapper .column-wrapper .logo-wrapper .logo {
  box-sizing: border-box;
  padding: 0 6px 10px 6px;
}
@media (max-width: 575px) {
  .partners-block .container .row-wrapper .column-wrapper .logo-wrapper .logo {
    padding: 0 0 20px 0;
  }
}
.partners-block .container .row-wrapper .column-wrapper.centered .logo-wrapper {
  justify-content: center;
}
.partners-block .container .row-wrapper.two-column {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1190px) {
  .partners-block .container .row-wrapper.two-column {
    flex-direction: column;
  }
}
.partners-block .container .row-wrapper.two-column .column-wrapper {
  max-width: 555px;
  padding: 30px;
}
@media (max-width: 1190px) {
  .partners-block .container .row-wrapper.two-column .column-wrapper.column-1 {
    margin: 0 auto 30px auto;
  }
  .partners-block .container .row-wrapper.two-column .column-wrapper.column-2 {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .partners-block .container .row-wrapper.two-column .column-wrapper {
    padding: 30px 15px;
  }
}
.partners-block.light-gray {
  background-color: #F9F8F8;
  overflow: hidden;
  padding: 40px 10px 50px 10px;
  margin: 0;
}
.pw-reset-block {
  font-family: "Montserrat";
  background-color: #F9F8F8;
  overflow: hidden;
  padding: 46px 10px 64px 10px;
  margin: 0;
}
.pw-reset-block .container {
  box-sizing: border-box;
  max-width: 1140px;
  background-color: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: 5px;
  padding: 40px 20px 60px 20px;
  margin: 0 auto;
}
.pw-reset-block .container .pw-reset-wrapper {
  max-width: 554px;
  margin: 0 auto;
}
.pw-reset-block .container .pw-reset-wrapper .section {
  margin: 0px;
}
.pw-reset-block .container .pw-reset-wrapper .section h3 {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.43em;
  letter-spacing: 0.01px;
  color: #561553;
  margin: 0 0 26px 0;
}
.pw-reset-block .container .pw-reset-wrapper .section .message {
  position: relative;
  top: -15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29em;
  color: #00ABC8;
}
.pw-reset-block .container .pw-reset-wrapper .section form {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pw-reset-block .container .pw-reset-wrapper .section form .field {
  width: 100%;
}
.pw-reset-block .container .pw-reset-wrapper .section form .field label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
  margin: 0 0 11px 0;
}
.pw-reset-block .container .pw-reset-wrapper .section form .field input {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #7F90A3;
  border: solid 1px #571653;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0 0 0 20px;
  margin: 0 0 24px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.pw-reset-block .container .pw-reset-wrapper .section form .field input::-webkit-input-placeholder {
  color: #898989;
}
.pw-reset-block .container .pw-reset-wrapper .section form .field input::-moz-placeholder {
  color: #898989;
}
.pw-reset-block .container .pw-reset-wrapper .section form .field input:-ms-input-placeholder {
  color: #898989;
}
.pw-reset-block .container .pw-reset-wrapper .section form .field input:-moz-placeholder {
  color: #898989;
}
.pw-reset-block .container .pw-reset-wrapper .section form .field input:focus {
  border-color: #FF671D;
}
.pw-reset-block .container .pw-reset-wrapper .section form .field input input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
.pw-reset-block .container .pw-reset-wrapper .section form .consent {
  width: 100%;
  font-weight: 500;
  line-height: 12px;
  font-size: 12px;
  line-height: 1.67em;
  color: #5B5B5B;
  margin: 0 0 8px 0;
}
.pw-reset-block .container .pw-reset-wrapper .section form .submit {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  text-align: right;
  margin: 6px 0 0 0;
}
@media (max-width: 400px) {
  .pw-reset-block .container .pw-reset-wrapper .section form .submit {
    flex-direction: column;
  }
}
.pw-reset-block .container .pw-reset-wrapper .section form .submit .extra-wrapper {
  text-align: left;
}
@media (max-width: 400px) {
  .pw-reset-block .container .pw-reset-wrapper .section form .submit .extra-wrapper {
    margin-bottom: 20px;
  }
}
.pw-reset-block .container .pw-reset-wrapper .section form .submit .extra-wrapper .link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29em;
  color: #898989;
  cursor: pointer;
}
.pw-reset-block .container .pw-reset-wrapper .section form .submit button {
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  height: 60px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding: 0;
  background-color: #FF671D;
  border: 3px solid #FF671D;
  border-radius: 5px;
  transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1), color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 34px;
}
.pw-reset-block .container .pw-reset-wrapper .section form .submit button:hover {
  background-color: white;
  color: #FF671D;
}
@media (max-width: 400px) {
  .pw-reset-block .container .pw-reset-wrapper .section form .submit button {
    width: 100%;
  }
}
.resources-block {
  font-family: "Montserrat";
  margin: 80px 0;
}
.resources-block .filters {
  width: 100%;
  max-width: 1160px;
  box-sizing: border-box;
  padding: 0 10px 30px 10px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .resources-block .filters {
    max-width: 280px;
    padding: 0 10px 40px 10px;
  }
}
.resources-block .filters form {
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 1200px) {
  .resources-block .filters form {
    display: block;
  }
}
.resources-block .filters form .form-fields {
  display: flex;
}
@media (max-width: 1200px) {
  .resources-block .filters form .form-fields {
    display: block;
  }
}
.resources-block .filters form .form-fields .field {
  margin: 0 30px 0 0;
}
@media (max-width: 1200px) {
  .resources-block .filters form .form-fields .field {
    margin: 0;
  }
}
.resources-block .filters form .form-fields .field .form-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
  margin: 0 0 11px 0;
}
.resources-block .filters form .form-fields .field .select-wrapper {
  position: relative;
  width: 262.5px;
  height: 60px;
  background-color: #ffffff;
  margin: 0 0 24px 0;
}
@media (max-width: 1200px) {
  .resources-block .filters form .form-fields .field .select-wrapper {
    width: 100%;
  }
}
.resources-block .filters form .form-fields .field .select-wrapper select {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #7F90A3;
  background: transparent;
  border: solid 1px #571653;
  border-radius: 5px;
  padding: 0 0 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: border-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.resources-block .filters form .form-fields .field .select-wrapper select:focus {
  border-color: #FF671D;
  outline-color: #FF671D;
}
.resources-block .filters form .form-fields .field .select-wrapper select::-ms-expand {
  display: none;
}
.resources-block .filters form .form-fields .field .select-wrapper select::-ms-value {
  background: none;
}
.resources-block .filters form .form-fields .field .select-wrapper .caret {
  position: absolute;
  top: 14px;
  right: 0;
  width: 50px;
  height: 27px;
  text-align: center;
  border-left: 1px solid #e2e0de;
}
.resources-block .filters form .form-fields .field .select-wrapper .caret svg {
  position: relative;
  top: 5px;
  width: 17px;
  height: 27px;
  fill: #1D252C;
  opacity: 0.81;
}
.resources-block .filters form .actions {
  display: flex;
  padding: 29px 0 0 62px;
}
@media (max-width: 1200px) {
  .resources-block .filters form .actions {
    justify-content: space-between;
    padding: 0;
  }
}
.resources-block .filters form .actions .filter-btn {
  box-sizing: border-box;
  display: inline-block;
  width: 200px;
  height: 60px;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: white;
  padding: 0;
  background-color: #FF671D;
  border: 3px solid #FF671D;
  border-radius: 5px;
  transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1), color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.resources-block .filters form .actions .filter-btn:hover {
  background-color: white;
  color: #FF671D;
}
@media (max-width: 1200px) {
  .resources-block .filters form .actions .filter-btn {
    width: 100%;
  }
}
.resources-block .container {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  max-width: 1170px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .resources-block .container {
    max-width: 878px;
  }
}
@media (max-width: 906px) {
  .resources-block .container {
    max-width: 585px;
  }
}
@media (max-width: 614px) {
  .resources-block .container {
    max-width: 282px;
    padding: 0 10px;
  }
}
.resources-block .container .download {
  position: relative;
  width: 262.5px;
  margin: 0 15px 40px 15px;
}
@media (max-width: 614px) {
  .resources-block .container .download {
    margin: 0 0 40px 0;
  }
}
.resources-block .container .download a.image {
  display: block;
  height: 180px;
  border-radius: 5px;
  background: rgba(139, 42, 116, 0.14);
  overflow: hidden;
  margin: 0 0 30px 0;
}
.resources-block .container .download a.image img {
  display: block;
  width: auto;
  height: 200px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.13);
  margin: 30px auto 0 auto;
}
.resources-block .container .download .wrapper {
  text-decoration: none;
}
.resources-block .container .download .wrapper .text {
  margin: 0 0 50px 0;
}
.resources-block .container .download .wrapper .text .title {
  line-height: 1.69em;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #561553;
  margin: 0 auto 8px 0;
}
.resources-block .container .download .wrapper .text .short-description {
  line-height: 1.78em;
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
}
.resources-block .container .download .wrapper .more {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.17px;
  color: #DADADA;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.resources-block .container .download .wrapper .more .arrow {
  position: relative;
  top: 3px;
  left: 2px;
  bottom: auto;
  width: 18px;
  height: 18px;
  margin: 0;
  transition: left 200ms;
}
.resources-block .container .download .wrapper .more .arrow path {
  transition: fill 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.resources-block .container .download .wrapper:hover .more {
  color: #FF671D;
  text-decoration: underline;
}
.resources-block .container .download .wrapper:hover .more .arrow {
  left: 6px;
}
.resources-block .container .download .wrapper:hover .more .arrow path {
  fill: #FF671D;
}
.resources-block .container .no-results {
  display: none;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56em;
  letter-spacing: 0.0125em;
  color: #1D252C;
  text-align: center;
  margin: 0 0 20px 0;
}
.resources-block .container .no-results.visible {
  display: block;
}
.staff-block {
  font-family: "Montserrat";
  display: block;
  height: auto;
  padding: 0 10px;
  margin: 62px auto 80px auto;
}
.staff-block .container {
  max-width: 1170px;
  margin: 0 auto;
}
.staff-block .container .group {
  text-align: center;
  margin: 0 auto;
}
.staff-block .container .group h3 {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.13px;
  line-height: 1.63em;
  color: #00ABC8;
  padding: 0 0 40px 0;
  margin: 0;
  visibility: hidden;
}
.staff-block .container .wrapper .person {
  display: flex;
  margin: 0 15px 63px 15px;
  visibility: hidden;
}
.staff-block .container .wrapper .person .headshot {
  display: block;
  min-width: 260px;
  height: 180px;
}
.staff-block .container .wrapper .person .headshot img {
  display: block;
  width: 260px;
  height: 180px;
  border-radius: 5px;
}
.staff-block .container .wrapper .person .content {
  display: block;
  text-align: left;
  padding: 0 0 0 30px;
}
.staff-block .container .wrapper .person .content .name {
  display: block;
  line-height: 1.25em;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #1D252C;
  margin: 0 auto 12px 0;
}
.staff-block .container .wrapper .person .content .bio {
  display: block;
  line-height: 1.69em;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
  color: #1D252C;
  margin: 0 auto 20px 0;
}
.statistics-block {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  max-width: 1160px;
  font-family: "Montserrat";
  padding: 0 10px;
  margin: 80px auto;
  visibility: hidden;
}
@media (max-width: 1160px) {
  .statistics-block {
    max-width: 546px;
    flex-wrap: wrap;
  }
}
@media (max-width: 546px) {
  .statistics-block {
    max-width: 239px;
  }
}
.statistics-block .statistic {
  width: 219px;
}
.statistics-block .statistic .graph {
  position: relative;
  width: 219px;
  height: 219px;
  margin: 0 auto;
}
.statistics-block .statistic .graph canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.statistics-block .statistic .graph .number {
  width: 212px;
  height: 212px;
  line-height: 210px;
  text-align: center;
  font-size: 70px;
  font-weight: 300;
  letter-spacing: 0.01em;
}
.statistics-block .statistic .caption {
  line-height: 1.14em;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.14px;
  color: #7C7C7C;
  text-transform: uppercase;
  margin: 20px 0 0 0;
}
@media (max-width: 1160px) {
  .statistics-block .statistic:nth-child(1) {
    margin-bottom: 40px;
  }
}
@media (max-width: 1160px) {
  .statistics-block .statistic:nth-child(2) {
    margin-bottom: 40px;
  }
}
@media (max-width: 546px) {
  .statistics-block .statistic:nth-child(3) {
    margin-bottom: 40px;
  }
}
.statistics-block .statistic[data-color=purple] .number {
  color: #561553;
}
.statistics-block .statistic[data-color=hot-pink] .number {
  color: #A1007D;
}
.statistics-block .statistic[data-color=orange] .number {
  color: #FF671D;
}
.statistics-block .statistic[data-color=bright-blue] .number {
  color: #00ABC8;
}
.team-block {
  display: block;
  height: auto;
  padding: 50px 10px 20px 10px;
}
.team-block .filters {
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 40px 0;
}
.team-block .filters form {
  box-sizing: border-box;
  max-width: 420px;
  border-radius: 5px;
  background-color: rgba(0, 150, 196, 0.1);
  padding: 10px 20px;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .team-block .filters form {
    max-width: 300px;
  }
}
.team-block .filters form .field {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .team-block .filters form .field {
    display: block;
  }
}
.team-block .filters form .field .form-label {
  display: block;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5em;
  color: #571653;
}
@media (max-width: 500px) {
  .team-block .filters form .field .form-label {
    margin-bottom: 3px;
  }
}
.team-block .filters form .field select {
  box-sizing: border-box;
  width: 290px;
  height: 60px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
  background: #ffffff;
  border: 1px solid #571653;
  border-radius: 5px;
  padding: 0 12px;
  margin: 0 0 0 20px;
  -webkit-appearance: none;
}
.team-block .filters form .field select:focus {
  outline: none;
}
@media (max-width: 500px) {
  .team-block .filters form .field select {
    width: 260px;
    margin: 0;
  }
}
.team-block .filters h2 {
  display: none;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.43em;
  letter-spacing: 0.29px;
  color: #571653;
  text-align: center;
  margin: 40px 0 20px 0;
}
.team-block .filters h2.all-team {
  display: block;
}
@media (max-width: 1000px) {
  .team-block .filters h2 {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .team-block .filters h2 {
    font-size: 24px;
  }
}
.team-block .container {
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1190px) {
  .team-block .container {
    max-width: 780px;
  }
}
@media (max-width: 800px) {
  .team-block .container {
    max-width: 360px;
  }
}
.team-block .container .wrapper {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
}
.team-block .container .wrapper .person {
  display: flex;
  flex-direction: column;
  width: 360px;
  margin: 0 15px 30px 15px;
}
@media (max-width: 800px) {
  .team-block .container .wrapper .person {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.team-block .container .wrapper .person .headshot {
  position: relative;
  display: block;
  width: 360px;
  height: 254px;
  border-radius: 5px;
}
@media (max-width: 800px) {
  .team-block .container .wrapper .person .headshot {
    width: 100%;
    height: auto;
  }
}
.team-block .container .wrapper .person .content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin: 20px 0 60px 0;
}
@media (max-width: 800px) {
  .team-block .container .wrapper .person .content {
    margin: 20px 0 30px 0;
  }
}
.team-block .container .wrapper .person .content .name {
  line-height: 1.23em;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.14px;
  color: #571653;
  border-bottom: 4px solid #FF671D;
  padding: 0;
  margin: 0 auto 15px 0;
}
@media (max-width: 1000px) {
  .team-block .container .wrapper .person .content .name {
    font-size: 20px;
  }
}
.team-block .container .wrapper .person .content .title {
  flex-grow: 1;
  line-height: 1.36em;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.16px;
  font-style: italic;
  color: #1D252C;
  padding: 0;
  margin: 0 0 10px 0;
}
@media (max-width: 1000px) {
  .team-block .container .wrapper .person .content .title {
    font-size: 14px;
  }
}
.team-block .container .wrapper .person .content .org {
  line-height: 1.36em;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.16px;
  color: #1D252C;
  padding: 0;
  margin: 0;
}
@media (max-width: 1000px) {
  .team-block .container .wrapper .person .content .org {
    font-size: 12px;
  }
}
.test-form-block {
  font-family: "Montserrat";
  width: 100%;
}
.test-form-block #container {
  box-sizing: border-box;
  max-width: 1160px;
  padding: 0 10px;
  margin: 0 auto;
}
.test-form-block #container #aside {
  display: inline;
  float: right;
  box-sizing: border-box;
  width: 266px;
  border: solid 3px rgba(207, 210, 211, 0.46);
  border-radius: 5px;
  text-align: center;
  padding: 30px 30px 0 30px;
  margin-left: 30px;
}
@media (max-width: 850px) {
  .test-form-block #container #aside {
    display: block;
    float: unset;
    margin: 0 auto 40px auto;
  }
}
.test-form-block #container #aside #helpArea .box > h3 {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.4em;
  color: #561553;
  margin: 0 0 20px 0;
}
@media (max-width: 1000px) {
  .test-form-block #container #aside #helpArea .box > h3 {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .test-form-block #container #aside #helpArea .box > h3 {
    font-size: 16px;
  }
}
.test-form-block #container #aside #helpArea .box > p {
  line-height: 1.6em;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #1D252C;
  margin: 0 0 20px 0;
}
@media (max-width: 600px) {
  .test-form-block #container #aside #helpArea .box > p {
    font-size: 15px;
  }
}
.test-form-block #container #aside #helpArea .box > p > a {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.77em;
  text-decoration: none;
  color: #FF671D;
  margin: 40px 0 0 0;
}
.test-form-block #container #content-main {
  display: block;
  width: 100%;
}
.test-form-block #container #content-main #inset {
  margin-left: 0 !important;
}
.test-form-block #container #content-main #inset h1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.43em;
  letter-spacing: 0.29px;
  color: #561553;
  margin: 0 0 20px 0;
}
@media (max-width: 1000px) {
  .test-form-block #container #content-main #inset h1 {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .test-form-block #container #content-main #inset h1 {
    font-size: 24px;
  }
}
.test-form-block #container #content-main #inset p {
  line-height: 1.6em;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #1D252C;
  margin: 0 0 20px 0;
}
@media (max-width: 600px) {
  .test-form-block #container #content-main #inset p {
    font-size: 15px;
  }
}
.test-form-block #container #content-main #inset a {
  font-size: 20px;
  text-decoration: none;
  color: #00ABC8;
}
@media (max-width: 600px) {
  .test-form-block #container #content-main #inset a {
    font-size: 15px;
  }
}
.test-form-block #container #content-main #inset #quick_screen_survey {
  box-sizing: border-box;
  width: 100%;
  background-color: #F9F8F8;
  padding: 54px 100px 60px 100px;
  margin: 30px 0;
}
@media (max-width: 850px) {
  .test-form-block #container #content-main #inset #quick_screen_survey {
    padding: 34px 40px 40px 40px;
  }
}
@media (max-width: 600px) {
  .test-form-block #container #content-main #inset #quick_screen_survey {
    padding: 34px 20px 40px 20px;
  }
}
.test-form-block #container #content-main #inset #quick_screen_survey form > h2 {
  line-height: 1.77em;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06px;
  color: #1D252C;
  margin: 0 0 20px 0;
}
.test-form-block #container #content-main #inset #quick_screen_survey form ul {
  list-style: none !important;
  padding: 0;
  margin: 0 0 20px 0;
}
.test-form-block #container #content-main #inset #quick_screen_survey form ul li label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78em;
  color: #1D252C;
  margin: 0 0 11px 0;
}
.test-form-block #container #content-main #inset #quick_screen_survey form ul li input {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
  border: solid 1px #561553;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0 0 0 20px;
  margin: 0 0 24px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.test-form-block #container #content-main #inset #quick_screen_survey form ul li input:focus {
  border-color: #FF671D;
}
.test-form-block #container #content-main #inset #quick_screen_survey form ul li input input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
.test-form-block #container #content-main #inset #quick_screen_survey form ul li #zip,
.test-form-block #container #content-main #inset #quick_screen_survey form ul li #monthly_income,
.test-form-block #container #content-main #inset #quick_screen_survey form ul li #family_size {
  max-width: 240px;
}
.test-form-block #container #content-main #inset #quick_screen_survey form ul li fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.test-form-block #container #content-main #inset #quick_screen_survey form ul li .checkbox-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.77em;
  text-align: left;
  color: #1D252C;
  margin: 0 0 15px 34px;
}
.test-form-block #container #content-main #inset #quick_screen_survey form ul li .checkbox-input {
  position: relative;
  float: left;
  width: 24px;
  height: 24px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.77em;
  color: #1D252C;
  accent-color: #561553;
  border: solid 1px #561553;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0;
  margin: 0 0 16px 0;
  -webkit-appearance: checkbox;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.test-form-block #container #content-main #inset #quick_screen_survey form ul li .checkbox-input:focus {
  border-color: #FF671D;
}
.test-form-block #container #content-main #inset #quick_screen_survey form ul li .checkbox-input:checked {
  background: #561553 !important;
}
.test-form-block #container #content-main #inset #quick_screen_survey form ul li #no_wa_zip {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78em;
  color: #1D252C;
  margin: 0 0 11px 0;
}
.test-form-block #container #content-main #inset #quick_screen_survey form .buttons #quick_screen_submit_btn {
  box-sizing: border-box;
  display: inline-block;
  width: 160px;
  height: 60px;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: white;
  padding: 0;
  background-color: #FF671D;
  border: 3px solid #FF671D;
  border-radius: 5px;
  transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1), color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.test-form-block #container #content-main #inset #quick_screen_survey form .buttons #quick_screen_submit_btn:hover {
  background-color: white;
  color: #FF671D;
}
@media (max-width: 650px) {
  .test-form-block #container #content-main #inset #quick_screen_survey form .buttons #quick_screen_submit_btn {
    width: 100%;
  }
}
.test-form-block #container #footer {
  display: block;
  width: 100%;
}
.test-form-block #MB_frame {
  box-sizing: border-box;
  background-color: #F9F8F8;
  padding: 40px;
}
.test-form-block #MB_frame #MB_content #quick_screen {
  line-height: 1.6em;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
  color: #1D252C;
  margin: 0 0 20px 0;
}
@media (max-width: 600px) {
  .test-form-block #MB_frame #MB_content #quick_screen {
    font-size: 15px;
  }
}
.test-form-block #MB_frame #MB_content #quick_screen h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.43em;
  letter-spacing: 0.29px;
  color: #561553;
  margin: 0 0 20px 0;
}
@media (max-width: 1000px) {
  .test-form-block #MB_frame #MB_content #quick_screen h2 {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .test-form-block #MB_frame #MB_content #quick_screen h2 {
    font-size: 24px;
  }
}
.test-form-block #MB_frame #MB_content #quick_screen h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  color: #1D252C;
  margin: 0 0 20px 0;
}
@media (max-width: 1000px) {
  .test-form-block #MB_frame #MB_content #quick_screen h3 {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .test-form-block #MB_frame #MB_content #quick_screen h3 {
    font-size: 16px;
  }
}
.test-form-block #MB_frame #MB_content #quick_screen #next_steps_form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78em;
  color: #1D252C;
  margin: 0 0 6px 0;
}
.test-form-block #MB_frame #MB_content #quick_screen #next_steps_form input {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
  border: solid 1px #561553;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0 0 0 20px;
  margin: 0 0 24px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.test-form-block #MB_frame #MB_content #quick_screen #next_steps_form input:focus {
  border-color: #FF671D;
}
.test-form-block #MB_frame #MB_content #quick_screen #next_steps_form input input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
.test-form-block #MB_frame #MB_content #quick_screen #next_steps_form textarea {
  box-sizing: border-box;
  width: 100%;
  height: 110px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
  border: solid 1px #561553;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px;
  margin: 0 0 24px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
  resize: none;
  overflow: auto;
}
.test-form-block #MB_frame #MB_content #quick_screen #next_steps_form textarea:focus {
  border-color: #FF671D;
  outline: none;
}
.test-form-block #MB_frame #MB_content #quick_screen #next_steps_form select {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 60px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
  border: solid 1px #561553;
  border-radius: 5px;
  padding: 0 0 0 20px;
  margin: 0 0 24px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: border-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.test-form-block #MB_frame #MB_content #quick_screen #next_steps_form select:focus {
  border-color: #FF671D;
  outline: none;
}
.test-form-block #MB_frame #MB_content #quick_screen #next_steps_form select::-ms-expand {
  display: none;
}
.test-form-block #MB_frame #MB_content #quick_screen #next_steps_form select::-ms-value {
  background: none;
}
.test-form-block #MB_frame #MB_content #quick_screen #next_steps_form .btn {
  box-sizing: border-box;
  display: inline-block;
  width: 160px;
  height: 60px;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: white;
  padding: 0;
  background-color: #FF671D;
  border: 3px solid #FF671D;
  border-radius: 5px;
  transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1), color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.test-form-block #MB_frame #MB_content #quick_screen #next_steps_form .btn:hover {
  background-color: white;
  color: #FF671D;
}
@media (max-width: 650px) {
  .test-form-block #MB_frame #MB_content #quick_screen #next_steps_form .btn {
    width: 100%;
  }
}
.test-form-block #MB_frame #MB_content #quick_screen #next_steps_form #next_steps_submit_btn {
  margin: 0 20px 0 0;
}
@media (max-width: 650px) {
  .test-form-block #MB_frame #MB_content #quick_screen #next_steps_form #next_steps_submit_btn {
    margin: 0 0 20px 0;
  }
}
.test-form-block #forms {
  box-sizing: border-box;
  background-color: #F9F8F8;
  padding: 40px;
}
.test-form-block #forms #forms__input {
  border: solid 2px #561553;
  border-radius: 5px;
  padding-block-start: 16px;
  padding-inline-start: 24px;
  padding-inline-end: 24px;
  padding-block-end: 10px;
}
.test-form-block #forms #forms__input legend {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  color: #1D252C;
  padding-inline-start: 10px;
  padding-inline-end: 10px;
}
.test-form-block #forms #forms__input label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78em;
  color: #1D252C;
  margin: 0 0 11px 0;
}
.test-form-block #forms #forms__input input {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
  border: solid 1px #561553;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0 0 0 20px;
  margin: 0 0 24px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.test-form-block #forms #forms__input input:focus {
  border-color: #FF671D;
}
.test-form-block #forms #forms__input input:read-only,
.test-form-block #forms #forms__input input:disabled {
  background-color: #F9F8F8;
  color: #545454;
}
.test-form-block #forms #forms__input input:read-only::-webkit-input-placeholder,
.test-form-block #forms #forms__input input:disabled::-webkit-input-placeholder {
  /* Chrome */
  color: #545454;
}
.test-form-block #forms #forms__input input:read-only:focus,
.test-form-block #forms #forms__input input:disabled:focus {
  border-color: #561553;
}
.test-form-block #forms #forms__input input input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
.test-form-block #forms #forms__input textarea {
  box-sizing: border-box;
  width: 100%;
  height: 110px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
  border: solid 1px #561553;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px;
  margin: 0 0 24px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
  resize: none;
  overflow: auto;
}
.test-form-block #forms #forms__input textarea:focus {
  border-color: #FF671D;
  outline: none;
}
.test-form-block #forms #forms__input #remember {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.77em;
  text-align: left;
  color: #1D252C;
  margin: 0 10px 11px 0;
}
.test-form-block #forms #forms__input input[type="checkbox"] {
  position: relative;
  float: left;
  width: 24px;
  height: 24px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.77em;
  color: #1D252C;
  accent-color: #561553;
  border: solid 1px #561553;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0;
  margin: 0 0 16px 0;
  -webkit-appearance: checkbox;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.test-form-block #forms #forms__input input[type="checkbox"]:focus {
  border-color: #FF671D;
}
.test-form-block #forms #forms__input input[type="checkbox"]:checked {
  background: #561553 !important;
}
.test-form-block #forms #forms__input input[type="submit"] {
  box-sizing: border-box;
  display: inline-block;
  width: 160px;
  height: 60px;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: white;
  padding: 0;
  background-color: #FF671D;
  border: 3px solid #FF671D;
  border-radius: 5px;
  transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1), color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.test-form-block #forms #forms__input input[type="submit"]:hover {
  background-color: white;
  color: #FF671D;
}
@media (max-width: 650px) {
  .test-form-block #forms #forms__input input[type="submit"] {
    width: 100%;
  }
}
.test-form-block #forms h1 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.43em;
  letter-spacing: 0.29px;
  color: #561553;
  margin: 40px 0 20px 0;
}
@media (max-width: 1000px) {
  .test-form-block #forms h1 {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .test-form-block #forms h1 {
    font-size: 24px;
  }
}
.test-form-block #forms form a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  color: #00ABC8;
  text-decoration: none;
  margin: 10px 0 28px 0;
}
.test-form-block #forms form fieldset {
  border: solid 2px #561553;
  border-radius: 5px;
  padding-block-start: 16px;
  padding-inline-start: 24px;
  padding-inline-end: 24px;
  padding-block-end: 10px;
}
.test-form-block #forms form fieldset legend {
  font-family: "Montserrat";
  font-size: 16px;
  font-weight: 600;
  color: #1D252C;
  padding-inline-start: 10px;
  padding-inline-end: 10px;
}
.test-form-block #forms form fieldset label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.78em;
  color: #1D252C;
  margin: 0 0 11px 0;
}
.test-form-block #forms form fieldset input {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
  border: solid 1px #561553;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0 0 0 20px;
  margin: 0 0 24px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.test-form-block #forms form fieldset input:focus {
  border-color: #FF671D;
}
.test-form-block #forms form fieldset input input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
.test-form-block #forms form fieldset select {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 60px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
  border: solid 1px #561553;
  border-radius: 5px;
  padding: 0 0 0 20px;
  margin: 0 0 24px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: border-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.test-form-block #forms form fieldset select:focus {
  border-color: #FF671D;
  outline: none;
}
.test-form-block #forms form fieldset select::-ms-expand {
  display: none;
}
.test-form-block #forms form fieldset select::-ms-value {
  background: none;
}
.test-form-block #forms form fieldset textarea {
  box-sizing: border-box;
  width: 100%;
  height: 110px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #1D252C;
  border: solid 1px #561553;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 20px;
  margin: 0 0 24px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
  resize: none;
  overflow: auto;
}
.test-form-block #forms form fieldset textarea:focus {
  border-color: #FF671D;
  outline: none;
}
.test-form-block #forms form fieldset button {
  box-sizing: border-box;
  display: inline-block;
  width: 160px;
  height: 60px;
  line-height: 54px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: white;
  padding: 0;
  background-color: #FF671D;
  border: 3px solid #FF671D;
  border-radius: 5px;
  transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1), color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.test-form-block #forms form fieldset button:hover {
  background-color: white;
  color: #FF671D;
}
@media (max-width: 650px) {
  .test-form-block #forms form fieldset button {
    width: 100%;
  }
}
.test-form-block #forms form #forms__checkbox ul {
  list-style: none !important;
  padding: 0;
  margin: 10px 0 20px 0;
}
.test-form-block #forms form #forms__checkbox ul li label,
.test-form-block #forms form #forms__checkbox ul li .checkbox-label {
  display: flex;
  align-items: flex-start;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1D252C;
  margin: 0 0 15px 0px;
}
.test-form-block #forms form #forms__checkbox ul li label > input,
.test-form-block #forms form #forms__checkbox ul li .checkbox-label > input,
.test-form-block #forms form #forms__checkbox ul li label .checkbox-input,
.test-form-block #forms form #forms__checkbox ul li .checkbox-label .checkbox-input {
  position: relative;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  font-size: 0;
  color: #1D252C;
  accent-color: #561553;
  border: solid 1px #561553;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0;
  margin: 0 10px 0 0;
  -webkit-appearance: checkbox;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.test-form-block #forms form #forms__checkbox ul li label > input:focus,
.test-form-block #forms form #forms__checkbox ul li .checkbox-label > input:focus,
.test-form-block #forms form #forms__checkbox ul li label .checkbox-input:focus,
.test-form-block #forms form #forms__checkbox ul li .checkbox-label .checkbox-input:focus {
  border-color: #FF671D;
}
.test-form-block #forms form #forms__checkbox ul li label > input:checked,
.test-form-block #forms form #forms__checkbox ul li .checkbox-label > input:checked,
.test-form-block #forms form #forms__checkbox ul li label .checkbox-input:checked,
.test-form-block #forms form #forms__checkbox ul li .checkbox-label .checkbox-input:checked {
  background: #561553 !important;
}
.test-form-block #forms form #forms__radio ul {
  list-style: none !important;
  padding: 0;
  margin: 10px 0 20px 0;
}
.test-form-block #forms form #forms__radio ul li label,
.test-form-block #forms form #forms__radio ul li .radio-label {
  display: flex;
  align-items: flex-start;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #1D252C;
  margin: 0 0 15px 0px;
}
.test-form-block #forms form #forms__radio ul li label > input,
.test-form-block #forms form #forms__radio ul li .radio-label > input,
.test-form-block #forms form #forms__radio ul li label .radio-input,
.test-form-block #forms form #forms__radio ul li .radio-label .radio-input {
  position: relative;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  font-size: 0;
  color: #1D252C;
  accent-color: #561553;
  border: solid 1px #561553;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0;
  margin: 0 10px 0 0;
  -webkit-appearance: checkbox;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.test-form-block #forms form #forms__radio ul li label > input:focus,
.test-form-block #forms form #forms__radio ul li .radio-label > input:focus,
.test-form-block #forms form #forms__radio ul li label .radio-input:focus,
.test-form-block #forms form #forms__radio ul li .radio-label .radio-input:focus {
  border-color: #FF671D;
}
.test-form-block #forms form #forms__radio ul li label > input:checked,
.test-form-block #forms form #forms__radio ul li .radio-label > input:checked,
.test-form-block #forms form #forms__radio ul li label .radio-input:checked,
.test-form-block #forms form #forms__radio ul li .radio-label .radio-input:checked {
  background: #561553 !important;
}
.text-block {
  font-family: "Montserrat";
  padding: 0 10px;
  margin: 40px auto 60px auto;
}
.text-block .container {
  max-width: 1140px;
  margin: 0 auto;
}
.text-block .container h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.43em;
  letter-spacing: 0.29px;
  color: #1D252C;
  margin: 40px 0 20px 0;
}
@media (max-width: 1000px) {
  .text-block .container h2 {
    font-size: 30px;
  }
}
@media (max-width: 700px) {
  .text-block .container h2 {
    font-size: 24px;
  }
}
.text-block .container h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  color: #1D252C;
  margin: 30px 0 20px 0;
}
@media (max-width: 1000px) {
  .text-block .container h3 {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  .text-block .container h3 {
    font-size: 16px;
  }
}
.text-block .container h4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56em;
  letter-spacing: 0.0125em;
  color: #1D252C;
  margin: 30px 0 20px 0;
}
.text-block .container h4 strong {
  font-weight: 700;
}
@media (max-width: 1000px) {
  .text-block .container h4 {
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .text-block .container h4 {
    font-size: 13px;
  }
}
.text-block .container p {
  color: #1D252C;
  margin: 0 0 20px 0;
}
.text-block .container p span.staff-name {
  font-weight: 700;
}
.text-block .container p span.job-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43em;
}
.text-block .container p.footnote {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43em;
  letter-spacing: 0.14px;
  color: #898989;
}
.text-block .container a {
  text-decoration: none;
  color: #00ABC8;
}
.text-block .container a.page-link {
  color: #FF671D;
}
.text-block .container a img {
  position: relative;
  top: 3px;
  left: 5px;
  display: inline;
  width: 18px;
  height: 18px;
  transition: left 250ms;
}
.text-block .container a:hover {
  text-decoration: underline;
}
.text-block .container a:hover img {
  left: 9px;
}
.text-block .container ul {
  list-style: none !important;
  color: #1D252C;
  text-indent: -10px;
  padding: 0;
  margin: 0 0 20px 8px;
}
.text-block .container ul li {
  margin: 0 0 15px 15px;
}
.text-block .container ul li::before {
  position: relative;
  top: 3px;
  left: -15px;
  content: "•";
  line-height: 0;
  font-size: 32px;
  color: #00ABC8;
}
.text-block .container ul li > ul {
  list-style: none !important;
  color: #1D252C;
  text-indent: -10px;
  padding: 0;
  margin: 0 0 20px 8px;
}
.text-block .container ul li > ul li {
  margin: 0 0 15px 15px;
}
.text-block .container ul li > ul li::before {
  position: relative;
  top: 3px;
  left: -15px;
  content: "•";
  line-height: 0;
  font-size: 32px;
  color: #00ABC8;
}
.text-block .container ol {
  list-style: none;
  line-height: 1.57em;
  color: #1D252C;
  padding: 0 0 0 25px;
  margin: 20px 0 40px 0;
}
.text-block .container ol li {
  position: relative;
  margin: 0 0 10px 0;
  counter-increment: counter-1;
}
.text-block .container ol li::before {
  position: absolute;
  top: 0px;
  left: -32px;
  width: 25px;
  font-weight: 700;
  text-align: center;
  content: counter(counter-1) ".";
  color: #FF671D;
}
.text-block .container ol li > ol {
  margin-top: 10px;
}
.text-block .container ol li > ol li::before {
  position: relative;
  top: 3px;
  left: -15px;
  content: "•";
  line-height: 0;
  font-size: 32px;
  color: #FF671D;
}
.text-block .container blockquote {
  margin: 30px 0;
}
.text-block .container blockquote > p {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.74em;
  letter-spacing: 0.23px;
  color: #00ABC8;
  border-left: 1px solid #00ABC8;
  padding-left: 30px;
  margin-left: 0;
}
.text-block .container.narrow {
  max-width: 880px;
}
.text-block .container.one-column.w-border {
  box-sizing: border-box;
  padding: 0 60px 40px 60px;
  border: solid 3px rgba(207, 210, 211, 0.46);
  border-radius: 5px;
}
@media (max-width: 1000px) {
  .text-block .container.one-column.w-border {
    padding: 0 30px 10px 30px;
  }
}
@media (max-width: 700px) {
  .text-block .container.one-column.w-border {
    padding: 0 20px 10px 20px;
  }
}
.text-block .container.two-column {
  column-count: 2;
  column-gap: 40px;
  column-width: auto;
}
@media (max-width: 800px) {
  .text-block .container.two-column {
    column-count: 1;
  }
}
.text-block .container.three-column {
  column-count: 3;
  column-gap: 30px;
  column-width: auto;
}
@media (max-width: 700px) {
  .text-block .container.three-column {
    column-count: 1;
    margin-bottom: 0;
  }
}
.text-block .container.three-column p {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
}
.text-block.left {
  text-align: left;
}
.text-block.center {
  text-align: center;
}
.text-block.right {
  text-align: right;
}
.text-block.light-gray {
  background-color: #F9F8F8;
  overflow: hidden;
  padding: 40px 10px 60px 10px;
  margin: 0;
}
.text-block.light-gray .container h2 {
  margin-top: 0;
}
.text-block.light-gray .container h3 {
  margin-top: 0;
}
.text-block.large p,
.text-block.large ul,
.text-block.large ol {
  line-height: 1.6em;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.text-block.large p > a,
.text-block.large ul > a,
.text-block.large ol > a {
  font-size: 20px;
}
@media (max-width: 600px) {
  .text-block.large p > a,
  .text-block.large ul > a,
  .text-block.large ol > a {
    font-size: 15px;
  }
}
@media (max-width: 600px) {
  .text-block.large p,
  .text-block.large ul,
  .text-block.large ol {
    font-size: 15px;
  }
}
.text-block.small p,
.text-block.small ul,
.text-block.small ol {
  line-height: 1.69em;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.text-block.small p > a,
.text-block.small ul > a,
.text-block.small ol > a {
  font-size: 16px;
}
@media (max-width: 600px) {
  .text-block.small p > a,
  .text-block.small ul > a,
  .text-block.small ol > a {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .text-block.small p,
  .text-block.small ul,
  .text-block.small ol {
    font-size: 14px;
  }
}
.tile-block {
  font-family: "Montserrat";
  padding: 0 10px;
  margin: 50px 0;
}
.tile-block.light-gray {
  background: #F9F8F8;
  overflow: auto;
}
.tile-block .container {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 80px auto;
}
@media (max-width: 1160px) {
  .tile-block .container {
    display: block;
    margin: 40px auto;
  }
}
.tile-block .container.right {
  flex-direction: row-reverse;
}
.tile-block .container.right .text {
  margin: 0 30px 0 0;
}
@media (max-width: 1160px) {
  .tile-block .container.right .text {
    padding-bottom: 30px;
    margin: 0 auto;
  }
}
.tile-block .container.left .text {
  margin: 0 0 0 30px;
}
@media (max-width: 1160px) {
  .tile-block .container.left .text {
    padding-bottom: 30px;
    margin: 0 auto;
  }
}
.tile-block .container .image {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  max-width: 550px;
  max-height: 550px;
}
@media (max-width: 1160px) {
  .tile-block .container .image {
    margin: 0 auto 30px auto;
  }
}
.tile-block .container .image .wrapper img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.tile-block .container .text {
  box-sizing: border-box;
  max-width: 550px;
}
.tile-block .container .text .icon {
  max-width: 74px;
  height: auto;
  margin: 0 0 20px 0;
}
.tile-block .container .text h2 {
  line-height: 1.33em;
  font-size: 35px;
  font-weight: bold;
  color: #1D252C;
  margin: 0 0 15px 0;
}
@media (max-width: 1160px) {
  .tile-block .container .text h2 {
    margin: 0 0 8px 0;
  }
}
.tile-block .container .text h2 a {
  text-decoration: none;
}
.tile-block .container .text h3 {
  line-height: 1.33em;
  font-size: 35px;
  font-weight: bold;
  color: #1D252C;
  margin: 0 0 15px 0;
}
.tile-block .container .text h3 a {
  text-decoration: none;
}
.tile-block .container .text p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.17px;
  color: #1D252C;
  margin: 0 0 20px 0;
}
@media (max-width: 1160px) {
  .tile-block .container .text p {
    margin: 0 0 14px 0;
  }
}
.tile-block .container .text p.app-buttons {
  margin: 0;
}
.tile-block .container .text p .orange-btn {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
  background: #FF671D;
  border: 3px solid #FF671D;
  border-radius: 5px;
  box-shadow: none;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms, background-color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  padding: 12px 24px;
  margin: 0 0 10px 0;
  cursor: pointer;
}
@media (max-width: 400px) {
  .tile-block .container .text p .orange-btn {
    font-size: 14px;
    padding: 0 15px;
  }
}
.tile-block .container .text p .orange-btn:hover {
  color: #FF671D;
  background-color: transparent;
}
.tile-block .container .text b,
.tile-block .container .text strong {
  font-weight: 700;
}
.tile-block .container .text a {
  text-decoration: none;
  color: #00ABC8;
}
.tile-block .container .text a.page-link {
  color: #FF671D;
}
.tile-block .container .text a img {
  position: relative;
  top: 3px;
  left: 5px;
  display: inline;
  width: 18px;
  height: 18px;
  transition: left 250ms;
}
.tile-block .container .text a:hover {
  text-decoration: underline;
}
.tile-block .container .text a:hover img {
  left: 9px;
}
.tile-block .container .text ul {
  list-style: none !important;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.17px;
  color: #1D252C;
  text-indent: -10px;
  padding: 0;
  margin: 0 0 20px 8px;
}
.tile-block .container .text ul li {
  margin: 0 0 15px 15px;
}
.tile-block .container .text ul li::before {
  position: relative;
  top: 3px;
  left: -15px;
  content: "•";
  line-height: 0;
  font-size: 32px;
  color: #A1007D;
}
.tile-block .container .text ul li > ul {
  list-style: none !important;
  color: #1D252C;
  text-indent: -10px;
  padding: 0;
  margin: 0 0 20px 8px;
}
.tile-block .container .text ul li > ul li {
  margin: 0 0 15px 15px;
}
.tile-block .container .text ul li > ul li::before {
  position: relative;
  top: 3px;
  left: -15px;
  content: "•";
  line-height: 0;
  font-size: 32px;
  color: #A1007D;
}
.tile-block .container .text .app-links {
  display: flex;
  margin: 30px 0 0 0;
}
@media (max-width: 450px) {
  .tile-block .container .text .app-links {
    flex-direction: column;
  }
}
.tile-block .container .text .app-links > a {
  display: inline-block;
  text-decoration: none;
  margin-right: 14px;
}
.tile-block .container .text .app-links > a:last-child {
  margin-right: 0;
}
@media (max-width: 450px) {
  .tile-block .container .text .app-links > a:last-child {
    margin-top: 15px;
  }
}
.tile-block .container .text .app-links > a img {
  width: 187px;
  height: 62px;
  vertical-align: top;
  transition: opacity 250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.tile-block .container .text .app-links > a img:hover {
  opacity: 0.7;
}
.tile-block .container .text a.link {
  position: absolute;
  bottom: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #FF671D;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  text-decoration: none;
}
@media (max-width: 1160px) {
  .tile-block .container .text a.link {
    position: static;
    margin: 20px 0 0 0;
  }
}
.tile-block .container .text a.link .arrow {
  position: relative;
  left: 0px;
  width: 13px;
  height: 10px;
  transition: left 200ms;
}
.tile-block .container .text a.link:hover {
  text-decoration: underline;
}
.tile-block .container .text a.link:hover .arrow {
  left: 4px;
}
.video-block {
  font-family: "Montserrat";
  background-color: #00ABC8;
  margin: 0 auto;
  overflow: auto;
}
.video-block .container {
  display: flex;
  max-width: 1140px;
  margin: 80px auto;
}
@media (max-width: 1160px) {
  .video-block .container {
    flex-direction: column;
  }
}
@media (max-width: 610px) {
  .video-block .container {
    padding: 0 10px;
    margin: 40px auto;
  }
}
.video-block .container .video {
  position: relative;
  width: 50%;
  height: 0;
  padding-bottom: 28.125%;
}
@media (max-width: 1160px) {
  .video-block .container .video {
    width: 570px;
    height: 321px;
    padding: 0;
    margin: 0 auto;
  }
}
@media (max-width: 610px) {
  .video-block .container .video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
}
.video-block .container .video video {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-block .container .video .plyr {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-block .container .video .plyr .plyr__video-wrapper {
  width: 100%;
  height: 100%;
}
.video-block .container .video .plyr .plyr__control.plyr__tab-focus {
  box-shadow: none;
}
.video-block .container .video .plyr .plyr__control.plyr__tab-focus,
.video-block .container .video .plyr .plyr__control:hover,
.video-block .container .video .plyr .plyr__control[aria-expanded=true] {
  background: transparent;
}
.video-block .container .video .plyr input[type=range] {
  color: transparent;
}
.video-block .container .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 77px;
  height: 77px;
  cursor: pointer;
  transform: translate(-38.5px, -38.5px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1), visibility 0ms linear 500ms;
}
.video-block .container .video .play:hover {
  transform: translate(-38.5px, -38.5px) scale(1.1);
}
.video-block .container .video .play.visible {
  opacity: 1;
  visibility: visible;
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 500ms cubic-bezier(0.19, 1, 0.22, 1), visibility 0ms linear 0ms;
}
.video-block .container .video .play img {
  width: 100%;
  height: 100%;
}
.video-block .container .text {
  position: relative;
  box-sizing: border-box;
  width: 50%;
  color: white;
  padding: 0 0 0 110px;
}
@media (max-width: 1160px) {
  .video-block .container .text {
    width: 100%;
    max-width: 570px;
    margin: 80px auto 0 auto;
  }
}
@media (max-width: 610px) {
  .video-block .container .text {
    padding: 0 0 0 60px;
    margin: 60px auto 0 auto;
  }
}
.video-block .container .text .quote {
  position: absolute;
  top: -35px;
  left: 50px;
}
@media (max-width: 610px) {
  .video-block .container .text .quote {
    left: 10px;
  }
}
@media (max-width: 610px) {
  .video-block .container .text .quote svg {
    width: 43px;
    height: 35px;
  }
}
.video-block .container .text p {
  font-size: 16px;
  font-weight: 600;
  line-height: 2em;
  color: white;
  margin: 0 0 30px 0;
}
.video-block .container .text p a {
  color: white;
}
.video-block .container .text p.source {
  font-size: 14px;
  margin: 0;
}
.video-block .container .text p.job-title {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.video-block .container .text hr {
  width: 56px;
  height: 0;
  border: none;
  border-top: 1px solid #C3C3C3;
  margin: 20px 0;
}
