/*!
Theme Name: Immunity Community Child Theme
Author: Good Technology LLC
Author URI: https://goodtechnology.work/
Description: The official (revised) Immunity Community website.
Version: 1.0
Text Domain: immunitycommunity
*/
body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  color: #545759;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.content {
  box-sizing: border-box;
  width: 1100px;
  min-height: 740px;
  margin: 0 auto 40px auto;
}
@media (max-width: 1180px) {
  .content {
    width: inherit;
    max-width: 860px;
    padding: 0 40px;
    margin: 0 auto 40px auto;
  }
}
@media (max-width: 600px) {
  .content {
    padding: 0 20px;
  }
}
.content h1 {
  line-height: 1em;
  font-size: 32px;
  font-weight: 800;
  color: #f48427;
  padding: 0 295px 0 0;
  margin: 40px 0 20px 0;
}
@media (max-width: 1180px) {
  .content h1 {
    padding: 0;
  }
}
.content h1#withinreach {
  display: none;
}
.content h2 {
  line-height: 1.25em;
  font-size: 20px;
  color: #00aecb;
  margin: 40px 0 20px 0;
}
.content ul {
  list-style: none !important;
  text-indent: -9px;
  padding: 0;
  margin: 20px 0;
}
.content ul:first-child {
  margin-top: 0;
}
.content ul:last-child {
  margin-bottom: 0;
}
.content ul li {
  position: relative;
  list-style: none;
  margin: 0 0 10px 28px;
}
.content ul li:last-child {
  margin: 0 0 0 28px;
}
.content ul li::before {
  position: relative;
  top: 0;
  left: -20px;
  font-family: Arial;
  content: "●";
  color: #00aecb;
}
.content ul li ul {
  list-style: none !important;
  text-indent: -9px;
  padding: 0;
  margin: 20px 0 20px 28px;
}
.content ul li ul li:first-child {
  margin: 10px 0 0 28px;
}
.content ul li ul li::before {
  content: "–";
}
.content a {
  color: #00aecb;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.content a:hover {
  color: #f48427;
}
input,
button,
select {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  color: #545759;
  border: none;
  border-radius: 0;
}
input:focus,
button:focus,
select:focus {
  outline: none;
}
.pagination {
  text-align: center;
  margin: 20px 0 40px 0;
}
.pagination a {
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  margin: 0 10px;
}
.keep {
  display: inline-block;
  white-space: nowrap;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
::-webkit-input-placeholder {
  color: #999999;
}
::-moz-placeholder {
  color: #999999;
}
:-ms-input-placeholder {
  color: #999999;
}
:-moz-placeholder {
  color: #999999;
}
input::-webkit-calendar-picker-indicator {
  display: none;
}
header {
  font-family: "Montserrat", sans-serif;
  overflow: visible;
}
header .top-wrapper {
  z-index: 4;
  width: 100%;
}
header .top-wrapper .covid {
  width: 100%;
  min-height: 60px;
}
header .top-wrapper .covid .covid-container {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  min-height: 60px;
  background: linear-gradient(270deg, #00a0c1 0%, #007da5 100%);
  padding: 0 10px;
  visibility: hidden;
}
header .top-wrapper .covid .covid-container .covid-text {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 650px) {
  header .top-wrapper .covid .covid-container .covid-text {
    max-width: 365px;
  }
}
header .top-wrapper .covid .covid-container .covid-text .exclaim {
  width: 43px;
  height: 43px;
  min-width: 43px;
  min-height: 43px;
  margin: 0 12px 0 0;
}
@media (max-width: 400px) {
  header .top-wrapper .covid .covid-container .covid-text .exclaim {
    min-width: 35px;
    min-height: 35px;
  }
}
header .top-wrapper .covid .covid-container .covid-text .text {
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.21px;
  line-height: 1.34em;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 820px) {
  header .top-wrapper .covid .covid-container .covid-text .text {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  header .top-wrapper .covid .covid-container .covid-text .text {
    font-size: 13px;
  }
}
header .top-wrapper .covid .covid-container .covid-text .text img {
  position: relative;
  top: 3px;
  left: 5px;
  display: inline;
  width: 22px;
  height: 22px;
  transition: left 250ms;
}
@media (max-width: 820px) {
  header .top-wrapper .covid .covid-container .covid-text .text img {
    width: 18px;
    height: 18px;
  }
}
header .top-wrapper .covid .covid-container .covid-text .text:hover img {
  left: 9px;
}
header .top-wrapper .top-bar {
  width: 100%;
  height: 60px;
  border-bottom: 2px solid rgba(151, 151, 151, 0.36);
}
header .top-wrapper .top-bar .container {
  position: relative;
  z-index: 5;
  max-width: 1100px;
  text-align: right;
  margin: 0 auto;
}
@media (max-width: 1120px) {
  header .top-wrapper .top-bar .container {
    max-width: inherit;
  }
}
header .top-wrapper .top-bar .container .links {
  float: right;
  display: flex;
  padding: 12px 0 0 0;
}
@media (max-width: 1120px) {
  header .top-wrapper .top-bar .container .links {
    padding: 12px 10px 0 10px;
  }
}
@media (max-width: 600px) {
  header .top-wrapper .top-bar .container .links {
    float: none;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
  }
}
header .top-wrapper .top-bar .container .links a {
  display: block;
  font-size: 0;
  text-decoration: none;
  transition: opacity 250ms cubic-bezier(0.19, 1, 0.22, 1);
  margin: 0 0 0 10px;
  cursor: pointer;
}
header .top-wrapper .top-bar .container .links a:hover {
  opacity: 0.7;
}
header .top-wrapper .top-bar .container .links a.mail {
  margin: 0 0 0 70px;
}
@media (max-width: 600px) {
  header .top-wrapper .top-bar .container .links a.mail {
    margin: 0;
  }
}
header .top-wrapper .top-bar .container .links .round {
  display: flex;
}
header .top-wrapper .top-bar .container .links .round .logged-out {
  display: block;
  font-size: 0;
  transition: opacity 250ms cubic-bezier(0.19, 1, 0.22, 1);
  margin: 0 0 0 10px;
  cursor: pointer;
}
header .top-wrapper .top-bar .container .links .round .logged-out:hover {
  opacity: 0.7;
}
header .top-wrapper .top-bar .container .links a.logo {
  display: block;
  float: left;
  margin: 0;
}
header .top-wrapper .top-bar .container .links a.logo img {
  display: block;
}
header nav.top {
  height: 105px;
  line-height: 36px;
  font-size: 12px;
  overflow: hidden;
}
header nav.top .container {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  text-align: right;
  padding: 0 10px;
  margin: 0 auto;
}
header nav.top .container .logo {
  color: #333f48;
  text-decoration: none;
  margin: 0 12px 0 0;
  transition: opacity 250ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  padding-top: 22px;
}
@media (max-width: 1180px) {
  header nav.top .container .logo {
    padding-top: 27px;
  }
}
@media (max-width: 600px) {
  header nav.top .container .logo {
    margin: 0 auto;
  }
}
header nav.top .container .logo:hover {
  opacity: 0.7;
}
header nav.top .container .logo > img {
  width: 337px;
  height: 50px;
}
@media (max-width: 1180px) {
  header nav.top .container .logo > img {
    width: 280px;
    height: 41.5px;
  }
}
header nav.top .container .logo svg {
  margin: 0 6px 0 0;
}
header nav.top .container .search {
  position: relative;
  height: 46px;
  padding-top: 20px;
}
@media (max-width: 600px) {
  header nav.top .container .search {
    display: none;
  }
}
header nav.top .container .search input {
  box-sizing: border-box;
  display: block;
  float: left;
  width: 262px;
  height: 46px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #545759;
  background: transparent;
  padding: 0 30px 0 12px;
  border: none;
  border-bottom: 1px solid rgba(84, 87, 89, 0.33);
}
header nav.top .container .search input ::-webkit-input-placeholder {
  color: rgba(127, 144, 163, 0.7);
}
header nav.top .container .search input ::-moz-placeholder {
  color: rgba(127, 144, 163, 0.7);
}
header nav.top .container .search input :-ms-input-placeholder {
  color: rgba(127, 144, 163, 0.7);
}
header nav.top .container .search input :-moz-placeholder {
  color: rgba(127, 144, 163, 0.7);
}
header nav.top .container .search .icon {
  position: absolute;
  top: 30px;
  right: 0;
  display: block;
  width: 20px;
  height: 19px;
}
header nav.header {
  position: relative;
  z-index: 5;
  background: #f9f8f8;
}
header nav.header .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  padding: 0 10px;
  margin: 0 auto;
}
header nav.header .container .mobile-toggle {
  display: none;
  width: 24px;
  height: 17px;
  margin: 21px 0 22px 0;
  transform: translateY(-0.5px);
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1180px) {
  header nav.header .container .mobile-toggle {
    display: block;
  }
}
header nav.header .container .mobile-toggle .bar {
  height: 3px;
  background: #882a74;
}
header nav.header .container .mobile-toggle .bar.top {
  position: relative;
  top: 0;
  transition: top 250ms linear 250ms, transform 250ms linear;
}
header nav.header .container .mobile-toggle .bar.top.close {
  top: 7px;
  transform: rotate(-45deg);
  transition: top 250ms linear, transform 250ms linear 250ms;
}
header nav.header .container .mobile-toggle .bar.middle {
  margin: 4px 0;
  transition: opacity 250ms linear;
}
header nav.header .container .mobile-toggle .bar.middle.close {
  opacity: 0;
  transition: opacity 250ms linear;
}
header nav.header .container .mobile-toggle .bar.bottom {
  position: relative;
  top: 0;
  transition: top 250ms linear 250ms, transform 250ms linear;
}
header nav.header .container .mobile-toggle .bar.bottom.close {
  top: -7px;
  transform: rotate(45deg);
  transition: top 250ms linear, transform 250ms linear 250ms;
}
header nav.header .container > ul.menu {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 14px 0;
  margin: 0;
  margin-left: -20px;
}
@media (max-width: 1180px) {
  header nav.header .container > ul.menu {
    display: none;
  }
}
header nav.header .container > ul.menu > li {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.43px;
  line-height: 32px;
  border-left: 2px solid rgba(84, 87, 89, 0.29);
  padding: 0 40px;
  cursor: default;
}
header nav.header .container > ul.menu > li > a {
  position: relative;
  display: block;
  color: #882a74;
  text-decoration: none;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
header nav.header .container > ul.menu > li > a:hover {
  color: #f48427;
}
header nav.header .container > ul.menu > li.current-menu-ancestor > a::after,
header nav.header .container > ul.menu > li.current-menu-item > a::after,
header nav.header .container > ul.menu > li.hover > a::after {
  position: absolute;
  top: 43px;
  left: 0px;
  content: "";
  width: 100%;
  height: 3px;
  background: #882a74;
  pointer-events: none;
}
header nav.header .container > ul.menu > li > ul.sub-menu {
  display: block;
  position: absolute;
  width: 200px;
  top: 46px;
  left: -2px;
  z-index: 5;
  list-style: none;
  line-height: 16px;
  background: #f9f8f8;
  padding: 30px 40px 10px 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1),
    visibility 0s linear 500ms;
}
header nav.header .container > ul.menu > li > ul.sub-menu.visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
header nav.header .container > ul.menu > li > ul.sub-menu > li {
  display: block;
  padding: 0;
  margin: 0 0 26px 0;
}
header nav.header .container > ul.menu > li > ul.sub-menu > li a {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.32em;
  color: #882a74;
  text-decoration: none;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
header nav.header .container > ul.menu > li > ul.sub-menu > li a:hover {
  color: #f48427;
  opacity: 1;
}
header
  nav.header
  .container
  > ul.menu
  > li
  > ul.sub-menu
  > li.menu-item-has-children {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.32em;
  margin: 0 0 26px 0;
  cursor: default;
}
header
  nav.header
  .container
  > ul.menu
  > li
  > ul.sub-menu
  > li.menu-item-has-children
  a {
  color: #f48427;
  text-transform: none;
  border: none;
}
header
  nav.header
  .container
  > ul.menu
  > li
  > ul.sub-menu
  > li.menu-item-has-children
  > ul {
  padding: 0;
  margin: 10px 0 0 0;
}
header
  nav.header
  .container
  > ul.menu
  > li
  > ul.sub-menu
  > li.menu-item-has-children
  > ul
  > li {
  font-size: 16px;
  list-style: none;
  padding: 0;
  margin: 0 0 6px 0;
}
header
  nav.header
  .container
  > ul.menu
  > li
  > ul.sub-menu
  > li.menu-item-has-children
  > ul
  > li:last-child {
  margin: 0;
}
header
  nav.header
  .container
  > ul.menu
  > li
  > ul.sub-menu
  > li.menu-item-has-children
  > ul
  > li
  a {
  font-weight: 700;
  text-transform: none;
  color: #882a74;
  transition: color cubic-bezier(0.19, 1, 0.22, 1) 500ms;
}
header
  nav.header
  .container
  > ul.menu
  > li
  > ul.sub-menu
  > li.menu-item-has-children
  > ul
  > li
  a:hover {
  color: #f48427;
}
header nav.header .container > ul.menu > li:first-child > ul.sub-menu {
  width: 210px;
}
header nav.header .container > ul.menu > li:nth-child(2) > ul.sub-menu {
  width: 394px;
}
header nav.header .container .donate {
  position: absolute;
  bottom: 0;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 160px;
  height: 76px;
  line-height: 70px;
  font-size: 17px;
  font-weight: 800;
  text-decoration: none;
  color: #ffffff;
  border: 3px solid #f48427;
  border-radius: 5px 5px 0 0;
  background: #f48427;
  transition: background 500ms cubic-bezier(0.19, 1, 0.22, 1),
    color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
@media (max-width: 600px) {
  header nav.header .container .donate {
    width: 180px;
    height: 54px;
    line-height: 48px;
    font-size: 15px;
  }
}
header nav.header .container .donate svg {
  margin-right: 20px;
}
header nav.header .container .donate svg path {
  transition: fill 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
header nav.header .container .donate:hover {
  background: #ffffff;
  color: #f48427;
}
header nav.header .container .donate:hover svg path {
  fill: #f48427;
}
header nav.mobile {
  position: fixed;
  z-index: 5;
  top: 227px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #dcdcdc;
  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: 1180px) {
  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 {
  padding: 0 30px;
  margin: 30px 0 0 0;
}
header nav.mobile > ul > li {
  flex-grow: 1;
  list-style: none;
  line-height: 18px;
  font-size: 18px;
  color: #f48427;
  margin: 0 0 30px 0;
}
header nav.mobile > ul > li > a {
  display: inline-block;
  margin: 0 0 9px 0;
}
header nav.mobile > ul > li ul {
  padding: 0;
}
header nav.mobile > ul > li ul li {
  list-style: none;
}
header nav.mobile > ul > li ul li a {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #545759;
  text-decoration: none;
}
header nav.mobile > ul > li ul li a:hover {
  text-decoration: underline;
}
header nav.mobile > ul > li > ul > li.menu-item-has-children > a {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #aaa;
  cursor: default;
}
header nav.mobile > ul > li > ul > li.menu-item-has-children > a:hover {
  text-decoration: none;
}
header .banner-block {
  font-family: "Montserrat", sans-serif;
  position: relative;
  margin: 0;
  overflow: hidden;
}
header .banner-block.home {
  position: relative;
  font-family: "Montserrat", sans-serif;
  background-size: cover;
  overflow: hidden;
  height: 500px;
}
@media (max-width: 1300px) {
  header .banner-block.home {
    height: 390px;
  }
}
@media (max-width: 1100px) {
  header .banner-block.home {
    height: 305px;
  }
}
@media (max-width: 900px) {
  header .banner-block.home {
    height: 262px;
  }
}
@media (max-width: 750px) {
  header .banner-block.home {
    height: 220px;
  }
}
@media (max-width: 450px) {
  header .banner-block.home {
    height: 200px;
  }
}
header .banner-block.home .home-graphic {
  position: absolute;
  right: -100px;
  top: -153px;
  z-index: 2;
  width: 739px;
  height: 739px;
}
@media (max-width: 1600px) {
  header .banner-block.home .home-graphic {
    right: -88px;
    top: -135px;
    width: 650px;
    height: 650px;
  }
}
@media (max-width: 1300px) {
  header .banner-block.home .home-graphic {
    right: -68px;
    top: -104px;
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1100px) {
  header .banner-block.home .home-graphic {
    right: -61px;
    top: -94px;
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 900px) {
  header .banner-block.home .home-graphic {
    right: -53px;
    top: -81px;
    width: 388px;
    height: 388px;
  }
}
@media (max-width: 750px) {
  header .banner-block.home .home-graphic {
    display: none;
  }
}
header .banner-block.home .gradient {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, #693065, transparent 85%);
  mix-blend-mode: multiply;
}
header .banner-block.home .feature {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  height: 500px;
  padding: 0 10px;
}
@media (max-width: 1300px) {
  header .banner-block.home .feature {
    height: 390px;
  }
}
@media (max-width: 1100px) {
  header .banner-block.home .feature {
    height: 305px;
  }
}
@media (max-width: 900px) {
  header .banner-block.home .feature {
    height: 262px;
  }
}
@media (max-width: 750px) {
  header .banner-block.home .feature {
    height: 220px;
  }
}
@media (max-width: 450px) {
  header .banner-block.home .feature {
    height: 200px;
  }
}
header .banner-block.home .feature .home-wrapper {
  display: flex;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  max-width: 1140px;
  width: 100%;
  padding: 0 20px;
}
header .banner-block.home .feature .home-wrapper .writing {
  align-self: flex-end;
}
header .banner-block.home .feature .home-wrapper .writing h2 {
  line-height: 1.1em;
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  padding: 0 0 0.2em 0;
  margin: 0 310px 0 0;
}
@media (max-width: 1600px) {
  header .banner-block.home .feature .home-wrapper .writing h2 {
    font-size: 33px;
  }
}
@media (max-width: 1300px) {
  header .banner-block.home .feature .home-wrapper .writing h2 {
    font-size: 25px;
    margin: 0;
  }
}
@media (max-width: 1100px) {
  header .banner-block.home .feature .home-wrapper .writing h2 {
    font-size: 22px;
  }
}
@media (max-width: 900px) {
  header .banner-block.home .feature .home-wrapper .writing h2 {
    font-size: 19px;
  }
}
@media (max-width: 750px) {
  header .banner-block.home .feature .home-wrapper .writing h2 {
    font-size: 16px;
  }
}
header .banner-block.home .feature .home-wrapper .writing h3 {
  line-height: 1.2em;
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  padding: 0 0 20px 0;
  margin: 0 310px 0 0;
}
@media (max-width: 1600px) {
  header .banner-block.home .feature .home-wrapper .writing h3 {
    font-size: 26px;
  }
}
@media (max-width: 1300px) {
  header .banner-block.home .feature .home-wrapper .writing h3 {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  header .banner-block.home .feature .home-wrapper .writing h3 {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  header .banner-block.home .feature .home-wrapper .writing h3 {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  header .banner-block.home .feature .home-wrapper .writing h3 {
    font-size: 14px;
    margin: 0;
  }
}
header .banner-block.home .feature .home-wrapper .writing .btn-wrapper {
  display: block;
  text-align: right;
  margin: 0 310px 40px 0;
}
@media (max-width: 750px) {
  header .banner-block.home .feature .home-wrapper .writing .btn-wrapper {
    text-align: left;
    margin: 0 0 20px 0;
  }
}
header .banner-block.home .feature .home-wrapper .writing .btn-wrapper .button {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #f48427;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
}
@media (max-width: 900px) {
  header
    .banner-block.home
    .feature
    .home-wrapper
    .writing
    .btn-wrapper
    .button {
    font-size: 12px;
  }
}
header
  .banner-block.home
  .feature
  .home-wrapper
  .writing
  .btn-wrapper
  .button
  span:first-child {
  border-bottom: 1px solid transparent;
  transition: border-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
header
  .banner-block.home
  .feature
  .home-wrapper
  .writing
  .btn-wrapper
  .button
  span:first-child:hover {
  border-color: #f48427;
}
header
  .banner-block.home
  .feature
  .home-wrapper
  .writing
  .btn-wrapper
  .button
  .fa-chevron-right {
  position: relative;
  top: -1px;
  font-size: 10px;
  padding: 0 0 0 3px;
}
.sidebar {
  position: absolute;
  top: 167px;
  left: calc(50% + 270px);
  width: 280px;
  padding: 160px 0 0 0;
}
@media (max-width: 1160px) {
  .sidebar {
    position: static;
    width: inherit;
    padding: 10px 20px;
    background: linear-gradient(
      to top right,
      #149fbf 0%,
      #149fbf 50%,
      #146b94 100%
    );
  }
}
@media (max-width: 620px) {
  .sidebar {
    padding: 10px;
  }
}
.sidebar.home {
  z-index: 4;
}
@media (max-width: 1300px) {
  .sidebar.home {
    position: static;
    width: inherit;
    padding: 10px 20px;
    background: linear-gradient(
      to top right,
      #149fbf 0%,
      #149fbf 50%,
      #146b94 100%
    );
  }
}
@media (max-width: 1300px) {
  .sidebar.home .widgets {
    width: inherit;
    text-align: center;
    margin: 0;
  }
}
@media (max-width: 1300px) {
  .sidebar.home .widgets form:first-child {
    margin: 10px;
  }
}
.sidebar.home .widgets form.widget {
  background: #ffffff;
}
@media (max-width: 1300px) {
  .sidebar.home .widgets form.widget {
    display: inline-block;
    height: 231px;
    vertical-align: top;
    margin: 10px;
  }
}
@media (max-width: 500px) {
  .sidebar.home .widgets form.widget {
    margin: 10px 0;
  }
}
@media (max-width: 1180px) {
  .sidebar:not(.home) {
    display: none;
  }
}
.sidebar .links {
  box-sizing: border-box;
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
  padding-bottom: 20px;
  margin: 40px 0 0 0;
}
@media (max-width: 1160px) {
  .sidebar .links {
    display: none;
  }
}
.sidebar .links h2 {
  font-size: 22px;
  font-weight: 800;
  line-height: 22px;
  color: #693065;
  margin: 0 0 15px 0;
}
.sidebar .links a {
  display: block;
  font-size: 16px;
  line-height: 1.75em;
  font-weight: 500;
  color: #00aecb;
  text-decoration: none;
  text-indent: -17px;
  padding: 0 0 5px 0;
  margin: 0 0 6px 17px;
}
.sidebar .links a span:nth-child(2) {
  border-bottom: 1px solid #00aecb;
}
.sidebar .links a span:nth-child(2):hover {
  color: #f48427;
  border-color: #f48427;
}
.sidebar .links a .fa-chevron-right {
  display: inline;
  font-size: 11px;
  color: #f48427;
  margin: 0 10px 0 0;
}
.widgets {
  box-sizing: border-box;
  width: calc(50% - 270px);
  font-size: 0;
  overflow: visible;
  margin: -100px 0 0 0;
}
@media (max-width: 1160px) {
  .widgets {
    width: inherit;
    text-align: center;
    margin: 0;
  }
}
form.widget {
  position: relative;
  width: 280px;
  text-align: center;
  background: #f3f3f3;
  border-radius: 5px;
  transition: transform 400ms cubic-bezier(0.19, 1, 0.22, 1) 200ms,
    opacity 400ms cubic-bezier(0.19, 1, 0.22, 1) 200ms;
}
form.widget.hidden {
  transform: translateX(20px);
  opacity: 0;
}
form.widget:first-child {
  margin: 30px 0 20px 0;
  transition: transform 400ms cubic-bezier(0.19, 1, 0.22, 1) 100ms,
    opacity 400ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
}
@media (max-width: 1160px) {
  form.widget {
    display: inline-block;
    height: 231px;
    vertical-align: top;
    margin: 10px;
  }
}
form.widget h2 {
  line-height: 24px;
  font-size: 22px;
  font-weight: 800;
  color: #693065;
  padding: 18px 0 4px 0;
  margin: 0;
}
form.widget h3 {
  line-height: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #545759;
  margin: 0 0 14px 0;
}
form.widget input {
  box-sizing: border-box;
  width: 230px;
  height: 40px;
  font-size: 13px;
  border: 1px solid #693065;
  border-radius: 5px;
  padding: 0 15px;
  margin: 0 20px 6px 20px;
}
form.widget button {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: white;
  background: #f48427;
  border-radius: 5px;
  padding: 0 20px;
  margin: 7px auto 20px auto;
  cursor: pointer;
  transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
form.widget button:hover {
  opacity: 0.7;
}
form.widget.school h2 {
  padding: 15px 0 11px 0;
}
form.widget.school .schools {
  position: absolute;
  z-index: 3;
  top: 115px;
  left: 25px;
  width: 230px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
form.widget.school .schools.hidden {
  display: none;
}
form.widget.school .schools div {
  text-align: left;
  font-size: 13px;
  line-height: 15px;
  background: white;
  border-bottom: 1px solid #f3f3f3;
  padding: 10px 15px;
  cursor: pointer;
}
form.widget.school .schools div:nth-child(3) {
  border: none;
}
form.widget.school .schools div:nth-child(n + 4) {
  display: none;
}
form.widget.school .schools div:hover {
  background: #f3f3f3;
}
form.widget.school .schools div small {
  display: inline-block;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
  color: #00aecb;
  margin: 4px 0 0 0;
}
#home .icons {
  padding: 0 20px;
  margin: 40px auto;
}
#home .icons .boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  overflow: auto;
}
@media (max-width: 1144px) {
  #home .icons .boxes {
    max-width: 540px;
  }
}
#home .icons .boxes a.box {
  position: relative;
  display: flex;
  width: calc(50% - 16px);
  height: 250px;
  text-decoration: none;
  border: 3px solid rgba(216, 216, 216, 0.52);
  border-radius: 5px;
  margin: 0 0 20px 0;
}
@media (max-width: 1144px) {
  #home .icons .boxes a.box {
    width: 100%;
  }
}
@media (max-width: 580px) {
  #home .icons .boxes a.box {
    display: block;
    height: auto;
  }
}
#home .icons .boxes a.box .icon {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #f3f3f3;
  margin: 75px 30px;
  background-size: 100px 100px;
  background-position: center center;
  transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
#home .icons .boxes a.box .icon.check {
  background-image: url("images/icon-check@2x.png");
}
#home .icons .boxes a.box .icon.light-bulb {
  background-image: url("images/icon-light-bulb@2x.png");
}
#home .icons .boxes a.box .icon.infinity {
  background-image: url("images/icon-infinity@2x.png");
}
#home .icons .boxes a.box .icon.shield {
  background-image: url("images/icon-shield@2x.png");
}
@media (max-width: 580px) {
  #home .icons .boxes a.box .icon {
    margin: 20px auto;
  }
}
#home .icons .boxes a.box .icon img {
  min-width: 100px;
  min-height: 100px;
}
#home .icons .boxes a.box .text {
  padding: 46px 50px 0 0;
}
@media (max-width: 580px) {
  #home .icons .boxes a.box .text {
    text-align: center;
    padding: 0 30px 65px 30px;
  }
}
#home .icons .boxes a.box .text h2 {
  line-height: 1.23em;
  font-size: 22px;
  font-weight: 800;
  color: #f48427;
  margin: 0;
}
#home .icons .boxes a.box .text h3 {
  line-height: 19px;
  font-size: 16px;
  font-weight: 800;
  color: #00aecb;
  margin: 5px 0;
}
#home .icons .boxes a.box .text p {
  font-size: 14px;
  line-height: 1.36em;
  color: #545759;
  margin: 0;
}
#home .icons .boxes a.box .learn-more {
  position: absolute;
  bottom: 26px;
  right: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #f48427;
  text-decoration: none;
  margin: 0;
}
@media (max-width: 580px) {
  #home .icons .boxes a.box .learn-more {
    right: calc(50% - 47px);
  }
}
#home .icons .boxes a.box .learn-more span:first-child {
  border-bottom: 1px solid white;
  transition: border-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
