html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary {
  display: block;
}

audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}

b,strong {
  font-weight: inherit;
}

b,strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

em {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  overflow: auto;
}

code,kbd,pre,samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button,input,optgroup,select,textarea {
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,html input[type=button],input[type=reset],input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

input {
  line-height: normal;
}

input[type=checkbox],input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

html {
  box-sizing: border-box;
}

*,:after,:before {
  box-sizing: inherit;
}

button,input[type=button],input[type=reset],input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
}

button::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=submit]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

figure {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

img,video {
  height: auto;
  max-width: 100%;
}

p:first-of-type {
  margin-top: 0;
}

p:last-of-type {
  margin-bottom: 0;
}

a,button,label,option,select {
  cursor: pointer;
}

h1,h2,h3,h4,h5,h6 {
  display: block;
  font-weight: 400;
  margin: 1rem 0;
}

h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child {
  margin-top: 0;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  color: inherit;
}

@-webkit-keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,15%,0);
    transform: translate3d(0,15%,0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,15%,0);
    transform: translate3d(0,15%,0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-15%,0);
    transform: translate3d(0,-15%,0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fade-in-down {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,-15%,0);
    transform: translate3d(0,-15%,0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-webkit-keyframes over-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes over-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.ie-10 .gradient {
  opacity: .9!important;
}

a,body,button,h1,h2,h3,h4,h5,h6,input,p,small,strong {
  font-family: "Gotham SSm A","Gotham SSm B",Arial;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  color: rgba(0,0,0,.86);
  letter-spacing: -.045em;
}

h1,h2,h3,h4,h5,h6 {
  display: block;
  margin: 1rem 0;
  font-weight: 500;
  line-height: 1em;
}

h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child {
  margin-top: 0;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
  color: inherit;
}

h6.upper,section.short-hero h6,section.short-hero-stack h6 {
  font-weight: 700;
  text-transform: uppercase;
}

h6.upper.border,section.short-hero h6.border,section.short-hero-stack h6.border {
  position: relative;
}

h6.upper.border::after,section.short-hero h6.border::after,section.short-hero-stack h6.border::after {
  content: '';
  position: absolute;
  width: 58px;
  height: 5px;
  top: 30px;
  left: -webkit-calc(50% - 29px);
  left: calc(50% - 29px);
  background: #efefef;
}

.h1,h1 {
  font-size: -webkit-calc(28px + 24 * ((100vw - 420px)/ 604));
  font-size: calc(28px + 24 * ((100vw - 420px)/ 604));
}

@media screen and (max-width:420px) {
  .h1,h1 {
    font-size: 28px;
  }
}

@media screen and (min-width:1024px) {
  .h1,h1 {
    font-size: 52px;
  }
}

.h2,h2 {
  font-size: -webkit-calc(36px + 7 * ((100vw - 420px)/ 604));
  font-size: calc(36px + 7 * ((100vw - 420px)/ 604));
}

@media screen and (max-width:420px) {
  .h2,h2 {
    font-size: 36px;
  }
}

@media screen and (min-width:1024px) {
  .h2,h2 {
    font-size: 43px;
  }
}

.h3,h3 {
  font-size: -webkit-calc(30px + 3 * ((100vw - 420px)/ 604));
  font-size: calc(30px + 3 * ((100vw - 420px)/ 604));
}

@media screen and (max-width:420px) {
  .h3,h3 {
    font-size: 30px;
  }
}

@media screen and (min-width:1024px) {
  .h3,h3 {
    font-size: 33px;
  }
}

.h4,h4 {
  font-size: -webkit-calc(24px + 4 * ((100vw - 420px)/ 604));
  font-size: calc(24px + 4 * ((100vw - 420px)/ 604));
}

@media screen and (max-width:420px) {
  .h4,h4 {
    font-size: 24px;
  }
}

@media screen and (min-width:1024px) {
  .h4,h4 {
    font-size: 28px;
  }
}

.h5,h5 {
  font-size: -webkit-calc(20px + 2 * ((100vw - 420px)/ 604));
  font-size: calc(20px + 2 * ((100vw - 420px)/ 604));
}

@media screen and (max-width:420px) {
  .h5,h5 {
    font-size: 20px;
  }
}

@media screen and (min-width:1024px) {
  .h5,h5 {
    font-size: 22px;
  }
}

.h6,h6 {
  font-size: -webkit-calc(13px + 0 * ((100vw - 420px)/ 604));
  font-size: calc(13px + 0 * ((100vw - 420px)/ 604));
}

@media screen and (max-width:420px) {
  .h6,h6 {
    font-size: 13px;
  }
}

@media screen and (min-width:1024px) {
  .h6,h6 {
    font-size: 13px;
  }
}

p {
  font-size: .875rem;
  line-height: 1.5em;
  margin: 1em 0;
}

p.light {
  color: rgba(0,0,0,.72);
}

p.big {
  font-size: 1.1875rem;
  font-weight: 500;
  color: #000;
}

p.bold {
  font-weight: 700;
}

p span.purple-bold {
  font-weight: 500;
  color: #631da0;
}

p a,
li a {
  color: #631da0;
}

p a:hover,
li a:hover {
  text-decoration: underline;
}

a {
  text-decoration: none;
}

nav ul {
  margin: 0;
  padding: 0;
}

nav ul:after {
  clear: both;
  content: '';
  display: table;
}

nav ul li {
  float: left;
  list-style-type: none;
  margin-right: 20px;
}

nav ul li:last-child {
  margin-right: 0;
}

blockquote {
  margin: 0;
}

blockquote cite {
  display: block;
}

strong {
  font-weight: 700;
}

ul li span {
  font-size: 18px;
  line-height: 1.4em;
}

p.reform-copy {
  font-size: 18px;
}

@media (max-width:767px) {
  p.reform-copy {
    font-size: 16px;
  }
}

body,html {
  background: #260d3d;
}

body.fixed {
  overflow: hidden;
  position: fixed;
}

.max-container {
  position: relative;
  width: auto;
  max-width: 1400px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  overflow: hidden;
}

.max-container:after {
  clear: both;
  content: '';
  display: table;
}

.container {
  width: auto;
  max-width: 1400px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.container:after {
  clear: both;
  content: '';
  display: table;
}

.container-padding {
  padding: 0 9%;
}

@media (max-width:768px) {
  .container-padding {
    padding: 0 5%;
  }
}

hr {
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,.15);
  height: 0;
  padding: 0;
  margin: 1.5em 0;
}

.capitalize {
  text-transform: capitalize;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.iframe-wrapper {
  margin-bottom: 100px;
  min-height: 80vh;
}

.iframe-wrapper iframe {
  height: 80vh;
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(25px);
    transform: translateY(25px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.btn,input[type=submit] {
  color: #fff;
  padding: 12px 26px;
  background-color: #631da0;
  cursor: pointer;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: .6875rem;
  font-weight: 700;
  border: solid 1px transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.btn.orange,input[type=submit].orange {
  padding: 16px 45px;
  font-size: .8125rem;
  background-color: #fc9924;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.btn.orange:hover,input[type=submit].orange:hover {
  color: #fc9924;
  background-color: #fff;
  border: solid 1px #fc9924;
}

.btn.gray,input[type=submit].gray {
  padding: 16px 45px;
  font-size: .8125rem;
  background-color: #fff;
  border: solid 1px #b5b5b5;
  color: #b5b5b5;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.btn.gray.is-active,.btn.gray:hover,input[type=submit].gray.is-active,input[type=submit].gray:hover {
  color: #fff;
  background-color: #165c9e;
  border-color: #165c9e;
}

.btn.teal,input[type=submit].teal {
  padding: 14px 30px;
  font-size: .8125rem;
  background-color: #4abfa7;
}

.btn.teal:hover,input[type=submit].teal:hover {
  color: #4abfa7;
  background-color: #fff;
}

.btn.white,input[type=submit].white {
  background-color: #fff;
  color: #6605cb;
  -webkit-transition: box-shadow 350ms;
  transition: box-shadow 350ms;
}

.btn.white:hover,input[type=submit].white:hover {
  box-shadow: 0 20px 55px -6px rgba(0,0,0,.25);
}

.btn.border,input[type=submit].border {
  border: 1px solid #eee;
}

.btn.underline,input[type=submit].underline {
  background-color: rgba(99,29,160,0);
  text-decoration: underline;
  color: #631da0;
  padding: 0;
}

.btn.white-border,input[type=submit].white-border {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.btn.white-border:hover,input[type=submit].white-border:hover {
  box-shadow: 0 20px 55px -6px rgba(0,0,0,.25);
  background-color: #fff;
  border-color: #fff;
  color: #631da0;
}

div.site-disclaimer {
  position: relative;
  padding: 65px 5%;
  background: #fff;
  z-index: 2;
}

div.site-disclaimer p {
  max-width: 850px;
  margin: 0 auto;
  color: rgba(51,51,51,.65);
}

footer[role=contentinfo] {
  position: relative;
  padding-left: 5%;
  background: #28123f;
}

@media (max-width:1179px) {
  div.footer-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 5%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width:640px) {
  div.footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width:1179px) {
  div.footer-logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width:640px) {
  div.footer-logo:after {
    clear: both;
    content: '';
    display: table;
  }
}

div.footer-logo .f-logo-img {
  display: inline-block;
  max-height: 86px;
  margin-bottom: 20px;
}

div.footer-logo .f-logo-img svg {
  width: 165px;
  height: 86px;
}

@media (max-width:640px) {
  div.footer-logo .f-logo-img {
    float: left;
    margin-right: 35px;
    margin-bottom: 0;
  }
}

@media (max-width:640px) {
  div.footer-logo .adress-wrap {
    float: left;
    display: inline-block;
    padding-top: 18px;
    padding-bottom: 50px;
  }
}

div.footer-logo address,div.footer-logo p {
  color: #9687a3;
}

div.footer-logo address {
  font-style: normal;
  font-size: .75rem;
  text-transform: uppercase;
  line-height: 1.5em;
}

div.footer-logo address a {
  color: #9687a3;
}

div.footer-nav {
  padding: 35px 35px 0 50px;
}

@media (min-width:1180px) {
  div.footer-nav {
    -webkit-box-flex: 2.25;
    -ms-flex: 2.25;
    flex: 2.25;
  }
}

@media (max-width:1179px) {
  div.footer-nav {
    width: 100%;
    padding: 35px 0 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (max-width:640px) {
  div.footer-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

div.footer-nav div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width:640px) {
  div.footer-nav div {
    -webkit-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
    margin-bottom: 40px;
  }

  div.footer-nav div:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  div.footer-nav div:last-of-type ul {
    width: 45%;
  }
}

div.footer-nav ul {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  padding-right: 35px;
}

div.footer-nav ul li {
  float: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.footer-nav ul li {
  margin-bottom: 12px;
}

div.footer-nav a {
  display: block;
  color: #9687a3;
  font-weight: 500;
  font-size: .8125rem;
  letter-spacing: -.02em;
  line-height: 1.3em;
  -webkit-transition: color 250ms;
  transition: color 250ms;
}

div.footer-nav a:hover {
  color: #bcb2c4;
}

div.footer-nav li:first-child {
  margin-bottom: 20px;
}

div.footer-nav li:first-child a {
  color: #fff;
  font-weight: 700;
  font-size: .8125rem;
}

div.footer-nav li:first-child a:hover {
  color: #bcb2c4;
}

div.footer-signup {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  background: #1d0236;
  padding: 35px 30px;
}

@media (max-width:1179px) {
  div.footer-signup {
    margin-right: -5%;
    margin-bottom: 50px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-preferred-size: 380px;
    flex-basis: 380px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

@media (max-width:760px) {
  div.footer-signup {
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
  }
}

@media (max-width:640px) {
  div.footer-signup {
    -ms-flex-preferred-size: unset;
    flex-basis: unset;
    width: 110%;
    position: relative;
    left: -5%;
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset;
    -ms-flex-negative: unset;
    flex-shrink: unset;
  }
}

div.footer-signup::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background: #a514d8;
}

@media (max-width:1179px) {
  div.footer-signup::before {
    width: 101%;
  }
}

@media (max-width:640px) {
  div.footer-signup::before {
    content: none;
  }
}

div.footer-signup h6 {
  color: #fff;
  font-weight: 700;
  font-size: .8125rem;
  margin-bottom: 22px;
}

div.footer-signup p {
  color: #847594;
  font-weight: 500;
  font-size: .8125rem;
}

@media (min-width:1180px) {
  div.footer-signup p {
    max-width: 250px;
  }
}

div.footer-signup form {
  padding-top: 20px;
}

@media (max-width:1179px) {
  div.footer-signup form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

div.footer-signup form input {
  margin-bottom: 10px;
  border: none;
  border-radius: 0;
  font-size: .9375rem;
  padding: 10px;
}

@media (max-width:1179px) {
  div.footer-signup form input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  div.footer-signup form input:not(:last-child) {
    margin-right: 15px;
  }

  div.footer-signup form input:last-child {
    max-width: 200px;
  }
}

@media (min-width:1180px) {
  div.footer-signup form input.signup-input {
    width: 275px;
  }
}

div.footer-bottom {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 50px 5% 70px 0;
}

@media (max-width:640px) {
  div.footer-bottom {
    padding-top: 0;
  }
}

div.footer-bottom p {
  padding: 0 25px 0 0;
  font-size: .8125rem;
  color: #9687a3;
}

div.footer-bottom p span {
  display: inline-block;
}

@media (max-width:799px) {
  div.footer-bottom p span {
    width: 100%;
    text-align: center;
  }
}

div.footer-bottom p a:hover {
  text-decoration: underline;
}

@media (max-width:799px) {
  div.footer-bottom p {
    width: 100%;
  }
}

div.footer-bottom a {
  color: #9687a3;
  font-weight: 700;
  display: inline-block;
}

@media (max-width:799px) {
  div.footer-bottom a {
    width: 100%;
    text-align: center;
  }
}

@media (max-width:799px) {
  div.footer-social {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 400px;
    margin: 30px auto 0;
  }
}

@media (max-width:640px) {
  div.footer-social {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

div.footer-social svg {
  width: 25px;
  height: 25px;
  fill: #fff;
  -webkit-transition: opacity 250ms;
  transition: opacity 250ms;
}

div.footer-social a {
  margin-left: 20px;
}

div.footer-social a:hover svg {
  opacity: .65;
}

@media (max-width:799px) {
  div.footer-social a:first-child {
    margin-left: 0;
  }
}

div.to-top-btn {
  position: absolute;
  top: -27px;
  right: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 3px 18px 4px rgba(0,0,0,.2);
  cursor: pointer;
  -webkit-transition: box-shadow 250ms,-webkit-transform 250ms ease;
  transition: box-shadow 250ms,-webkit-transform 250ms ease;
  transition: transform 250ms ease,box-shadow 250ms;
  transition: transform 250ms ease,box-shadow 250ms,-webkit-transform 250ms ease;
  z-index: 10;
}

div.to-top-btn:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

header[role=banner] {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 3%;
  max-width: 1400px;
  background: #fff;
  z-index: 999;
  height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width:960px) {
  header[role=banner] {
    height: 65px;
  }
}

header[role=banner] a.logo svg {
  width: 165px;
  height: auto;
}

header[role=banner] nav a.btn {
  margin-left: 25px;
}

@media (min-width:961px) {
  header[role=banner] .mobile-menu-btn,header[role=banner] .nav-item-arrow {
    display: none;
  }

  header[role=banner] li.nav-item {
    position: relative;
    margin: 0;
    padding: 30px 0;
    z-index: 10;
  }

  header[role=banner] li.nav-item:hover>div>a {
    color: #631da0;
  }

  header[role=banner] li.nav-item:hover ul.subnav,header[role=banner] li.nav-item:hover ul.subnav a,header[role=banner] li.nav-item:hover::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  header[role=banner] li.nav-item:hover ul.subnav li:nth-child(1) a {
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
  }

  header[role=banner] li.nav-item:hover ul.subnav li:nth-child(2) a {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
  }

  header[role=banner] li.nav-item:hover ul.subnav li:nth-child(3) a {
    -webkit-transition-delay: .15s;
    transition-delay: .15s;
  }

  header[role=banner] li.nav-item:hover ul.subnav li:nth-child(4) a {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }

  header[role=banner] li.nav-item:hover ul.subnav li:nth-child(5) a {
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
  }

  header[role=banner] li.nav-item:hover ul.subnav li:nth-child(6) a {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
  }

  header[role=banner] li.nav-item:hover ul.subnav li:nth-child(7) a {
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
  }

  header[role=banner] li.nav-item:hover ul.subnav li:nth-child(8) a {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
  }

  header[role=banner] li.nav-item:hover ul.subnav li:nth-child(9) a {
    -webkit-transition-delay: .45s;
    transition-delay: .45s;
  }

  header[role=banner] li.nav-item:hover ul.subnav li:nth-child(10) a {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
  }

  header[role=banner] li.nav-item:hover ul.subnav li:nth-child(11) a {
    -webkit-transition-delay: .55s;
    transition-delay: .55s;
  }

  header[role=banner] li.nav-item:hover ul.subnav li:nth-child(12) a {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
  }

  header[role=banner] li.nav-item::after {
    content: '';
    position: absolute;
    top: 62px;
    left: -webkit-calc(50% - 10px);
    left: calc(50% - 10px);
    width: 0;
    height: 0;
    border-bottom: 8px solid #eee;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    z-index: 11;
    -webkit-transition: opacity 250ms,visibility 250ms,-webkit-transform 350ms ease;
    transition: opacity 250ms,visibility 250ms,-webkit-transform 350ms ease;
    transition: opacity 250ms,visibility 250ms,transform 350ms ease;
    transition: opacity 250ms,visibility 250ms,transform 350ms ease,-webkit-transform 350ms ease;
  }

  header[role=banner] li.nav-item>div>a {
    padding: 30px 25px;
    font-weight: 500;
  }
}

@media (min-width:961px) and (max-width:1099px) {
  header[role=banner] li.nav-item>div>a {
    padding: 30px 15px;
    font-size: .875rem;
  }
}

@media (min-width:961px) {
  header[role=banner] li.nav-item a:hover {
    color: #631da0;
  }

  header[role=banner] ul.subnav {
    position: absolute;
    top: 70px;
    left: -10px;
    padding: 20px 0;
    background: #fff;
    border-top: 4px solid #eee;
    box-shadow: 0 15px 20px rgba(0,0,0,.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    z-index: 11;
    -webkit-transition: opacity 250ms,visibility 250ms,-webkit-transform 350ms ease;
    transition: opacity 250ms,visibility 250ms,-webkit-transform 350ms ease;
    transition: opacity 250ms,visibility 250ms,transform 350ms ease;
    transition: opacity 250ms,visibility 250ms,transform 350ms ease,-webkit-transform 350ms ease;
  }

  header[role=banner] ul.subnav a {
    display: block;
    position: relative;
    padding: 10px 35px;
    white-space: nowrap;
    text-transform: uppercase;
    font-size: .6875rem;
    font-weight: 500;
    color: rgba(64,64,64,.86);
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: color 250ms,opacity 250ms,-webkit-transform 350ms ease;
    transition: color 250ms,opacity 250ms,-webkit-transform 350ms ease;
    transition: color 250ms,opacity 250ms,transform 350ms ease;
    transition: color 250ms,opacity 250ms,transform 350ms ease,-webkit-transform 350ms ease;
  }

  header[role=banner] nav.scale ul.subnav {
    -webkit-transform: translateY(15px) scale(.95);
    -ms-transform: translateY(15px) scale(.95);
    transform: translateY(15px) scale(.95);
  }

  header[role=banner] nav.scale li.nav-item:hover ul.subnav,header[role=banner] nav.scale li.nav-item:hover::after {
    -webkit-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
  }
}

@media (max-width:960px) {
  header[role=banner] {
    padding-left: 0;
    padding-right: 0;
    height: 65px;
    position: relative;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  header[role=banner]:before {
    content: '';
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .5s,visibility .5s;
    transition: opacity .5s,visibility .5s;
    -webkit-transition-delay: .35s;
    transition-delay: .35s;
  }

  header[role=banner].is-active:before {
    opacity: 1;
    visibility: visible;
  }

  header[role=banner].is-active nav>ul {
    right: 0;
    box-shadow: -10px 25px 50px rgba(0,0,0,.3);
  }

  header[role=banner] .mobile-menu-btn {
    display: block;
    width: 30px;
    height: 47px;
    cursor: pointer;
    position: relative;
    margin: 0 19.5px;
  }

  header[role=banner] nav {
    border-left: solid 1px #ddd;
  }

  header[role=banner] nav>ul {
    margin: 0;
    padding: 0;
    position: absolute;
    top: -webkit-calc(100% - 1px);
    top: calc(100% - 1px);
    right: -679px;
    width: 80%;
    max-width: 679px;
    height: -webkit-calc(100vh - 64px);
    height: calc(100vh - 64px);
    background: #fff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: right .5s;
    transition: right .5s;
    -webkit-transform: translate3d(0,0,0);
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
  }

  header[role=banner] nav>ul li {
    float: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
}

@media (max-width:960px) and (max-width:640px) {
  header[role=banner] nav>ul {
    width: 90%;
  }
}

@media (max-width:960px) {
  header[role=banner] li.nav-item {
    position: relative;
    padding: 0;
  }

  header[role=banner] li.nav-item:last-of-type {
    padding-bottom: 150px;
  }

  header[role=banner] li.nav-item>div>a {
    font-size: 24px;
    font-weight: 500;
    display: block;
    padding: 20px;
  }
}

@media (max-width:960px) and (max-width:640px) {
  header[role=banner] li.nav-item>div>a {
    font-size: 20px;
  }
}

@media (max-width:960px) {
  header[role=banner] li.nav-item:last-of-type .nav-item-link-wrap {
    border-bottom: 1px solid #ddd;
  }

  header[role=banner] .nav-item-link-wrap {
    border-top: 1px solid #ddd;
    position: relative;
    padding: 0 70px 0 0;
  }

  header[role=banner] .nav-item-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 70px;
    height: 100%;
    top: 0;
    right: 0;
    border-left: 1px solid #ddd;
    cursor: pointer;
  }

  header[role=banner] .nav-item-arrow svg {
    width: 20px;
    height: 20px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s;
  }

  header[role=banner] .nav-item-arrow path {
    fill: #aaa;
  }

  header[role=banner] a.logo {
    left: 0;
    position: absolute;
    top: 0;
    display: block;
    width: 124px;
    height: 100%;
  }

  header[role=banner] a.logo svg {
    width: 100%;
    height: 100%;
  }

  header[role=banner] nav a.btn {
    margin-left: 15px;
    display: none;
  }
}

@media (max-width:960px) and (max-width:640px) {
  header[role=banner] nav a.btn {
    padding: 16px 25px;
  }
}

@media (max-width:960px) {
  header[role=banner] ul.subnav {
    display: none;
    padding: 15px 0;
  }

  header[role=banner] ul.subnav a {
    padding: 10px 30px;
    display: block;
    text-transform: capitalize;
    font-size: 18px;
  }
}

@media (max-width:960px) and (max-width:640px) {
  header[role=banner] ul.subnav a {
    font-size: 16px;
  }
}

@media (max-width:960px) {
  header[role=banner] li.nav-item.m-submenu-open .nav-item-arrow {
    background: #631da0;
  }

  header[role=banner] li.nav-item.m-submenu-open .nav-item-arrow svg {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  header[role=banner] li.nav-item.m-submenu-open .nav-item-arrow path {
    fill: #fff;
  }

  header[role=banner] li.nav-item.m-submenu-open .nav-item-link-wrap {
    border-bottom: 1px solid #ddd;
  }

  header[role=banner] li.nav-item.m-submenu-open>div>a {
    color: #631da0;
  }
}

a.nav-int-btn {
  border: solid 1px #ddd;
  border-left: none;
  padding: 20px;
  background-color: #fff;
  width: 100%;
  display: block;
  font-weight: 600;
  color: #fc9924;
  font-size: 20px;
  margin-bottom: 150px;
}

@media (min-width:961px) {
  a.nav-int-btn {
    display: none;
  }
}

.hamburger-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 18px;
  cursor: pointer;
}

.hamburger-menu .bar,.hamburger-menu .bar:after,.hamburger-menu .bar:before {
  width: 30px;
  height: 2px;
}

.hamburger-menu .bar {
  position: relative;
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
  background: #c1c1c1;
  -webkit-transition: all 0s .3s;
  transition: all 0s .3s;
}

.hamburger-menu .bar.animate {
  background: rgba(193,193,193,0);
}

.hamburger-menu .bar:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 8px;
  background: #c1c1c1;
  -webkit-transition: bottom .3s .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  transition: bottom .3s .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  transition: bottom .3s .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1);
  transition: bottom .3s .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
}

.hamburger-menu .bar:after {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  background: #c1c1c1;
  -webkit-transition: top .3s .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  transition: top .3s .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
  transition: top .3s .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1);
  transition: top .3s .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
}

.hamburger-menu .bar.animate:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: top .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s .3s cubic-bezier(.23,1,.32,1);
  transition: top .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s .3s cubic-bezier(.23,1,.32,1);
  transition: top .3s cubic-bezier(.23,1,.32,1),transform .3s .3s cubic-bezier(.23,1,.32,1);
  transition: top .3s cubic-bezier(.23,1,.32,1),transform .3s .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s .3s cubic-bezier(.23,1,.32,1);
}

.hamburger-menu .bar.animate:before {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: bottom .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s .3s cubic-bezier(.23,1,.32,1);
  transition: bottom .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s .3s cubic-bezier(.23,1,.32,1);
  transition: bottom .3s cubic-bezier(.23,1,.32,1),transform .3s .3s cubic-bezier(.23,1,.32,1);
  transition: bottom .3s cubic-bezier(.23,1,.32,1),transform .3s .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s .3s cubic-bezier(.23,1,.32,1);
}

input:not([type=checkbox]):not([type=radio]),textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

@media (max-width:959px) {
  form.contact-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width:768px) {
  form.contact-form input.btn {
    margin-left: 165px;
    max-width: 165px;
  }
}

form.sign-up {
  padding-top: 25px;
  border-top: 1px solid #ebebeb;
  max-width: 450px;
  margin-top: 20px;
}

.input-wrap {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

@media (max-width:767px) {
  .input-wrap.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.input-wrap.iw-half {
  width: 50%;
}

@media (max-width:959px) {
  .input-wrap.iw-half {
    width: 100%;
  }
}

.input-wrap input {
  width: 100%;
  position: relative;
}

.input-wrap input:not([type=submit]) {
  padding: 10px 17px;
  border: 2px solid #ddd;
  -webkit-transition: border-color 250ms;
  transition: border-color 250ms;
}

.input-wrap label {
  font-size: 1rem;
}

@media (max-width:959px) {
  .input-wrap label {
    min-width: 113px;
  }
}

@media (min-width:768px) {
  .input-wrap label {
    min-width: 130px;
    margin-right: 15px;
    margin-left: 20px;
    text-align: right;
    white-space: nowrap;
  }
}

@media (max-width:767px) {
  .input-wrap label {
    padding-bottom: 5px;
  }
}

.input-wrap textarea {
  width: 100%;
  padding: 17px;
  min-height: 183px;
  border: 2px solid #ddd;
  -webkit-transition: border-color 250ms;
  transition: border-color 250ms;
}

.input-wrap input:focus,.input-wrap select:focus,.input-wrap textarea:focus {
  outline: 0;
  border-color: #631da0;
}

.select-wrapper::before {
  content: '';
  position: absolute;
  top: 14px;
  right: 20px;
  width: 0;
  height: 0;
  border-bottom: 5px solid #333;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.select-wrapper::after {
  content: '';
  position: absolute;
  top: 23px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
}

.select-wrapper.invalid select {
  border-color: #f44336;
}

.select-box {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 100%;
  height: 43px;
  padding: 0 17px;
  border: 2px solid #ddd;
  background: rgba(255,255,255,0);
}

.textarea label {
  padding-top: 10px;
}

.ff-select-type,.ff-textarea,.ff-type-text {
  width: 100%;
  border: 1px solid #eaeaea;
  -webkit-transition: border-color 250ms;
  transition: border-color 250ms;
}

.ff-select-type:focus,.ff-textarea:focus,.ff-type-text:focus {
  outline: 0;
  border-color: #631da0;
}

.tabs-block-content.contact-us .ff-form-main {
  max-width: none;
}

@media (min-width:960px) {
  .tabs-block-content.contact-us .ff-group-row.group-0 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.tabs-block-content.contact-us .ff-group-row.group-0 .ff-item-row {
  margin-bottom: 15px;
}

@media (min-width:960px) {
  .tabs-block-content.contact-us .ff-group-row.group-0 .ff-item-row {
    width: 50%;
  }
}

.tabs-block-content.contact-us .ff-group-row.group-0 .ff-item-row:first-child {
  display: none;
}

@media (min-width:768px) {
  .tabs-block-content.contact-us .ff-group-row.group-0 .ff-col-1,.tabs-block-content.contact-us .ff-group-row.group-0 .ff-col-2 {
    width: 50%;
  }
}

@media (max-width:767px) {
  .tabs-block-content.contact-us .ff-group-row.group-0 .ff-col-1,.tabs-block-content.contact-us .ff-group-row.group-0 .ff-col-2 {
    width: 100%;
    max-width: none;
  }
}

@media (max-width:959px) {
  .tabs-block-content.contact-us .ff-group-row.group-0 .ff-col-1 {
    padding-left: 2%;
  }
}

.tabs-block-content.contact-us .ff-group-row.group-0 .ff-text-area,.tabs-block-content.contact-us .ff-group-row.group-0 .ff-type-text {
  width: 100%!important;
}

.tabs-block-content.contact-us div.btnDiv {
  text-align: left!important;
  margin-top: 20px;
}

.tabs-block-content.contact-us div.btnDiv input {
  color: #fff;
  background: #631da0;
  outline: 0;
  padding: 10px 30px;
  border: solid 1px #631da0;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.tabs-block-content.contact-us div.btnDiv input:hover {
  background-color: #631da0;
  color: #fff;
}

#mailingListFrame {
  border: none;
}

select.ff-select-type option {
  padding: 5px!important;
}

body.book-tour-events form#form1 .ff-section-header {
  font-size: 32px;
  letter-spacing: -1.28px;
  color: #333;
}

body.book-tour-events form#form1 .ff-group-row.group-2 label,body.book-tour-events form#form1 .ff-group-row.group-3 label,body.book-tour-events form#form1 .ff-group-row.group-4 label,body.book-tour-events form#form1 .ff-group-row.group-5 label,body.book-tour-events form#form1 .ff-group-row.group-6 label {
  font-size: 16px;
}

body.book-tour-events form#form1 .ff-group-row.group-4 .ff-item-row,body.book-tour-events form#form1 .ff-group-row.group-5 .ff-item-row,body.book-tour-events form#form1 .ff-group-row.group-6 .ff-item-row {
  margin-bottom: 0;
}

body.book-tour-events form#form1 .ff-group-row.group-3 .ff-item-row {
  margin-bottom: 10px;
}

body.book-tour-events form#form1 .ff-group-row.group-3 label {
  font-size: 16px;
  font-weight: 600;
}

body.book-tour-events form#form1 div.ff-form-main {
  width: 100%;
  max-width: 100%;
  padding: 40px 5%;
}

body.book-tour-events form#form1 div.ff-form-main .ff-invalid-msg {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #631da0;
}

body.book-tour-events form#form1 div.ff-group-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

body.book-tour-events form#form1 div.ff-group-row .ff-item-row {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

body.book-tour-events form#form1 div.ff-group-row .ff-item-row:first-child {
  width: 100%;
}

body.book-tour-events form#form1 div.ff-group-row .ff-item-row:nth-child(2) {
  width: 70%;
}

body.book-tour-events form#form1 div.ff-group-row div.ff-field-col,body.book-tour-events form#form1 div.ff-group-row div.ff-label-col {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

body.book-tour-events form#form1 div.ff-group-row div.ff-label-col {
  margin-bottom: 5px;
}

body.book-tour-events form#form1 div.ff-group-row div.ff-label-col label {
  line-height: 23px;
  font-size: 16px;
  color: #333;
}

body.book-tour-events form#form1 div.ff-group-row div.ff-field-col input,body.book-tour-events form#form1 div.ff-group-row div.ff-field-col select,body.book-tour-events form#form1 div.ff-group-row div.ff-field-col textarea {
  border: 2px solid #ddd;
  padding: 15px 10px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  outline: 0;
}

body.book-tour-events form#form1 div.ff-group-row div.ff-field-col input:active,body.book-tour-events form#form1 div.ff-group-row div.ff-field-col input:focus,body.book-tour-events form#form1 div.ff-group-row div.ff-field-col input:hover,body.book-tour-events form#form1 div.ff-group-row div.ff-field-col select:active,body.book-tour-events form#form1 div.ff-group-row div.ff-field-col select:focus,body.book-tour-events form#form1 div.ff-group-row div.ff-field-col select:hover,body.book-tour-events form#form1 div.ff-group-row div.ff-field-col textarea:active,body.book-tour-events form#form1 div.ff-group-row div.ff-field-col textarea:focus,body.book-tour-events form#form1 div.ff-group-row div.ff-field-col textarea:hover {
  border-color: #631da0;
}

body.book-tour-events form#form1 div.ff-group-row div.ff-field-col input.ff-input-type-invalid,body.book-tour-events form#form1 div.ff-group-row div.ff-field-col select.ff-input-type-invalid,body.book-tour-events form#form1 div.ff-group-row div.ff-field-col textarea.ff-input-type-invalid {
  border-color: #f44336!important;
  border-style: solid!important;
  border-width: 2px!important;
}

