/*
Theme Name: Prayer Course
Author: Vision Tank
Author URI: http://visiontank.co.uk/
Version: 1.0.07
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h5,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html,
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input:focus {
  outline: none;
}

.inner {
  width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.inner--thin {
  width: 960px;
  margin: 0 auto;
}

.inner--thinner {
  width: 760px;
  margin: 0 auto;
}

.inner--thinnest {
  width: 560px;
  margin: 0 auto;
}

.grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 20px;
}
.grid > [class*=grid_] {
  padding: 0 20px;
}

.grid > [class*=grid_] {
  vertical-align: top;
}

.grid_1-2 {
  width: 50%;
}

.grid_1-3 {
  width: 33.3333333333%;
}

.grid_2-3 {
  width: 66.6666666667%;
}

.grid_1-4 {
  width: 25%;
}

.grid_3-4 {
  width: 75%;
}

.grid_1-5 {
  width: 20%;
}

.grid_2-5 {
  width: 40%;
}

.grid_3-5 {
  width: 60%;
}

.grid_4-5 {
  width: 80%;
}

.grid_1-6 {
  width: 16.6666666667%;
}

.grid_5-6 {
  width: 83.3333333333%;
}

.grid_1-8 {
  width: 12.5%;
}

.grid_3-8 {
  width: 37.5%;
}

.grid_5-8 {
  width: 62.5%;
}

.grid_7-8 {
  width: 87.5%;
}

.grid_1-10 {
  width: 10%;
}

.grid_3-10 {
  width: 30%;
}

.grid_7-10 {
  width: 70%;
}

.grid_9-10 {
  width: 90%;
}

.grid_1-12 {
  width: 8.3333333333%;
}

.grid_5-12 {
  width: 41.6666666667%;
}

.grid_7-12 {
  width: 58.3333333333%;
}

.grid_11-12 {
  width: 91.6666666667%;
}

@media screen and (max-width: 1200px) {
  .inner {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .inner--thin {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 800px) {
  .inner--thinner {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .inner--thinnest {
    width: 100%;
    padding: 0 20px;
  }
}
body {
  color: #4a4a4a;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.5;
  background-color: #f2f3f7;
}

ul li {
  list-style: disc;
}

ol li {
  list-style: decimal;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

.title--black {
  color: #000000;
}

.title--white {
  color: #ffffff;
}

.title--grey {
  color: #c0c0c0;
}

.title--red {
  color: #e6332c;
}

.content p,
.content ul,
.content hr {
  margin: 0 0 20px;
}
.content h1 {
  color: #000000;
  margin: 0 0 20px;
}
.content h2 {
  margin: 0 0 10px;
  color: #000000;
}
.content h3 {
  color: #6e9591;
  margin: 0 0 2px;
}
.content h4 {
  background-color: #d8e0e3;
  padding: 0 5px;
  margin: 0 6px 20px 0;
  display: inline-block;
  font-weight: 400;
  color: #728f8c;
}
.content h5 {
  color: #000000;
  font-weight: 600;
  margin: 0 0 15px;
}
.content a {
  color: #4a4a4a;
  text-decoration: underline;
  transition: 0.2s;
  font-weight: 400;
}
.content a:hover {
  color: #6e9591;
}
.content li {
  margin: 0 0 10px;
}
.content hr {
  border: none;
  height: 4px;
  background-color: #dddee1;
  margin: 40px 0;
}

.alpha,
.content h1,
.bravo,
.content h2,
.charlie,
.content h3,
.delta,
.content h4 {
  line-height: 1.3;
}

.mega {
  font-size: 50px;
  font-weight: 700;
}

.alpha,
.content h1 {
  font-size: 40px;
  font-weight: 700;
}

.bravo,
.content h2 {
  font-size: 30px;
  font-weight: 700;
}

.charlie,
.content h3 {
  font-size: 26px;
  font-weight: 600;
}

.delta,
.content h4 {
  font-size: 22px;
}

.echo,
.content h5 {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 500px) {
  .mega--media {
    line-height: 1;
    margin-bottom: 10px;
  }
}
html,
body {
  height: 100%;
}

.site_wrap {
  overflow: hidden;
  position: relative;
}

a {
  text-decoration: none;
}

ul,
ol {
  padding: 0 0 0 20px;
}

.full_link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}

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

.section {
  padding: 80px 0;
}

.section--small {
  padding: 60px 0 70px;
}

.section--white {
  background-color: #ffffff;
}

.section--grey {
  background-color: #4a4a4a;
}

.section--center {
  text-align: center;
}

.section--border {
  border-bottom: 3px solid #d1d2d7;
}

img {
  height: auto;
}

.button--left {
  text-align: left;
}

.button--center {
  text-align: center;
}

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

.button, .frm_submit input,
.frm_submit button {
  display: inline-block;
  position: relative;
  padding: 5px 22px;
  transition: 0.2s;
  cursor: pointer;
  border: 3px solid;
  border-radius: 22px;
  font-weight: 600;
  font-size: 16px;
  transition: 0.2s;
}

.button--white {
  border-color: #ffffff;
  color: #ffffff;
}
.button--white:hover {
  color: #4a4a4a;
  background-color: #ffffff;
}

.button--white--filled {
  background-color: #ffffff;
  color: #4a4a4a;
}
.button--white--filled:hover {
  color: #ffffff;
  border-color: #6e9591;
  background-color: #6e9591;
}

.button--red {
  color: #e6332c;
  border-color: #e6332c;
}
.button--red:hover {
  background-color: #e6332c;
  color: #ffffff;
}

.button--blue {
  color: #6e9591;
  border-color: #6e9591;
}
.button--blue:hover {
  background-color: #6e9591;
  color: #ffffff;
}

.button--black {
  color: #000000;
  border-color: #000000;
}
.button--black:hover {
  background-color: #000000;
  color: #ffffff;
}

.button--grey {
  color: #cecfd2;
  border-color: #cecfd2;
}
.button--grey:hover {
  background-color: #cecfd2;
}

.button--text_red {
  color: #e6332c;
}

.button--text_black {
  color: #000000;
}

.button__close {
  margin-left: 20px;
}

.button--play {
  background-color: #3a3a3a;
  padding-left: 50px;
  border-color: #3a3a3a;
  color: #ffffff;
  font-weight: 400;
}
.button--play:before {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: block;
  position: absolute;
  top: -3px;
  left: -4px;
  background-color: #6e9591;
  background-image: url("assets/images/play.png");
  background-position: right 14px center;
  background-repeat: no-repeat;
  background-size: 10px;
  transition: 0.2s;
  text-align: center;
}
.button--play:after {
  content: "Play";
  color: #ffffff;
  opacity: 0;
  transition: 2s;
  position: absolute;
  top: 5px;
  right: 0;
  bottom: 5px;
  left: 0;
  text-align: center;
  transform: translate3d(-20%, 0, 0);
  transition: all 0.2s;
}
.button--play:hover {
  background-color: #3a3a3a;
  color: #ffffff;
}
.button--play:hover:before {
  width: calc(100% + 7px);
}
.button--play:hover:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.button--soon::after {
  content: "Coming Soon";
}

.frm_submit {
  text-align: right;
}
.frm_submit input,
.frm_submit button {
  border: none;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  color: #ffffff;
  -moz-appearance: none;
  appearance: none;
}
.frm_submit img {
  display: none;
}

/***MOBILE MENU***/
.mobile_menu_button {
  display: none;
  cursor: pointer;
  vertical-align: middle;
}
.mobile_menu_button p {
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  font-weight: 600;
  color: #000000;
  margin: 1px 0 0;
}