#home .icons .boxes a.box .learn-more span:first-child:hover {
  border-color: #f48427;
}
#home .icons .boxes a.box .learn-more .fa-chevron-right {
  position: relative;
  top: -1px;
  font-size: 10px;
  padding: 0 0 0 3px;
}
#home .icons .boxes a.box.active .icon {
  background-color: #dcdcdc;
}
#home .posts-wrapper {
  max-width: 1100px;
  margin: 40px auto;
}
@media (max-width: 1144px) {
  #home .posts-wrapper {
    margin: 40px 20px;
  }
}
#home .posts-wrapper h2 {
  font-size: 28px;
  text-align: center;
  color: #882a74;
  margin: 0 0 20px 0;
}
@media (max-width: 1144px) {
  #home .posts-wrapper h2 {
    background: transparent;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #dcdcdc;
  }
}
@media (max-width: 764px) {
  #home .posts-wrapper h2 {
    padding: 0;
    border: none;
  }
}
#home .posts-wrapper .posts {
  display: flex;
  flex-direction: row;
}
@media (max-width: 1144px) {
  #home .posts-wrapper .posts {
    flex-direction: column;
  }
}
@media (max-width: 764px) {
  #home .posts-wrapper .posts {
    display: block;
    max-width: 352px;
    margin: 0 auto;
  }
}
#home .posts-wrapper .posts a.post {
  display: block;
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  border-radius: 5px;
  text-decoration: none;
  margin: 0 22px 0 0;
  background: #f3f3f3;
}
#home .posts-wrapper .posts a.post:last-child {
  margin: 0;
}
@media (max-width: 1144px) {
  #home .posts-wrapper .posts a.post {
    background: transparent;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 764px) {
  #home .posts-wrapper .posts a.post {
    margin: 0 0 40px 0;
  }
}
#home .posts-wrapper .posts a.post img {
  width: 100%;
  max-width: 352px;
  height: auto;
  border-radius: 5px;
}
@media (max-width: 1144px) {
  #home .posts-wrapper .posts a.post img {
    float: left;
  }
}
@media (max-width: 764px) {
  #home .posts-wrapper .posts a.post img {
    float: none;
  }
}
@media (max-width: 1144px) {
  #home .posts-wrapper .posts a.post .description {
    margin: 0 0 0 352px;
  }
}
@media (max-width: 764px) {
  #home .posts-wrapper .posts a.post .description {
    margin: 0;
  }
}
#home .posts-wrapper .posts a.post .description h4 {
  line-height: 1em;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #545759;
  margin: 20px 20px 10px 20px;
}
@media (max-width: 764px) {
  #home .posts-wrapper .posts a.post .description h4 {
    margin: 20px 0 10px 0;
  }
}
#home .posts-wrapper .posts a.post .description h3 {
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 700;
  color: #00aecb;
  margin: 10px 20px 0 20px;
}
#home .posts-wrapper .posts a.post .description h3:hover {
  text-decoration: underline;
}
@media (max-width: 764px) {
  #home .posts-wrapper .posts a.post .description h3 {
    margin: 10px 0 0 0;
  }
}
#home .posts-wrapper .posts a.post .description p {
  line-height: 1.5em;
  font-size: 16px;
  color: #545759;
  margin: 0 20px 72px 20px;
}
@media (max-width: 1144px) {
  #home .posts-wrapper .posts a.post .description p {
    margin: 0 0 20px 20px;
  }
  #home .posts-wrapper .posts a.post .description p:last-child {
    margin: 0 0 0 20px;
  }
}
@media (max-width: 764px) {
  #home .posts-wrapper .posts a.post .description p {
    margin: 0;
  }
  #home .posts-wrapper .posts a.post .description p:last-child {
    margin: 0;
  }
}
#home .posts-wrapper .posts a.post .description p .more {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #f48427;
  text-decoration: none;
}
@media (max-width: 1144px) {
  #home .posts-wrapper .posts a.post .description p .more {
    display: none;
  }
}
#home .posts-wrapper .posts a.post .description p .more span:first-child {
  border-bottom: 1px solid #f3f3f3;
}
#home .posts-wrapper .posts a.post .description p .more span:first-child:hover {
  border-color: #f48427;
}
#home .posts-wrapper .posts a.post .description p .more .fa-chevron-right {
  position: relative;
  top: -1px;
  font-size: 10px;
  padding: 0 0 0 3px;
}
.overlay {
  position: fixed;
  z-index: 6;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: white;
  visibility: hidden;
  opacity: 0;
  transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1),
    visibility 0s linear 500ms;
}
.overlay.visible {
  visibility: visible;
  opacity: 0.9;
  transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.modal {
  box-sizing: border-box;
  position: fixed;
  z-index: 6;
  top: 50%;
  left: 50%;
  text-align: center;
  background: #cdf0f5;
  border-radius: 5px;
  padding: 40px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 100ms, transform 200ms, visibility 0s linear 200ms;
}
.modal.visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 200ms, transform 200ms;
}
.modal.signin {
  margin: -185px 0 0 -180px;
}
.modal.signup {
  margin: -197px 0 0 -180px;
}
.modal.reset {
  margin: -151px 0 0 -180px;
}
.modal.school-widget {
  width: 280px;
  padding: 30px 0 0 0;
  margin: -106px 0 0 -140px;
}
.modal.school-widget form {
  height: auto;
  display: inline-block;
  margin: 0;
}
.modal.school-widget form h2 {
  padding-top: 0;
}
.modal.school-widget form input {
  width: 230px;
  margin: 0 25px 6px 25px;
}
.modal.school-widget form .schools {
  top: 100px;
}
.modal.school-widget form button {
  margin-bottom: 30px;
}
.modal h2 {
  font-weight: 800;
  color: #693065;
  margin: 0 0 20px 0;
}
.modal .message {
  line-height: 14px;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.modal .message:empty {
  margin: 0;
}
.modal form input {
  display: block;
  box-sizing: border-box;
  width: 280px;
  height: 40px;
  font-size: 13px;
  border: 2px solid rgba(105, 48, 101, 0.5);
  border-radius: 5px;
  padding: 0 15px;
  margin: 0 0 6px 0;
}
.modal form button {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  background: #f48427;
  border-radius: 5px;
  padding: 0 20px;
  margin: 7px auto 20px auto;
  cursor: pointer;
}
.modal form .message {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: red;
  margin: 20px 0 10px 0;
}
.modal form .message.success {
  color: #5d8f3f;
}
.modal form .link {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.38);
  margin: 5px 0;
  cursor: pointer;
}
.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 24px;
  font-weight: 600;
  color: #f48427;
  cursor: pointer;
}
@media (max-width: 400px), (max-height: 400px) {
  .modal {
    width: auto;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .modal.signin,
  .modal.signup,
  .modal.reset,
  .modal.school-immunization-rate {
    width: 100%;
    margin: 0;
  }
  .modal.signin input,
  .modal.signup input,
  .modal.reset input,
  .modal.school-immunization-rate input {
    width: 100%;
  }
}
#course {
  padding: 0 320px 0 0;
}
@media (max-width: 1180px) {
  #course {
    padding: 0 20px;
  }
}
#course h2.subtitle {
  margin: -10px 0 20px 0;
}
#course .flyer {
  display: flex;
  margin: 20px 0;
}
#course .flyer a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
#course .flyer a.arrow {
  transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
