@font-face {
  font-family: "Helvetica Neue";
  font-weight: 300;
  font-style: normal;
  src: url("/fonts/helvetica-neue-thin.eot");
  src: url("/fonts/helvetica-neue-thin.eot?#iefix") format("embedded-opentype"), url("/fonts/helvetica-neue-thin.woff2") format("woff2"), url("/fonts/helvetica-neue-thin.woff") format("woff"), url("/fonts/helvetica-neue-thin.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: 400;
  font-style: normal;
  src: url("/fonts/helvetica-neue-regular.eot");
  src: url("/fonts/helvetica-neue-regular.eot?#iefix") format("embedded-opentype"), url("/fonts/helvetica-neue-regular.woff2") format("woff2"), url("/fonts/helvetica-neue-regular.woff") format("woff"), url("/fonts/helvetica-neue-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: 400;
  font-style: italic;
  src: url("/fonts/helvetica-neue-italic.eot");
  src: url("/fonts/helvetica-neue-italic.eot?#iefix") format("embedded-opentype"), url("/fonts/helvetica-neue-italic.woff2") format("woff2"), url("/fonts/helvetica-neue-italic.woff") format("woff"), url("/fonts/helvetica-neue-italic.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-style: normal;
  src: url("/fonts/helvetica-neue-bold.eot");
  src: url("/fonts/helvetica-neue-bold.eot?#iefix") format("embedded-opentype"), url("/fonts/helvetica-neue-bold.woff2") format("woff2"), url("/fonts/helvetica-neue-bold.woff") format("woff"), url("/fonts/helvetica-neue-bold.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: 700;
  font-style: italic;
  src: url("/fonts/helvetica-neue-bold-italic.eot");
  src: url("/fonts/helvetica-neue-bold-italic.eot?#iefix") format("embedded-opentype"), url("/fonts/helvetica-neue-bold-italic.woff2") format("woff2"), url("/fonts/helvetica-neue-bold-italic.woff") format("woff"), url("/fonts/helvetica-neue-bold-italic.ttf") format("truetype");
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: 900;
  font-style: normal;
  src: url("/fonts/helvetica-neue-heavy.eot");
  src: url("/fonts/helvetica-neue-heavy.eot?#iefix") format("embedded-opentype"), url("/fonts/helvetica-neue-heavy.woff2") format("woff2"), url("/fonts/helvetica-neue-heavy.woff") format("woff"), url("/fonts/helvetica-neue-heavy.ttf") format("truetype");
}
body {
  font-family: "Helvetica Neue", sans-serif;
  color: #414141;
  margin: 0;
}
input,
button {
  font-family: "Helvetica Neue", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input:focus,
button:focus {
  outline: none;
}
.clear {
  clear: both;
}
.banner-connect {
  position: fixed;
  top: calc(50% - 58px);
  right: 10px;
  z-index: 1;
  box-sizing: border-box;
  width: 40px;
  height: 117px;
  border: 1px solid #3AA8BC;
  border-radius: 30.5px;
  background-color: #007B91;
  box-shadow: 3px 1px 4px 4px rgba(0, 0, 0, 0.06);
  padding: 10px 0;
}
@media (max-width: 600px) {
  .banner-connect {
    display: none;
  }
}
.banner-connect .social-link {
  display: block;
  width: 25px;
  height: 25px;
  background: #007B91;
  border: none;
  border-radius: 50%;
  text-decoration: none;
  padding: 0;
  margin: 0 auto 10px auto;
}
.banner-connect .social-link img {
  width: 25px;
  height: 25px;
}
.lightbox {
  display: flex;
  position: fixed;
  top: calc(50% - 242px);
  right: calc(50% - 415px);
  z-index: 2;
  box-sizing: border-box;
  width: 830px;
  height: 484px;
  background-color: #ffffff;
  box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.8);
}
@media (max-width: 1000px) {
  .lightbox {
    flex-direction: column;
    top: calc(50% - 215px);
    right: calc(50% - 120px);
    width: 240px;
    height: 430px;
  }
}
.lightbox.closed {
  display: none;
}
.lightbox .image {
  position: relative;
  width: 415px;
  height: 484px;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 1000px) {
  .lightbox .image {
    width: 240px;
    height: 220px;
    background-position: 50% 30%;
  }
}
.lightbox .image .x-mobile {
  display: none;
  position: absolute;
  top: 7px;
  right: 9px;
  width: 22px;
  height: 22px;
}
@media (max-width: 1000px) {
  .lightbox .image .x-mobile {
    display: block;
  }
}
.lightbox .text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 415px;
  height: 484px;
}
@media (max-width: 1000px) {
  .lightbox .text {
    width: 240px;
    height: 210px;
  }
}
.lightbox .text .color-strip-desktop {
  position: absolute;
  bottom: -0.5px;
  right: 0;
  width: 830px;
  height: 10px;
}
@media (max-width: 1000px) {
  .lightbox .text .color-strip-desktop {
    display: none;
  }
}
.lightbox .text .color-strip-mobile {
  display: none;
  position: absolute;
  bottom: -0.5px;
  right: 0;
  width: 240px;
  height: 8px;
}
@media (max-width: 1000px) {
  .lightbox .text .color-strip-mobile {
    display: block;
  }
}
.lightbox .text .x-desktop {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
}
@media (max-width: 1000px) {
  .lightbox .text .x-desktop {
    display: none;
  }
}
.lightbox .text .writing {
  font-family: "Helvetica Neue", sans-serif;
  text-align: center;
  padding: 0 50px;
}
@media (max-width: 1000px) {
  .lightbox .text .writing {
    max-width: 240px;
    padding: 0 21px;
  }
}
.lightbox .text .writing .lightbox-heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.21em;
  color: #414141;
  margin: 32px 0 20px 0;
}
@media (max-width: 1000px) {
  .lightbox .text .writing .lightbox-heading {
    font-size: 17px;
    line-height: 1.4em;
    margin: 0 0 10px 0;
  }
}
.lightbox .text .writing .lightbox-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55em;
  color: #414141;
  margin: 0 0 56px 0;
}
@media (max-width: 1000px) {
  .lightbox .text .writing .lightbox-text {
    font-size: 11px;
    margin: 0 0 20px 0;
  }
}
.lightbox .text .writing .lightbox-btn {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  height: 40px;
  text-align: center;
  white-space: nowrap;
  line-height: 42px;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #689431;
  border: 1px solid #689431;
  border-radius: 30px;
  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;
  cursor: pointer;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 1000px) {
  .lightbox .text .writing .lightbox-btn {
    height: 28px;
    line-height: 28px;
    font-size: 11px;
    margin: 0 auto 10px auto;
  }
}
.lightbox .text .writing .lightbox-btn .fa-chevron-right {
  width: 8.5px;
  height: 17px;
}
@media (max-width: 1000px) {
  .lightbox .text .writing .lightbox-btn .fa-chevron-right {
    width: 5.5px;
    height: 11px;
  }
}
.lightbox .text .writing .lightbox-btn:hover {
  color: #689431;
  background-color: #ffffff;
}
.component-imageText.white + .component-imageText.white {
  margin-top: -32px;
}
.component-text.gray.narrow + .component-image.gray {
  margin-top: -86px;
}
.component-image.gray + .component-text.gray.narrow {
  margin-top: -64px;
}
.component-text.gray.narrow + .component-logos.gray {
  margin-top: -82px;
}
.component-logos.gray + .component-text.gray.narrow {
  margin-top: -68px;
}
.component-text.white.narrow + .component-logos.white {
  margin-top: -43px;
}
.component-logos.white + .component-text.white.narrow {
  margin-top: 0px;
}
.component-text.white.narrow + .component-image.white {
  margin-top: -54px;
}
.component-text.white.narrow + .component-text.white.narrow {
  margin-top: -63px;
}
.component-image.white + .component-text.white.narrow {
  margin-top: -12px;
}
.component-image.white + .component-ctaStrip {
  margin-top: 85px;
}
.component-image.white + .component-numbers {
  margin-top: 85px;
}
.component-image.white + .component-publicationSearch {
  margin-top: 85px;
}
.component-heading.gray + .component-image.gray {
  margin-top: -56px;
}
.component-heading.gray + .component-text.gray.regular {
  margin-top: -104px;
}
.component-heading.gray + .component-numberIcons {
  margin-top: -68px;
}
.component-numberIcons + .component-text.gray.narrow {
  margin-top: -93px;
}
.component-line + .component-text.white {
  margin-top: 36px;
}
.component-text.white + .component-line {
  margin-top: -50px;
}
.component-video + .component-text.white.narrow {
  margin-top: 0;
}
.blog-post-top + .component-image.white {
  margin-top: -20px;
}
.blog-post-top + .component-text.white {
  margin-top: -20px;
}
#component-550 {
  margin-bottom: 62px;
}
#component-550 .container {
  max-width: 950px;
}
#component-57315 .container {
  max-width: 750px;
}
#component-57315 .container .text {
  display: flex;
  align-items: center;
}
#banner-776 .breadcrumb {
  background: #ED680F;
}
#banner-776 .breadcrumb .breadcrumb-wrapper {
  color: #ffffff;
}
#banner-776 .breadcrumb .breadcrumb-wrapper a {
  color: #ffffff;
}
#banner-776 .breadcrumb .breadcrumb-wrapper a:hover {
  color: #007B91;
}
#component-2520 {
  margin-top: -70px;
}
#component-2666 {
  margin-top: -70px;
}
#component-1034 {
  margin-top: -85px;
}
#component-2430 {
  margin-top: 70px;
}
#component-3150 {
  margin-top: -80px;
}
@media (max-width: 950px) {
  #component-1930 .container .cta-btn {
    font-size: 14px;
  }
}
#component-4907 .container {
  max-width: 641px;
}
header {
  font-family: "Helvetica Neue";
  overflow: visible;
}
header .site-banner {
  width: 100%;
  min-height: 60px;
}
header .site-banner .site-banner-container {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  min-height: 60px;
  padding: 0 10px;
  visibility: hidden;
}
header .site-banner .site-banner-container.blue {
  background-color: #00649D;
}
header .site-banner .site-banner-container.green {
  background-color: #689431;
}
header .site-banner .site-banner-container.orange {
  background-color: #ED680F;
}
header .site-banner .site-banner-container.purple {
  background-color: #8C2984;
}
header .site-banner .site-banner-container.teal {
  background-color: #007B91;
}
header .site-banner .site-banner-container .site-banner-text {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  height: 60px;
  margin: 0 auto;
}
@media (max-width: 680px) {
  header .site-banner .site-banner-container .site-banner-text {
    max-width: 380px;
  }
}
@media (max-width: 400px) {
  header .site-banner .site-banner-container .site-banner-text {
    max-width: 320px;
  }
}
header .site-banner .site-banner-container .site-banner-text .site-banner-icon {
  max-width: 33px;
  max-height: 33px;
  margin: 0 10px 0 0;
}
@media (max-width: 400px) {
  header .site-banner .site-banner-container .site-banner-text .site-banner-icon {
    max-width: 30px;
    max-height: 30px;
  }
}
header .site-banner .site-banner-container .site-banner-text > a {
  text-decoration: none;
  cursor: pointer;
}
header .site-banner .site-banner-container .site-banner-text .text {
  position: relative;
  top: 2px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.15em;
}
header .site-banner .site-banner-container .site-banner-text .text strong {
  font-weight: 700;
}
@media (max-width: 820px) {
  header .site-banner .site-banner-container .site-banner-text .text {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  header .site-banner .site-banner-container .site-banner-text .text {
    font-size: 13px;
  }
}
header .site-banner .site-banner-container .site-banner-text .text svg {
  position: relative;
  top: -2px;
  left: 0;
  width: 8.5px;
  height: 15px;
  transition: left 250ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 820px) {
  header .site-banner .site-banner-container .site-banner-text .text svg {
    top: 0;
  }
}
@media (max-width: 400px) {
  header .site-banner .site-banner-container .site-banner-text .text svg {
    width: 6.5px;
    height: 13px;
  }
}
header .site-banner .site-banner-container .site-banner-text .text:hover svg {
  left: 3px;
}
header nav.header {
  position: relative;
  height: 90px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}
header nav.header .container {
  position: relative;
  display: flex;
  max-width: 1280px;
  padding: 0 10px;
  margin: 0 auto;
}
header nav.header .container .header-logo {
  width: 244px;
  height: 58px;
  padding: 16px 0 16px 0;
  transition: opacity 250ms cubic-bezier(0.19, 1, 0.22, 1);
}
header nav.header .container .header-logo:hover {
  opacity: 0.7;
}
header nav.header .container > ul.menu {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0 0 0 60px;
  margin: 0;
}
@media (max-width: 1300px) {
  header nav.header .container > ul.menu {
    display: none;
  }
}
header nav.header .container > ul.menu > li {
  font-size: 15px;
  font-weight: bold;
  line-height: 90px;
  margin: 0 20px;
  cursor: default;
}
header nav.header .container > ul.menu > li > a {
  position: relative;
  display: block;
  color: #414141;
  text-decoration: none;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
header nav.header .container > ul.menu > li ul.sub-menu {
  display: block;
  position: absolute;
  top: 90px;
  z-index: 5;
  width: 220px;
  list-style: none;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  background: rgba(255, 255, 255, 0.97);
  padding: 40px 35px 16px 35px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.32);
  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 20px 0;
}
header nav.header .container > ul.menu > li ul.sub-menu li a {
  display: block;
  width: 220px;
  line-height: 22px;
  color: #414141;
  text-decoration: none;
  border-bottom: 1px solid rgba(151, 151, 151, 0.28);
  padding: 0 0 17px 0;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
header nav.header .container > ul.menu > li ul.sub-menu li:last-child {
  margin: 0;
}
header nav.header .container > ul.menu > li:nth-child(1n) > a:hover {
  color: #8C2984;
}
header nav.header .container > ul.menu > li:nth-child(1n).active > a {
  color: #8C2984;
}
header nav.header .container > ul.menu > li:nth-child(1n).active > a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: #8C2984;
  pointer-events: none;
}
header nav.header .container > ul.menu > li:nth-child(1n) ul.sub-menu {
  border-bottom: 5px solid #8C2984;
}
header nav.header .container > ul.menu > li:nth-child(1n) ul.sub-menu li a:hover {
  color: #8C2984;
}
header nav.header .container > ul.menu > li:nth-child(2n) > a:hover {
  color: #689431;
}
header nav.header .container > ul.menu > li:nth-child(2n).active > a {
  color: #689431;
}
header nav.header .container > ul.menu > li:nth-child(2n).active > a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: #689431;
  pointer-events: none;
}
header nav.header .container > ul.menu > li:nth-child(2n) ul.sub-menu {
  border-bottom: 5px solid #689431;
}
header nav.header .container > ul.menu > li:nth-child(2n) ul.sub-menu li a:hover {
  color: #689431;
}
header nav.header .container > ul.menu > li:nth-child(3n) > a:hover {
  color: #ED680F;
}
header nav.header .container > ul.menu > li:nth-child(3n).active > a {
  color: #ED680F;
}
header nav.header .container > ul.menu > li:nth-child(3n).active > a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: #ED680F;
  pointer-events: none;
}
header nav.header .container > ul.menu > li:nth-child(3n) ul.sub-menu {
  border-bottom: 5px solid #ED680F;
}
header nav.header .container > ul.menu > li:nth-child(3n) ul.sub-menu li a:hover {
  color: #ED680F;
}
header nav.header .container > ul.menu > li:nth-child(4n) > a:hover {
  color: #007B91;
}
header nav.header .container > ul.menu > li:nth-child(4n).active > a {
  color: #007B91;
}
header nav.header .container > ul.menu > li:nth-child(4n).active > a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: #007B91;
  pointer-events: none;
}
header nav.header .container > ul.menu > li:nth-child(4n) ul.sub-menu {
  border-bottom: 5px solid #007B91;
}
header nav.header .container > ul.menu > li:nth-child(4n) ul.sub-menu li a:hover {
  color: #007B91;
}
header nav.header .container > ul.menu > li:nth-child(5n) > a:hover {
  color: #00649D;
}
header nav.header .container > ul.menu > li:nth-child(5n).active > a {
  color: #00649D;
}
header nav.header .container > ul.menu > li:nth-child(5n).active > a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: #00649D;
  pointer-events: none;
}
header nav.header .container > ul.menu > li:nth-child(5n) ul.sub-menu {
  border-bottom: 5px solid #00649D;
}
header nav.header .container > ul.menu > li:nth-child(5n) ul.sub-menu li a:hover {
  color: #00649D;
}
header nav.header .container .header-right {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}
header nav.header .container .header-right .desktop {
  display: flex;
  align-items: center;
}
@media (max-width: 1300px) {
  header nav.header .container .header-right .desktop {
    display: none;
  }
}
header nav.header .container .header-right .desktop .home-switch {
  position: relative;
  display: block;
  text-decoration: none;
  cursor: pointer;
}
header nav.header .container .header-right .desktop .home-switch .home-label {
  font-size: 15px;
  font-weight: bold;
  color: #414141;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
header nav.header .container .header-right .desktop .home-switch .partner-label {
  position: relative;
  top: -3px;
  font-size: 15px;
  font-weight: bold;
  color: #414141;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
header nav.header .container .header-right .desktop .home-switch .fa-users {
  width: 30px;
  height: 22px;
  margin: 0 0 0 8px;
}
header nav.header .container .header-right .desktop .home-switch .fa-users path {
  fill: #414141;
  transition: fill cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
header nav.header .container .header-right .desktop .home-switch:hover .home-label {
  color: #00649D;
}
header nav.header .container .header-right .desktop .home-switch:hover .partner-label {
  color: #00649D;
}
header nav.header .container .header-right .desktop .home-switch:hover .fa-users path {
  fill: #00649D;
}
header nav.header .container .header-right .desktop .search {
  margin: 0 34px 0 50px;
}
header nav.header .container .header-right .desktop .search .fa-search {
  width: 21px;
  height: 21px;
  text-decoration: none;
}
header nav.header .container .header-right .desktop .search .fa-search path {
  fill: #414141;
}
header nav.header .container .header-right .desktop .search:hover .fa-search path {
  fill: #00649D;
}
header nav.header .container .header-right .desktop .header-btn {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  height: 40px;
  text-align: center;
  line-height: 42px;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.57px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid;
  border-radius: 30px;
  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;
  cursor: pointer;
  padding: 0 24px;
}
header nav.header .container .header-right .desktop .header-btn svg {
  width: 8.5px;
  height: 15px;
}
header nav.header .container .header-right .desktop .header-btn svg path {
  transition: fill 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
header nav.header .container .header-right .desktop .header-btn.main {
  border-color: #ED680F;
  background: #ED680F;
}
header nav.header .container .header-right .desktop .header-btn.main:hover {
  background: #ffffff;
  color: #ED680F;
}
header nav.header .container .header-right .desktop .header-btn.main:hover svg path {
  fill: #ED680F;
}
header nav.header .container .header-right .desktop .header-btn.partner {
  border-color: #00649D;
  background: #00649D;
}
header nav.header .container .header-right .desktop .header-btn.partner:hover {
  background: #ffffff;
  color: #00649D;
}
header nav.header .container .header-right .desktop .header-btn.partner:hover svg path {
  fill: #00649D;
}
header nav.header .container .header-right .mobile-toggle {
  display: none;
  width: 24px;
  height: 17px;
  transform: translateY(-0.5px);
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1300px) {
  header nav.header .container .header-right .mobile-toggle {
    display: block;
  }
}
header nav.header .container .header-right .mobile-toggle .bar {
  height: 3px;
  background: #007B91;
}
header nav.header .container .header-right .mobile-toggle .bar.top {
  position: relative;
  top: 0;
  transition: top 250ms linear 250ms, transform 250ms linear;
}
header nav.header .container .header-right .mobile-toggle .bar.top.close {
  top: 7px;
  transform: rotate(-45deg);
  transition: top 250ms linear, transform 250ms linear 250ms;
}
header nav.header .container .header-right .mobile-toggle .bar.middle {
  margin: 4px 0;
  transition: opacity 250ms linear;
}
header nav.header .container .header-right .mobile-toggle .bar.middle.close {
  opacity: 0;
  transition: opacity 250ms linear;
}
header nav.header .container .header-right .mobile-toggle .bar.bottom {
  position: relative;
  top: 0;
  transition: top 250ms linear 250ms, transform 250ms linear;
}
header nav.header .container .header-right .mobile-toggle .bar.bottom.close {
  top: -7px;
  transform: rotate(45deg);
  transition: top 250ms linear, transform 250ms linear 250ms;
}
header nav.mobile {
  display: none;
  position: fixed;
  z-index: 5;
  top: 150px;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.97);
  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: 1300px) {
  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: 15px;
  line-height: 15px;
  padding: 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: 700;
  color: #007B91;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  margin: 0 0 15px 0;
}
header nav.mobile > ul > li > a:hover {
  color: #00649D;
}
header nav.mobile > ul > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
header nav.mobile > ul > li > ul > li {
  border-bottom: 1px solid #D8D8D8;
}
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: #414141;
  text-decoration: none;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
header nav.mobile > ul > li > ul > li > a:hover {
  color: #00649D;
}
footer {
  position: relative;
}
footer .container {
  max-width: 1140px;
  padding: 48px 10px 20px 10px;
  margin: 0 auto;
}
footer .container .footer-top {
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px 0;
}
@media (max-width: 1160px) {
  footer .container .footer-top {
    display: block;
  }
}
@media (max-width: 1160px) {
  footer .container .footer-top .footer-left {
    text-align: center;
  }
}
footer .container .footer-top .footer-left .footer-logo {
  width: 244px;
  height: 58px;
}
footer .container .footer-top .footer-left .address-heading {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.23em;
  color: #007B91;
  margin: 31px 0 12px 73px;
}
@media (max-width: 1160px) {
  footer .container .footer-top .footer-left .address-heading {
    margin: 31px 0 12px 0;
  }
}
footer .container .footer-top .footer-left .address {
  font-size: 13px;
  line-height: 1.23em;
  color: #007B91;
  margin: 0 0 12px 73px;
}
@media (max-width: 1160px) {
  footer .container .footer-top .footer-left .address {
    margin: 0 0 12px 0;
  }
}
footer .container .footer-top .footer-left .offices-heading {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.23em;
  color: #007B91;
  margin: 28px 0 0 73px;
}
@media (max-width: 1160px) {
  footer .container .footer-top .footer-left .offices-heading {
    margin: 28px 0 0 0;
  }
}
footer .container .footer-top .footer-left .offices-link {
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.23em;
  color: #007B91;
  text-decoration: none;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  margin: 13px 0 0 73px;
}
@media (max-width: 1160px) {
  footer .container .footer-top .footer-left .offices-link {
    margin: 13px 0 0 0;
  }
}
footer .container .footer-top .footer-left .offices-link .fa-chevron-right {
  width: 6.5px;
  height: 13px;
}
footer .container .footer-top .footer-left .offices-link:hover {
  color: #00649D;
}
@media (max-width: 1160px) {
  footer .container .footer-top .footer-middle {
    width: 440px;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  footer .container .footer-top .footer-middle {
    width: 200px;
  }
}
footer .container .footer-top .footer-middle nav ul {
  list-style: none;
  line-height: 1.23em;
  font-size: 13px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
@media (max-width: 500px) {
  footer .container .footer-top .footer-middle nav ul {
    text-align: center;
  }
}
footer .container .footer-top .footer-middle nav ul li {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
  padding: 0 0 15px 0;
}
footer .container .footer-top .footer-middle nav ul li a {
  color: #007B91;
  text-decoration: none;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
footer .container .footer-top .footer-middle nav ul li a:hover {
  color: #00649D;
}
footer .container .footer-top .footer-middle nav.about {
  margin: 91px 0 0 0;
  -webkit-columns: 2 200px;
  -moz-columns: 2 200px;
  columns: 2 200px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media (max-width: 1160px) {
  footer .container .footer-top .footer-middle nav.about {
    margin: 65px 0 0 0;
  }
}
@media (max-width: 500px) {
  footer .container .footer-top .footer-middle nav.about {
    -webkit-columns: 1 200px;
    -moz-columns: 1 200px;
    columns: 1 200px;
  }
}
footer .container .footer-top .footer-right {
  padding: 91px 0 0 0;
}
@media (max-width: 1160px) {
  footer .container .footer-top .footer-right {
    width: 256px;
    padding: 65px 0 0 0;
    margin: 0 auto;
  }
}
footer .container .footer-top .footer-right .social .connect {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #007B91;
  margin: 0 0 44px 0;
}
footer .container .footer-top .footer-right .social .connect .social-label {
  font-size: 13px;
  line-height: 1.23em;
  font-weight: bold;
  text-transform: uppercase;
  color: #007B91;
  margin: 0 20px 0 0;
}
footer .container .footer-top .footer-right .social .connect a {
  display: inline-block;
  text-decoration: none;
  margin-right: 19px;
}
footer .container .footer-top .footer-right .social .connect a:last-child {
  margin-right: 0;
}
footer .container .footer-top .footer-right .social .connect a img {
  width: 25px;
  height: 25px;
  vertical-align: top;
  transition: opacity 250ms cubic-bezier(0.19, 1, 0.22, 1);
}
footer .container .footer-top .footer-right .social .connect a img:hover {
  opacity: 0.7;
}
footer .container .footer-top .footer-right .social form {
  position: relative;
  width: 256px;
}
footer .container .footer-top .footer-right .social form .form-label {
  font-size: 13px;
  line-height: 1.23em;
  font-weight: bold;
  color: #007B91;
  margin: 0 0 15px 0;
}
footer .container .footer-top .footer-right .social form input {
  box-sizing: border-box;
  width: 256px;
  height: 42px;
  font-size: 14px;
  font-weight: 500;
  color: #7A7A7A;
  padding: 0 20px;
  border: 1px solid #D8D8D8;
  border-radius: 25px;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
  margin-bottom: 10px;
}
footer .container .footer-top .footer-right .social form input:focus {
  border: 1px solid #99C5CC;
}
footer .container .footer-top .footer-right .social form .honeypot {
  width: 100%;
  height: 0px;
  visibility: hidden;
}
footer .container .footer-top .footer-right .social form button {
  box-sizing: border-box;
  width: 80px;
  height: 32px;
  float: right;
  font-size: 13px;
  font-weight: bold;
  line-height: 3px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  background: #007B91;
  border: 1px solid #007B91;
  border-radius: 30px;
  cursor: pointer;
  transition: opacity 250ms cubic-bezier(0.19, 1, 0.22, 1);
}
footer .container .footer-top .footer-right .social form button .fa-chevron-right {
  width: 6.5px;
  height: 13px;
}
footer .container .footer-top .footer-right .social form button:hover {
  opacity: 0.7;
}
footer .container .footer-top .footer-right .social form ::-webkit-input-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
footer .container .footer-top .footer-right .social form ::-moz-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
footer .container .footer-top .footer-right .social form :-ms-input-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
footer .container .footer-top .footer-right .social form :-moz-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
footer .container .footer-bottom {
  display: flex;
  font-size: 11px;
  line-height: 1.9em;
  color: rgba(65, 65, 65, 0.55);
}
@media (max-width: 950px) {
  footer .container .footer-bottom {
    display: block;
    text-align: center;
  }
}
footer .container .footer-bottom > div:first-child {
  padding: 0 2px 0 0;
}
@media (max-width: 950px) {
  footer .container .footer-bottom > div:first-child {
    padding: 0;
  }
}
footer .container .footer-bottom .divider {
  padding: 0 6px;
}
@media (max-width: 950px) {
  footer .container .footer-bottom .divider {
    display: none;
  }
}
footer .color-strip {
  height: 15px;
}
.leadership-bio {
  box-sizing: border-box;
  max-width: 1160px;
  font-family: "Helvetica Neue";
  padding: 0 10px;
  margin: 0 auto 100px auto;
}
.leadership-bio .back-btn .button {
  display: inline-block;
  line-height: 13px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #414141;
  margin: 24px auto 24px 0;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
.leadership-bio .back-btn .button .fa-chevron-left {
  width: 6.5px;
  height: 13px;
}
.leadership-bio .back-btn .button:hover {
  color: #00649D;
}
.leadership-bio .bio {
  display: flex;
}
@media (max-width: 900px) {
  .leadership-bio .bio {
    display: block;
  }
}
.leadership-bio .bio .headshot {
  display: block;
  width: 460px;
  margin: 0 40px auto 0;
}
@media (max-width: 900px) {
  .leadership-bio .bio .headshot {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}
.leadership-bio .bio .headshot img {
  display: block;
  width: 460px;
  height: 352px;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .leadership-bio .bio .headshot img {
    max-width: 100%;
    height: auto;
  }
}
.leadership-bio .bio .text {
  margin: 0;
}
.leadership-bio .bio .text h2 {
  line-height: 1.38em;
  font-size: 26px;
  font-weight: bold;
  color: #007B91;
  margin: 0 auto 7px 0;
}
@media (max-width: 900px) {
  .leadership-bio .bio .text h2 {
    text-align: center;
  }
}
.leadership-bio .bio .text h3 {
  margin: 0;
}
.leadership-bio .bio .text h3 p {
  line-height: 1.75em;
  font-size: 16px;
  font-weight: bold;
  color: #414141;
  margin: 0 auto 32px 0;
}
@media (max-width: 900px) {
  .leadership-bio .bio .text h3 p {
    text-align: center;
  }
}
.leadership-bio .bio .text p {
  text-align: left;
  line-height: 1.75em;
  font-size: 16px;
  color: #414141;
  margin: 18px 0;
}
.leadership-bio .bio .text ul {
  line-height: 26px;
  font-size: 16px;
  color: #414141;
  margin: 18px 0;
}
.leadership-bio .bio .text ul li {
  list-style: none;
  text-indent: -0.5em;
  margin-bottom: 20px;
}
.leadership-bio .bio .text ul li::before {
  position: relative;
  top: 0px;
  left: -20px;
  content: '\2022';
  color: #007B91;
}
.leadership-bio .bio .text strong {
  font-weight: 700;
}
.leadership-bio .bio .text a {
  color: #007B91;
}
.blog-post-top {
  box-sizing: border-box;
  max-width: 1160px;
  font-family: "Helvetica Neue";
  visibility: hidden;
  padding: 0 10px;
  margin: 0 auto 40px auto;
}
.blog-post-top .back-btn .button {
  display: inline-block;
  line-height: 13px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #414141;
  margin: 24px auto 24px 0;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
.blog-post-top .back-btn .button .fa-chevron-left {
  width: 6.5px;
  height: 13px;
}
.blog-post-top .back-btn .button:hover {
  color: #00649D;
}
.blog-post-top .posting {
  display: flex;
  max-width: 750px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .blog-post-top .posting {
    display: block;
  }
}
.blog-post-top .posting .text {
  margin: 0;
}
.blog-post-top .posting .text h2 {
  line-height: 1.38em;
  font-size: 26px;
  font-weight: bold;
  color: #414141;
  margin: 0 auto 10px 0;
}
.blog-post-top .posting .text h2 a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 900px) {
  .blog-post-top .posting .text h2 {
    font-size: 22px;
    text-align: center;
  }
}
.blog-post-top .posting .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #414141;
  margin: 0 0 19px 0;
}
.blog-post-top .posting .text p:last-child {
  margin: 0;
}
.blog-post-top .posting .text p a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.blog-post-top .posting .text .post-author {
  margin: 0 0 6px 0;
}
.blog-post-top .posting .text strong {
  font-weight: 700;
}
.blog-post-top .posting .text a {
  text-decoration: none;
  color: #0064A2;
  cursor: pointer;
}
.blog-post-bottom {
  max-width: 750px;
  padding: 0 10px;
  margin: 0 auto;
}
.blog-post-bottom .blog-social-wrapper {
  border-top: 1px solid #D8D8D8;
}
.blog-post-bottom .blog-social-wrapper .blog-social {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #007B91;
  margin: 30px 0 80px 0;
}
.blog-post-bottom .blog-social-wrapper .blog-social a {
  display: inline-block;
  text-decoration: none;
  margin-right: 19px;
}
.blog-post-bottom .blog-social-wrapper .blog-social a:last-child {
  margin-right: 0;
}
.blog-post-bottom .blog-social-wrapper .blog-social a img {
  width: 25px;
  height: 25px;
  vertical-align: top;
  transition: opacity 250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.blog-post-bottom .blog-social-wrapper .blog-social a img:hover {
  opacity: 0.7;
}
.news-post {
  box-sizing: border-box;
  max-width: 1160px;
  font-family: "Helvetica Neue";
  padding: 0 10px;
  margin: 0 auto 100px auto;
}
.news-post .back-btn .button {
  display: inline-block;
  line-height: 13px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #414141;
  margin: 24px auto 24px 0;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
.news-post .back-btn .button .fa-chevron-left {
  width: 6.5px;
  height: 13px;
}
.news-post .back-btn .button:hover {
  color: #00649D;
}
.news-post .posting {
  display: flex;
}
@media (max-width: 900px) {
  .news-post .posting {
    display: block;
  }
}
.news-post .posting .post-image {
  display: block;
  width: 360px;
  margin: 0 40px auto 0;
}
@media (max-width: 900px) {
  .news-post .posting .post-image {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}
.news-post .posting .post-image img {
  display: block;
  width: 360px;
  height: 240px;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .news-post .posting .post-image img {
    max-width: 100%;
    height: auto;
  }
}
.news-post .posting .text {
  margin: 0;
}
.news-post .posting .text h2 {
  line-height: 1.38em;
  font-size: 26px;
  font-weight: bold;
  color: #007B91;
  margin: 0 auto 7px 0;
}
@media (max-width: 900px) {
  .news-post .posting .text h2 {
    font-size: 22px;
    text-align: center;
  }
}
.news-post .posting .text h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15em;
  color: #414141;
  padding-bottom: 5px;
  margin: 0;
}
.news-post .posting .text h3 a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.news-post .posting .text h3 p {
  line-height: 1.75em;
  font-size: 16px;
  font-weight: bold;
  color: #414141;
  margin: 0 auto 32px 0;
}
@media (max-width: 900px) {
  .news-post .posting .text h3 p {
    text-align: center;
  }
}
.news-post .posting .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #414141;
  margin: 0 0 19px 0;
}
.news-post .posting .text p:last-child {
  margin: 0;
}
.news-post .posting .text p a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.news-post .posting .text blockquote {
  border-left: 5px solid #D8D8D8;
  padding-left: 20px;
  margin-left: 0;
}
.news-post .posting .text ul {
  list-style: none !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #414141;
  text-indent: -7px;
  padding: 0;
  margin: 0 0 20px 8px;
}
.news-post .posting .text ul li {
  margin: 0 0 15px 15px;
}
.news-post .posting .text ul li::before {
  position: relative;
  left: -16px;
  content: "•";
  line-height: 0;
  font-size: 12px;
  color: #007B91;
}
.news-post .posting .text ul li > ul {
  list-style: none !important;
  color: #414141;
  text-indent: -7px;
  padding: 0;
  margin: 0 0 20px 8px;
}
.news-post .posting .text ul li > ul li {
  margin: 0 0 15px 15px;
}
.news-post .posting .text ul li > ul li::before {
  position: relative;
  left: -16px;
  content: "•";
  line-height: 0;
  font-size: 12px;
  color: #007B91;
}
.news-post .posting .text ol {
  list-style: none;
  line-height: 1.57em;
  color: #414141;
  padding: 0 0 0 25px;
  margin: 20px 0 40px 0;
}
.news-post .posting .text ol li {
  position: relative;
  margin: 0 0 10px 0;
  counter-increment: counter-1;
}
.news-post .posting .text ol li::before {
  position: absolute;
  top: 0px;
  left: -32px;
  width: 25px;
  text-align: center;
  content: counter(counter-1) ".";
  color: #007B91;
}
.news-post .posting .text ol li > ol {
  margin-top: 10px;
}
.news-post .posting .text ol li > ol li::before {
  position: relative;
  top: 3px;
  left: -15px;
  content: "•";
  line-height: 0;
  font-size: 32px;
  color: #007B91;
}
.news-post .posting .text strong {
  font-weight: 700;
}
.news-post .posting .text a {
  text-decoration: none;
  color: #0064A2;
  cursor: pointer;
}
section.resource {
  font-family: "Helvetica Neue", sans-serif;
  padding: 0 10px;
  margin: -40px 0 82px 0;
}
section.resource .container {
  visibility: hidden;
  margin: 0 auto;
}
section.resource .container.regular {
  max-width: 1140px;
}
section.resource .container.narrow {
  max-width: 750px;
}
section.resource .container.center h2 {
  text-align: center;
}
section.resource .container.center h3 {
  text-align: center;
}
section.resource .container.center h4 {
  text-align: center;
}
section.resource .container.left h2 {
  text-align: left;
}
section.resource .container.left h3 {
  text-align: left;
}
section.resource .container.left h4 {
  text-align: left;
}
section.resource .container h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.34em;
  color: #414141;
  visibility: hidden;
  margin: 0 0 20px 0;
}
@media (max-width: 600px) {
  section.resource .container h2 {
    font-size: 20px;
  }
}
section.resource .container h2 a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
section.resource .container h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15em;
  color: #414141;
  visibility: hidden;
  padding-bottom: 5px;
  margin: 0;
}
@media (max-width: 600px) {
  section.resource .container h3 {
    font-size: 18px;
  }
}
section.resource .container h3 a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
section.resource .container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #414141;
  visibility: hidden;
  margin: 0 0 20px 0;
}
section.resource .container p a {
  color: #00649D;
  text-decoration: none;
  cursor: pointer;
}
section.resource .container blockquote {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #414141;
  border-left: 5px solid #D8D8D8;
  visibility: hidden;
  padding-left: 20px;
  margin-left: 0;
}
section.resource .container ul {
  list-style: none !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #414141;
  text-indent: -7px;
  visibility: hidden;
  padding: 0;
  margin: 0 0 20px 8px;
}
section.resource .container ul li {
  margin: 0 0 15px 15px;
}
section.resource .container ul li a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
section.resource .container ul li::before {
  position: relative;
  left: -16px;
  content: "•";
  line-height: 0;
  font-size: 12px;
  color: #007B91;
}
section.resource .container ul li > ul {
  list-style: none !important;
  color: #414141;
  text-indent: -7px;
  padding: 0;
  margin: 0 0 20px 8px;
}
section.resource .container ul li > ul li {
  margin: 0 0 15px 15px;
}
section.resource .container ul li > ul li a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
section.resource .container ul li > ul li::before {
  position: relative;
  left: -16px;
  content: "•";
  line-height: 0;
  font-size: 12px;
  color: #007B91;
}
section.resource .container ol {
  list-style: none;
  line-height: 1.57em;
  color: #414141;
  visibility: hidden;
  padding: 0 0 0 25px;
  margin: 20px 0 40px 0;
}
section.resource .container ol li {
  position: relative;
  margin: 0 0 10px 0;
  counter-increment: counter-1;
}
section.resource .container ol li a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
section.resource .container ol li::before {
  position: absolute;
  top: 0px;
  left: -32px;
  width: 25px;
  text-align: center;
  content: counter(counter-1) ".";
  color: #007B91;
}
section.resource .container ol li > ol {
  margin-top: 10px;
}
section.resource .container ol li > ol li a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
section.resource .container ol li > ol li::before {
  position: relative;
  top: 3px;
  left: -15px;
  content: "•";
  line-height: 0;
  font-size: 32px;
  color: #007B91;
}
section.resource .container .story-link {
  display: inline;
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  color: #414141;
  text-decoration: none;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
  margin: 0 0 19px 0;
}
section.resource .container .story-link .fa-chevron-right {
  width: 6.5px;
  height: 13px;
}
section.resource .container .story-link.blue:hover {
  color: #004E9A;
}
section.resource .container .story-link.green:hover {
  color: #689431;
}
section.resource .container .story-link.orange:hover {
  color: #ED680F;
}
section.resource .container .story-link.purple:hover {
  color: #8C2984;
}
section.resource .container .story-link.teal:hover {
  color: #007B91;
}
section.resource .container .resource-btn {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  height: 40px;
  text-align: center;
  white-space: nowrap;
  line-height: 42px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.57px;
  color: #00649D;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #00649D;
  border-radius: 30px;
  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, border-color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
  padding: 0 24px;
  margin: 0 0 20px 0;
}
@media (max-width: 600px) {
  section.resource .container .resource-btn {
    font-size: 15px;
  }
}
section.resource .container .resource-btn .fa-chevron-right {
  width: 8.5px;
  height: 17px;
}
@media (max-width: 600px) {
  section.resource .container .resource-btn .fa-chevron-right {
    width: 7.5px;
    height: 15px;
  }
}
section.resource .container .resource-btn:hover {
  color: #ffffff;
  background-color: #00649D;
}
section.resource .container .resource {
  margin: 0 0 30px 0;
}
section.resource .container .resource span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75em;
  color: #414141;
}
section.resource .container .resource span a {
  color: #00649D;
  text-decoration: none;
}
section.resource .container .resource ul.resource-list {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
section.resource .container .resource ul.resource-list li {
  display: inline;
  margin: 0;
}
section.resource .container .resource ul.resource-list li::before {
  left: 0px;
  content: "";
}
section.resource .container .resource ul.resource-list li::after {
  content: ", ";
}
section.resource .container .resource ul.resource-list li:last-child::after {
  content: "";
}
section.rsrc-search {
  font-family: "Helvetica Neue", sans-serif;
}
section.rsrc-search .container {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto 60px auto;
}
section.rsrc-search .container .content #results h2 {
  max-width: inherit;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.34em;
  color: #00649D;
  padding: 40px 0 20px 0;
  margin: 0 0 20px 0;
}
@media (max-width: 600px) {
  section.rsrc-search .container .content #results h2 {
    font-size: 20px;
  }
}
section.rsrc-search .container .content #results h2 a {
  color: #00649D;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  text-decoration: none;
  cursor: pointer;
}
section.rsrc-search .container .content #results h2 a:hover {
  color: #ED680F;
}
section.rsrc-search .container .content #results h2.result-count {
  color: #414141;
  margin: 0 0 30px 0;
}
section.rsrc-search .container .content #results .result .single-result {
  border-bottom: 1px solid #D8D8D8;
}
section.rsrc-search .container .content #results .result .single-result .result-text h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15em;
  color: #00649D;
  padding: 0;
  margin: 0;
}
section.rsrc-search .container .content #results .result .single-result .result-text h3 a {
  color: #00649D;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  text-decoration: none;
  cursor: pointer;
}
section.rsrc-search .container .content #results .result .single-result .result-text h3 a:hover {
  color: #ED680F;
}
section.rsrc-search .container .content #results .result .single-result .result-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #414141;
}
section.rsrc-search .container .content #results .result .single-result .result-text p a {
  color: #00649D;
  text-decoration: none;
}
section.rsrc-search .container .content #results .result .single-result .result-text p.entry-type {
  margin: 0;
}
section.rsrc-search .container .content #results .result .single-result .result-text .resource-details {
  padding: 0 0 94px 0;
}
section.rsrc-search .container .content #results .result .single-result .result-text .resource-details span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75em;
  color: #414141;
}
section.rsrc-search .container .content #results .result .single-result .result-text .resource-details span a {
  color: #00649D;
  text-decoration: none;
}
section.rsrc-search .container .content #results .result .single-result .result-text .resource-details ul.resource-list {
  display: inline;
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
section.rsrc-search .container .content #results .result .single-result .result-text .resource-details ul.resource-list li {
  display: inline;
  margin: 0;
}
section.rsrc-search .container .content #results .result .single-result .result-text .resource-details ul.resource-list li::before {
  left: 0px;
  content: "";
}
section.rsrc-search .container .content #results .result .single-result .result-text .resource-details ul.resource-list li::after {
  content: ", ";
}
section.rsrc-search .container .content #results .result .single-result .result-text .resource-details ul.resource-list li:last-child::after {
  content: "";
}
section.rsrc-search .container .content #results .result .single-result .result-btn {
  display: inline-block;
  box-sizing: border-box;
  float: right;
  width: auto;
  height: 40px;
  text-align: center;
  white-space: nowrap;
  line-height: 42px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.57px;
  color: #00649D;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #00649D;
  border-radius: 30px;
  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, border-color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
  padding: 0 24px;
  margin: 20px 0;
}
@media (max-width: 600px) {
  section.rsrc-search .container .content #results .result .single-result .result-btn {
    font-size: 15px;
  }
}
section.rsrc-search .container .content #results .result .single-result .result-btn .fa-chevron-right {
  width: 8.5px;
  height: 17px;
}
@media (max-width: 600px) {
  section.rsrc-search .container .content #results .result .single-result .result-btn .fa-chevron-right {
    width: 7.5px;
    height: 15px;
  }
}
section.rsrc-search .container .content #results .result .single-result .result-btn:hover {
  color: #ffffff;
  background-color: #00649D;
}
section.rsrc-search .container .content #results.hide {
  display: none;
}
section.rsrc-search .container .content .page-btns {
  display: flex;
  justify-content: center;
  margin: 20px 0 0 0;
}
@media (max-width: 400px) {
  section.rsrc-search .container .content .page-btns {
    flex-direction: column-reverse;
  }
}
section.rsrc-search .container .content .page-btns .pagebtn {
  display: inline-block;
  box-sizing: border-box;
  width: 156px;
  height: 40px;
  text-align: center;
  white-space: nowrap;
  line-height: 42px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #004E9A;
  color: #ffffff;
  border: 1px solid #004E9A;
  border-radius: 30px;
  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, border-color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
  padding: 0 24px;
}
@media (max-width: 850px) {
  section.rsrc-search .container .content .page-btns .pagebtn {
    font-size: 15px;
  }
}
@media (max-width: 400px) {
  section.rsrc-search .container .content .page-btns .pagebtn {
    margin: 0 auto;
  }
}
section.rsrc-search .container .content .page-btns .pagebtn .fa-chevron-right {
  width: 8.5px;
  height: 17px;
}
@media (max-width: 850px) {
  section.rsrc-search .container .content .page-btns .pagebtn .fa-chevron-right {
    width: 7.5px;
    height: 15px;
  }
}
section.rsrc-search .container .content .page-btns .pagebtn .fa-chevron-left {
  width: 8.5px;
  height: 17px;
}
@media (max-width: 850px) {
  section.rsrc-search .container .content .page-btns .pagebtn .fa-chevron-left {
    width: 7.5px;
    height: 15px;
  }
}
section.rsrc-search .container .content .page-btns .pagebtn:hover {
  color: #004E9A;
  background-color: #ffffff;
}
section.rsrc-search .container .content .page-btns .pagebtn:nth-child(2) {
  margin: 0 0 0 20px;
}
@media (max-width: 400px) {
  section.rsrc-search .container .content .page-btns .pagebtn:nth-child(2) {
    margin: 0 auto 20px auto;
  }
}
section.search {
  font-family: "Helvetica Neue", sans-serif;
}
section.search .container {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto 60px auto;
}
section.search .container .content form {
  display: flex;
  max-width: 750px;
  margin: 58px 0 40px 0;
}
@media (max-width: 600px) {
  section.search .container .content form {
    flex-direction: column;
  }
}
section.search .container .content form input {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #7A7A7A;
  border-radius: 25px;
  border: 1px solid #D8D8D8;
  padding: 0 20px;
  margin: 0 40px 40px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
section.search .container .content form input:focus {
  border: 1px solid #99C5CC;
}
@media (max-width: 600px) {
  section.search .container .content form input {
    margin: 0 0 20px 0;
  }
}
section.search .container .content form button {
  position: relative;
  box-sizing: border-box;
  width: 185px;
  height: 40px;
  text-align: center;
  line-height: 42px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.57px;
  color: #ffffff;
  background: #ED680F;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #ED680F;
  border-radius: 30px;
  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;
  cursor: pointer;
}
section.search .container .content form button .fa-chevron-right {
  width: 8.5px;
  height: 17px;
}
section.search .container .content form button:hover {
  color: #ED680F;
  background-color: transparent;
}
section.search .container .content form ::-webkit-input-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
section.search .container .content form ::-moz-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
section.search .container .content form :-ms-input-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
section.search .container .content form :-moz-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
section.search .container .content #results h2 {
  max-width: inherit;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.34em;
  color: #00649D;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
section.search .container .content #results h2.result-count {
  color: #414141;
  margin: 0 0 30px 0;
}
section.search .container .content #results .result .single-result {
  border-bottom: 1px solid #D8D8D8;
  padding: 20px 0 20px 0;
}
section.search .container .content #results .result .single-result .result-text h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15em;
  color: #00649D;
  padding: 0;
  margin: 0;
}
section.search .container .content #results .result .single-result .result-text h3 a {
  color: #00649D;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  text-decoration: none;
  cursor: pointer;
}
section.search .container .content #results .result .single-result .result-text h3 a:hover {
  color: #ED680F;
}
section.search .container .content #results .result .single-result .result-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
  color: #414141;
}
section.search .container .content #results .result .single-result .result-text p a {
  color: #00649D;
  text-decoration: none;
}
section.search .container .content #results .result .single-result .result-text p.entry-type {
  margin: 0;
}
section.search .container .content #results .result .single-result .result-text span {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75em;
  color: #414141;
}
section.search .container .content #results .result .single-result .result-text span a {
  color: #00649D;
  text-decoration: none;
}
section.search .container .content #results .result .single-result .result-text .result-list {
  display: inline;
  list-style: none;
  padding: 0;
}
section.search .container .content #results .result .single-result .result-text .result-list li {
  display: inline;
}
section.search .container .content #results .result .single-result .result-text .result-list li::after {
  content: ", ";
}
section.search .container .content #results .result .single-result .result-text .result-list li:last-child::after {
  content: "";
}
section.search .container .content #results .result .single-result .result-btn {
  display: inline-block;
  box-sizing: border-box;
  float: right;
  width: auto;
  height: 40px;
  text-align: center;
  white-space: nowrap;
  line-height: 42px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.57px;
  color: #00649D;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #00649D;
  border-radius: 30px;
  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, border-color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
  padding: 0 24px;
}
@media (max-width: 600px) {
  section.search .container .content #results .result .single-result .result-btn {
    font-size: 15px;
  }
}
section.search .container .content #results .result .single-result .result-btn .fa-chevron-right {
  width: 8.5px;
  height: 17px;
}
@media (max-width: 600px) {
  section.search .container .content #results .result .single-result .result-btn .fa-chevron-right {
    width: 7.5px;
    height: 15px;
  }
}
section.search .container .content #results .result .single-result .result-btn:hover {
  color: #ffffff;
  background-color: #00649D;
}
section.search .container .content #results.hide {
  display: none;
}
section.sitemap {
  font-family: "Helvetica Neue", sans-serif;
  padding: 0 10px;
  margin: 60px 0 82px 0;
}
section.sitemap .container {
  visibility: hidden;
  max-width: 1140px;
  margin: 0 auto;
}
section.sitemap .container .content h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.34em;
  color: #414141;
  visibility: hidden;
  margin: 0 0 9px 0;
}
section.sitemap .container .content h2 a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
section.sitemap .container .content h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15em;
  color: #414141;
  visibility: hidden;
  padding-bottom: 5px;
  margin: 0;
}
section.sitemap .container .content h3 a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
section.sitemap .container .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #414141;
  visibility: hidden;
  margin: 0 0 19px 0;
}
section.sitemap .container .content p:last-child {
  margin: 0;
}
section.sitemap .container .content p a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
section.sitemap .container .content ul {
  list-style: none !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #414141;
  text-indent: -7px;
  visibility: hidden;
  padding: 0;
  margin: 0 0 40px 8px;
}
section.sitemap .container .content ul li {
  margin: 0 0 15px 15px;
}
section.sitemap .container .content ul li a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
section.sitemap .container .content ul li::before {
  position: relative;
  left: -16px;
  content: "•";
  line-height: 0;
  font-size: 12px;
  color: #007B91;
}
section.sitemap .container .content ul li > ul {
  list-style: none !important;
  color: #414141;
  text-indent: -7px;
  padding: 0;
  margin: 0 0 20px 8px;
}
section.sitemap .container .content ul li > ul li {
  margin: 0 0 15px 15px;
}
section.sitemap .container .content ul li > ul li a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
section.sitemap .container .content ul li > ul li::before {
  position: relative;
  left: -16px;
  content: "•";
  line-height: 0;
  font-size: 12px;
  color: #007B91;
}
section.sitemap .container .content ul li > ul li > ul {
  list-style: none !important;
  color: #414141;
  text-indent: -7px;
  padding: 0;
  margin: 0 0 20px 8px;
}
section.sitemap .container .content ul li > ul li > ul li {
  margin: 0 0 15px 15px;
}
section.sitemap .container .content ul li > ul li > ul li a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
section.sitemap .container .content ul li > ul li > ul li::before {
  position: relative;
  left: -16px;
  content: "•";
  line-height: 0;
  font-size: 12px;
  color: #007B91;
}
.component-board {
  font-family: "Helvetica Neue", sans-serif;
  display: block;
}
.component-board.lightGray {
  background-color: rgba(216, 216, 216, 0.15);
  padding: 0 10px 7px 10px;
}
.component-board.lightGray .container .board-heading {
  color: #414141;
}
.component-board.lightGray .container .people .board-member .linkname {
  color: #007B91;
}
.component-board.lightGray .container .people .board-member .name {
  color: #414141;
}
.component-board.teal {
  background-color: #007B91;
  padding: 0 10px 45px 10px;
}
.component-board.teal .container .board-heading {
  color: #ffffff;
}
.component-board.teal .container .people .board-member .linkname {
  color: #ffffff;
}
.component-board.teal .container .people .board-member .name {
  color: #ffffff;
}
.component-board .container {
  max-width: 930px;
  height: auto;
  text-align: center;
  font-size: 0;
  padding: 55px 0 16px 0;
  margin: 0px auto;
}
@media (max-width: 950px) {
  .component-board .container {
    max-width: 590px;
  }
}
@media (max-width: 610px) {
  .component-board .container {
    max-width: 100%;
  }
}
.component-board .container .board-heading {
  display: block;
  line-height: 1.38em;
  font-size: 26px;
  font-weight: 700;
  margin: 0 auto 59px auto;
  visibility: hidden;
}
.component-board .container .people {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 950px) {
  .component-board .container .people {
    justify-content: flex-start;
  }
}
@media (max-width: 610px) {
  .component-board .container .people {
    display: block;
  }
}
.component-board .container .people .board-member {
  width: 250px;
  height: auto;
  text-align: left;
  margin: 0 90px 30px 0;
  visibility: hidden;
}
.component-board .container .people .board-member:nth-child(3n) {
  margin-right: 0;
}
.component-board .container .people .board-member:last-child {
  margin-right: 0;
}
@media (max-width: 950px) {
  .component-board .container .people .board-member:nth-child(3n) {
    margin-right: 90px;
  }
  .component-board .container .people .board-member:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 610px) {
  .component-board .container .people .board-member {
    width: 100%;
    text-align: center;
    margin-right: 0;
  }
}
.component-board .container .people .board-member .linkname {
  display: block;
  line-height: 16px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: color 250ms cubic-bezier(0.19, 1, 0.22, 1);
  margin: 0 auto 5px 0;
}
.component-board .container .people .board-member .linkname:hover {
  color: #00649D;
}
.component-board .container .people .board-member .name {
  display: block;
  line-height: 16px;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto 5px 0;
  text-decoration: none;
}
.component-board .container .people .board-member .title {
  display: block;
  line-height: 25px;
  font-size: 16px;
  font-weight: 400;
  color: #414141;
  text-decoration: none;
  padding: 0 0 43px 0;
}
.component-board .container .people .board-member .title > p {
  margin: 0 0 2px 0;
}
.component-board .container .people :nth-child(1) .container {
  padding-top: 0;
  margin-top: 0;
}
.component-boxes {
  font-family: "Helvetica Neue", sans-serif;
  padding: 58px 10px 48px 10px;
}
.component-boxes.gray {
  background: #F9F9F9;
}
.component-boxes .container {
  max-width: 1170px;
  visibility: hidden;
  margin: 0 auto;
}
.component-boxes .container .boxes-heading {
  max-width: 750px;
  text-align: center;
  margin: 0 auto 32px auto;
}
.component-boxes .container .boxes-heading h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.34em;
  color: #414141;
  margin: 0 0 9px 0;
}
.component-boxes .container .boxes-heading h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15em;
  color: #414141;
  padding-bottom: 5px;
  margin: 0;
}
.component-boxes .container .boxes-heading h3 a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-boxes .container .boxes-heading p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #414141;
  margin: 0 0 19px 0;
}
.component-boxes .container .boxes-heading p:last-child {
  margin: 0;
}
.component-boxes .container .boxes-heading p a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-boxes .container .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1170px;
}
@media (max-width: 1190px) {
  .component-boxes .container .carousel {
    max-width: 585px;
    margin: 0 auto;
  }
}
@media (max-width: 605px) {
  .component-boxes .container .carousel {
    max-width: 292.5px;
  }
}
.component-boxes .container .carousel.three {
  width: 878px;
  margin: 0 auto;
}
@media (max-width: 1190px) {
  .component-boxes .container .carousel.three {
    max-width: 878px;
    margin: 0 auto;
  }
}
@media (max-width: 898px) {
  .component-boxes .container .carousel.three {
    max-width: 585px;
    margin: 0 auto;
  }
}
.component-boxes .container .carousel .tile-wrapper {
  outline: none;
  padding: 0 15px;
  margin: 0 0 26px 0;
}
.component-boxes .container .carousel .tile-wrapper.blue .tile .image-video {
  border-top-color: #00649D;
}
.component-boxes .container .carousel .tile-wrapper.blue .tile .writing h2 {
  color: #00649D;
}
.component-boxes .container .carousel .tile-wrapper.blue .tile .writing .linkname:hover {
  color: #00649D;
}
.component-boxes .container .carousel .tile-wrapper.green .tile .image-video {
  border-top-color: #689431;
}
.component-boxes .container .carousel .tile-wrapper.green .tile .writing h2 {
  color: #689431;
}
.component-boxes .container .carousel .tile-wrapper.green .tile .writing .linkname:hover {
  color: #689431;
}
.component-boxes .container .carousel .tile-wrapper.teal .tile .image-video {
  border-top-color: #007B91;
}
.component-boxes .container .carousel .tile-wrapper.teal .tile .writing h2 {
  color: #007B91;
}
.component-boxes .container .carousel .tile-wrapper.teal .tile .writing .linkname:hover {
  color: #007B91;
}
.component-boxes .container .carousel .tile-wrapper.purple .tile .image-video {
  border-top-color: #8C2984;
}
.component-boxes .container .carousel .tile-wrapper.purple .tile .writing h2 {
  color: #8C2984;
}
.component-boxes .container .carousel .tile-wrapper.purple .tile .writing .linkname:hover {
  color: #8C2984;
}
.component-boxes .container .carousel .tile-wrapper.orange .tile .image-video {
  border-top-color: #ED680F;
}
.component-boxes .container .carousel .tile-wrapper.orange .tile .writing h2 {
  color: #ED680F;
}
.component-boxes .container .carousel .tile-wrapper.orange .tile .writing .linkname:hover {
  color: #ED680F;
}
.component-boxes .container .carousel .tile-wrapper .tile {
  display: flex;
  flex-direction: column;
  width: 260.5px;
  height: calc(100% - 4px);
  border: 1px solid #D8D8D8;
  border-radius: 0 0 5px 5px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(50, 41, 41, 0.05);
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
}
.component-boxes .container .carousel .tile-wrapper .tile:focus {
  outline: none;
}
.component-boxes .container .carousel .tile-wrapper .tile.hide {
  display: none;
}
.component-boxes .container .carousel .tile-wrapper .tile .image-video {
  position: relative;
  width: 261.5px;
  height: 163px;
  border-top: 5px solid;
  text-align: center;
}
.component-boxes .container .carousel .tile-wrapper .tile .image-video img {
  width: 100%;
  object-fit: contain;
  max-width: 203px;
  max-height: 90px;
  margin: 55px auto 0 auto;
}
.component-boxes .container .carousel .tile-wrapper .tile .writing {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 338px;
  text-align: center;
  padding: 20px 18px 24px 18px;
}
.component-boxes .container .carousel .tile-wrapper .tile .writing h2 {
  line-height: 1.25em;
  font-size: 20px;
  font-weight: 700;
  color: #414141;
  text-align: center;
  padding: 0 0 7px 0;
  margin: 0 auto;
}
.component-boxes .container .carousel .tile-wrapper .tile .writing h2 .share-on-social {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #007B91;
  margin: 10px 0 0 0;
}
.component-boxes .container .carousel .tile-wrapper .tile .writing h2 .share-on-social a {
  display: inline-block;
  text-decoration: none;
  margin-right: 19px;
}
.component-boxes .container .carousel .tile-wrapper .tile .writing h2 .share-on-social a:last-child {
  margin-right: 0;
}
.component-boxes .container .carousel .tile-wrapper .tile .writing h2 .share-on-social a img {
  width: 25px;
  height: 25px;
  vertical-align: top;
  transition: opacity 250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.component-boxes .container .carousel .tile-wrapper .tile .writing h2 .share-on-social a img:hover {
  opacity: 0.7;
}
.component-boxes .container .carousel .tile-wrapper .tile .writing h3 {
  line-height: 1.47em;
  font-size: 17px;
  font-weight: 700;
  color: #414141;
  text-align: center;
  margin: 0 auto 12px auto;
}
.component-boxes .container .carousel .tile-wrapper .tile .writing p {
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.666em;
  color: #414141;
  text-align: center;
  margin: 0 0 35px 0;
}
.component-boxes .container .carousel .tile-wrapper .tile .writing p a {
  color: #00649D;
  text-decoration: none;
  cursor: pointer;
}
.component-boxes .container .carousel .tile-wrapper .tile .writing .linkname {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #414141;
  text-decoration: none;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
.component-boxes .container .carousel .tile-wrapper .tile .writing .linkname .fa-chevron-right {
  width: 6.5px;
  height: 13px;
}
.component-columns {
  font-family: "Helvetica Neue", sans-serif;
  padding: 0 10px;
  margin: 60px 0 82px 0;
}
.component-columns .container {
  display: flex;
  margin: 0 auto;
  max-width: 1140px;
}
@media (max-width: 850px) {
  .component-columns .container {
    display: block;
  }
}
.component-columns .container .left-column {
  max-width: 570px;
  visibility: hidden;
  border-right: 1px solid #D8D8D8;
  padding-right: 48px;
}
@media (max-width: 1000px) {
  .component-columns .container .left-column {
    padding-right: 20px;
  }
}
@media (max-width: 850px) {
  .component-columns .container .left-column {
    max-width: 100%;
    border: none;
    padding-right: 0;
    margin-bottom: 19px;
  }
}
.component-columns .container .right-column {
  max-width: 570px;
  visibility: hidden;
  padding-left: 48px;
}
@media (max-width: 1000px) {
  .component-columns .container .right-column {
    padding-left: 20px;
  }
}
@media (max-width: 850px) {
  .component-columns .container .right-column {
    max-width: 100%;
    padding-left: 0;
  }
}
.component-columns .container h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.34em;
  color: #414141;
  margin: 0 0 9px 0;
}
.component-columns .container h2 a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-columns .container h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.15em;
  color: #414141;
  padding-bottom: 5px;
  margin: 0;
}
.component-columns .container h3 a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-columns .container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #414141;
  margin: 0 0 19px 0;
}
.component-columns .container p:last-child {
  margin: 0;
}
.component-columns .container p a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-columns .container .story-link {
  display: inline;
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  color: #414141;
  text-decoration: none;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
  margin: 0 0 19px 0;
}
.component-columns .container .story-link .fa-chevron-right {
  width: 6.5px;
  height: 13px;
}
.component-columns .container .story-link.blue:hover {
  color: #004E9A;
}
.component-columns .container .story-link.green:hover {
  color: #689431;
}
.component-columns .container .story-link.orange:hover {
  color: #ED680F;
}
.component-columns .container .story-link.purple:hover {
  color: #8C2984;
}
.component-columns .container .story-link.teal:hover {
  color: #007B91;
}
.component-columns .container blockquote {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #414141;
  border-left: 5px solid #D8D8D8;
  padding-left: 20px;
  margin-left: 0;
}
.component-columns .container ul {
  list-style: none !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #414141;
  text-indent: -7px;
  padding: 0;
  margin: 0 0 20px 8px;
}
.component-columns .container ul li {
  margin: 0 0 15px 15px;
}
.component-columns .container ul li a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-columns .container ul li::before {
  position: relative;
  left: -16px;
  content: "•";
  line-height: 0;
  font-size: 12px;
  color: #007B91;
}
.component-columns .container ul li > ul {
  list-style: none !important;
  color: #414141;
  text-indent: -7px;
  padding: 0;
  margin: 0 0 20px 8px;
}
.component-columns .container ul li > ul li {
  margin: 0 0 15px 15px;
}
.component-columns .container ul li > ul li a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-columns .container ul li > ul li::before {
  position: relative;
  left: -16px;
  content: "•";
  line-height: 0;
  font-size: 12px;
  color: #007B91;
}
.component-columns .container ol {
  list-style: none;
  line-height: 1.57em;
  color: #414141;
  padding: 0 0 0 25px;
  margin: 20px 0 40px 0;
}
.component-columns .container ol li {
  position: relative;
  margin: 0 0 10px 0;
  counter-increment: counter-1;
}
.component-columns .container ol li a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-columns .container ol li::before {
  position: absolute;
  top: 0px;
  left: -32px;
  width: 25px;
  text-align: center;
  content: counter(counter-1) ".";
  color: #007B91;
}
.component-columns .container ol li > ol {
  margin-top: 10px;
}
.component-columns .container ol li > ol li a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-columns .container ol li > ol li::before {
  position: relative;
  top: 3px;
  left: -15px;
  content: "•";
  line-height: 0;
  font-size: 32px;
  color: #007B91;
}
.component-countries {
  font-family: "Helvetica Neue", sans-serif;
  padding: 0 10px;
}
.component-countries .container {
  max-width: 1170px;
  text-align: center;
  visibility: hidden;
  margin: 0 auto;
}
@media (max-width: 1190px) {
  .component-countries .container {
    max-width: 660px;
  }
}
.component-countries .container .top-line hr {
  height: 0;
  border: none;
  border-top: 1px solid rgba(122, 122, 122, 0.4);
  margin: 26px 15px;
}
.component-countries .container .region-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 680px) {
  .component-countries .container .region-list {
    max-width: 330px;
    margin: 0 auto;
  }
}
.component-countries .container .region-list .region {
  position: relative;
  box-sizing: border-box;
  height: auto;
  text-align: left;
  margin: 0 15px 78px 15px;
}
@media (max-width: 680px) {
  .component-countries .container .region-list .region {
    margin: 0 15px 48px 15px;
  }
}
@media (max-width: 349px) {
  .component-countries .container .region-list .region {
    text-align: center;
  }
}
.component-countries .container .region-list .region .continent {
  line-height: 1.62em;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}