.lines-button {
  padding: 8px 0;
  transition: 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.lines-button.close {
  transform: scale3d(0.8, 0.8, 0.8);
}
.lines-button.x.close .lines {
  background: transparent;
}
.lines-button.x.close .lines:before, .lines-button.x.close .lines:after {
  transform-origin: 50% 50%;
  top: 0;
  width: 2rem;
}
.lines-button.x.close .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x.close .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}
.lines-button.x2 .lines {
  transition: background 0.3s 0.5s ease;
}
.lines-button.x2 .lines:before, .lines-button.x2 .linesafter {
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}
.lines-button.x2.close .lines {
  transition: background 0.3s 0s ease;
  background: transparent;
}
.lines-button.x2.close .lines:before, .lines-button.x2.close .lines:after {
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  width: 2rem;
}
.lines-button.x2.close .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.lines-button.x2.close .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}

.lines {
  display: inline-block;
  float: left;
  width: 25px;
  margin-right: 2px;
  height: 3px;
  background: #000000;
  transition: 0.3s;
  position: relative;
}
.lines:before, .lines:after {
  display: inline-block;
  width: 25px;
  height: 3px;
  background: #000000;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  transform-origin: 0.14286rem center;
}
.lines:before {
  top: 0.5rem;
}
.lines:after {
  top: -0.5rem;
}

.header {
  background-color: #ffffff;
  padding: 15px 40px;
  z-index: 20;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
  width: 150px;
  transition: 0.2s;
}
.header__logo:hover {
  transform: scale(1.05);
}

.header__logo--mobile {
  display: none;
}

.header__nav {
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
}

.header__nav__close {
  display: none;
}