#course .flyer a.arrow:hover {
  opacity: 0.7;
}
#course .flyer a.arrow img {
  margin: 0;
}
#course .flyer a.text {
  line-height: 1.5em;
  padding: 3px 0 0 0;
  margin: 0 0 0 10px;
}
#course blockquote {
  font-style: italic;
  background: #e4f3f8;
  padding: 30px;
  margin: 20px 0;
}
#course button,
#course .button {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  padding: 0;
  background: #f48427;
  transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 5px;
  margin: 20px 0;
  cursor: pointer;
}
#course button:hover,
#course .button:hover {
  opacity: 0.7;
}
#course .af-form > .acf-error-message {
  display: none;
}
#course .af-form .af-field-course {
  display: none;
}
#course .af-form .af-field {
  padding: 0;
  border: none;
  margin: 0 0 20px 0;
}
#course .af-form .af-field .af-label {
  margin: 0 0 5px 0;
}
#course .af-form .af-field .af-label label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0;
}
#course .af-form .af-field .af-input input {
  height: 32px;
  padding: 0 8px;
  border: 1px solid #dcdcdc;
}
#course .af-form .af-field .af-input input[type="radio"] {
  height: 22px;
  margin: 0 10px 0 0;
}
#course .af-form .af-field .af-input input[type="radio"]::before {
  content: none;
}
#course .af-form .af-field .af-input .acf-radio-list li::before {
  content: none;
}
#course .af-form .af-field.acf-field-select .af-input {
  height: 32px;
  border: 1px solid #dcdcdc;
}
#course .af-form .af-field.acf-field-select .af-input select {
  height: 30px;
  padding: 0 8px;
  background: white;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#course .af-form .acf-spinner {
  display: none;
}
#course .player {
  position: fixed;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
}
#course .player iframe {
  border: none;
  width: 100%;
  height: 100%;
}
#account .status {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  margin: -10px 0 0 0;
}
#account .status strong {
  color: #545759;
}
#account table {
  width: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 1.5em;
}
#account table tr th {
  color: white;
  background: #00aecb;
  padding: 10px;
}
#account table tr td {
  vertical-align: top;
  border: 1px solid #00aecb;
  padding: 10px;
  border-bottom: none;
  margin: 20px;
}
#account table tr td:nth-child(1) {
  width: 75%;
  border-right: none;
}
#account table tr td:nth-child(1) a {
  font-weight: bold;
  text-decoration: none;
}
#account table tr td:nth-child(1) a:hover {
  text-decoration: underline;
}
#account table tr td:nth-child(2) {
  width: 25%;
}
#account table tr:last-child td {
  border-bottom: 1px solid #00aecb;
}
#news .posts {
  font-size: 0;
  margin: 0 320px 0 0;
}
@media (max-width: 1180px) {
  #news .posts {
    width: 780px;
    margin: 0;
  }
}
@media (max-width: 860px) {
  #news .posts {
    width: 513px;
    margin: 0 auto;
  }
}
@media (max-width: 555px) {
  #news .posts {
    width: 246px;
  }
}
#news .posts a.post {
  display: inline-block;
  vertical-align: top;
  width: 246px;
  color: #00aecb;
  text-decoration: none;
  margin-right: 21px;
}
@media (min-width: 861px) {
  #news .posts a.post:nth-child(3n) {
    margin: 0;
  }
}
@media (max-width: 860px) {
  #news .posts a.post:nth-child(2n) {
    margin: 0;
  }
}
@media (max-width: 555px) {
  #news .posts a.post {
    display: block;
    margin: 0;
  }
}
#news .posts a.post img {
  border-radius: 5px;
  margin: 0;
}
#news .posts a.post h4 {
  line-height: 1em;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #545759;
  margin: 20px 0 0 0;
}
@media (max-width: 764px) {
  #news .posts a.post h4 {
    margin: 20px 0 0 0;
  }
}
#news .posts a.post h2 {
  line-height: 1.25em;
  font-size: 14px;
  margin: 5px 0 40px 0;
}
#news .posts a.post h2:hover {
  text-decoration: underline;
}
#events .posts {
  font-size: 0;
  margin: 0 320px 0 0;
}
@media (max-width: 1180px) {
  #events .posts {
    width: 780px;
    margin: 0;
  }
}
@media (max-width: 860px) {
  #events .posts {
    width: 513px;
    margin: 0 auto;
  }
}
@media (max-width: 555px) {
  #events .posts {
    width: 246px;
  }
}
#events .posts a.post {
  display: inline-block;
  vertical-align: top;
  width: 246px;
  color: #00aecb;
  text-decoration: none;
  margin-right: 21px;
}
@media (min-width: 861px) {
  #events .posts a.post:nth-child(3n) {
    margin: 0;
  }
}
@media (max-width: 860px) {
  #events .posts a.post:nth-child(2n) {
    margin: 0;
  }
}
@media (max-width: 555px) {
  #events .posts a.post {
    display: block;
    margin: 0;
  }
}
#events .posts a.post img {
  border-radius: 5px;
  margin: 0;
}
#events .posts a.post h4 {
  line-height: 1em;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #545759;
  margin: 20px 0 0 0;
}
@media (max-width: 764px) {
  #events .posts a.post h4 {
    margin: 20px 0 0 0;
  }
}
#events .posts a.post h2 {
  line-height: 1.25em;
  font-size: 14px;
  margin: 5px 0 40px 0;
}
#events .posts a.post h2:hover {
  text-decoration: underline;
}
#viral-images .posts {
  font-size: 0;
  margin: 40px 320px 0 0;
}
@media (max-width: 1180px) {
  #viral-images .posts {
    width: 780px;
    margin: 40px 0 0 0;
  }
}
@media (max-width: 860px) {
  #viral-images .posts {
    width: 100%;
    max-width: 380px;
    margin: 40px auto 0 auto;
  }
}
#viral-images .posts .post {
  display: inline-block;
  vertical-align: top;
  max-width: 380px;
  color: #00aecb;
  text-decoration: none;
  margin: 0 20px 30px 0;
}
@media (max-width: 860px) {
  #viral-images .posts .post {
    margin: 0 0 30px 0;
  }
}
@media (min-width: 861px) {
  #viral-images .posts .post:nth-child(2n) {
    margin: 0 0 30px 0;
  }
}
#viral-images .posts .post:hover {
  text-decoration: underline;
}
#viral-images .posts .post img {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #e4f3f8;
}
#viral-images .posts .post .share {
  text-align: right;
  font-size: 0;
  margin: 10px 0 0 0;
}
#viral-images .posts .post .share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #00aecb;
  background: #e4f3f8;
  border-radius: 50%;
  transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  margin: 0 10px 0 0;
}
#viral-images .posts .post .share a:hover {
  color: white;
  background: #00aecb;
}
#viral-images .posts .post .share a .fa {
  position: relative;
  line-height: 30px;
  font-size: 18px;
}
#viral-images .posts .post .share a .fa.fa-download {
  top: 1px;
  left: 0.5px;
}
#viral-images .posts .post .share a .fa.fa-facebook {
  top: 1px;
}
#checklist {
  padding: 30px;
}
#checklist h1 {
  text-align: center;
  font-size: 24px;
  margin: 0;
}
.checklist {
  border-collapse: collapse;
  line-height: 1.5em;
  margin: 20px 30px;
}
.checklist:last-child {
  margin: 20px 30px 30px 30px;
}
.checklist tr th {
  color: white;
  background: #00aecb;
  padding: 20px;
  border: 1px solid #00aecb;
}
.checklist tr td {
  width: 50%;
  vertical-align: top;
  border: 1px solid #00aecb;
  padding: 0;
  margin: 20px;
}
.checklist tr td p {
  margin: 15px;
}
.checklist.printable {
  width: 100%;
  margin: 0;
}
.checklist.printable tr {
  page-break-inside: avoid;
}
.checklist.printable tr th {
  color: #00aecb;
  border: none;
  background: white;
}
.checklist.printable tr td {
  width: 45%;
  page-break-inside: avoid;
}
.checklist.printable tr td.checkbox {
  width: 5%;
  text-align: center;
}
.checklist.printable tr td.checkbox .fa {
  position: relative;
  top: 1px;
  font-size: 20px;
  color: #00aecb;
}
.checklist.printable tr td a {
  color: #545759;
  text-decoration: none;
}
section.search {
  font-family: "Montserrat", sans-serif;
}
section.search .container {
  max-width: 1100px;
  margin: 0 auto 60px auto;
}
section.search .container .section-content {
  max-width: 750px;
}
section.search .container .section-content form {
  display: flex;
}
section.search .container .section-content form input {
  box-sizing: border-box;
  width: 100%;
  height: 46px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #3e3e3e;
  border-radius: 5px;
  border: solid 1px rgba(84, 87, 89, 0.33);
  padding: 0 0 0 12px;
  margin: 0 40px 40px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-width 250ms cubic-bezier(0.19, 1, 0.22, 1),
    border-color 250ms cubic-bezier(0.19, 1, 0.22, 1);
}
section.search
  .container
  .section-content
  form
  input
  ::-webkit-input-placeholder {
  color: rgba(127, 144, 163, 0.7);
}
section.search .container .section-content form input ::-moz-placeholder {
  color: rgba(127, 144, 163, 0.7);
}
section.search .container .section-content form input :-ms-input-placeholder {
  color: rgba(127, 144, 163, 0.7);
}
section.search .container .section-content form input :-moz-placeholder {
  color: rgba(127, 144, 163, 0.7);
}
section.search .container .section-content form input:focus {
  border: solid 2px #693065;
}
section.search .container .section-content form button {
  box-sizing: border-box;
  width: 210px;
  height: 46px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background: #f48427;
  border: 3px solid #f48427;
  border-radius: 5px;
  box-shadow: none;
  cursor: pointer;
  margin: 0 0 40px 0;
  transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
section.search .container .section-content form button:hover {
  opacity: 0.7;
}
section.search .container .section-content #results h2 {
  max-width: inherit;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.43em;
  letter-spacing: 0.29px;
  color: #3e3e3e;
  border-bottom: 3px solid #882a74;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
}
section.search .container .section-content #results .result div:nth-child(1) a {
  font-size: 17px;
  color: #3e3e3e;
  text-decoration: none;
}
section.search .container .section-content #results .result div:nth-child(2) {
  line-height: 17px;
  margin: 0 0 30px 0;
}
section.search .container .section-content #results .result div:nth-child(2) a {
  font-size: 13px;
  color: #3e3e3e;
  text-decoration: none;
}
section.search .container .section-content #results.hide {
  display: none;
}
section.sitemap {
  font-family: "Montserrat", sans-serif;
}
section.sitemap .container {
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto 60px auto;
}
section.sitemap .container .section-content #post-group .group-heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  color: #693065;
  margin: 30px 0 5px 0;
}
@media (max-width: 1000px) {
  section.sitemap .container .section-content #post-group .group-heading {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  section.sitemap .container .section-content #post-group .group-heading {
    font-size: 16px;
  }
}
section.sitemap .container .section-content #post-group .link-list div {
  line-height: 1.69em;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