body.book-tour-events form#form1 div.ff-group-row div.ff-field-col input[name='Account.Speaker_Engagement_Request__c.A.Estimated_Number_of_Event_Attendees__c'] {
  height: 100px;
}

body.book-tour-events form#form1 div.ff-group-row div.ff-field-col textarea {
  min-height: 200px;
}

body.book-tour-events form#form1 div.ff-group-row div.ff-field-col select {
  background-color: #fff;
  border-radius: 0;
  height: 51px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

body.book-tour-events form#form1 div.ff-group-row div.ff-field-col select.ff-multipicklist {
  height: 100px;
}

body.book-tour-events form#form1 div.btnDiv {
  text-align: left;
  margin-top: 20px;
}

body.book-tour-events form#form1 div.btnDiv input {
  color: #631da0;
  outline: 0;
  padding: 10px 30px;
  border: solid 1px #631da0;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

body.book-tour-events form#form1 div.btnDiv input:hover {
  background-color: #631da0;
  color: #fff;
}

body.cyw-aceq form#form1 {
  margin-bottom: 50px;
}

body.cyw-aceq form#form1 .ff-section-header {
  font-size: 32px;
  letter-spacing: -1.28px;
  color: #333;
}

body.cyw-aceq form#form1 .ff-group-row.group-2 label,body.cyw-aceq form#form1 .ff-group-row.group-3 label,body.cyw-aceq form#form1 .ff-group-row.group-4 label,body.cyw-aceq form#form1 .ff-group-row.group-5 label,body.cyw-aceq form#form1 .ff-group-row.group-6 label {
  font-size: 16px;
}

body.cyw-aceq form#form1 .ff-group-row.group-4 .ff-item-row,body.cyw-aceq form#form1 .ff-group-row.group-5 .ff-item-row,body.cyw-aceq form#form1 .ff-group-row.group-6 .ff-item-row {
  margin-bottom: 0;
}

body.cyw-aceq form#form1 .ff-group-row.group-3 .ff-item-row {
  margin-bottom: 10px;
}

body.cyw-aceq form#form1 .ff-group-row.group-3 label {
  font-size: 16px;
  font-weight: 600;
}

body.cyw-aceq form#form1 div.ff-form-main {
  width: 100%;
  max-width: 100%;
  padding: 40px 5%;
}

body.cyw-aceq form#form1 div.ff-form-main .ff-invalid-msg {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #631da0;
}

body.cyw-aceq form#form1 div.ff-group-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none;
  background-color: #fff;
  max-width: 100%;
}

body.cyw-aceq form#form1 div.ff-group-row .ff-item-row {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

body.cyw-aceq form#form1 div.ff-group-row .ff-item-row:first-child {
  width: 100%;
}

body.cyw-aceq form#form1 div.ff-group-row .ff-item-row:nth-child(2) {
  width: 70%;
}

body.cyw-aceq form#form1 div.ff-group-row div.ff-field-col,body.cyw-aceq form#form1 div.ff-group-row div.ff-label-col {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

body.cyw-aceq form#form1 div.ff-group-row div.ff-label-col {
  margin-bottom: 5px;
}

body.cyw-aceq form#form1 div.ff-group-row div.ff-label-col label {
  line-height: 23px;
  font-size: 16px;
  color: #333;
}

body.cyw-aceq form#form1 div.ff-group-row div.ff-field-col input,body.cyw-aceq form#form1 div.ff-group-row div.ff-field-col select,body.cyw-aceq form#form1 div.ff-group-row div.ff-field-col textarea {
  border: 2px solid #ddd;
  padding: 15px 10px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  outline: 0;
}

body.cyw-aceq form#form1 div.ff-group-row div.ff-field-col input:active,body.cyw-aceq form#form1 div.ff-group-row div.ff-field-col input:focus,body.cyw-aceq form#form1 div.ff-group-row div.ff-field-col input:hover,body.cyw-aceq form#form1 div.ff-group-row div.ff-field-col select:active,body.cyw-aceq form#form1 div.ff-group-row div.ff-field-col select:focus,body.cyw-aceq form#form1 div.ff-group-row div.ff-field-col select:hover,body.cyw-aceq form#form1 div.ff-group-row div.ff-field-col textarea:active,body.cyw-aceq form#form1 div.ff-group-row div.ff-field-col textarea:focus,body.cyw-aceq form#form1 div.ff-group-row div.ff-field-col textarea:hover {
  border-color: #631da0;
}

body.cyw-aceq form#form1 div.ff-group-row div.ff-field-col input.ff-input-type-invalid,body.cyw-aceq form#form1 div.ff-group-row div.ff-field-col select.ff-input-type-invalid,body.cyw-aceq form#form1 div.ff-group-row div.ff-field-col textarea.ff-input-type-invalid {
  border-color: #f44336!important;
  border-style: solid!important;
  border-width: 2px!important;
}

body.cyw-aceq form#form1 div.ff-group-row div.ff-field-col input[name='Account.Speaker_Engagement_Request__c.A.Estimated_Number_of_Event_Attendees__c'] {
  height: 100px;
}

body.cyw-aceq form#form1 div.ff-group-row div.ff-field-col textarea {
  min-height: 200px;
}

body.cyw-aceq form#form1 div.ff-group-row div.ff-field-col select {
  background-color: #fff;
  border-radius: 0;
  height: 51px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

body.cyw-aceq form#form1 div.ff-group-row div.ff-field-col select.ff-multipicklist {
  height: 100px;
}

body.cyw-aceq form#form1 div.btnDiv {
  text-align: left;
  margin-top: 20px;
}

body.cyw-aceq form#form1 div.btnDiv input {
  color: #631da0;
  outline: 0;
  padding: 10px 30px;
  border: solid 1px #631da0;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  background-color: #fff;
}

body.cyw-aceq form#form1 div.btnDiv input:hover {
  background-color: #631da0;
  color: #fff;
}

div#contact-form-wrap form#form1 {
  margin-bottom: 50px;
}

div#contact-form-wrap form#form1 .ff-section-header {
  font-size: 32px;
  letter-spacing: -1.28px;
  color: #333;
}

div#contact-form-wrap form#form1 .ff-group-row.group-2 label,div#contact-form-wrap form#form1 .ff-group-row.group-3 label,div#contact-form-wrap form#form1 .ff-group-row.group-4 label,div#contact-form-wrap form#form1 .ff-group-row.group-5 label,div#contact-form-wrap form#form1 .ff-group-row.group-6 label {
  font-size: 16px;
}

div#contact-form-wrap form#form1 .ff-group-row.group-4 .ff-item-row,div#contact-form-wrap form#form1 .ff-group-row.group-5 .ff-item-row,div#contact-form-wrap form#form1 .ff-group-row.group-6 .ff-item-row {
  margin-bottom: 0;
}

div#contact-form-wrap form#form1 .ff-group-row.group-3 .ff-item-row {
  margin-bottom: 10px;
}

div#contact-form-wrap form#form1 .ff-group-row.group-3 label {
  font-size: 16px;
  font-weight: 600;
}

div#contact-form-wrap form#form1 div.ff-form-main {
  width: 100%;
  max-width: 100%;
  padding: 10px 20px;
}

div#contact-form-wrap form#form1 div.ff-form-main .ff-invalid-msg {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #631da0;
}

div#contact-form-wrap form#form1 div.ff-group-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: none;
  background-color: #fff;
  max-width: 100%;
}

div#contact-form-wrap form#form1 div.ff-group-row .ff-item-row {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

div#contact-form-wrap form#form1 div.ff-group-row .ff-item-row:first-child {
  width: 100%;
}

div#contact-form-wrap form#form1 div.ff-group-row .ff-item-row:nth-child(12),div#contact-form-wrap form#form1 div.ff-group-row .ff-item-row:nth-child(13),div#contact-form-wrap form#form1 div.ff-group-row .ff-item-row:nth-child(7),div#contact-form-wrap form#form1 div.ff-group-row .ff-item-row:nth-child(8),div#contact-form-wrap form#form1 div.ff-group-row .ff-item-row:nth-child(9) {
  width: 100%;
}

div#contact-form-wrap form#form1 div.ff-group-row .ff-item-row:nth-child(9) textarea {
  min-height: 0;
  height: 53px;
}

div#contact-form-wrap form#form1 div.ff-group-row div.ff-field-col,div#contact-form-wrap form#form1 div.ff-group-row div.ff-label-col {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

div#contact-form-wrap form#form1 div.ff-group-row div.ff-label-col {
  margin-bottom: 5px;
}

div#contact-form-wrap form#form1 div.ff-group-row div.ff-label-col label {
  line-height: 23px;
  font-size: 16px;
  color: #333;
}

div#contact-form-wrap form#form1 div.ff-group-row div.ff-field-col input,div#contact-form-wrap form#form1 div.ff-group-row div.ff-field-col select,div#contact-form-wrap form#form1 div.ff-group-row div.ff-field-col textarea {
  border: 2px solid #ddd;
  padding: 15px 10px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  outline: 0;
}

div#contact-form-wrap form#form1 div.ff-group-row div.ff-field-col input:active,div#contact-form-wrap form#form1 div.ff-group-row div.ff-field-col input:focus,div#contact-form-wrap form#form1 div.ff-group-row div.ff-field-col input:hover,div#contact-form-wrap form#form1 div.ff-group-row div.ff-field-col select:active,div#contact-form-wrap form#form1 div.ff-group-row div.ff-field-col select:focus,div#contact-form-wrap form#form1 div.ff-group-row div.ff-field-col select:hover,div#contact-form-wrap form#form1 div.ff-group-row div.ff-field-col textarea:active,div#contact-form-wrap form#form1 div.ff-group-row div.ff-field-col textarea:focus,div#contact-form-wrap form#form1 div.ff-group-row div.ff-field-col textarea:hover {
  border-color: #631da0;
}

div#contact-form-wrap form#form1 div.ff-group-row div.ff-field-col input.ff-input-type-invalid,div#contact-form-wrap form#form1 div.ff-group-row div.ff-field-col select.ff-input-type-invalid,div#contact-form-wrap form#form1 div.ff-group-row div.ff-field-col textarea.ff-input-type-invalid {
  border-color: #f44336!important;
  border-style: solid!important;
  border-width: 2px!important;
}

div#contact-form-wrap form#form1 div.ff-group-row div.ff-field-col input[name='Account.Speaker_Engagement_Request__c.A.Estimated_Number_of_Event_Attendees__c'] {
  height: 100px;
}

div#contact-form-wrap form#form1 div.ff-group-row div.ff-field-col textarea {
  min-height: 200px;
}

div#contact-form-wrap form#form1 div.ff-group-row div.ff-field-col select {
  background-color: #fff;
  border-radius: 0;
  height: 51px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

div#contact-form-wrap form#form1 div.ff-group-row div.ff-field-col select.ff-multipicklist {
  height: 100px;
}

div#contact-form-wrap form#form1 div.btnDiv {
  text-align: left;
  margin-top: 20px;
}

div#contact-form-wrap form#form1 div.btnDiv input {
  color: #631da0;
  outline: 0;
  padding: 10px 30px;
  border: solid 1px #631da0;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  background-color: #fff;
}

div#contact-form-wrap form#form1 div.btnDiv input:hover {
  background-color: #631da0;
  color: #fff;
}

.modal-bg {
  display: none;
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.75);
}

.modal-close {
  position: absolute;
  z-index: 9999;
  top: 25px;
  right: 25px;
  padding: 25px;
  color: #fff;
  cursor: pointer;
}

