@charset "UTF-8";
.button {
  align-items: center;
  border: 0.0625rem #222 solid;
  border-radius: .25rem;
  color: #222;
  display: flex;
  font-size: .75rem;
  font-weight: 600;
  justify-content: center;
  letter-spacing: .125em;
  max-width: 16rem;
  min-height: 2.75rem;
  min-width: 5rem;
  padding: .5rem;
  text-transform: uppercase;
  transition: background-color ease-out .2s, border ease-out .2s, color ease-out .2s;
  will-change: background-color, border, color; }
  .button:hover {
    background-color: #025081;
    border-color: #025081;
    color: #fff; }
  @media only screen and (min-width: 32em) {
    .button {
      font-size: .8125rem; } }
  @media only screen and (min-width: 48em) {
    .button {
      font-size: .875rem; } }
  .button--light {
    border: 0.0625rem #fff solid;
    color: #fff; }
    .button--light:hover {
      background-color: #fff;
      border-color: #fff;
      color: #222; }
  .button--shop, .button--donate, .button--contact {
    border: 0;
    color: #fff;
    min-height: 2.25rem; }
    .button--shop:hover, .button--donate:hover, .button--contact:hover {
      background-color: rgba(124, 164, 191, 0.5);
      border-color: rgba(124, 164, 191, 0.5);
      color: #fff; }
    .button--shop::before, .button--donate::before, .button--contact::before {
      content: '';
      height: 1.75rem;
      margin-right: .25rem;
      width: 1.75rem; }
  .button--shop {
    background-color: #4b9138; }
    .button--shop::before {
      background-image: url("../Images/icons/shop.svg");
      background-size: 1.75rem 1.75rem; }
  .button--donate {
    background-color: #cd1719; }
    .button--donate::before {
      background-image: url("../Images/icons/donate.svg");
      background-size: 1.5rem 1.5rem; }
  .button--contact {
    background-color: #7ca4bf; }
    .button--contact::before {
      background-image: url("../Images/icons/contact.svg");
      background-size: 1.5rem 1.5rem; }

.buttonset {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
  margin-bottom: 2rem;
  margin-top: 1rem;
  width: 100%; }
  .buttonset:first-child {
    margin-top: 0; }
  .buttonset:last-child {
    margin-bottom: 0; }
  .buttonset:first-child {
    margin-top: -.5rem; }
  @media only screen and (min-width: 64em) {
    .main-header .buttonset {
      justify-content: center; } }
  .buttonset__item {
    margin: 1rem 1rem 0 0; }
  .buttonset__item:last-child {
    margin: 1rem 0 0; }

.rainbow {
  display: flex;
  width: 100%; }
  .rainbow__color {
    flex: 1 0 auto;
    height: .5rem;
    width: .5rem; }
  .rainbow__color--green {
    background-color: #babf2d; }
  .rainbow__color--cyan {
    background-color: #6fcbdb; }
  .rainbow__color--orange {
    background-color: #ecc96a; }
  .rainbow__color--brown {
    background-color: #bba66e; }
  .rainbow__color--rust {
    background-color: #cd815e; }
  .rainbow__color--purple {
    background-color: #a587ab; }

.container {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  width: 100%; }

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap; }

.row.reverse {
  flex-direction: row-reverse; }

.col.reverse {
  flex-direction: column-reverse; }

[class^="col-s"] {
  box-sizing: border-box;
  flex: 0 0 auto; }

.col-s {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-s-1 {
  flex-basis: 5.5555555556%;
  max-width: 5.5555555556%; }

.col-s-2 {
  flex-basis: 11.1111111111%;
  max-width: 11.1111111111%; }

.col-s-3 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

.col-s-4 {
  flex-basis: 22.2222222222%;
  max-width: 22.2222222222%; }

.col-s-5 {
  flex-basis: 27.7777777778%;
  max-width: 27.7777777778%; }

.col-s-6 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

.col-s-7 {
  flex-basis: 38.8888888889%;
  max-width: 38.8888888889%; }

.col-s-8 {
  flex-basis: 44.4444444444%;
  max-width: 44.4444444444%; }

.col-s-9 {
  flex-basis: 50%;
  max-width: 50%; }

.col-s-10 {
  flex-basis: 55.5555555556%;
  max-width: 55.5555555556%; }

.col-s-11 {
  flex-basis: 61.1111111111%;
  max-width: 61.1111111111%; }

.col-s-12 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }

.col-s-13 {
  flex-basis: 72.2222222222%;
  max-width: 72.2222222222%; }

.col-s-14 {
  flex-basis: 77.7777777778%;
  max-width: 77.7777777778%; }

.col-s-15 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }

.col-s-16 {
  flex-basis: 88.8888888889%;
  max-width: 88.8888888889%; }

.col-s-17 {
  flex-basis: 94.4444444444%;
  max-width: 94.4444444444%; }

.col-s-18 {
  flex-basis: 100%;
  max-width: 100%; }

.col-s-offset-0 {
  margin-left: 0%; }

.col-s-offset-1 {
  margin-left: 5.5555555556%; }

.col-s-offset-2 {
  margin-left: 11.1111111111%; }

.col-s-offset-3 {
  margin-left: 16.6666666667%; }

.col-s-offset-4 {
  margin-left: 22.2222222222%; }

.col-s-offset-5 {
  margin-left: 27.7777777778%; }

.col-s-offset-6 {
  margin-left: 33.3333333333%; }

.col-s-offset-7 {
  margin-left: 38.8888888889%; }

.col-s-offset-8 {
  margin-left: 44.4444444444%; }

.col-s-offset-9 {
  margin-left: 50%; }

.col-s-offset-10 {
  margin-left: 55.5555555556%; }

.col-s-offset-11 {
  margin-left: 61.1111111111%; }

.col-s-offset-12 {
  margin-left: 66.6666666667%; }

.col-s-offset-13 {
  margin-left: 72.2222222222%; }

.col-s-offset-14 {
  margin-left: 77.7777777778%; }

.col-s-offset-15 {
  margin-left: 83.3333333333%; }

.col-s-offset-16 {
  margin-left: 88.8888888889%; }

.col-s-offset-17 {
  margin-left: 94.4444444444%; }

.start-s {
  justify-content: flex-start;
  text-align: start; }

.center-s {
  justify-content: center;
  text-align: center;
  margin: 0 auto; }

.end-s {
  justify-content: flex-end;
  text-align: end; }

.top-s {
  align-items: flex-start; }

.middle-s {
  align-items: center; }

.bottom-s {
  align-items: flex-end; }

.around-s {
  justify-content: space-around; }

.between-s {
  justify-content: space-between; }

.first-s {
  order: -1; }

.last-s {
  order: 1; }

@media only screen and (max-width: 639px) {
  .hide-s {
    display: none !important; } }
@media only screen and (min-width: 640px) and (max-width: 1279px) {
  [class^="col-m"] {
    box-sizing: border-box;
    flex: 0 0 auto; }

  .col-m {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-m-1 {
    flex-basis: 5.5555555556%;
    max-width: 5.5555555556%; }

  .col-m-2 {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%; }

  .col-m-3 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-m-4 {
    flex-basis: 22.2222222222%;
    max-width: 22.2222222222%; }

  .col-m-5 {
    flex-basis: 27.7777777778%;
    max-width: 27.7777777778%; }

  .col-m-6 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-m-7 {
    flex-basis: 38.8888888889%;
    max-width: 38.8888888889%; }

  .col-m-8 {
    flex-basis: 44.4444444444%;
    max-width: 44.4444444444%; }

  .col-m-9 {
    flex-basis: 50%;
    max-width: 50%; }

  .col-m-10 {
    flex-basis: 55.5555555556%;
    max-width: 55.5555555556%; }

  .col-m-11 {
    flex-basis: 61.1111111111%;
    max-width: 61.1111111111%; }

  .col-m-12 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-m-13 {
    flex-basis: 72.2222222222%;
    max-width: 72.2222222222%; }

  .col-m-14 {
    flex-basis: 77.7777777778%;
    max-width: 77.7777777778%; }

  .col-m-15 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-m-16 {
    flex-basis: 88.8888888889%;
    max-width: 88.8888888889%; }

  .col-m-17 {
    flex-basis: 94.4444444444%;
    max-width: 94.4444444444%; }

  .col-m-18 {
    flex-basis: 100%;
    max-width: 100%; }

  .col-m-offset-0 {
    margin-left: 0%; }

  .col-m-offset-1 {
    margin-left: 5.5555555556%; }

  .col-m-offset-2 {
    margin-left: 11.1111111111%; }

  .col-m-offset-3 {
    margin-left: 16.6666666667%; }

  .col-m-offset-4 {
    margin-left: 22.2222222222%; }

  .col-m-offset-5 {
    margin-left: 27.7777777778%; }

  .col-m-offset-6 {
    margin-left: 33.3333333333%; }

  .col-m-offset-7 {
    margin-left: 38.8888888889%; }

  .col-m-offset-8 {
    margin-left: 44.4444444444%; }

  .col-m-offset-9 {
    margin-left: 50%; }

  .col-m-offset-10 {
    margin-left: 55.5555555556%; }

  .col-m-offset-11 {
    margin-left: 61.1111111111%; }

  .col-m-offset-12 {
    margin-left: 66.6666666667%; }

  .col-m-offset-13 {
    margin-left: 72.2222222222%; }

  .col-m-offset-14 {
    margin-left: 77.7777777778%; }

  .col-m-offset-15 {
    margin-left: 83.3333333333%; }

  .col-m-offset-16 {
    margin-left: 88.8888888889%; }

  .col-m-offset-17 {
    margin-left: 94.4444444444%; }

  .start-m {
    justify-content: flex-start;
    text-align: start; }

  .center-m {
    justify-content: center;
    text-align: center; }

  .end-m {
    justify-content: flex-end;
    text-align: end; }

  .top-m {
    align-items: flex-start; }

  .middle-m {
    align-items: center; }

  .bottom-m {
    align-items: flex-end; }

  .around-m {
    justify-content: space-around; }

  .between-m {
    justify-content: space-between; }

  .first-m {
    order: -1; }

  .last-m {
    order: 1; }

  .hide-m {
    display: none !important; }

  .col-m-9:last-of-type:nth-of-type(6n-3) {
    max-width: 100%;
    flex-basis: 100%; } }
@media only screen and (min-width: 1280px) {
  [class^="col-l"] {
    box-sizing: border-box;
    flex: 0 0 auto; }

  .col-l {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-l-1 {
    flex-basis: 5.5555555556%;
    max-width: 5.5555555556%; }

  .col-l-2 {
    flex-basis: 11.1111111111%;
    max-width: 11.1111111111%; }

  .col-l-3 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-l-4 {
    flex-basis: 22.2222222222%;
    max-width: 22.2222222222%; }

  .col-l-5 {
    flex-basis: 27.7777777778%;
    max-width: 27.7777777778%; }

  .col-l-6 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-l-7 {
    flex-basis: 38.8888888889%;
    max-width: 38.8888888889%; }

  .col-l-8 {
    flex-basis: 44.4444444444%;
    max-width: 44.4444444444%; }

  .col-l-9 {
    flex-basis: 50%;
    max-width: 50%; }

  .col-l-10 {
    flex-basis: 55.5555555556%;
    max-width: 55.5555555556%; }

  .col-l-11 {
    flex-basis: 61.1111111111%;
    max-width: 61.1111111111%; }

  .col-l-12 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-l-13 {
    flex-basis: 72.2222222222%;
    max-width: 72.2222222222%; }

  .col-l-14 {
    flex-basis: 77.7777777778%;
    max-width: 77.7777777778%; }

  .col-l-15 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-l-16 {
    flex-basis: 88.8888888889%;
    max-width: 88.8888888889%; }

  .col-l-17 {
    flex-basis: 94.4444444444%;
    max-width: 94.4444444444%; }

  .col-l-18 {
    flex-basis: 100%;
    max-width: 100%; }

  .col-l-offset-0 {
    margin-left: 0%; }

  .col-l-offset-1 {
    margin-left: 5.5555555556%; }

  .col-l-offset-2 {
    margin-left: 11.1111111111%; }

  .col-l-offset-3 {
    margin-left: 16.6666666667%; }

  .col-l-offset-4 {
    margin-left: 22.2222222222%; }

  .col-l-offset-5 {
    margin-left: 27.7777777778%; }

  .col-l-offset-6 {
    margin-left: 33.3333333333%; }

  .col-l-offset-7 {
    margin-left: 38.8888888889%; }

  .col-l-offset-8 {
    margin-left: 44.4444444444%; }

  .col-l-offset-9 {
    margin-left: 50%; }

  .col-l-offset-10 {
    margin-left: 55.5555555556%; }

  .col-l-offset-11 {
    margin-left: 61.1111111111%; }

  .col-l-offset-12 {
    margin-left: 66.6666666667%; }

  .col-l-offset-13 {
    margin-left: 72.2222222222%; }

  .col-l-offset-14 {
    margin-left: 77.7777777778%; }

  .col-l-offset-15 {
    margin-left: 83.3333333333%; }

  .col-l-offset-16 {
    margin-left: 88.8888888889%; }

  .col-l-offset-17 {
    margin-left: 94.4444444444%; }

  .start-l {
    justify-content: flex-start;
    text-align: start; }

  .center-l {
    justify-content: center;
    text-align: center; }

  .end-l {
    justify-content: flex-end;
    text-align: end; }

  .top-l {
    align-items: flex-start; }

  .middle-l {
    align-items: center; }

  .bottom-l {
    align-items: flex-end; }

  .around-l {
    justify-content: space-around; }

  .between-l {
    justify-content: space-between; }

  .first-l {
    order: -1; }

  .last-l {
    order: 1; }

  .hide-l {
    display: none !important; } }
.masonry-row {
  width: 100%;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
  position: relative; }
  .masonry-row .masonry-container {
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%; }
    .masonry-row .masonry-container > div {
      height: 100%; }
      .masonry-row .masonry-container > div:first-child {
        border-right: 2px solid #fff; }
        @media only screen and (max-width: 1279px) {
          .masonry-row .masonry-container > div:first-child {
            border-right: none; } }
    .masonry-row .masonry-container .box {
      border-top: 2px solid #fff; }

.masonry-equal,
.masonry-larger,
.masonry-smaller {
  padding-bottom: 0; }

.masonry-equal {
  height: 50%; }

.masonry-larger {
  height: 60%; }

.masonry-smaller {
  height: 40%; }

@media only screen and (max-width: 1279px) {
  .masonry-row {
    height: auto;
    padding-bottom: 0; }
    .masonry-row .masonry-container {
      display: block;
      flex-flow: column nowrap;
      position: relative; }
      .masonry-row .masonry-container .box {
        height: auto; } }
@media only screen and (min-width: 640px) and (max-width: 1279px) {
  .masonry-row .masonry-container > div {
    border-right: none;
    display: flex; }
  .masonry-row .masonry-container .box {
    flex-basis: 50%; }
    .masonry-row .masonry-container .box:last-child {
      border-left: 2px solid #fff; } }
.ce-align-left {
  text-align: left; }

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

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

.ce-table td,
.ce-table th {
  vertical-align: top; }

.ce-textpic,
.ce-nowrap .ce-bodytext,
.ce-gallery,
.ce-row {
  overflow: hidden; }

.ce-uploads {
  margin: 0;
  padding: 0; }
  .ce-uploads li,
  .ce-uploads div {
    overflow: hidden; }
  .ce-uploads li {
    list-style: none outside none;
    margin: 1em 0; }
  .ce-uploads img {
    float: left;
    padding-right: 1em;
    vertical-align: top; }
  .ce-uploads span {
    display: block; }

.ce-left .ce-gallery,
.ce-column {
  float: left; }

.ce-center .ce-outer {
  float: right;
  position: relative;
  right: 50%; }
.ce-center .ce-inner {
  float: right;
  position: relative;
  right: -50%; }

.ce-right .ce-gallery {
  float: right; }

.ce-gallery figure {
  display: table;
  margin: 0; }
.ce-gallery figcaption {
  caption-side: bottom;
  display: table-caption; }
.ce-gallery img {
  display: block; }
.ce-gallery iframe {
  border-width: 0; }

.ce-border img,
.ce-border iframe {
  border: 2px solid #000;
  padding: 0; }

.ce-above .ce-gallery {
  margin-bottom: 10px; }

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery {
  margin-bottom: 10px; }
.ce-intext.ce-right .ce-gallery {
  margin-left: 10px; }
.ce-intext.ce-left ol,
.ce-intext.ce-left ul {
  overflow: auto;
  padding-left: 40px; }
.ce-intext.ce-left .ce-gallery {
  margin-right: 10px; }

.ce-below .ce-gallery {
  margin-top: 10px; }

.ce-column {
  margin-right: 10px; }
  .ce-column:last-child {
    margin-right: 0; }

.ce-row {
  margin-bottom: 10px; }
  .ce-row:last-child {
    margin-bottom: 0; }

.ce-above .ce-bodytext {
  clear: both; }

body {
  color: #222;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.375; }

strong,
b {
  font-style: normal;
  font-weight: 600; }

em,
i {
  font-style: italic;
  font-weight: 400; }

h1 {
  color: #fff;
  font-family: "CrimsonText", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.125; }
  @media only screen and (min-width: 32em) {
    h1 {
      font-size: 2.5rem; } }
  @media only screen and (min-width: 48em) {
    h1 {
      font-size: 3rem; } }
  @media only screen and (min-width: 64em) {
    h1 {
      font-size: 3.5rem; } }
  h1 sub {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .125em;
    margin-bottom: .5rem;
    text-transform: uppercase; }
    @media only screen and (min-width: 32em) {
      h1 sub {
        font-size: .8125rem; } }
    @media only screen and (min-width: 48em) {
      h1 sub {
        font-size: .875rem; } }
    @media only screen and (min-width: 64em) {
      h1 sub {
        font-size: .9375rem; } }
  h1 strong,
  h1 b,
  h1 em,
  h1 i {
    font-style: normal;
    font-weight: 400; }

h2 strong,
h2 b,
h2 em,
h2 i {
  font-style: normal;
  font-weight: 400; }

h3 {
  font-family: "CrimsonText", serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.125;
  margin-bottom: 1rem;
  margin-top: 1.5rem; }
  h3:first-child {
    margin-top: 0; }
  h3:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 32em) {
    h3 {
      font-size: 2rem; } }
  @media only screen and (min-width: 48em) {
    h3 {
      font-size: 2.25rem; } }
  @media only screen and (min-width: 64em) {
    h3 {
      font-size: 2.5rem; } }
  h3 strong,
  h3 b,
  h3 em,
  h3 i {
    font-style: normal;
    font-weight: 400; }

h4,
h5,
h6 {
  font-family: "CrimsonText", serif;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.125;
  margin-bottom: .5rem;
  margin-top: 1rem; }
  h4:first-child,
  h5:first-child,
  h6:first-child {
    margin-top: 0; }
  h4:last-child,
  h5:last-child,
  h6:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 32em) {
    h4,
    h5,
    h6 {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 48em) {
    h4,
    h5,
    h6 {
      font-size: 1.6125rem; } }
  @media only screen and (min-width: 64em) {
    h4,
    h5,
    h6 {
      font-size: 1.75rem; } }
  h4 strong,
  h4 b,
  h4 em,
  h4 i,
  h5 strong,
  h5 b,
  h5 em,
  h5 i,
  h6 strong,
  h6 b,
  h6 em,
  h6 i {
    font-style: normal;
    font-weight: 400; }

p {
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 32em) {
    p {
      font-size: 1.0625rem; } }
  @media only screen and (min-width: 48em) {
    p {
      font-size: 1.125rem; } }
  @media only screen and (min-width: 64em) {
    p {
      font-size: 1.1875rem; } }

.btn {
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.125rem;
  padding: 1.5625rem 1.875rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: 200ms all linear; }
  .btn:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none; }
  .btn--big {
    border: 3px solid #025081;
    border-radius: 6px;
    color: #025081;
    font-size: 1.25rem;
    line-height: 1.25rem;
    padding: 2.8125rem 5.625rem; }
    .btn--big:hover {
      background-color: #025081;
      color: #fff; }

footer {
  width: 100%;
  overflow: hidden;
  background-color: #04639f;
  border-top: 2px solid #fff; }
  footer .container-social {
    padding: 70px 0 50px; }
    footer .container-social p {
      margin: 50px 0 35px; }
  footer .logo {
    width: 80%;
    max-width: 20rem;
    height: auto; }
  footer .container-area {
    position: relative;
    z-index: 1; }
  footer .container-nav {
    padding-top: 60px;
    padding-bottom: 60px; }
    @media only screen and (max-width: 639px) {
      footer .container-nav {
        padding-bottom: 0; } }
    footer .container-nav strong {
      line-height: 2.046875rem;
      font-size: 1.5625rem;
      font-weight: 400;
      color: #c8e4fa;
      display: block;
      letter-spacing: .5px;
      margin-bottom: 1rem; }
    footer .container-nav a {
      color: #fff;
      text-decoration: none; }
      footer .container-nav a:hover {
        text-decoration: underline; }
    footer .container-nav nav {
      margin-bottom: 30px; }
    footer .container-nav li {
      display: block; }
  footer .container-metanav {
    z-index: 2;
    background-color: #014773;
    padding: 30px 0; }

@media only screen and (max-width: 639px) {
  footer {
    overflow: hidden;
    position: relative; }
    footer::before {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
      content: '';
      display: block;
      height: 30px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }

  footer .container-area {
    overflow: visible; }

  footer .container-nav {
    padding-top: 20px; }

  footer .container-nav a {
    font-size: 1.25rem; } }
@media only screen and (min-width: 640px) and (max-width: 959px) {
  .nav--area .arealink {
    background-image: none !important;
    margin-left: 3px !important;
    padding-left: 19px !important; } }
.nav {
  z-index: 10; }
  .nav ul {
    margin: 0;
    padding: 0; }
  .nav li {
    display: inline; }

.navbar {
  background-color: #025081;
  height: 130px;
  justify-content: space-between;
  position: relative; }
  @media only screen and (min-width: 640px) and (max-width: 1279px) {
    .navbar {
      height: 80px; } }
  @media only screen and (max-width: 639px) {
    .navbar {
      height: 80px; } }
  .navbar--fixed {
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.15);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; }

.telephone {
  background: url("../Images/telephone.svg") 20px 50% no-repeat;
  background-size: 34px 34px;
  color: #c8e4fa;
  padding-left: 76px; }
  .telephone strong {
    line-height: 2.046875rem;
    font-size: 1.5625rem;
    font-weight: 400;
    color: #fff; }
  @media only screen and (max-width: 959px) {
    .telephone {
      background: none !important;
      padding-left: 1rem; } }
  .telephone a {
    color: #fff; }

.nav--area {
  z-index: 10;
  font-size: 0;
  padding-right: 19px;
  position: absolute;
  right: 0;
  top: 0; }
  .nav--area .arealink {
    background: #025081 url("../Images/icon-vital-questions.svg") 10px 68% no-repeat;
    background-size: 34px 34px;
    color: #7bc3fb;
    display: inline-block;
    font-size: 1rem;
    margin-left: 5px;
    margin-top: -10px;
    padding: 18px 19px 8px 60px;
    position: relative;
    text-decoration: none;
    top: 0;
    transition: all 100ms linear; }
    .nav--area .arealink--leben {
      background-position: 10px 68%;
      top: 10px; }
    .nav--area .arealink:hover {
      top: 10px !important; }
    .nav--area .arealink--hoh {
      background-color: #bd252c;
      background-image: url("../Images/icon-hand-of-hope.svg");
      color: #fff; }
    .nav--area .arealink--donation {
      background-color: #fff;
      background-image: url("../Images/icon-donate.svg");
      color: #bd252c; }
    .nav--area .arealink--shop {
      background-color: #82aa56;
      background-image: url("../Images/icon-shop.svg");
      color: #d6f5b6; }
  .nav--area-reversed {
    bottom: 0;
    top: auto; }
    .nav--area-reversed::before {
      display: none; }
    .nav--area-reversed .arealink {
      background-position: 10px 38%;
      bottom: -10px;
      padding: 8px 19px 18px 60px;
      top: auto; }
    .nav--area-reversed .arealink--leben {
      bottom: 0;
      top: auto; }
    .nav--area-reversed .arealink:hover {
      bottom: 0 !important;
      top: auto !important; }

@media only screen and (max-width: 639px) {
  .nav--area {
    overflow: hidden;
    padding: 0;
    position: relative;
    height: 6rem;
    margin: 0;
    padding: 0;
    top: inherit; }
    .nav--area-reversed {
      position: relative; }
    .nav--area ul {
      display: flex;
      flex-flow: row nowrap; }
    .nav--area li {
      display: inline-flex;
      flex: 1; }
      .nav--area li.act {
        flex-grow: 2; }
        .nav--area li.act .arealink {
          padding: 0;
          top: 0; }
    .nav--area .arealink {
      background-position: 50% 50%;
      background-size: 50% 50%;
      bottom: auto;
      font: 0/0 a;
      margin: 0;
      overflow: hidden;
      padding: 0;
      width: 100%;
      height: 6rem; }
    .nav--area .arealink:hover {
      z-index: 1;
      top: 0 !important;
      transform: scale(1.2); }
    .nav--area .arealink--leben {
      top: 0;
      bottom: 0; }
    .nav--area .arealink--act {
      align-items: center;
      display: flex;
      padding: 0;
      height: 6rem; }
      .nav--area .arealink--act span {
        padding-left: 0; }
      .nav--area .arealink--act a {
        height: 6rem; }
    .nav--area .arealink--act,
    .nav--area .arealink:hover {
      bottom: auto;
      top: auto; }
    .nav--area::before {
      content: none;
      height: 0; } }
.nav--main ul {
  position: relative; }
.nav--main a {
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  letter-spacing: 1.3px;
  padding: 1.875rem 1rem;
  position: relative;
  text-decoration: none; }
  .nav--main a:hover {
    text-decoration: underline; }
  @media only screen and (min-width: 640px) and (max-width: 959px) {
    .nav--main a {
      padding-left: .75rem;
      padding-right: .75rem; } }
.nav--main .current > a,
.nav--main .active > a {
  text-decoration: underline; }
.nav--main .search {
  background: url("../Images/glas.svg") no-repeat center center;
  background-size: 3.25rem;
  color: transparent;
  padding-left: .9375rem; }
.nav--main .has-popup:hover .popup, .nav--main .has-popup.act .popup {
  display: block; }
.nav--main .has-popup:hover > a::after, .nav--main .has-popup.act > a::after {
  border: solid transparent;
  border-color: transparent transparent #04639f;
  border-width: 40px;
  content: ' ';
  height: 0;
  left: 50%;
  margin-left: -40px;
  pointer-events: none;
  position: absolute;
  top: 34px;
  width: 0; }
.nav--main .popup {
  background: #04639f;
  box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.47);
  display: none;
  padding: 90px 50px 35px;
  position: absolute;
  right: 0;
  text-align: left;
  top: 111px;
  width: 50rem;
  z-index: 99; }
  .nav--main .popup strong {
    color: #c8e4fa;
    font-size: 25px;
    font-weight: 400;
    margin-left: 1rem;
    position: absolute;
    top: 35px; }
  .nav--main .popup p {
    color: #c8e4fa; }
  .nav--main .popup ul {
    padding-left: 1rem; }
  .nav--main .popup li {
    display: block; }
  .nav--main .popup a {
    line-height: 1.47375rem;
    font-size: 1.125rem;
    padding: 6px 0; }
  .nav--main .popup img {
    max-width: 100%; }
  .nav--main .popup .search__linklist strong {
    display: block;
    margin-bottom: 1rem;
    position: static; }
  .nav--main .popup .search__linklist li {
    display: inline-block; }
  .nav--main .popup .search__linklist a {
    line-height: 1.875rem;
    font-size: 1.25rem;
    font-weight: 300;
    display: block;
    letter-spacing: -.5px;
    margin-right: 15px;
    text-decoration: underline; }
    .nav--main .popup .search__linklist a::before {
      content: none; }

body.navbar-active {
  overflow: hidden; }

.nav--mobile .opener {
  line-height: 2rem;
  font-size: 1rem;
  font-weight: 300;
  color: #7bc3fb;
  display: block;
  margin-right: 34px;
  padding-right: 40px;
  position: relative;
  text-decoration: none; }
  .nav--mobile .opener::before {
    background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 19"><path fill="#fff" d="M0 0h26v3H0V0zm0 8h26v3H0V8zm0 8h26v3H0v-3z"/></svg>');
    content: '';
    height: 19px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 26px; }
.nav--mobile.popup-open .popup {
  bottom: 0;
  display: block;
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  padding-bottom: 80px;
  right: 0;
  top: 80px;
  width: 100vw;
  z-index: 100; }
.nav--mobile .popup {
  background-color: #04639f;
  display: none;
  left: 0;
  padding: 5.55555556%;
  position: absolute;
  top: 80px;
  width: 100%;
  z-index: 100; }
  .nav--mobile .popup .home-link {
    display: block;
    border-bottom: 2px solid #7bc3fb;
    margin: 24px 0;
    padding: 0 0 10px;
    text-decoration: none;
    font-size: 1.875rem;
    color: #c8e4fa; }
.nav--mobile .navlist {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav--mobile .navlist .submenu-opener {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 11"><path fill="#7bc3fb" d="M10.26 11L0 1.5 1.36 0l8.87 8.21L18.6.02 20 1.48 10.26 11"/></svg>') 50% 50% no-repeat;
    background-size: 20px 11px;
    border-left: 2px solid #7bc3fb;
    bottom: 12px;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    width: 78px; }
  .nav--mobile .navlist a {
    text-decoration: none; }
  .nav--mobile .navlist .navitem {
    border-bottom: 2px solid #7bc3fb;
    margin: 24px 0;
    padding: 0 0 10px;
    position: relative; }
    .nav--mobile .navlist .navitem--open .submenu-opener {
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 20"><path fill="#7bc3fb" d="M11 9.74L1.5 20 0 18.64l8.21-8.87L0 1.4 1.48 0 11 9.74"/></svg>');
      background-position: 50% 6%;
      background-size: 11px 20px;
      border: 0; }
    .nav--mobile .navlist .navitem--open .navlist--level2 {
      display: block; }
  .nav--mobile .navlist--level1 a {
    color: #c8e4fa;
    font-size: 1.875rem; }
  .nav--mobile .navlist--level2 {
    display: none;
    margin-left: 22px;
    margin-top: 10px; }
    .nav--mobile .navlist--level2 a {
      color: #fff;
      font-size: 1.5625rem; }
    .nav--mobile .navlist--level2 li {
      padding: 12px 0; }

.subnav-mobile {
  display: flex;
  list-style-type: none;
  margin: 2.5rem 0 5.55555556%;
  padding: 0; }
  .subnav-mobile li {
    width: 25%; }
  .subnav-mobile .subnav-mobile__link {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 34px 34px;
    cursor: pointer;
    display: block;
    height: 20vw;
    text-decoration: none; }
    .subnav-mobile .subnav-mobile__link--leben {
      background-color: #025081;
      background-image: url("../Images/icon-vital-questions.svg"); }
    .subnav-mobile .subnav-mobile__link--hoh {
      background-color: #bd252c;
      background-image: url("../Images/icon-hand-of-hope.svg"); }
    .subnav-mobile .subnav-mobile__link--donation {
      background-color: #fff;
      background-image: url("../Images/icon-donate.svg"); }
    .subnav-mobile .subnav-mobile__link--shop {
      background-color: #82aa56;
      background-image: url("../Images/icon-shop.svg"); }

.searchform {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 50px; }
  .searchform__sword, .searchform__sword::placeholder {
    color: #025081; }
  .searchform__sword {
    line-height: 1.875rem;
    font-size: 1.25rem;
    letter-spacing: .6px;
    background-color: #7bc3fb;
    border: 0;
    flex-grow: 1;
    height: 75px;
    padding: 0 25px; }
  .searchform__button {
    background: #025081 url("../Images/glas.svg") no-repeat center;
    background-size: 50%;
    border: 0;
    flex-shrink: 0;
    height: 75px;
    line-height: 75px;
    width: 75px; }
    .searchform__button:hover {
      background-size: 55%; }

footer {
  color: #fff; }

.container-metanav {
  line-height: 1.228125rem;
  font-size: 0.9375rem;
  font-weight: 300; }
  .container-metanav p {
    margin-bottom: 0; }

.nav--meta a {
  line-height: 1.228125rem;
  font-size: 0.9375rem;
  color: #fff;
  padding: 4px 16px;
  text-decoration: none; }
  .nav--meta a:hover {
    text-decoration: underline; }

.box {
  color: #fff; }
  .box .box__category {
    align-items: center;
    display: inline-flex;
    height: 4.6875rem;
    left: 0;
    position: absolute;
    text-align: left;
    top: 0; }
    .box .box__category span {
      line-height: 2rem;
      font-size: 1rem;
      font-weight: 700;
      padding-right: 34px;
      text-transform: uppercase; }
    .box .box__category i {
      display: inline-block;
      height: 4.6875rem;
      position: relative;
      width: 4.6875rem; }
      .box .box__category i::after {
        content: '';
        height: 4.6875rem;
        opacity: .5;
        position: absolute;
        width: 4.6875rem; }
      .box .box__category i.tv::after {
        background: url("../Images/flag-icon-tv.svg") center center no-repeat; }
      .box .box__category i.play::after {
        background: url("../Images/flag-icon-play-button.svg") center center no-repeat; }
      .box .box__category i.magazine::after {
        background: url("../Images/flag-icon-magazine.svg") center center no-repeat; }
      .box .box__category i.book-heart::after {
        background: url("../Images/flag-icon-book-heart.svg") center center no-repeat; }
      .box .box__category i.speechbubbles::after {
        background: url("../Images/flag-icon-speech-bubbles.svg") center center no-repeat; }
      .box .box__category i.shop::after {
        background: url("../Images/flag-icon-shop.svg") center center no-repeat; }
      .box .box__category i.hand-heart::after {
        background: url("../Images/flag-icon-hand-heart.svg") center center no-repeat; }
      .box .box__category i.book-cross::after {
        background: url("../Images/flag-icon-book-cross.svg") center center no-repeat; }
      .box .box__category i.hand::after {
        background: url("../Images/flag-icon-hand.svg") center center no-repeat;
        opacity: 1; }
      .box .box__category i.quote::after {
        background: url("../Images/flag-icon-quote.svg") center center no-repeat; }
      .box .box__category i.tv::after, .box .box__category i.play::after, .box .box__category i.magazine::after, .box .box__category i.book-heart::after, .box .box__category i.speechbubbles::after, .box .box__category i.shop::after, .box .box__category i.hand-heart::after, .box .box__category i.book-cross::after, .box .box__category i.hand::after, .box .box__category i.quote::after {
        background-size: 50%; }
    .box .box__category i + span {
      padding-left: 34px; }
    .box .box__category--green {
      background: #99c866;
      color: #fff; }
      .box .box__category--green i {
        background: #82aa56; }
    .box .box__category--blue {
      background: #04639f;
      color: #7bc3fb; }
      .box .box__category--blue i {
        background: #025081; }
    .box .box__category--orange {
      background: #e8a356;
      color: #fff; }
      .box .box__category--orange i {
        background: #e79750; }
    .box .box__category--yellow {
      background: #bba66e;
      color: #fff; }
      .box .box__category--yellow i {
        background: #7b6519; }
    .box .box__category--brown {
      background: #cd815e;
      color: #fff; }
      .box .box__category--brown i {
        background: #964b2b; }
    .box .box__category--purple {
      background: #a587ab;
      color: #fff; }
      .box .box__category--purple i {
        background: #755d77; }
    .box .box__category--red {
      background: #af2228;
      color: #fff; }
      .box .box__category--red i {
        background: #941d23; }
    .box .box__category.no-flag-text {
      background: transparent; }
  .box .box__content {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: flex-end;
    padding: 6rem 4rem 4rem 4rem;
    position: relative; }
    .box .box__content .box__category + h3 {
      padding-top: 0 !important; }
    .box .box__content .btn {
      align-self: center;
      margin-top: 2rem; }
    .box .box__content--align-top {
      justify-content: flex-start !important; }
  .box .box__auxiliary {
    line-height: 1.875rem;
    font-size: 1.25rem;
    font-weight: 700;
    display: block; }
  .box .box__additional,
  .box .box__additional--below {
    line-height: 1.875rem;
    font-size: 1.25rem;
    font-weight: 300;
    display: block;
    margin-top: .75rem; }
  .box .box__headline {
    font-weight: 400;
    font-family: "Crimson Text", serif;
    line-height: 2.5rem;
    font-size: 2.5rem;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
    padding-top: 2rem;
    text-align: center; }
  .box a:not([class]) {
    text-decoration: none; }
    .box a:not([class]):hover {
      text-decoration: underline; }
  .box .box__cover {
    display: block;
    height: auto;
    margin: 0 auto;
    width: 50%; }
  .box .box__playbutton img {
    max-width: 85px;
    transition: all 100ms linear;
    width: 100%; }
  .box .box__playbutton:hover img {
    transform: scale(1.05); }
  .box .box__searchbox .searchform__sword::placeholder {
    color: #7bc3fb; }
  .box .box-inner {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    position: absolute;
    width: 100%; }
    .box .box-inner * {
      margin-top: 0; }
  .box .box-inner-top,
  .box .box-inner-bottom {
    -webkit-box-pack: initial !important;
    display: flex !important;
    flex-flow: column nowrap;
    height: 50%;
    text-align: center; }
  .box .box-inner-top {
    align-content: flex-start;
    justify-content: flex-start;
    padding: 4rem 4rem 2rem 4rem; }
    .box .box-inner-top--margin-top {
      margin-top: 4rem; }
      @media only screen and (min-width: 1280px) {
        .box .box-inner-top--margin-top {
          margin-top: 2rem; } }
      @media only screen and (min-width: 1280px) and (max-width: 1399px) {
        .box .box-inner-top--margin-top {
          margin-top: 5rem; } }
    .box .box-inner-top .text {
      align-self: center;
      margin-top: 5%; }
      @media only screen and (min-width: 480px) and (max-width: 639px), only screen and (min-width: 960px) and (max-width: 1279px), only screen and (min-width: 1440px) {
        .box .box-inner-top .text {
          margin-top: 15%; } }
  .box .box-inner-bottom {
    align-content: flex-end;
    justify-content: flex-end;
    padding: 2rem 4rem 4rem 4rem; }
    .box .box-inner-bottom .btn {
      align-self: center; }
  .box--colorful {
    background: #7b6519 linear-gradient(to bottom, #bba66e 0%, #7b6519 100%);
    color: #fff;
    display: block;
    height: 0;
    padding-bottom: 100%;
    position: relative; }
    .box--colorful p {
      line-height: 1.47375rem;
      font-size: 1.125rem;
      font-weight: 300;
      max-width: 80%;
      margin: 0 auto; }
    .box--colorful.box--colorful-green {
      background: #4b9138 linear-gradient(to bottom, #babf2d 0%, #4b9138 100%); }
    .box--colorful.box--colorful-blue {
      background: #4c828c linear-gradient(to bottom, #6fcbdb 0%, #4c828c 100%); }
    .box--colorful.box--colorful-orange {
      background: #e79750 linear-gradient(to bottom, #ecc96a 0%, #e79750 100%); }
    .box--colorful.box--colorful-yellow {
      background: #7b6519 linear-gradient(to bottom, #bba66e 0%, #7b6519 100%); }
    .box--colorful.box--colorful-brown {
      background: #964b2b linear-gradient(to bottom, #cd815e 0%, #964b2b 100%); }
    .box--colorful.box--colorful-purple {
      background: #755d77 linear-gradient(to bottom, #a587ab 0%, #755d77 100%); }
  .box--shopteaser {
    height: 100%; }
    .box--shopteaser--green {
      background: #9da85a radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shopteaser--blue {
      background: #014773 radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shopteaser--orange {
      background: #e79750 radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shopteaser--yellow {
      background: #7b6519 radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shopteaser--brown {
      background: #964b2b radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shopteaser--purple {
      background: #755d77 radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shopteaser--red {
      background: #941d23 radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shopteaser--shopteaser-green {
      background: #9da85a radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shopteaser--shopteaser-red {
      background: #d99ca1 radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shopteaser--shopteaser-purpledark {
      background: #91337e radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shopteaser--shopteaser-greengray {
      background: #86795a radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shopteaser--shopteaser-blue {
      background: #8996a5 radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shopteaser--shopteaser-brown {
      background: #88685e radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shopteaser--shopteaser-turquoise {
      background: #59a4a5 radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shopteaser--shopteaser-redorange {
      background: #c57153 radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shopteaser--shopteaser-purple {
      background: #6769b1 radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shopteaser--shopteaser-yellow {
      background: #d1a700 radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shopteaser .box__content {
      padding-top: 6rem; }
    .box--shopteaser .box__headline {
      margin-top: 0; }
    .box--shopteaser .box__additional {
      line-height: 1.47375rem;
      font-size: 1.125rem;
      font-weight: 300;
      max-width: 80%;
      text-align: center; }
      .box--shopteaser .box__additional a {
        color: #fff;
        text-decoration: underline; }
        .box--shopteaser .box__additional a:hover {
          text-decoration: none; }
  .box--teaser {
    background-color: #222543;
    background-size: cover; }
    .box--teaser .box__headline {
      margin-top: 0;
      text-align: center; }
    .box--teaser .box__additional {
      line-height: 1.47375rem;
      font-size: 1.125rem;
      font-weight: 300;
      max-width: 80%;
      text-align: center; }
    .box--teaser .btn {
      margin-bottom: 0; }
    .box--teaser::after {
      background: linear-gradient(to bottom, transparent 35%, transparent 35%, #000 85%, #000 100%);
      bottom: 0;
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      width: 100%;
      z-index: 0; }
    .box--teaser--color .box__headline {
      margin-bottom: 15%; }
    .box--teaser--color::after {
      background: linear-gradient(to bottom, #03609a 0%, #024269 100%); }
    @media only screen and (max-width: 1279px) {
      .box--teaser .box__content {
        padding-top: 20rem; } }
  .box--teaser--video .video-container,
  .box--teaser--video .js-modal-btn {
    position: static; }
  .box--teaser--video .video-container {
    line-height: 1; }
  .box--teaser--video .js-modal-btn {
    height: 4.5rem;
    left: auto;
    margin: 1.8rem 0 0;
    top: auto; }
    .box--teaser--video .js-modal-btn svg {
      height: 100%;
      width: 100%; }
  .box--play {
    background-size: cover;
    position: relative; }
    .box--play a {
      color: #fff; }
    .box--play:hover::after {
      opacity: 1; }
    .box--play .box__list,
    .box--play .box__auxiliary,
    .box--play .box__headline {
      z-index: 1; }
    .box--play .box__list {
      list-style: none;
      margin: 10% auto 0;
      width: 100%; }
      .box--play .box__list li {
        display: block;
        background: url("../Images/box-play-button.svg") 0 49% no-repeat;
        background-size: 26px 26px;
        margin-bottom: 14px;
        padding-left: 42px; }
    .box--play .box__playbutton {
      content: '';
      left: 50%;
      margin-left: -43px;
      opacity: .8;
      position: absolute;
      top: 24%;
      z-index: 1; }
      @media only screen and (max-width: 1279px) {
        .box--play .box__playbutton {
          top: 0;
          margin-bottom: 2rem;
          margin-top: 4rem;
          position: relative; } }
    .box--play::after {
      background: linear-gradient(to bottom, transparent 12%, transparent 12%, #000 84%, #000 100%);
      bottom: 0;
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      width: 100%;
      z-index: 0; }
  .box--quote {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 639px) {
      .box--quote {
        align-items: flex-end;
        display: flex;
        min-height: 120vw; } }
    @media only screen and (max-width: 639px) {
      .box--quote .box__content {
        padding: 15rem 4rem 4rem;
        width: 100%; } }
    .box--quote a {
      color: #fff; }
    .box--quote .facebook,
    .box--quote .twitter,
    .box--quote .googleplus,
    .box--quote .pinterest,
    .box--quote .whatsapp {
      background-repeat: no-repeat;
      background-size: 56px;
      display: inline-block;
      height: 56px;
      opacity: .6;
      transition: 200ms all linear;
      width: 56px; }
      .box--quote .facebook:hover,
      .box--quote .twitter:hover,
      .box--quote .googleplus:hover,
      .box--quote .pinterest:hover,
      .box--quote .whatsapp:hover {
        opacity: 1;
        transform: scale(1.1); }
    .box--quote .facebook {
      background-image: url("../Images/icon-facebook-circle.svg"); }
    .box--quote .twitter {
      background-image: url("../Images/icon-twitter-circle.svg"); }
    .box--quote .googleplus {
      background-image: url("../Images/icon-googleplus-circle.svg"); }
    .box--quote .pinterest {
      background-image: url("../Images/icon-pinterest-circle.svg"); }
    .box--quote .whatsapp {
      background-image: url("../Images/icon-whattsapp-circle.svg");
      display: none; }
      @media only screen and (max-width: 639px) {
        .box--quote .whatsapp {
          display: inline-block; } }
    .box--quote .box__social {
      line-height: 0;
      margin: 0 auto;
      text-align: center; }
      .box--quote .box__social .social-icon {
        opacity: .6; }
        .box--quote .box__social .social-icon:hover {
          opacity: 1; }
    .box--quote .box__quote {
      margin: 0;
      padding: 2rem 0;
      text-align: center; }
      @media only screen and (max-width: 639px) {
        .box--quote .box__quote {
          padding: 1rem 0; } }
      .box--quote .box__quote p {
        font-weight: 400;
        font-family: "Crimson Text", serif;
        line-height: 3.684375rem;
        font-size: 2.8125rem;
        letter-spacing: 0;
        margin: 0; }
        @media only screen and (max-width: 1279px) {
          .box--quote .box__quote p {
            font-weight: 400;
            font-family: "Crimson Text", serif;
            line-height: 2.62rem;
            font-size: 2rem;
            letter-spacing: 0; } }
      .box--quote .box__quote cite {
        font-size: 1.25rem;
        font-style: normal; }
  .box--action {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 639px) {
      .box--action {
        align-items: flex-end;
        display: flex;
        min-height: 120vw; } }
    @media only screen and (max-width: 639px) {
      .box--action .box__content {
        padding: 15rem 4rem 4rem;
        width: 100%; } }
    .box--action a {
      color: #fff; }
    .box--action .box__additional {
      margin: 0;
      padding: 2rem 0;
      text-align: center; }
      @media only screen and (max-width: 639px) {
        .box--action .box__additional {
          padding: 1rem 0; } }
  .box--video-action {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media only screen and (max-width: 639px) {
      .box--video-action {
        align-items: flex-end;
        display: flex;
        min-height: 120vw; } }
    @media only screen and (max-width: 639px) {
      .box--video-action .box__content {
        width: 100%; } }
    .box--video-action .box__additional {
      margin: 0;
      padding: 1rem 0 0 !important;
      text-align: center; }
      .box--video-action .box__additional p {
        margin: 0;
        padding: 0 5rem; }
        @media only screen and (max-width: 639px) {
          .box--video-action .box__additional p {
            padding: 0; } }
      @media only screen and (max-width: 639px) {
        .box--video-action .box__additional {
          padding: 1rem 0; } }
    .box--video-action .video-container,
    .box--video-action .js-modal-btn {
      position: static; }
    .box--video-action .video-container {
      line-height: 1;
      padding-top: 1rem; }
    .box--video-action .js-modal-btn {
      height: 6rem;
      left: auto;
      margin: 0;
      padding: 0;
      top: auto; }
      @media only screen and (max-width: 639px) {
        .box--video-action .js-modal-btn {
          height: 6rem; } }
      .box--video-action .js-modal-btn svg {
        height: 100%;
        width: 100%; }
    @media only screen and (max-width: 639px) {
      .box--video-action .box__content {
        padding-bottom: 2rem; } }
    @media only screen and (max-width: 639px) {
      .box--video-action .box__content h3 {
        padding-top: 5rem; } }
  .box--today {
    background: #e79750 linear-gradient(to bottom, #ecc96a 0%, #e79750 100%); }
    .box--today.box--today-green {
      background: #4b9138 linear-gradient(to bottom, #babf2d 0%, #4b9138 100%); }
    .box--today.box--today-blue {
      background: #4c828c linear-gradient(to bottom, #6fcbdb 0%, #4c828c 100%); }
    .box--today.box--today-orange {
      background: #e79750 linear-gradient(to bottom, #ecc96a 0%, #e79750 100%); }
    .box--today.box--today-yellow {
      background: #7b6519 linear-gradient(to bottom, #bba66e 0%, #7b6519 100%); }
    .box--today.box--today-brown {
      background: #964b2b linear-gradient(to bottom, #cd815e 0%, #964b2b 100%); }
    .box--today.box--today-purple {
      background: #755d77 linear-gradient(to bottom, #a587ab 0%, #755d77 100%); }
    .box--today a {
      color: #fff; }
    .box--today .box__columns {
      align-items: stretch;
      display: flex;
      flex-flow: row nowrap; }
    .box--today .box__content {
      cursor: pointer; }
    .box--today .box__content,
    .box--today .box__sidebar {
      flex: 1;
      position: relative; }
    .box--today .box__headline {
      font-weight: 400;
      font-family: "Crimson Text", serif;
      line-height: 5rem;
      font-size: 4.375rem;
      letter-spacing: 0;
      margin: 22% 0 2rem; }
      @media only screen and (max-width: 1279px) {
        .box--today .box__headline {
          font-weight: 400;
          font-family: "Crimson Text", serif;
          line-height: 4.42125rem;
          font-size: 3.375rem;
          letter-spacing: 0; } }
    .box--today .box__content {
      flex-basis: 58.3333333334%;
      height: auto;
      justify-content: flex-start;
      max-width: 58.3333333334%;
      padding: 0 5% 4%;
      position: static; }
    .box--today .box__auxiliary {
      font-weight: 500;
      margin-top: 4%;
      padding-bottom: 40px; }
    .box--today-green .box__auxiliary,
    .box--today-green .box__sidebar ul a {
      color: #dbe034; }
    .box--today-blue .box__auxiliary,
    .box--today-blue .box__sidebar ul a {
      color: #82ecff; }
    .box--today-orange .box__auxiliary,
    .box--today-orange .box__sidebar ul a {
      color: #ffde8d; }
    .box--today-yellow .box__auxiliary,
    .box--today-yellow .box__sidebar ul a {
      color: #ffd952; }
    .box--today-brown .box__auxiliary,
    .box--today-brown .box__sidebar ul a {
      color: #edb393; }
    .box--today-purple .box__auxiliary,
    .box--today-purple .box__sidebar ul a {
      color: #f6caff; }
    .box--today .box__auxiliary + .box__auxiliary {
      bottom: 5%;
      left: 5%;
      padding-bottom: 0;
      position: absolute; }
    .box--today .box__sidebar {
      flex-basis: 41.6666666667%;
      max-width: 41.6666666667%;
      flex-direction: column;
      align-items: center !important; }
      .box--today .box__sidebar ul {
        font-weight: 400;
        font-family: "Crimson Text", serif;
        line-height: 2.62rem;
        font-size: 2rem;
        letter-spacing: 0;
        list-style-type: none;
        margin: 2rem 2rem 2rem 0;
        text-align: right; }
        .box--today .box__sidebar ul li {
          padding: 0 0 1rem 0; }
          .box--today .box__sidebar ul li:last-child {
            padding: 0; }
      .box--today .box__sidebar .cover {
        cursor: pointer;
        position: relative; }
      .box--today .box__sidebar .box__playbutton {
        margin-right: -48px;
        margin-top: -48px;
        position: absolute;
        right: 50%;
        top: 50%;
        width: 96px;
        height: 96px; }
      .box--today .box__sidebar img {
        max-width: 100%;
        position: relative;
        width: 100%; }
  @media only screen and (max-width: 62.5em) {
    .box--today {
      height: auto; }
      .box--today .box__columns {
        flex-flow: column;
        height: 100%; }
      .box--today .box__auxiliary + .box__auxiliary {
        position: static; }
      .box--today .box__content {
        flex-basis: 100%;
        margin-bottom: 10%;
        max-width: 100%; }
      .box--today .box__sidebar {
        align-items: flex-end;
        display: flex;
        flex-basis: 100%;
        max-width: 100%; }
        .box--today .box__sidebar .cover,
        .box--today .box__sidebar ul {
          flex: 1; }
        .box--today .box__sidebar .cover {
          width: 50%; } }
  .box--search {
    background: #024268 linear-gradient(to bottom, #03619c 0%, #024268 100%);
    padding-bottom: 0 !important;
    text-align: center; }
    @media only screen and (min-width: 640px) {
      .box--search {
        padding-bottom: 0 !important; } }
    .box--search .box__content {
      padding: 2rem 4rem 2rem 4rem !important; }
    .box--search a {
      color: #fff; }
    .box--search .box__content {
      position: relative !important; }
    .box--search .box__list {
      line-height: 1.875rem;
      font-size: 1.25rem;
      font-weight: 300;
      list-style: none;
      margin: 0 0 5%;
      max-width: 80%;
      padding: 0; }
      .box--search .box__list li {
        display: block; }
      .box--search .box__list a {
        color: #c8e4fa;
        text-decoration: underline; }
        .box--search .box__list a:hover {
          text-decoration: none; }
  .box--podcast {
    background: #024268 linear-gradient(to bottom, #03619c 0%, #024268 100%);
    height: 22.5rem !important;
    padding-bottom: 0 !important; }
    @media only screen and (max-width: 639px) {
      .box--podcast {
        height: auto !important; } }
    .box--podcast h4 {
      margin-bottom: 4%;
      text-align: center; }
    .box--podcast .box__headline {
      margin-bottom: 4%;
      text-align: center; }
    .box--podcast .box__additional {
      margin: 1% auto 0;
      max-width: 80%;
      text-align: center; }
    .box--podcast audio {
      margin-top: 2rem; }
    .box--podcast a {
      color: #fff; }
  .box--program {
    background: #e79750 linear-gradient(to bottom, #ecc96a 0%, #e79750 100%) !important;
    cursor: pointer;
    padding-bottom: 0 !important; }
    @media only screen and (min-width: 640px) {
      .box--program {
        padding-bottom: 0 !important; } }
    .box--program .box__content {
      position: relative !important; }
    .box--program .box__headline {
      margin-bottom: 2rem;
      text-align: center; }
    .box--program .box__playbutton {
      margin-bottom: 1rem; }
    .box--program .box__additional {
      margin: 1% auto 0;
      max-width: 80%;
      text-align: center; }
    .box--program .box__auxiliary {
      color: #ffde8d;
      font-weight: 500;
      margin-bottom: 0; }
    .box--program a {
      color: #fff; }
    .box--program.box--program-green {
      background: #4b9138 linear-gradient(to bottom, #babf2d 0%, #4b9138 100%) !important; }
    .box--program.box--program-blue {
      background: #4c828c linear-gradient(to bottom, #6fcbdb 0%, #4c828c 100%) !important; }
    .box--program.box--program-orange {
      background: #e79750 linear-gradient(to bottom, #ecc96a 0%, #e79750 100%) !important; }
    .box--program.box--program-yellow {
      background: #7b6519 linear-gradient(to bottom, #bba66e 0%, #7b6519 100%) !important; }
    .box--program.box--program-brown {
      background: #964b2b linear-gradient(to bottom, #cd815e 0%, #964b2b 100%) !important; }
    .box--program.box--program-purple {
      background: #755d77 linear-gradient(to bottom, #a587ab 0%, #755d77 100%) !important; }
    .box--program.box--program-grey {
      background: #404f50 linear-gradient(to bottom, #7c8384 0%, #404f50 100%) !important; }
    .box--program-green .box__auxiliary {
      color: #dbe034; }
    .box--program-blue .box__auxiliary {
      color: #82ecff; }
    .box--program-orange .box__auxiliary {
      color: #ffde8d; }
    .box--program-yellow .box__auxiliary {
      color: #ffd952; }
    .box--program-brown .box__auxiliary {
      color: #edb393; }
    .box--program-purple .box__auxiliary {
      color: #f6caff; }
  .box--program-dark {
    background: #024268 linear-gradient(to bottom, #03619c 0%, #024268 100%);
    height: 100%; }
    .box--program-dark .box__content {
      justify-content: flex-start !important; }
    .box--program-dark .box__playbutton {
      margin-bottom: 4%; }
    .box--program-dark .box__headline {
      font-size: 2.5rem;
      line-height: 2.5rem;
      margin-bottom: 4%;
      margin-top: 12%;
      text-align: center; }
  .box--shop {
    background: #8f2c2c radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shop .box__content {
      align-items: flex-end;
      flex-flow: row nowrap;
      flex-direction: row-reverse; }
    .box--shop .box__meta,
    .box--shop .box__cover {
      flex: 1; }
    .box--shop .box__meta {
      padding: 0; }
    .box--shop .box__cover {
      padding-bottom: 0; }
    .box--shop .box__headline {
      font-size: 2.5rem;
      text-align: left; }
      @media only screen and (max-width: 1279px) {
        .box--shop .box__headline {
          text-align: center; } }
    .box--shop .box__additional a {
      color: #fff;
      text-decoration: underline; }
      .box--shop .box__additional a:hover {
        text-decoration: none; }
    .box--shop .box__additional--below {
      margin-bottom: -4%;
      margin-top: -2%; }
    .box--shop--shop-light {
      background: #d99ca1 radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%);
      color: #fff; }
    .box--shop--green {
      background: #9da85a radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shop--blue {
      background: #014773 radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shop--orange {
      background: #e79750 radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shop--yellow {
      background: #7b6519 radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shop--brown {
      background: #964b2b radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shop--purple {
      background: #755d77 radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shop--red {
      background: #941d23 radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shop--shopteaser-green {
      background: #9da85a radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shop--shopteaser-red {
      background: #d99ca1 radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shop--shopteaser-purpledark {
      background: #91337e radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shop--shopteaser-greengray {
      background: #86795a radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shop--shopteaser-blue {
      background: #8996a5 radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shop--shopteaser-brown {
      background: #88685e radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shop--shopteaser-turquoise {
      background: #59a4a5 radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shop--shopteaser-redorange {
      background: #c57153 radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shop--shopteaser-purple {
      background: #6769b1 radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
    .box--shop--shopteaser-yellow {
      background: #d1a700 radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.2) 10%, rgba(0, 0, 0, 0.1) 100%); }
  @media only screen and (max-width: 1279px) {
    .box--shop .box__content {
      align-items: center;
      flex-flow: column nowrap;
      justify-content: flex-end; }
    .box--shop .box__meta {
      padding: 0;
      text-align: center; }
    .box--shop .box__meta,
    .box--shop .box__cover {
      flex: inherit; }
    .box--shop .box__headline {
      margin-left: auto;
      margin-right: auto; } }
  .box--magazine {
    background: #d99ca1;
    background-size: cover; }
    .box--magazine a {
      color: #fff; }
      .box--magazine a:hover {
        text-decoration: none; }
    .box--magazine .box__cover {
      width: 75%; }
    .box--magazine .btn {
      align-self: center; }
    .box--magazine .box__additional {
      margin: 1.5rem 0 0 0;
      text-align: center;
      width: 100%; }
      .box--magazine .box__additional a {
        color: #fff;
        text-decoration: underline; }
        .box--magazine .box__additional a:hover {
          text-decoration: none; }
    .box--magazine .box__effecthelper {
      display: flex;
      flex-flow: column nowrap;
      justify-content: flex-end;
      z-index: 10; }
    .box--magazine--red {
      background-color: #941d23; }
    .box--magazine--shopteaser-green {
      background-color: #9da85a; }
    .box--magazine--shopteaser-red {
      background-color: #d99ca1; }
    .box--magazine--shopteaser-purpledark {
      background-color: #91337e; }
    .box--magazine--shopteaser-greengray {
      background-color: #86795a; }
    .box--magazine--shopteaser-blue {
      background-color: #8996a5; }
    .box--magazine--shopteaser-brown {
      background-color: #88685e; }
    .box--magazine--shopteaser-turquoise {
      background-color: #59a4a5; }
    .box--magazine--shopteaser-redorange {
      background-color: #c57153; }
    .box--magazine--shopteaser-purple {
      background-color: #6769b1; }
    .box--magazine--shopteaser-yellow {
      background-color: #d1a700; }
  .box--text-center .box__auxiliary,
  .box--text-center .box__headline {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

.style-hoh .box----color::after {
  background: linear-gradient(to bottom, #941d22 0%, #ae2228 40%, #ae2228 60%, #941d22 100%); }

.box--make-square {
  height: 0;
  padding-bottom: 100%;
  position: relative; }
  @media only screen and (max-width: 1279px) {
    .box--make-square {
      height: 100%;
      padding-bottom: 0; }
      .box--make-square .box-inner {
        position: relative; } }
  .box--make-square .box__content {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }

.box--make-rectangular {
  height: 100%;
  padding-bottom: 115%;
  position: relative; }
  .box--make-rectangular .box__content {
    align-items: center;
    height: 100%;
    justify-content: flex-end;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }
  @media only screen and (max-width: 1279px) {
    .box--make-rectangular {
      padding-bottom: 0;
      position: relative; }
      .box--make-rectangular .box__content {
        position: relative; } }

.boxes-have-borders .box {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff; }
@media only screen and (max-width: 639px) {
  .boxes-have-borders > div .box {
    border-right: none; } }
@media only screen and (min-width: 640px) and (max-width: 1279px) {
  .boxes-have-borders > div:nth-of-type(even) .box {
    border-right: none; }
  .boxes-have-borders > div:last-of-type:nth-of-type(odd) .box {
    border-right: none; } }
@media only screen and (min-width: 1280px) {
  .boxes-have-borders > div:nth-of-type(3n) .box {
    border-right: none; } }

.shopteaser-container .box--shop,
.shopteaser-container .box--shopteaser {
  height: 100%; }
.shopteaser-container .box--shop .box__meta {
  padding-bottom: 0; }
  .shopteaser-container .box--shop .box__meta .btn {
    margin-bottom: 10%; }

.container--shop-teaser .box--shop {
  height: 100%; }

.is-linked {
  cursor: pointer; }

.social-icon {
  background-position: top left;
  background-size: 100%;
  display: inline-block;
  font: 0/0 a;
  height: 36px;
  margin: 0 12px;
  text-decoration: none;
  transition: 200ms all linear;
  width: 36px; }
  .social-icon:hover {
    transform: scale(1.1); }
  .social-icon--youtube {
    background-image: url("../Images/icon-youtube.svg"); }
  .social-icon--facebook {
    background-image: url("../Images/icon-facebook.svg"); }
  .social-icon--twitter {
    background-image: url("../Images/icon-twitter.svg"); }
  .social-icon--instagram {
    background-image: url("../Images/icon-instagram.svg"); }
  .social-icon--googleplus {
    background-image: url("../Images/icon-googleplus.svg"); }
  .social-icon--pinterest {
    background-image: url("../Images/icon-pinterest-circle.svg"); }
  .social-icon--circle {
    background-position: 50% 50%;
    height: 56px;
    margin: 0 6px;
    width: 56px; }
    .social-icon--circle:first-of-type {
      margin-left: 0; }
    .social-icon--circle.social-icon--facebook {
      background-image: url("../Images/icon-facebook-circle.svg"); }
    .social-icon--circle.social-icon--twitter {
      background-image: url("../Images/icon-twitter-circle.svg"); }
    .social-icon--circle.social-icon--googleplus {
      background-image: url("../Images/icon-googleplus-circle.svg"); }
    .social-icon--circle.social-icon--pinterest {
      background-image: url("../Images/icon-pinterest-circle.svg"); }
    .social-icon--circle.social-icon--whattsapp {
      background-image: url("../Images/icon-whattsapp-circle.svg");
      display: none; }
  .social-icon--dark.social-icon--facebook {
    background-image: url("../Images/icon-facebook-dark.svg"); }
  .social-icon--dark.social-icon--twitter {
    background-image: url("../Images/icon-twitter-dark.svg"); }
  .social-icon--dark.social-icon--googleplus {
    background-image: url("../Images/icon-googleplus-dark.svg"); }
  .social-icon--dark.social-icon--pinterest {
    background-image: url("../Images/icon-pinterest-circle-dark.svg"); }
  .social-icon--dark.social-icon--whattsapp {
    background-image: url("../Images/icon-whattsapp-circle-dark.svg");
    display: none; }
  .social-icon--dark.social-icon--circle.social-icon--facebook {
    background-image: url("../Images/icon-facebook-circle-dark.svg"); }
  .social-icon--dark.social-icon--circle.social-icon--twitter {
    background-image: url("../Images/icon-twitter-circle-dark.svg"); }
  .social-icon--dark.social-icon--circle.social-icon--googleplus {
    background-image: url("../Images/icon-googleplus-circle-dark.svg"); }
  .social-icon--dark.social-icon--circle.social-icon--pinterest {
    background-image: url("../Images/icon-pinterest-circle-dark.svg"); }
  .social-icon--dark.social-icon--circle.social-icon--whattsapp {
    background-image: url("../Images/icon-whattsapp-circle-dark.svg");
    display: none; }

@media only screen and (max-width: 62.5em) {
  .social-icon--circle:first-of-type {
    margin-left: 6px; }
  .social-icon--circle--whattsapp {
    display: inline-block; }

  .social-icon.social-icon--whattsapp.social-icon--circle {
    display: inline-block; } }
.tx-kesearch-pi1 {
  background-color: #fff;
  padding: 2rem 2rem; }
  .tx-kesearch-pi1 a {
    color: #04639f;
    text-decoration: none; }
    .tx-kesearch-pi1 a:hover {
      text-decoration: underline; }
  .tx-kesearch-pi1 form {
    display: block;
    padding-top: 4rem; }
    .tx-kesearch-pi1 form fieldset {
      border: 0;
      display: block;
      height: 5rem;
      margin: 0;
      padding: 0;
      position: relative; }
      .tx-kesearch-pi1 form fieldset .kesearchbox {
        display: block;
        left: 50%;
        margin-left: -12.5rem;
        position: absolute;
        top: 0;
        width: 20rem; }
        @media only screen and (max-width: 639px) {
          .tx-kesearch-pi1 form fieldset .kesearchbox {
            margin-left: -8rem;
            width: 11rem; } }
        @media only screen and (min-width: 1280px) {
          .tx-kesearch-pi1 form fieldset .kesearchbox {
            margin-left: -17.5rem;
            width: 30rem; } }
        .tx-kesearch-pi1 form fieldset .kesearchbox input {
          display: none; }
        .tx-kesearch-pi1 form fieldset .kesearchbox input:nth-of-type(1) {
          display: block;
          width: 100%;
          line-height: 1.875rem;
          font-size: 1.25rem;
          letter-spacing: .0625rem;
          background-color: #f0f0f0;
          border: 0;
          height: 5rem;
          padding: .5rem 2rem; }
      .tx-kesearch-pi1 form fieldset .submitbutt {
        display: block;
        width: 5rem;
        top: 0;
        left: 50%;
        margin-left: 7.5rem;
        position: absolute; }
        @media only screen and (max-width: 639px) {
          .tx-kesearch-pi1 form fieldset .submitbutt {
            margin-left: 3rem; } }
        @media only screen and (min-width: 1280px) {
          .tx-kesearch-pi1 form fieldset .submitbutt {
            margin-left: 12.5rem; } }
        .tx-kesearch-pi1 form fieldset .submitbutt input {
          background: #025081 url("../Images/glas.svg") no-repeat center;
          background-size: 50%;
          border: 0;
          flex-shrink: 0;
          height: 5rem;
          line-height: 5rem;
          width: 5rem;
          text-indent: -9999rem;
          cursor: pointer; }
          .tx-kesearch-pi1 form fieldset .submitbutt input:hover {
            background-size: 55%; }
      .tx-kesearch-pi1 form fieldset > input {
        display: none;
        visibility: hidden; }
      .tx-kesearch-pi1 form fieldset .resetbutt {
        display: none; }
  .tx-kesearch-pi1 #kesearch_results,
  .tx-kesearch-pi1 .messsage {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    line-height: 1.875rem;
    font-size: 1.25rem;
    letter-spacing: 0;
    display: block;
    margin: 0 auto;
    max-width: 48rem;
    padding-bottom: 2rem;
    text-align: center; }
  .tx-kesearch-pi1 #kesearch_num_results {
    font-weight: 400;
    font-family: "Crimson Text", serif;
    line-height: 2.45625rem;
    font-size: 1.875rem;
    letter-spacing: 0;
    text-align: center; }
  .tx-kesearch-pi1 .result-list-item {
    display: block;
    font-weight: normal;
    margin: 4rem auto;
    max-width: 48rem;
    text-align: left; }
    .tx-kesearch-pi1 .result-list-item .result-number {
      display: none; }
    .tx-kesearch-pi1 .result-list-item .result-title {
      font-weight: 400;
      font-family: "Crimson Text", serif;
      line-height: 2.5rem;
      font-size: 2.5rem;
      letter-spacing: 0;
      display: inline-block; }
    .tx-kesearch-pi1 .result-list-item .result-teaser {
      line-height: 1.875rem;
      font-size: 1.25rem;
      display: block;
      margin-top: 1rem; }
      .tx-kesearch-pi1 .result-list-item .result-teaser .hit {
        background-color: #c8e4fa; }
    .tx-kesearch-pi1 .result-list-item .result-row {
      font-weight: 400;
      font-family: "Crimson Text", serif;
      line-height: 1.47375rem;
      font-size: 1.125rem;
      letter-spacing: 0;
      color: #04639f;
      display: block;
      margin-top: .75rem; }
  .tx-kesearch-pi1 .pages_total .result_txt {
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    line-height: 1.875rem;
    font-size: 1.25rem;
    letter-spacing: 0;
    display: block;
    padding-top: 2rem;
    text-align: center; }
  .tx-kesearch-pi1 .pages_total .kesearch_pagebrowser {
    padding-bottom: 4rem; }
    .tx-kesearch-pi1 .pages_total .kesearch_pagebrowser ul {
      display: block;
      margin: 0;
      padding-top: 1rem;
      text-align: center; }
    .tx-kesearch-pi1 .pages_total .kesearch_pagebrowser li {
      font-weight: 400;
      font-family: "Montserrat", sans-serif;
      line-height: 1.875rem;
      font-size: 1.25rem;
      letter-spacing: 0;
      display: inline-block; }
    .tx-kesearch-pi1 .pages_total .kesearch_pagebrowser li:before {
      content: '\00a0·\00a0\00a0'; }
    .tx-kesearch-pi1 .pages_total .kesearch_pagebrowser li:first-of-type:before {
      content: ''; }
    .tx-kesearch-pi1 .pages_total .kesearch_pagebrowser a.current {
      color: #222543;
      font-weight: bold;
      text-decoration: none; }
  .tx-kesearch-pi1 .clearer,
  .tx-kesearch-pi1 .add-info,
  .tx-kesearch-pi1 .teaser_icon {
    display: none; }

.ce-spotlights {
  background-color: #025081;
  order: -1;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  z-index: 8; }
  @media only screen and (min-width: 64em) {
    .ce-spotlights {
      overflow-x: hidden; } }
  .ce-spotlights__container {
    display: flex;
    flex-flow: row nowrap;
    height: 100%; }
    @media only screen and (min-width: 48em) {
      .ce-spotlights__container {
        padding: 0 1.5rem; } }
  .ce-spotlights__item {
    display: flex;
    flex: 0 0 auto;
    max-width: 24rem;
    padding: 1.5rem;
    width: 80vw; }
    @media only screen and (min-width: 64em) {
      .ce-spotlights__item {
        max-width: none;
        width: 33.333%; } }
    .ce-spotlights__item:not(:first-child) {
      border-left: 0.0625rem #7ca4bf solid; }
    .ce-spotlights__item__text {
      color: #fff;
      font-size: .8125rem;
      width: 100%; }
    .ce-spotlights__item__icon {
      flex: 0 0 auto;
      height: 3rem;
      margin-right: 1rem;
      width: auto; }

.ce-devotion {
  align-items: center;
  border-top: 2px solid #fff;
  display: flex;
  flex-flow: column nowrap;
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 64em) {
    .ce-devotion {
      align-items: stretch;
      flex-flow: row nowrap; } }
  .ce-devotion__title {
    align-items: center;
    background-color: #025081;
    display: flex;
    flex-flow: column nowrap;
    padding: 8rem 1.5rem 4rem;
    text-align: center;
    width: 100%; }
    @media only screen and (min-width: 32em) {
      .ce-devotion__title {
        padding: 8rem 3rem 4rem; } }
    @media only screen and (min-width: 64em) {
      .ce-devotion__title {
        width: 50%; } }
    @media only screen and (min-width: 80em) {
      .ce-devotion__title {
        width: 38.8888%; } }
    .ce-devotion__title sub {
      font-size: 1.125rem;
      font-weight: 700; }
    .ce-devotion__title h3 {
      margin-bottom: 1rem;
      margin-top: 1rem; }
    .ce-devotion__title .btn {
      margin-top: 2rem; }
    .ce-devotion__title > * {
      z-index: 4; }
    .ce-devotion__title::after {
      background: #025081 url("../Images/icon-letter.svg") no-repeat center;
      background-size: 50%;
      border-radius: 60px;
      bottom: 0;
      content: '';
      height: 120px;
      left: 50%;
      position: absolute;
      transform: translate(-50%, 50%);
      width: 120px;
      z-index: 3; }
      @media only screen and (min-width: 64em) {
        .ce-devotion__title::after {
          bottom: 50%;
          left: 100%; } }
  .ce-devotion__subscribe {
    align-items: center;
    background-image: url("../Images/bg-devotion-large.jpg");
    background-position: center center;
    background-size: cover;
    color: #fff;
    display: flex;
    flex-flow: column nowrap;
    padding: 8rem 1.5rem 4rem;
    width: 100%; }
    @media only screen and (min-width: 32em) {
      .ce-devotion__subscribe {
        padding: 8rem 3rem 4rem; } }
    @media only screen and (min-width: 64em) {
      .ce-devotion__subscribe {
        justify-content: flex-end;
        width: 50%; } }
    @media only screen and (min-width: 80em) {
      .ce-devotion__subscribe {
        width: 61.11111%; } }
    .ce-devotion__subscribe p {
      font-size: 1.125rem;
      font-weight: 700;
      text-align: center; }

.ce-text-content {
  overflow-x: hidden;
  padding: 2rem 0 0; }
  .ce-text-content h2,
  .ce-text-content aside {
    text-align: center; }
  .ce-text-content h2 {
    font-weight: 400;
    font-family: "Crimson Text", serif;
    line-height: 5rem;
    font-size: 4.375rem;
    letter-spacing: -2.5px;
    margin: 2rem 0 70px; }
    @media only screen and (max-width: 639px) {
      .ce-text-content h2 {
        font-weight: 400;
        font-family: "Crimson Text", serif;
        line-height: 4.9125rem;
        font-size: 3.75rem;
        letter-spacing: -2.5px; } }
  .ce-text-content h3 {
    margin: 1rem 0 1.5rem; }
  .ce-text-content aside {
    line-height: 1.875rem;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 100px; }
  .ce-text-content p {
    line-height: 1.875rem;
    font-size: 1.25rem;
    margin: 0 0 25px; }
  .ce-text-content .text-background {
    background: #f0f0f0;
    margin-left: 1rem;
    padding: 2.5rem;
    text-align: center; }
    .ce-text-content .text-background p {
      font-weight: 400;
      font-family: "Crimson Text", serif;
      line-height: 1.875rem;
      font-size: 1.25rem;
      letter-spacing: 0;
      margin: 0; }
    .ce-text-content .text-background p + p {
      margin-top: 20px; }
    .ce-text-content .text-background ul,
    .ce-text-content .text-background ol {
      font-weight: 400;
      font-family: "Crimson Text", serif;
      line-height: 1.875rem;
      font-size: 1.25rem;
      letter-spacing: 0;
      text-align: left; }
  .ce-text-content a {
    color: #014773; }
    .ce-text-content a:hover {
      text-decoration: none; }
  .ce-text-content audio {
    margin-bottom: 2rem;
    width: 100%; }
  .ce-text-content--centered {
    text-align: center; }

.ce-headline-centered h2 {
  font-weight: 400;
  font-family: "Crimson Text", serif;
  line-height: 5rem;
  font-size: 4.375rem;
  letter-spacing: -2.5px;
  margin: 70px auto 30px auto; }
  @media only screen and (max-width: 639px) {
    .ce-headline-centered h2 {
      margin: 30px auto 30px auto;
      font-weight: 400;
      font-family: "Crimson Text", serif;
      line-height: 4.9125rem;
      font-size: 3.75rem;
      letter-spacing: -2.5px; } }
.ce-headline-centered p {
  line-height: 1.875rem;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 0 1rem 0; }

@media only screen and (max-width: 62.5em) {
  .ce-text-content .text-background {
    margin-left: 0; } }
.ce-text-content + .ce-text-content,
.ce-text-content + a + .ce-text-content {
  padding-top: 0; }

.ce-vitalquestions {
  background-color: #d3cdb1;
  color: #777966;
  overflow: hidden; }
  .ce-vitalquestions--container {
    align-items: center;
    background-size: cover;
    display: flex;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%; }
  .ce-vitalquestions .box {
    border: 0;
    color: inherit; }
  .ce-vitalquestions .box__headline {
    margin: 0 auto 2rem; }
  .ce-vitalquestions p {
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    line-height: 1.47375rem;
    font-size: 1.125rem;
    letter-spacing: 0;
    margin: 0 auto;
    max-width: 80%; }
  .ce-vitalquestions a {
    color: #777966; }
  .ce-vitalquestions .box-inner-bottom .btn {
    border-color: inherit;
    color: inherit;
    margin-bottom: 2%; }
  .ce-vitalquestions .box-inner-bottom li {
    display: inline-block; }
    .ce-vitalquestions .box-inner-bottom li::before {
      background: url("../Images/telephone_grey.svg") 0 50% no-repeat;
      background-size: 34px 34px;
      content: '';
      display: block;
      height: 34px;
      margin: 7px -38px 0;
      position: absolute;
      width: 34px; }
  .ce-vitalquestions .box-inner-bottom ul {
    margin-bottom: 0;
    padding: 0; }
  .ce-vitalquestions img {
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    width: 100%;
    opacity: 0; }

.is-safari .ce-vitalquestions .col-s-18 {
  position: relative; }
.is-safari .ce-vitalquestions .ce-vitalquestions--container {
  position: absolute; }
.is-safari .ce-vitalquestions .box .box-inner,
.is-safari .ce-vitalquestions .box .box-inner-top,
.is-safari .ce-vitalquestions .box .box-inner-bottom {
  height: auto; }

.ce-prayerrequest {
  background-color: #d3cdb1;
  border-top: 0.25rem solid #fff;
  color: #777966;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%; }
  @media only screen and (min-width: 640px) {
    .ce-prayerrequest {
      align-items: center;
      flex-direction: row-reverse; } }
  .ce-prayerrequest__image {
    background-size: cover;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    width: 100%; }
    .ce-prayerrequest__image img {
      -ms-interpolation-mode: bicubic;
      display: inline-block;
      height: auto;
      max-width: 100%;
      vertical-align: middle;
      width: 100%;
      opacity: 0; }
    @media only screen and (min-width: 640px) {
      .ce-prayerrequest__image {
        align-self: stretch;
        height: auto;
        padding-top: 0;
        width: 50%; } }
  .ce-prayerrequest__content {
    display: block;
    height: auto;
    padding: 4rem;
    text-align: center; }
    .ce-prayerrequest__content h3 {
      margin: 0 auto 2rem auto; }
    .ce-prayerrequest__content p {
      font-weight: 400;
      font-family: "Montserrat", sans-serif;
      line-height: 1.47375rem;
      font-size: 1.125rem;
      letter-spacing: 0;
      margin: 0 auto; }
    .ce-prayerrequest__content a {
      color: #777966; }
    .ce-prayerrequest__content .btn {
      border-color: inherit;
      color: inherit;
      margin-bottom: 4rem;
      margin-top: 2rem; }
    .ce-prayerrequest__content *:last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 640px) {
      .ce-prayerrequest__content {
        width: 50%; } }

.ce-quote {
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 8rem 4rem 2rem 4rem; }
  .ce-quote .box {
    background: none;
    border: 0;
    min-height: 48rem;
    position: relative; }
    .ce-quote .box-inner-top {
      text-align: inherit; }
  .ce-quote blockquote {
    margin: 0 0 25%; }
    .ce-quote blockquote p {
      font-weight: 400;
      font-family: "Crimson Text", serif;
      line-height: 3.76625rem;
      font-size: 2.875rem;
      letter-spacing: -2px;
      margin: 0 0 1rem;
      max-width: 100%; }
    .ce-quote blockquote cite {
      font-size: 1.25rem;
      font-style: normal; }
  .ce-quote__social p {
    line-height: 1.875rem;
    font-size: 1.25rem;
    font-weight: 300;
    margin: .5rem 0 0; }

@media only screen and (max-width: 1279px) {
  .ce-quote {
    padding: 4rem 4rem 2rem 4rem; }
    .ce-quote blockquote p {
      margin: 0 auto;
      width: 75%; }
    .ce-quote__social p {
      margin: 0 auto;
      width: 75%; } }
@media only screen and (max-width: 639px) {
  .ce-quote__social p {
    display: none; } }
.ce-quotebox-container {
  align-items: center;
  border: 3px solid #f0f0f0;
  display: flex;
  justify-content: center;
  margin: 30px 0 50px 0;
  padding: 6% 3%;
  position: relative;
  text-align: center; }
  .ce-quotebox-container::before {
    background-color: #f0f0f0;
    border-radius: 50%;
    content: '';
    height: 60px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    top: -30px;
    width: 60px; }
  .ce-quotebox-container .ce-quotebox__icon {
    height: 60px;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    top: -30px;
    width: 60px; }
    .ce-quotebox-container .ce-quotebox__icon--bible {
      background: url("../Images/icon-quotebox-bible.svg") 50% 50% no-repeat;
      background-size: 27px; }
    .ce-quotebox-container .ce-quotebox__icon--cite {
      background: url("../Images/icon-quotebox-cite.svg") 50% 50% no-repeat;
      background-size: 27px; }
  .ce-quotebox-container p {
    font-weight: 400;
    font-style: italic;
    font-family: "Crimson Text", serif;
    line-height: 2.62rem;
    font-size: 2rem;
    letter-spacing: 0;
    margin: 0; }
  .ce-quotebox-container cite {
    font-weight: 400;
    font-family: "Crimson Text", serif;
    line-height: 1.391875rem;
    font-size: 1.0625rem;
    letter-spacing: 0;
    bottom: -13px;
    font-style: normal;
    left: 0;
    position: absolute;
    width: 100%; }
    .ce-quotebox-container cite span {
      background: #f0f0f0;
      display: inline-block;
      padding: .25rem 1.75rem; }
  .ce-quotebox-container--bible-quote blockquote {
    margin-bottom: 0; }
  .ce-quotebox-container--bible-quote cite {
    position: static; }
    .ce-quotebox-container--bible-quote cite + p {
      margin-top: 2rem; }
    .ce-quotebox-container--bible-quote cite span {
      background: none; }

.ce-introtext {
  padding: 2rem 0 1rem; }
  .ce-introtext aside {
    line-height: 1.228125rem;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: -.25px;
    margin: 1rem 0 1rem 0;
    text-transform: uppercase; }
  .ce-introtext h2 {
    font-weight: 400;
    font-family: "Crimson Text", serif;
    line-height: 2.5rem;
    font-size: 2.5rem;
    letter-spacing: 0;
    margin: 0 auto 1rem auto;
    max-width: 75%; }
    @media only screen and (min-width: 640px) {
      .ce-introtext h2 {
        font-weight: 400;
        font-family: "Crimson Text", serif;
        line-height: 4.9125rem;
        font-size: 3.75rem;
        letter-spacing: 0; } }
  .ce-introtext p {
    line-height: 1.875rem;
    font-size: 1.25rem;
    font-weight: 500;
    margin: 0 0 2rem 0; }

.ce-text-content + .ce-introtext {
  padding-top: 4rem; }

.ce-intro {
  padding: 155px 0 100px; }
  .ce-intro h2 {
    margin: 0 0 2.5rem;
    text-align: center; }
  .ce-intro aside {
    line-height: 1.228125rem;
    font-size: 0.9375rem;
    letter-spacing: -.25px;
    margin: 0 0 4rem;
    text-align: center; }
  .ce-intro p {
    margin: 0 0 2rem; }
  .ce-intro p,
  .ce-intro b {
    line-height: 1.875rem;
    font-size: 1.25rem; }

.ce-show-more {
  overflow: hidden; }
  .ce-show-more a {
    line-height: 1.875rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #04639f;
    display: block;
    letter-spacing: 1px;
    padding: 60px 0 30px;
    text-decoration: none;
    text-transform: uppercase;
    transition: 200ms all linear; }
    .ce-show-more a:hover {
      transform: scale(1.01); }

@media only screen and (max-width: 62.5em) {
  .ce-show-more a {
    margin: 0 auto;
    padding: 52px 0 48px;
    width: 80%; } }
.ce-friends-share {
  padding: 70px 0 75px; }
  .ce-friends-share .ce-friends-share__title,
  .ce-friends-share .ce-friends-share__hoh-title {
    margin: 0 0 20px;
    text-align: center; }
  .ce-friends-share .ce-friends-share__title {
    color: #025081; }
  .ce-friends-share .ce-friends-share__hoh-title {
    color: #af2228;
    display: none; }
  .ce-friends-share .social-icon {
    height: 42px;
    margin: 0 5px;
    width: 42px; }

.style-hoh .ce-friends-share__title {
  display: none; }
.style-hoh .ce-friends-share__hoh-title {
  display: block; }

.video-container {
  position: relative;
  text-align: center; }
  .video-container img {
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    width: 100%; }
  .video-container button {
    background: none;
    border: 0;
    cursor: pointer;
    height: 98px;
    left: 50%;
    margin-left: -49px;
    margin-top: -49px;
    opacity: .9;
    outline: none;
    position: absolute;
    top: 50%;
    transition: 200ms all linear;
    width: 98px; }
    .video-container button:hover {
      opacity: 1;
      transform: scale(1.05); }
  .video-container .box__auxiliary {
    padding: 0; }

@keyframes modal-video {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px); }
  to {
    transform: translate(0, 0); } }
.modal-video {
  animation-duration: 0.3s;
  animation-name: modal-video;
  animation-timing-function: ease-out;
  background-color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 1;
  position: fixed;
  top: 0;
  transition: opacity 0.3s ease-out;
  width: 100%;
  z-index: 1000000; }

.modal-video-close {
  opacity: 0; }
  .modal-video-close .modal-video-movie-wrap {
    transform: translate(0, 100px); }

.modal-video-body {
  display: table;
  height: 100%;
  margin: 0 auto;
  max-width: 940px;
  width: 100%; }

.modal-video-inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%; }

.modal-video-movie-wrap {
  animation-duration: 0.3s;
  animation-name: modal-video-inner;
  animation-timing-function: ease-out;
  background-color: #333;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
  width: 100%; }
  .modal-video-movie-wrap iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.modal-video-close-btn {
  background: transparent;
  border: 0;
  display: inline-block;
  height: 35px;
  overflow: hidden;
  position: absolute;
  right: -35px;
  top: -35px;
  width: 35px;
  z-index: 2; }
  .modal-video-close-btn::before {
    transform: rotate(45deg); }
  .modal-video-close-btn::after {
    transform: rotate(-45deg); }
  .modal-video-close-btn::before, .modal-video-close-btn::after {
    background: #fff;
    border-radius: 5px;
    content: '';
    height: 2px;
    left: 0;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 100%; }

.modal-video-body {
  max-width: 1440px !important;
  width: 90% !important; }

@media only screen and (max-width: 62.5em) {
  .modal-video-body {
    width: 100% !important; } }
.ce-image {
  padding-top: 4rem; }
  .ce-image img {
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    width: 100%; }

.ce-textimage p {
  line-height: 1.875rem;
  font-size: 1.25rem;
  margin: 0 0 50px; }
.ce-textimage img {
  float: right;
  height: auto;
  margin: .5rem 0 1.25rem 1.25rem;
  width: 350px; }
.ce-textimage a {
  color: #014773; }
  .ce-textimage a:hover {
    text-decoration: none; }
.ce-textimage--img-left img {
  float: left;
  margin-left: 0;
  margin-right: 1.25rem; }
.ce-textimage--icon-text {
  align-items: flex-start;
  display: flex; }
  .ce-textimage--icon-text img {
    display: block;
    height: auto;
    margin-left: 0;
    margin-right: 1.25rem;
    object-fit: contain;
    width: 125px; }

.ce-big-button {
  padding: 70px 0; }

.ce-form {
  background-color: #fff;
  padding-bottom: 4rem; }
  .ce-form .clearfix {
    display: block;
    margin-top: 4rem; }
    .ce-form .clearfix p,
    .ce-form .clearfix h2 {
      font-weight: 400;
      font-family: "Montserrat", sans-serif;
      line-height: 1.875rem;
      font-size: 1.25rem;
      letter-spacing: 0; }
  .ce-form .form-group {
    margin-top: 1.143rem; }
    .ce-form .form-group label {
      font-weight: 400;
      font-family: "Montserrat", sans-serif;
      line-height: 2rem;
      font-size: 1rem;
      letter-spacing: 0; }
    .ce-form .form-group input[type="text"],
    .ce-form .form-group input[type="email"],
    .ce-form .form-group textarea,
    .ce-form .form-group select {
      line-height: 1.47375rem;
      font-size: 1.125rem;
      appearance: none;
      background-color: #f0f0f0;
      border: 0;
      display: block;
      letter-spacing: .0625rem;
      padding: .5714rem;
      width: 100%; }
    .ce-form .form-group textarea {
      min-height: 10rem; }
    .ce-form .form-group select {
      background-image: url("../Images/down.svg");
      background-position: right 2rem center;
      background-repeat: no-repeat;
      background-size: 1.5rem auto;
      cursor: pointer;
      padding: .5714rem; }
    .ce-form .form-group .form-check {
      margin-bottom: 1rem; }
    .ce-form .form-group .form-check-label {
      cursor: pointer;
      display: block;
      position: relative; }
      .ce-form .form-group .form-check-label input[type="checkbox"],
      .ce-form .form-group .form-check-label input[type="radio"] {
        appearance: none;
        background-color: #f0f0f0;
        border: none;
        cursor: pointer;
        display: block;
        height: 2rem;
        left: 0;
        margin: 0 1rem 1rem 0;
        position: absolute;
        top: 0;
        width: 2rem; }
        .ce-form .form-group .form-check-label input[type="checkbox"]:checked,
        .ce-form .form-group .form-check-label input[type="radio"]:checked {
          background-image: url("../Images/check.svg");
          background-position: center center;
          background-repeat: no-repeat;
          background-size: 1rem 1rem; }
      .ce-form .form-group .form-check-label input[type="radio"] {
        border-radius: 50%; }
        .ce-form .form-group .form-check-label input[type="radio"]:checked {
          background-image: url("../Images/checkmark.svg"); }
      .ce-form .form-group .form-check-label span {
        display: block;
        padding-left: 3rem; }
  .ce-form .actions {
    margin-top: 4rem; }
    .ce-form .actions .btn {
      background-color: #025081;
      border-color: #025081;
      color: #fff; }
      .ce-form .actions .btn:hover {
        background-color: #fff;
        color: #025081; }

.fundraising-link {
  display: block;
  margin: 0 auto;
  max-width: 880px;
  width: 60%; }
  @media only screen and (max-width: 1024px) {
    .fundraising-link {
      width: 94%; } }

select {
  line-height: 1.47375rem;
  font-size: 1.125rem;
  appearance: none;
  background-color: #f0f0f0;
  background-image: url("../Images/down.svg");
  background-position: right 2rem center;
  background-repeat: no-repeat;
  background-size: 1.5rem auto;
  border: 0;
  cursor: pointer;
  display: block;
  letter-spacing: .0625rem;
  margin-bottom: 4rem;
  padding: .5714rem;
  width: 100%; }

.facebook-pixel {
  font-size: 1.25rem;
  line-height: 1.875rem; }

.ce-testimonial-container {
  align-items: center;
  border: 3px solid #f0f0f0;
  display: flex;
  justify-content: center;
  margin: 30px 0 100px;
  padding: 3%;
  position: relative;
  text-align: center; }
  .ce-testimonial-container::after {
    border-radius: 50%;
    bottom: -24px;
    content: url("../Images/arrow-testimonial.svg");
    height: 24px;
    left: 50%;
    margin-left: -26px;
    position: absolute;
    width: 52px; }
  .ce-testimonial-container blockquote span {
    font-weight: 400;
    font-family: "Crimson Text", serif;
    line-height: 2.2925rem;
    font-size: 1.75rem;
    letter-spacing: 0;
    display: block;
    margin-bottom: .75rem; }
  .ce-testimonial-container blockquote p {
    font-weight: 400;
    font-style: italic;
    font-family: "Crimson Text", serif;
    line-height: 1.965rem;
    font-size: 1.5rem;
    letter-spacing: 0;
    margin: 0; }
  .ce-testimonial-container cite {
    bottom: -5rem;
    font-style: normal;
    left: 0;
    position: absolute;
    width: 100%; }
    .ce-testimonial-container cite span {
      font-weight: 400;
      font-family: "Montserrat", sans-serif;
      line-height: 1.875rem;
      font-size: 1.25rem;
      letter-spacing: 0;
      display: inline-block;
      padding: .25rem 1.75rem; }

.ce-magazine-teaser-container {
  padding-top: 6rem; }

.ce-magazine-teaser {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 8rem; }
  .ce-magazine-teaser__tile {
    color: #222543;
    padding: 1rem;
    text-align: center;
    text-decoration: none;
    transition: 200ms all linear;
    width: 33%; }
    @media only screen and (max-width: 639px) {
      .ce-magazine-teaser__tile {
        width: 50%; } }
    .ce-magazine-teaser__tile strong {
      font-weight: 700;
      font-family: "Montserrat", sans-serif;
      line-height: 1.875rem;
      font-size: 1.25rem;
      letter-spacing: 0;
      display: block;
      margin-bottom: .5rem;
      text-align: center; }
    .ce-magazine-teaser__tile p {
      font-weight: 400;
      font-family: "Montserrat", sans-serif;
      line-height: 1.47375rem;
      font-size: 1.125rem;
      letter-spacing: 0;
      margin: 0; }
    .ce-magazine-teaser__tile img {
      height: auto;
      max-width: 100%;
      width: 100%; }
    .ce-magazine-teaser__tile:hover {
      transform: scale(0.98); }

.tx-daily-devotion .form {
  padding-bottom: 4rem; }
.tx-daily-devotion .cta {
  background-color: #fff;
  padding-bottom: 8rem; }
  .tx-daily-devotion .cta img {
    display: block;
    margin-top: 2rem; }
  .tx-daily-devotion .cta .btn {
    display: block;
    padding: 1.75rem 10rem 1.75rem 2rem;
    font-weight: 400;
    line-height: 1.125;
    text-transform: inherit;
    margin: 4rem auto 0 auto;
    width: 22rem;
    height: 8rem;
    background-color: #304a95;
    background-image: url("../Images/icon-facebook-square.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 8rem auto;
    border: 0; }
    .tx-daily-devotion .cta .btn:hover {
      background-color: #f0f0f0;
      color: #304a95; }

.style-hoh .btn--big {
  border-color: #af2228;
  color: #af2228; }
  .style-hoh .btn--big:hover {
    background-color: #af2228;
    color: #fff; }
.style-hoh .ce-form .actions .btn {
  background-color: #af2228;
  border-color: #af2228; }
  .style-hoh .ce-form .actions .btn:hover {
    color: #af2228;
    background-color: #fff; }
.style-hoh .sharer .facebook a {
  background-image: url("../Images/icon-facebook-circle-hoh.svg"); }
.style-hoh .sharer .googleplus a {
  background-image: url("../Images/icon-googleplus-circle-hoh.svg"); }
.style-hoh .sharer .twitter a {
  background-image: url("../Images/icon-twitter-circle-hoh.svg"); }
.style-hoh .sharer .pinterest a {
  background-image: url("../Images/icon-pinterest-circle-hoh.svg"); }
.style-hoh .sharer .whatsapp a {
  background-image: url("../Images/icon-whattsapp-circle-hoh.svg"); }
.style-hoh .ce-show-more a {
  color: #bd252c; }

.style-donation header {
  border-top-color: #fff; }
.style-donation .nav--area,
.style-donation .navbar {
  display: none; }
.style-donation footer .container-social p,
.style-donation footer .container-social p + a,
.style-donation footer .container-social a + a {
  display: none; }

.sharer ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.sharer li {
  box-sizing: border-box;
  height: auto;
  overflow: hidden; }
  .sharer li a {
    border-radius: 21px;
    box-sizing: border-box;
    display: block;
    height: 42px;
    position: relative;
    text-decoration: none;
    transition: 200ms all linear;
    width: 42px; }
  .sharer li .fa {
    line-height: 56px;
    text-align: center;
    vertical-align: middle;
    width: 56px; }
.sharer .orientation-horizontal {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .sharer .orientation-horizontal li {
    flex: none;
    float: left;
    height: 42px;
    margin: 0 5px;
    width: 42px; }
    .sharer .orientation-horizontal li .share_text,
    .sharer .orientation-horizontal li .share_count {
      display: none; }
.sharer .facebook a {
  background-image: url("../Images/icon-facebook-circle-dark.svg"); }
.sharer .facebook a:hover {
  transform: scale(1.1); }
.sharer .googleplus a {
  background-image: url("../Images/icon-googleplus-circle-dark.svg"); }
.sharer .googleplus a:hover {
  transform: scale(1.1); }
.sharer .twitter a {
  background-image: url("../Images/icon-twitter-circle-dark.svg"); }
.sharer .twitter a:hover {
  transform: scale(1.1); }
.sharer .pinterest a {
  background-image: url("../Images/icon-pinterest-circle-dark.svg"); }
.sharer .pinterest a:hover {
  transform: scale(1.1); }
.sharer .whatsapp {
  display: none; }
  @media only screen and (max-width: 639px) {
    .sharer .whatsapp {
      display: inline-block; } }
  .sharer .whatsapp a {
    background-image: url("../Images/icon-whattsapp-circle-dark.svg"); }
  .sharer .whatsapp:hover {
    transform: scale(1.1); }

.box--magazine .box__content {
  padding: 4rem; }

.box--magazine .box__category {
  position: absolute;
  top: 0;
  left: 0; }

.box--magazine .box__effecthelper {
  height: auto;
  z-index: 5; }

.box .box-inner {
  display: block;
  height: auto; }

.box .box-inner-top {
  padding: 2rem 1rem; }

.ce-quotebox-container .ce-quotebox__icon--cite {
  display: none; }

.ce-quotebox-container .ce-quotebox__icon, .ce-quotebox-container::before {
  background-image: url("../Images/icon-quotebox-bible.svg");
  background-repeat: no-repeat;
  background-size: 1.5rem auto; }

.ce-quotebox-container .ce-quotebox__icon, .ce-quotebox-container.ce-quotebox-container--cite::before {
  background-image: url("../Images/icon-quotebox-cite.svg"); }

.ce-quotebox-container .ce-quotebox__icon {
  display: none; }

.ce-quotebox-container blockquote {
  padding-bottom: 2rem; }

.ce-text-content ul,
.ce-text-content ol {
  padding-left: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem; }
.ce-text-content caption,
.ce-text-content ul,
.ce-text-content ol {
  font-size: 1.25rem; }

/*# sourceMappingURL=general.css.map */