section.sitemap .container .section-content #post-group .link-list div > a {
  font-size: 16px;
  color: #00aecb;
  text-decoration: none;
  transition: color 250ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
}
section.sitemap
  .container
  .section-content
  #post-group
  .link-list
  div
  > a:hover {
  color: #f48427;
}
@media (max-width: 600px) {
  section.sitemap .container .section-content #post-group .link-list div > a {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  section.sitemap .container .section-content #post-group .link-list div {
    font-size: 14px;
  }
}
a.fact {
  display: block;
  position: relative;
  text-decoration: none;
  background: rgba(0, 174, 203, 0.78);
  overflow: hidden;
  padding: 30px 0;
  margin: 0 0 50px 0;
}
a.fact .band {
  background: #00aecb;
}
a.fact .band .container {
  position: relative;
  max-width: 1100px;
  height: 100%;
  margin: 0 auto;
  overflow: visible;
  padding: 40px 30px 25px 30px;
}
@media (max-width: 1100px) {
  a.fact .band .container {
    text-align: center;
    padding: 30px 30px 0 30px;
  }
}
a.fact .band .container h2 {
  position: relative;
  z-index: 3;
  font-size: 26px;
  color: #693065;
  padding: 0 0 6px 0;
  margin: 0;
}
a.fact .band .container h3 {
  position: relative;
  z-index: 3;
  max-width: 600px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  color: white;
  margin: 0;
}
@media (max-width: 1100px) {
  a.fact .band .container h3 {
    margin: 0 auto 20px auto;
  }
}
a.fact .band .container h3 .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
a.fact .band .container h3 .arrow:hover {
  opacity: 0.7;
}
a.fact .band .container .button {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: white;
  vertical-align: middle;
  background: #f48427;
  border-radius: 5px;
  padding: 0 40px;
  margin: 16px 0 0 0;
  cursor: pointer;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
a.fact .band .container .button:hover {
  opacity: 0.7;
}
@media (max-width: 1100px) {
  a.fact .band .container .button {
    width: 260px;
    padding: 0;
    margin: 0 0 20px 0;
  }
}
a.fact .band .container .button .hidden {
  display: none;
}
a.fact .band .container img.super-family {
  display: block;
  position: absolute;
  z-index: 3;
  right: -20px;
  bottom: -37px;
  width: 100%;
  height: auto;
  max-width: 510px;
  max-height: 214px;
}
@media (max-width: 1100px) {
  a.fact .band .container img.super-family {
    position: relative;
    right: inherit;
    margin: 0 auto;
  }
}
#newsletter {
  font-size: 0;
  background: #693065;
}
#newsletter .container {
  position: relative;
  max-width: 920px;
  padding: 0 30px 75px 210px;
  margin: 0 auto;
}
#newsletter .container::after {
  display: block;
  content: "";
  clear: both;
}
@media (max-width: 1100px) {
  #newsletter .container {
    max-width: 280px;
    padding: 0 0 30px 0;
  }
}
#newsletter .container img {
  position: absolute;
  bottom: 0;
  left: 30px;
}
@media (max-width: 680px) {
  #newsletter .container img {
    display: none;
  }
}
@media (max-width: 1100px) {
  #newsletter .container img {
    left: -180px;
  }
}
#newsletter .container form {
  float: left;
}
#newsletter .container form h2 {
  font-size: 22px;
  line-height: 1.23em;
  font-weight: 800;
  color: white;
  margin: 30px 0 20px 0;
}
#newsletter .container form input {
  width: 220px;
  height: 40px;
  font-size: 14px;
  vertical-align: middle;
  border-radius: 5px;
  padding: 0 15px;
  margin: 0 10px 0 0;
}
@media (max-width: 1100px) {
  #newsletter .container form input {
    width: 280px;
    margin: 0 0 6px 0;
  }
}
#newsletter .container form button {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: white;
  vertical-align: middle;
  background: #f48427;
  border-radius: 5px;
  padding: 0 40px;
  cursor: pointer;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1);
}
#newsletter .container form button:hover {
  opacity: 0.7;
}
@media (max-width: 1100px) {
  #newsletter .container form button {
    width: 280px;
    padding: 0;
    margin: 0;
  }
}
#newsletter .container form button .hidden {
  display: none;
}
footer {
  background: #f3f3f3;
  overflow: auto;
  padding: 0 15px;
}
footer .container {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  padding: 20px 0 60px 0;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  footer .container {
    max-width: 650px;
    flex-wrap: wrap;
  }
}
@media (max-width: 680px) {
  footer .container {
    display: block;
    padding: 20px 0 40px 0;
  }
}
footer .container nav .section {
  font-size: 14px;
  font-weight: 500;
  color: #545759;
  margin: 45px 0 10px 0;
}
footer .container nav .section .text-dark {
  line-height: 28px;
  font-weight: 800;
  color: #545759;
  margin: 0 0 20px 0;
}
@media (max-width: 680px) {
  footer .container nav .section .text-dark {
    text-align: center;
  }
}
footer .container nav .section .text-light {
  color: #7f90a3;
  margin: -12px 0 20px 0;
}
footer .container nav .section .social-icons {
  display: flex;
}
@media (max-width: 680px) {
  footer .container nav .section .social-icons {
    justify-content: center;
  }
}
footer .container nav .section .social-icons a {
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
}
footer .container nav .section .social-icons a:last-child {
  margin-right: 0;
}
footer .container nav .section .social-icons a img {
  width: 45px;
  height: 45px;
  vertical-align: top;
  transition: opacity 250ms cubic-bezier(0.19, 1, 0.22, 1);
}
footer .container nav .section .social-icons a img:hover {
  opacity: 0.7;
}
@media (max-width: 400px) {
  footer .container nav .section .social-icons a img {
    width: 40px;
    height: 40px;
  }
}
footer .container nav ul {
  list-style: none;
  line-height: 28px;
  font-size: 14px;
  font-weight: 800;
  padding: 0;
  margin: 0;
}
@media (max-width: 680px) {
  footer .container nav ul {
    text-align: center;
  }
}
footer .container nav ul li {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
  page-break-inside: avoid;
  /* Firefox */
  break-inside: avoid;
  /* IE 10+ */
  margin: 0 0 20px 0;
}
footer .container nav ul li a {
  color: #693065;
  text-decoration: none;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
footer .container nav ul li a:hover {
  color: #693065;
}
footer .container nav ul li ul {
  list-style: none;
  line-height: 19px;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  margin: 14px 0 0 0;
}
footer .container nav ul li ul li {
  margin: 0 0 14px 0;
}
footer .container nav ul li ul li a {
  color: #898989;
  text-decoration: none;
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
footer .container nav ul li ul li a:hover {
  color: #f48427;
}
footer .container nav ul li ul li a:not([href]) {
  color: #693065;
  cursor: default;
}
footer .container nav ul li ul li a:not([href]):hover {
  color: #882a74;
}
footer .container nav.about {
  margin: 45px 30px 0 0;
  -webkit-columns: 3 140px;
  -moz-columns: 3 140px;
  columns: 3 140px;
  -webkit-column-gap: 4em;
  -moz-column-gap: 4em;
  column-gap: 4em;
}
@media (max-width: 1110px) {
  footer .container nav.about {
    margin: 45px 0 0 0;
    -webkit-columns: 3 150px;
    -moz-columns: 3 150px;
    columns: 3 150px;
    -webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
  }
}
@media (max-width: 680px) {
  footer .container nav.about {
    columns: 1;
    margin: 45px auto 0 auto;
  }
}
footer .container nav.social {
  min-width: 320px;
}
@media (max-width: 680px) {
  footer .container nav.social {
    min-width: unset;
    margin: 0 auto;
  }
}
footer nav.legal {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  line-height: 12px;
  font-size: 12px;
  padding: 0 0 32px 0;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  footer nav.legal {
    flex-direction: column;
    padding-bottom: 20px;
  }
}
@media (max-width: 680px) {
  footer nav.legal {
    text-align: center;
  }
}
@media (max-width: 680px) {
  footer nav.legal .withinreach {
    text-align: center;
  }
}
footer nav.legal .withinreach img {
  display: block;
  width: 156px;
  height: 41px;
  margin: 0 0 12px 0;
}
@media (max-width: 680px) {
  footer nav.legal .withinreach img {
    margin: 0 auto 12px auto;
  }
}
footer nav.legal .withinreach span {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.17em;
  color: #693065;
}
footer nav.legal .text {
  display: flex;
  flex-direction: column;
  padding: 25px 0 0 0;
}
footer nav.legal .text ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 680px) {
  footer nav.legal .text ul {
    display: flex;
    flex-direction: column;
  }
}
footer nav.legal .text ul li {
  display: inline-block;
  border-left: 1px solid #693065;
  padding: 0 0 0 11px;
  margin: 0 0 0 11px;
}
@media (max-width: 680px) {
  footer nav.legal .text ul li {
    border: none;
    padding: 0;
    margin: 0 0 5px 0;
  }
}
footer nav.legal .text ul li:first-child {
  border: none;
  padding: 0;
  margin: 0 0 5px 0;
}
footer nav.legal .text ul li a {
  color: #693065;
  text-decoration: none;
  transition: color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
footer nav.legal .text ul li a:hover {
  color: #f48427;
}
footer nav.legal .text span {
  line-height: 15px;
  font-size: 11px;
  font-weight: 500;
  color: #898989;
  text-align: right;
  margin: 10px 0;
}
@media (max-width: 1000px) {
  footer nav.legal .text span {
    text-align: left;
  }
}
@media (max-width: 680px) {
  footer nav.legal .text span {
    text-align: center;
  }
}
.accordion {
  margin: 20px 320px 20px 0;
}
@media (max-width: 1180px) {
  .accordion {
    margin: 20px 0;
  }
}
.accordion .section {
  margin: 0 0 10px 0;
}
.accordion .section h2 {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: 0.16px;
  color: #f48427;
  background: #f3f3f3;
  border-left: solid 5px #f48427;
  padding: 30px 65px 30px 25px;
  margin: 0;
  cursor: pointer;
}
.accordion .section h2 img {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 34px;
  height: 34px;
  margin: -17px 0 0 0;
}
.accordion .section h2 img.close-it {
  display: none;
}
.accordion .section .body {
  height: 0;
  font-size: 15px;
  line-height: 1.75em;
  overflow: auto;
  transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.accordion .section .body.blue {
  background-color: #e4f3f8;
}
.accordion .section .body p {
  margin: 20px 30px;
}
.accordion .section .body p:last-child {
  margin: 20px 30px 30px 30px;
}
.accordion .section .body .link {
  margin: 20px 30px;
}
@media (max-width: 700px) {
  .accordion .section .body .checklist {
    display: none;
  }
}
.accordion .section .body ul,
.accordion .section .body ol {
  margin: 20px 30px;
}
.accordion .section .body ul:last-child,
.accordion .section .body ol:last-child {
  margin: 20px 30px 30px 30px;
}
.accordion .section .body ul ul,
.accordion .section .body ol ul {
  margin: 0;
}
.accordion .section .body ul ul:last-child,
.accordion .section .body ol ul:last-child {
  margin: 0;
}
.accordion .section .body .button {
  display: inline-block;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: white;
  text-decoration: none;
  background: #f48427;
  border-radius: 5px;
  padding: 0 20px;
  margin: 0 0 30px 30px;
}
.accordion .section.active h2 img.open-it {
  display: none;
}
.accordion .section.active h2 img.close-it {
  display: block;
}
.accordion .section.active .body {
  height: auto;
}
.image {
  margin: 40px 320px 40px 0;
}
.image img {
  display: block;
}
@media (max-width: 1180px) {
  .image {
    margin: 40px 0;
  }
  .image img {
    max-width: 100%;
    height: auto;
  }
}
.link {
  display: flex;
  margin: 20px 0;
}
.link a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.link a.arrow {
  transition: opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.link a.arrow:hover {
  opacity: 0.7;
}
.link a.arrow img {
  margin: 0;
}
.link a.text {
  line-height: 1.5em;
  padding: 3px 0 0 0;
  margin: 0 0 0 10px;
}
.pw-reset-block {
  font-family: "Montserrat";
  overflow: hidden;
  padding: 46px 10px 64px 10px;
  margin: 0;
}
.pw-reset-block .container {
  box-sizing: border-box;
  max-width: 1140px;
  background-color: #f3f3f3;
  border-radius: 5px;
  padding: 40px 20px 60px 20px;
  margin: 0 auto;
}
.pw-reset-block .container .pw-reset-wrapper {
  max-width: 554px;
  margin: 0 auto;
}
.pw-reset-block .container .pw-reset-wrapper .section {
  margin: 0px;
}
.pw-reset-block .container .pw-reset-wrapper .section h3 {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.43em;
  letter-spacing: 0.01px;
  color: #693065;
  margin: 0 0 26px 0;
}
.pw-reset-block .container .pw-reset-wrapper .section .message {
  position: relative;
  top: -15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29em;
  color: #545759;
}
.pw-reset-block .container .pw-reset-wrapper .section form {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pw-reset-block .container .pw-reset-wrapper .section form .field {
  width: 100%;
}
.pw-reset-block .container .pw-reset-wrapper .section form .field label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #545759;
  margin: 0 0 11px 0;
}
.pw-reset-block .container .pw-reset-wrapper .section form .field input {
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 500;
  color: #545759;
  border: solid 1px #693065;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 0 0 0 20px;
  margin: 0 0 24px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.pw-reset-block
  .container
  .pw-reset-wrapper
  .section
  form
  .field
  input::-webkit-input-placeholder {
  color: #dcdcdc;
}
.pw-reset-block
  .container
  .pw-reset-wrapper
  .section
  form
  .field
  input::-moz-placeholder {
  color: #dcdcdc;
}
.pw-reset-block
  .container
  .pw-reset-wrapper
  .section
  form
  .field
  input:-ms-input-placeholder {
  color: #dcdcdc;
}
.pw-reset-block
  .container
  .pw-reset-wrapper
  .section
  form
  .field
  input:-moz-placeholder {
  color: #dcdcdc;
}
.pw-reset-block
  .container
  .pw-reset-wrapper
  .section
  form
  .field
  input
  input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
.pw-reset-block .container .pw-reset-wrapper .section form .consent {
  width: 100%;
  font-weight: 500;
  line-height: 12px;
  font-size: 12px;
  line-height: 1.67em;
  color: #5b5b5b;
  margin: 0 0 8px 0;
}
.pw-reset-block .container .pw-reset-wrapper .section form .submit {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  text-align: right;
  margin: 6px 0 0 0;
}
@media (max-width: 400px) {
  .pw-reset-block .container .pw-reset-wrapper .section form .submit {
    flex-direction: column;
  }
}
.pw-reset-block
  .container
  .pw-reset-wrapper
  .section
  form
  .submit
  .extra-wrapper {
  text-align: left;
}
@media (max-width: 400px) {
  .pw-reset-block
    .container
    .pw-reset-wrapper
    .section
    form
    .submit
    .extra-wrapper {
    margin-bottom: 20px;
  }
}
.pw-reset-block
  .container
  .pw-reset-wrapper
  .section
  form
  .submit
  .extra-wrapper
  .link {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.29em;
  color: #898989;
  cursor: pointer;
}
.pw-reset-block .container .pw-reset-wrapper .section form .submit button {
  box-sizing: border-box;
  display: inline-block;
  width: auto;
  height: 60px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: white;
  padding: 0;
  background-color: #f48427;
  border: 3px solid #f48427;
  border-radius: 5px;
  transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1),
    color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 34px;
}
.pw-reset-block
  .container
  .pw-reset-wrapper
  .section
  form
  .submit
  button:hover {
  background-color: white;
  color: #f48427;
}
@media (max-width: 400px) {
  .pw-reset-block .container .pw-reset-wrapper .section form .submit button {
    width: 100%;
  }
}
.star {
  line-height: 32px;
  margin: 0 320px 20px 0;
}
@media (max-width: 1180px) {
  .star {
    margin: 0 0 20px 0;
  }
}
.star h3 {
  font-size: 16px;
  margin: 20px 0 0 0;
}
.star h3 img {
  float: left;
  margin: 0 28px 28px 0;
  transform: translateY(1.5px);
}
.star p {
  margin: 0 0 20px 60px;
}
.tabs-wrapper {
  margin: 40px 0;
}
.tabs-wrapper .tabs {
  display: flex;
  width: 100%;
  background: #f3f3f3;
}
@media (max-width: 860px) {
  .tabs-wrapper .tabs {
    display: block;
  }
}
.tabs-wrapper .tabs .tab {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-basis: 0;
  line-height: 1.5em;
  text-align: center;
  font-size: 14px;
  padding: 20px;
  border-right: 1px solid #dcdcdc;
  cursor: pointer;
  transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.tabs-wrapper .tabs .tab:last-child {
  border: none;
}
.tabs-wrapper .tabs .tab.active {
  background: #dcdcdc;
}
.tabs-wrapper .tabs .tab.active .arrow img {
  transform: rotate(90deg);
}
@media (max-width: 860px) {
  .tabs-wrapper .tabs .tab {
    border-right: none;
    border-bottom: 1px solid #dcdcdc;
  }
}
.tabs-wrapper .tabs .tab h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #f48427;
  margin: 0;
}
.tabs-wrapper .tabs .tab .summary {
  flex-grow: 1;
  font-size: 14px;
  font-weight: 600;
  color: #00aecb;
}
.tabs-wrapper .tabs .tab .arrow {
  display: inline-block;
}
.tabs-wrapper .tabs .tab .arrow img {
  display: block;
  margin: 0 auto;
  transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1),
    opacity 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.tabs-wrapper .tabs .tab .arrow img:hover {
  opacity: 0.7;
}
.tabs-wrapper .bodies .body {
  display: none;
  padding: 40px;
  background-color: #e4f3f8;
}
.tabs-wrapper .bodies .body.active {
  display: block;
}
@media (max-width: 860px) {
  .tabs-wrapper .bodies .body {
    padding: 20px;
  }
}
.tabs-wrapper .bodies .body h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #f48427;
  margin: 0;
}
.tabs-wrapper .bodies .body ul {
  line-height: 1.42em;
}
.text-wrapper {
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 320px 20px 0;
}
.text-wrapper blockquote {
  box-sizing: border-box;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.74em;
  letter-spacing: 0.23px;
  color: #00aecb;
  border-left: 1px solid #00aecb;
  padding: 0 20px 0 30px;
  margin: 20px 0 20px 0;
}
@media (max-width: 760px) {
  .text-wrapper blockquote {
    font-size: 20px;
  }
}
.text-wrapper blockquote .source {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.5em;
  letter-spacing: 0.14px;
  color: #000000;
  opacity: 0.38;
}
@media (max-width: 760px) {
  .text-wrapper blockquote .source {
    font-size: 12px;
  }
}
@media (max-width: 1180px) {
  .text-wrapper {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 760px) {
  .text-wrapper {
    columns: 1 !important;
  }
}
.text-wrapper.blue {
  padding: 30px;
  background-color: #e4f3f8;
}
.text-wrapper.gray {
  padding: 30px;
  background-color: #f3f3f3;
}
.text-wrapper p {
  margin: 0 0 20px 0;
}
.text-wrapper p:last-child {
  margin: 0;
}
.vax-northwest-logos {
  margin: 20px 320px 20px 0;
}
@media (max-width: 1180px) {
  .vax-northwest-logos {
    text-align: center;
    margin: 20px 0;
  }
}
.vax-northwest-logos a {
  display: inline-block;
  margin: 10px;
}
@media (max-width: 520px) {
  .vax-northwest-logos a {
    display: block;
  }
}
.vax-northwest-logos a:first-child {
  margin-left: 0;
}
.vax-northwest-logos a:last-child {
  margin-right: 0;
}
.videos-wrapper.full-width h2 {
  font-size: 28px;
  text-align: center;
  color: #882a74;
  margin: 40px 0 20px 0;
}
.videos-wrapper.content-width {
  max-width: 780px;
}
.videos-wrapper .videos {
  display: flex;
  margin: 20px 0 40px 0;
}
@media (max-width: 860px) {
  .videos-wrapper .videos {
    display: block;
  }
}
.videos-wrapper .videos .video-wrapper {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  margin: 0 22px 0 0;
}
@media (max-width: 860px) {
  .videos-wrapper .videos .video-wrapper {
    margin: 0 auto 20px auto;
  }
  .videos-wrapper .videos .video-wrapper:last-child {
    margin: 0 auto 40px auto;
  }
}
.videos-wrapper .videos .video-wrapper:last-child {
  margin: 0 auto;
}
.videos-wrapper .videos .video-wrapper .video {
  position: relative;
  height: 0;
  padding: 0 0 56.25% 0;
}
.videos-wrapper .videos .video-wrapper .video:last-child {
  margin: 0;
}
.videos-wrapper .videos .video-wrapper .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.videos-wrapper .videos .video-wrapper .caption {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 0 0;
}
.ic_button {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  color: white;
  background: #f48427;
  border-radius: 5px;
  padding: 0 20px;
  margin: 0 0 0 1rem;
  cursor: pointer;
  transition: opacity 500ms;
}

.gtranslate_wrapper {
  margin-bottom: -2rem;
  margin-left: 1rem;
}
.search-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.entity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin: 2rem 0;
  max-width: 800px;
}

.entity-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 1.2rem;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease;
  max-height: 500px;
  overflow-y: scroll;
}

.entity-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.entity-title {
  margin: 0 0 0.5rem;
  font-size: 20px;
  color: #00aecb;
  line-height: 1.25em;
}

.region-section {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  color: #666;
  font-style: italic;
}

.map-icon {
  width: 1.2em;
  height: 1.2em;
  stroke: #999;
}

.contact-info {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.contact-info a {
  color: #0073aa;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

.website-link {
  display: inline-block;
  margin-top: 0.3rem;
  font-size: 0.9rem;
  color: #0073aa;
}

.details-text {
  color: #444;
  margin-top: 0.5rem;
}

.entity-details {
  margin-top: 1rem;
  padding-top: 0.5rem;
  font-size: 0.9rem;
}

.entity-details summary {
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 0.5rem;
  color: #0073aa;
}

.entity-details[open] summary {
  color: #005177;
}

.entity-details summary:hover {
  text-decoration: underline;
}