.modal-video {
  z-index: 99999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.iframe-wrap,.modal-video {
  margin: 0 auto;
  padding-bottom: 43.25%;
  padding-top: 25px;
  height: 0;
  width: 80%;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.iframe-wrap iframe,.modal-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gradient.purple {
  background: -webkit-linear-gradient(330deg,#b12aca 0,#4f1f78 100%);
  background: linear-gradient(120deg,#b12aca 0,#4f1f78 100%);
}

.gradient.purple.reverse {
  background: -webkit-linear-gradient(330deg,#4f1f78 0,#b12aca 100%);
  background: linear-gradient(120deg,#4f1f78 0,#b12aca 100%);
}

.gradient.purple.verticle {
  background: -webkit-linear-gradient(top,#4f1f78 0,#b12aca 100%);
  background: linear-gradient(180deg,#4f1f78 0,#b12aca 100%);
}

.gradient.purple2 {
  background: -webkit-linear-gradient(330deg,#8f19a8 0,#6335aa 100%);
  background: linear-gradient(120deg,#8f19a8 0,#6335aa 100%);
}

.gradient.purple2.reverse {
  background: -webkit-linear-gradient(330deg,#6335aa 0,#8f19a8 100%);
  background: linear-gradient(120deg,#6335aa 0,#8f19a8 100%);
}

.gradient.purple2.verticle {
  background: -webkit-linear-gradient(top,#6335aa 0,#8f19a8 100%);
  background: linear-gradient(180deg,#6335aa 0,#8f19a8 100%);
}

.gradient.purple-dark {
  background: -webkit-linear-gradient(330deg,#351256 0,#240d3a 100%);
  background: linear-gradient(120deg,#351256 0,#240d3a 100%);
}

.gradient.blue {
  background: -webkit-linear-gradient(330deg,#24a1c9 0,#32c9e8 100%);
  background: linear-gradient(120deg,#24a1c9 0,#32c9e8 100%);
}

.gradient.blue.reverse {
  background: -webkit-linear-gradient(330deg,#32c9e8 0,#24a1c9 100%);
  background: linear-gradient(120deg,#32c9e8 0,#24a1c9 100%);
}

.gradient.orange {
  background: -webkit-linear-gradient(330deg,#fc9924 0,#fb7a06 100%);
  background: linear-gradient(120deg,#fc9924 0,#fb7a06 100%);
}

.gradient.orange.reverse {
  background: -webkit-linear-gradient(330deg,#fb7a06 0,#fc9924 100%);
  background: linear-gradient(120deg,#fb7a06 0,#fc9924 100%);
}

.gradient.mint {
  background: -webkit-linear-gradient(330deg,#49c4a8 0,#49c0b9 100%);
  background: linear-gradient(120deg,#49c4a8 0,#49c0b9 100%);
}

.gradient.mint.reverse {
  background: -webkit-linear-gradient(330deg,#49c0b9 0,#49c4a8 100%);
  background: linear-gradient(120deg,#49c0b9 0,#49c4a8 100%);
}

.gradient.text {
  padding: 25px 30px;
}

.gradient.text * {
  margin: 0;
  color: #fff;
}

.gradient.text.right {
  text-align: right;
}

div.top-book-cta {
  display: block;
  position: relative;
  padding: 0 5%;
  max-height: 330px;
  background: -webkit-linear-gradient(bottom,#e7e7e7 0,#fff 100%);
  background: linear-gradient(to top,#e7e7e7 0,#fff 100%);
  border-bottom: 2px solid #dedede;
  overflow: hidden;
  z-index: 100;
  -webkit-transition: max-height .5s cubic-bezier(.645,.045,.355,1),border 350ms;
  transition: max-height .5s cubic-bezier(.645,.045,.355,1),border 350ms;
}

@media (max-width:767px) {
  div.top-book-cta {
    max-height: 500px;
  }
}

div.top-book-cta.is-hidden {
  max-height: 0;
  border-bottom: 0 solid #dedede;
}

div.book-cta {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
  padding: 30px 0;
}

@media (max-width:767px) {
  div.book-cta {
    padding-bottom: 35px;
  }
}

div.book-cta a {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

div.book-cta a:hover .btn {
  background-color: #fff;
  color: #4abfa7;
}

@media (max-width:767px) {
  div.book-cta a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: left;
    -ms-flex-align: left;
    align-items: left;
  }
}

div.book-cta h4 {
  font-size: -webkit-calc(20px + 10 * ((100vw - 420px)/ 604));
  font-size: calc(20px + 10 * ((100vw - 420px)/ 604));
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width:420px) {
  div.book-cta h4 {
    font-size: 20px;
  }
}

@media screen and (min-width:1024px) {
  div.book-cta h4 {
    font-size: 30px;
  }
}

div.book-cta article {
  padding-right: 30px;
  width: 60%;
  border-right: solid 1px rgba(255,255,255,.5);
}

@media (max-width:767px) {
  div.book-cta article {
    padding-top: 25px;
    width: 100%;
    border-right: none;
  }
}

div.book-cta img {
  width: 40%;
  padding-left: 30px;
}

@media (max-width:767px) {
  div.book-cta img {
    padding-left: 0;
    width: 80%;
  }
}

div.book-cta p {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 20px;
}

@media (max-width:767px) {
  div.book-cta p {
    margin-bottom: 25px;
  }
}

div.book-cta-close {
  position: absolute;
  top: 28px;
  right: 0;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

@media (max-width:959px) {
  div.book-cta-close {
    right: -42px;
  }
}

@media (max-width:767px) {
  div.book-cta-close {
    right: 0;
  }
}

div.book-cta-close:hover svg {
  width: 55%;
}

div.book-cta-close svg {
  width: 65%;
  stroke: #4f1f78;
  -webkit-transition: width 250ms;
  transition: width 250ms;
}

div.tabs-wrap {
  position: relative;
  background: #fff;
  box-shadow: 0 30px 30px rgba(0,0,0,.05);
  z-index: 3;
}

ul.tabs-nav {
  margin: 0;
  padding: 0;
}

ul.tabs-nav li {
  float: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (max-width:767px) {
  ul.tabs-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

ul.tabs-nav li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px;
  background: rgba(212,236,236,.9);
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -.045em;
  color: #1c9998;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background 250ms,color 250ms,border-color 250ms;
  transition: background 250ms,color 250ms,border-color 250ms;
}

@media (min-width:768px) {
  ul.tabs-nav li {
    border-right: 1px solid rgba(0,0,0,.05);
  }
}

@media (max-width:767px) {
  ul.tabs-nav li {
    padding: 25px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid rgba(0,0,0,.05);
  }
}

ul.tabs-nav li:hover {
  background: #c9e7e7;
}

ul.tabs-nav li.is-active {
  background: #fff;
  color: #6605cb;
}

div.tabs-block {
  display: none;
  text-align: left;
}

div.tabs-block.is-active {
  display: block;
}

div.tabs-block-content {
  padding: 35px 5% 75px;
}

@media (max-width:959px) {
  div.tabs-block-content {
    padding-bottom: 35px;
  }
}

@media (min-width:768px) {
  div.tabs-block-content.contact-us {
    padding-left: -webkit-calc(5% - 20px);
    padding-left: calc(5% - 20px);
  }
}

@media (max-width:767px) {
  div.tabs-block-content.contact-us {
    padding: 35px 0;
  }
}

div.tabs-block-content p {
  margin: 0;
}

div.tabs-block-content p:not(:last-child) {
  margin-bottom: 15px;
}

div.tabs-block-content p.big {
  margin-bottom: 15px;
}

div.tabs-block-content .contact-bottom-copy {
  padding-top: 25px;
}

@media (max-width:959px) {
  div.donate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

div.donate div.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 30px;
}

@media (max-width:960px) {
  div.donate div.top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

div.once-monthly-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45%;
}

@media (max-width:960px) {
  div.once-monthly-container {
    width: 100%;
  }
}

@media (max-width:640px) {
  div.once-monthly-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

div.once-monthly-container div {
  background-color: #f3f3f3;
  padding: 20px 35px 20px 20px;
}

@media (max-width:960px) {
  div.once-monthly-container div {
    width: 50%;
  }
}

@media (max-width:640px) {
  div.once-monthly-container div {
    width: 100%;
  }
}

div.once-monthly-container div:first-child {
  border-right: solid 1px #ddd;
}

@media (max-width:640px) {
  div.once-monthly-container div:first-child {
    border-right: 0;
    border-bottom: solid 1px #ddd;
  }
}

div.once-monthly-container label {
  color: #646464;
  padding-left: 15px;
}

div.once-monthly-container.reverse {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

div.cta-donate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 55%;
  text-align: right;
}

@media (max-width:960px) {
  div.cta-donate {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 15px;
  }
}

div.cta-donate a {
  color: #631da0;
}

div.cta-donate.reverse {
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

div.donate-form-top {
  padding-bottom: 25px;
}

div.donate-form-top input {
  margin-left: 30px;
}

div.donate-form-top label {
  margin-left: 10px;
}

div.donate-form-top span {
  position: relative;
  left: 12px;
}

div.donate-amount {
  width: 100%;
  padding-bottom: 30px;
  display: none;
}

div.donate-amount.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div.donate-amount ul {
  width: 100%;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

@media (max-width:960px) {
  div.donate-amount ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

div.donate-amount li {
  width: 11%;
  padding: 10px 20px;
  border: solid 2px #631da0;
  -webkit-transition: .35s;
  transition: .35s;
  cursor: pointer;
}

@media (max-width:960px) {
  div.donate-amount li {
    width: -webkit-calc((100% / 3) - 6px);
    width: calc((100% / 3) - 6px);
    margin-right: 9px;
    margin-bottom: 10px;
  }
}

@media (max-width:640px) {
  div.donate-amount li {
    width: -webkit-calc((100% / 2) - 5px);
    width: calc((100% / 2) - 5px);
    margin-right: 5px;
  }
}

div.donate-amount li:not(.li-input).is-active {
  background: #631da0;
}

div.donate-amount li:not(.li-input).is-active p {
  color: #fff;
}

div.donate-amount li:not(.li-input) p:before {
  content: '$';
}

div.donate-amount li.li-input.is-active {
  border: 0;
  background: #631da0;
  box-shadow: inset 0 0 0 2px #631da0;
}

div.donate-amount li.li-input.is-active * {
  color: #fff;
}

div.donate-amount li.li-input.is-active ::-webkit-input-placeholder {
  color: #fff;
}

div.donate-amount li.li-input.is-active ::-moz-placeholder {
  color: #fff;
}

div.donate-amount li.li-input.is-active :-ms-input-placeholder {
  color: #fff;
}

div.donate-amount li.li-input.is-active :-moz-placeholder {
  color: #fff;
}

div.donate-amount li.li-input.is-active input {
  background: #631da0;
  color: #fff;
  font-weight: 600;
}

div.donate-amount li.li-input.is-active.invalid {
  border: 0;
  background: #ffc1bb;
  box-shadow: inset 0 0 0 2px #f44336;
}

div.donate-amount li.li-input.is-active.invalid input {
  background: #ffc1bb;
}

div.donate-amount li p {
  color: #631da0;
  text-align: center;
  -webkit-transition: .35s;
  transition: .35s;
}

@media (max-width:640px) {
  div.donate-amount li:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (max-width:960px) {
  div.donate-amount li:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (max-width:640px) {
  div.donate-amount li:nth-of-type(3n) {
    margin-right: 5px;
  }
}

@media (max-width:640px) {
  div.donate-amount li:nth-of-type(5) {
    width: 100%;
    margin-right: 0;
  }
}

div.donate-amount li:last-child {
  width: 40%;
  box-shadow: inset 0 0 0 2px #631da0;
  border: 0;
}

@media (max-width:960px) {
  div.donate-amount li:last-child {
    width: -webkit-calc((100% / 3) - 6px);
    width: calc((100% / 3) - 6px);
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width:640px) {
  div.donate-amount li:last-child {
    width: 100%;
    margin-right: 0;
  }
}

div.donate-amount li:last-child p {
  color: #ccc;
  text-align: left;
}

div.donate-amount li:last-child span {
  color: #666;
  font-weight: 900;
  margin-right: 5px;
}

div.donate-amount li:last-child input {
  -webkit-transition: .35s;
  transition: .35s;
}

div.donate-amount input.input-donate-amount {
  font-weight: 400;
  border: none;
  color: #646464;
  width: -webkit-calc(100% - 22px);
  width: calc(100% - 22px);
}

div.donate-amount input.input-donate-amount:focus {
  outline: 0;
}

.donate-recurring-amount {
  width: 100%;
  padding-bottom: 30px;
  display: none;
}

.donate-recurring-amount.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.donate-recurring-amount ul {
  width: 100%;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

@media (max-width:960px) {
  .donate-recurring-amount ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.donate-recurring-amount li {
  width: 100px;
  padding: 10px 20px;
  border: solid 2px #631da0;
  -webkit-transition: .35s;
  transition: .35s;
  cursor: pointer;
}

@media (max-width:960px) {
  .donate-recurring-amount li {
    width: -webkit-calc((100% / 3) - 6px);
    width: calc((100% / 3) - 6px);
    margin-bottom: 10px;
  }
}

@media (max-width:640px) {
  .donate-recurring-amount li {
    width: -webkit-calc((100% / 2) - 5px);
    width: calc((100% / 2) - 5px);
    margin-right: 5px;
  }
}

.donate-recurring-amount li:not(.li-input).is-active {
  background: #631da0;
}

.donate-recurring-amount li:not(.li-input).is-active p {
  color: #fff;
}

.donate-recurring-amount li:not(.li-input) p:before {
  content: '$';
}

.donate-recurring-amount li p {
  color: #631da0;
  text-align: center;
  -webkit-transition: .35s;
  transition: .35s;
}

.donate-recurring-amount li.li-input.is-active {
  border: 0;
  background: #631da0;
  box-shadow: inset 0 0 0 2px #631da0;
}

.donate-recurring-amount li.li-input.is-active * {
  color: #fff;
}

.donate-recurring-amount li.li-input.is-active ::-webkit-input-placeholder {
  color: #fff;
}

.donate-recurring-amount li.li-input.is-active ::-moz-placeholder {
  color: #fff;
}

.donate-recurring-amount li.li-input.is-active :-ms-input-placeholder {
  color: #fff;
}

.donate-recurring-amount li.li-input.is-active :-moz-placeholder {
  color: #fff;
}

.donate-recurring-amount li.li-input.is-active input {
  background: #631da0;
  color: #fff;
  font-weight: 600;
}

.donate-recurring-amount li.li-input.is-active.invalid {
  border: 0;
  background: #ffc1bb;
  box-shadow: inset 0 0 0 2px #f44336;
}

.donate-recurring-amount li.li-input.is-active.invalid input {
  background: #ffc1bb;
}

@media (max-width:640px) {
  .donate-recurring-amount li:nth-of-type(5) {
    width: 100%;
    margin-right: 0;
  }
}

.donate-recurring-amount li:last-child {
  width: -webkit-calc(100% - 550px);
  width: calc(100% - 550px);
  box-shadow: inset 0 0 0 2px #631da0;
  border: 0;
}

@media (max-width:960px) {
  .donate-recurring-amount li:last-child {
    width: -webkit-calc((100% / 3) - 6px);
    width: calc((100% / 3) - 6px);
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width:640px) {
  .donate-recurring-amount li:last-child {
    width: 100%;
    margin-right: 0;
  }
}

.donate-recurring-amount li:last-child p {
  color: #ccc;
  text-align: left;
}

.donate-recurring-amount li:last-child span {
  color: #666;
  font-weight: 900;
  margin-right: 5px;
}

.donate-recurring-amount li:last-child input {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  -webkit-transition: .35s;
  transition: .35s;
}

.donate-recurring-amount input.input-donate-amount {
  font-weight: 400;
  border: none;
  color: #646464;
  width: -webkit-calc(100% - 22px);
  width: calc(100% - 22px);
}

.donate-recurring-amount input.input-donate-amount:focus {
  outline: 0;
}

#donate-form .fakecardnum {
  font-size: 12px;
  color: #707f8c;
}

#donate-form .form-row {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#donate-form .card-element {
  width: 100%;
  padding: 10px 20px;
  border: solid 2px #ddd;
  -webkit-transition: .35s;
  transition: .35s;
}

#donate-form .card-errors {
  color: #f44336;
  font-size: 14px;
  padding: 5px 0;
}

#donate-form .billing-address-wrap {
  display: none;
}

#donate-form .address-split-3 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#donate-form .address-split-3 .input-wrap {
  width: -webkit-calc(100% / 3 - .8%);
  width: calc(100% / 3 - .8%);
}

@media (max-width:640px) {
  #donate-form .address-split-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #donate-form .address-split-3 .input-wrap {
    width: -webkit-calc(100% / 2 - .8%);
    width: calc(100% / 2 - .8%);
  }

  #donate-form .address-split-3 .input-wrap:first-child {
    width: 100%;
  }
}

#donate-form button.submit-button.btn {
  font-size: 14px;
  width: 100%;
  max-width: 250px;
  padding: 17px;
  display: table;
}

#donate-form .StripeElement--focus {
  border-color: #631da0;
}

#donate-form .StripeElement--invalid,#donate-form .input-wrap.invalid input {
  border-color: #f44336;
}

#donate-form .donor-name-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width:640px) {
  #donate-form .donor-name-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#donate-form .donor-name-row .input-wrap {
  width: 49%;
}

@media (max-width:640px) {
  #donate-form .donor-name-row .input-wrap {
    width: 100%;
  }
}

div.dedicate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

div.dedicate-wrap input {
  height: 15px;
  width: 15px;
  border-radius: 0;
}

div.dedicate-wrap label {
  color: #333;
  padding-left: 10px;
  font-size: 18px;
}

div.donate-why {
  width: 100%;
  margin: 15px 0;
}

div.donate-why textarea {
  width: 100%;
  min-height: 200px;
  padding: 15px;
  font-size: 18px;
  border: solid 2px #c4c4c4;
}

.dedicate-input-wrap {
  margin-top: 15px;
  display: none;
}

#donation-info-salesforce {
  display: none;
}

@media (max-width:640px) {
  .ff-item-row {
    width: 100%!important;
  }
}

section.short-hero {
  position: relative;
  padding: 65px 5%;
  text-align: center;
}

section.short-hero figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  mix-blend-mode: multiply;
}

section.short-hero article {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  z-index: 2;
}

section.short-hero h6 {
  color: rgba(255,255,255,.7);
  margin-bottom: 20px;
}

section.short-hero h1 {
  font-size: -webkit-calc(32px + 8 * ((100vw - 420px)/ 604));
  font-size: calc(32px + 8 * ((100vw - 420px)/ 604));
  line-height: 47px;
  color: #fff;
}

@media screen and (max-width:420px) {
  section.short-hero h1 {
    font-size: 32px;
  }
}

@media screen and (min-width:1024px) {
  section.short-hero h1 {
    font-size: 40px;
  }
}

section.short-hero-stack {
  position: relative;
  padding: 207px 0 0;
}

@media (max-width:640px) {
  section.short-hero-stack {
    padding: 227px 0 0;
  }
}

section.short-hero-stack figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 338px;
}

section.short-hero-stack article {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 50px 15% 50px 9%;
}

@media (max-width:768px) {
  section.short-hero-stack article {
    padding: 40px 8% 25px 5%;
  }
}

@media (max-width:640px) {
  section.short-hero-stack article {
    padding: 40px 10% 25px 5%;
  }
}

section.short-hero-stack .bg-color {
  position: absolute;
  top: 207px;
  left: 0;
  width: 93%;
  height: -webkit-calc(100% - 207px);
  height: calc(100% - 207px);
  mix-blend-mode: multiply;
}

@media (max-width:768px) {
  section.short-hero-stack .bg-color {
    width: 95%;
  }
}

@media (max-width:640px) {
  section.short-hero-stack .bg-color {
    top: 227px;
    height: -webkit-calc(100% - 227px);
    height: calc(100% - 227px);
  }
}

section.short-hero-stack h6 {
  position: relative;
  color: rgba(255,255,255,.7);
  margin-bottom: 20px;
}

section.short-hero-stack h1 {
  font-size: -webkit-calc(28px + 24 * ((100vw - 720px)/ 304));
  font-size: calc(28px + 24 * ((100vw - 720px)/ 304));
  position: relative;
  line-height: 1.1em;
  color: #fff;
  font-weight: 500;
}

@media screen and (max-width:720px) {
  section.short-hero-stack h1 {
    font-size: 28px;
  }
}

@media screen and (min-width:1024px) {
  section.short-hero-stack h1 {
    font-size: 52px;
  }
}

.hero-intro .wrap {
  padding: 50px 0;
}

.hero-intro p {
  font-size: -webkit-calc(16px + 2 * ((100vw - 420px)/ 604));
  font-size: calc(16px + 2 * ((100vw - 420px)/ 604));
}

@media screen and (max-width:420px) {
  .hero-intro p {
    font-size: 16px;
  }
}

@media screen and (min-width:1024px) {
  .hero-intro p {
    font-size: 18px;
  }
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0,0,0,.5);
  z-index: 99999;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s,visibility .25s;
  transition: opacity .25s,visibility .25s;
}

.video-modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}

.video-modal.is-active .video-container {
  margin-top: 0;
  opacity: 1;
}

.video-modal .video-container {
  width: 90%;
  height: initial;
  max-width: 1024px;
  position: relative;
  margin-top: 70px;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
}

.video-modal .video-container:before {
  content: '';
  display: block;
  height: 0;
  padding-top: 57%;
}

.video-modal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-modal .close-btn {
  position: absolute;
  width: 40px;
  height: 40px;
  top: -40px;
  right: 0;
  cursor: pointer;
}

.video-modal .close-btn:after,.video-modal .close-btn:before {
  content: '';
  width: 3px;
  height: 30px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  border-radius: 2px;
}

.video-modal .close-btn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.video-modal .close-btn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.video-modal-trigger {
  cursor: pointer;
}

.video-modal-trigger:hover .video-play-button {
  background: rgba(0,0,0,.8);
}

.video-play-button {
  width: 100px;
  height: 100px;
  background: rgba(0,0,0,.5);
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  -webkit-transition: background .4s;
  transition: background .4s;
}

.video-play-button .btn-inner-circle {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 90%;
  height: 90%;
  border: 4px solid #fff;
  border-radius: 50%;
}

.video-play-button .play-triangle {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #fff;
  margin-left: 5%;
}

section.abt-hero {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

div.abt-top {
  position: relative;
  min-height: 165px;
  text-align: center;
}

div.abt-top-nav {
  position: absolute;
  width: 100%;
  bottom: 27px;
  left: 0;
}

div.abt-quote {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 50px 5%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 350ms,visibility 350ms;
  transition: opacity 350ms,visibility 350ms;
}

div.abt-quote h2,div.abt-quote p {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 350ms,-webkit-transform .5s ease;
  transition: opacity 350ms,-webkit-transform .5s ease;
  transition: opacity 350ms,transform .5s ease;
  transition: opacity 350ms,transform .5s ease,-webkit-transform .5s ease;
}

div.abt-quote h2 {
  font-size: 1.875rem;
  font-weight: 400;
  color: #fff;
}

div.abt-quote p {
  font-size: .5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
}

div.abt-quote.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

div.abt-quote.is-active h2,div.abt-quote.is-active p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

div.abt-quote.is-active h2 {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}

div.abt-quote.is-active p {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}

div.abt-nav-dot {
  width: 7px;
  height: 7px;
  background: rgba(0,0,0,.2);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background 350ms;
  transition: background 350ms;
}

div.abt-nav-dot:not(:last-child) {
  margin-right: 7px;
}

div.abt-nav-dot.is-active {
  background: rgba(255,255,255,.35);
}

div.abt-nav-wrap {
  padding: 0 5%;
}

div.abt-nav {
  max-width: 1165px;
  margin: 0 auto;
}

@media (max-width:767px) {
  div.abt-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

div.abt-nav a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding: 20px 20px 20px 25px;
  font-size: 1rem;
  font-weight: 500;
  color: #13aaff;
  -webkit-transition: color 350ms;
  transition: color 350ms;
}

div.abt-nav a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(255,255,255,.1);
  z-index: 2;
}

div.abt-nav a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #165c9e;
  z-index: 1;
  mix-blend-mode: multiply;
  -webkit-transition: background 350ms;
  transition: background 350ms;
}

div.abt-nav a:hover {
  color: #fff;
}

div.abt-nav a:hover::after {
  background: #0e4273;
}

div.abt-nav a.is-active {
  color: #238bc5;
}

div.abt-nav a.is-active::after {
  mix-blend-mode: normal;
  background: #fff;
}

div.abt-nav span {
  position: relative;
  z-index: 2;
}

.tdw-container {
  padding: 0 5%;
}

.tdw-content {
  max-width: 1165px;
  margin: 0 auto 15px;
  background: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  box-shadow: 0 15px 250px rgba(0,0,0,.08);
}

.tdw-content-inner {
  margin-bottom: 35px;
  padding: 60px 5% 50px;
}

@media (max-width:959px) {
  .tdw-content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.tdw-bottom-next {
  border-top: 2px dashed #ddd;
  padding: 40px 5%;
}

.tdw-bottom-next h6 {
  font-size: -webkit-calc(13px + 5 * ((100vw - 420px)/ 604));
  font-size: calc(13px + 5 * ((100vw - 420px)/ 604));
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #999;
}

@media screen and (max-width:420px) {
  .tdw-bottom-next h6 {
    font-size: 13px;
  }
}

@media screen and (min-width:1024px) {
  .tdw-bottom-next h6 {
    font-size: 18px;
  }
}

.tdw-bottom-next a {
  font-size: -webkit-calc(20px + 8 * ((100vw - 420px)/ 604));
  font-size: calc(20px + 8 * ((100vw - 420px)/ 604));
  font-weight: 500;
  color: #238bc5;
  -webkit-transition: .35s;
  transition: .35s;
}

@media screen and (max-width:420px) {
  .tdw-bottom-next a {
    font-size: 20px;
  }
}

@media screen and (min-width:1024px) {
  .tdw-bottom-next a {
    font-size: 28px;
  }
}

.tdw-bottom-next a:hover {
  color: #49c4a8;
}

.tdw-bottom-next a:hover path {
  fill: #49c4a8;
}

.tdw-bottom-next .arrow {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 8px;
}

.tdw-bottom-next .arrow path {
  -webkit-transition: .35s;
  transition: .35s;
}

div.bse-form-intro {
  padding: 40px 5% 0;
}

div.bse-form-intro p {
  font-size: 16px;
  max-width: 800px;
}

.member-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  padding-top: 50px;
  background: rgba(0,0,0,.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .25s;
  transition: .25s;
}

.member-modal.is-active {
  opacity: 1;
  visibility: visible;
  overflow: auto;
}

.member-modal.is-active .content-container {
  opacity: 1;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

.member-modal .content-container {
  position: absolute;
  left: 0;
  right: 0;
  max-width: 800px;
  width: 95%;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.6);
  padding: 0 60px 60px;
  margin: 50px auto;
  opacity: 0;
  -webkit-transition: .35s;
  transition: .35s;
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
}

@media (max-width:1024px) {
  .member-modal .content-container {
    margin: 0 auto 50px;
  }
}

@media (max-width:640px) {
  .member-modal .content-container {
    padding: 0 25px 70px;
  }
}

.member-modal .top-wrap {
  margin-top: -60px;
  margin-bottom: 40px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width:1024px) {
  .member-modal .top-wrap {
    margin-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width:640px) {
  .member-modal .top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.member-modal figure {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #ddd;
  border: 8px solid #fff;
  background-size: 130%;
}

.member-modal .title-cell {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 100px;
  padding-left: 40px;
}

@media (max-width:1024px) {
  .member-modal .title-cell {
    padding-top: 10px;
  }
}

@media (max-width:640px) {
  .member-modal .title-cell {
    padding-left: 0;
  }
}

.member-modal .title-cell h5 {
  font-size: -webkit-calc(27px + 5 * ((100vw - 420px)/ 604));
  font-size: calc(27px + 5 * ((100vw - 420px)/ 604));
  margin-bottom: 3px;
}

@media screen and (max-width:420px) {
  .member-modal .title-cell h5 {
    font-size: 27px;
  }
}

@media screen and (min-width:1024px) {
  .member-modal .title-cell h5 {
    font-size: 32px;
  }
}

.member-modal .title-cell p {
  font-size: -webkit-calc(18px + 2 * ((100vw - 420px)/ 604));
  font-size: calc(18px + 2 * ((100vw - 420px)/ 604));
  font-weight: 500;
  color: #a8a8a8;
}

@media screen and (max-width:420px) {
  .member-modal .title-cell p {
    font-size: 18px;
  }
}

@media screen and (min-width:1024px) {
  .member-modal .title-cell p {
    font-size: 20px;
  }
}

.member-modal p {
  font-size: -webkit-calc(16px + 2 * ((100vw - 420px)/ 604));
  font-size: calc(16px + 2 * ((100vw - 420px)/ 604));
}

@media screen and (max-width:420px) {
  .member-modal p {
    font-size: 16px;
  }
}

@media screen and (min-width:1024px) {
  .member-modal p {
    font-size: 18px;
  }
}

.member-modal .bottom-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 90px;
  display: none;
}

@media (max-width:640px) {
  .member-modal .bottom-wrap {
    margin-top: 30px;
  }
}

.member-modal .bottom-wrap.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.member-modal .bottom-wrap span {
  font-size: -webkit-calc(18px + 2 * ((100vw - 420px)/ 604));
  font-size: calc(18px + 2 * ((100vw - 420px)/ 604));
  color: #a8a8a8;
  font-weight: 500;
}

@media screen and (max-width:420px) {
  .member-modal .bottom-wrap span {
    font-size: 18px;
  }
}

@media screen and (min-width:1024px) {
  .member-modal .bottom-wrap span {
    font-size: 20px;
  }
}

.member-modal .bottom-wrap ul {
  margin: 0;
  padding: 0;
  margin-left: 20px;
}

.member-modal .bottom-wrap ul:after {
  clear: both;
  content: '';
  display: table;
}

.member-modal .bottom-wrap ul li {
  float: left;
  list-style-type: none;
  margin-right: 20px;
}

.member-modal .bottom-wrap ul li:last-child {
  margin-right: 0;
}

.member-modal .bottom-wrap li {
  display: none;
}

.member-modal .bottom-wrap li a {
  display: inline-block;
}

.member-modal .bottom-wrap li a:hover * {
  fill: #631da0;
}

.member-modal .bottom-wrap svg {
  width: 35px;
  height: 35px;
}

.member-modal .bottom-wrap * {
  fill: #a8a8a8;
}

.member-modal .close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.member-modal .close-btn svg {
  width: 100%;
  height: 100%;
  stroke: #ddd;
}

.member-modal .close-btn:hover svg {
  stroke: #6e19cf;
}

.member-modal .arrow {
  position: absolute;
  width: 68px;
  height: 68px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  cursor: pointer;
  border-radius: 50%;
}

@media (max-width:1024px) {
  .member-modal .arrow {
    display: none;
  }
}

.member-modal .arrow svg {
  width: 100%;
  height: 100%;
}

.member-modal .arrow * {
  fill: #fff;
}

.member-modal .arrow:hover {
  background: #fff;
}

.member-modal .arrow:hover path:first-child {
  fill: #fff;
}

.member-modal .arrow:hover * {
  fill: #6e19cf;
}

.member-modal .arrow-right {
  right: -90px;
}

.member-modal .arrow-left {
  left: -90px;
}

.member-modal .arrow-left svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

body.book-tour-events div.tdw-content-inner {
  padding: 0;
}

section.book-tour-events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.book-tour-events ul {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media (max-width:767px) {
  section.book-tour-events ul {
    width: 100%;
  }
}

section.book-tour-events span.segment-title {
  display: block;
  font-size: 8px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(122,122,122,.7);
  opacity: .7;
  margin-bottom: 20px;
}

div.map-wrapper {
  display: none;
}

@media (min-width:768px) {
  div.map-wrapper {
    display: block;
    width: 50%;
    padding: 40px;
    border-right: solid 2px #eaeaea;
  }
}

ul.events-container li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px;
  border-bottom: dashed 2px #eaeaea;
  display: none;
}

ul.events-container li:last-child {
  border-bottom: none;
}

ul.events-container li.event-list-updater {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 40px 40px 30px;
  display: block;
}

ul.events-container li.event-list-updater div {
  margin-bottom: 10px;
}

ul.events-container li.event-list-updater div:first-child {
  margin-right: 10px;
}

@media (max-width:643px) {
  ul.events-container li {
    padding: 40px 20px;
  }

  ul.events-container li.event-list-updater {
    padding: 40px 20px 30px;
  }
}

ul.events-container li.upcoming.is-hidden {
  display: none;
}

ul.events-container li.upcoming.is-active {
  display: block;
}

ul.events-container li.past.is-hidden {
  display: none;
}

ul.events-container li.past.is-active {
  display: block;
}

ul.events-container li.past.mw,ul.events-container li.past.ne,ul.events-container li.past.ot,ul.events-container li.past.pa,ul.events-container li.past.se {
  display: none;
}

ul.events-container li.no-events {
  display: none;
}

ul.events-container li.no-events.is-active {
  display: block;
}

ul.events-container article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
}

ul.events-container article:first-child {
  width: 100%;
}

ul.events-container article:last-child {
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  top: 40px;
  right: 40px;
}

ul.events-container article p {
  font-size: 20px;
  margin: 0;
  line-height: 1.2em;
}

ul.events-container article a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 52px;
  width: 77px;
  border: solid 1px #ddd;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

ul.events-container article a:hover {
  background-color: #24a1c9;
}

ul.events-container article a:hover svg circle,ul.events-container article a:hover svg path {
  stroke: #fff;
}

ul.events-container article svg {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  height: 30px;
  width: 30px;
}

ul.events-container article svg circle,ul.events-container article svg path {
  stroke: #24a1c9;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

@media (max-width:869px) {
  ul.events-container article:first-child {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 30px;
    border-bottom: solid 1px #eaeaea;
  }

  ul.events-container article:last-child {
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    top: 0;
    right: 0;
  }
}

@media (max-width:643px) {
  ul.events-container article p {
    font-size: 18px;
  }
}

div.event-date {
  width: 100%;
  margin-bottom: 20px;
}

div.event-date p.time {
  color: #999;
}

@media (max-width:869px) {
  div.event-date p.time {
    margin-bottom: 20px;
  }
}

div.event-location {
  width: 100%;
}

div.event-location p {
  word-wrap: break-word;
}

div.event-location p a {
  display: inline-block;
  padding: 0;
  border: none;
  color: #631da0;
  margin: 0;
  height: inherit;
  width: inherit;
  border-bottom: solid 2px transparent;
}

div.event-location p a:hover {
  border-color: #631da0;
  background-color: transparent;
}

div.event-location p:nth-child(2) {
  color: #999;
}

div.event-location p:nth-child(3) {
  color: #999;
  margin-top: 20px;
}

@media (max-width:869px) {
  div.event-location {
    margin-top: 10px;
  }

  div.event-location p:nth-child(3) {
    margin-top: 30px;
  }
}

div.region-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

div.region-container div {
  position: relative;
  width: 50%;
  height: 45px;
}

div.region-container h5 {
  font-size: 18px;
  letter-spacing: -.04em;
  color: #333;
  margin-bottom: 5px;
}

div.region-container h4 {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 22px;
  letter-spacing: -.04em;
  color: #165c9e;
  margin: 0;
  opacity: 0;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

div.region-container h4.is-active {
  opacity: 1;
}

div.map-container {
  overflow: hidden;
  position: relative;
  position: relative;
  margin-bottom: 10px;
}

div.map-container::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 56.25%;
}

div.map-container div {
  position: absolute;
}

div.map-container div:hover {
  cursor: pointer;
}

div.map-container div:hover svg path {
  fill: #ddd;
}

div.map-container div svg {
  height: 100%;
  width: 100%;
}

div.map-container div svg path {
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  stroke: transparent;
}

div.map-container div.is-active svg path {
  fill: #165c9e;
}

div.map-container div.is-not-active svg path {
  fill: #ddd;
}

div.map-container div.pacific {
  top: .7%;
  left: .5%;
  width: 29.6%;
  height: auto;
}

div.map-container div.outer-territories {
  bottom: 6%;
  left: 0;
  width: 33%;
  height: auto;
}

div.map-container div.mid-west {
  top: 4.58%;
  left: 15.1%;
  width: 36.7%;
  height: auto;
}

div.map-container div.south-east {
  bottom: 14.3%;
  left: 23.4%;
  width: 46.5%;
  height: auto;
}

div.map-container div.north-east {
  top: .6%;
  left: 46.1%;
  width: 31.4%;
  -webkit-transform: rotate(-.4deg);
  -ms-transform: rotate(-.4deg);
  transform: rotate(-.4deg);
  height: auto;
}

div.states-region-container ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.states-region-container li {
  width: 50%;
  font-size: 16px;
  color: #383838;
  opacity: .7;
  margin-bottom: 10px;
  display: none;
}

div.states-region-container li.all {
  width: 100%;
}

div.states-region-container li.is-active {
  display: block;
}

@media (min-width:768px) {
  .foo,::-ms-backdrop {
    height: 550px;
  }
}

section.home-hero {
  position: relative;
  z-index: 2;
}

@media (min-width:768px) {
  section.home-hero {
    min-height: 550px;
    height: 550px;
  }
}

@media (max-width:767px) {
  section.home-hero {
    display: block;
    margin-bottom: -40px;
  }
}

section.home-hero.is-active article,section.home-hero.is-active article h1,section.home-hero.is-active figure {
  -webkit-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  transform: translateY(-150px);
}

section.home-hero.is-active article {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}

section.home-hero.is-active article h1 {
  -webkit-transition-delay: .25s;
  transition-delay: .25s;
}

section.home-hero article,section.home-hero article h1,section.home-hero figure {
  -webkit-transition: -webkit-transform 750ms cubic-bezier(.645,.045,.355,1);
  transition: -webkit-transform 750ms cubic-bezier(.645,.045,.355,1);
  transition: transform 750ms cubic-bezier(.645,.045,.355,1);
  transition: transform 750ms cubic-bezier(.645,.045,.355,1),-webkit-transform 750ms cubic-bezier(.645,.045,.355,1);
}

section.home-hero div.hero-text-wrap {
  position: relative;
}

@media (max-width:767px) {
  section.home-hero div.hero-text-wrap {
    bottom: 75px;
  }
}

section.home-hero article {
  position: absolute;
  top: 0;
  width: 50%;
  z-index: 2;
  padding: 4% 5%;
}

@media (max-width:767px) {
  section.home-hero article {
    width: 100%;
  }
}

section.home-hero article.gradient {
  position: relative;
  mix-blend-mode: multiply;
  background: -webkit-linear-gradient(330deg,#b029c9 0,#641da1 100%);
  background: linear-gradient(120deg,#b029c9 0,#641da1 100%);
}

section.home-hero article.gradient h1 {
  opacity: 0;
}

section.home-hero article h1 {
  position: relative;
  color: #fff;
  line-height: 1.1em;
  z-index: 2;
}

section.home-hero figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (min-width:768px) {
  section.home-hero figure {
    position: absolute;
    top: 0;
    right: 0;
    width: 78%;
    height: 100%;
  }
}

@media (max-width:767px) {
  section.home-hero figure {
    overflow: hidden;
    position: relative;
    max-width: 100%;
  }

  section.home-hero figure::before {
    content: '';
    display: block;
    height: 0;
    padding-top: 56.25%;
  }
}

section.home-hero-bottom-copy {
  padding: 50px 5% 0;
}

@media (max-width:767px) {
  section.home-hero-bottom-copy {
    padding-top: 0;
  }
}

section.home-hero-bottom-copy p {
  max-width: 900px;
  line-height: 1.25em;
  margin: 0 auto 15px;
}

section.home-hero-bottom-copy p em {
  position: relative;
  top: -5px;
  font-size: .6875rem;
  padding-left: 3px;
  color: #631da0;
}

section.home-hero-bottom-copy a {
  color: #9322bb;
  font-weight: 500;
}

section.home-science {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding-top: 20px;
  padding-bottom: 100px;
}

section.home-science h6 {
  text-align: center;
  margin-bottom: 100px;
}

::-ms-backdrop,div.science-row {
  height: 420px;
}

div.science-row {
  position: relative;
  z-index: 2;
  min-height: 420px;
  margin-bottom: 65px;
}

@media (max-width:1023px) {
  div.science-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

div.science-row:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width:1023px) {
  div.science-row:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

div.science-row:first-of-type::before {
  content: '';
  position: absolute;
  top: 50px;
  left: 0;
  width: 212px;
  height: 310px;
  background: #dff8f4;
  z-index: -1;
}

@media (max-width:1023px) {
  div.science-row:first-of-type::before {
    display: none;
  }
}

div.science-row:first-of-type article {
  background: #e0f8f3;
  padding: 0 9% 45px;
}

@media (max-width:1023px) {
  div.science-row:first-of-type article {
    padding: 0 5% 45px;
  }
}

div.science-row:first-of-type article div.science-title-wrap {
  margin-top: -90px;
  left: -25px;
}

@media (max-width:1023px) {
  div.science-row:first-of-type article div.science-title-wrap {
    margin-top: -20px;
  }
}

div.science-row:first-of-type article span {
  left: 20px;
  border-color: #49c4a8;
  color: #49c4a8;
}

div.science-row:nth-of-type(2)::before {
  content: '';
  position: absolute;
  top: 50px;
  right: 0;
  width: 165px;
  height: 365px;
  background: #d7f4f8;
  z-index: -1;
}

@media (max-width:1023px) {
  div.science-row:nth-of-type(2)::before {
    display: none;
  }
}

div.science-row:nth-of-type(2) article {
  background: #d6f4f8;
  padding: 35px 9% 35px;
}

@media (min-width:1024px) {
  div.science-row:nth-of-type(2) article {
    text-align: right;
  }
}

@media (max-width:1023px) {
  div.science-row:nth-of-type(2) article {
    padding: 0 5% 45px;
  }
}

div.science-row:nth-of-type(2) article div.science-title-wrap {
  margin-top: -60px;
  right: -133px;
}

@media (max-width:1023px) {
  div.science-row:nth-of-type(2) article div.science-title-wrap {
    left: -25px;
    margin-top: -20px;
    right: auto;
  }

  div.science-row:nth-of-type(2) article div.science-title-wrap div.gradient {
    background: -webkit-linear-gradient(left,#32c9e8 0,#24a1c9 100%);
    background: linear-gradient(to right,#32c9e8 0,#24a1c9 100%);
  }
}

div.science-row:nth-of-type(2) article span {
  right: 30px;
  border-color: #32c9e8;
  color: #32c9e8;
}

@media (max-width:1023px) {
  div.science-row:nth-of-type(2) article span {
    right: auto;
    left: 30px;
  }
}

div.science-row:nth-of-type(3) div.science-visual {
  width: 575px;
  background-position: -60px 95px;
  background-size: 95%;
}

@media (max-width:1023px) {
  div.science-row:nth-of-type(3) div.science-visual {
    margin: 0;
    width: 70%;
    background-position: center 95px;
  }
}

@media (max-width:639px) {
  div.science-row:nth-of-type(3) div.science-visual {
    width: 100%;
  }
}

div.science-row:nth-of-type(3) article {
  background: #fff4e9;
  padding: 60px 25% 70px 9%;
}

@media (max-width:1023px) {
  div.science-row:nth-of-type(3) article {
    padding: 0 5% 45px;
  }
}

div.science-row:nth-of-type(3) article div.science-title-wrap {
  left: -105px;
}

@media (max-width:1023px) {
  div.science-row:nth-of-type(3) article div.science-title-wrap {
    left: -25px;
    margin-top: -20px;
  }
}

div.science-row:nth-of-type(3) article span {
  left: 30px;
  border-color: #fc9924;
  color: #fc9924;
}

div.science-visual {
  width: 700px;
  background-size: 62%;
  background-repeat: no-repeat;
  background-position: center top;
}

@media (max-width:1023px) {
  div.science-visual {
    overflow: hidden;
    position: relative;
    width: 75%;
    margin: 0 auto 35px;
    background-position: center center;
  }

  div.science-visual::before {
    content: '';
    display: block;
    height: 0;
    padding-top: 50%;
  }
}

img.kids-right-group {
  position: absolute;
  top: -46px;
  right: -35px;
  mix-blend-mode: multiply;
}

@media (max-width:1199px) {
  img.kids-right-group {
    top: -22px;
    right: -52px;
    width: 234px;
  }
}

@media (max-width:1023px) {
  img.kids-right-group {
    display: none;
  }
}

div.science-copy {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

div.science-copy div.gradient {
  mix-blend-mode: multiply;
}

div.science-copy div.gradient h3 {
  opacity: 0;
}

div.science-copy p {
  margin-top: 25px;
}

div.science-copy p em {
  position: relative;
  top: -5px;
  padding-left: 3px;
  font-size: .6875rem;
  color: #631da0;
}

div.science-copy a {
  margin-top: 30px;
}

div.science-title-wrap {
  position: relative;
}

div.science-title-wrap span {
  position: absolute;
  top: -18px;
  width: 36px;
  height: 36px;
  padding-top: 5px;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #fff;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}

h3.science-title {
  position: absolute;
  top: -16px;
  left: 0;
  padding: 25px 30px;
  color: #fff;
}

div.line-connector {
  position: absolute;
  width: 100%;
}

div.line-connector svg {
  position: relative;
}

@media (max-width:1023px) {
  div.line-connector {
    display: none;
  }
}

div.line-connector.connector-3 {
  top: -160px;
  left: 15px;
}

::-ms-backdrop,section.home-believe {
  height: 650px;
}

section.home-believe {
  position: relative;
  min-height: 650px;
  padding: 0 5%;
  background: -webkit-linear-gradient(325deg,#5c15a0 0,#781996 100%);
  background: linear-gradient(125deg,#5c15a0 0,#781996 100%);
}

section.home-believe::before {
  content: '';
  position: absolute;
  top: 120px;
  left: 0;
  width: 28%;
  height: 94%;
  background: #ac29c8;
  opacity: .15;
}

section.home-believe::after {
  content: '';
  position: absolute;
  top: -100px;
  right: 0;
  width: 88px;
  height: 92%;
  background: #fb8007;
  opacity: .28;
}

section.home-believe article {
  position: relative;
  text-align: center;
  max-width: 670px;
  z-index: 2;
}

section.home-believe figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  mix-blend-mode: multiply;
}

@media (min-width:1025px) {
  section.home-believe figure {
    background-attachment: fixed;
  }
}

section.home-believe h6 {
  color: #ccf1f5;
  text-align: center;
  margin-bottom: 40px;
}

section.home-believe h2,section.home-believe p {
  color: #fff;
}

section.home-believe h2 {
  margin-bottom: 45px;
}

section.home-believe p {
  margin-bottom: 55px;
}

section.home-doing {
  padding: 80px 5% 0;
}

section.home-doing h6 {
  text-align: center;
}

section.home-doing div.doing-top-line {
  position: relative;
  margin: -140px 0 40px 0;
}

section.home-doing div.doing-bottom-line svg {
  display: block;
  position: relative;
  height: 140px;
  margin: 0 auto;
}

@media (max-width:1023px) {
  section.home-doing div.doing-bottom-line svg {
    width: 600px;
    top: 12px;
  }
}

@media (max-width:767px) {
  section.home-doing div.doing-bottom-line svg {
    display: none;
  }
}

div.doing-items {
  padding: 50px 0 25px;
}

@media (max-width:959px) {
  div.doing-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width:960px) {
  div.doing-items article {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 35px;
  }
}

@media (max-width:959px) {
  div.doing-items article {
    margin-bottom: 45px;
  }
}

div.doing-items h5 {
  margin-bottom: 25px;
  color: #631da0;
}

div.doing-items p {
  margin-bottom: 25px;
}

@media (max-width:959px) {
  div.doing-items p {
    margin-bottom: 15px;
  }
}

div.doing-icon img {
  max-width: 45px;
}

section.home-bottom {
  position: relative;
  padding: 85px 7% 15px;
}

@media (max-width:959px) {
  section.home-bottom {
    padding: 85px 5%;
  }
}

section.home-bottom h2,section.home-bottom p.bottom-copy {
  text-align: center;
  color: #fff;
}

section.home-bottom h2 {
  margin-bottom: 30px;
}

section.home-bottom p.bottom-copy {
  max-width: 675px;
  margin: 0 auto 60px;
}

section.home-bottom div.gradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 490px;
  width: 100%;
}

div.home-bottom-copy {
  position: relative;
  z-index: 2;
  text-align: center;
}

div.donate-top-line {
  position: relative;
}

@media (max-width:767px) {
  div.donate-top-line {
    display: none;
  }
}

div.heading-icon-center svg {
  width: 48px;
  height: 48px;
}

div.heading-icon-center.believe-icon {
  padding-bottom: 25px;
}

div.heading-icon-center.believe-icon svg {
  width: 40px;
  height: 40px;
}

div.footnotes {
  padding: 25px 5%;
  max-width: 600px;
}

div.footnotes p {
  margin: 0;
  color: rgba(51,51,51,.65);
  font-size: .75rem;
}

div.footnotes p span {
  font-weight: 600;
}

div.footnotes p a {
  color: #631da0;
}

section.contact {
  position: relative;
  padding: 50px 5% 150px;
}

section.contact::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 475px;
  left: 0;
  top: 0;
  background: #f7f7f7;
}

div.contact-inner {
  position: relative;
  z-index: 2;
  max-width: 1055px;
  margin: 0 auto;
}

div.contact-top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 50px;
}

div.contact-top h1 {
  color: #44146f;
  margin-bottom: 11px;
  font-size: -webkit-calc(27px + 9 * ((100vw - 420px)/ 604));
  font-size: calc(27px + 9 * ((100vw - 420px)/ 604));
}

@media screen and (max-width:420px) {
  div.contact-top h1 {
    font-size: 27px;
  }
}

@media screen and (min-width:1024px) {
  div.contact-top h1 {
    font-size: 36px;
  }
}

div.contact-top figure {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 95px;
  height: 95px;
  border-radius: 50%;
}

div.contact-top p {
  color: #666;
}

div.contact-heading div {
  padding-left: 26px;
}

div.contact-social {
  padding-top: 16px;
}

div.contact-social a {
  margin-left: 14px;
}

div.contact-social svg {
  width: 25px;
  height: 25px;
}

div.contact-social svg path,div.contact-social svg rect {
  fill: #631da0;
}

div.contact-info {
  padding-top: 100px;
}

div.contact-info article {
  padding-right: 8%;
}

div.contact-info h6 {
  color: #631da0;
  font-size: .6875rem;
  margin: 50px 0 12px 0;
}

div.contact-info h6:first-of-type {
  margin-top: 25px;
}

div.contact-info a {
  margin: 0;
  -webkit-transition: color 250ms;
  transition: color 250ms;
}

div.contact-info a:hover {
  color: #631da0;
}

div.contact-info address {
  font-style: normal;
}

div.g-map {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

section.privacy-wrap {
  padding: 100px 0;
}

@media (max-width:959px) {
  section.privacy-wrap {
    padding: 35px 0;
  }
}

div.privacy-nav {
  width: 30%;
}

@media (max-width:959px) {
  div.privacy-nav {
    display: none;
  }
}

div.privacy-nav.is-active ul {
  position: fixed;
  top: 0;
  width: 30%;
}

div.privacy-nav ul {
  margin: 0;
  padding: 0;
  margin: 0;
  padding: 25px 35px 25px 55px;
  max-width: 420px;
  list-style-type: dotted;
  background: #f7f7f7;
}

div.privacy-nav ul li {
  float: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.privacy-nav ul li {
  list-style-type: decimal-leading-zero;
  color: #1c9998;
  font-size: .875rem;
}

div.privacy-nav ul a {
  display: block;
  padding: 10px 0 10px 7px;
  color: #44146f;
  font-size: 1rem;
  -webkit-transition: color 350ms;
  transition: color 350ms;
}

div.privacy-nav ul a:hover {
  color: #000;
}

div.privacy-content {
  width: 70%;
  min-height: 100vh;
  padding: 0 5%;
}

@media (max-width:959px) {
  div.privacy-content {
    width: 100%;
  }
}

div.privacy-content h1 {
  color: #631da0;
  margin-bottom: 40px;
}

div.privacy-content>p {
  font-weight: 700;
}

div.privacy-content ul {
  padding-left: 26px;
}

div.privacy-content>ul {
  list-style-type: decimal-leading-zero;
}

div.privacy-content>ul>li {
  margin-bottom: 50px;
}

div.privacy-content li {
  font-size: 1.125rem;
  color: #1c9998;
}

div.privacy-content li ul {
  list-style-type: disc;
  margin-bottom: 50px;
}

div.privacy-content li ul li p {
  margin-bottom: 0!important;
}

div.privacy-content h4,div.privacy-content h5 {
  color: #44146f;
  margin-top: 30px;
}

div.privacy-content h3,div.privacy-content h4 {
  font-size: 1.5rem;
}

div.privacy-content h5 {
  font-size: 1.25rem;
}

div.privacy-content p {
  color: #333;
}

div.privacy-content p:last-of-type {
  margin-bottom: 20px;
}

div.privacy-content p a {
  color: #631da0;
}

div.privacy-content p a:hover {
  text-decoration: underline;
}

div.short-hero {
  position: relative;
  height: 270px;
  text-align: center;
  padding: 0 5%;
  z-index: 1;
}

div.short-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 196px;
  background: rgba(203,41,222,.5);
}

@media (max-width:767px) {
  div.short-hero::after {
    display: none;
  }
}

div.short-hero article {
  position: relative;
  padding-top: 50px;
  z-index: 2;
}

div.short-hero article h1,div.short-hero article h6 {
  color: #fff;
}

div.short-hero article h6 {
  opacity: .7;
}

div.short-hero figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  mix-blend-mode: multiply;
}

div.team-wrap {
  position: relative;
  padding: 0 9%;
  margin-bottom: 175px;
  z-index: 2;
}

div.team-wrap.team-wrap-detail {
  padding: 0 8%;
}

div.team-wrap.team-wrap-detail::after,div.team-wrap.team-wrap-detail::before {
  display: none;
}

@media (max-width:767px) {
  div.team-wrap {
    padding: 0 5%;
    margin-bottom: 50px;
  }
}

div.team-wrap::after,div.team-wrap::before {
  content: '';
  position: absolute;
  width: 14px;
}

@media (max-width:767px) {
  div.team-wrap::after,div.team-wrap::before {
    display: none;
  }
}

div.team-wrap::after {
  top: 65px;
  right: 0;
  height: 417px;
  background: #87e4d1;
}

div.team-wrap::before {
  bottom: -120px;
  left: 0;
  height: 883px;
  background: rgba(252,153,36,.4);
}

div.team-wrap.board-of-directors {
  margin-bottom: 50px;
  margin-top: 50px;
}

div.team-wrap.board-of-directors .advisory-section .row p {
  margin-bottom: 0;
  margin-top: 3px;
}

div.team-copy {
  background: #fff;
  padding: 25px 35px;
  margin-top: 45px;
}

div.team-copy p {
  font-size: 1.125rem;
}

div.team-inner {
  margin: 0 -15px;
}

@media (max-width:767px) {
  div.team-inner {
    margin: 0 -10px;
  }
}

div.team-inner>a {
  width: 25%;
  padding: 0 15px;
  margin-bottom: 25px;
  text-align: center;
}

@media (min-width:960px) {
  div.team-inner>a.member-leadership {
    width: 20%;
  }
}

div.team-inner>a.is-active span,div.team-inner>a:hover span {
  color: #631da0;
}

div.team-inner>a.is-active figure,div.team-inner>a:hover figure {
  border: 15px solid #631da0;
}

@media (max-width:959px) {
  div.team-inner>a {
    width: 33.333%;
  }
}

@media (max-width:767px) {
  div.team-inner>a {
    width: 50%;
    padding: 0 10px;
  }
}

div.team-inner>a figure {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border: 15px solid #ddd;
  border-radius: 50%;
  max-width: 175px;
  margin: 0 auto;
  -webkit-transition: border .35s;
  transition: border .35s;
  background-size: 130%;
}

div.team-inner>a figure::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 100%;
}

div.team-inner>a figure::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 0 #631da0;
  -webkit-transition: box-shadow 350ms;
  transition: box-shadow 350ms;
  border-radius: 50%;
}

div.team-inner>a span {
  display: block;
  margin-top: 16px;
  margin-bottom: 3px;
  font-size: .875rem;
  font-weight: 500;
  -webkit-transition: color 250ms;
  transition: color 250ms;
}

div.team-inner>a p {
  text-transform: uppercase;
  font-size: .5625rem;
  color: #999;
  text-align: center;
}

div.team-inner>a.void {
  cursor: default;
}

div.team-inner>a.void span {
  margin-bottom: 10px;
}

div.team-inner>a.void p {
  margin-bottom: 0;
  margin-top: 3px;
}

div.team-inner>a.void:hover span {
  color: #000;
}

div.team-sign-up {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 25px;
}

@media (max-width:959px) {
  div.team-sign-up {
    width: 66.666%;
  }
}

@media (max-width:767px) {
  div.team-sign-up {
    padding: 0 10px;
    width: 100%;
    min-height: 200px;
  }
}

div.team-sign-up-inner {
  height: 100%;
  background: #d7f4f8;
}

div.team-sign-up-inner article {
  padding: 15px 50px;
}

div.team-sign-up-inner h3 {
  margin-bottom: 25px;
}

div.team-sign-up-inner p {
  font-size: 1rem;
  margin-bottom: 20px;
}

div.team-tabs {
  position: relative;
  padding: 50px 9% 15px;
}

@media (max-width:767px) {
  div.team-tabs {
    padding: 50px 5% 15px;
  }
}

div.team-tabs-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 307px;
  background: #dff8f4;
}

.teamlander-cat-heading {
  width: 100%;
  margin-top: 50px;
}

.teamlander-cat-heading h6 {
  color: #631da0;
  text-align: center;
  text-transform: uppercase;
}

.teamlander-cat-heading .line-container {
  width: 75%;
  height: 53px;
  position: relative;
  margin: 35px auto 10px;
}

@media (min-width:960px) {
  .teamlander-cat-heading .line-container.leadership-lines {
    width: 83%;
  }
}

@media (min-width:960px) {
  .teamlander-cat-heading .line-container.leadership-lines .vline:nth-of-type(1) {
    left: 0;
  }

  .teamlander-cat-heading .line-container.leadership-lines .vline:nth-of-type(2) {
    left: -webkit-calc(100% / 4);
    left: calc(100% / 4);
  }

  .teamlander-cat-heading .line-container.leadership-lines .vline:nth-of-type(3) {
    left: -webkit-calc((100% / 4) * 2);
    left: calc((100% / 4) * 2);
  }

  .teamlander-cat-heading .line-container.leadership-lines .vline:nth-of-type(4) {
    left: -webkit-calc((100% / 4) * 3);
    left: calc((100% / 4) * 3);
  }

  .teamlander-cat-heading .line-container.leadership-lines .vline:nth-of-type(5) {
    left: -webkit-calc((100% / 4) * 4);
    left: calc((100% / 4) * 4);
  }
}

@media (max-width:767px) {
  .teamlander-cat-heading .line-container {
    width: 50%;
  }
}

.teamlander-cat-heading .vline {
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(top,#fff,#fff 50%,#ddd 50%,#ddd);
  background: linear-gradient(to bottom,#fff,#fff 50%,#ddd 50%,#ddd);
  background-size: 100% 12px;
}

@media (min-width:960px) {
  .teamlander-cat-heading .vline:nth-of-type(1) {
    left: 0;
  }

  .teamlander-cat-heading .vline:nth-of-type(2) {
    left: -webkit-calc(100% / 3);
    left: calc(100% / 3);
  }

  .teamlander-cat-heading .vline:nth-of-type(3) {
    left: -webkit-calc((100% / 3) * 2);
    left: calc((100% / 3) * 2);
  }

  .teamlander-cat-heading .vline:nth-of-type(4) {
    left: -webkit-calc((100% / 3) * 3);
    left: calc((100% / 3) * 3);
  }
}

@media (max-width:959px) {
  .teamlander-cat-heading .vline:nth-of-type(1) {
    left: 0;
  }

  .teamlander-cat-heading .vline:nth-of-type(2) {
    left: -webkit-calc(100% / 2);
    left: calc(100% / 2);
  }

  .teamlander-cat-heading .vline:nth-of-type(3) {
    left: -webkit-calc((100% / 2) * 2);
    left: calc((100% / 2) * 2);
  }

  .teamlander-cat-heading .vline:nth-of-type(4) {
    display: none;
  }
}

@media (max-width:767px) {
  .teamlander-cat-heading .vline:nth-of-type(1) {
    left: 0;
  }

  .teamlander-cat-heading .vline:nth-of-type(2) {
    display: none;
  }

  .teamlander-cat-heading .vline:nth-of-type(3) {
    left: -webkit-calc((100% / 2) * 2);
    left: calc((100% / 2) * 2);
  }
}

.teamlander-cat-heading .hline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-linear-gradient(right,#fff,#fff 50%,#ddd 50%,#ddd);
  background: linear-gradient(to left,#fff,#fff 50%,#ddd 50%,#ddd);
  background-size: 12px 100%;
}

.teamlander-cat-heading .top-vline {
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 2px;
  height: 30px;
  background: -webkit-linear-gradient(top,#fff,#fff 50%,#ddd 50%,#ddd);
  background: linear-gradient(to bottom,#fff,#fff 50%,#ddd 50%,#ddd);
  background-size: 100% 12px;
}

.team-member.open-team-modal {
  cursor: pointer;
}

section.member-detail {
  padding: 50px 5%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.member-detail>div {
  width: 48%;
}

div.member-visual figure {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: visible;
}

div.member-visual figure::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 100%;
}

div.member-visual div.science-title-wrap {
  position: absolute;
  bottom: -70px;
  left: -12%;
  max-width: 98%;
}

div.member-visual div.science-title-wrap .gradient {
  mix-blend-mode: multiply;
}

div.member-visual div.science-title-wrap .gradient h3,div.member-visual div.science-title-wrap .gradient p {
  opacity: 0;
}

div.member-visual div.science-title-wrap h3 {
  margin-bottom: 10px;
}

div.member-visual h6 {
  margin: 120px 0 35px;
  color: #631da0;
}

div.member-visual li {
  margin-bottom: 25px;
}

a.team-back {
  position: absolute;
  top: 12px;
  left: 18px;
  font-size: .8125rem;
  font-weight: 700;
  color: rgba(51,51,51,.2);
  -webkit-transition: color 250ms;
  transition: color 250ms;
}

a.team-back:hover {
  color: rgba(51,51,51,.5);
}

div.member-bio {
  padding-top: 65px;
}

div.member-bio h6 {
  color: #631da0;
}

div.member-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 30px;
}

div.member-title h3,div.member-title p {
  color: #fff;
}

div.member-title p {
  font-size: .8125rem;
  text-transform: uppercase;
  opacity: .8;
}

div.abt-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

div.abt-col h3 {
  margin-bottom: 35px;
  line-height: 1.15em;
  font-size: -webkit-calc(22px + 10 * ((100vw - 420px)/ 604));
  font-size: calc(22px + 10 * ((100vw - 420px)/ 604));
}

@media screen and (max-width:420px) {
  div.abt-col h3 {
    font-size: 22px;
  }
}

@media screen and (min-width:1024px) {
  div.abt-col h3 {
    font-size: 32px;
  }
}

div.abt-col p {
  margin-bottom: 25px;
}

@media (max-width:959px) {
  div.abt-col.abt-copy {
    padding-top: 50px;
  }
}

div.abt-col.abt-copy img.alignleft,div.abt-col.abt-copy img.alignright {
  margin: 0 0 15px 20px;
}

div.abt-col.abt-copy img.alignright {
  float: right;
}

div.abt-col.abt-copy img.alignleft {
  float: left;
}

figure.abt-cover {
  overflow: hidden;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
}

figure.abt-cover::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 100%;
}

@media (max-width:959px) {
  figure.abt-cover {
    background-position: center center;
  }
}

div.abt-book-cta {
  max-width: 280px;
  margin: 25px auto 0 35%;
}

@media (max-width:959px) {
  div.abt-book-cta {
    margin: 25px auto 0;
  }
}

div.abt-book-cta h6 {
  font-size: .6875rem;
}

div.abt-cta {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

div.abt-cta a {
  height: 80px;
  width: 48%;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: border-color 350ms;
  transition: border-color 350ms;
}

div.abt-cta a img {
  width: 75%;
}

div.abt-cta a:hover {
  border-color: #000;
}

div.abt-bottom {
  border-top: 2px dashed #ddd;
  height: 200px;
}

section.boilerplate {
  padding-top: 25px;
}

section.boilerplate h1,section.boilerplate h2,section.boilerplate h3,section.boilerplate h4,section.boilerplate h5,section.boilerplate h6 {
  margin-top: 10px;
}

section.boilerplate a {
  margin: 10px 0 8px;
}

section.boilerplate p {
  max-width: 650px;
  margin-top: 5px;
}

section.boilerplate .bp-module {
  margin-bottom: 65px;
}

section.boilerplate .bp-module-title {
  border-bottom: 1px solid rgba(0,0,0,.15);
  margin-bottom: 25px;
  max-width: 65%;
}

section.boilerplate .gradient {
  margin: 10px 0 25px;
  max-width: 500px;
  min-height: 75px;
}

section.boilerplate .gradient * {
  margin: 0;
}

section.boilerplate pre {
  display: block;
  margin-bottom: 0;
}

section.boilerplate pre code {
  display: inline-block;
  padding: 4px 5px 2px;
  font-family: Consolas;
  background: #e9eef3;
  color: #fd7382;
}

body.page-404 .gradient.gray,body.thank-you .gradient.gray {
  background: #f7f7f7;
  height: 620px;
}

body.page-404 div.home-bottom-copy,body.thank-you div.home-bottom-copy {
  padding-bottom: 150px;
}

body.page-404 div.home-bottom-copy h2,body.thank-you div.home-bottom-copy h2 {
  color: #44146f;
}

body.page-404 div.home-bottom-copy p.bottom-copy,body.thank-you div.home-bottom-copy p.bottom-copy {
  color: #707f8c;
  font-size: 16px;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

body.page-404 div.home-bottom-copy p.bottom-copy a,body.thank-you div.home-bottom-copy p.bottom-copy a {
  color: #6e19cf;
  font-weight: 500;
  border-bottom: 1px solid #6e19cf;
}

body.page-404 div.home-bottom-copy p.bottom-copy strong,body.thank-you div.home-bottom-copy p.bottom-copy strong {
  font-weight: 600;
}

body.page-404 div.home-bottom-copy p.bottom-copy .hightlight,body.thank-you div.home-bottom-copy p.bottom-copy .hightlight {
  color: #631da0;
  font-weight: 500;
}

body.page-404 div.home-bottom-copy p.bottom-copy .underline,body.thank-you div.home-bottom-copy p.bottom-copy .underline {
  border-bottom: 1px solid #631da0;
}

body.page-404 div.home-bottom-copy .button,body.thank-you div.home-bottom-copy .button {
  background: #fff;
  color: #6e19cf;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 11px;
  padding: 14px 30px;
  -webkit-transition: .35s;
  transition: .35s;
}

body.page-404 div.home-bottom-copy .button:hover,body.thank-you div.home-bottom-copy .button:hover {
  background: #6e19cf;
  color: #fff;
}

section.movement-focus {
  padding: 50px 6%;
}

@media (max-width:959px) {
  section.movement-focus {
    padding: 50px 5%;
  }
}

section.movement-focus>p {
  margin-bottom: 50px;
  font-size: 1.125rem;
}

@media (max-width:959px) {
  section.movement-focus div.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

section.movement-focus article {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width:961px) {
  section.movement-focus article:not(:last-child) {
    margin-right: 50px;
  }
}

@media (max-width:959px) {
  section.movement-focus article:not(:last-child) {
    margin-bottom: 35px;
  }
}

section.movement-focus article:nth-child(1) span.focus-num {
  color: #631da0;
}

section.movement-focus article:nth-child(1) hr.focus-border {
  border-color: #631da0;
}

section.movement-focus article:nth-child(2) span.focus-num {
  color: #9c24ab;
}

section.movement-focus article:nth-child(2) hr.focus-border {
  border-color: #9c24ab;
}

section.movement-focus article:nth-child(3) span.focus-num {
  color: #f827ee;
}

section.movement-focus article:nth-child(3) hr.focus-border {
  border-color: #f827ee;
}

section.movement-focus hr.focus-border {
  width: 0%;
  margin: 10px 0 30px;
  border-width: 7px;
  -webkit-transition: width 750ms cubic-bezier(.77,0,.175,1);
  transition: width 750ms cubic-bezier(.77,0,.175,1);
}

section.movement-focus span.focus-num {
  display: block;
  font-size: 2.1875rem;
  font-weight: 700;
}

section.movement-focus h4 {
  margin-bottom: 25px;
}

section.movement-focus article p,section.movement-focus h4,section.movement-focus span.focus-num {
  opacity: 0;
  -webkit-transition: opacity 350ms,-webkit-transform .5s ease;
  transition: opacity 350ms,-webkit-transform .5s ease;
  transition: opacity 350ms,transform .5s ease;
  transition: opacity 350ms,transform .5s ease,-webkit-transform .5s ease;
}

section.movement-focus span.focus-num {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

section.movement-focus article p,section.movement-focus h4 {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

section.movement-focus.is-active article:nth-child(1) hr.focus-border,section.movement-focus.is-active article:nth-child(1) span.focus-num {
  -webkit-transition-delay: .35s;
  transition-delay: .35s;
}

section.movement-focus.is-active article:nth-child(1) h4,section.movement-focus.is-active article:nth-child(1) p {
  -webkit-transition-delay: 475ms;
  transition-delay: 475ms;
}

section.movement-focus.is-active article:nth-child(2) hr.focus-border,section.movement-focus.is-active article:nth-child(2) span.focus-num {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

section.movement-focus.is-active article:nth-child(2) h4,section.movement-focus.is-active article:nth-child(2) p {
  -webkit-transition-delay: .95s;
  transition-delay: .95s;
}

section.movement-focus.is-active article:nth-child(3) hr.focus-border,section.movement-focus.is-active article:nth-child(3) span.focus-num {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

section.movement-focus.is-active article:nth-child(3) h4,section.movement-focus.is-active article:nth-child(3) p {
  -webkit-transition-delay: 1.425s;
  transition-delay: 1.425s;
}

section.movement-focus.is-active article p,section.movement-focus.is-active h4,section.movement-focus.is-active span.focus-num {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

section.movement-focus.is-active hr.focus-border {
  width: 100%;
}

section.movement-nav {
  padding: 50px 6% 100px;
}

section.movement-nav div {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 15px 50px rgba(0,0,0,.05);
}

section.movement-nav a {
  width: 16.666%;
  padding: 25px 25px 35px;
  font-size: .75rem;
  font-weight: 500;
  box-shadow: inset 0 0 0 0 #32c9e8;
  -webkit-transition: color 350ms,box-shadow 350ms;
  transition: color 350ms,box-shadow 350ms;
}

@media (max-width:959px) {
  section.movement-nav a {
    width: 33.333%;
  }
}

@media (max-width:767px) {
  section.movement-nav a {
    width: 100%;
  }
}

@media (min-width:960px) {
  section.movement-nav a:not(:last-child) {
    border-right: 1px solid #eee;
  }
}

@media (max-width:767px) {
  section.movement-nav a:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
}

@media only screen and (min-width:768px) and (max-width:960px) {
  section.movement-nav a:first-child,section.movement-nav a:nth-child(2),section.movement-nav a:nth-child(4),section.movement-nav a:nth-child(5) {
    border-right: 1px solid #eee;
  }

  section.movement-nav a:nth-child(-n+3) {
    border-bottom: 1px solid #eee;
  }
}

section.movement-nav a:hover {
  color: #32c9e8;
  box-shadow: inset 0 0 0 5px #32c9e8;
}

section.movement-2-col {
  margin-bottom: 100px;
}

@media (max-width:959px) {
  section.movement-2-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}

@media (min-width:960px) {
  section.movement-2-col.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

section.movement-2-col.book-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

section.movement-2-col.book-bg figure {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  position: relative;
}

section.movement-2-col.book-bg figure::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 90%;
}

@media (max-width:959px) {
  section.movement-2-col.book-bg figure {
    max-width: 500px;
    margin: 0 auto;
  }
}

section.movement-2-col.book-bg div:first-child {
  padding: 0;
}

section.movement-2-col.book-bg div:first-child article {
  padding: 135px 10% 135px 6%;
}

section.movement-2-col.book-bg div:first-child h4,section.movement-2-col.book-bg div:first-child p {
  color: #fff;
}

section.movement-2-col.book-bg div:last-child {
  top: 75px;
}

section.movement-2-col div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

@media (min-width:960px) {
  section.movement-2-col div:first-child {
    padding: 3%;
  }
}

@media (max-width:959px) {
  section.movement-2-col div.flex {
    overflow: hidden;
    position: relative;
  }

  section.movement-2-col div.flex::before {
    content: '';
    display: block;
    height: 0;
    padding-top: 81.5%;
  }
}

section.movement-2-col article {
  padding: 0 6%;
}

@media (max-width:959px) {
  section.movement-2-col article {
    padding: 35px 5%;
  }
}

section.movement-2-col figure {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

@media (max-width:959px) {
  section.movement-2-col figure {
    background-size: cover;
  }
}

section.movement-2-col figure.img-ratio {
  overflow: hidden;
  position: relative;
}

section.movement-2-col figure.img-ratio::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 81.5%;
}

section.movement-2-col figure.flex-img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width:959px) {
  section.movement-2-col figure.flex-img {
    position: absolute;
  }
}

section.movement-2-col figure.m-img-1 {
  overflow: hidden;
  position: relative;
}

section.movement-2-col figure.m-img-1::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 55%;
}

section.movement-2-col figure.m-img-2,section.movement-2-col figure.m-img-3 {
  overflow: hidden;
  position: relative;
  width: 50%;
}

section.movement-2-col figure.m-img-2::before,section.movement-2-col figure.m-img-3::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 55%;
}

@media (max-width:959px) {
  section.movement-2-col figure.m-img-2,section.movement-2-col figure.m-img-3 {
    top: auto;
    bottom: 0;
  }
}

@media (max-width:959px) {
  section.movement-2-col figure.m-img-3 {
    bottom: 0;
    right: 0;
    left: auto;
  }
}

section.movement-2-col .pf-sq-img {
  overflow: hidden;
  position: relative;
}

section.movement-2-col .pf-sq-img::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 100%;
}

section.movement-2-col h4 {
  margin-bottom: 35px;
}

section.movement-2-col p {
  font-size: 1.125rem;
}

section.movement-2-col a.btn {
  margin-top: 35px;
}

section.movement-video {
  padding: 7% 6% 65px;
  margin-bottom: 150px;
}

@media (max-width:959px) {
  section.movement-video {
    padding: 5%;
    margin-bottom: 20px;
  }
}

section.movement-video h6 {
  font-size: .75rem;
  color: #fc9924;
  margin-bottom: 10px;
}

section.movement-video h4 {
  color: #fff;
  margin-top: 0;
}

section.movement-video p {
  color: rgba(255,255,255,.7);
  margin-bottom: 35px;
}

div.video-wrap {
  overflow: hidden;
  position: relative;
  margin-bottom: 44px;
}

div.video-wrap::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 52%;
}

div.video-wrap figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

section.movement-book-highlights {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 70px;
  padding: 40px 6%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

section.movement-book-highlights article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 48%;
}

@media (max-width:1029px) {
  section.movement-book-highlights article {
    width: 100%;
  }

  section.movement-book-highlights article:first-child {
    margin-bottom: 30px;
  }
}

@media (max-width:659px) {
  section.movement-book-highlights article:first-child {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: dashed 2px #eaeaea;
  }
}

section.movement-book-highlights figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 200px;
  width: 160px;
}

section.movement-book-highlights div {
  width: -webkit-calc(100% - 180px);
  width: calc(100% - 180px);
}

@media (max-width:659px) {
  section.movement-book-highlights div {
    width: 100%;
    margin-top: 20px;
  }
}

section.movement-book-highlights span {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
}

section.movement-book-highlights p {
  font-size: 12px;
  color: #333;
  margin-bottom: 40px;
}

section.movement-book-highlights a {
  border: solid 1px #eaeaea;
}

section.movement-video-wrap {
  padding: 50px 5%;
  margin-bottom: 80px;
}

div.movement-video-call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 70%;
  margin: 0 auto;
}

div.movement-video-call figure {
  height: 180px;
  width: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  box-shadow: 0 30px 50px rgba(0,0,0,.25);
}

div.movement-video-call div {
  width: -webkit-calc(100% - 310px);
  width: calc(100% - 310px);
}

div.movement-video-call p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
}

div.movement-video-call span {
  display: block;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}

@media (max-width:999px) {
  div.movement-video-call {
    max-width: 100%;
  }
}

@media (max-width:639px) {
  div.movement-video-call div {
    width: 100%;
    margin-top: 40px;
  }
}

.science-intro {
  padding: 50px 9%;
}

@media (max-width:1024px) {
  .science-intro {
    padding: 50px 5%;
  }
}

.science-intro p {
  font-size: -webkit-calc(16px + 2 * ((100vw - 420px)/ 604));
  font-size: calc(16px + 2 * ((100vw - 420px)/ 604));
  color: #333;
}

@media screen and (max-width:420px) {
  .science-intro p {
    font-size: 16px;
  }
}

@media screen and (min-width:1024px) {
  .science-intro p {
    font-size: 18px;
  }
}

.science-research {
  padding: 50px 9%;
}

@media (max-width:1024px) {
  .science-research {
    padding: 50px 5%;
  }
}

.science-research p {
  font-size: -webkit-calc(16px + 2 * ((100vw - 420px)/ 604));
  font-size: calc(16px + 2 * ((100vw - 420px)/ 604));
  color: #333;
}

@media screen and (max-width:420px) {
  .science-research p {
    font-size: 16px;
  }
}

@media screen and (min-width:1024px) {
  .science-research p {
    font-size: 18px;
  }
}

.science-research .text-wrap {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width:1024px) {
  .science-research .text-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 30px 0;
  }
}

.science-research .col-left {
  width: 45%;
}

@media (max-width:1024px) {
  .science-research .col-left {
    width: 100%;
  }
}

.science-research .col-right {
  width: 45%;
  padding-top: 30px;
}

@media (max-width:1024px) {
  .science-research .col-right {
    width: 100%;
    margin-top: 50px;
  }
}

.science-research .col-right img {
  width: 100%;
}

.science-research .research-bottom-text {
  margin-top: -10px;
}

section.science-focus.movement-focus.is-active div.science-data svg .circle-mid {
  stroke-dashoffset: 3950;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

section.science-focus.movement-focus.is-active div.science-data svg .circle-front {
  stroke-dashoffset: 2650;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

div.science-data {
  padding-top: 35px;
}

div.science-data>div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

div.science-data>div:first-child {
  overflow: hidden;
  position: relative;
}

div.science-data>div:first-child::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 100%;
}

@media (min-width:961px) {
  div.science-data>div:first-child {
    margin-right: 65px;
  }
}

@media (max-width:959px) {
  div.science-data>div:first-child {
    margin-bottom: 35px;
  }
}

div.science-data svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(90deg) scaleX(-1);
  -ms-transform: rotate(90deg) scaleX(-1);
  transform: rotate(90deg) scaleX(-1);
}

div.science-data svg circle {
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(.77,0,.175,1);
  transition: stroke-dashoffset 1s cubic-bezier(.77,0,.175,1);
}

div.science-data svg .circle-front,div.science-data svg .circle-mid {
  stroke-dasharray: 2357;
  stroke-dashoffset: 2357;
}

div.science-data p {
  font-size: 1.125rem;
  color: #333;
}

div.science-data div.circle-text {
  width: 100%;
  text-align: center;
}

@media (max-width:959px) {
  div.science-data div.circle-text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

div.science-data div.circle-text hr {
  width: 65%;
  margin: 20px auto;
  -webkit-border-image: url(inc/vectors/border-dash.svg) 100;
  border-image: url(inc/vectors/border-dash.svg) 100;
}

div.science-data hr {
  border: 1px dashed transparent;
  -webkit-border-image: url(inc/vectors/border-dash.svg) 50;
  border-image: url(inc/vectors/border-dash.svg) 50;
}

div.science-data div.science-data-right {
  padding: 50px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

span.science-data-num {
  font-size: -webkit-calc(42px + 28 * ((100vw - 420px)/ 980));
  font-size: calc(42px + 28 * ((100vw - 420px)/ 980));
  font-weight: 700;
  color: #631da0;
}

@media screen and (max-width:420px) {
  span.science-data-num {
    font-size: 42px;
  }
}

@media screen and (min-width:1400px) {
  span.science-data-num {
    font-size: 70px;
  }
}

span.science-data-num.data-num-1 {
  color: #b12aca;
}

.science-stress {
  padding: 0 9%;
}

@media (max-width:1024px) {
  .science-stress {
    padding: 0 5%;
  }
}

.science-stress p {
  font-size: -webkit-calc(16px + 2 * ((100vw - 420px)/ 604));
  font-size: calc(16px + 2 * ((100vw - 420px)/ 604));
  color: #333;
}

@media screen and (max-width:420px) {
  .science-stress p {
    font-size: 16px;
  }
}

@media screen and (min-width:1024px) {
  .science-stress p {
    font-size: 18px;
  }
}

.science-stress .wrapper {
  padding: 70px 0;
  border-top: 2px dashed transparent;
  -webkit-border-image: url(inc/vectors/border-dash.svg) 10 10 repeat;
  border-image: url(inc/vectors/border-dash.svg) 10 10 repeat;
}

.science-stress .s-stress-intro {
  margin: 0 0 30px;
}

.science-stress .s-stress-intro h4 {
  margin-bottom: 40px;
}

.science-stress .features-list {
  margin-top: 80px;
}

@media (max-width:640px) {
  .science-stress .features-list {
    margin-top: 40px;
  }
}

.science-stress .fl-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

@media (max-width:640px) {
  .science-stress .fl-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.science-stress .fl-row h6 {
  color: #631da0;
  text-transform: uppercase;
  font-weight: 600;
}

.science-stress .fl-row .img-col {
  width: 138px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.science-stress .fl-row .circle-img {
  display: block;
  width: 100%;
}

.science-stress .fl-row .text-col {
  width: -webkit-calc(100% - 180px);
  width: calc(100% - 180px);
  padding-left: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width:640px) {
  .science-stress .fl-row .text-col {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}

.science-learnmore {
  padding: 0 9%;
}

@media (max-width:1024px) {
  .science-learnmore {
    padding: 0 5%;
  }
}

.science-learnmore h6 {
  font-size: 13px;
  text-transform: uppercase;
  color: #631da0;
  font-weight: 600;
  line-height: 1.25em;
}

.science-learnmore p {
  font-size: 14px;
  color: #333;
}

.science-learnmore .wrapper {
  padding: 70px 0;
  border-top: 2px dashed transparent;
  -webkit-border-image: url(inc/vectors/border-dash.svg) 10 10 repeat;
  border-image: url(inc/vectors/border-dash.svg) 10 10 repeat;
}

.science-learnmore .article-wrap {
  margin-top: 60px;
}

.science-learnmore .article-wrap:after {
  clear: both;
  content: '';
  display: table;
}

.science-learnmore .article-cell {
  float: left;
  clear: none;
  text-align: inherit;
  width: 30%;
  margin-left: 0;
  margin-right: 5%;
  margin-bottom: 6%;
}

.science-learnmore .article-cell:after {
  clear: both;
  content: '';
  display: table;
}

.science-learnmore .article-cell:nth-child(3n) {
  margin-right: 0;
  float: right;
}

.science-learnmore .article-cell:nth-child(3n+1) {
  clear: both;
}

@media (max-width:640px) {
  .science-learnmore .article-cell {
    float: left;
    clear: none;
    text-align: inherit;
    width: 47.5%;
    margin-left: 0;
    margin-right: 5%;
    margin-bottom: 10%;
  }

  .science-learnmore .article-cell:after {
    clear: both;
    content: '';
    display: table;
  }

  .science-learnmore .article-cell:nth-child(3n) {
    margin-right: 5%;
    float: left;
  }

  .science-learnmore .article-cell:nth-child(3n+1) {
    clear: none;
  }

  .science-learnmore .article-cell:nth-child(2n) {
    margin-right: 0;
    float: right;
  }

  .science-learnmore .article-cell:nth-child(2n+1) {
    clear: both;
  }
}

.science-learnmore .article-cell .img-wrap {
  overflow: hidden;
  position: relative;
  position: relative;
}

.science-learnmore .article-cell .img-wrap::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 65%;
}

.science-learnmore .article-cell figure {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transition: .35s;
  transition: .35s;
}

.science-learnmore .article-cell:hover figure {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.work-intro p {
  font-size: -webkit-calc(16px + 2 * ((100vw - 420px)/ 604));
  font-size: calc(16px + 2 * ((100vw - 420px)/ 604));
}

@media screen and (max-width:420px) {
  .work-intro p {
    font-size: 16px;
  }
}

@media screen and (min-width:1024px) {
  .work-intro p {
    font-size: 18px;
  }
}

.work-intro .container-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (max-width:640px) {
  .work-intro .container-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.work-intro ul {
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  color: #24a1c9;
}

.work-intro ul span {
  color: #333;
}

.work-intro li {
  margin-bottom: 10px;
}

.work-section-links {
  padding: 0 0 100px;
  position: relative;
  z-index: 7;
}

@media (max-width:960px) {
  .work-section-links {
    display: none;
  }
}

.work-section-links ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.work-section-links ul:after {
  clear: both;
  content: '';
  display: table;
}

.work-section-links ul li {
  float: left;
  list-style-type: none;
  margin-right: 20px;
}

.work-section-links ul li:last-child {
  margin-right: 0;
}

.work-section-links li {
  box-shadow: 0 10px 60px rgba(112,127,140,.15);
  position: relative;
  cursor: pointer;
  max-width: 300px;
  width: 31%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.work-section-links a {
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: .35s;
  transition: .35s;
  padding: 20px 30px 40px;
  display: block;
  position: relative;
  width: 100%;
}

.work-section-links a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #ddd;
  -webkit-transition: .35s;
  transition: .35s;
}

.work-section-links li:hover a {
  color: #32c9e8;
}

.work-section-links li:hover:before {
  border: 3px solid #32c9e8;
}

.work-section-links .dash-lines {
  width: 80%;
  margin: 20px auto 0;
  height: 100px;
  border: 2px dashed #ddd;
  border-top: 0;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.work-section-links .dash-lines:before {
  content: '';
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 60px;
  width: 4px;
  top: 100%;
  border-left: 2px dashed #ddd;
}

.work-section-links .v-line {
  width: -webkit-calc(100%/2);
  width: calc(100%/2);
  border-right: 2px dashed #ddd;
}

.work-section-links .v-line:last-child {
  border-right: 0;
}

.work-banner-hero {
  position: relative;
  z-index: 5;
  margin-top: -150px;
  margin-bottom: 100px;
}

@media (max-width:960px) {
  .work-banner-hero {
    margin-top: 0;
  }
}

.work-banner-hero figure {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.work-banner-hero .text-wrap {
  position: relative;
  padding: 180px 5%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  z-index: 5;
}

@media (max-width:960px) {
  .work-banner-hero .text-wrap {
    padding: 100px 5%;
  }
}

.work-banner-hero h1 {
  font-size: -webkit-calc(30px + 13 * ((100vw - 420px)/ 604));
  font-size: calc(30px + 13 * ((100vw - 420px)/ 604));
  color: #fff;
  line-height: 1.3em;
}

@media screen and (max-width:420px) {
  .work-banner-hero h1 {
    font-size: 30px;
  }
}

@media screen and (min-width:1024px) {
  .work-banner-hero h1 {
    font-size: 43px;
  }
}

.work-banner-hero .color-box1 {
  overflow: hidden;
  position: relative;
  position: absolute;
  width: 40%;
  background: rgba(203,41,222,.2);
  left: 0;
  bottom: -10%;
  mix-blend-mode: multiply;
}

.work-banner-hero .color-box1::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 100%;
}

.work-banner-hero .color-box2 {
  position: absolute;
  width: 7%;
  height: 80%;
  background: rgba(252,140,32,.2);
  right: 0;
  top: -10%;
  mix-blend-mode: hard-light;
}

@media (max-width:768px) {
  .work-z-layout .z-layout {
    margin-bottom: 100px;
  }
}

@media (max-width:640px) {
  .work-z-layout .z-layout {
    margin-bottom: 70px;
  }
}

.work-z-layout .z-layout:last-child {
  margin-bottom: 100px;
}

.work-z-layout .z-layout:last-child .dash-lines-wrap {
  display: none;
}

.work-z-layout .z-layout>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width:768px) {
  .work-z-layout .z-layout>div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.work-z-layout .dash-lines-wrap {
  height: 160px;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width:768px) {
  .work-z-layout .dash-lines-wrap {
    display: none;
  }
}

.work-z-layout .dash-lines-wrap>* {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.work-z-layout .text-on-left {
  padding-left: 9%;
}

@media (max-width:768px) {
  .work-z-layout .text-on-left {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.work-z-layout .text-on-left .dash-lines-wrap {
  width: 37%;
  margin-left: 15%;
}

@media (max-width:768px) {
  .work-z-layout .text-on-left .dash-lines-wrap {
    width: 44%;
    display: none;
    margin-left: 0;
  }
}

.work-z-layout .text-on-left .box-top {
  border: 2px dashed #ddd;
  border-top: 0;
  border-right: 0;
}

.work-z-layout .text-on-left .box-btm {
  border-right: 2px dashed #ddd;
}

@media (max-width:768px) {
  .work-z-layout .text-on-right {
    padding-left: 5%;
  }
}

.work-z-layout .text-on-right .dash-lines-wrap {
  width: 65%;
  margin-left: 11%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width:768px) {
  .work-z-layout .text-on-right .dash-lines-wrap {
    display: none;
    margin-left: 0;
  }
}

.work-z-layout .text-on-right .box-top {
  border: 2px dashed #ddd;
  border-top: 0;
  border-left: 0;
}

.work-z-layout .text-on-right .box-btm {
  border-left: 2px dashed #ddd;
}

.work-z-layout .text-on-right>div {
  padding-right: 9%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width:768px) {
  .work-z-layout .text-on-right>div {
    padding-right: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.work-z-layout .text-on-right>div .caption {
  margin-left: 19.5%;
}

@media (max-width:768px) {
  .work-z-layout .text-on-right>div .caption {
    margin-left: 0;
  }
}

.work-z-layout .col-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 41%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-z-layout .col-text h4 {
  margin: 20px 0 40px;
}

@media (max-width:640px) {
  .work-z-layout .col-text h4 {
    margin: 20px 0 25px;
  }
}

.work-z-layout .col-text p {
  font-size: -webkit-calc(16px + 2 * ((100vw - 420px)/ 604));
  font-size: calc(16px + 2 * ((100vw - 420px)/ 604));
}

@media screen and (max-width:420px) {
  .work-z-layout .col-text p {
    font-size: 16px;
  }
}

@media screen and (min-width:1024px) {
  .work-z-layout .col-text p {
    font-size: 18px;
  }
}

.work-z-layout .col-text>div {
  width: 100%;
}

.work-z-layout .col-text>div ul {
  margin: 0;
  padding: 0 0 0 20px;
}

.work-z-layout .col-text>div li {
  color: #24a1c9;
  margin-bottom: 20px;
}

.work-z-layout .col-text>div span {
  color: #333;
}

@media (max-width:768px) {
  .work-z-layout .col-text {
    width: 100%;
  }
}

.work-z-layout .col-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 51%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width:768px) {
  .work-z-layout .col-img {
    margin-bottom: 30px;
  }
}

.work-z-layout .col-img>div {
  width: 100%;
}

@media (max-width:768px) {
  .work-z-layout .col-img {
    width: 100%;
  }
}

.work-z-layout .image {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}

.work-z-layout .image::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 65%;
}

.work-z-layout .caption {
  width: -webkit-calc(100% - 19.5%);
  width: calc(100% - 19.5%);
  padding: 40px 30px;
  margin-top: -25px;
  position: relative;
}

.work-z-layout .caption .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
}

.work-z-layout .caption p {
  position: relative;
  color: #fff;
}

.work-z-layout .btn {
  margin-top: 10px;
  background: #fff;
  color: #631da0;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
}

.work-z-layout .btn:hover {
  background: #631da0;
  color: #fff;
}

.work-z-layout .icon {
  width: 48px;
}

.aboutus-hero {
  position: relative;
  height: 70vh;
  max-height: 613px;
}

@media (max-width:767px) {
  .aboutus-hero {
    height: auto;
  }
}

.aboutus-hero figure {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (max-width:767px) {
  .aboutus-hero figure {
    overflow: hidden;
    position: relative;
  }

  .aboutus-hero figure::before {
    content: '';
    display: block;
    height: 0;
    padding-top: 56.25%;
  }
}

.aboutus-hero article {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

.aboutus-hero .text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  width: 65%;
  padding: 3% 7%;
}

@media (max-width:768px) {
  .aboutus-hero .text-wrap {
    width: 100%;
    padding: 3% 5%;
  }
}

.aboutus-hero h1 {
  font-size: -webkit-calc(32px + 20 * ((100vw - 420px)/ 604));
  font-size: calc(32px + 20 * ((100vw - 420px)/ 604));
  color: #fff;
  margin: 0;
  z-index: 3;
  position: relative;
}

@media screen and (max-width:420px) {
  .aboutus-hero h1 {
    font-size: 32px;
  }
}

@media screen and (min-width:1024px) {
  .aboutus-hero h1 {
    font-size: 52px;
  }
}

.aboutus-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.aboutus-content .content-l {
  width: 65%;
  padding: 70px 7% 12vh;
}

@media (max-width:768px) {
  .aboutus-content .content-l {
    width: 100%;
    padding: 50px 5% 70px;
  }
}

@media (max-width:640px) {
  .aboutus-content .content-l {
    padding: 40px 5% 70px;
  }
}

.aboutus-content .content-l p {
  color: #fff;
  font-size: 1.125rem;
  margin-bottom: 40px;
}

.aboutus-content .content-l p:last-of-type {
  margin-bottom: 0;
}

.aboutus-content .content-r {
  width: 35%;
  padding: 70px 6%;
  position: relative;
}

@media (max-width:768px) {
  .aboutus-content .content-r {
    display: none;
  }
}

.aboutus-content .content-r .shape-elem {
  position: absolute;
  width: 64px;
  height: 460px;
  background: rgba(50,201,232,.2);
  top: -150px;
  right: 0;
}

.aboutus-content .content-r ul {
  margin: 0;
  padding: 0;
}

.aboutus-content .content-r ul li {
  float: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.aboutus-content .content-r a {
  padding: 0 0 20px;
  display: block;
  font-style: 16px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: .35s;
  transition: .35s;
}

.aboutus-content .content-r a:hover {
  color: #b12aca;
}

.ace-toxic-stress section.short-hero-stack figure:before {
  content: '';
  position: absolute;
  right: 0;
  top: 100%;
  width: 12px;
  height: 140%;
  background: rgba(252,153,36,.3);
}

@media (max-width:1024px) {
  .ace-toxic-stress section.short-hero-stack figure:before {
    content: none;
  }
}

@media (min-width:1025px) {
  .ace-toxic-stress .team-tabs {
    padding-top: 0;
    padding-bottom: 15px;
    margin-top: -64px;
  }

  .ace-toxic-stress .team-tabs-bg {
    display: none;
  }
}

.ats-intro {
  padding: 50px 9% 60px;
}

@media (max-width:1024px) {
  .ats-intro {
    padding: 50px 5%;
  }
}

.ats-intro p {
  font-size: -webkit-calc(16px + 2 * ((100vw - 420px)/ 604));
  font-size: calc(16px + 2 * ((100vw - 420px)/ 604));
  color: #333;
}

@media screen and (max-width:420px) {
  .ats-intro p {
    font-size: 16px;
  }
}

@media screen and (min-width:1024px) {
  .ats-intro p {
    font-size: 18px;
  }
}

.ats-statistics {
  position: relative;
}

.ats-statistics .tabs,.ats-statistics .tabs-caption {
  position: relative;
  padding: 0 9%;
}

.ats-statistics .tabs li:nth-of-type(1) .circle-front {
  stroke: #631da0;
}

.ats-statistics .tabs li:nth-of-type(2) .circle-front {
  stroke: #32c9e8;
}

.ats-statistics .tabs li:nth-of-type(3) .circle-front {
  stroke: #49c4a8;
}

.ats-statistics .tabs li:nth-of-type(3) .icon {
  width: 60px;
}

.ats-statistics.is-active .tabs li .stat-circle:before {
  width: 100%;
}

.ats-statistics.is-active .tabs li .text-wrap {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.ats-statistics.is-active .tabs li:nth-of-type(1) .circle-front {
  stroke-dashoffset: 1273.32;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.ats-statistics.is-active .tabs li:nth-of-type(1) .stat-circle:before {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.ats-statistics.is-active .tabs li:nth-of-type(1) .text-wrap {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.ats-statistics.is-active .tabs li:nth-of-type(2) .circle-front {
  stroke-dashoffset: 896.04;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.ats-statistics.is-active .tabs li:nth-of-type(2) .stat-circle:before {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.ats-statistics.is-active .tabs li:nth-of-type(2) .text-wrap {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.ats-statistics.is-active .tabs li:nth-of-type(3) .circle-front {
  stroke-dashoffset: 2075.04;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.ats-statistics.is-active .tabs li:nth-of-type(3) .stat-circle:before {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.ats-statistics.is-active .tabs li:nth-of-type(3) .text-wrap {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.ats-statistics .stat-circle {
  position: relative;
  margin-bottom: 35px;
}

.ats-statistics .stat-circle:after {
  content: '';
  display: block;
  height: 0;
  padding-top: 100%;
}

.ats-statistics .stat-circle:before {
  content: '';
  position: absolute;
  width: 0;
  height: 7px;
  left: 0;
  bottom: -35px;
  -webkit-transition: width .35s;
  transition: width .35s;
}

.ats-statistics .stat-circle svg {
  width: 100%;
  height: 100%;
}

.ats-statistics .stat-circle .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: 40px;
}

.ats-statistics .stat-circle .cir-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ats-statistics .stat-circle .cir-wrap svg {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.ats-statistics .stat-circle .cir-wrap circle {
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(.77,0,.175,1);
  transition: stroke-dashoffset 1s cubic-bezier(.77,0,.175,1);
}

.ats-statistics .stat-circle .cir-wrap .circle-mid {
  display: none;
}

.ats-statistics .stat-circle .cir-wrap .circle-front {
  stroke-dasharray: 2357;
  stroke-dashoffset: 2357;
}

.ats-statistics .text-wrap {
  position: relative;
  padding-top: 20px;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .35s;
  transition: .35s;
}

.ats-statistics .tabs h3 {
  margin-bottom: 0;
  font-size: -webkit-calc(35px + 9 * ((100vw - 420px)/ 604));
  font-size: calc(35px + 9 * ((100vw - 420px)/ 604));
}

@media screen and (max-width:420px) {
  .ats-statistics .tabs h3 {
    font-size: 35px;
  }
}

@media screen and (min-width:1024px) {
  .ats-statistics .tabs h3 {
    font-size: 44px;
  }
}

.ats-statistics .tabs p {
  font-size: -webkit-calc(16px + 2 * ((100vw - 420px)/ 604));
  font-size: calc(16px + 2 * ((100vw - 420px)/ 604));
  font-weight: 500;
  line-height: 1.2em;
  margin-top: 5px;
}

@media screen and (max-width:420px) {
  .ats-statistics .tabs p {
    font-size: 16px;
  }
}

@media screen and (min-width:1024px) {
  .ats-statistics .tabs p {
    font-size: 18px;
  }
}

.ats-statistics .tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

@media (max-width:768px) {
  .ats-statistics .tabs ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ats-statistics .tabs li {
  width: -webkit-calc(100% / 3 - 50px);
  width: calc(100% / 3 - 50px);
  position: relative;
  padding: 30px 0 0;
  margin: 0;
  list-style: none;
}

@media (max-width:768px) {
  .ats-statistics .tabs li {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 50px;
  }

  .ats-statistics .tabs li:last-child {
    margin-bottom: 0;
  }
}

.ats-statistics .tabs li:nth-child(1) h3 {
  color: #631da0;
}

.ats-statistics .tabs li:nth-child(1) .stat-circle:before {
  background: #631da0;
}

.ats-statistics .tabs li:nth-child(2) h3 {
  color: #32c9e8;
}

.ats-statistics .tabs li:nth-child(2) .stat-circle:before {
  background: #32c9e8;
}

.ats-statistics .tabs li:nth-child(3) h3 {
  color: #49c4a8;
}

.ats-statistics .tabs li:nth-child(3) .stat-circle:before {
  background: #49c4a8;
}

.ats-statistics .tabs-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 50px;
  margin-top: 30px;
}

.ats-statistics .tabs-caption:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 100%;
  background: #e0f692;
}

.ats-statistics .tabs-caption p {
  font-style: italic;
  font-size: 12px;
}

.ats-content {
  padding: 70px 9% 200px;
  background: -webkit-linear-gradient(280deg,#cb29de 0,#631da1 100%);
  background: linear-gradient(170deg,#cb29de 0,#631da1 100%);
  position: relative;
}

@media (max-width:1024px) {
  .ats-content {
    padding: 70px 5% 200px;
  }
}

@media (max-width:768px) {
  .ats-content {
    padding: 70px 5% 0;
  }
}

.ats-content>.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media (max-width:768px) {
  .ats-content>.wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ats-content .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: multiply;
  opacity: .9;
}

.ats-content * {
  color: #fff;
}

.ats-content p {
  font-size: -webkit-calc(16px + 2 * ((100vw - 420px)/ 604));
  font-size: calc(16px + 2 * ((100vw - 420px)/ 604));
  margin-bottom: 30px;
}

@media screen and (max-width:420px) {
  .ats-content p {
    font-size: 16px;
  }
}

@media screen and (min-width:1024px) {
  .ats-content p {
    font-size: 18px;
  }
}

.ats-content p:last-of-type {
  margin-bottom: 0;
}

.ats-content .col {
  width: 46%;
}

@media (max-width:768px) {
  .ats-content .col {
    width: 100%;
    margin-bottom: 70px;
  }
}

.ats-content h5 {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
  font-size: 22px;
}

@media (max-width:768px) {
  .ats-content h5 {
    margin-bottom: 20px;
  }
}

.ats-content h5:before {
  content: '';
  height: 7px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
}

.ats-content .article-card {
  background: #fff;
  padding: 30px;
  margin-bottom: 4px;
}

.ats-content .article-card:first-of-type {
  margin-top: 50px;
}

.ats-content .article-card * {
  color: #333;
}

.ats-content .article-card h6 {
  font-size: 20px;
  margin-bottom: 8px;
}

.ats-content .article-card p {
  font-size: 14px;
  color: #666;
}

.ats-content .article-card a {
  color: #631da0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 20px;
  display: inline-block;
  border-bottom: 1px solid rgba(99,29,160,0);
  -webkit-transition: .35s;
  transition: .35s;
}

.ats-content .article-card a:hover {
  border-bottom: 1px solid #631da0;
}

@media (min-width:1025px) {
  body.health-impacts .team-tabs {
    padding-top: 0;
    padding-bottom: 15px;
    margin-top: -64px;
  }

  body.health-impacts .team-tabs-bg {
    display: none;
  }
}

.h-impacts-intro {
  padding: 70px 9%;
}

@media (max-width:768px) {
  .h-impacts-intro {
    padding: 70px 5%;
  }
}

@media (max-width:640px) {
  .h-impacts-intro {
    padding: 30px 5%;
  }
}

.h-impacts-intro>.outer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width:768px) {
  .h-impacts-intro>.outer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.h-impacts-intro .col {
  width: 48%;
}

@media (max-width:768px) {
  .h-impacts-intro .col {
    width: 100%;
    margin-bottom: 20px;
  }
}

.h-impacts-intro p {
  font-size: -webkit-calc(16px + 2 * ((100vw - 420px)/ 604));
  font-size: calc(16px + 2 * ((100vw - 420px)/ 604));
  margin-bottom: 20px;
}

@media screen and (max-width:420px) {
  .h-impacts-intro p {
    font-size: 16px;
  }
}

@media screen and (min-width:1024px) {
  .h-impacts-intro p {
    font-size: 18px;
  }
}

.h-impacts-intro p:last-of-type {
  margin-bottom: 0;
}

.hi-section-nav {
  padding: 0 9% 100px;
}

@media (max-width:768px) {
  .hi-section-nav {
    padding: 0 4% 100px;
    display: none;
  }
}

.hi-section-nav>.outer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ddd;
  box-shadow: 0 10px 50px rgba(221,221,221,.5);
}

.hi-section-nav .cell {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  padding: 30px;
  border-left: 1px solid #ddd;
}

.hi-section-nav .cell:first-of-type {
  border-left: 0;
}

.hi-section-nav h6 {
  font-size: 16px;
  color: #32c9e8;
}

.hi-section-nav p {
  font-size: 14px;
}

.hi-sec-heading {
  padding-bottom: 25px;
  margin-bottom: 50px;
  position: relative;
}

.hi-sec-heading:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: #000;
}

.hi-faq {
  padding: 70px 9%;
}

@media (max-width:768px) {
  .hi-faq {
    padding: 70px 5%;
  }
}

@media (max-width:640px) {
  .hi-faq {
    padding: 40px 5%;
  }
}

.hi-faq .col-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #ddd;
}

@media (max-width:768px) {
  .hi-faq .col-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 0;
    padding-top: 0;
  }
}

.hi-faq .col-nav {
  width: 30%;
}

@media (max-width:768px) {
  .hi-faq .col-nav {
    width: 100%;
    margin-bottom: 50px;
  }
}

.hi-faq .col-qa {
  width: 65%;
  padding-left: 50px;
  position: relative;
}

@media (max-width:768px) {
  .hi-faq .col-qa {
    width: 100%;
  }
}

.hi-faq .col-nav ul {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #f9f9f9;
}

.hi-faq .col-nav ul li {
  float: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media (max-width:768px) {
  .hi-faq .col-nav ul {
    display: none;
  }
}

.hi-faq .col-nav ul li {
  padding: 30px 9%;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  font-weight: 500;
  font-size: 18px;
}

.hi-faq .col-nav ul li:hover {
  color: #631da0;
}

.hi-faq .col-nav ul li.is-active {
  color: #631da0;
  background-color: #fff;
}

.hi-faq .col-nav ul span {
  max-width: 220px;
  display: inline-block;
}

@media (min-width:769px) {
  .hi-faq .col-nav-dropdown {
    display: none;
  }
}

.hi-faq .col-nav-dropdown select {
  padding: 20px 17px;
  height: auto;
}

.hi-faq .col-nav-dropdown .select-wrapper:before {
  top: 24px;
}

.hi-faq .col-nav-dropdown .select-wrapper:after {
  top: 33px;
}

.hi-faq .qa-row {
  position: relative;
  padding-bottom: 50px;
}

@media (max-width:640px) {
  .hi-faq .qa-row {
    padding-bottom: 25px;
  }
}

.hi-faq .qa-row p {
  font-size: 16px;
}

.hi-faq .qa-row a.l-more {
  border: 1px solid #ddd;
  margin-top: 30px;
}

.hi-faq .qa-row .question {
  position: relative;
  cursor: pointer;
  line-height: 1.35em;
}

@media (max-width:640px) {
  .hi-faq .qa-row .question {
    font-size: 18px;
  }
}

.hi-faq .qa-row .question:hover {
  color: #631da0;
}

.hi-faq .qa-row .answer-panel {
  display: none;
  padding-bottom: 30px;
}

.hi-faq .qa-row .answer-panel ul {
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  color: #24a1c9;
}

.hi-faq .qa-row .answer-panel ul span {
  color: #333;
}

.hi-faq .qa-row .answer-panel li {
  margin-bottom: 20px;
}

.hi-faq .qa-row .plus-button {
  width: 28px;
  height: 28px;
  background: #631da0;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -40px;
  border: 2px solid #631da0;
}

.hi-faq .qa-row .plus-button:after,.hi-faq .qa-row .plus-button:before {
  content: '';
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hi-faq .qa-row .plus-button:before {
  position: absolute;
  width: 10px;
  height: 2px;
  background: #fff;
}

.hi-faq .qa-row .plus-button:after {
  position: absolute;
  width: 2px;
  height: 10px;
  background: #fff;
}

.hi-faq .qa-row.is-active .plus-button {
  background: #fff;
}

.hi-faq .qa-row.is-active .plus-button:before {
  background: #631da0;
}

.hi-faq .qa-row.is-active .plus-button:after {
  opacity: 0;
}

.hi-faq .qa-cat {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .5s,visibility .5s;
  transition: opacity .5s,visibility .5s;
  padding-top: 35px;
}

.hi-faq .qa-cat.is-active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.hi-article-sec {
  padding: 70px 9%;
}

@media (max-width:768px) {
  .hi-article-sec {
    padding: 0 5% 70px;
  }
}

@media (max-width:640px) {
  .hi-article-sec {
    padding: 40px 5%;
  }
}

.hi-article-sec .grids-wrap:after {
  clear: both;
  content: '';
  display: table;
}

.hi-article-sec .cell {
  float: left;
  clear: none;
  text-align: inherit;
  width: 30.666667%;
  margin-left: 0;
  margin-right: 4%;
  margin-bottom: 7%;
}

.hi-article-sec .cell:after {
  clear: both;
  content: '';
  display: table;
}

.hi-article-sec .cell:nth-child(3n) {
  margin-right: 0;
  float: right;
}

.hi-article-sec .cell:nth-child(3n+1) {
  clear: both;
}

@media (max-width:767px) {
  .hi-article-sec .cell {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48%;
    margin-left: 0;
    margin-right: 4%;
  }

  .hi-article-sec .cell:after {
    clear: both;
    content: '';
    display: table;
  }

  .hi-article-sec .cell:nth-child(3n) {
    margin-right: 4%;
    float: left;
  }

  .hi-article-sec .cell:nth-child(3n+1) {
    clear: none;
  }

  .hi-article-sec .cell:nth-child(2n) {
    margin-right: 0;
    float: right;
  }

  .hi-article-sec .cell:nth-child(2n+1) {
    clear: both;
  }
}

.hi-article-sec .cell:hover figure {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.hi-article-sec .img-wrap {
  position: relative;
  overflow: hidden;
  position: relative;
}

.hi-article-sec .img-wrap::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 65%;
}

.hi-article-sec figure {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,0,0,.05);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s,-webkit-transform .5s;
}

.hi-article-sec h6 {
  text-transform: uppercase;
  color: #631da0;
  font-weight: 600;
}

.hi-resources {
  padding: 70px 9% 160px;
  background: -webkit-linear-gradient(280deg,#cb29de 0,#631da1 100%);
  background: linear-gradient(170deg,#cb29de 0,#631da1 100%);
  position: relative;
}

@media (max-width:1024px) {
  .hi-resources {
    padding: 70px 9%;
  }
}

@media (max-width:768px) {
  .hi-resources {
    padding: 70px 5%;
  }
}

@media (max-width:640px) {
  .hi-resources {
    padding: 40px 5%;
  }
}

.hi-resources .shape-elem {
  position: absolute;
  right: 0;
  bottom: -webkit-calc(100% - 60px);
  bottom: calc(100% - 60px);
  width: 5%;
  height: 500px;
  background: rgba(252,153,36,.3);
}

@media (max-width:640px) {
  .hi-resources .shape-elem {
    width: 2%;
    height: 300px;
  }
}

.hi-resources .hi-sec-heading {
  color: #fff;
}

.hi-resources .hi-sec-heading:before {
  background: #fff;
}

.hi-resources .intro p {
  font-size: -webkit-calc(16px + 2 * ((100vw - 420px)/ 604));
  font-size: calc(16px + 2 * ((100vw - 420px)/ 604));
  color: #fff;
}

@media screen and (max-width:420px) {
  .hi-resources .intro p {
    font-size: 16px;
  }
}

@media screen and (min-width:1024px) {
  .hi-resources .intro p {
    font-size: 18px;
  }
}

.hi-resources .source-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

@media (max-width:640px) {
  .hi-resources .source-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.hi-resources .source-cell {
  width: -webkit-calc(50% - 1px);
  width: calc(50% - 1px);
  margin-bottom: 2px;
  background: #fff;
  padding: 20px 20px 20px 60px;
}

@media (max-width:640px) {
  .hi-resources .source-cell {
    width: 100%;
  }
}

.hi-resources .source-cell:hover h5 {
  color: #49c4a8;
}

.hi-resources .source-cell:hover .plus-button {
  background: #49c4a8;
  border-color: #49c4a8;
}

.hi-resources .source-cell:hover .plus-button:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hi-resources .source-cell:hover .plus-button:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hi-resources .source-cell h5 {
  margin-bottom: 3px;
  font-size: 20px;
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  position: relative;
  -webkit-transition: color .5s;
  transition: color .5s;
}

@media (max-width:640px) {
  .hi-resources .source-cell h5 {
    font-size: 18px;
  }
}

.hi-resources .source-cell p {
  font-size: 14px;
  color: #666;
  letter-spacing: .01em;
  width: 100%;
  word-break: break-word;
}

.hi-resources .plus-button {
  width: 27px;
  height: 27px;
  background: #631da0;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -40px;
  border: 2px solid #631da0;
  -webkit-transition: .5s;
  transition: .5s;
}

.hi-resources .plus-button:after,.hi-resources .plus-button:before {
  content: '';
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hi-resources .plus-button:before {
  position: absolute;
  width: 10px;
  height: 2px;
  background: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.hi-resources .plus-button:after {
  position: absolute;
  width: 2px;
  height: 10px;
  background: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.hi-resources .resource-note p {
  font-style: italic;
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
}

.tas-read-sec {
  background: #cdefef;
  padding: 40px 9%;
}

@media (max-width:1024px) {
  .tas-read-sec {
    padding: 50px 5%;
  }
}

.tas-read-sec .outer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width:640px) {
  .tas-read-sec .outer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.tas-read-sec img {
  margin-top: -90px;
  max-width: 243px;
}

.tas-read-sec .text-wrap {
  margin-left: 5%;
}

@media (max-width:640px) {
  .tas-read-sec .text-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}

.tas-read-sec .text-wrap h6 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 10px;
  color: #48bfb9;
  font-weight: 600;
}

.tas-read-sec .text-wrap p {
  font-size: -webkit-calc(18px + 4 * ((100vw - 420px)/ 604));
  font-size: calc(18px + 4 * ((100vw - 420px)/ 604));
  font-weight: 500;
  line-height: 1.3em;
}

@media screen and (max-width:420px) {
  .tas-read-sec .text-wrap p {
    font-size: 18px;
  }
}

@media screen and (min-width:1024px) {
  .tas-read-sec .text-wrap p {
    font-size: 22px;
  }
}

.tas-read-sec .text-wrap a {
  margin-top: 25px;
}

.tas-content-sec {
  padding: 80px 9%;
}

@media (max-width:1024px) {
  .tas-content-sec {
    padding: 50px 5%;
  }
}

.tas-content-sec .section-wrap {
  position: relative;
  margin-bottom: 150px;
}

.tas-content-sec .section-wrap:after {
  clear: both;
  content: '';
  display: table;
}

.tas-content-sec .section-wrap:last-of-type {
  margin-bottom: 0;
}

@media (max-width:640px) {
  .tas-content-sec .section-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 80px;
  }
}

.tas-content-sec a {
  color: #32c9e8;
  font-weight: 600;
  border-bottom: 1px solid rgba(36,161,201,0);
}

.tas-content-sec a:hover {
  border-bottom: 1px solid #32c9e8;
}

.tas-content-sec h3 {
  margin-bottom: 40px;
}

.tas-content-sec p {
  font-size: -webkit-calc(16px + 2 * ((100vw - 420px)/ 604));
  font-size: calc(16px + 2 * ((100vw - 420px)/ 604));
  margin-bottom: 40px;
  line-height: 1.6em;
}

@media screen and (max-width:420px) {
  .tas-content-sec p {
    font-size: 16px;
  }
}

@media screen and (min-width:1024px) {
  .tas-content-sec p {
    font-size: 18px;
  }
}

.tas-content-sec .video-container {
  float: right;
  padding: 40px;
  position: relative;
  right: -11%;
  margin-top: -200px;
  margin-bottom: 30px;
  max-width: 600px;
  width: 50%;
}

@media (max-width:1024px) {
  .tas-content-sec .video-container {
    right: -6%;
    margin-top: -100px;
  }
}

@media (max-width:768px) {
  .tas-content-sec .video-container {
    padding: 25px;
  }
}

@media (max-width:640px) {
  .tas-content-sec .video-container {
    padding: 25px;
    right: auto;
    margin-top: 0;
    width: 100%;
    float: initial;
  }
}

.tas-content-sec .video-container .vplay-icon {
  width: 80px;
  height: 80px;
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.tas-content-sec .video-container .vplay-icon svg {
  width: 100%;
  height: 100%;
}

.tas-content-sec figcaption {
  margin-top: 30px;
}

.tas-content-sec figcaption h6 {
  text-transform: uppercase;
  color: #fc9924;
  font-size: 12px;
  margin: 0 0 10px;
}

.tas-content-sec figcaption h4 {
  margin: 0 0 20px;
  color: #fff;
  line-height: 1.3em;
  font-size: -webkit-calc(17px + 5 * ((100vw - 420px)/ 604));
  font-size: calc(17px + 5 * ((100vw - 420px)/ 604));
}

@media screen and (max-width:420px) {
  .tas-content-sec figcaption h4 {
    font-size: 17px;
  }
}

@media screen and (min-width:1024px) {
  .tas-content-sec figcaption h4 {
    font-size: 22px;
  }
}

.tas-content-sec figcaption p {
  font-size: 14px;
  color: #fff;
  margin: 0;
}

.tas-content-sec .video-img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.tas-content-sec .video-img::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 60%;
}

.tas-content-sec .video-img:hover circle {
  stroke: #b12aca;
}

.tas-content-sec .video-img:hover polygon {
  fill: #b12aca;
}

.tas-content-sec .text-wrap:after {
  clear: both;
  content: '';
  display: table;
}

.tas-content-sec .text-wrap img {
  float: right;
  margin-left: 50px;
  margin-bottom: 30px;
}

@media (max-width:640px) {
  .tas-content-sec .text-wrap img {
    float: inherit;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.vplay-icon {
  background: rgba(0,0,0,.3);
  padding: 4px;
  border-radius: 50%;
}

.vplay-icon circle {
  stroke: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.vplay-icon polygon {
  fill: #fff;
  -webkit-transition: .5s;
  transition: .5s;
}

.rnp-z-layout .rnp-z-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 80px;
  margin: 0 3% 80px;
  border-bottom: 2px dashed #ddd;
}

@media (max-width:960px) {
  .rnp-z-layout .rnp-z-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 80px;
  }
}

@media (max-width:640px) {
  .rnp-z-layout .rnp-z-row {
    padding-bottom: 40px;
    margin: 0 0 40px;
  }
}

.rnp-z-layout .rnp-z-row:last-of-type {
  border-bottom: 0;
  margin: 0 3%;
}

@media (max-width:960px) {
  .rnp-z-layout .rnp-z-row:last-of-type {
    margin: 0;
  }
}

.rnp-z-layout .col-img {
  width: 30%;
}

@media (max-width:960px) {
  .rnp-z-layout .col-img {
    margin-bottom: 30px;
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.rnp-z-layout .col-text {
  width: 65%;
  position: relative;
  padding-right: 20px;
}

@media (max-width:960px) {
  .rnp-z-layout .col-text {
    width: 100%;
  }
}

.rnp-z-layout .circle-img {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  height: auto;
}

.rnp-z-layout .circle-img::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 100%;
}

.rnp-z-layout .quote-mark {
  position: absolute;
  width: 85px;
  top: 0;
  left: 0;
  z-index: 1;
}

.rnp-z-layout .quote-text {
  font-size: -webkit-calc(18px + 4 * ((100vw - 420px)/ 604));
  font-size: calc(18px + 4 * ((100vw - 420px)/ 604));
  font-weight: 500;
  padding-top: 45px;
  padding-left: 20px;
}

@media screen and (max-width:420px) {
  .rnp-z-layout .quote-text {
    font-size: 18px;
  }
}

@media screen and (min-width:1024px) {
  .rnp-z-layout .quote-text {
    font-size: 22px;
  }
}

.rnp-z-layout .citation-wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 25px;
}

@media (max-width:960px) {
  .rnp-z-layout .citation-wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 20px;
  }
}

.rnp-z-layout .author {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  font-size: -webkit-calc(13px + 1 * ((100vw - 420px)/ 604));
  font-size: calc(13px + 1 * ((100vw - 420px)/ 604));
}

@media screen and (max-width:420px) {
  .rnp-z-layout .author {
    font-size: 13px;
  }
}

@media screen and (min-width:1024px) {
  .rnp-z-layout .author {
    font-size: 14px;
  }
}

.rnp-z-layout .title {
  margin: 0;
  font-size: 12px;
  font-style: italic;
  color: #afafaf;
}

.rnp-z-layout .rnp-z-row.img-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (max-width:960px) {
  .rnp-z-layout .rnp-z-row.img-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.reviews-praise .tdw-bottom-next {
  margin: 0 3%;
}

@media (max-width:960px) {
  .reviews-praise .tdw-bottom-next {
    margin: 0;
  }
}

.conver-w-dr-wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 90px;
}

@media (max-width:1024px) {
  .conver-w-dr-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.conver-w-dr-wrap .col-img {
  width: 379px;
  position: relative;
}

@media (max-width:1024px) {
  .conver-w-dr-wrap .col-img {
    margin: 0 auto 40px;
    width: 100%;
    max-width: 420px;
  }
}

.conver-w-dr-wrap .col-content {
  width: -webkit-calc(100% - 440px);
  width: calc(100% - 440px);
}

@media (max-width:1024px) {
  .conver-w-dr-wrap .col-content {
    width: 100%;
  }
}

@media (min-width:1025px) {
  .conver-w-dr-wrap .col-img-content.is-fixed {
    position: fixed;
    top: 0;
    max-width: 379px;
  }

  .conver-w-dr-wrap .col-img-content.is-bottom {
    position: absolute;
    bottom: 0;
    top: auto;
  }
}

.conver-w-dr-wrap .img-caption {
  font-size: 18px;
  font-weight: 500;
}

.conver-w-dr-wrap .order-title {
  border-top: 2px dashed #ddd;
  padding-top: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 11px;
  text-transform: uppercase;
}

.conver-w-dr-wrap div.abt-cta {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.conver-w-dr-wrap div.abt-cta a {
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
}

.conver-w-dr-wrap div.abt-cta a:first-child {
  margin-right: 0;
}

.conver-w-dr-wrap .text-block {
  margin-bottom: 50px;
}

.conver-w-dr-wrap .text-block:first-of-type {
  margin-top: 30px;
}

.conver-w-dr-wrap .text-block h6 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}

.conver-w-dr-wrap .text-block p {
  font-size: 16px;
}

section.ff-container div.outer-wrap {
  padding-bottom: 140px;
}

div.ff-img-container {
  width: 100%;
}

div.ff-img-container img {
  max-height: 700px;
  max-width: 500px;
  width: 100%;
  box-shadow: 0 15px 25px rgba(0,0,0,.1);
}

.partners-intro {
  padding: 50px 0;
}

.partners-intro p {
  font-size: -webkit-calc(16px + 2 * ((100vw - 420px)/ 604));
  font-size: calc(16px + 2 * ((100vw - 420px)/ 604));
}

@media screen and (max-width:420px) {
  .partners-intro p {
    font-size: 16px;
  }
}

@media screen and (min-width:1024px) {
  .partners-intro p {
    font-size: 18px;
  }
}

.partners-intro p a {
  color: #631da0;
}

.partners-intro p a:hover {
  text-decoration: underline;
}

.partners-sec {
  margin: 70px 0;
}

.partners-sec h4 {
  padding-bottom: 25px;
  margin-bottom: 70px;
  position: relative;
}

@media (max-width:640px) {
  .partners-sec h4 {
    margin-bottom: 30px;
  }
}

.partners-sec h4:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: #000;
}

.partners-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.partners-grid.grid-3 article {
  padding: 2vh;
}

@media (min-width:1025px) {
  .partners-grid.grid-3 article {
    width: 24%;
    margin-bottom: 30px;
  }
}

@media (max-width:1024px) {
  .partners-grid.grid-3 article {
    width: 48%;
    min-height: 180px;
    margin-bottom: 20px;
  }
}

@media (max-width:640px) {
  .partners-grid.grid-3 article {
    width: 100%;
    margin-right: 0;
  }
}

.partners-grid.grid-4 article {
  padding: 2vh;
}

@media (min-width:1025px) {
  .partners-grid.grid-4 article {
    width: 24%;
    margin-bottom: 30px;
  }
}

@media (max-width:1024px) {
  .partners-grid.grid-4 article {
    width: 48%;
    min-height: 180px;
    margin-bottom: 20px;
  }
}

@media (max-width:640px) {
  .partners-grid.grid-4 article {
    width: 100%;
    margin-right: 0;
  }
}

.partners-grid.grid-5 article {
  padding: 2vh;
}

@media (min-width:1025px) {
  .partners-grid.grid-5 article {
    width: -webkit-calc(100% / 5 - 10px);
    width: calc(100% / 5 - 10px);
    margin-right: 12px;
    margin-bottom: 12px;
  }

  .partners-grid.grid-5 article:nth-child(5n) {
    margin-right: 0;
  }
}

@media (max-width:1024px) {
  .partners-grid.grid-5 article {
    width: -webkit-calc(100% / 4 - 10px);
    width: calc(100% / 4 - 10px);
    margin-right: 12px;
    margin-bottom: 12px;
  }

  .partners-grid.grid-5 article:nth-child(4n) {
    margin-right: 0;
  }
}

@media (max-width:960px) {
  .partners-grid.grid-5 article {
    width: -webkit-calc(100% / 3 - 20px);
    width: calc(100% / 3 - 20px);
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .partners-grid.grid-5 article:nth-child(4n) {
    margin-right: auto;
  }

  .partners-grid.grid-5 article:nth-child(3n) {
    margin-right: 0;
  }
}

@media (max-width:640px) {
  .partners-grid.grid-5 article {
    width: -webkit-calc(100% / 2 - 10px);
    width: calc(100% / 2 - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .partners-grid.grid-5 article:nth-child(3n) {
    margin-right: auto;
  }

  .partners-grid.grid-5 article:nth-child(even) {
    margin-right: 0;
  }
}

.partners-grid article {
  border: 1px solid #ddd;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners-grid img {
  width: 80%;
  display: block;
}

.partners-2col-sec:after {
  clear: both;
  content: '';
  display: table;
}

@media (min-width:641px) {
  .partners-2col-sec .partners-sec {
    margin: 40px 0;
    float: left;
    clear: none;
    text-align: inherit;
    width: 47.5%;
    margin-left: 0;
    margin-right: 5%;
  }

  .partners-2col-sec .partners-sec:after {
    clear: both;
    content: '';
    display: table;
  }

  .partners-2col-sec .partners-sec:nth-child(2n) {
    margin-right: 0;
    float: right;
  }

  .partners-2col-sec .partners-sec:nth-child(2n+1) {
    clear: both;
  }

  .partners-2col-sec .partners-sec:last-of-type {
    margin-bottom: 200px;
  }
}

@media (max-width:640px) {
  .partners-2col-sec .partners-sec {
    margin: 70px 0;
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .partners-2col-sec .partners-sec:first-child {
    margin-left: auto;
  }

  .partners-2col-sec .partners-sec:last-child {
    margin-right: auto;
  }
}

.partners-2col-sec h4 {
  margin-bottom: 40px;
}

@media (max-width:640px) {
  .partners-2col-sec h4 {
    margin-bottom: 30px;
  }
}

.partners-2col-sec p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4em;
}

.partners-2col-sec span {
  color: #49c4a8;
  font-weight: 600;
}

.partner-btm-note {
  margin-top: -110px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 47.5%;
}

@media (max-width:640px) {
  .partner-btm-note {
    width: 100%;
    margin-top: 0;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 80px;
  }
}

.partner-btm-note>div {
  width: 100%;
}

.partner-btm-note p {
  font-size: 18px;
  line-height: 1.3em;
  margin: 0;
  position: relative;
  padding-left: 24px;
}

.partner-btm-note span {
  width: 12px;
  color: #49c4a8;
  font-weight: 600;
  position: absolute;
  left: 0;
  text-align: center;
}

body.careers h4 {
  font-size: 34px;
  margin-bottom: 28px;
}

body.careers p:not(.site-disclaimer-copy) {
  font-size: 18px;
}

body.careers div.footer-signup p,body.careers p.footer-bottom-copy {
  font-size: .8125rem;
}

section.career-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 9% 50px;
}

section.career-nav a {
  width: 24%;
  display: block;
  padding: 20px;
  border: solid 1px #eee;
  font-weight: 800;
  color: #000;
  text-align: center;
}

section.career-nav a:hover {
  color: #32c9da;
  border-color: #32c9da;
}

@media (max-width:767px) {
  section.career-nav a {
    width: 49%;
    margin-bottom: 10px;
  }
}

@media (max-width:639px) {
  section.career-nav a {
    width: 100%;
  }
}

@media (max-width:767px) {
  section.career-nav {
    padding: 0 5% 50px;
  }
}

section.benefits-wrap {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 9%;
  margin-top: 40px;
  text-align: center;
}

section.benefits-wrap h4 {
  color: #fff;
  text-align: center;
}

section.benefits-wrap p {
  color: #fff;
  text-align: center;
  max-width: 980px;
  margin: 0 auto;
}

section.benefits-wrap svg line,section.benefits-wrap svg path,section.benefits-wrap svg polygon {
  fill: #fff;
}

@media (max-width:767px) {
  section.benefits-wrap {
    padding: 50px 5%;
  }
}

ul.benefits {
  padding: 0;
  margin: 40px auto;
  list-style-type: none;
  text-align: left;
}

ul.benefits h5 {
  font-size: 18px;
}

ul.benefits p {
  color: #000;
  text-align: left;
  font-size: 18px;
  margin: 0;
}

ul.benefits li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px;
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0 10px 25px rgba(0,0,0,.25);
}

ul.benefits figure {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  width: 60px;
  height: 60px;
}

ul.benefits div {
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  padding-left: 20px;
}

@media (max-width:767px) {
  ul.benefits div {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

section.internship-wrap {
  padding: 70px 9% 10px;
}

@media (max-width:767px) {
  section.internship-wrap {
    padding: 50px 5%;
  }
}

div.intern-intro-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: dashed 2px #eaeaea;
  padding-bottom: 70px;
}

div.intern-intro-wrap article {
  width: 48%;
}

@media (max-width:949px) {
  div.intern-intro-wrap article {
    width: 100%;
  }

  div.intern-intro-wrap article:last-child {
    margin-top: 20px;
  }
}

div.intern-intro-wrap p.italic {
  font-style: italic;
}

div.intern-intro-wrap p a {
  color: #24a1c9;
}

div.intern-intro-wrap p a:hover {
  text-decoration: underline;
}

div.intern-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.intern-grid a {
  display: block;
  position: relative;
  width: 50%;
  padding: 20px;
  border: solid 1px #ddd;
  box-shadow: inset 0 0 0 2px #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-weight: 500;
  margin-bottom: 10px;
}

div.intern-grid a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 0 2px transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

div.intern-grid a:hover {
  color: #32c9da;
  z-index: 99;
}

div.intern-grid a:hover:after {
  box-shadow: 0 0 0 2px #32c9da;
}

@media (min-width:640px) {
  div.intern-grid a {
    margin-bottom: 0;
  }

  div.intern-grid a:first-child {
    border-right: solid .5px #fff;
  }

  div.intern-grid a:nth-child(3) {
    border-top: solid .5px #fff;
    border-right: solid .5px #fff;
  }

  div.intern-grid a:last-child {
    border-top: solid .5px #fff;
  }
}

@media (max-width:639px) {
  div.intern-grid a {
    width: 100%;
  }
}

section.recruitment-wrap {
  padding: 70px 9%;
}

section.recruitment-wrap ul {
  margin: 0;
  padding: 0 0 0 20px;
  list-style-type: none;
  color: #32c9da;
}

section.recruitment-wrap li {
  position: relative;
  margin-bottom: 20px;
}

section.recruitment-wrap li:after {
  content: '';
  position: absolute;
  top: 10px;
  left: -17px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #32c9da;
}

section.recruitment-wrap p {
  margin: 0;
}

@media (max-width:767px) {
  section.recruitment-wrap {
    padding: 50px 5%;
  }
}

div.recruitment-requirements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 20px;
}

div.recruitment-requirements article {
  width: 32%;
}

div.recruitment-requirements article:nth-child(1) h4 {
  color: #631da0;
  border-bottom: solid 6px #631da0;
}

div.recruitment-requirements article:nth-child(2) h4 {
  color: #9c24ab;
  border-bottom: solid 6px #9c24ab;
}

div.recruitment-requirements article:nth-child(3) h4 {
  color: #eb60fc;
  border-bottom: solid 6px #eb60fc;
}

@media (max-width:767px) {
  div.recruitment-requirements article {
    width: 100%;
    margin-bottom: 30px;
  }
}

div.recruitment-requirements h4 {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

section.open-positions {
  max-width: 82%;
  margin: 60px auto 0;
  padding: 80px 40px 40px;
  box-shadow: 0 15px 50px rgba(0,0,0,.1);
  background-color: #fff;
}

@media (max-width:767px) {
  section.open-positions {
    max-width: 90%;
  }
}

section.open-positions figure {
  height: 50px;
  width: 50px;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

section.open-positions h4 {
  text-align: center;
}

section.open-positions ul.job-listing-wrap {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

section.open-positions ul.job-listing-wrap>li {
  padding: 30px 0;
  padding-left: 50px;
  border-bottom: dashed 2px #eaeaea;
}

section.open-positions .job-heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.open-positions .job-heading-wrap h6 {
  font-size: 22px;
  margin-bottom: 0;
}

section.open-positions .job-heading-wrap p {
  font-size: 22px;
  color: #999;
  margin-top: 0;
}

section.open-positions .job-heading-wrap div {
  width: 75%;
}

section.open-positions .job-heading-wrap div:last-child {
  width: 25%;
  text-align: right;
}

@media (max-width:767px) {
  section.open-positions .job-heading-wrap div {
    width: 100%;
  }

  section.open-positions .job-heading-wrap div:last-child {
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }
}

section.open-positions .job-heading-wrap:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

section.open-positions .job-title {
  position: relative;
  cursor: pointer;
}

section.open-positions .job-title.is-active .circle,section.open-positions .job-title:hover .circle {
  border-color: #631da0;
}

section.open-positions .job-title.is-active .h,section.open-positions .job-title.is-active .v,section.open-positions .job-title:hover .h,section.open-positions .job-title:hover .v {
  background: #631da0;
}

section.open-positions .job-title.is-active h6,section.open-positions .job-title:hover h6 {
  color: #631da0;
}

section.open-positions .job-title.is-active .v {
  opacity: 0;
}

section.open-positions .circle {
  position: absolute;
  left: -50px;
  top: 10px;
  width: 35px;
  height: 35px;
  border: 3px solid #000;
  border-radius: 50%;
  -webkit-transition: .35s;
  transition: .35s;
}

section.open-positions .circle .v {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 3px;
  height: 15px;
  background: #000;
  -webkit-transition: .35s;
  transition: .35s;
}

section.open-positions .circle .h {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 15px;
  height: 3px;
  background: #000;
  -webkit-transition: .35s;
  transition: .35s;
}

section.open-positions .job-details-text {
  padding-top: 10px;
  display: none;
}

section.open-positions .job-details-text a {
  color: #631da0;
  border-bottom: 1px solid rgba(99,29,160,0);
  -webkit-transition: .4s;
  transition: .4s;
}

section.open-positions .job-details-text a:hover {
  border-bottom: 1px solid #631da0;
}

section.open-positions .job-details-text h6 {
  font-size: 18px;
  margin-bottom: 6px;
  margin-top: 20px;
}

section.open-positions .job-details-text ul {
  margin-top: 0;
}

section.open-positions .job-details-text li {
  list-style: disc;
  color: #999;
}

section.open-positions .job-details-text p {
  font-size: 16px;
  color: #000;
  margin-top: 0;
  color: #999;
}

section.eoe {
  margin: 50px 0 40px;
  padding: 60px 9%;
}

section.eoe h4 {
  font-size: 22px;
}

section.eoe p {
  color: #333;
}

@media (max-width:767px) {
  section.eoe {
    padding: 50px 5%;
  }
}

.story-intro {
  padding: 50px 0;
}

.story-intro p {
  font-size: -webkit-calc(16px + 2 * ((100vw - 420px)/ 604));
  font-size: calc(16px + 2 * ((100vw - 420px)/ 604));
}

@media screen and (max-width:420px) {
  .story-intro p {
    font-size: 16px;
  }
}

@media screen and (min-width:1024px) {
  .story-intro p {
    font-size: 18px;
  }
}

.story-timeline {
  margin-top: 30px;
  margin-bottom: 100px;
}

.story-timeline .timeline-start {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  z-index: 10;
  mix-blend-mode: multiply;
}

@media (max-width:960px) {
  .story-timeline .timeline-start {
    margin: 0 0 0 -3px;
  }
}

@media (max-width:640px) {
  .story-timeline .timeline-start {
    width: 50px;
    height: 50px;
    left: 10px;
  }
}

.story-timeline .timeline-start img {
  position: absolute;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 112px;
  max-width: initial;
  position: relative;
}

@media (max-width:640px) {
  .story-timeline .timeline-start img {
    width: 80px;
  }
}

.story-timeline .timeline-start+.section-wrap {
  margin-top: -35px;
}

.story-timeline .timeline-end {
  width: 70px;
  margin: 0 auto;
  opacity: .8;
  position: relative;
  top: -20px;
}

@media (max-width:960px) {
  .story-timeline .timeline-end {
    margin: 0;
  }
}

@media (max-width:640px) {
  .story-timeline .timeline-end {
    width: 63px;
  }
}

.story-timeline .timeline-end span {
  width: 30px;
  height: 30px;
  background: #32c9e8;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}

.story-timeline .heading-row h4 {
  text-align: center;
  margin: 30px 0;
  font-size: -webkit-calc(27px + 8 * ((100vw - 420px)/ 604));
  font-size: calc(27px + 8 * ((100vw - 420px)/ 604));
}

@media screen and (max-width:420px) {
  .story-timeline .heading-row h4 {
    font-size: 27px;
  }
}

@media screen and (min-width:1024px) {
  .story-timeline .heading-row h4 {
    font-size: 35px;
  }
}

@media (max-width:960px) {
  .story-timeline .heading-row h4 {
    text-align: left;
  }
}

.story-timeline .section-wrap:nth-of-type(1) .col-left,.story-timeline .section-wrap:nth-of-type(1) .col-right {
  padding-top: 70px;
}

.story-timeline .cols-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.story-timeline .col-left,.story-timeline .col-right {
  position: relative;
  width: -webkit-calc(50% - 35px);
  width: calc(50% - 35px);
}

@media (max-width:960px) {
  .story-timeline .col-left {
    display: none;
  }
}

.story-timeline .col-left .box-container {
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.story-timeline .col-left .box-container:nth-of-type(even) {
  display: none;
}

.story-timeline .col-left .date-cell {
  right: -25px;
}

.story-timeline .col-left .date-cell p {
  text-align: right;
}

.story-timeline .col-left .date-cell:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -12px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #24a1c9;
}

.story-timeline .col-left .date-cell:after {
  right: -61px;
}

@media (max-width:960px) {
  .story-timeline .col-right {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
  }
}

.story-timeline .col-right:before {
  content: '';
  position: absolute;
  top: 0;
  left: -36px;
  width: 2px;
  height: 100%;
  background: -webkit-linear-gradient(top,#fff,#fff 50%,#ddd 50%,#ddd);
  background: linear-gradient(to bottom,#fff,#fff 50%,#ddd 50%,#ddd);
  background-size: 100% 12px;
  z-index: 0;
}

.story-timeline .col-right .box-container {
  margin-left: 40px;
}

@media (max-width:960px) {
  .story-timeline .col-right .box-container {
    margin-left: 25px;
  }
}

.story-timeline .col-right .box-container:nth-of-type(odd) {
  display: none;
}

@media (max-width:960px) {
  .story-timeline .col-right .box-container:nth-of-type(odd) {
    display: block;
  }
}

.story-timeline .col-right .box-container:nth-of-type(2) {
  margin-top: 50px;
}

.story-timeline .col-right .date-cell {
  left: -25px;
}

@media (max-width:640px) {
  .story-timeline .col-right .date-cell {
    left: -18px;
  }
}

.story-timeline .col-right .date-cell:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -12px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 12px solid #32c9e8;
}

.story-timeline .col-right .date-cell:after {
  left: -61px;
}

@media (max-width:960px) {
  .story-timeline .col-right .date-cell:after {
    left: -46px;
  }
}

@media (max-width:640px) {
  .story-timeline .col-right .date-cell:after {
    left: -53px;
  }
}

.story-timeline .col-vline {
  width: 70px;
}

.story-timeline .box-container {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.story-timeline .date-cell {
  position: relative;
  padding: 10px 25px;
  width: 100%;
  max-width: 250px;
  background: -webkit-linear-gradient(330deg,#32c9e8 0,#24a1c9 100%);
  background: linear-gradient(120deg,#32c9e8 0,#24a1c9 100%);
  mix-blend-mode: multiply;
  opacity: .8;
  z-index: 2;
}

@media (max-width:640px) {
  .story-timeline .date-cell {
    padding: 10px 15px;
  }
}

.story-timeline .date-cell p {
  position: relative;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}

.story-timeline .date-cell:after {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-radius: 50%;
  background: #ccf1f5;
  border: 2px solid #24a1c9;
  opacity: .7;
}

.story-timeline .text-cell {
  background: #d7f4f8;
  padding: 32px 30px;
  margin-top: -16px;
  position: relative;
  z-index: 0;
  width: 100%;
}

@media (max-width:640px) {
  .story-timeline .text-cell {
    padding: 28px 20px;
  }
}

.story-timeline .text-cell p {
  font-size: -webkit-calc(16px + 2 * ((100vw - 420px)/ 604));
  font-size: calc(16px + 2 * ((100vw - 420px)/ 604));
}

@media screen and (max-width:420px) {
  .story-timeline .text-cell p {
    font-size: 16px;
  }
}

@media screen and (min-width:1024px) {
  .story-timeline .text-cell p {
    font-size: 18px;
  }
}

.story-timeline .image-cell {
  width: 100%;
  z-index: 1;
  margin-bottom: 20px;
}

.story-timeline .image {
  overflow: hidden;
  position: relative;
  border: solid 5px #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  z-index: 1;
}

.story-timeline .image::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 56.25%;
}

@media (max-width:500px) {
  .story-timeline .image {
    max-width: 100%;
  }
}

.advisory-section {
  margin-top: 30px;
  margin-bottom: 70px;
}

.advisory-section:last-child {
  margin-bottom: 150px;
}

@media (max-width:768px) {
  .advisory-section:last-child {
    margin-bottom: 70px;
  }
}

.advisory-section .heading {
  padding-bottom: 25px;
  margin-bottom: 50px;
  position: relative;
}

.advisory-section .heading:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: #000;
}

.advisory-section .wrapper {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.advisory-section .row {
  width: 45%;
  margin-bottom: 35px;
}

@media (max-width:768px) {
  .advisory-section .row {
    width: 100%;
  }
}

.advisory-section .row h5 {
  margin-bottom: 8px;
}

.advisory-section .row p {
  font-size: 15px;
  color: #999;
  line-height: 1.2em;
}

section.mission-container {
  position: relative;
  height: 700px;
}

section.mission-container figure {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 90%;
  width: 40%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  z-index: 0;
}

@media (max-width:767px) {
  section.mission-container {
    height: auto;
  }

  section.mission-container figure {
    display: none;
  }
}

div.miss-wrap {
  width: 100%;
  z-index: 1;
}

div.miss-wrap h4 {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}

div.miss-wrap.bg-color {
  background-blend-mode: multiply;
}

div.miss-wrap.bg-color p {
  font-size: 26px;
  line-height: 1.2em;
  color: #fff;
}

@media (min-width:768px) {
  div.miss-wrap {
    position: absolute;
    height: 30%;
    max-width: 705px;
  }
}

div.mission-top {
  padding: 40px;
  top: 9%;
  left: 14%;
}

div.mission-top h1 {
  font-size: 26px;
}

div.mission-top p {
  font-size: 18px;
  color: #333;
}

@media (min-width:768px) {
  div.mission-top {
    padding: 0;
  }
}

div.mission-mid {
  background-color: rgba(72,192,183,.8);
  top: 28%;
  left: 8%;
  padding: 40px;
  max-width: 680px;
}

div.mission-mid:after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(315deg,#49c4a8 0,rgba(125,185,232,0) 100%);
  background: linear-gradient(135deg,#49c4a8 0,rgba(125,185,232,0) 100%);
}

div.mission-bot {
  background-color: rgba(45,156,219,.8);
  top: 54%;
  left: 18%;
  padding: 40px;
  max-width: 680px;
}

div.mission-bot:after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(315deg,#2d9cdb 0,rgba(125,185,232,0) 100%);
  background: linear-gradient(135deg,#2d9cdb 0,rgba(125,185,232,0) 100%);
}

section.advan-intro {
  padding: 40px 0 80px 9%;
}

section.advan-intro p {
  font-size: 18px;
}

section.advan-intro p.top {
  margin-top: 40px;
  margin-bottom: 30px;
  padding-right: 9%;
}

section.advan-intro div.intro-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.advan-intro div.intro-split div {
  width: 48%;
}

section.advan-intro div.intro-split div.image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width:767px) {
  section.advan-intro div.intro-split div {
    width: 100%;
  }

  section.advan-intro div.intro-split div:first-child {
    padding-right: 5%;
    margin-bottom: 30px;
  }

  section.advan-intro div.intro-split div.image {
    overflow: hidden;
    position: relative;
  }

  section.advan-intro div.intro-split div.image::before {
    content: '';
    display: block;
    height: 0;
    padding-top: 56.25%;
  }
}

@media (max-width:767px) {
  section.advan-intro {
    padding: 0 0 40px 5%;
  }
}

section.advan-main {
  position: relative;
  padding: 0 9%;
  margin-top: 120px;
}

@media (max-width:767px) {
  section.advan-main {
    padding: 0 5%;
  }
}

div.advan-list-wrap {
  background-color: #fff;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  box-shadow: 0 30px 50px rgba(0,0,0,.25);
}

div.advan-list-wrap h2 {
  font-size: 32px;
  padding: 40px 70px 0;
}

@media (max-width:767px) {
  div.advan-list-wrap h2 {
    font-size: 24px;
    padding: 40px 40px 10px;
  }
}

div.advan-list-wrap ul {
  margin: 0;
  padding: 40px 70px 10px;
  list-style-type: none;
}

@media (max-width:767px) {
  div.advan-list-wrap ul {
    padding: 40px 40px 10px;
  }
}

div.advan-list-wrap li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 0;
  border-bottom: dashed 2px #eaeaea;
}

div.advan-list-wrap li figure {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}

div.advan-list-wrap li div {
  width: -webkit-calc(100% - 90px);
  width: calc(100% - 90px);
}

div.advan-list-wrap li span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
  margin-bottom: 10px;
}

div.advan-list-wrap li p {
  font-size: 18px;
  color: #333;
}

div.advan-list-wrap li p a {
  color: #631da0;
}

div.advan-list-wrap li p a:hover {
  text-decoration: underline;
}

div.advan-list-wrap li ul {
  padding: 20px 0 20px 30px;
}

div.advan-list-wrap li ul li {
  padding: 30px 0;
  border-bottom: none;
}

div.advan-list-wrap li h6 {
  font-weight: 600;
}

div.advan-list-wrap li:first-child {
  padding-top: 20px;
}

div.advan-list-wrap li:last-child {
  border-bottom: none;
  padding-bottom: none;
}

@media (max-width:767px) {
  div.advan-list-wrap li div {
    width: 100%;
    margin-top: 20px;
  }

  div.advan-list-wrap li ul {
    padding: 20px 0 20px 20px;
  }
}

section.advan-next {
  padding: 80px 9%;
}

section.advan-next span {
  display: block;
  margin-bottom: 5px;
  color: #999;
  font-size: 18px;
}

section.advan-next a {
  color: #631da0;
  font-size: 28px;
  outline: 0;
}

section.donate-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 9%;
}

@media (max-width:767px) {
  section.donate-intro {
    padding: 40px 5%;
  }
}

section.donate-intro div {
  width: 30%;
}

section.donate-intro div p span {
  font-weight: 600;
}

@media (max-width:767px) {
  section.donate-intro div {
    width: 100%;
    margin-bottom: 30px;
  }
}

section.donate-intro ul {
  width: 65%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  border: solid 1px #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.donate-intro ul li {
  width: 50%;
  padding: 20px 25px;
}

section.donate-intro ul li span {
  display: block;
  margin-bottom: 10px;
  color: #32c9e8;
  font-weight: 600;
  font-size: 20px;
}

section.donate-intro ul li p {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

section.donate-intro ul li:first-child {
  border-right: solid 1px #eaeaea;
  border-bottom: solid 1px #eaeaea;
}

section.donate-intro ul li:nth-child(2) {
  border-bottom: solid 1px #eaeaea;
}

section.donate-intro ul li:nth-child(3) {
  border-right: solid 1px #eaeaea;
}

@media (max-width:767px) {
  section.donate-intro ul li {
    width: 100%;
  }

  section.donate-intro ul li:first-child {
    border-right: none;
  }

  section.donate-intro ul li:nth-child(3) {
    border-right: none;
    border-bottom: solid 1px #eaeaea;
  }
}

@media (max-width:767px) {
  section.donate-intro ul {
    width: 100%;
  }
}

section.donate-match {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 9%;
  text-align: center;
}

@media (max-width:767px) {
  section.donate-match {
    padding: 40px 5%;
  }
}

section.donate-match figure {
  margin: 0 auto;
  height: 58px;
  width: 58px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

section.donate-match h2,section.donate-match p {
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
}

section.donate-match h2 {
  margin-top: 40px;
}

section.donate-match p {
  margin: 40px auto;
}

section.donate-additional {
  padding: 60px 9%;
  border-bottom: dashed 2px #eaeaea;
}

@media (max-width:767px) {
  section.donate-additional {
    padding: 40px 5%;
  }
}

section.donate-additional h2 {
  font-size: 32px;
  margin-bottom: 40px;
}

section.donate-additional ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

section.donate-additional li {
  width: 31%;
}

@media (max-width:767px) {
  section.donate-additional li {
    width: 100%;
    margin-bottom: 40px;
  }

  section.donate-additional li:last-child {
    margin-bottom: 0;
  }
}

section.donate-additional figure {
  height: 58px;
  width: 58px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

section.donate-additional span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
}

section.donate-additional p {
  margin: 0;
  font-size: 18px;
  word-wrap: break-word;
}

section.donate-additional p.pt {
  margin: 10px 0 0;
  color: #631da0;
  font-weight: 500;
}

section.donate-additional p a {
  color: #24a1c9;
  font-weight: 500;
}

section.donate-additional a.btn {
  border-color: #631da0;
  margin-top: 20px;
}

section.donate-forms {
  padding: 50px 9% 70px;
}

@media (max-width:767px) {
  section.donate-forms {
    padding: 40px 5%;
  }
}

section.donate-forms div.donate-form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

section.donate-forms a {
  display: block;
  width: 31%;
  padding: 20px;
  border: solid 1px #eaeaea;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

section.donate-forms a:hover {
  box-shadow: 0 15px 50px rgba(0,0,0,.05);
  border-color: #32c9da;
}

section.donate-forms a:hover span {
  color: #32c9da;
}

@media (max-width:767px) {
  section.donate-forms a {
    width: 100%;
    margin-bottom: 15px;
  }
}

section.donate-forms span {
  display: block;
  font-weight: 500;
  color: #631da0;
  font-size: 18px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  margin-bottom: 5px;
}

section.donate-forms p {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 500;
  color: #333;
  font-size: 18px;
  line-height: 1.2em;
}

section.in-the-news-hero {
  min-height: 190px;
  padding: 0 7%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #24a1c9;
}

section.in-the-news-hero h1 {
  color: #fff;
  margin: 0;
}

@media (max-width:639px) {
  section.in-the-news-hero {
    min-height: 136px;
    padding: 0 5%;
  }
}

section.news-grid-container {
  padding: 75px 7%;
  background-color: #f7f7f7;
}

@media (max-width:639px) {
  section.news-grid-container {
    padding: 50px 5%;
  }
}

div.news-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

div.news-grid::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

@media (max-width:639px) {
  div.news-grid {
    margin-right: 0;
  }
}

a.news-post {
  width: 31.333%;
  display: block;
  min-height: 200px;
  margin-bottom: 40px;
  margin-left: 1%;
  margin-right: 1%;
  background-color: #fff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  outline: 0;
}

a.news-post:hover {
  box-shadow: 0 10px 40px rgba(0,0,0,.1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

a.news-post:hover h5 {
  color: #631da0;
}

a.news-post:hover figure {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media (max-width:767px) {
  a.news-post {
    width: 48%;
  }
}

@media (max-width:639px) {
  a.news-post {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

div.news-post-content {
  position: relative;
  padding: 5% 7% 9%;
}

div.news-post-content span.publisher {
  font-size: 11px;
  letter-spacing: -.04em;
  color: #bdbdbd;
  text-transform: uppercase;
  font-weight: 700;
}

div.news-post-content span.play {
  position: absolute;
  top: -90px;
  left: 7%;
  height: 55px;
  width: 55px;
}

div.news-post-content span.play svg {
  width: 55px;
  height: 55px;
}

div.news-post-content span.play svg circle {
  stroke: #fff;
}

div.news-post-content span.play svg polygon {
  fill: #fff;
}

div.news-post-content h5 {
  font-size: 21px;
  letter-spacing: -.04em;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

div.news-post-content p {
  line-height: 19px;
  font-size: 13px;
  color: rgba(51,51,51,.7);
}

div.news-post-content figure {
  position: absolute;
  right: 8%;
  bottom: 10%;
  height: 15px;
  width: 15px;
  opacity: 0;
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

div.news-post-content figure svg path {
  fill: #631da0;
}

body.resources section.short-hero-stack article {
  padding: 50px 12% 50px 7%;
}

@media (max-width:767px) {
  body.resources section.short-hero-stack figure {
    background-position: center right;
  }
}

body.resources p {
  font-size: 18px;
  color: #333;
}

body.resources p a {
  color: #9b51e0;
  font-size: 700;
}

body.resources p a:hover {
  text-decoration: underline;
}

body.resources div.footer-bottom p {
  color: #9687a3;
}

body.resources div.footer-bottom a {
  color: #9687a3;
}

body.resources div.footer-signup p {
  color: #847594;
  font-size: 14px;
}

section.resource-intro {
  padding: 70px 7% 35px;
}

section.resource-intro div.ri-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
  padding-bottom: 70px;
  border-bottom: 2px dashed rgba(221,221,221,.9);
}

section.resource-intro div.ri-split figure {
  width: 48%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  overflow: hidden;
  position: relative;
}

section.resource-intro div.ri-split figure::before {
  content: '';
  display: block;
  height: 0;
  padding-top: 56.25%;
}

@media (max-width:767px) {
  section.resource-intro div.ri-split figure {
    width: 100%;
    margin-bottom: 40px;
  }
}

section.resource-intro div.ri-split div {
  width: 48%;
}

@media (max-width:767px) {
  section.resource-intro div.ri-split div {
    width: 100%;
  }
}

@media (max-width:767px) {
  section.resource-intro {
    padding: 40px 7% 35px;
  }
}

section.resource-components {
  padding: 35px 7% 70px;
}

section.resource-components div.copy-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

section.resource-components div.copy-block p {
  width: 48%;
  margin: 0;
}

@media (max-width:767px) {
  section.resource-components div.copy-block p {
    width: 100%;
  }

  section.resource-components div.copy-block p:first-child {
    margin-bottom: 1em;
  }
}

div.rc-pie-chart {
  position: relative;
  height: 250px;
  margin: 70px auto 80px;
}

@media (max-width:767px) {
  div.rc-pie-chart {
    height: 470px;
  }
}

div.rc-pie-chart p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
}

div.rc-pie-chart svg {
  position: absolute;
  width: 250px;
  height: 250px;
  left: -webkit-calc(50% - 125px);
  left: calc(50% - 125px);
  top: -webkit-calc(50% - 125px);
  top: calc(50% - 125px);
}

@media (max-width:979px) {
  div.rc-pie-chart svg {
    left: 0;
  }
}

@media (max-width:767px) {
  div.rc-pie-chart svg {
    left: -webkit-calc(50% - 125px);
    left: calc(50% - 125px);
    top: -20px;
  }
}

div.rc-pie-chart div.left-text {
  position: absolute;
  width: -webkit-calc(50% - 175px);
  width: calc(50% - 175px);
  height: 100%;
  left: 0;
}

div.rc-pie-chart div.left-text p {
  text-align: right;
  position: absolute;
  right: 0;
  width: 100%;
  height: 1em;
  margin: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  opacity: 0;
}

div.rc-pie-chart div.left-text p:first-child {
  color: #32c9da;
}

div.rc-pie-chart div.left-text p:nth-child(2) {
  color: #46c1ab;
  top: -webkit-calc(50% - .5em);
  top: calc(50% - .5em);
}

div.rc-pie-chart div.left-text p:last-child {
  color: #631da0;
  bottom: 0;
}

@media (min-width:980px) {
  div.rc-pie-chart div.left-text {
    top: -webkit-calc(50% - 125px);
    top: calc(50% - 125px);
  }

  div.rc-pie-chart div.left-text p:first-child {
    right: -20%;
    top: 0;
  }

  div.rc-pie-chart div.left-text p:last-child {
    right: -20%;
  }
}

@media (max-width:979px) {
  div.rc-pie-chart div.left-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    left: 280px;
    bottom: 0;
    height: -webkit-calc(50% - 1em);
    height: calc(50% - 1em);
    width: -webkit-calc(100% - 280px);
    width: calc(100% - 280px);
  }

  div.rc-pie-chart div.left-text p {
    text-align: left;
    width: 100%;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  div.rc-pie-chart div.left-text p:first-child {
    bottom: 0;
  }

  div.rc-pie-chart div.left-text p:nth-child(2) {
    top: -webkit-calc(50% - .5em);
    top: calc(50% - .5em);
  }

  div.rc-pie-chart div.left-text p:last-child {
    top: 0;
  }
}

@media (max-width:767px) {
  div.rc-pie-chart div.left-text {
    width: 100%;
    left: 0;
    top: inherit;
    bottom: -25px;
    height: 100px;
  }

  div.rc-pie-chart div.left-text p {
    font-size: 16px;
  }
}

div.rc-pie-chart div.right-text {
  position: absolute;
  width: -webkit-calc(50% - 175px);
  width: calc(50% - 175px);
  height: 100%;
}

div.rc-pie-chart div.right-text p {
  position: absolute;
  right: 0;
  width: 100%;
  height: 1em;
  margin: 0;
  opacity: 0;
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

div.rc-pie-chart div.right-text p:first-child {
  color: #fc8006;
  top: 0;
}

div.rc-pie-chart div.right-text p:nth-child(2) {
  color: #fa6405;
  top: -webkit-calc(50% - .5em);
  top: calc(50% - .5em);
}

div.rc-pie-chart div.right-text p:last-child {
  color: #af12dd;
  bottom: 0;
}

@media (min-width:980px) {
  div.rc-pie-chart div.right-text {
    right: 0;
    top: 0;
  }

  div.rc-pie-chart div.right-text p:first-child {
    left: -20%;
  }

  div.rc-pie-chart div.right-text p:last-child {
    left: -20%;
  }
}

@media (max-width:979px) {
  div.rc-pie-chart div.right-text {
    left: 280px;
    height: -webkit-calc(50% - 1em);
    height: calc(50% - 1em);
    width: -webkit-calc(100% - 280px);
    width: calc(100% - 280px);
    top: 0;
  }

  div.rc-pie-chart div.right-text p {
    text-align: left;
  }
}

@media (max-width:767px) {
  div.rc-pie-chart div.right-text {
    width: 100%;
    left: 0;
    top: inherit;
    bottom: 100px;
    height: 100px;
  }

  div.rc-pie-chart div.right-text p {
    font-size: 16px;
  }
}

div.rc-pie-chart svg .part-1 {
  -webkit-transform: translate(-40px,80px);
  -ms-transform: translate(-40px,80px);
  transform: translate(-40px,80px);
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

div.rc-pie-chart svg .part-2 {
  -webkit-transform: translate(-80px,0);
  -ms-transform: translate(-80px,0);
  transform: translate(-80px,0);
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

div.rc-pie-chart svg .part-3 {
  -webkit-transform: translate(-40px,-80px);
  -ms-transform: translate(-40px,-80px);
  transform: translate(-40px,-80px);
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

div.rc-pie-chart svg .part-4 {
  -webkit-transform: translate(40px,-80px);
  -ms-transform: translate(40px,-80px);
  transform: translate(40px,-80px);
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}

div.rc-pie-chart svg .part-5 {
  -webkit-transform: translate(80px,0);
  -ms-transform: translate(80px,0);
  transform: translate(80px,0);
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

div.rc-pie-chart svg .part-6 {
  -webkit-transform: translate(40px,80px);
  -ms-transform: translate(40px,80px);
  transform: translate(40px,80px);
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}

div.rc-pie-chart.is-active div.right-text p:first-child {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

div.rc-pie-chart.is-active div.right-text p:nth-child(2) {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

div.rc-pie-chart.is-active div.right-text p:last-child {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}

div.rc-pie-chart.is-active div.left-text p:first-child {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}

div.rc-pie-chart.is-active div.left-text p:nth-child(2) {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms;
}

div.rc-pie-chart.is-active div.left-text p:last-child {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

div.rc-pie-chart.is-active svg .part-1 {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
}

div.rc-pie-chart.is-active svg .part-2 {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
}

div.rc-pie-chart.is-active svg .part-3 {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
}

div.rc-pie-chart.is-active svg .part-4 {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
}

div.rc-pie-chart.is-active svg .part-5 {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
}

div.rc-pie-chart.is-active svg .part-6 {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  opacity: 1;
}

section.resource-neglect {
  position: relative;
  padding: 70px 7%;
}

section.resource-neglect figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  background-attachment: fixed;
  z-index: 1;
}

section.resource-neglect div.copy-block {
  position: relative;
  max-width: 750px;
  margin: 0 auto;
  z-index: 2;
}

section.resource-neglect div.copy-block h2,section.resource-neglect div.copy-block p {
  color: #fff;
  text-align: center;
}

section.resource-neglect div.copy-block h2 {
  margin-bottom: 30px;
}

section.resource-neglect div.copy-split {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 2;
  max-width: 900px;
  margin: 80px auto 0;
}

section.resource-neglect div.copy-split p {
  color: #fff;
  margin-bottom: 30px;
}

section.resource-neglect div.copy-split div {
  width: 48%;
  text-align: center;
}

@media (max-width:767px) {
  section.resource-neglect div.copy-split div {
    width: 100%;
    margin-bottom: 50px;
  }

  section.resource-neglect div.copy-split div:last-child {
    margin-bottom: 0;
  }
}

section.resource-neglect div.copy-split::after {
  content: '';
  position: absolute;
  top: -40px;
  left: -webkit-calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 4px;
  background-color: #fff;
  opacity: .25;
}

@media (max-width:767px) {
  section.resource-neglect div.copy-split {
    padding: 0;
  }
}

section.resource-neglect div.left-box {
  position: absolute;
  left: 0;
  bottom: -50%;
  height: 110%;
  width: 25px;
  background-color: #56ccf2;
  opacity: .14;
  z-index: 3;
}

@media (max-width:767px) {
  section.resource-neglect div.left-box {
    width: 10px;
  }
}

section.resource-neglect div.right-box {
  position: absolute;
  right: 0;
  top: -10%;
  height: 120%;
  width: 80px;
  background-color: #fc8c20;
  opacity: .3;
  z-index: 3;
}

@media (max-width:767px) {
  section.resource-neglect div.right-box {
    width: 10px;
  }
}

section.resource-medical {
  padding: 100px 0 80px 7%;
}

section.resource-medical div.rm-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

section.resource-medical div.rm-top div {
  width: 48%;
}

@media (max-width:767px) {
  section.resource-medical div.rm-top div {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 7%;
  }
}

section.resource-medical div.rm-top figure {
  width: 48%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width:767px) {
  section.resource-medical div.rm-top figure {
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  section.resource-medical div.rm-top figure::before {
    content: '';
    display: block;
    height: 0;
    padding-top: 56.25%;
  }
}

section.resource-medical div.rm-top h2 {
  margin-bottom: 40px;
}

section.resource-medical ul {
  padding: 0;
  margin: 30px 0 0;
  list-style-type: none;
}

section.resource-medical ul li {
  position: relative;
  padding-left: 30px;
  padding-right: 14%;
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.5em;
}

section.resource-medical ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  height: 10px;
  width: 10px;
  background-color: #9b51e0;
  border-radius: 99px;
}

section.resource-medical ul li:last-child {
  margin-bottom: 0;
}

@media (max-width:767px) {
  section.resource-medical ul li {
    padding-right: 7%;
  }
}

@media (max-width:767px) {
  section.resource-medical {
    padding: 50px 7%;
  }
}

section.resource-divider {
  position: relative;
  padding: 0 7%;
}

section.resource-divider div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #fdf8f3;
  border: 2px solid #f0c6a1;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
  padding: 15px 18px;
  z-index: 2;
}

section.resource-divider img {
  width: 30px;
  height: 50px;
}

section.resource-divider p {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  padding-left: 15px;
  color: #b28962;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

section.resource-divider::before {
  content: '';
  position: absolute;
  left: 7%;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  height: 0;
  width: 86%;
  border-bottom: dashed 2px #ddd;
  z-index: 1;
}

@media (max-width:767px) {
  section.resource-divider::before {
    width: 100%;
    left: 0;
  }
}

section.resource-mental {
  padding: 80px 7%;
}

section.resource-mental h2 {
  margin-bottom: 40px;
}

section.resource-mental ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 30px 0 0;
  list-style-type: none;
}

section.resource-mental li {
  width: 30%;
  position: relative;
  padding-left: 20px;
  font-size: 18px;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.5em;
}

section.resource-mental li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  height: 10px;
  width: 10px;
  background-color: #9b51e0;
  border-radius: 99px;
}

section.resource-mental li:last-child {
  margin-bottom: 0;
}

@media (max-width:979px) {
  section.resource-mental li {
    width: 48%;
  }
}

@media (max-width:767px) {
  section.resource-mental li {
    width: 100%;
  }
}

@media (max-width:767px) {
  section.resource-mental {
    padding: 50px 7%;
  }
}

section.resource-hotlines {
  position: relative;
  padding: 60px 4% 80px;
}

section.resource-hotlines div.resource-hotline-bg {
  position: absolute;
  width: 100%;
  height: 80%;
  top: 20%;
  left: 0;
  background-color: #f7f7f7;
}

@media (max-width:767px) {
  section.resource-hotlines {
    padding: 50px 0;
  }
}

div.resource-hotline-wrapper {
  position: relative;
  background-color: #fff;
  padding: 60px 4%;
  box-shadow: 0 30px 50px rgba(0,0,0,.15);
}

div.resource-hotline-wrapper h2 {
  margin-bottom: 50px;
}

div.resource-hotline-wrapper::after {
  content: '';
  position: absolute;
  height: 10px;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #631da0;
}

@media (max-width:767px) {
  div.resource-hotline-wrapper {
    padding: 60px 7%;
  }
}

div.resource-hotline-col-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

div.resource-hotline-col-wrapper ul {
  list-style: none;
  width: 48%;
  padding: 0;
  margin: 0;
}

@media (max-width:767px) {
  div.resource-hotline-col-wrapper ul {
    width: 100%;
    margin-bottom: 50px;
  }

  div.resource-hotline-col-wrapper ul:last-child {
    margin-bottom: 0;
  }
}

div.resource-hotline-col-wrapper li {
  margin-bottom: 50px;
}

div.resource-hotline-col-wrapper li:last-child {
  margin-bottom: 0;
}

div.resource-hotline-col-wrapper h6 {
  font-size: 22px;
  color: #333;
  margin: 0;
}

div.resource-hotline-col-wrapper a {
  display: block;
  color: #631da0;
  font-weight: 500;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 2px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

div.resource-hotline-col-wrapper a:hover {
  text-decoration: underine;
}

div.resource-hotline-col-wrapper p {
  font-size: 18px;
  margin: 0;
  line-height: 1.4em;
}

div.hotlines-disclaimer {
  border-top: dashed 2px #ddd;
  padding: 60px 0 0;
  margin-top: 60px;
}

div.hotlines-disclaimer h5 {
  font-size: 22;
}

div.hotlines-disclaimer p {
  font-size: 14px;
}