.header__menu {
  text-align: center;
  padding: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header__donate {
  list-style: none;
  display: inline-block;
  font-weight: 400;
}
.header__donate:hover a, .header__donate.current-menu-item a {
  border-color: #6e9591;
}
.header__donate a {
  color: #000000;
  padding: 0 4px 2px;
  border-bottom: 3px solid transparent;
  transition: 0.2s;
}

.menu-item {
  display: inline-block;
  margin: 0 20px;
  font-weight: 600;
  vertical-align: middle;
}
.menu-item:hover a, .menu-item.current-menu-item a {
  border-color: #6e9591;
}
.menu-item a {
  color: #000000;
  padding: 0 4px 2px;
  border-bottom: 3px solid transparent;
  transition: 0.2s;
}

.menu-item-392 a {
  font-size: 0px;
  display: -ms-flexbox;
  display: flex;
  width: 179px;
  height: 20px;
  background-image: url("assets/images/gebetskurs.svg");
  background-repeat: no-repeat;
  transition: 0.2s;
  border: none;
}
.menu-item-392 a:hover {
  transform: scale(1.08);
}

.header__social {
  text-align: right;
}

.header__social__icon {
  width: 22px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 15px;
  position: relative;
}
.header__social__icon:hover svg {
  fill: #6e9591;
}
.header__social__icon.twitter {
  width: 20px;
}
.header__social__icon svg {
  fill: #c4c4c4;
  transition: 0.2s;
}

@media screen and (max-width: 1200px) {
  .header {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mobile_menu_button {
    display: block;
  }
  .header__nav {
    width: auto;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 21;
    background-color: #ffffff;
    text-align: center;
    padding: 70px 0 0;
  }
  .header__logo--mobile {
    display: inline-block;
    margin: 0 0 50px;
  }
  .header__nav__close {
    display: block;
    position: absolute;
    top: 20px;
    right: 30px;
  }
  .header__nav__close .mobile_menu_button {
    padding: 0;
    margin: 0;
  }
  .header__menu {
    width: auto;
    display: block;
    margin: 0 0 50px;
  }
  .menu-item {
    display: block;
    margin: 0 0 30px;
  }
  .menu-item:hover {
    border-color: transparent;
  }
  .menu-item-392 a {
    justify-self: center;
    position: relative;
    left: 25px;
  }
  .header__social {
    width: auto;
    text-align: center;
  }
  .header__social__icon {
    margin: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  .mobile_menu_button {
    margin: 5px 0 0;
  }
  .header__logo {
    width: 100px;
  }
}
.footer {
  background-color: #ffffff;
  padding: 20px 40px;
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  overflow: hidden;
}

.footer--front {
  width: 100%;
  background-color: transparent;
  position: absolute;
  bottom: 0;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
.footer--front .footer__logo:hover svg {
  fill: rgba(255, 255, 255, 0.8);
}
.footer--front .footer__logo svg {
  fill: rgba(255, 255, 255, 0.6);
}
.footer--front .footer__menu__item a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.footer--front .footer__vt {
  color: inherit;
}
.footer--front .footer__vt a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer__thirds {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 20px;
}

.footer__third {
  width: 33.333%;
}
.footer__third.two {
  text-align: center;
}
.footer__third.three {
  text-align: right;
}

.footer__logo {
  width: 160px;
  display: inline-block;
  position: relative;
}
.footer__logo:hover svg {
  fill: #6e9591;
}
.footer__logo svg {
  fill: #4a4a4a;
  transition: 0.2s;
}

.footer__menu {
  padding: 0;
}

.footer__menu__item {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 16px;
  margin-right: 40px;
}
.footer__menu__item a {
  color: inherit;
  transition: 0.2s;
}
.footer__menu__item a:hover {
  color: #6e9591;
}

.footer__vt {
  text-align: center;
  font-size: 12px;
  color: #afafaf;
  font-weight: 100;
}
.footer__vt a {
  transition: 0.2s;
  color: inherit;
}
.footer__vt a:hover {
  color: #4a4a4a;
}

@media screen and (max-width: 1200px) {
  .footer__thirds {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin: 0 0 10px;
  }
  .footer__third {
    width: 100%;
  }
  .footer__third.one, .footer__third.three {
    text-align: center;
  }
  .footer__menu {
    margin: 0 0 30px;
  }
  .footer__menu__item {
    margin: 0 10px 20px;
  }
  .footer__logo {
    margin: 0 0 10px;
  }
}
.frm_form_field input[type=text],
.frm_form_field input[type=email],
.frm_form_field textarea,
.frm_form_field select {
  font-size: 18px;
  font-family: "proxima-nova", sans-serif;
  border: 1px solid #4a4a4a;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 6px 10px;
  width: 100%;
  color: #4a4a4a;
  -moz-appearance: none;
  appearance: none;
}
.frm_form_field input[type=text].placeholder,
.frm_form_field input[type=email].placeholder,
.frm_form_field textarea.placeholder,
.frm_form_field select.placeholder {
  color: #4a4a4a;
}
.frm_form_field input[type=text]:-moz-placeholder,
.frm_form_field input[type=email]:-moz-placeholder,
.frm_form_field textarea:-moz-placeholder,
.frm_form_field select:-moz-placeholder {
  color: #4a4a4a;
  opacity: 1;
}
.frm_form_field input[type=text]::-moz-placeholder,
.frm_form_field input[type=email]::-moz-placeholder,
.frm_form_field textarea::-moz-placeholder,
.frm_form_field select::-moz-placeholder {
  color: #4a4a4a;
  opacity: 1;
}
.frm_form_field input[type=text]:-ms-input-placeholder,
.frm_form_field input[type=email]:-ms-input-placeholder,
.frm_form_field textarea:-ms-input-placeholder,
.frm_form_field select:-ms-input-placeholder {
  color: #4a4a4a;
}
.frm_form_field input[type=text]::-webkit-input-placeholder,
.frm_form_field input[type=email]::-webkit-input-placeholder,
.frm_form_field textarea::-webkit-input-placeholder,
.frm_form_field select::-webkit-input-placeholder {
  color: #4a4a4a;
}
.frm_form_field input[type=text]:focus,
.frm_form_field input[type=email]:focus,
.frm_form_field textarea:focus,
.frm_form_field select:focus {
  outline: none;
}
.frm_form_field select {
  cursor: pointer;
}

.frm_submit button {
  color: black;
}

.frm_hidden {
  display: none;
}

.frm_message {
  color: #e6332c;
}

.survey_form .frm_form_field {
  margin-bottom: 30px;
}
.survey_form .form_section {
  border-bottom: solid 4px #e6e6e6;
}
.survey_form .frm_section_spacing {
  display: none;
}
.survey_form .frm_primary_label {
  font-weight: 600;
  color: black;
}
.survey_form .frm_none_container {
  margin-top: -20px;
}
.survey_form .frm_opt_container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 500;
  padding: 5px 0;
}
.survey_form .frm_opt_container label {
  margin-right: 40px;
}
.survey_form input,
.survey_form textarea {
  border-radius: 5px;
  border: none;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 22px;
}
.survey_form textarea {
  margin-top: 10px;
}
.survey_form .frm_submit button {
  background-color: #e6332c;
  color: white;
  padding: 12px 30px;
}
.survey_form .frm_submit button:hover {
  background-color: #4a4a4a;
}

@media screen and (max-width: 760px) {
  .survey_form .frm_opt_container {
    display: block;
  }
}
.session {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 120px;
}
.session:last-child {
  margin: 0;
}

.session__left {
  width: 45%;
  position: relative;
  padding: 70px 100px 0 35px;
}
.session__left .button:hover {
  background-color: #6e9591;
  border-color: #6e9591;
  color: #ffffff;
}

.session__number {
  font-size: 200px;
  color: #6e9591;
  opacity: 0.35;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: -20px;
  z-index: -1;
  line-height: 1;
}

.session__title {
  margin: 0 0 70px;
}
.session__title a {
  color: inherit;
  transition: 0.2s;
}
.session__title a:hover {
  color: #6e9591;
}

.session__right {
  width: 55%;
}

.session__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.session__image:after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.session__image .button {
  box-shadow: 0px 0px 24px 0px rgb(3, 3, 3);
}

@media screen and (max-width: 960px) {
  .session {
    width: 100%;
    max-width: 560px;
    margin: 0 auto 80px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .session__left,
  .session__right {
    width: 100%;
  }
  .session__left {
    margin: 0 0 30px;
    padding: 70px 40px 0 35px;
  }
}
.accordion {
  text-align: left;
  margin: 0 0 20px;
  position: relative;
}
.accordion.active .accordion__letter--question,
.accordion.active .accordion__title, .accordion:hover .accordion__letter--question,
.accordion:hover .accordion__title {
  color: #6e9591;
}
.accordion:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -3px;
  left: 55px;
  height: 3px;
  background-color: #dfe0e4;
}
.accordion:last-child:after {
  display: none;
}

.accordion__right {
  border-bottom: 3px solid #dfe0e4;
}

.accordion__top,
.accordion__bottom__flex {
  display: -ms-flexbox;
  display: flex;
}

.accordion__top {
  padding: 0 0 15px;
  cursor: pointer;
}

.accordion__bottom {
  padding: 0 0 20px;
}

.accordion__letter {
  width: 40px;
  height: 40px;
  font-size: 40px;
  font-weight: 700;
  color: #c7c8cb;
  margin: -5px 0 0;
  line-height: 1;
  transition: 0.2s;
}

.accordion__letter--answer {
  color: #000000;
}

.accordion__title,
.accordion__content {
  max-width: 720px;
  padding: 0 0 0 20px;
}

.accordion__title {
  font-weight: 600;
  transition: 0.2s;
}

.accordion__bottom {
  display: none;
}

.popup_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 23;
  display: none;
}

.popup_bg--dark {
  background-color: rgba(3, 3, 3, 0.9);
}

.popup_bg--grey {
  background-color: rgba(242, 243, 247, 0.7);
}

.popup {
  position: fixed;
  top: 40px;
  right: 20px;
  left: 20px;
  margin: 0 auto;
  z-index: 24;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}

.popup__survey {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 200px;
  max-width: 600px;
  width: 100%;
  background-color: white;
  padding: 80px;
  text-align: center;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
}
.popup__survey .button--red {
  margin-top: 20px;
}
.popup__survey .popup__close {
  top: 20px;
  right: 20px;
}
.popup__survey p {
  padding: 10px 0;
}
.popup__survey .frm_form_fields {
  margin: 20px auto 0;
}
.popup__survey .frm_form_fields .frm_fields_container {
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}
.popup__survey .frm_form_fields .frm_fields_container .sign_up_email {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.popup__survey .frm_form_fields .frm_fields_container input {
  width: 100%;
  border-radius: 22px 0 0 22px;
  border: none;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 22px;
  background-color: #f2f3f7;
}
.popup__survey .frm_form_fields .frm_submit {
  margin: 0;
  -ms-flex-preferred-size: 105px;
  flex-basis: 105px;
}
.popup__survey .frm_form_fields .frm_submit button {
  border-radius: 0 22px 22px 0;
  padding: 10px 22px;
  background-color: #3a3a3a;
  color: white;
  transition: 0.2s;
}
.popup__survey .frm_form_fields .frm_submit button:hover {
  background-color: #6e9591;
}

.popup__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.popup__top {
  margin: 0 0 20px;
}

.popup__logo_wrap {
  padding: 0 30px 0 35px;
  position: relative;
}

.popup__logo {
  width: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

.popup__title {
  color: #b1b1b1;
  padding: 0 0 0 38px;
}

.popup__close {
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.popup__close:hover svg {
  stroke: #6e9591;
}
.popup__close svg {
  width: 18px;
  stroke: #b1b1b1;
}

.popup__video {
  position: relative;
  margin: 0 0 20px;
}
.popup__video:after {
  content: "";
  display: block;
  position: static;
  padding-bottom: 56.25%;
}
.popup__video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  left: 0;
}

.popup__newsletter {
  display: none;
}
.popup__newsletter p {
  margin-bottom: 20px;
}

.popup__donate {
  min-height: 214px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.popup_embed {
  top: 50%;
  transform: translateY(-50%);
}

.popup__container {
  background-color: white;
  max-width: 620px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 40px;
  position: relative;
}
.popup__container h2 {
  font-size: 28px;
  color: #1d1d1b;
}
.popup__container .popup__close {
  top: 20px;
  right: 20px;
  margin-top: 0;
}
.popup__container .popup__close svg {
  stroke: #1d1d1b;
  transition: 0.2s;
}
.popup__container .popup__close svg:hover {
  stroke: #6e9591;
}
.popup__container .embed_code__text {
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  margin: 20px 0;
}
.popup__container .embed_code__text p {
  overflow-wrap: break-word;
}
.popup__container .embed_code {
  display: none;
}
.popup__container span {
  margin-top: 20px;
}

.popup__bottom .session_link--copy {
  margin-left: 20px;
}
.popup__bottom .session_link--copy svg {
  margin-top: 2px;
}

@media screen and (max-width: 650px) {
  .popup__survey {
    padding: 50px;
  }
}
.hero {
  background-color: #4a4a4a;
  position: relative;
  box-shadow: inset 0px -220px 229px -68px rgb(74, 74, 74);
  padding: 40px 0 80px;
}

.hero--large {
  min-height: 750px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #ffffff;
  box-shadow: inset 0px -380px 129px -68px #4a4a4a;
}
.hero--large .hero--mobile {
  box-shadow: inset 0px -380px 129px -68px #4a4a4a;
}

.hero--mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #4a4a4a;
  z-index: 0;
}

.hero__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #272727;
  opacity: 0.7;
}

.hero__bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 0 40px;
}

@media screen and (max-width: 960px) {
  .hero--mobile {
    display: block;
    z-index: -1;
  }
}
@media screen and (max-width: 600px) {
  .hero--large {
    min-height: 560px;
  }
}
.session_link {
  position: relative;
  color: #b1b1b1;
  font-weight: 400;
  padding: 0 0 0 25px;
  transition: 0.2s;
}
.session_link:hover {
  color: #6e9591;
}
.session_link:hover svg {
  fill: #6e9591;
}
.session_link svg {
  width: 18px;
  position: absolute;
  top: 0;
  left: 0;
  fill: #b1b1b1;
  transition: 0.2s;
}

.session_link--video:hover {
  color: #b1b1b1;
}
.session_link--video:hover svg {
  fill: #ffffff;
}
.session_link--video a {
  color: #b1b1b1;
  transition: 0.2s;
}
.session_link--video a:hover {
  color: #6e9591;
}
.session_link--video a:hover .session_link--video__size {
  opacity: 1;
  color: #6e9591;
}

.session_link--video__size {
  transition: 0.2s;
  color: rgba(177, 177, 177, 0.5);
}

.resource {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 10px;
  position: relative;
}
.resource:hover {
  color: #6e9591;
}
.resource:hover .resource__download {
  color: #6e9591;
  opacity: 1;
}
.resource:hover .resource__download svg {
  fill: #6e9591;
}
.resource:last-child {
  margin: 0;
}

.resource__left {
  display: -ms-flexbox;
  display: flex;
}

.resource__count,
.resource__title,
.resource__download {
  transition: 0.2s;
}

.resource__count {
  min-width: 30px;
  margin: 0 40px 0 0;
}

.resource__title {
  font-weight: 600;
}

.resource__download {
  font-weight: 400;
  color: #4a4a4a;
  opacity: 0.5;
}
.resource__download svg {
  width: 18px;
  fill: #4a4a4a;
  display: inline-block;
  vertical-align: sub;
  transition: 0.2s;
  margin: 0 2px 0 0;
}

@media screen and (max-width: 760px) {
  .resource {
    display: block;
    margin: 0 0 20px;
  }
  .resource__title {
    margin: 0 0 5px;
  }
  .resource__right {
    margin: 0 0 0 70px;
  }
}
@media screen and (max-width: 500px) {
  .resource__count {
    margin: 0 20px 0 0;
  }
  .resource__right {
    margin: 0 0 0 50px;
  }
}
.staggered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.staggered--right {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.staggered__content {
  width: 350px;
  padding-right: 50px;
}
.staggered__content h1 {
  color: #c0c0c0;
}
.staggered__content h3 {
  color: black;
  margin-bottom: 10px;
  font-weight: 600;
}

.staggered__content--right {
  padding-left: 50px;
  padding-right: 0;
}

.staggered__image {
  width: 600px;
  height: 450px;
}

@media screen and (max-width: 1050px) {
  .staggered {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .staggered__content {
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
  }
  .staggered__image {
    height: 300px;
    max-width: 600px;
    width: 100%;
  }
  .slider .slider_item {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .section--media {
    padding-bottom: 0;
  }
  .staggered__content {
    margin-bottom: 60px;
    max-width: 350px;
    width: 100%;
  }
}
.slider .slider_item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.slider .slick-slide:focus {
  outline: none;
}

.slick-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50px);
  border: solid 3px #c8c8c8;
  border-radius: 100%;
  height: 65px;
  width: 65px;
  display: block;
  background-repeat: no-repeat;
  background-size: 20px;
  transition: 0.2s;
  cursor: pointer;
}
.slick-arrows svg {
  width: 20px;
  height: 40px;
  position: absolute;
  fill: #c8c8c8;
  transition: 0.2s;
}
.slick-arrows:hover {
  border-color: #000000;
}
.slick-arrows:hover svg {
  fill: #000000;
}

.prev-arrow {
  background-position-x: 16px;
  background-position-y: 11px;
  left: -120px;
}
.prev-arrow svg {
  top: 10px;
  left: 17px;
}

.next-arrow {
  background-position-x: 21px;
  background-position-y: 11px;
  right: -120px;
}
.next-arrow svg {
  transform: rotate(180deg);
  top: 10px;
  left: 20px;
}

.slick-dots {
  margin-top: 60px;
  padding: 0;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  list-style: none;
  margin: 0 5px;
}
.slick-dots button {
  background-color: #d9dade;
  font-size: 0;
  border-radius: 50%;
  letter-spacing: 0;
  width: 15px;
  height: 15px;
  padding: 0;
  transition: 0.2s;
  border: none;
  cursor: pointer;
}
.slick-dots button:focus {
  outline: none;
}

.slick-active button {
  background-color: #181818;
}

@media screen and (max-width: 1050px) {
  .slick-dots {
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .slick-dots li {
    margin: 0 10px;
  }
  .slick-dots button {
    width: 20px;
    height: 20px;
  }
}
.front {
  min-height: calc(100vh - 91px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-color: #4a4a4a;
}

.front__slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.front__slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.front__slide.one {
  background-image: url(assets/images/front/hero1.jpg);
}
.front__slide.two {
  background-image: url(assets/images/front/hero2.jpg);
}
.front__slide.three {
  background-image: url(assets/images/front/hero3.jpg);
}
.front__slide.four {
  background-image: url(assets/images/front/hero4.jpg);
}
.front__slide.five {
  background-image: url(assets/images/front/hero5.jpg);
}
.front__slide.two, .front__slide.three, .front__slide.four, .front__slide.five {
  display: none;
}

.front__content {
  width: 100%;
  max-width: 510px;
  text-align: center;
  position: relative;
  margin: 180px 0 0;
}
.front__content .alpha {
  margin: 0 0 30px;
}

.front__content__buttons .button {
  margin: 0 16px 20px;
}
.front__content__buttons .button:hover {
  background-color: #6e9591;
  border-color: #6e9591;
  color: #ffffff;
}
.front__content__buttons .front_button--blue {
  background-color: #6e9591;
  color: #ffffff;
}
.front__content__buttons .front_button--blue:hover {
  background-color: white;
  color: #4a4a4a;
  border-color: white;
}

@media screen and (max-width: 960px) {
  .front__slide.one {
    background-image: url(assets/images/front/hero1_mobile.jpg);
  }
  .front__slide.two {
    background-image: url(assets/images/front/hero2_mobile.jpg);
  }
  .front__slide.three {
    background-image: url(assets/images/front/hero3_mobile.jpg);
  }
  .front__slide.four {
    background-image: url(assets/images/front/hero4_mobile.jpg);
  }
  .front__slide.five {
    background-image: url(assets/images/front/hero5_mobile.jpg);
  }
}
@media screen and (max-width: 760px) {
  .front {
    padding: 60px 20px 267px;
  }
}
@media screen and (max-width: 760px) {
  .front {
    min-height: calc(100vh - 70px);
  }
}
.donations_content {
  min-height: calc(100vh - 208.54px);
}

.single_session__hero__inner {
  height: calc(100vh - 91px);
  max-height: 700px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.single_session__title {
  margin: 0 0 30px;
}

.single_session__hero__excerpt {
  max-width: 560px;
  text-align: center;
  color: #ffffff;
  margin: 0 0 20px;
}

.single_session__actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.single_session__actions .session_link {
  color: #ffffff;
}
.single_session__actions .session_link:hover {
  color: #6e9591;
}
.single_session__actions .session_link:hover.session_link--video {
  color: #ffffff;
}
.single_session__actions .session_link a {
  color: #ffffff;
}
.single_session__actions .session_link a:hover {
  color: #6e9591;
}
.single_session__actions svg {
  fill: #ffffff;
}

.session_link--copy {
  cursor: pointer;
}
.session_link--copy svg {
  margin-top: 1px;
}

.single_session__actions__left a {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  transition: 0.2s;
}
.single_session__actions__left a:hover {
  color: #6e9591;
}

.single_session__actions__right {
  color: #ffffff;
  font-weight: 400;
  text-align: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single_session__actions__right span {
  margin: 0 0 0 20px;
}
.single_session__actions__right span.session_link--video__size {
  margin: 0;
}

.single_session__study {
  border-bottom: 4px solid #000000;
  padding: 0 0 30px;
  margin: 0 0 40px;
}

.single_session__content h3 {
  font-size: 30px;
}
.single_session__content h4 {
  font-size: 20px;
}
.single_session__content ul {
  padding: 0;
}
.single_session__content li {
  list-style: none;
  position: relative;
  padding: 0 0 0 16px;
}
.single_session__content li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #a5a5a5;
}

.single_session__resources {
  border-top: 4px solid #000000;
  padding: 40px 0 0;
  margin: 50px 0 0;
}

.single_session__bottom {
  background-color: #4a4a4a;
  padding: 30px 0;
}

.embed_code {
  display: none;
}

@media screen and (max-width: 1200px) {
  .single_session__actions {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
  .single_session__actions__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto 20px;
  }
  .single_session__actions__right span {
    margin: 0 0 15px;
    display: inline-block;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media screen and (max-width: 700px) {
  .single_session__hero {
    height: auto;
    min-height: auto;
    max-height: initial;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 0 0;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .single_session__hero__inner {
    height: auto;
    min-height: auto;
    max-height: initial;
    text-align: center;
    margin: 0 0 120px;
  }
  .single_session__hero__bottom {
    position: static;
  }
}
.sessions {
  border-bottom: 3px solid #d1d2d7;
}

.sessions__top {
  padding: 60px 0 80px;
  position: relative;
}
.sessions__top .alpha {
  margin: 0 0 40px;
}

.sessions__nav_wrap {
  position: absolute;
  right: 0;
  left: 0;
  background-color: #f2f3f7;
  padding: 0 20px;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.sessions__nav_wrap:after {
  content: "";
  display: block;
  position: absolute;
  height: 150px;
  top: 60px;
  right: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f3f7+0,f2f3f7+100&1+0,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(242, 243, 247) 0%, rgba(242, 243, 247, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f2f3f7", endColorstr="#00f2f3f7",GradientType=0 ); /* IE6-9 */
  pointer-events: none;
}
.sessions__nav_wrap.sticky {
  position: fixed;
  top: 0;
}

.sessions__nav {
  width: 100%;
  max-width: 1200px;
  border-bottom: 3px solid #dfe0e4;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sessions__nav__line {
  width: 107px;
  height: 3px;
  position: absolute;
  top: 57px;
  opacity: 0;
  background-color: #000000;
  transition: 0.2s;
}

.sessions__nav__item {
  width: 107px;
  list-style: none;
  color: #000000;
  font-weight: 600;
  padding: 15px 50px;
  cursor: pointer;
  transition: 0.2s;
}
.sessions__nav__item:hover {
  color: #6e9591;
}

@media screen and (max-width: 1200px) {
  .sessions__nav_wrap {
    position: relative;
  }
  .sessions__nav_wrap:after {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .sessions__nav {
    max-width: 538px;
    width: 100%;
    border: none;
  }
  .sessions__nav__item {
    padding: 20px 50px;
  }
  .sessions__nav__item:nth-child(-n+5) {
    border-bottom: 3px solid #dfe0e4;
  }
}
@media screen and (max-width: 560px) {
  .sessions__top {
    padding: 60px 0 0;
  }
  .sessions__nav {
    max-width: 280px;
  }
  .sessions__nav__item {
    width: auto;
    padding: 20px 28px;
  }
}
.faqs {
  margin: 60px 0 0;
}

.faq_section {
  min-height: 100vh;
}

.toolshed__hero {
  min-height: 600px;
  text-align: center;
  padding: 40px 0 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #ffffff;
  box-shadow: inset 0px -270px 229px -68px rgb(74, 74, 74);
}
.toolshed__hero .alpha {
  margin: 0 0 20px;
}

.toolshed__hero--mobile {
  box-shadow: inset 0px -270px 229px -68px rgb(74, 74, 74);
}

.toolshed__hero__bottom {
  position: relative;
  z-index: 1;
}

.resources {
  color: #000000;
}

.resource_category {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 3px solid #dfe0e4;
}
.resource_category:last-child {
  border-bottom: none;
  margin: 0;
  padding: 0;
}

.resource_category__title {
  margin: 0 0 10px;
}

.resource__right {
  min-width: 105px;
}

@media screen and (max-width: 500px) {
  .toolshed__hero {
    min-height: 400px;
  }
}
.run {
  border-bottom: 3px solid #d1d2d7;
}

.run__hero .alpha {
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}

.run__hero__bottom__content {
  margin: 0 0 60px;
  position: relative;
  z-index: 1;
}

.run__grid {
  margin-top: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.run__grid .grid_1-3 {
  min-width: 300px;
}

.run__grid__item p {
  margin: 0 0 20px;
}

.run__grid__item__number {
  width: 45px;
  height: 45px;
  display: inline-block;
  border-radius: 50%;
  padding: 2px 0 0;
  margin: 0 0 15px;
  font-size: 28px;
  background-color: #6e9591;
  color: #ffffff;
  font-weight: 600;
}

.run__grid__item__title {
  margin: 0 0 10px;
}

.run__grid__item__link {
  font-weight: 400;
  color: #4a4a4a;
  border-bottom: 3px solid #c6c6c6;
  padding: 0 5px 2px;
  transition: 0.2s;
}
.run__grid__item__link:hover {
  color: #6e9591;
  border-color: #6e9591;
}

.run__overview {
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 0;
}

.run__overview__image {
  background-image: url(assets/images/run_sessions.jpg);
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.run__overview__image:after {
  content: "";
  display: block;
  padding-bottom: 80%;
}

.run__overview__list {
  width: 360px;
  padding: 0 0 0 60px;
  text-align: left;
}

.run__overview__list__item {
  list-style: none;
  margin: 0 0 5px;
}

.run__overview__list__item__titles {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 5px;
}
.run__overview__list__item__titles h3 {
  color: #000000;
  margin: 0 10px 0 0;
}
.run__overview__list__item__titles h4 {
  background-color: #f0f0f0;
  color: #848484;
  font-size: 18px;
  margin: 0;
  line-height: 1;
  padding: 7px 5px;
}

.run__overview__list__item__content_wrap {
  padding: 0 0 0 10px;
}

.run__overview__list__item__content {
  border-left: 3px solid #6e9591;
  padding: 5px 0 5px 20px;
}

@media screen and (max-width: 1000px) {
  .run__grid {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .run__grid__item {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 760px) {
  .run__overview {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .run__overview__image {
    max-width: 460px;
    width: 100%;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 0 40px;
  }
  .run__overview__list {
    width: 100%;
    max-width: 460px;
    padding: 0;
  }
}
.what_next {
  border-bottom: 3px solid #d1d2d7;
}

.what_next__hero {
  padding-bottom: 20px;
  box-shadow: inset 0px -220px 129px -68px #4a4a4a;
  min-height: 600px;
}

.what_next__explore_title {
  color: #c0c0c0;
}

.what_next__grid {
  margin: 20px 15px;
  position: relative;
}
.what_next__grid > [class*=grid_] {
  padding: 0 15px;
}

.what_next__item_img {
  width: 100%;
  height: 330px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  transition: 0.5s;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  opacity: 0.5;
}
.what_next__item_img.active {
  transform: scale(1.05);
  opacity: 1;
}

.explore__content_container {
  position: relative;
  margin-top: 40px;
  min-height: 240px;
}

.what_next__item__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: 0.5s;
}
.what_next__item__content h3 {
  color: black;
  margin-bottom: 15px;
}
.what_next__item__content.active {
  opacity: 1;
}

.what_next__item__content--mobile {
  display: none;
}
.what_next__item__content--mobile h3 {
  color: black;
  margin-bottom: 15px;
}

.coming_soon__section {
  background-color: white;
}
.unanswered_bg {
  background-image: url(assets/images/unanswered-bg.jpg);
  position: relative;
  z-index: 0;
}
.unanswered_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4a4a4a;
  opacity: 0.6;
  z-index: 1;
}

.unanswered_logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  background-image: url(assets/images/unanswered-prayer-logo-white.png);
  background-size: contain;
  max-width: 350px;
  width: 100%;
  height: 150px;
  display: block;
  margin: 0 auto;
  -ms-flex-item-align: center;
  align-self: center;
  z-index: 2;
}

@media screen and (max-width: 1000px) {
  .what_next__grid {
    margin: 20px 30px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-snap-type: y mandatory;
    padding-bottom: 40px;
  }
  .what_next__grid > [class*=grid_] {
    padding: 0 30px;
  }
  .what_next__grid .grid_1-3 {
    min-width: 400px;
    scroll-snap-align: start;
  }
  .what_next__item_img {
    opacity: 1;
    transform: none;
  }
  .what_next__item_img.active {
    transform: none;
  }
  .explore__content_container {
    display: none;
  }
  .what_next__item__content--mobile {
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 470px) {
  .what_next__grid {
    margin: 20px 15px;
  }
  .what_next__grid > [class*=grid_] {
    padding: 0 15px;
  }
}
@media screen and (max-width: 430px) {
  .what_next__grid .grid_1-3 {
    min-width: 340px;
  }
}
.about__hero .alpha {
  margin: 0 0 20px;
}

.about__hero__bottom__content {
  margin: 0 0 60px;
}

.about__image {
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.about__image:after {
  content: "";
  display: block;
  padding-bottom: 80%;
}

.about__sessions {
  display: -ms-flexbox;
  display: flex;
}

.about__sessions__left {
  width: 360px;
  text-align: left;
  padding: 0 60px 0 0;
}

.about__sessions__list {
  padding: 0;
  margin: 20px 0;
}

.about__sessions__list__item {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 16px;
}
.about__sessions__list__item:last-child .about__sessions__list__item__number:after {
  display: none;
}

.about__sessions__list__item__number {
  width: 40px;
  color: #6e9591;
  font-weight: 600;
  font-size: 20px;
  position: relative;
}
.about__sessions__list__item__number:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 4px;
  width: 3px;
  height: 15px;
  background-color: #bec0c6;
}

.about__sessions__list__item__title a {
  color: inherit;
  transition: 0.2s;
}
.about__sessions__list__item__title a:hover {
  color: #6e9591;
}

.about__sessions__image {
  background-image: url(assets/images/about_sessions.jpg);
}

.about__run {
  display: -ms-flexbox;
  display: flex;
}

.about__run__image {
  background-image: url(assets/images/about_run.jpg);
}

.about__run__right {
  width: 360px;
  text-align: left;
  padding: 0 0 0 60px;
}
.about__run__right p,
.about__run__right ul {
  margin: 0 0 20px;
}

.about__run__list {
  padding: 0;
}

.about__run__list__item {
  position: relative;
  padding: 0 0 0 22px;
  margin: 0 0 10px;
  font-weight: 600;
  color: #000000;
  list-style: none;
}
.about__run__list__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 12px;
  height: 2px;
  background-color: #6e9591;
}

.about__links {
  -ms-flex-pack: center;
  justify-content: center;
}
.about__links .grid_1-2 {
  min-width: 460px;
  margin-bottom: 20px;
}

.about__link {
  padding: 60px 40px 60px;
  min-height: 527px;
  height: 100%;
  color: #ffffff;
  position: relative;
}
.about__link svg {
  min-height: 83px;
  margin: 0 0 20px;
}
.about__link__content {
  min-height: 162px;
  margin: 0 0 20px;
}
.about__link__content p {
  margin: 0 0 40px;
}

.about__24 {
  background-color: #4a4a4a;
}
.about__24 .about__24__logo {
  margin-top: -15px;
}
.about__24 svg {
  width: 250px;
  fill: #ffffff;
}

.about__how {
  background-color: #6e9591;
  position: relative;
}
.about__how svg {
  width: 300px;
  min-height: 65px;
  margin-bottom: 23px;
}

.about__support {
  text-align: center;
}

.about__resource {
  text-align: center;
}
.about__resource h2 {
  margin-bottom: 20px;
}
.about__resource .frm_form_fields {
  margin: 20px auto 0;
}
.about__resource .frm_form_fields .frm_fields_container {
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}
.about__resource .frm_form_fields .frm_fields_container .sign_up_email {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.about__resource .frm_form_fields .frm_fields_container input {
  width: 100%;
  border-radius: 22px 0 0 22px;
  border: none;
  font-weight: 600;
  font-size: 18px;
  padding: 10px 22px;
}
.about__resource .frm_form_fields .frm_submit {
  margin: 0;
  -ms-flex-preferred-size: 105px;
  flex-basis: 105px;
}
.about__resource .frm_form_fields .frm_submit button {
  border-radius: 0 22px 22px 0;
  padding: 10px 22px;
  background-color: #3a3a3a;
  color: white;
  transition: 0.2s;
}
.about__resource .frm_form_fields .frm_submit button:hover {
  background-color: #6e9591;
}

@media screen and (max-width: 1000px) {
  .about__link {
    margin: 0 0 40px;
  }
  .about__link__content {
    min-height: auto;
  }
}
@media screen and (max-width: 760px) {
  .about__sessions {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-align: center;
    align-items: center;
  }
  .about__image {
    width: 100%;
    max-width: 460px;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 0 20px;
  }
  .about__sessions__left {
    width: 100%;
    max-width: 460px;
  }
  .about__run {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .about__run__right {
    width: 100%;
    max-width: 460px;
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .about__resource .frm_form_fields {
    margin: 20px auto 0;
  }
  .about__resource .frm_form_fields .frm_fields_container {
    display: block;
    text-align: center;
  }
  .about__resource .frm_form_fields .frm_fields_container .sign_up_email input {
    border-radius: 22px;
  }
  .about__resource .frm_form_fields .frm_fields_container .frm_submit {
    text-align: center;
    margin-top: 30px;
  }
  .about__resource .frm_form_fields .frm_fields_container .frm_submit button {
    border-radius: 22px;
  }
  .about__link {
    min-height: 0;
    padding-bottom: 100px;
  }
}
.error {
  min-height: 100vh;
  padding: 80px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.error .giga {
  color: #e2e3e4;
  font-size: 240px;
  font-weight: 700;
  line-height: 1.1;
}

.error__content {
  margin: -80px 0 0 0;
  font-weight: 600;
}
.error__content p {
  margin: 0 0 40px;
}

@media screen and (max-width: 600px) {
  .error .giga {
    font-size: 120px;
  }
}
.unite__hero {
  height: 600px;
  background-image: url(assets/images/unite-hero.jpg);
  background-position: top;
  background-size: cover;
  position: relative;
}

.logo__white {
  background-image: url(assets/images/logo-white.png);
  width: 400px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
}

.logos__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  -ms-flex-align: center;
  align-items: center;
}

.prayer__logo {
  position: relative;
  width: 275px;
  height: 50px;
  margin-right: 80px;
}
.prayer__logo svg {
  width: 100%;
  fill: white;
}

.unite__logo {
  width: 275px;
  height: 50px;
  background-image: url(assets/images/unite-logo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.intro__video {
  display: block;
  margin: 20px auto;
  width: 370px;
  height: 250px;
  background-image: url(assets/images/video-img.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}
.intro__video span {
  max-width: 220px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.intro__buttons {
  margin-top: 40px;
}
.intro__buttons span {
  color: #030303;
  margin: 0 20px;
  font-size: 16px;
}

.unite__sessions {
  text-align: center;
}
.unite__sessions h1 {
  color: #1d1d1b;
}

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

.session__single {
  margin: 30px 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.session__single:hover .session__img:after {
  opacity: 0.8;
}
.session__single:hover .session__content {
  opacity: 1;
}
.session__single:hover .session__title {
  color: #e6332c;
}

.session__img {
  height: 280px;
  width: 100%;
  position: relative;
  z-index: 0;
}
.session__img:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #3c3c3b;
  z-index: 1;
  opacity: 0;
  transition: 0.2s;
}
.session__img .session__content {
  position: relative;
  z-index: 2;
  color: white;
  padding: 40px 50px 0;
  transition: 0.2s;
  opacity: 0;
  height: 100%;
}
.session__img .session__content span {
  position: absolute;
  bottom: 80px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 200px;
}
.session__img .session__content .session_resource__link {
  color: white;
  position: absolute;
  bottom: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 150px;
}
.session__img .session__content .session_resource__link:hover {
  color: #e6332c;
}

.session_title__container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px 0 20px;
}
.session_title__container .session__number {
  position: static;
  z-index: 0;
  font-size: 28px;
  line-height: 1.3;
  margin-right: 20px;
  color: #e6332c;
}
.session_title__container .session__title {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (max-width: 1200px) {
  .sessions__grid .grid_1-3 {
    max-width: 400px;
    width: 100%;
  }
  .session__single {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .session__img:hover::after {
    opacity: 0.9;
  }
  .session__img::after {
    opacity: 0.9;
  }
  .session__img .session__content {
    opacity: 1;
  }
}
@media screen and (max-width: 800px) {
  .unite__hero {
    height: 500px;
  }
  .logo__white {
    width: 350px;
    top: 30%;
  }
  .logos__container {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .prayer__logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .intro__buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .intro__buttons span {
    margin: 10px 0;
  }
}
.landing_page {
  min-height: calc(100vh + 89px);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-color: #4a4a4a;
}

.front_bg {
  background-image: url(assets/images/front-page-bg.jpg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.landing__content {
  width: 100%;
  max-width: 550px;
  text-align: center;
  position: relative;
  margin: 80px auto 70px;
}
.landing__content h1 {
  color: white;
}

.pc__flex {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.pc__container {
  width: 50%;
  text-align: center;
  position: relative;
  padding-bottom: 60px;
}
.pc__container svg {
  max-width: 300px;
  display: block;
  margin: 0 auto 20px;
}
.pc__container .button--red {
  background-color: #e6332c;
  color: white;
}
.pc__container .button--blue {
  background-color: #6e9591;
  color: white;
}
.pc__container span {
  display: block;
  max-width: 160px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.pc__container span:hover {
  background-color: white;
  color: #4a4a4a;
  border-color: white;
}
.pc__container:first-child:after {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  width: 4px;
  height: 170px;
  background-color: #383838;
}

.pc_2 svg {
  margin-top: -20px;
}

.landing__lang {
  position: relative;
  color: #b3b2b2;
  font-weight: 600;
  text-align: center;
  padding-top: 120px;
  padding-bottom: 60px;
}
.landing__lang span {
  font-size: 15px;
}

.country_flags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.flag {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  border-radius: 50%;
  opacity: 0.8;
  transition: 0.2s;
}
.flag:hover {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .landing__lang {
    padding: 60px 20px 0;
  }
  .footer--front {
    position: static;
    background-color: #181818;
  }
  .footer--front .footer__menu__item {
    display: block;
    margin: 10px 0;
  }
}
@media screen and (max-width: 800px) {
  .pc__flex {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
  }
  .pc__container {
    width: 100%;
  }
  .pc_1 {
    margin-bottom: 40px;
  }
  .pc_1:after {
    display: none;
  }
  .pc_2 svg {
    margin-top: 0;
  }
  .landing_page {
    min-height: auto;
    padding: 60px 0;
  }
}