.component-countries .container .region-list .region .continent a {
  text-decoration: none;
  transition: color 250ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}
.component-countries .container .region-list .region .country-list p {
  line-height: 1.666em;
  font-size: 15px;
  color: #414141;
  margin: 0 0 6px 0;
}
.component-countries .container .region-list .region .country-list p a {
  color: #414141;
  text-decoration: none;
  transition: color 250ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}
.component-countries .container .region-list .region .country-list p a:hover {
  color: #00649D;
}
.component-countries .container .region-list .region.large {
  width: 300px;
}
@media (max-width: 349px) {
  .component-countries .container .region-list .region.large {
    width: 100%;
  }
}
.component-countries .container .region-list .region.large .country-list {
  -webkit-columns: 2 145px;
  -moz-columns: 2 145px;
  columns: 2 145px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.component-countries .container .region-list .region.small {
  width: 150px;
}
@media (max-width: 1190px) {
  .component-countries .container .region-list .region.small {
    width: 300px;
  }
}
@media (max-width: 349px) {
  .component-countries .container .region-list .region.small {
    width: 100%;
  }
}
.component-countries .container .region-list .region:nth-child(1n) .continent {
  color: #689431;
}
.component-countries .container .region-list .region:nth-child(1n) .continent a {
  color: #689431;
}
.component-countries .container .region-list .region:nth-child(1n) .continent a:hover {
  color: #00649D;
}
.component-countries .container .region-list .region:nth-child(2n) .continent {
  color: #8C2984;
}
.component-countries .container .region-list .region:nth-child(2n) .continent a {
  color: #8C2984;
}
.component-countries .container .region-list .region:nth-child(2n) .continent a:hover {
  color: #00649D;
}
.component-countries .container .region-list .region:nth-child(3n) .continent {
  color: #007B90;
}
.component-countries .container .region-list .region:nth-child(3n) .continent a {
  color: #007B90;
}
.component-countries .container .region-list .region:nth-child(3n) .continent a:hover {
  color: #00649D;
}
.component-countries .container .region-list .region:nth-child(4n) .continent {
  color: #ED680F;
}
.component-countries .container .region-list .region:nth-child(4n) .continent a {
  color: #ED680F;
}
.component-countries .container .region-list .region:nth-child(4n) .continent a:hover {
  color: #00649D;
}
.component-contact {
  font-family: "Helvetica Neue", sans-serif;
  padding: 0 10px;
  margin: 40px 0 80px 0;
}
@media (max-width: 400px) {
  .component-contact {
    padding: 0;
  }
}
.component-contact .container {
  position: relative;
  box-sizing: border-box;
  max-width: 750px;
  font-size: 0;
  background: rgba(216, 216, 216, 0.15);
  visibility: hidden;
  padding: 30px;
  margin: 0 auto;
}
@media (max-width: 400px) {
  .component-contact .container {
    padding: 30px 10px;
  }
}
.component-contact .container form .form-heading {
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 700;
  color: #414141;
  margin: 0 0 28px 0;
}
.component-contact .container form .form-label {
  font-size: 13px;
  line-height: 1.23em;
  font-weight: 400;
  color: #414141;
}
.component-contact .container form input {
  display: block;
  box-sizing: border-box;
  width: 690px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #414141;
  border: 1px solid #BCBCBC;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 250ms cubic-bezier(0.19, 1, 0.22, 1);
  padding: 0 20px;
  margin: 6px 0 28px 0;
}
@media (max-width: 770px) {
  .component-contact .container form input {
    width: 100%;
  }
}
.component-contact .container form input:focus {
  border-color: #99C5CC;
}
.component-contact .container form textarea {
  box-sizing: border-box;
  width: 100%;
  height: 136px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: #414141;
  background-color: #ffffff;
  border-radius: 25px;
  outline-style: inherit;
  border: 1px solid #BCBCBC;
  padding: 20px;
  margin: 6px 0 28px 0;
  -webkit-appearance: none;
  -webkit-border-radius: 25px;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 250ms cubic-bezier(0.19, 1, 0.22, 1);
  resize: none;
  overflow: auto;
}
@media (max-width: 650px) {
  .component-contact .container form textarea {
    font-size: 10px;
  }
}
.component-contact .container form textarea:focus {
  border-color: #99C5CC;
}
.component-contact .container form .recaptcha-wrapper {
  display: flex;
  max-width: 688px;
  margin-bottom: 28px;
}
@media (max-width: 650px) {
  .component-contact .container form .recaptcha-wrapper {
    display: block;
  }
}
.component-contact .container form .recaptcha-wrapper .recaptcha-explanation {
  font-size: 13px;
  line-height: 1.23em;
  color: #414141;
  margin-right: 28px;
}
.component-contact .container form .recaptcha-wrapper .recaptcha-checkbox .g-recaptcha {
  width: 300px;
  height: 78px;
}
@media (max-width: 650px) {
  .component-contact .container form .recaptcha-wrapper .recaptcha-checkbox .g-recaptcha {
    margin: 10px 0 0 auto;
  }
}
@media (max-width: 340px) {
  .component-contact .container form .recaptcha-wrapper .recaptcha-checkbox .g-recaptcha {
    margin: 10px 0 0 0;
  }
}
.component-contact .container form .buttons {
  display: flex;
  justify-content: flex-end;
}
.component-contact .container form .buttons button {
  display: inline-block;
  box-sizing: border-box;
  float: right;
  width: auto;
  height: 40px;
  text-align: center;
  white-space: nowrap;
  line-height: 42px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.57px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background: #ED680F;
  border: 1px solid #ED680F;
  border-radius: 30px;
  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;
  cursor: pointer;
  padding: 0 24px;
}
.component-contact .container form .buttons button .fa-chevron-right {
  width: 8.5px;
  height: 17px;
}
.component-contact .container form .buttons button:hover {
  color: #ED680F;
  background-color: #ffffff;
}
.component-contact .container form .buttons button.disabled {
  background: #d5d5d5;
  border-color: #BCBCBC;
  cursor: default;
}
.component-contact .container form .buttons button.disabled:hover {
  color: #ffffff;
  background-color: #d5d5d5;
}
.component-contact .container form ::-webkit-input-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
.component-contact .container form ::-moz-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
.component-contact .container form :-ms-input-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
.component-contact .container form :-moz-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
.component-contact .container form .row-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 770px) {
  .component-contact .container form .row-wrapper {
    display: block;
  }
}
.component-contact .container form .row-wrapper .field input {
  width: 330px;
}
@media (max-width: 770px) {
  .component-contact .container form .row-wrapper .field input {
    width: 100%;
  }
}
.component-contact .container form .row-wrapper .field:first-child {
  margin-right: 30px;
}
@media (max-width: 770px) {
  .component-contact .container form .row-wrapper .field:first-child {
    margin-right: 0;
  }
}
.component-contact .container form.hidden {
  visibility: hidden;
}
.component-contact .container .confirmation {
  position: absolute;
  top: 112px;
  display: none;
  width: calc(100% - 60px);
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 700;
  color: #414141;
  text-align: center;
}
.component-ctaStrip {
  font-family: "Helvetica Neue", sans-serif;
  box-shadow: inset 1px 3px 8px 0 rgba(0, 0, 0, 0.3);
}
.component-ctaStrip .container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  min-height: 92px;
  padding: 0 10px;
  margin: 0 auto;
}
@media (max-width: 950px) {
  .component-ctaStrip .container {
    flex-direction: column;
  }
}
.component-ctaStrip .container .cta-caption {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.46em;
  color: #ffffff;
  text-align: center;
  margin: 28.5px 0;
}
@media (max-width: 950px) {
  .component-ctaStrip .container .cta-caption {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.component-ctaStrip .container .cta-btn {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  height: 40px;
  text-align: center;
  white-space: nowrap;
  line-height: 42px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid;
  border-radius: 30px;
  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, border-color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
  margin: 26px 0 26px 30px;
  padding: 0 24px;
}
@media (max-width: 950px) {
  .component-ctaStrip .container .cta-btn {
    font-size: 15px;
    margin: 26px auto;
  }
}
.component-ctaStrip .container .cta-btn .fa-chevron-right {
  width: 8.5px;
  height: 17px;
}
@media (max-width: 950px) {
  .component-ctaStrip .container .cta-btn .fa-chevron-right {
    width: 7.5px;
    height: 15px;
  }
}
.component-ctaStrip.blue {
  background-color: #00649D;
}
.component-ctaStrip.blue .container .cta-btn {
  color: #00649D;
  border-color: #00649D;
}
.component-ctaStrip.blue .container .cta-btn:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #00649D;
}
.component-ctaStrip.green {
  background-color: #689431;
}
.component-ctaStrip.green .container .cta-btn {
  color: #689431;
  border-color: #689431;
}
.component-ctaStrip.green .container .cta-btn:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #689431;
}
.component-ctaStrip.orange {
  background-color: #ED680F;
}
.component-ctaStrip.orange .container .cta-btn {
  color: #ED680F;
  border-color: #ED680F;
}
.component-ctaStrip.orange .container .cta-btn:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #ED680F;
}
.component-ctaStrip.purple {
  background-color: #8C2984;
}
.component-ctaStrip.purple .container .cta-btn {
  color: #8C2984;
  border-color: #8C2984;
}
.component-ctaStrip.purple .container .cta-btn:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #8C2984;
}
.component-ctaStrip.teal {
  background-color: #007B91;
}
.component-ctaStrip.teal .container .cta-btn {
  color: #007B91;
  border-color: #007B91;
}
.component-ctaStrip.teal .container .cta-btn:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #007B91;
}
.component-donate {
  font-family: "Helvetica Neue", sans-serif;
  background: #ED680F;
  padding: 34px 10px 40px 10px;
  margin-top: -1px;
}
.component-donate .container {
  max-width: 1140px;
  text-align: center;
  margin: 0 auto;
  visibility: hidden;
}
.component-donate .container form .donate-heading {
  display: block;
  line-height: 1em;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 auto 36px auto;
}
.component-donate .container form .option-wrapper {
  display: inline-flex;
  margin: 0 0 32px 0;
}
.component-donate .container form .option-wrapper .radio {
  line-height: 1.23em;
  font-size: 13px;
  font-weight: 300;
  color: #ffffff;
}
.component-donate .container form .option-wrapper .radio:first-child {
  margin-right: 24px;
}
.component-donate .container form .option-wrapper .radio input {
  -webkit-appearance: radio;
}
.component-donate .container form .row-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 0 40px 0;
}
@media (max-width: 960px) {
  .component-donate .container form .row-wrapper {
    flex-direction: column;
  }
}
.component-donate .container form .row-wrapper .btn-wrapper .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 960px) {
  .component-donate .container form .row-wrapper .btn-wrapper .buttons {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 650px) {
  .component-donate .container form .row-wrapper .btn-wrapper .buttons {
    max-width: 340px;
    margin: 0 auto;
  }
}
@media (max-width: 360px) {
  .component-donate .container form .row-wrapper .btn-wrapper .buttons {
    max-width: 150px;
  }
}
.component-donate .container form .row-wrapper .btn-wrapper .buttons .amount-btn {
  position: relative;
  box-sizing: border-box;
  width: auto;
  height: 40px;
  text-align: center;
  white-space: nowrap;
  line-height: 42px;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 30px;
  box-shadow: none;
  transition: background-color cubic-bezier(0.19, 1, 0.22, 1) 500ms, border-color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
  padding: 0 24px;
  margin: 0 5px;
}
@media (max-width: 650px) {
  .component-donate .container form .row-wrapper .btn-wrapper .buttons .amount-btn {
    margin: 0 5px 10px 5px;
  }
}
@media (max-width: 360px) {
  .component-donate .container form .row-wrapper .btn-wrapper .buttons .amount-btn {
    margin: 0 auto 10px auto;
  }
}
.component-donate .container form .row-wrapper .btn-wrapper .buttons .amount-btn .fa-chevron-right {
  width: 8.5px;
  height: 14.5px;
}
.component-donate .container form .row-wrapper .btn-wrapper .buttons .amount-btn:hover {
  background-color: #007B91;
  border-color: #007B91;
}
.component-donate .container form .row-wrapper .amt-wrapper {
  display: flex;
}
@media (max-width: 960px) {
  .component-donate .container form .row-wrapper .amt-wrapper {
    justify-content: center;
  }
}
@media (max-width: 360px) {
  .component-donate .container form .row-wrapper .amt-wrapper {
    flex-direction: column;
  }
}
.component-donate .container form .row-wrapper .amt-wrapper .field {
  position: relative;
}
@media (max-width: 360px) {
  .component-donate .container form .row-wrapper .amt-wrapper .field {
    width: 165px;
    margin: 0 auto;
  }
}
.component-donate .container form .row-wrapper .amt-wrapper .field .dollar {
  position: absolute;
  top: 14px;
  left: 22px;
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  color: #007B91;
}
.component-donate .container form .row-wrapper .amt-wrapper .field input {
  display: block;
  box-sizing: border-box;
  width: 160px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #414141;
  border: 1px solid #BCBCBC;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 250ms cubic-bezier(0.19, 1, 0.22, 1);
  padding: 0 20px 0 40px;
  margin: 0 0 0 5px;
}
@media (max-width: 360px) {
  .component-donate .container form .row-wrapper .amt-wrapper .field input {
    margin: 0 auto 10px auto;
  }
}
.component-donate .container form .row-wrapper .amt-wrapper .field input:focus {
  border-color: #99C5CC;
}
.component-donate .container form .row-wrapper .amt-wrapper ::-webkit-input-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
.component-donate .container form .row-wrapper .amt-wrapper ::-moz-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
.component-donate .container form .row-wrapper .amt-wrapper :-ms-input-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
.component-donate .container form .row-wrapper .amt-wrapper :-moz-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
.component-donate .container form .row-wrapper .amt-wrapper .donate-btn {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  height: 40px;
  text-align: center;
  white-space: nowrap;
  line-height: 42px;
  font-size: 17px;
  font-weight: 700;
  color: #ED680F;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 30px;
  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, border-color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
  margin: 0 0 0 20px;
  padding: 0 24px;
}
@media (max-width: 360px) {
  .component-donate .container form .row-wrapper .amt-wrapper .donate-btn {
    margin: 0;
  }
}
.component-donate .container form .row-wrapper .amt-wrapper .donate-btn .fa-chevron-right {
  width: 10.5px;
  height: 17px;
}
.component-donate .container form .row-wrapper .amt-wrapper .donate-btn:hover {
  color: #ffffff;
  background-color: #007B91;
  border-color: #007B91;
}
.component-donate .container form .honor {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.23em;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
  padding: 0;
}
.component-donate .container form .honor .fa-chevron-right {
  position: relative;
  top: 1px;
  width: 8.5px;
  height: 17px;
}
.component-donate .container form .honor:hover {
  color: #007B91;
}
.component-donate .container form.hidden {
  visibility: hidden;
}
.component-donate .container .confirmation {
  position: absolute;
  top: 60px;
  display: none;
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.component-donate .container .confirmation a {
  color: #007B91;
  text-decoration: none;
  cursor: pointer;
}
.component-featureTiles {
  font-family: "Helvetica Neue", sans-serif;
  box-sizing: border-box;
  padding: 58px 10px 48px 10px;
}
.component-featureTiles.gray {
  background: #F9F9F9;
}
.component-featureTiles .container {
  max-width: 1170px;
  visibility: hidden;
  margin: 0 auto;
}
.component-featureTiles .container .tiles-heading {
  max-width: 750px;
  text-align: center;
  margin: 0 auto 32px auto;
}
.component-featureTiles .container .tiles-heading h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.38em;
  color: #414141;
  margin: 0 0 9px 0;
}
.component-featureTiles .container .carousel {
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1170px;
}
@media (max-width: 1190px) {
  .component-featureTiles .container .carousel {
    width: 780px;
    margin: 0 auto;
  }
}
@media (max-width: 800px) {
  .component-featureTiles .container .carousel {
    width: 390px;
  }
}
@media (max-width: 410px) {
  .component-featureTiles .container .carousel {
    width: 100%;
  }
}
.component-featureTiles .container .carousel:focus {
  outline: none;
}
.component-featureTiles .container .carousel .tile-wrapper {
  outline: none;
  padding: 0 15px;
  margin: 0 0 26px 0;
}
.component-featureTiles .container .carousel .tile-wrapper a {
  cursor: pointer;
}
.component-featureTiles .container .carousel .tile-wrapper.blue .tile .image-video img {
  border-top-color: #00649D;
}
.component-featureTiles .container .carousel .tile-wrapper.blue .tile .writing h2 {
  color: #00649D;
}
.component-featureTiles .container .carousel .tile-wrapper.blue .tile .writing .link-wrapper .linkname:hover {
  color: #00649D;
}
.component-featureTiles .container .carousel .tile-wrapper.green .tile .image-video img {
  border-top-color: #689431;
}
.component-featureTiles .container .carousel .tile-wrapper.green .tile .writing h2 {
  color: #689431;
}
.component-featureTiles .container .carousel .tile-wrapper.green .tile .writing .link-wrapper .linkname:hover {
  color: #689431;
}
.component-featureTiles .container .carousel .tile-wrapper.teal .tile .image-video img {
  border-top-color: #007B91;
}
.component-featureTiles .container .carousel .tile-wrapper.teal .tile .writing h2 {
  color: #007B91;
}
.component-featureTiles .container .carousel .tile-wrapper.teal .tile .writing .link-wrapper .linkname:hover {
  color: #007B91;
}
.component-featureTiles .container .carousel .tile-wrapper.purple .tile .image-video img {
  border-top-color: #8C2984;
}
.component-featureTiles .container .carousel .tile-wrapper.purple .tile .writing h2 {
  color: #8C2984;
}
.component-featureTiles .container .carousel .tile-wrapper.purple .tile .writing .link-wrapper .linkname:hover {
  color: #8C2984;
}
.component-featureTiles .container .carousel .tile-wrapper.orange .tile .image-video img {
  border-top-color: #ED680F;
}
.component-featureTiles .container .carousel .tile-wrapper.orange .tile .writing h2 {
  color: #ED680F;
}
.component-featureTiles .container .carousel .tile-wrapper.orange .tile .writing .link-wrapper .linkname:hover {
  color: #ED680F;
}
.component-featureTiles .container .carousel .tile-wrapper .tile {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 360px;
  height: calc(100% - 4px);
  border: 1px solid #D8D8D8;
  border-radius: 0 0 5px 5px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(50, 41, 41, 0.05);
  text-decoration: none;
  white-space: normal;
}
@media (max-width: 410px) {
  .component-featureTiles .container .carousel .tile-wrapper .tile {
    width: 100%;
  }
}
.component-featureTiles .container .carousel .tile-wrapper .tile:focus {
  outline: none;
}
.component-featureTiles .container .carousel .tile-wrapper .tile.hide {
  display: none;
}
.component-featureTiles .container .carousel .tile-wrapper .tile .image-video {
  position: relative;
}
.component-featureTiles .container .carousel .tile-wrapper .tile .image-video img {
  width: 358px;
  height: 239px;
  border-top: 5px solid;
}
@media (max-width: 410px) {
  .component-featureTiles .container .carousel .tile-wrapper .tile .image-video img {
    width: 100%;
    height: auto;
  }
}
.component-featureTiles .container .carousel .tile-wrapper .tile .writing {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 338px;
  text-align: center;
  padding: 20px 18px 24px 18px;
}
.component-featureTiles .container .carousel .tile-wrapper .tile .writing h2 {
  line-height: 1.25em;
  font-size: 20px;
  font-weight: 700;
  color: #414141;
  text-align: center;
  padding: 0 0 7px 0;
  margin: 0 auto;
}
.component-featureTiles .container .carousel .tile-wrapper .tile .writing h3 {
  line-height: 1.47em;
  font-size: 17px;
  font-weight: 700;
  color: #414141;
  text-align: center;
  margin: 0 auto 12px auto;
}
.component-featureTiles .container .carousel .tile-wrapper .tile .writing h4 {
  line-height: 1.47em;
  font-size: 17px;
  font-weight: 700;
  color: #414141;
  text-align: center;
  margin: 0 auto 12px auto;
}
.component-featureTiles .container .carousel .tile-wrapper .tile .writing p {
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.666em;
  color: #414141;
  text-align: center;
  margin: 0 0 35px 0;
}
.component-featureTiles .container .carousel .tile-wrapper .tile .writing .link-wrapper {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.component-featureTiles .container .carousel .tile-wrapper .tile .writing .link-wrapper .linkname {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #414141;
  text-decoration: none;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
.component-featureTiles .container .carousel .tile-wrapper .tile .writing .link-wrapper .linkname .fa-chevron-right {
  width: 6.5px;
  height: 13px;
}
.component-fullImage {
  font-family: "Helvetica Neue", sans-serif;
  height: 600px;
  background-size: cover;
  overflow: hidden;
  padding: 0 10px;
}
@media (max-width: 1200px) {
  .component-fullImage {
    height: 500px;
  }
}
@media (max-width: 1000px) {
  .component-fullImage {
    height: 420px;
  }
}
@media (max-width: 850px) {
  .component-fullImage {
    height: 360px;
  }
}
@media (max-width: 600px) {
  .component-fullImage {
    height: 250px;
  }
}
.component-fullImage .container {
  position: relative;
  max-width: 1140px;
  height: 100%;
  margin: 0 auto;
}
.component-fullImage .container .circle {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
}
@media (max-width: 600px) {
  .component-fullImage .container .circle {
    display: none;
  }
}
.component-fullImage .container .circle .circle-caption {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15em;
}
.component-fullImage .container .circle .circle-caption span {
  line-height: 1.1em;
}
.component-fullImage .container .circle.blue {
  background-color: rgba(0, 78, 154, 0.9);
}
.component-fullImage .container .circle.green {
  background-color: rgba(104, 148, 49, 0.9);
}
.component-fullImage .container .circle.orange {
  background-color: rgba(237, 104, 15, 0.9);
}
.component-fullImage .container .circle.purple {
  background-color: rgba(140, 41, 132, 0.9);
}
.component-fullImage .container .circle.teal {
  background-color: rgba(0, 123, 145, 0.9);
}
.component-fullImage .container .circle.topLeft {
  top: 60px;
  left: 0;
}
.component-fullImage .container .circle.bottomLeft {
  bottom: 60px;
  left: 0;
}
.component-fullImage .container .circle.topRight {
  top: 60px;
  right: 0;
}
.component-fullImage .container .circle.bottomRight {
  bottom: 60px;
  right: 0;
}
.component-fullImage .container .full-image-btn {
  position: absolute;
  bottom: 40px;
  right: 0;
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  height: 40px;
  text-align: center;
  white-space: nowrap;
  line-height: 42px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid;
  border-radius: 30px;
  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, border-color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
  padding: 0 24px;
}
@media (max-width: 850px) {
  .component-fullImage .container .full-image-btn {
    display: none;
  }
}
.component-fullImage .container .full-image-btn .fa-chevron-right {
  width: 8.5px;
  height: 17px;
}
@media (max-width: 850px) {
  .component-fullImage .container .full-image-btn .fa-chevron-right {
    width: 7.5px;
    height: 15px;
  }
}
.component-fullImage .container .full-image-btn.blue {
  color: #004E9A;
  border-color: #004E9A;
}
.component-fullImage .container .full-image-btn.blue:hover {
  color: #ffffff;
  background-color: #004E9A;
}
.component-fullImage .container .full-image-btn.green {
  color: #689431;
  border-color: #689431;
}
.component-fullImage .container .full-image-btn.green:hover {
  color: #ffffff;
  background-color: #689431;
}
.component-fullImage .container .full-image-btn.orange {
  color: #ED680F;
  border-color: #ED680F;
}
.component-fullImage .container .full-image-btn.orange:hover {
  color: #ffffff;
  background-color: #ED680F;
}
.component-fullImage .container .full-image-btn.purple {
  color: #8C2984;
  border-color: #8C2984;
}
.component-fullImage .container .full-image-btn.purple:hover {
  color: #ffffff;
  background-color: #8C2984;
}
.component-fullImage .container .full-image-btn.teal {
  color: #007B91;
  border-color: #007B91;
}
.component-fullImage .container .full-image-btn.teal:hover {
  color: #ffffff;
  background-color: #007B91;
}
.component-heading {
  font-family: "Helvetica Neue", sans-serif;
  padding: 0 10px;
}
.component-heading .container {
  max-width: 1140px;
  text-align: center;
  margin: 0 auto;
}
.component-heading .container h2 {
  line-height: 1.38em;
  font-size: 26px;
  font-weight: 700;
  color: #414141;
  text-align: center;
  visibility: hidden;
  padding: 0 0 8px 0;
  margin: 0 auto 24px auto;
}
.component-heading .container h2 a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-heading .container h3 {
  line-height: 1.15em;
  font-size: 20px;
  font-weight: 400;
  color: #414141;
  visibility: hidden;
  text-align: center;
  margin: -12px auto 24px auto;
}
.component-heading .container h3 a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-heading .container img {
  width: auto;
  height: 86px;
  visibility: hidden;
  padding: 0 0 4px 0;
}
.component-heading .container .heading-btn {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  height: 40px;
  text-align: center;
  white-space: nowrap;
  line-height: 42px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid;
  border-radius: 30px;
  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, border-color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
  visibility: hidden;
  padding: 0 24px;
}
@media (max-width: 850px) {
  .component-heading .container .heading-btn {
    font-size: 15px;
  }
}
.component-heading .container .heading-btn .fa-chevron-right {
  width: 8.5px;
  height: 17px;
}
@media (max-width: 850px) {
  .component-heading .container .heading-btn .fa-chevron-right {
    width: 7.5px;
    height: 15px;
  }
}
.component-heading .container .heading-btn.blue {
  color: #00649D;
  border-color: #00649D;
}
.component-heading .container .heading-btn.blue:hover {
  color: #ffffff;
  background-color: #00649D;
}
.component-heading .container .heading-btn.green {
  color: #689431;
  border-color: #689431;
}
.component-heading .container .heading-btn.green:hover {
  color: #ffffff;
  background-color: #689431;
}
.component-heading .container .heading-btn.orange {
  color: #ee680f;
  border-color: #ED680F;
}
.component-heading .container .heading-btn.orange:hover {
  color: #ffffff;
  background-color: #ED680F;
}
.component-heading .container .heading-btn.purple {
  color: #8C2984;
  border-color: #8C2984;
}
.component-heading .container .heading-btn.purple:hover {
  color: #ffffff;
  background-color: #8C2984;
}
.component-heading .container .heading-btn.teal {
  color: #007B91;
  border-color: #007B91;
}
.component-heading .container .heading-btn.teal:hover {
  color: #ffffff;
  background-color: #007B91;
}
.component-heading.white {
  margin: 58px 0 40px 0;
}
.component-heading.white .container {
  padding: 0;
}
.component-heading.gray {
  margin: 0;
  background: #F9F9F9;
  overflow: hidden;
}
.component-heading.gray .container {
  padding: 58px 0 40px 0;
}
.component-heading.orange {
  margin: 0;
  background: #ED680F;
  overflow: hidden;
}
.component-heading.orange .container {
  padding: 58px 0 40px 0;
}
.component-heading.orange .container h2 {
  color: #ffffff;
}
.component-heading.orange .container h3 {
  color: #ffffff;
}
.component-heading.orange .container .heading-btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ED680F;
}
.component-heading.orange .container .heading-btn:hover {
  color: #ffffff;
  background-color: #ED680F;
}
.component-html {
  font-family: "Helvetica Neue", sans-serif;
  padding: 0 10px;
  margin: 40px 0;
}
.component-html .container {
  max-width: 1140px;
  padding: 0;
  margin: 0 auto;
}
.component-icons {
  font-family: "Helvetica Neue", sans-serif;
  padding: 0 10px;
  margin: 60px 0 56px 0;
}
.component-icons .container {
  max-width: 1140px;
  margin: 0 auto;
  visibility: hidden;
}
.component-icons .container .icons-heading {
  display: block;
  line-height: 1.35em;
  font-size: 26px;
  font-weight: 700;
  color: #414141;
  text-align: center;
  margin: 0 auto 56px auto;
}
.component-icons .container .icon-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 1160px) {
  .component-icons .container .icon-boxes {
    max-width: 380px;
    margin: 0 auto;
  }
}
.component-icons .container .icon-boxes .icon-box {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 380px;
  height: auto;
  text-align: center;
  padding: 0 60px;
}
@media (max-width: 1160px) {
  .component-icons .container .icon-boxes .icon-box {
    margin: 0 auto 50px auto;
  }
  .component-icons .container .icon-boxes .icon-box:last-child {
    margin: 0 auto;
  }
}
.component-icons .container .icon-boxes .icon-box .image-wrapper img {
  width: auto;
  height: 118px;
  margin: 0 0 22px 0;
}
.component-icons .container .icon-boxes .icon-box .text-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.component-icons .container .icon-boxes .icon-box .text-wrapper h2 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.47em;
  color: #414141;
  text-align: center;
  margin: 0 auto 11px auto;
}
.component-icons .container .icon-boxes .icon-box .text-wrapper h3 {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.47em;
  color: #414141;
  text-align: center;
  margin: 0 auto 6px auto;
}
.component-icons .container .icon-boxes .icon-box .text-wrapper p {
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.667em;
  color: #414141;
  text-align: center;
  margin: 10px 0 25px 0;
}
.component-icons .container .icon-boxes .icon-box .link-wrapper .text-link {
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  color: #414141;
  text-decoration: none;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
}
.component-icons .container .icon-boxes .icon-box .link-wrapper .text-link .fa-chevron-right {
  width: 6.5px;
  height: 13px;
  color: #414141;
  text-decoration: none;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
}
.component-icons .container .icon-boxes .icon-box .link-wrapper .text-link:hover {
  color: #00649D;
}
.component-icons .container .icon-boxes .icon-box .link-wrapper .text-link:hover .fa-chevron-right {
  color: #00649D;
}
.component-image {
  position: relative;
  font-family: "Helvetica Neue", sans-serif;
  padding: 0 10px;
}
.component-image .container {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
}
.component-image .container img {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.component-image .container img.roundCorners {
  border-radius: 5px;
}
@media (max-width: 900px) {
  .component-image .container img.desktop {
    display: none;
  }
}
.component-image .container img.mobile {
  display: none;
}
@media (max-width: 900px) {
  .component-image .container img.mobile {
    display: block;
  }
}
.component-image .container .caption {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 0 0 0 0;
  font-size: 15px;
  line-height: 1.67em;
  color: #414141;
}
@media (max-width: 650px) {
  .component-image .container .caption {
    min-height: 40px;
    font-size: 12px;
  }
}
.component-image .container .caption-line hr {
  height: 0;
  border: none;
  border-top: 1px solid #D8D8D8;
  margin: 0;
}
.component-image .container .map-text {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 60px;
  color: #414141;
  padding: 0 0 0 0;
}
@media (max-width: 650px) {
  .component-image .container .map-text {
    min-height: 40px;
  }
}
.component-image .container .map-text .map-point-wrapper {
  font-size: 15px;
  line-height: 1.67em;
  color: #414141;
}
@media (max-width: 650px) {
  .component-image .container .map-text .map-point-wrapper {
    font-size: 12px;
  }
}
.component-image .container .map-text .map-point-wrapper .fa-map-marker {
  width: 11px;
  height: 14px;
}
.component-image .container .map-text .map-point-wrapper .fa-map-marker.blue path {
  fill: #004E9A;
}
.component-image .container .map-text .map-point-wrapper .fa-map-marker.green path {
  fill: #689431;
}
.component-image .container .map-text .map-point-wrapper .fa-map-marker.orange path {
  fill: #ED680F;
}
.component-image .container .map-text .map-point-wrapper .fa-map-marker.purple path {
  fill: #8C2984;
}
.component-image .container .map-text .map-point-wrapper .fa-map-marker.teal path {
  fill: #007B91;
}
.component-image .container .map-text .map-link {
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  text-transform: uppercase;
  color: #414141;
  text-decoration: none;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
  margin: 0 0 0 57px;
}
@media (max-width: 650px) {
  .component-image .container .map-text .map-link {
    font-size: 11px;
    margin: 0 0 0 20px;
  }
}
.component-image .container .map-text .map-link .fa-chevron-right {
  width: 6.5px;
  height: 13px;
}
@media (max-width: 650px) {
  .component-image .container .map-text .map-link .fa-chevron-right {
    width: 5.5px;
    height: 11px;
  }
}
.component-image .container .map-text .map-link.blue:hover {
  color: #004E9A;
}
.component-image .container .map-text .map-link.green:hover {
  color: #689431;
}
.component-image .container .map-text .map-link.orange:hover {
  color: #ED680F;
}
.component-image .container .map-text .map-link.purple:hover {
  color: #8C2984;
}
.component-image .container .map-text .map-link.teal:hover {
  color: #007B91;
}
.component-image .container .map-text-line hr {
  height: 0;
  border: none;
  border-top: 1px solid #D8D8D8;
  margin: 0;
}
.component-image .container .circle {
  position: absolute;
  top: calc(50% - 120px);
  left: -120px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
}
.component-image .container .circle .circle-caption {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15em;
}
.component-image .container .circle .circle-caption span {
  line-height: 1.1em;
}
.component-image .container .circle.blue {
  background-color: rgba(0, 78, 154, 0.9);
}
.component-image .container .circle.green {
  background-color: rgba(104, 148, 49, 0.9);
}
.component-image .container .circle.orange {
  background-color: rgba(237, 104, 15, 0.9);
}
.component-image .container .circle.purple {
  background-color: rgba(140, 41, 132, 0.9);
}
.component-image .container .circle.teal {
  background-color: rgba(0, 123, 145, 0.9);
}
@media (max-width: 1010px) {
  .component-image .container .circle {
    display: none;
  }
}
.component-image.white {
  margin: 40px 0;
}
.component-image.white .container {
  padding: 0;
}
.component-image.gray {
  margin: 0;
  background: #F9F9F9;
  overflow: hidden;
}
.component-image.gray .container {
  padding: 40px 0;
}
.component-imageText {
  font-family: "Helvetica Neue", sans-serif;
}
.component-imageText .container {
  display: flex;
  max-width: 1140px;
}
@media (max-width: 1160px) {
  .component-imageText .container {
    flex-direction: column;
  }
}
.component-imageText .container .image {
  width: 459px;
  height: auto;
  visibility: hidden;
}
@media (max-width: 1160px) {
  .component-imageText .container .image {
    width: 570px;
    padding: 0;
    margin: 0 auto;
  }
}
@media (max-width: 479px) {
  .component-imageText .container .image {
    width: 100%;
  }
}
.component-imageText .container .image img {
  width: 459px;
  height: 353px;
  border-radius: 5px;
}
@media (max-width: 479px) {
  .component-imageText .container .image img {
    width: 100%;
    height: auto;
  }
}
.component-imageText .container .image .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 220px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin: 60px auto 0 auto;
}
@media (max-width: 1160px) {
  .component-imageText .container .image .circle {
    margin: 40px auto;
  }
}
.component-imageText .container .image .circle .circle-caption {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15em;
  padding: 10px;
}
.component-imageText .container .image .circle .circle-caption span {
  line-height: 1.1em;
}
.component-imageText .container .image .circle.blue {
  background-color: rgba(0, 78, 154, 0.9);
}
.component-imageText .container .image .circle.green {
  background-color: rgba(104, 148, 49, 0.9);
}
.component-imageText .container .image .circle.orange {
  background-color: rgba(237, 104, 15, 0.9);
}
.component-imageText .container .image .circle.purple {
  background-color: rgba(140, 41, 132, 0.9);
}
.component-imageText .container .image .circle.teal {
  background-color: rgba(0, 123, 145, 0.9);
}
.component-imageText .container .image .circle.topLeft {
  top: 60px;
  left: 0;
}
.component-imageText .container .image .circle.bottomLeft {
  bottom: 60px;
  left: 0;
}
.component-imageText .container .image .circle.topRight {
  top: 60px;
  right: 0;
}
.component-imageText .container .image .circle.bottomRight {
  bottom: 60px;
  right: 0;
}
.component-imageText .container .text {
  max-width: 631px;
  color: #414141;
  visibility: hidden;
}
.component-imageText .container .text.center {
  display: flex;
  align-items: center;
}
@media (max-width: 1160px) {
  .component-imageText .container .text {
    width: 100%;
    max-width: 570px;
    margin: 80px auto 0 auto;
  }
}
@media (max-width: 479px) {
  .component-imageText .container .text {
    margin: 60px auto 0 auto;
  }
}
.component-imageText .container .text .wrapper .icon.center {
  text-align: center;
}
.component-imageText .container .text .wrapper .icon.left {
  text-align: left;
}
.component-imageText .container .text .wrapper .icon img {
  margin: 8px 0 28px 0;
}
.component-imageText .container .text .wrapper h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.46em;
  margin: 0 0 9px 0;
}
.component-imageText .container .text .wrapper h2 a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-imageText .container .text .wrapper h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15em;
  padding-bottom: 5px;
  margin: 0;
}
.component-imageText .container .text .wrapper h3 a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-imageText .container .text .wrapper > p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 19px 0;
}
.component-imageText .container .text .wrapper > p:last-child {
  margin: 0;
}
.component-imageText .container .text .wrapper > p a {
  color: #00649D;
  text-decoration: none;
  cursor: pointer;
}
.component-imageText .container .text .wrapper > p .share-on-social {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #007B91;
  margin: 10px 0 0 0;
}
.component-imageText .container .text .wrapper > p .share-on-social a {
  display: inline-block;
  text-decoration: none;
  margin-right: 19px;
}
.component-imageText .container .text .wrapper > p .share-on-social a:last-child {
  margin-right: 0;
}
.component-imageText .container .text .wrapper > p .share-on-social a img {
  width: 25px;
  height: 25px;
  vertical-align: top;
  transition: opacity 250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.component-imageText .container .text .wrapper > p .share-on-social a img:hover {
  opacity: 0.7;
}
.component-imageText .container .text .wrapper > p .link-out {
  display: inline;
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  color: #414141;
  text-decoration: none;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
}
.component-imageText .container .text .wrapper > p .link-out .fa-chevron-right {
  width: 6.5px;
  height: 13px;
}
.component-imageText .container .text .wrapper > p .link-out:hover {
  color: #007B91;
}
.component-imageText .container .text .wrapper blockquote {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #414141;
  border-left: 5px solid #D8D8D8;
  padding-left: 20px;
  margin-left: 0;
}
.component-imageText .container .text .wrapper ul {
  list-style: none !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #414141;
  text-indent: -7px;
  padding: 0;
  margin: 0 0 20px 8px;
}
.component-imageText .container .text .wrapper ul li {
  margin: 0 0 15px 15px;
}
.component-imageText .container .text .wrapper ul li a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-imageText .container .text .wrapper ul li::before {
  position: relative;
  left: -16px;
  content: "•";
  line-height: 0;
  font-size: 12px;
  color: #007B91;
}
.component-imageText .container .text .wrapper ul li > ul {
  list-style: none !important;
  color: #414141;
  text-indent: -7px;
  padding: 0;
  margin: 0 0 20px 8px;
}
.component-imageText .container .text .wrapper ul li > ul li {
  margin: 0 0 15px 15px;
}
.component-imageText .container .text .wrapper ul li > ul li a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-imageText .container .text .wrapper ul li > ul li::before {
  position: relative;
  left: -16px;
  content: "•";
  line-height: 0;
  font-size: 12px;
  color: #007B91;
}
.component-imageText .container .text .wrapper ol {
  list-style: none;
  line-height: 1.57em;
  color: #414141;
  padding: 0 0 0 25px;
  margin: 20px 0 40px 0;
}
.component-imageText .container .text .wrapper ol li {
  position: relative;
  margin: 0 0 10px 0;
  counter-increment: counter-1;
}
.component-imageText .container .text .wrapper ol li a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-imageText .container .text .wrapper ol li::before {
  position: absolute;
  top: 0px;
  left: -32px;
  width: 25px;
  text-align: center;
  content: counter(counter-1) ".";
  color: #007B91;
}
.component-imageText .container .text .wrapper ol li > ol {
  margin-top: 10px;
}
.component-imageText .container .text .wrapper ol li > ol li a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-imageText .container .text .wrapper ol li > ol li::before {
  position: relative;
  top: 3px;
  left: -15px;
  content: "•";
  line-height: 0;
  font-size: 32px;
  color: #007B91;
}
.component-imageText .container .text .wrapper .story-link {
  display: inline;
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  color: #414141;
  text-decoration: none;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
  margin: 0 0 19px 0;
}
.component-imageText .container .text .wrapper .story-link .fa-chevron-right {
  width: 6.5px;
  height: 13px;
}
.component-imageText .container .text .wrapper .story-link.blue:hover {
  color: #004E9A;
}
.component-imageText .container .text .wrapper .story-link.green:hover {
  color: #689431;
}
.component-imageText .container .text .wrapper .story-link.orange:hover {
  color: #ED680F;
}
.component-imageText .container .text .wrapper .story-link.purple:hover {
  color: #8C2984;
}
.component-imageText .container .text .wrapper .story-link.teal:hover {
  color: #007B91;
}
.component-imageText .container .text .wrapper .quote-wrapper {
  position: relative;
}
.component-imageText .container .text .wrapper .quote-wrapper .beg-quote {
  position: absolute;
  top: 12px;
  left: 0;
  width: 20px;
  height: 18px;
}
.component-imageText .container .text .wrapper .quote-wrapper .beg-quote.blue {
  fill: #004E9A;
}
.component-imageText .container .text .wrapper .quote-wrapper .beg-quote.green {
  fill: #689431;
}
.component-imageText .container .text .wrapper .quote-wrapper .beg-quote.orange {
  fill: #ED680F;
}
.component-imageText .container .text .wrapper .quote-wrapper .beg-quote.purple {
  fill: #8C2984;
}
.component-imageText .container .text .wrapper .quote-wrapper .beg-quote.teal {
  fill: #007B91;
}
.component-imageText .container .text .wrapper .quote-wrapper .quote {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.67em;
  color: #414141;
  padding: 5px 0 0 30px;
  margin: 0 0 17px 0;
}
.component-imageText .container .text .wrapper .quote-wrapper .end-quote {
  position: relative;
  top: 5px;
  width: 20px;
  height: 18px;
  transform: scaleX(-1) scaleY(-1);
}
.component-imageText .container .text .wrapper .quote-wrapper .end-quote.blue {
  fill: #004E9A;
}
.component-imageText .container .text .wrapper .quote-wrapper .end-quote.green {
  fill: #689431;
}
.component-imageText .container .text .wrapper .quote-wrapper .end-quote.orange {
  fill: #ED680F;
}
.component-imageText .container .text .wrapper .quote-wrapper .end-quote.purple {
  fill: #8C2984;
}
.component-imageText .container .text .wrapper .quote-wrapper .end-quote.teal {
  fill: #007B91;
}
.component-imageText .container .text .wrapper .quote-wrapper .source {
  font-size: 15px;
  line-height: 1.67em;
  color: #414141;
  padding: 0 0 0 32px;
  margin: 0 0 33px 0;
}
.component-imageText .container .text .wrapper .image-txt-btn {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  height: 40px;
  float: right;
  text-align: center;
  white-space: nowrap;
  line-height: 42px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid;
  border-radius: 30px;
  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, border-color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
  padding: 0 24px;
  margin-top: 17px;
}
@media (max-width: 1160px) {
  .component-imageText .container .text .wrapper .image-txt-btn {
    float: none;
  }
}
@media (max-width: 850px) {
  .component-imageText .container .text .wrapper .image-txt-btn {
    height: auto;
    text-align: left;
    white-space: normal;
    line-height: 24px;
    font-size: 14px;
    border: none;
    padding: 0;
  }
}
.component-imageText .container .text .wrapper .image-txt-btn .fa-chevron-right {
  width: 8.5px;
  height: 17px;
}
@media (max-width: 850px) {
  .component-imageText .container .text .wrapper .image-txt-btn .fa-chevron-right {
    width: 7px;
    height: 14px;
  }
}
.component-imageText .container .text .wrapper .image-txt-btn.blue {
  color: #004E9A;
  border-color: #004E9A;
}
@media (max-width: 850px) {
  .component-imageText .container .text .wrapper .image-txt-btn.blue {
    color: #414141;
    border-color: transparent;
  }
}
.component-imageText .container .text .wrapper .image-txt-btn.blue:hover {
  color: #ffffff;
  background-color: #004E9A;
}
@media (max-width: 850px) {
  .component-imageText .container .text .wrapper .image-txt-btn.blue:hover {
    color: #004E9A;
    background-color: transparent;
  }
}
.component-imageText .container .text .wrapper .image-txt-btn.green {
  color: #689431;
  border-color: #689431;
}
@media (max-width: 850px) {
  .component-imageText .container .text .wrapper .image-txt-btn.green {
    color: #414141;
    border-color: transparent;
  }
}
.component-imageText .container .text .wrapper .image-txt-btn.green:hover {
  color: #ffffff;
  background-color: #689431;
}
@media (max-width: 850px) {
  .component-imageText .container .text .wrapper .image-txt-btn.green:hover {
    color: #689431;
    background-color: transparent;
  }
}
.component-imageText .container .text .wrapper .image-txt-btn.orange {
  color: #ED680F;
  border-color: #ED680F;
}
@media (max-width: 850px) {
  .component-imageText .container .text .wrapper .image-txt-btn.orange {
    color: #414141;
    border-color: transparent;
  }
}
.component-imageText .container .text .wrapper .image-txt-btn.orange:hover {
  color: #ffffff;
  background-color: #ED680F;
}
@media (max-width: 850px) {
  .component-imageText .container .text .wrapper .image-txt-btn.orange:hover {
    color: #ED680F;
    background-color: transparent;
  }
}
.component-imageText .container .text .wrapper .image-txt-btn.purple {
  color: #8C2984;
  border-color: #8C2984;
}
@media (max-width: 850px) {
  .component-imageText .container .text .wrapper .image-txt-btn.purple {
    color: #414141;
    border-color: transparent;
  }
}
.component-imageText .container .text .wrapper .image-txt-btn.purple:hover {
  color: #ffffff;
  background-color: #8C2984;
}
@media (max-width: 850px) {
  .component-imageText .container .text .wrapper .image-txt-btn.purple:hover {
    color: #8C2984;
    background-color: transparent;
  }
}
.component-imageText .container .text .wrapper .image-txt-btn.teal {
  color: #007B91;
  border-color: #007B91;
}
@media (max-width: 850px) {
  .component-imageText .container .text .wrapper .image-txt-btn.teal {
    color: #414141;
    border-color: transparent;
  }
}
.component-imageText .container .text .wrapper .image-txt-btn.teal:hover {
  color: #ffffff;
  background-color: #007B91;
}
@media (max-width: 850px) {
  .component-imageText .container .text .wrapper .image-txt-btn.teal:hover {
    color: #007B91;
    background-color: transparent;
  }
}
.component-imageText .container.right {
  flex-direction: row-reverse;
}
@media (max-width: 1160px) {
  .component-imageText .container.right {
    flex-direction: column;
  }
}
.component-imageText .container.right .text {
  margin: -8px 50px 0 0;
}
@media (max-width: 1160px) {
  .component-imageText .container.right .text {
    padding-bottom: 30px;
    margin: 16px auto 0 auto;
  }
}
.component-imageText .container.left .text {
  margin: -8px 0 0 50px;
}
@media (max-width: 1160px) {
  .component-imageText .container.left .text {
    padding-bottom: 30px;
    margin: 16px auto 0 auto;
  }
}
.component-imageText.white {
  margin: 40px auto 72px auto;
}
@media (max-width: 479px) {
  .component-imageText.white {
    margin: 40px auto;
  }
}
.component-imageText.white .container {
  padding: 0 10px;
  margin: 0 auto;
}
.component-imageText.gray {
  background: #F9F9F9;
  margin: 0 auto;
  overflow: auto;
}
.component-imageText.gray .container {
  padding: 0 10px;
  margin: 46px auto;
}
@media (max-width: 479px) {
  .component-imageText.gray .container {
    margin: 40px auto;
  }
}
.component-learnMore {
  font-family: "Helvetica Neue", sans-serif;
  background: #007B91;
  padding: 48px 10px 44px 10px;
}
.component-learnMore .container {
  max-width: 588px;
  text-align: center;
  font-size: 0;
  margin: 0 auto;
  visibility: hidden;
}
.component-learnMore .container .learn-heading {
  display: block;
  line-height: 1.38em;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 auto 37px auto;
}
.component-learnMore .container .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.component-learnMore .container .buttons .learn-btn {
  position: relative;
  box-sizing: border-box;
  width: 264px;
  height: 40px;
  text-align: center;
  white-space: nowrap;
  line-height: 42px;
  font-size: 17px;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff;
  border-radius: 30px;
  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, border-color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
  margin: 0 15px 20px 15px;
}
.component-learnMore .container .buttons .learn-btn:hover {
  color: #007B91;
  background-color: #ffffff;
}
.component-line {
  font-family: "Helvetica Neue", sans-serif;
  padding: 0 10px;
}
.component-line .container {
  box-sizing: border-box;
  visibility: hidden;
  margin: 30px auto;
}
.component-line .container hr {
  height: 0;
  border: none;
  border-top: 1px solid #D8D8D8;
  margin: 0;
}
.component-line .container.regular {
  max-width: 1140px;
}
.component-line .container.narrow {
  max-width: 750px;
}
.component-listing {
  font-family: "Helvetica Neue", sans-serif;
  padding: 0 10px;
  margin: 43px 0 64px 0;
}
.component-listing .storyListing-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1190px) {
  .component-listing .storyListing-container {
    max-width: 780px;
  }
}
@media (max-width: 800px) {
  .component-listing .storyListing-container {
    max-width: 360px;
  }
}
.component-listing .storyListing-container .tile-wrapper {
  visibility: hidden;
  padding: 0 15px;
  margin: 0 0 36px 0;
}
@media (max-width: 800px) {
  .component-listing .storyListing-container .tile-wrapper {
    padding: 0;
    margin: 0 auto 36px auto;
  }
}
.component-listing .storyListing-container .tile-wrapper:nth-child(4n+1) .tile .image-video img {
  border-top-color: #689431;
}
.component-listing .storyListing-container .tile-wrapper:nth-child(4n+1) .tile .writing h2 {
  color: #689431;
}
.component-listing .storyListing-container .tile-wrapper:nth-child(4n+1) .tile .writing .linkname:hover {
  color: #689431;
}
.component-listing .storyListing-container .tile-wrapper:nth-child(4n+2) .tile .image-video img {
  border-top-color: #007B91;
}
.component-listing .storyListing-container .tile-wrapper:nth-child(4n+2) .tile .writing h2 {
  color: #007B91;
}
.component-listing .storyListing-container .tile-wrapper:nth-child(4n+2) .tile .writing .linkname:hover {
  color: #007B91;
}
.component-listing .storyListing-container .tile-wrapper:nth-child(4n+3) .tile .image-video img {
  border-top-color: #8C2984;
}
.component-listing .storyListing-container .tile-wrapper:nth-child(4n+3) .tile .writing h2 {
  color: #8C2984;
}
.component-listing .storyListing-container .tile-wrapper:nth-child(4n+3) .tile .writing .linkname:hover {
  color: #8C2984;
}
.component-listing .storyListing-container .tile-wrapper:nth-child(4n) .tile .image-video img {
  border-top-color: #ED680F;
}
.component-listing .storyListing-container .tile-wrapper:nth-child(4n) .tile .writing h2 {
  color: #ED680F;
}
.component-listing .storyListing-container .tile-wrapper:nth-child(4n) .tile .writing .linkname:hover {
  color: #ED680F;
}
.component-listing .storyListing-container .tile-wrapper .tile {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 360px;
  height: calc(100% - 4px);
  border: 1px solid #D8D8D8;
  border-radius: 0 0 5px 5px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(50, 41, 41, 0.05);
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
}
@media (max-width: 380px) {
  .component-listing .storyListing-container .tile-wrapper .tile {
    width: 100%;
  }
}
.component-listing .storyListing-container .tile-wrapper .tile:focus {
  outline: none;
}
.component-listing .storyListing-container .tile-wrapper .tile.hide {
  display: none;
}
.component-listing .storyListing-container .tile-wrapper .tile .image-video {
  position: relative;
}
.component-listing .storyListing-container .tile-wrapper .tile .image-video img {
  width: 358px;
  height: 239px;
  border-top: 5px solid;
}
@media (max-width: 380px) {
  .component-listing .storyListing-container .tile-wrapper .tile .image-video img {
    width: 100%;
    height: auto;
  }
}
.component-listing .storyListing-container .tile-wrapper .tile .image-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;
}
.component-listing .storyListing-container .tile-wrapper .tile .image-video .play:hover {
  transform: translate(-38.5px, -38.5px) scale(1.1);
}
.component-listing .storyListing-container .tile-wrapper .tile .image-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;
}
.component-listing .storyListing-container .tile-wrapper .tile .image-video .play img {
  width: 100%;
  height: 100%;
}
.component-listing .storyListing-container .tile-wrapper .tile .writing {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 338px;
  text-align: center;
  padding: 20px 20px 24px 20px;
}
.component-listing .storyListing-container .tile-wrapper .tile .writing h2 {
  line-height: 1.25em;
  font-size: 20px;
  font-weight: 900;
  color: #414141;
  text-align: center;
  opacity: 1 !important;
  padding: 0 0 1px 0;
  margin: 0 auto;
}
.component-listing .storyListing-container .tile-wrapper .tile .writing h3 {
  line-height: 1.47em;
  font-size: 17px;
  font-weight: 700;
  color: #414141;
  text-align: center;
  margin: 0 auto 12px auto;
}
.component-listing .storyListing-container .tile-wrapper .tile .writing h4 {
  line-height: 1.47em;
  font-size: 17px;
  font-weight: 700;
  color: #414141;
  text-align: center;
  margin: 0 auto 12px auto;
}
.component-listing .storyListing-container .tile-wrapper .tile .writing p {
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.666em;
  color: #414141;
  text-align: center;
  margin: 0 0 35px 0;
}
.component-listing .storyListing-container .tile-wrapper .tile .writing p a {
  color: #00649D;
  text-decoration: none;
  cursor: pointer;
}
.component-listing .storyListing-container .tile-wrapper .tile .writing .linkname {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #414141;
  text-decoration: none;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
.component-listing .storyListing-container .tile-wrapper .tile .writing .linkname .fa-chevron-right {
  width: 6.5px;
  height: 13px;
}
.component-listing .blogListing-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  max-width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1190px) {
  .component-listing .blogListing-container {
    max-width: 780px;
  }
}
@media (max-width: 800px) {
  .component-listing .blogListing-container {
    max-width: 360px;
  }
}
.component-listing .blogListing-container.feature {
  justify-content: center;
}
.component-listing .blogListing-container .tile-wrapper {
  visibility: hidden;
  padding: 0 15px;
  margin: 0 0 36px 0;
}
@media (max-width: 800px) {
  .component-listing .blogListing-container .tile-wrapper {
    padding: 0;
    margin: 0 auto 36px auto;
  }
}
.component-listing .blogListing-container .tile-wrapper .tile {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 360px;
  height: calc(100% - 4px);
  border: 1px solid #D8D8D8;
  border-radius: 0 0 5px 5px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(50, 41, 41, 0.05);
  text-decoration: none;
  white-space: normal;
  cursor: pointer;
}
@media (max-width: 380px) {
  .component-listing .blogListing-container .tile-wrapper .tile {
    width: 100%;
  }
}
.component-listing .blogListing-container .tile-wrapper .tile .image-video {
  position: relative;
}
.component-listing .blogListing-container .tile-wrapper .tile .image-video img {
  width: 358px;
  height: 239px;
  border-top: 5px solid #007B91;
}
@media (max-width: 380px) {
  .component-listing .blogListing-container .tile-wrapper .tile .image-video img {
    width: 100%;
    height: auto;
  }
}
.component-listing .blogListing-container .tile-wrapper .tile .writing {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 338px;
  text-align: center;
  padding: 20px 20px 24px 20px;
}
.component-listing .blogListing-container .tile-wrapper .tile .writing h2 {
  line-height: 1.25em;
  font-size: 20px;
  font-weight: 900;
  color: #007B91;
  text-align: center;
  opacity: 1 !important;
  padding: 0 0 1px 0;
  margin: 0 auto;
}
.component-listing .blogListing-container .tile-wrapper .tile .writing h3 {
  line-height: 1.47em;
  font-size: 17px;
  font-weight: 700;
  color: #414141;
  text-align: center;
  margin: 0 auto 12px auto;
}
.component-listing .blogListing-container .tile-wrapper .tile .writing p {
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.666em;
  color: #414141;
  text-align: center;
  margin: 0 0 35px 0;
}
.component-listing .blogListing-container .tile-wrapper .tile .writing p a {
  color: #00649D;
  text-decoration: none;
  cursor: pointer;
}
.component-listing .blogListing-container .tile-wrapper .tile .writing .linkname {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #414141;
  text-decoration: none;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
.component-listing .blogListing-container .tile-wrapper .tile .writing .linkname .fa-chevron-right {
  width: 6.5px;
  height: 13px;
}
.component-listing .blogListing-container .tile-wrapper .tile .writing .linkname:hover {
  color: #007B91;
}
.component-listing .povertyLinks-container {
  max-width: 750px;
  overflow: hidden;
  margin: 0 auto;
}
.component-listing .povertyLinks-container .single-post {
  display: flex;
  visibility: hidden;
  margin: 0 0 36px 0;
}
.component-listing .povertyLinks-container .single-post .listing-image {
  position: relative;
}
.component-listing .povertyLinks-container .single-post .listing-image img {
  width: 65px;
  height: 65px;
  margin: 0 24px 0 0;
}
.component-listing .povertyLinks-container .single-post .listing-text {
  width: 100%;
}
.component-listing .povertyLinks-container .single-post .listing-text h2 {
  line-height: 1.25em;
  font-size: 22px;
  font-weight: 700;
  color: #00649D;
  margin: 19px 0 10px 0;
}
.component-listing .povertyLinks-container .single-post .listing-text .listing-btn {
  display: inline-block;
  box-sizing: border-box;
  float: right;
  width: auto;
  height: 40px;
  text-align: center;
  white-space: nowrap;
  line-height: 42px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.57px;
  color: #00649D;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #00649D;
  border-radius: 30px;
  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, border-color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
  padding: 0 24px;
}
@media (max-width: 600px) {
  .component-listing .povertyLinks-container .single-post .listing-text .listing-btn {
    font-size: 15px;
  }
}
.component-listing .povertyLinks-container .single-post .listing-text .listing-btn .fa-chevron-right {
  width: 8.5px;
  height: 17px;
}
@media (max-width: 600px) {
  .component-listing .povertyLinks-container .single-post .listing-text .listing-btn .fa-chevron-right {
    width: 7.5px;
    height: 15px;
  }
}
.component-listing .povertyLinks-container .single-post .listing-text .listing-btn:hover {
  color: #ffffff;
  background-color: #00649D;
}
.component-listing .programs-container {
  max-width: 1140px;
  overflow: hidden;
  margin: 0 auto;
}
.component-listing .programs-container .single-post {
  display: flex;
  visibility: hidden;
  margin: 0 0 36px 0;
}
.component-listing .programs-container .single-post .listing-image {
  position: relative;
}
@media (max-width: 600px) {
  .component-listing .programs-container .single-post .listing-image {
    display: none;
  }
}
.component-listing .programs-container .single-post .listing-image img {
  width: 65px;
  height: 65px;
  margin: 0 24px 0 0;
}
.component-listing .programs-container .single-post .listing-text {
  width: 100%;
}
.component-listing .programs-container .single-post .listing-text h2 {
  line-height: 1.25em;
  font-size: 22px;
  font-weight: 700;
  color: #00649D;
  margin: 0 0 8px 0;
}
.component-listing .programs-container .single-post .listing-text h2 em {
  font-weight: 400;
  font-style: normal;
  color: #414141;
}
.component-listing .programs-container .single-post .listing-text .date-range {
  font-size: 17px;
  font-weight: 700;
  color: #414141;
}
.component-listing .programs-container .single-post .listing-text p {
  font-size: 16px;
  line-height: 1.75em;
  color: #414141;
  margin: 15px 0 26px 0;
}
.component-listing .programs-container .single-post .listing-text p a {
  color: #007B91;
  text-decoration: none;
  cursor: pointer;
}
.component-listing .container {
  max-width: 750px;
  overflow: hidden;
  margin: 0 auto;
}
.component-listing .container .single-post {
  display: flex;
  visibility: hidden;
  margin: 0 0 36px 0;
}
.component-listing .container .single-post .listing-image {
  position: relative;
}
@media (max-width: 600px) {
  .component-listing .container .single-post .listing-image {
    display: none;
  }
}
.component-listing .container .single-post .listing-image img {
  width: 65px;
  height: 65px;
  margin: 0 24px 0 0;
}
.component-listing .container .single-post .listing-text {
  width: 100%;
}
.component-listing .container .single-post .listing-text h2 {
  line-height: 1.25em;
  font-size: 22px;
  font-weight: 700;
  color: #007B91;
  margin: 0;
}
.component-listing .container .single-post .listing-text .date {
  font-size: 17px;
  font-weight: 700;
  color: #414141;
  margin: 4px 0 9px 0;
}
.component-listing .container .single-post .listing-text .source {
  font-size: 15px;
  color: #414141;
}
.component-listing .container .single-post .listing-text p {
  font-size: 16px;
  line-height: 1.75em;
  color: #414141;
  margin: 15px 0 26px 0;
}
.component-listing .container .single-post .listing-text p a {
  color: #007B91;
  text-decoration: none;
  cursor: pointer;
}
.component-listing .container .single-post .listing-text .listing-btn {
  display: inline-block;
  box-sizing: border-box;
  float: right;
  width: auto;
  height: 40px;
  text-align: center;
  white-space: nowrap;
  line-height: 42px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.57px;
  color: #007B91;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #007B91;
  border-radius: 30px;
  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, border-color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
  padding: 0 24px;
}
@media (max-width: 600px) {
  .component-listing .container .single-post .listing-text .listing-btn {
    font-size: 15px;
  }
}
.component-listing .container .single-post .listing-text .listing-btn .fa-chevron-right {
  width: 8.5px;
  height: 17px;
}
@media (max-width: 600px) {
  .component-listing .container .single-post .listing-text .listing-btn .fa-chevron-right {
    width: 7.5px;
    height: 15px;
  }
}
.component-listing .container .single-post .listing-text .listing-btn:hover {
  color: #ffffff;
  background-color: #007B91;
}
.component-logos {
  font-family: "Helvetica Neue", sans-serif;
}
.component-logos .container {
  max-width: 780px;
  text-align: center;
  font-size: 0;
  margin: 0 auto;
}
.component-logos .container .tiles {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.component-logos .container .tiles .logo-tile {
  position: relative;
  visibility: hidden;
  margin: 0 15px 30px 15px;
}
.component-logos .container .tiles .logo-tile img {
  mix-blend-mode: multiply;
}
.component-logos .container .tiles.left {
  justify-content: flex-start;
}
.component-logos .container .tiles.center {
  justify-content: center;
}
.component-logos .container .tiles.five .logo-tile img {
  width: 126px;
  height: auto;
}
.component-logos .container .tiles.four .logo-tile img {
  width: 165px;
  height: auto;
}
@media (max-width: 780px) {
  .component-logos .container .tiles.four {
    max-width: 390px;
  }
}
@media (max-width: 780px) {
  .component-logos .container .tiles.four.center {
    margin: 0 auto;
  }
}
.component-logos .container .tiles.three-or-less .logo-tile img {
  width: 230px;
  height: auto;
}
.component-logos.white {
  margin: 40px 0 20px 0;
}
.component-logos.white .container {
  margin: 0 auto;
}
.component-logos.gray {
  background: #F9F9F9;
  margin: 0;
  overflow: auto;
}
.component-logos.gray .container {
  margin: 40px auto 20px auto;
}
.component-logoSlider {
  font-family: "Helvetica Neue", sans-serif;
  padding: 52px 10px 70px 10px;
}
.component-logoSlider.gray {
  background: #F9F9F9;
}
.component-logoSlider h2 {
  line-height: 1.38em;
  font-size: 26px;
  font-weight: 700;
  color: #414141;
  text-align: center;
  visibility: hidden;
  margin: 0 auto 46px auto;
}
.component-logoSlider h2 a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-logoSlider .container {
  display: flex;
  font-size: 0;
  max-width: 1340px;
  overflow: hidden;
  visibility: hidden;
  margin: 0 auto;
}
.component-logoSlider .container .prev {
  display: flex;
  align-items: center;
}
.component-logoSlider .container .prev:focus {
  outline: none;
}
.component-logoSlider .container .prev > div {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 51px;
  width: 51px;
  border: 2px solid #7A7A7A;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 49px 0 0;
}
@media (max-width: 580px) {
  .component-logoSlider .container .prev > div {
    margin: 0 10px 0 0;
  }
}
.component-logoSlider .container .prev > div .fa-arrow-left {
  width: 24px;
  height: 20px;
  fill: #7A7A7A;
  padding: 0 0 0 12px;
  transition: padding cubic-bezier(0.19, 1, 0.22, 1) 250ms;
}
.component-logoSlider .container .prev > div:hover .fa-arrow-left {
  padding: 0 0 0 8px;
}
.component-logoSlider .container .next {
  display: flex;
  align-items: center;
}
.component-logoSlider .container .next:focus {
  outline: none;
}
.component-logoSlider .container .next > div {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 51px;
  width: 51px;
  border: 2px solid #7A7A7A;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 0 0 49px;
}
@media (max-width: 580px) {
  .component-logoSlider .container .next > div {
    margin: 0 0 0 10px;
  }
}
.component-logoSlider .container .next > div .fa-arrow-right {
  width: 24px;
  height: 20px;
  fill: #7A7A7A;
  padding: 0 0 0 12px;
  transition: padding cubic-bezier(0.19, 1, 0.22, 1) 250ms;
}
.component-logoSlider .container .next > div:hover .fa-arrow-right {
  padding: 0 0 0 16px;
}
.component-logoSlider .container .carousel {
  display: flex;
  position: relative;
  max-width: 1140px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.component-logoSlider .container .carousel img.slick-slide {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  height: 72px;
  white-space: normal;
  margin: 0 100px 0 0;
  outline: none;
}
@media (max-width: 580px) {
  .component-logoSlider .container .carousel img.slick-slide {
    height: 60px;
  }
}
.component-mapText {
  font-family: "Helvetica Neue", sans-serif;
  margin: 40px auto 72px auto;
}
.component-mapText .container {
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1160px) {
  .component-mapText .container {
    flex-direction: column-reverse;
  }
}
@media (max-width: 590px) {
  .component-mapText .container {
    padding: 0 10px;
  }
}
.component-mapText .container .map {
  width: 459px;
  height: 353px;
  visibility: hidden;
}
@media (max-width: 1160px) {
  .component-mapText .container .map {
    width: 570px;
    margin: 0 auto;
  }
}
@media (max-width: 590px) {
  .component-mapText .container .map {
    width: 100%;
  }
}
.component-mapText .container .map img {
  width: 459px;
  height: 353px;
}
.component-mapText .container .text {
  color: #414141;
  visibility: hidden;
  margin: -8px 0 0 50px;
}
@media (max-width: 1160px) {
  .component-mapText .container .text {
    width: 100%;
    max-width: 570px;
    padding-bottom: 30px;
    margin: -8px auto 0 auto;
  }
}
.component-mapText .container .text .wrapper h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.46em;
  margin: 0 0 9px 0;
}
.component-mapText .container .text .wrapper h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15em;
  padding-bottom: 5px;
  margin: 0;
}
.component-mapText .container .text .wrapper > p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 19px 0;
}
.component-mapText .container .text .wrapper > p:last-child {
  margin: 0;
}
.component-mapText .container .text .wrapper > p a {
  color: #00649D;
  text-decoration: none;
  cursor: pointer;
}
.component-numberIcons {
  font-family: "Helvetica Neue", sans-serif;
  background: #F9F9F9;
  padding: 52px 10px 46px 10px;
}
.component-numberIcons .container {
  max-width: 1170px;
  text-align: center;
  font-size: 0;
  margin: 0 auto;
}
.component-numberIcons .container .tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.component-numberIcons .container .tiles .number-icon-tile {
  position: relative;
  box-sizing: border-box;
  height: auto;
  text-align: center;
  visibility: hidden;
  margin: 0 15px 30px 15px;
}
.component-numberIcons .container .tiles .number-icon-tile .number-icon {
  width: 80px;
  height: 80px;
  font-size: 50px;
  font-weight: 700;
  line-height: 85px;
  color: #FFFFFF;
  border-radius: 50%;
}
.component-numberIcons .container .tiles .number-icon-tile .number-icon.center {
  margin: 0 auto;
}
.component-numberIcons .container .tiles .number-icon-tile .number-icon.blue {
  background-color: #00649D;
}
.component-numberIcons .container .tiles .number-icon-tile .number-icon.green {
  background-color: #689431;
}
.component-numberIcons .container .tiles .number-icon-tile .number-icon.orange {
  background-color: #ED680F;
}
.component-numberIcons .container .tiles .number-icon-tile .number-icon.purple {
  background-color: #8C2984;
}
.component-numberIcons .container .tiles .number-icon-tile .number-icon.teal {
  background-color: #007D94;
}
.component-numberIcons .container .tiles .number-icon-tile .writing {
  padding: 20px 0;
}
.component-numberIcons .container .tiles .number-icon-tile .writing h2 {
  line-height: 1.08em;
  font-size: 36px;
  font-weight: 300;
  color: #414141;
  margin: 0 0 14px 0;
}
.component-numberIcons .container .tiles .number-icon-tile .writing h2 strong {
  font-weight: 900;
}
.component-numberIcons .container .tiles .number-icon-tile .writing h3 {
  line-height: 1.08em;
  font-size: 36px;
  font-weight: 300;
  color: #414141;
  margin: 0 0 14px 0;
}
.component-numberIcons .container .tiles .number-icon-tile .writing h3 strong {
  color: #689431;
  font-weight: 900;
}
.component-numberIcons .container .tiles .number-icon-tile .writing h4 {
  line-height: 1.5em;
  font-size: 20px;
  font-weight: 400;
  color: #414141;
  margin: 0 0 14px 0;
}
.component-numberIcons .container .tiles .number-icon-tile .writing h4 strong {
  font-weight: 700;
}
.component-numberIcons .container .tiles .number-icon-tile .writing p {
  line-height: 1.666em;
  font-size: 16px;
  color: #414141;
  margin: 16px 0 5px 0;
  text-decoration: none;
}
.component-numberIcons .container .tiles .number-icon-tile .writing p a {
  color: #00649D;
  text-decoration: none;
  cursor: pointer;
}
.component-numberIcons .container .tiles .number-icon-tile .writing ul {
  list-style: none !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #414141;
  text-indent: -7px;
  padding: 0;
  margin: 0 0 0 8px;
}
.component-numberIcons .container .tiles .number-icon-tile .writing ul li {
  margin: 0 0 15px 15px;
}
.component-numberIcons .container .tiles .number-icon-tile .writing ul li a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-numberIcons .container .tiles .number-icon-tile .writing ul li::before {
  position: relative;
  left: -16px;
  content: "•";
  line-height: 0;
  font-size: 12px;
  color: #007B91;
}
.component-numberIcons .container .tiles .number-icon-tile .writing ul li > ul {
  list-style: none !important;
  color: #414141;
  text-indent: -7px;
  padding: 0;
  margin: 0 0 20px 8px;
}
.component-numberIcons .container .tiles .number-icon-tile .writing ul li > ul li {
  margin: 0 0 15px 15px;
}
.component-numberIcons .container .tiles .number-icon-tile .writing ul li > ul li a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-numberIcons .container .tiles .number-icon-tile .writing ul li > ul li::before {
  position: relative;
  left: -16px;
  content: "•";
  line-height: 0;
  font-size: 12px;
  color: #007B91;
}
.component-numberIcons .container .tiles .number-icon-tile .writing ol {
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #414141;
  text-align: left;
  padding: 0 0 0 25px;
  margin: 20px 0 0 0;
}
.component-numberIcons .container .tiles .number-icon-tile .writing ol li {
  position: relative;
  counter-increment: counter-1;
}
.component-numberIcons .container .tiles .number-icon-tile .writing ol li a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-numberIcons .container .tiles .number-icon-tile .writing ol li::before {
  position: absolute;
  top: 0px;
  left: -32px;
  width: 25px;
  text-align: center;
  content: counter(counter-1) ".";
  color: #414141;
}
.component-numberIcons .container .tiles .number-icon-tile .writing ol li > ol {
  margin-top: 10px;
}
.component-numberIcons .container .tiles .number-icon-tile .writing ol li > ol li a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-numberIcons .container .tiles .number-icon-tile .writing ol li > ol li::before {
  position: relative;
  top: 3px;
  left: -15px;
  content: "•";
  line-height: 0;
  font-size: 32px;
  color: #414141;
}
.component-numberIcons .container .tiles .number-icon-tile .writing.center h2 {
  text-align: center;
}
.component-numberIcons .container .tiles .number-icon-tile .writing.center h3 {
  text-align: center;
}
.component-numberIcons .container .tiles .number-icon-tile .writing.center h4 {
  text-align: center;
}
.component-numberIcons .container .tiles .number-icon-tile .writing.left h2 {
  text-align: left;
}
.component-numberIcons .container .tiles .number-icon-tile .writing.left h3 {
  text-align: left;
}
.component-numberIcons .container .tiles .number-icon-tile .writing.left h4 {
  text-align: left;
}
@media (max-width: 1190px) {
  .component-numberIcons .container.five {
    max-width: 702px;
  }
}
.component-numberIcons .container.five .tiles .number-icon-tile {
  width: 204px;
}
@media (max-width: 1190px) {
  .component-numberIcons .container.four {
    max-width: 585px;
  }
}
.component-numberIcons .container.four .tiles .number-icon-tile {
  width: 262.5px;
}
.component-numbers {
  font-family: "Helvetica Neue", sans-serif;
  background: #F9F9F9;
  padding: 52px 10px 46px 10px;
}
.component-numbers .container {
  max-width: 1170px;
  text-align: center;
  font-size: 0;
  margin: 0 auto;
}
.component-numbers .container .numbers-heading {
  display: block;
  line-height: 1.38em;
  font-size: 26px;
  font-weight: 700;
  color: #414141;
  margin: 0 auto 45px auto;
}
.component-numbers .container .tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.component-numbers .container .tiles .number-tile {
  position: relative;
  box-sizing: border-box;
  width: 360px;
  height: auto;
  text-align: center;
  background: #ffffff;
  border: 1px solid #D8D8D8;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  visibility: hidden;
  margin: 0 15px 30px 15px;
}
.component-numbers .container .tiles .number-tile .top-border {
  position: absolute;
  top: 0;
  width: 100%;
  height: 5px;
  background: #689431;
}
.component-numbers .container .tiles .number-tile .writing {
  padding: 43px 22px 26px 22px;
}
.component-numbers .container .tiles .number-tile .writing h2 {
  line-height: 1.08em;
  font-size: 36px;
  font-weight: 300;
  color: #414141;
  text-align: center;
  margin: 0 0 14px 0;
}
.component-numbers .container .tiles .number-tile .writing h2 strong {
  font-weight: 900;
}
.component-numbers .container .tiles .number-tile .writing h3 {
  line-height: 1.08em;
  font-size: 36px;
  font-weight: 300;
  color: #414141;
  text-align: center;
  margin: 0 0 14px 0;
}
.component-numbers .container .tiles .number-tile .writing h3 strong {
  color: #689431;
  font-weight: 900;
}
.component-numbers .container .tiles .number-tile .writing h4 {
  line-height: 1.5em;
  font-size: 13px;
  font-weight: 400;
  color: #414141;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 14px 0;
}
.component-numbers .container .tiles .number-tile .writing h4 strong {
  font-weight: 700;
}
.component-numbers .container .tiles .number-tile .writing p {
  line-height: 1.666em;
  font-size: 15px;
  color: #414141;
  margin: 16px 0 5px 0;
  text-decoration: none;
}
.component-numbers .container .tiles .number-tile .writing p a {
  color: #00649D;
  text-decoration: none;
  cursor: pointer;
}
.component-numbers .container .tiles .number-tile img {
  display: block;
  width: auto;
  height: 55px;
  margin: 0 auto 36px auto;
}
.component-numbers .container .tiles .number-tile:nth-child(2n) .top-border {
  background: #007B90;
}
.component-numbers .container .tiles .number-tile:nth-child(2n) .writing h3 strong {
  color: #007B90;
}
.component-offices {
  font-family: "Helvetica Neue", sans-serif;
  background: #F9F9F9;
  padding: 58px 10px 61px 10px;
}
.component-offices .container {
  max-width: 940px;
  margin: 0 auto;
}
.component-offices .container .offices-heading {
  display: block;
  line-height: 1.38em;
  font-size: 24px;
  font-weight: 700;
  color: #414141;
  text-align: center;
  visibility: hidden;
  margin: 0 auto 54px auto;
}
.component-offices .container .buttons {
  -webkit-columns: 3 250px;
  -moz-columns: 3 250px;
  columns: 3 250px;
  -webkit-column-gap: 95px;
  -moz-column-gap: 95px;
  column-gap: 95px;
  visibility: hidden;
}
@media (max-width: 960px) {
  .component-offices .container .buttons {
    max-width: 595px;
    margin: 0 auto;
  }
}
@media (max-width: 615px) {
  .component-offices .container .buttons {
    max-width: 250px;
  }
}
.component-offices .container .buttons .office-btn {
  display: block;
  line-height: 25px;
  font-size: 16px;
  font-weight: 700;
  color: #007B91;
  text-decoration: none;
  box-shadow: none;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
  margin: 0 0 50px 0;
}
@media (max-width: 615px) {
  .component-offices .container .buttons .office-btn {
    text-align: center;
  }
}
.component-offices .container .buttons .office-btn:last-child {
  margin: 0;
}
.component-offices .container .buttons .office-btn:hover {
  color: #00649D;
}
.component-publicationSearch {
  font-family: "Helvetica Neue", sans-serif;
  background: #007B91;
  padding: 48px 10px 60px 10px;
}
.component-publicationSearch .container {
  max-width: 1140px;
  margin: 0 auto;
}
.component-publicationSearch .container .publicationSearch-heading {
  display: block;
  margin: 0 auto 37px auto;
}
.component-publicationSearch .container .publicationSearch-heading h2 {
  line-height: 1.38em;
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 0 auto 20px auto;
}
.component-publicationSearch .container .publicationSearch-heading h3 {
  line-height: 1.15em;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin: 0 auto 20px auto;
}
.component-publicationSearch .container .publicationSearch-heading h4 {
  line-height: 1.15em;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin: 0 auto 20px auto;
}
.component-publicationSearch .container .publicationSearch-heading p {
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin: 0 auto 20px auto;
}
.component-publicationSearch .container form {
  position: relative;
}
.component-publicationSearch .container form .row-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1160px) {
  .component-publicationSearch .container form .row-wrapper {
    display: block;
    max-width: 556px;
    margin: 0 auto;
  }
}
.component-publicationSearch .container form .row-wrapper .two-fields {
  display: flex;
  justify-content: space-between;
  max-width: 556px;
}
@media (max-width: 576px) {
  .component-publicationSearch .container form .row-wrapper .two-fields {
    display: block;
  }
}
.component-publicationSearch .container form .row-wrapper .two-fields .field:first-child {
  margin-right: 28px;
}
@media (max-width: 576px) {
  .component-publicationSearch .container form .row-wrapper .two-fields .field:first-child {
    margin-right: 0;
  }
}
.component-publicationSearch .container form .form-label {
  font-size: 13px;
  line-height: 1.62em;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.component-publicationSearch .container form input {
  display: block;
  box-sizing: border-box;
  width: 556px;
  height: 50px;
  font-size: 14px;
  font-weight: 400;
  color: #414141;
  border: none;
  border-radius: 25px;
  padding: 0 20px;
  margin-bottom: 10px;
}
@media (max-width: 576px) {
  .component-publicationSearch .container form input {
    width: 100%;
  }
}
.component-publicationSearch .container form .select-wrapper {
  position: relative;
  width: 264px;
  height: 40px;
  background-color: #FFFFFF;
  border-radius: 25px;
  margin: 0 0 24px 0;
}
@media (max-width: 576px) {
  .component-publicationSearch .container form .select-wrapper {
    width: 100%;
  }
}
.component-publicationSearch .container form .select-wrapper select {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: rgba(65, 65, 65, 0.8);
  background: transparent;
  border: none;
  border-radius: 5px;
  -webkit-appearance: none;
  -webkit-border-radius: 5px;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 15px;
}
.component-publicationSearch .container form .select-wrapper select option {
  margin: 5px 0;
}
.component-publicationSearch .container form .select-wrapper select option:first-child {
  margin: 10px 0;
}
.component-publicationSearch .container form .select-wrapper select:-internal-list-box option:checked {
  background-color: #ffffff !important;
}
.component-publicationSearch .container form .select-wrapper select:focus {
  outline-style: none;
}
.component-publicationSearch .container form .select-wrapper select::-ms-expand {
  display: none;
}
.component-publicationSearch .container form .select-wrapper select::-ms-value {
  background: none;
}
.component-publicationSearch .container form .select-wrapper select::selection {
  color: rgba(51, 55, 64, 0.65);
}
.component-publicationSearch .container form .select-wrapper select::-moz-selection {
  color: rgba(51, 55, 64, 0.65);
}
.component-publicationSearch .container form .select-wrapper select::-webkit-selection {
  color: rgba(51, 55, 64, 0.65);
}
@media (max-width: 600px) {
  .component-publicationSearch .container form .select-wrapper select {
    font-size: 14px;
  }
}
.component-publicationSearch .container form .select-wrapper .caret {
  position: absolute;
  top: 0px;
  right: 0;
  width: 50px;
  height: 40px;
  text-align: center;
}
.component-publicationSearch .container form .select-wrapper .caret svg {
  position: relative;
  top: 10px;
  width: 20px;
  height: 20px;
}
.component-publicationSearch .container form .select-wrapper .caret svg path {
  color: #414141;
}
.component-publicationSearch .container form .select-dropdown {
  position: absolute;
  top: 45px;
  width: 249px;
  background-color: #FFFFFF;
  border-radius: 0 0 5px 5px;
  margin: 0;
  border: none;
  cursor: pointer;
  visibility: hidden;
  padding: 15px 0 5px 15px;
}
.component-publicationSearch .container form .select-dropdown .option-wrapper {
  display: flex;
  justify-content: space-between;
  padding-right: 17px;
}
.component-publicationSearch .container form .select-dropdown .option-wrapper .option-name {
  display: inline;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  color: rgba(65, 65, 65, 0.8);
}
@media (max-width: 600px) {
  .component-publicationSearch .container form .select-dropdown .option-wrapper .option-name {
    font-size: 14px;
  }
}
.component-publicationSearch .container form .select-dropdown .option-wrapper .check-wrapper .fa-square {
  width: 14px;
  height: 14px;
}
.component-publicationSearch .container form .select-dropdown .option-wrapper .check-wrapper .fa-square path {
  color: rgba(65, 65, 65, 0.8);
}
.component-publicationSearch .container form .select-dropdown .option-wrapper .check-wrapper .fa-check-square {
  display: none;
  width: 14px;
  height: 14px;
}
.component-publicationSearch .container form .select-dropdown .option-wrapper .check-wrapper .fa-check-square path {
  color: rgba(65, 65, 65, 0.8);
}
.component-publicationSearch .container form .select-dropdown .option-wrapper .check-wrapper.checked .fa-square {
  display: none;
}
.component-publicationSearch .container form .select-dropdown .option-wrapper .check-wrapper.checked .fa-check-square {
  display: block;
}
.component-publicationSearch .container form .buttons {
  display: flex;
  justify-content: flex-end;
  padding-top: 31px;
}
@media (max-width: 1160px) {
  .component-publicationSearch .container form .buttons {
    justify-content: flex-start;
  }
}
.component-publicationSearch .container form .buttons button {
  display: inline-block;
  box-sizing: border-box;
  float: right;
  width: auto;
  height: 40px;
  text-align: center;
  line-height: 42px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.57px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 30px;
  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;
  cursor: pointer;
  padding: 0 24px;
}
.component-publicationSearch .container form .buttons button .fa-chevron-right {
  width: 8.5px;
  height: 17px;
}
.component-publicationSearch .container form .buttons button:first-child {
  margin-right: 14px;
}
.component-publicationSearch .container form .buttons button:hover {
  color: #007B91;
  background-color: #ffffff;
}
.component-publicationSearch .container form ::-webkit-input-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
.component-publicationSearch .container form ::-moz-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
.component-publicationSearch .container form :-ms-input-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
.component-publicationSearch .container form :-moz-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
.component-storySlider {
  font-family: "Helvetica Neue", sans-serif;
  padding: 52px 10px 70px 10px;
}
.component-storySlider.gray {
  background: #F9F9F9;
}
.component-storySlider h2 {
  line-height: 1.38em;
  font-size: 26px;
  font-weight: 700;
  color: #414141;
  text-align: center;
  visibility: hidden;
  margin: 0 auto 46px auto;
}
.component-storySlider .container {
  display: flex;
  font-size: 0;
  max-width: 1340px;
  overflow: hidden;
  visibility: hidden;
  margin: 0 auto;
}
.component-storySlider .container .prev {
  display: flex;
  align-items: center;
}
@media (max-width: 1360px) {
  .component-storySlider .container .prev {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 528px) {
  .component-storySlider .container .prev {
    margin: 0 -61px 0 auto;
    z-index: 1;
  }
}
@media (max-width: 400px) {
  .component-storySlider .container .prev {
    padding: 0 0 120px 0;
  }
}
.component-storySlider .container .prev:focus {
  outline: none;
}
.component-storySlider .container .prev .inprev {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 51px;
  width: 51px;
  border: 2px solid #7A7A7A;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 34px 0 0;
}
@media (max-width: 580px) {
  .component-storySlider .container .prev .inprev {
    margin: 0 5px 0 0;
  }
}
@media (max-width: 528px) {
  .component-storySlider .container .prev .inprev {
    background: #ffffff;
  }
}
.component-storySlider .container .prev .inprev .fa-arrow-left {
  width: 24px;
  height: 20px;
  fill: #7A7A7A;
  padding: 0 0 0 12px;
  transition: padding cubic-bezier(0.19, 1, 0.22, 1) 250ms;
}
.component-storySlider .container .prev .inprev:hover .fa-arrow-left {
  padding: 0 0 0 8px;
}
.component-storySlider .container .next {
  display: flex;
  align-items: center;
}
@media (max-width: 1360px) {
  .component-storySlider .container .next {
    margin: 0 auto 0 0;
  }
}
@media (max-width: 528px) {
  .component-storySlider .container .next {
    margin: 0 auto 0 -61px;
    z-index: 1;
  }
}
@media (max-width: 400px) {
  .component-storySlider .container .next {
    padding: 0 0 120px 0;
  }
}
.component-storySlider .container .next:focus {
  outline: none;
}
.component-storySlider .container .next .innext {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  height: 51px;
  width: 51px;
  border: 2px solid #7A7A7A;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 0 0 34px;
}
@media (max-width: 580px) {
  .component-storySlider .container .next .innext {
    margin: 0 0 0 5px;
  }
}
@media (max-width: 528px) {
  .component-storySlider .container .next .innext {
    background: #ffffff;
  }
}
.component-storySlider .container .next .innext .fa-arrow-right {
  width: 24px;
  height: 20px;
  fill: #7A7A7A;
  padding: 0 0 0 12px;
  transition: padding cubic-bezier(0.19, 1, 0.22, 1) 250ms;
}
.component-storySlider .container .next .innext:hover .fa-arrow-right {
  padding: 0 0 0 16px;
}
.component-storySlider .container .carousel {
  position: relative;
  width: 1170px;
}
@media (max-width: 1360px) {
  .component-storySlider .container .carousel {
    width: 780px;
  }
}
@media (max-width: 970px) {
  .component-storySlider .container .carousel {
    width: 390px;
  }
}
@media (max-width: 410px) {
  .component-storySlider .container .carousel {
    width: 100%;
  }
}
.component-storySlider .container .carousel:focus {
  outline: none;
}
.component-storySlider .container .carousel .slick-list {
  display: flex;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .component-storySlider .container .carousel .slick-list {
    display: block;
  }
}
.component-storySlider .container .carousel .slick-list .slick-track {
  display: flex;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper {
  outline: none;
  padding: 0 15px;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper:nth-child(4n+1) .tile .image-video img {
  border-top-color: #689431;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper:nth-child(4n+1) .tile .writing h2 {
  color: #689431;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper:nth-child(4n+1) .tile .writing .linkname:hover {
  color: #689431;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper:nth-child(4n+2) .tile .image-video img {
  border-top-color: #007B91;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper:nth-child(4n+2) .tile .writing h2 {
  color: #007B91;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper:nth-child(4n+2) .tile .writing .linkname:hover {
  color: #007B91;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper:nth-child(4n+3) .tile .image-video img {
  border-top-color: #8C2984;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper:nth-child(4n+3) .tile .writing h2 {
  color: #8C2984;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper:nth-child(4n+3) .tile .writing .linkname:hover {
  color: #8C2984;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper:nth-child(4n) .tile .image-video img {
  border-top-color: #ED680F;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper:nth-child(4n) .tile .writing h2 {
  color: #ED680F;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper:nth-child(4n) .tile .writing .linkname:hover {
  color: #ED680F;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper a {
  cursor: pointer;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile {
  display: flex;
  flex-direction: column;
  height: calc(100% - 4px);
  border: 1px solid #D8D8D8;
  border-radius: 0 0 5px 5px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(50, 41, 41, 0.05);
  text-decoration: none;
  white-space: normal;
}
@media (max-width: 410px) {
  .component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile {
    width: 100%;
  }
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile:focus {
  outline: none;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile.hide {
  display: none;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile .image-video {
  position: relative;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile .image-video img {
  width: 358px;
  height: 239px;
  border-top: 5px solid;
}
@media (max-width: 410px) {
  .component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile .image-video img {
    width: 100%;
    height: auto;
  }
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile .image-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;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile .image-video .play:hover {
  transform: translate(-38.5px, -38.5px) scale(1.1);
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile .image-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;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile .image-video .play img {
  width: 100%;
  height: 100%;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile .writing {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 338px;
  text-align: center;
  padding: 20px 20px 24px 20px;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile .writing h2 {
  line-height: 1.25em;
  font-size: 20px;
  font-weight: 900;
  color: #414141;
  text-align: center;
  opacity: 1 !important;
  padding: 0 0 1px 0;
  margin: 0 auto;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile .writing h3 {
  line-height: 1.47em;
  font-size: 17px;
  font-weight: 700;
  color: #414141;
  text-align: center;
  margin: 0 auto 12px auto;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile .writing h4 {
  line-height: 1.47em;
  font-size: 17px;
  font-weight: 700;
  color: #414141;
  text-align: center;
  margin: 0 auto 12px auto;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile .writing p {
  flex-grow: 1;
  font-size: 15px;
  line-height: 1.666em;
  color: #414141;
  text-align: center;
  margin: 0 0 35px 0;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile .writing p a {
  color: #00649D;
  text-decoration: none;
  cursor: pointer;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile .writing .linkname {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #414141;
  text-decoration: none;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile .writing .linkname .fa-chevron-right {
  width: 6.5px;
  height: 13px;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile .writing .linkname.blue {
  color: #004E9A;
  border-color: #004E9A;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile .writing .linkname.blue:hover {
  color: #ffffff;
  background-color: #004E9A;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile .writing .linkname.green {
  color: #689431;
  border-color: #689431;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile .writing .linkname.green:hover {
  color: #ffffff;
  background-color: #689431;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile .writing .linkname.orange {
  color: #ED680F;
  border-color: #ED680F;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile .writing .linkname.orange:hover {
  color: #ffffff;
  background-color: #ED680F;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile .writing .linkname.purple {
  color: #8C2984;
  border-color: #8C2984;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile .writing .linkname.purple:hover {
  color: #ffffff;
  background-color: #8C2984;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile .writing .linkname.teal {
  color: #007B91;
  border-color: #007B91;
}
.component-storySlider .container .carousel .slick-list .slick-track .tile-wrapper .tile .writing .linkname.teal:hover {
  color: #ffffff;
  background-color: #007B91;
}
.component-subscribe {
  font-family: "Helvetica Neue", sans-serif;
  padding: 0 10px;
  margin: 40px 0 80px 0;
}
.component-subscribe .container {
  position: relative;
  box-sizing: border-box;
  max-width: 750px;
  font-size: 0;
  background: rgba(216, 216, 216, 0.15);
  visibility: hidden;
  padding: 30px;
  margin: 0 auto;
}
.component-subscribe .container form .form-heading {
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 700;
  color: #414141;
  margin: 0 0 28px 0;
}
.component-subscribe .container form .form-label {
  font-size: 13px;
  line-height: 1.23em;
  font-weight: 400;
  color: #414141;
}
.component-subscribe .container form input {
  display: block;
  box-sizing: border-box;
  width: 690px;
  height: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #7A7A7A;
  border: 1px solid #BCBCBC;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 250ms cubic-bezier(0.19, 1, 0.22, 1);
  padding: 0 20px;
  margin: 6px 0 28px 0;
}
.component-subscribe .container form input:focus {
  border-color: #99C5CC;
}
@media (max-width: 770px) {
  .component-subscribe .container form input {
    width: 100%;
  }
}
.component-subscribe .container form .buttons {
  display: flex;
  justify-content: flex-end;
}
.component-subscribe .container form .buttons button {
  display: inline-block;
  box-sizing: border-box;
  float: right;
  width: auto;
  height: 40px;
  text-align: center;
  line-height: 42px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.57px;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background: #ED680F;
  border: 1px solid #ED680F;
  border-radius: 30px;
  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;
  cursor: pointer;
  padding: 0 24px;
}
.component-subscribe .container form .buttons button .fa-chevron-right {
  width: 8.5px;
  height: 17px;
}
.component-subscribe .container form .buttons button:hover {
  color: #ED680F;
  background-color: #ffffff;
}
.component-subscribe .container form ::-webkit-input-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
.component-subscribe .container form ::-moz-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
.component-subscribe .container form :-ms-input-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
.component-subscribe .container form :-moz-placeholder {
  color: #7F90A3;
  opacity: 0.7;
}
.component-subscribe .container form .honeypot {
  width: 100%;
  height: 0px;
  visibility: hidden;
}
.component-subscribe .container form .row-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 770px) {
  .component-subscribe .container form .row-wrapper {
    flex-direction: column;
  }
}
.component-subscribe .container form .row-wrapper .field input {
  width: 330px;
}
@media (max-width: 770px) {
  .component-subscribe .container form .row-wrapper .field input {
    width: 100%;
  }
}
.component-subscribe .container form .row-wrapper .field:first-child {
  margin-right: 30px;
}
@media (max-width: 770px) {
  .component-subscribe .container form .row-wrapper .field:first-child {
    margin-right: 0;
  }
}
.component-subscribe .container form.hidden {
  visibility: hidden;
}
.component-subscribe .container .confirmation {
  position: absolute;
  top: 112px;
  display: none;
  width: calc(100% - 60px);
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 700;
  color: #414141;
  text-align: center;
}
.component-tabs {
  font-family: "Helvetica Neue", sans-serif;
  padding: 0 10px;
  margin: 60px 0 0 0;
}
@media (max-width: 720px) {
  .component-tabs {
    display: none;
  }
}
.component-tabs .container {
  max-width: 1140px;
  margin: 0 auto;
}
.component-tabs .container .tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.component-tabs .container .tabs .single-tab {
  position: relative;
  box-sizing: border-box;
  background: #F9F9F9;
  width: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 55px;
  color: #414141;
  text-align: center;
  text-decoration: none;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
  padding: 0 20px;
  margin: 0 0 0 10px;
}
@media (max-width: 830px) {
  .component-tabs .container .tabs .single-tab {
    font-size: 13px;
    line-height: 45px;
  }
}
.component-tabs .container .tabs .single-tab:hover {
  color: #3E9900;
}
.component-tabs .container .tabs .single-tab:first-child {
  color: #3E9900;
  margin: 0;
}
.component-tabs .container .tabs .single-tab:first-child::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 5px;
  background: #3E9900;
  pointer-events: none;
}
@media (max-width: 830px) {
  .component-tabs .container .tabs .single-tab:first-child::after {
    height: 4px;
  }
}
.component-team {
  font-family: "Helvetica Neue", sans-serif;
  display: block;
  max-width: 848px;
  height: auto;
  padding: 0 10px 14px 10px;
  margin: 60px auto 0 auto;
}
@media (max-width: 868px) {
  .component-team {
    max-width: 556px;
  }
}
@media (max-width: 576px) {
  .component-team {
    max-width: 264px;
  }
}
.component-team .container {
  text-align: center;
  font-size: 0;
}
.component-team .container .leadership-heading {
  display: block;
  line-height: 1.38em;
  font-size: 26px;
  font-weight: 700;
  color: #414141;
  margin: 0 auto 56px auto;
}
.component-team .container .people {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.component-team .container .people .team-member {
  width: 264px;
  height: auto;
  text-align: left;
  margin: 0 28px 83px 0;
  visibility: hidden;
}
.component-team .container .people .team-member:nth-child(3n) {
  margin-right: 0;
}
.component-team .container .people .team-member:last-child {
  margin-right: 0;
}
@media (max-width: 868px) {
  .component-team .container .people .team-member:nth-child(3n) {
    margin-right: 28px;
  }
  .component-team .container .people .team-member:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .component-team .container .people .team-member {
    margin-right: 0;
  }
  .component-team .container .people .team-member:nth-child(3n) {
    margin-right: 0;
  }
}
.component-team .container .people .team-member .headshot {
  display: block;
  position: relative;
  width: 264px;
  height: 200px;
}
.component-team .container .people .team-member .headshot img {
  display: block;
  width: 264px;
  height: 200px;
  border-radius: 5px;
  transition: opacity 250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.component-team .container .people .team-member .headshot img:hover {
  opacity: 0.8;
}
.component-team .container .people .team-member .name {
  display: block;
  line-height: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #007B91;
  text-decoration: none;
  transition: color 250ms cubic-bezier(0.19, 1, 0.22, 1);
  margin: 16px auto 5px 0;
}
.component-team .container .people .team-member .name:hover {
  color: #00649D;
}
.component-team .container .people .team-member .title {
  display: block;
  line-height: 25px;
  font-size: 16px;
  font-weight: 400;
  color: #414141;
  text-decoration: none;
}
.component-team .container .people .team-member .title > p {
  margin: 5px 0;
}
.component-team .container .people :nth-child(1) .container {
  padding-top: 0;
  margin-top: 0;
}
.component-text {
  font-family: "Helvetica Neue", sans-serif;
  padding: 0 10px;
}
.component-text .container {
  visibility: hidden;
}
.component-text .container.regular {
  max-width: 1140px;
}
.component-text .container.narrow {
  max-width: 750px;
}
.component-text .container.center h2 {
  text-align: center;
}
.component-text .container.center h3 {
  text-align: center;
}
.component-text .container.center h4 {
  text-align: center;
}
.component-text .container.left h2 {
  text-align: left;
}
.component-text .container.left h3 {
  text-align: left;
}
.component-text .container.left h4 {
  text-align: left;
}
.component-text .container h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.34em;
  color: #414141;
  visibility: hidden;
  margin: 0 0 9px 0;
}
.component-text .container h2 a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-text .container h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15em;
  color: #414141;
  visibility: hidden;
  padding-bottom: 5px;
  margin: 0;
}
.component-text .container h3 a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-text .container p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #414141;
  visibility: hidden;
  margin: 0 0 19px 0;
}
.component-text .container p:last-child {
  margin: 0;
}
.component-text .container p a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-text .container p .share-on-social {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #007B91;
  margin: 10px 0 0 0;
}
.component-text .container p .share-on-social a {
  display: inline-block;
  text-decoration: none;
  margin-right: 19px;
}
.component-text .container p .share-on-social a:last-child {
  margin-right: 0;
}
.component-text .container p .share-on-social a img {
  width: 25px;
  height: 25px;
  vertical-align: top;
  transition: opacity 250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.component-text .container p .share-on-social a img:hover {
  opacity: 0.7;
}
.component-text .container blockquote {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #414141;
  border-left: 5px solid #D8D8D8;
  visibility: hidden;
  padding-left: 20px;
  margin-left: 0;
}
.component-text .container ul {
  list-style: none !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #414141;
  text-indent: -7px;
  visibility: hidden;
  padding: 0;
  margin: 0 0 20px 8px;
}
.component-text .container ul li {
  margin: 0 0 15px 15px;
}
.component-text .container ul li a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-text .container ul li::before {
  position: relative;
  left: -16px;
  content: "•";
  line-height: 0;
  font-size: 12px;
  color: #007B91;
}
.component-text .container ul li > ul {
  list-style: none !important;
  color: #414141;
  text-indent: -7px;
  padding: 0;
  margin: 0 0 20px 8px;
}
.component-text .container ul li > ul li {
  margin: 0 0 15px 15px;
}
.component-text .container ul li > ul li a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-text .container ul li > ul li::before {
  position: relative;
  left: -16px;
  content: "•";
  line-height: 0;
  font-size: 12px;
  color: #007B91;
}
.component-text .container ol {
  list-style: none;
  line-height: 1.57em;
  color: #414141;
  visibility: hidden;
  padding: 0 0 0 25px;
  margin: 20px 0 40px 0;
}
.component-text .container ol li {
  position: relative;
  margin: 0 0 10px 0;
  counter-increment: counter-1;
}
.component-text .container ol li a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-text .container ol li::before {
  position: absolute;
  top: 0px;
  left: -32px;
  width: 25px;
  text-align: center;
  content: counter(counter-1) ".";
  color: #007B91;
}
.component-text .container ol li > ol {
  margin-top: 10px;
}
.component-text .container ol li > ol li a {
  color: #0064A2;
  text-decoration: none;
  cursor: pointer;
}
.component-text .container ol li > ol li::before {
  position: relative;
  top: 3px;
  left: -15px;
  content: "•";
  line-height: 0;
  font-size: 32px;
  color: #007B91;
}
.component-text .container .story-link {
  display: inline;
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  color: #414141;
  text-decoration: none;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
  margin: 0 0 19px 0;
}
.component-text .container .story-link .fa-chevron-right {
  width: 6.5px;
  height: 13px;
}
.component-text .container .story-link.blue:hover {
  color: #004E9A;
}
.component-text .container .story-link.green:hover {
  color: #689431;
}
.component-text .container .story-link.orange:hover {
  color: #ED680F;
}
.component-text .container .story-link.purple:hover {
  color: #8C2984;
}
.component-text .container .story-link.teal:hover {
  color: #007B91;
}
.component-text .container .quote-wrapper {
  position: relative;
  visibility: hidden;
}
.component-text .container .quote-wrapper .beg-quote {
  position: absolute;
  top: 12px;
  left: 0;
  width: 20px;
  height: 18px;
}
.component-text .container .quote-wrapper .beg-quote.blue {
  fill: #004E9A;
}
.component-text .container .quote-wrapper .beg-quote.green {
  fill: #689431;
}
.component-text .container .quote-wrapper .beg-quote.orange {
  fill: #ED680F;
}
.component-text .container .quote-wrapper .beg-quote.purple {
  fill: #8C2984;
}
.component-text .container .quote-wrapper .beg-quote.teal {
  fill: #007B91;
}
.component-text .container .quote-wrapper .quote {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.67em;
  color: #414141;
  padding: 5px 0 0 30px;
  margin: 0 0 17px 0;
}
.component-text .container .quote-wrapper .end-quote {
  position: relative;
  top: 5px;
  width: 20px;
  height: 18px;
  transform: scaleX(-1) scaleY(-1);
}
.component-text .container .quote-wrapper .end-quote.blue {
  fill: #004E9A;
}
.component-text .container .quote-wrapper .end-quote.green {
  fill: #689431;
}
.component-text .container .quote-wrapper .end-quote.orange {
  fill: #ED680F;
}
.component-text .container .quote-wrapper .end-quote.purple {
  fill: #8C2984;
}
.component-text .container .quote-wrapper .end-quote.teal {
  fill: #007B91;
}
.component-text .container .quote-wrapper .source {
  font-size: 15px;
  line-height: 1.67em;
  color: #414141;
  padding: 0 0 0 32px;
  margin: 0 0 33px 0;
}
.component-text.white {
  margin: 60px 0 82px 0;
}
.component-text.white .container {
  margin: 0 auto;
}
.component-text.gray {
  background: #F9F9F9;
  margin: 0;
  overflow: auto;
}
.component-text.gray .container {
  margin: 60px auto 82px auto;
}
.component-video {
  font-family: "Helvetica Neue", sans-serif;
  padding: 0 10px;
  margin: 44px auto 28px auto;
  overflow: auto;
}
.component-video .container {
  max-width: 750px;
  margin: 0 auto;
}
.component-video .container .video {
  position: relative;
  width: 100%;
  height: 0;
  border-radius: 5px;
  overflow: hidden;
  visibility: hidden;
  padding-bottom: 56.25%;
}
.component-video .container .video iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-width: 750px;
}
.component-video .container .text {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 60px;
  color: #414141;
  visibility: hidden;
  padding: 0 0 0 0;
}
@media (max-width: 650px) {
  .component-video .container .text {
    min-height: 40px;
  }
}
.component-video .container .text .map-point-wrapper {
  font-size: 15px;
  line-height: 1.67em;
  color: #414141;
}
@media (max-width: 650px) {
  .component-video .container .text .map-point-wrapper {
    font-size: 12px;
  }
}
.component-video .container .text .map-point-wrapper .fa-map-marker {
  width: 11px;
  height: 14px;
}
.component-video .container .text .map-point-wrapper .fa-map-marker.blue path {
  fill: #004E9A;
}
.component-video .container .text .map-point-wrapper .fa-map-marker.green path {
  fill: #689431;
}
.component-video .container .text .map-point-wrapper .fa-map-marker.orange path {
  fill: #ED680F;
}
.component-video .container .text .map-point-wrapper .fa-map-marker.purple path {
  fill: #8C2984;
}
.component-video .container .text .map-point-wrapper .fa-map-marker.teal path {
  fill: #007B91;
}
.component-video .container .text .map-link {
  font-size: 13px;
  font-weight: 700;
  line-height: 13px;
  text-transform: uppercase;
  color: #414141;
  text-decoration: none;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
  margin: 0 0 0 57px;
}
@media (max-width: 650px) {
  .component-video .container .text .map-link {
    font-size: 11px;
    margin: 0 0 0 20px;
  }
}
.component-video .container .text .map-link .fa-chevron-right {
  width: 6.5px;
  height: 13px;
}
@media (max-width: 650px) {
  .component-video .container .text .map-link .fa-chevron-right {
    width: 5.5px;
    height: 11px;
  }
}
.component-video .container .text .map-link.blue:hover {
  color: #004E9A;
}
.component-video .container .text .map-link.green:hover {
  color: #689431;
}
.component-video .container .text .map-link.orange:hover {
  color: #ED680F;
}
.component-video .container .text .map-link.purple:hover {
  color: #8C2984;
}
.component-video .container .text .map-link.teal:hover {
  color: #007B91;
}
.component-video .container .video-line hr {
  height: 0;
  border: none;
  border-top: 1px solid #D8D8D8;
  visibility: hidden;
  margin: 0;
}
.component-videoText {
  font-family: "Helvetica Neue", sans-serif;
  padding: 0 10px;
}
.component-videoText .container {
  display: flex;
  max-width: 1140px;
}
@media (max-width: 1160px) {
  .component-videoText .container {
    flex-direction: column;
  }
}
.component-videoText .container .video {
  position: relative;
  width: 40.263158%;
  height: 0;
  border-radius: 7px;
  overflow: hidden;
  visibility: hidden;
  padding-bottom: 21.648%;
}
@media (max-width: 1160px) {
  .component-videoText .container .video {
    width: 570px;
    height: 321px;
    padding: 0;
    margin: 0 auto;
  }
}
@media (max-width: 610px) {
  .component-videoText .container .video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
}
.component-videoText .container .video iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  max-width: 570px;
}
.component-videoText .container .text {
  position: relative;
  box-sizing: border-box;
  width: 59.736842%;
  color: white;
  visibility: hidden;
  padding: 0 0 0 0;
}
@media (max-width: 1160px) {
  .component-videoText .container .text {
    width: 100%;
    max-width: 570px;
  }
}
.component-videoText .container .text h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.46em;
  color: #414141;
  margin: 0 0 22px 0;
}
.component-videoText .container .text h2 span {
  font-weight: 900;
}
.component-videoText .container .text h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15em;
  color: #414141;
  padding: 9px 0 5px 0;
  margin: -22px 0 22px 0;
}
.component-videoText .container .text > p {
  font-size: 16px;
  line-height: 28px;
  color: #414141;
  margin: 0 0 19px 0;
}
.component-videoText .container .text > p a {
  color: #00649D;
  text-decoration: none;
  cursor: pointer;
}
.component-videoText .container .text > p .share-on-social {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #007B91;
  margin: 10px 0 0 0;
}
.component-videoText .container .text > p .share-on-social a {
  display: inline-block;
  text-decoration: none;
  margin-right: 19px;
}
.component-videoText .container .text > p .share-on-social a:last-child {
  margin-right: 0;
}
.component-videoText .container .text > p .share-on-social a img {
  width: 25px;
  height: 25px;
  vertical-align: top;
  transition: opacity 250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.component-videoText .container .text > p .share-on-social a img:hover {
  opacity: 0.7;
}
.component-videoText .container .text .story-link {
  display: inline;
  font-size: 13px;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  color: #414141;
  text-decoration: none;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
  margin: 0 0 19px 0;
}
.component-videoText .container .text .story-link .fa-chevron-right {
  width: 6.5px;
  height: 13px;
}
.component-videoText .container .text .story-link.blue:hover {
  color: #004E9A;
}
.component-videoText .container .text .story-link.green:hover {
  color: #689431;
}
.component-videoText .container .text .story-link.orange:hover {
  color: #ED680F;
}
.component-videoText .container .text .story-link.purple:hover {
  color: #8C2984;
}
.component-videoText .container .text .story-link.teal:hover {
  color: #007B91;
}
.component-videoText .container .text .quote-wrapper {
  position: relative;
}
.component-videoText .container .text .quote-wrapper .beg-quote {
  position: absolute;
  top: 12px;
  left: 0;
  width: 20px;
  height: 18px;
}
.component-videoText .container .text .quote-wrapper .beg-quote.blue {
  fill: #004E9A;
}
.component-videoText .container .text .quote-wrapper .beg-quote.green {
  fill: #689431;
}
.component-videoText .container .text .quote-wrapper .beg-quote.orange {
  fill: #ED680F;
}
.component-videoText .container .text .quote-wrapper .beg-quote.purple {
  fill: #8C2984;
}
.component-videoText .container .text .quote-wrapper .beg-quote.teal {
  fill: #007B91;
}
.component-videoText .container .text .quote-wrapper .quote {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.67em;
  color: #414141;
  padding: 5px 0 0 30px;
  margin: 0 0 17px 0;
}
.component-videoText .container .text .quote-wrapper .end-quote {
  position: relative;
  top: 5px;
  width: 20px;
  height: 18px;
  transform: scaleX(-1) scaleY(-1);
}
.component-videoText .container .text .quote-wrapper .end-quote.blue {
  fill: #004E9A;
}
.component-videoText .container .text .quote-wrapper .end-quote.green {
  fill: #689431;
}
.component-videoText .container .text .quote-wrapper .end-quote.orange {
  fill: #ED680F;
}
.component-videoText .container .text .quote-wrapper .end-quote.purple {
  fill: #8C2984;
}
.component-videoText .container .text .quote-wrapper .end-quote.teal {
  fill: #007B91;
}
.component-videoText .container .text .quote-wrapper .source {
  font-size: 15px;
  line-height: 1.67em;
  color: #414141;
  padding: 0 0 0 32px;
  margin: 0 0 33px 0;
}
.component-videoText .container .text .video-txt-btn {
  display: inline-block;
  box-sizing: border-box;
  float: right;
  width: auto;
  height: 40px;
  text-align: center;
  white-space: nowrap;
  line-height: 42px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.57px;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid;
  border-radius: 30px;
  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, border-color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
  padding: 0 24px;
}
@media (max-width: 1160px) {
  .component-videoText .container .text .video-txt-btn {
    float: none;
  }
}
@media (max-width: 850px) {
  .component-videoText .container .text .video-txt-btn {
    height: auto;
    text-align: left;
    white-space: normal;
    line-height: 24px;
    font-size: 14px;
    border: none;
    padding: 0;
  }
}
.component-videoText .container .text .video-txt-btn .fa-chevron-right {
  width: 8.5px;
  height: 17px;
}
@media (max-width: 850px) {
  .component-videoText .container .text .video-txt-btn .fa-chevron-right {
    width: 7px;
    height: 14px;
  }
}
.component-videoText .container .text .video-txt-btn.blue {
  color: #004E9A;
  border-color: #004E9A;
}
@media (max-width: 850px) {
  .component-videoText .container .text .video-txt-btn.blue {
    color: #414141;
    border-color: transparent;
  }
}
.component-videoText .container .text .video-txt-btn.blue:hover {
  color: #ffffff;
  background-color: #004E9A;
}
@media (max-width: 850px) {
  .component-videoText .container .text .video-txt-btn.blue:hover {
    color: #004E9A;
    background-color: transparent;
  }
}
.component-videoText .container .text .video-txt-btn.green {
  color: #689431;
  border-color: #689431;
}
@media (max-width: 850px) {
  .component-videoText .container .text .video-txt-btn.green {
    color: #414141;
    border-color: transparent;
  }
}
.component-videoText .container .text .video-txt-btn.green:hover {
  color: #ffffff;
  background-color: #689431;
}
@media (max-width: 850px) {
  .component-videoText .container .text .video-txt-btn.green:hover {
    color: #689431;
    background-color: transparent;
  }
}
.component-videoText .container .text .video-txt-btn.orange {
  color: #ED680F;
  border-color: #ED680F;
}
@media (max-width: 850px) {
  .component-videoText .container .text .video-txt-btn.orange {
    color: #414141;
    border-color: transparent;
  }
}
.component-videoText .container .text .video-txt-btn.orange:hover {
  color: #ffffff;
  background-color: #ED680F;
}
@media (max-width: 850px) {
  .component-videoText .container .text .video-txt-btn.orange:hover {
    color: #ED680F;
    background-color: transparent;
  }
}
.component-videoText .container .text .video-txt-btn.purple {
  color: #8C2984;
  border-color: #8C2984;
}
@media (max-width: 850px) {
  .component-videoText .container .text .video-txt-btn.purple {
    color: #414141;
    border-color: transparent;
  }
}
.component-videoText .container .text .video-txt-btn.purple:hover {
  color: #ffffff;
  background-color: #8C2984;
}
@media (max-width: 850px) {
  .component-videoText .container .text .video-txt-btn.purple:hover {
    color: #8C2984;
    background-color: transparent;
  }
}
.component-videoText .container .text .video-txt-btn.teal {
  color: #007B91;
  border-color: #007B91;
}
@media (max-width: 850px) {
  .component-videoText .container .text .video-txt-btn.teal {
    color: #414141;
    border-color: transparent;
  }
}
.component-videoText .container .text .video-txt-btn.teal:hover {
  color: #ffffff;
  background-color: #007B91;
}
@media (max-width: 850px) {
  .component-videoText .container .text .video-txt-btn.teal:hover {
    color: #007B91;
    background-color: transparent;
  }
}
.component-videoText .container.right {
  flex-direction: row-reverse;
}
@media (max-width: 1160px) {
  .component-videoText .container.right {
    flex-direction: column;
  }
}
.component-videoText .container.right .text {
  margin: -7px 50px 0 0;
}
@media (max-width: 1160px) {
  .component-videoText .container.right .text {
    padding-bottom: 30px;
    margin: 16px auto 0 auto;
  }
}
.component-videoText .container.right .text .quote-wrapper .video-txt-btn {
  margin-right: -40px;
}
@media (max-width: 1160px) {
  .component-videoText .container.right .text .quote-wrapper .video-txt-btn {
    margin-right: 0px;
  }
}
@media (max-width: 1160px) {
  .component-videoText .container.left {
    flex-direction: column;
  }
}
.component-videoText .container.left .text {
  margin: -7px 0 0 50px;
}
@media (max-width: 1160px) {
  .component-videoText .container.left .text {
    padding-bottom: 30px;
    margin: 16px auto 0 auto;
  }
}
.component-videoText.white {
  margin: 65px auto;
}
@media (max-width: 610px) {
  .component-videoText.white {
    margin: 40px auto;
  }
}
.component-videoText.white .container {
  margin: 0 auto;
}
.component-videoText.gray {
  background: rgba(216, 216, 216, 0.15);
  overflow: auto;
  margin: 0 auto;
}
.component-videoText.gray .container {
  margin: 65px auto;
}
@media (max-width: 610px) {
  .component-videoText.gray .container {
    margin: 40px auto;
  }
}
.banner-image .imageBanner {
  font-family: "Helvetica Neue";
  background-size: cover;
  overflow: hidden;
  position: relative;
  height: 600px;
}
@media (max-width: 1200px) {
  .banner-image .imageBanner {
    height: 500px;
  }
}
@media (max-width: 1000px) {
  .banner-image .imageBanner {
    height: 420px;
  }
}
@media (max-width: 850px) {
  .banner-image .imageBanner {
    height: 360px;
  }
}
@media (max-width: 600px) {
  .banner-image .imageBanner {
    height: 250px;
  }
}
.banner-image .imageBanner .top-graphic {
  position: absolute;
  top: 0;
  left: 20px;
  opacity: 0;
  transform: rotate(70deg);
  transform-origin: 140% 10%;
  transition: opacity 1s, transform 1s;
}
.banner-image .imageBanner .top-graphic.visible {
  opacity: 1;
  transform: rotate(0deg);
}
@media (max-width: 600px) {
  .banner-image .imageBanner .top-graphic {
    display: none;
  }
}
@media (max-width: 1200px) {
  .banner-image .imageBanner .top-graphic img {
    height: 297px;
    width: 213px;
  }
}
@media (max-width: 1000px) {
  .banner-image .imageBanner .top-graphic img {
    height: 245px;
    width: 179px;
  }
}
@media (max-width: 850px) {
  .banner-image .imageBanner .top-graphic img {
    height: 210px;
    width: 154px;
  }
}
.banner-image .imageBanner .bottom-graphic {
  position: absolute;
  bottom: -5px;
  right: 60px;
  opacity: 0;
  transform: rotate(70deg);
  transform-origin: -140% 50%;
  transition: opacity 1s, transform 1s;
}
.banner-image .imageBanner .bottom-graphic.visible {
  opacity: 1;
  transform: rotate(0deg);
}
@media (max-width: 600px) {
  .banner-image .imageBanner .bottom-graphic {
    display: none;
  }
}
@media (max-width: 1200px) {
  .banner-image .imageBanner .bottom-graphic img {
    height: 360px;
    width: 102px;
  }
}
@media (max-width: 1000px) {
  .banner-image .imageBanner .bottom-graphic img {
    height: 298px;
    width: 85px;
  }
}
@media (max-width: 850px) {
  .banner-image .imageBanner .bottom-graphic img {
    height: 256px;
    width: 73px;
  }
}
.banner-image .imageBanner .container {
  position: relative;
  height: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
.banner-image .imageBanner .container.center {
  max-width: 1140px;
}
@media (max-width: 1340px) {
  .banner-image .imageBanner .container.center {
    max-width: 1000px;
  }
}
@media (max-width: 1200px) {
  .banner-image .imageBanner .container.center {
    max-width: 810px;
  }
}
@media (max-width: 1000px) {
  .banner-image .imageBanner .container.center {
    max-width: 690px;
  }
}
@media (max-width: 850px) {
  .banner-image .imageBanner .container.center {
    max-width: 450px;
  }
}
.banner-image .imageBanner .container.left {
  max-width: 1140px;
}
@media (max-width: 1340px) {
  .banner-image .imageBanner .container.left {
    padding: 0 120px 0 10px;
  }
}
@media (max-width: 600px) {
  .banner-image .imageBanner .container.left {
    padding: 0 10px;
  }
}
.banner-image .imageBanner .container .banner-heading {
  position: absolute;
  bottom: 52px;
  width: calc(100% - 20px);
  font-size: 36px;
  font-weight: bold;
  line-height: 1em;
  color: #ffffff;
  text-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.3);
  visibility: hidden;
  margin: 0;
}
@media (max-width: 1200px) {
  .banner-image .imageBanner .container .banner-heading {
    font-size: 32px;
  }
}
@media (max-width: 1000px) {
  .banner-image .imageBanner .container .banner-heading {
    bottom: 48px;
    font-size: 30px;
  }
}
@media (max-width: 850px) {
  .banner-image .imageBanner .container .banner-heading {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .banner-image .imageBanner .container .banner-heading {
    bottom: 36px;
    font-size: 26px;
  }
}
@media (max-width: 400px) {
  .banner-image .imageBanner .container .banner-heading {
    font-size: 24px;
  }
}
.banner-image .imageBanner .container .banner-heading.center {
  text-align: center;
}
.banner-image .breadcrumb .breadcrumb-wrapper {
  position: relative;
  max-width: 1140px;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  color: #414141;
  text-transform: uppercase;
  padding: 20px 10px 0 10px;
  margin: 0 auto;
  visibility: hidden;
}
.banner-image .breadcrumb .breadcrumb-wrapper .fa-chevron-right {
  width: 5px;
  height: 10px;
}
.banner-image .breadcrumb .breadcrumb-wrapper a {
  text-decoration: none;
  color: #414141;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
}
.banner-image .breadcrumb .breadcrumb-wrapper.blue a:hover {
  color: #00649D;
}
.banner-image .breadcrumb .breadcrumb-wrapper.green a:hover {
  color: #679331;
}
.banner-image .breadcrumb .breadcrumb-wrapper.orange a:hover {
  color: #ED680F;
}
.banner-image .breadcrumb .breadcrumb-wrapper.purple a:hover {
  color: #8C2984;
}
.banner-image .breadcrumb .breadcrumb-wrapper.teal a:hover {
  color: #007B91;
}
.banner-text .textBanner {
  font-family: "Helvetica Neue";
  box-shadow: inset 1px 3px 8px 0 rgba(0, 0, 0, 0.3);
}
.banner-text .textBanner .container {
  display: flex;
  align-items: center;
  max-width: 1140px;
  min-height: 150px;
  padding: 0 10px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .banner-text .textBanner .container {
    min-height: 120px;
  }
}
@media (max-width: 600px) {
  .banner-text .textBanner .container {
    min-height: 90px;
  }
}
.banner-text .textBanner .container .caption {
  font-size: 36px;
  font-weight: bold;
  line-height: 1em;
  color: #ffffff;
  text-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 1000px) {
  .banner-text .textBanner .container .caption {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  .banner-text .textBanner .container .caption {
    font-size: 26px;
  }
}
@media (max-width: 400px) {
  .banner-text .textBanner .container .caption {
    font-size: 24px;
  }
}
.banner-text .textBanner.blue {
  background-color: #00649D;
}
.banner-text .textBanner.green {
  background-color: #679331;
}
.banner-text .textBanner.orange {
  background-color: #ED680F;
}
.banner-text .textBanner.purple {
  background-color: #8C2984;
}
.banner-text .textBanner.teal {
  background-color: #007B91;
}
.banner-text .breadcrumb .breadcrumb-wrapper {
  position: relative;
  max-width: 1140px;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  color: #414141;
  text-transform: uppercase;
  padding: 20px 10px 0 10px;
  margin: 0 auto;
  visibility: hidden;
}
.banner-text .breadcrumb .breadcrumb-wrapper .fa-chevron-right {
  width: 5px;
  height: 10px;
}
.banner-text .breadcrumb .breadcrumb-wrapper a {
  text-decoration: none;
  color: #414141;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
  cursor: pointer;
}
.banner-text .breadcrumb .breadcrumb-wrapper.blue a:hover {
  color: #00649D;
}
.banner-text .breadcrumb .breadcrumb-wrapper.green a:hover {
  color: #679331;
}
.banner-text .breadcrumb .breadcrumb-wrapper.orange a:hover {
  color: #ED680F;
}
.banner-text .breadcrumb .breadcrumb-wrapper.purple a:hover {
  color: #8C2984;
}
.banner-text .breadcrumb .breadcrumb-wrapper.teal a:hover {
  color: #007B91;
}
