/* -- Breakpoint -- */
/* -- Font-Size -- */
@import url("https://fonts.googleapis.com/css?family=Overpass:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display");
html {
  font-size: 62.5%; }

/* -- This assumes base font is 10px -- */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding: 0; }

#site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh; }

body, html {
  overflow-x: hidden;
  margin: 0;
  background: #ffffff; }

section {
  margin-top: 104px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  @media (min-width: 768px) {
    section {
      margin-top: 241px; } }
  @media (min-width: 992px) {
    section {
      margin-top: 192px; } }

.row {
  margin: 0; }

.container-fluid {
  max-width: 1150px;
  width: 100%;
  margin: auto; }
  @media (min-width: 768px) {
    .container-fluid {
      padding: 0px 20px; } }

ul {
  margin: 0;
  padding: 0; }

a, a:hover, a:focus {
  text-decoration: none;
  border: 0;
  color: #070707;
  cursor: pointer; }

p {
  margin: 0; }

.btn, .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
  outline: 0;
  border-radius: 0; }

li {
  list-style: none; }

.img--fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

img {
  width: 100%;
  height: auto; }

iframe {
  width: 100%; }

.animated-element-load {
  opacity: 0; }
  .animated-element-load.in-view {
    opacity: 1; }

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

body {
  font-family: "Overpass", Helvetica, Arial, Sans-serif;
  font-size: 13px;
  font-size: 1.3rem; }
  @media (min-width: 992px) {
    body {
      font-size: 16px;
      font-size: 1.6rem; } }

h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  margin-top: 0;
  line-height: 1.1em;
  margin-bottom: 20px;
  font-size: 30px;
  font-size: 3rem; }
  @media (min-width: 768px) {
    h1 {
      font-size: 35px;
      font-size: 3.5rem; } }
  @media (min-width: 992px) {
    h1 {
      font-size: 40px;
      font-size: 4rem; } }

h2 {
  font-family: "Playfair Display", Georgia, serif;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-size: 20px;
  font-size: 2rem; }
  @media (min-width: 768px) {
    h2 {
      font-size: 25px;
      font-size: 2.5rem; } }
  @media (min-width: 992px) {
    h2 {
      font-size: 30px;
      font-size: 3rem; } }

h3 {
  font-family: "Playfair Display", Georgia, serif;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-size: 20px;
  font-size: 2rem; }

p {
  font-weight: 100;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5em; }
  @media (min-width: 992px) {
    p {
      font-size: 16px;
      font-size: 1.6rem; } }

.category-tag {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #E11824;
  font-weight: 700; }
  .category-tag a {
    color: #E11824; }

.date-tag {
  font-size: 14px;
  font-size: 1.4em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px; }

.date__header, .venue__header {
  font-weight: 700; }
  .date__header span, .venue__header span {
    font-weight: 100; }

.small-focus {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px; }

.focus {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px; }

.footer ul a, .footer ul li, .footer ul p {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff; }

.subheader--post__details p, .subheader--post__details span {
  font-size: 13px;
  font-size: 1.3rem;
  color: #999999;
  letter-spacing: 1px; }

.image--copy {
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
  color: #999999; }

.date {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 15px; }

.btn {
  background: transparent;
  border: 1px solid #cccccc;
  padding: 9px 29px;
  margin: 20px auto;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden; }
  .btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #E11824;
    height: 1px;
    -webkit-transition-property: left, right;
    -o-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .btn:hover::before, .btn:focus::before, .btn:active::before {
    left: 0;
    right: 0; }

.btn--events {
  padding: 0;
  margin: 20px 0px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 0;
  background: transparent;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease; }
  .btn--events:hover {
    color: #E11824; }

.btn--teachings {
  border-radius: 0;
  background: transparent;
  color: #cccccc;
  -webkit-transition: border 0.2s ease;
  -o-transition: border 0.2s ease;
  transition: border 0.2s ease;
  border: 1px solid #cccccc;
  padding: 9px 29px;
  margin: 20px auto;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px; }

.btn--filter {
  color: #070707;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 100;
  padding: 5px 10px;
  margin: 0 auto;
  font-size: 13px;
  font-size: 1.3rem; }
  .btn--filter i {
    margin-right: 5px; }
  .btn--filter.dropdown-menu {
    right: 0;
    float: right;
    left: auto;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    text-align: right; }
    .btn--filter.dropdown-menu a {
      padding: 10px 10px;
      border-bottom: 1px solid #ffffff;
      -webkit-transition: border 0.3s ease;
      -o-transition: border 0.3s ease;
      transition: border 0.3s ease; }
    .btn--filter.dropdown-menu a:hover {
      color: #262626;
      text-decoration: none;
      border-bottom: 1px solid #E11824;
      background-color: #ffffff; }

.form-search .form-control {
  width: 80%;
  margin: auto;
  text-align: center;
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #cccccc;
  height: 30px;
  display: block;
  font-size: 12px;
  font-size: 1.2rem; }
  @media (min-width: 768px) {
    .form-search .form-control {
      margin: 0px 10px;
      max-width: 112px;
      height: 16px;
      padding: 0;
      text-align: left;
      position: relative;
      top: 50%;
      left: auto;
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%); } }

.form-search button {
  display: block;
  font-size: 12px;
  font-size: 1.2rem; }
  @media (min-width: 992px) {
    .form-search button {
      display: none; } }

.navbar {
  text-align: center;
  background: #ffffff;
  margin: 0 auto;
  border-top: 3px solid #070707; }
  .navbar .container-fluid {
    max-width: 100%;
    padding: 0; }
  .navbar-header {
    float: none;
    margin: auto !important;
    background: #ffffff;
    max-width: 1150px;
    padding: 30px;
    -webkit-transition: padding 0.5s ease;
    -o-transition: padding 0.5s ease;
    transition: padding 0.5s ease; }
    .navbar-header.scale {
      padding: 0px 30px; }
    .navbar-header .search {
      text-align: left;
      height: 40px;
      cursor: pointer; }
      @media (min-width: 768px) {
        .navbar-header .search {
          height: 80px; } }
      .navbar-header .search form {
        position: relative;
        top: 50%;
        left: auto;
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%); }
      .navbar-header .search svg, .navbar-header .search i {
        position: relative;
        top: 50%;
        left: auto;
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        position: absolute;
        left: 0px;
        height: 13px;
        width: 13px; }
        @media (min-width: 768px) {
          .navbar-header .search svg, .navbar-header .search i {
            height: 80px;
            left: -10px; } }
    .navbar-header .logo {
      height: 40px;
      z-index: 2; }
      @media (min-width: 768px) {
        .navbar-header .logo {
          height: 80px; } }
      .navbar-header .logo img {
        max-width: 150px;
        position: relative;
        height: auto;
        width: 100%;
        top: 50%;
        left: 0;
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%);
        -webkit-transition: width 0.4s ease-in-out;
        -o-transition: width 0.4s ease-in-out;
        transition: width 0.4s ease-in-out; }
        @media (min-width: 768px) {
          .navbar-header .logo img {
            max-width: none; }
            .navbar-header .logo img.scale {
              position: relative;
              width: 65%; } }
    .navbar-header .socialmedia {
      height: 40px;
      text-align: right; }
      @media (min-width: 768px) {
        .navbar-header .socialmedia {
          height: 80px; } }
      .navbar-header .socialmedia__icons {
        position: relative;
        top: 50%;
        height: 100%;
        right: 0;
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%); }
        .navbar-header .socialmedia__icons svg, .navbar-header .socialmedia__icons i {
          margin-left: 10px;
          height: 16px;
          width: 16px;
          font-size: 20px;
          fill: #000;
          position: relative;
          top: 50%;
          left: auto;
          -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
          -webkit-transform: translateZ(0);
          transform: translateZ(0);
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
          .navbar-header .socialmedia__icons svg:hover, .navbar-header .socialmedia__icons svg:focus, .navbar-header .socialmedia__icons svg:active, .navbar-header .socialmedia__icons i:hover, .navbar-header .socialmedia__icons i:focus, .navbar-header .socialmedia__icons i:active {
            -webkit-transform: rotate(20deg);
            -ms-transform: rotate(20deg);
            transform: rotate(20deg); }
          .navbar-header .socialmedia__icons svg:hover, .navbar-header .socialmedia__icons svg:focus, .navbar-header .socialmedia__icons svg:active, .navbar-header .socialmedia__icons i:hover, .navbar-header .socialmedia__icons i:focus, .navbar-header .socialmedia__icons i:active {
            fill: #E11824;
            color: #E11824; }
  .navbar-collapse {
    float: none;
    margin: auto !important;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc; }
    @media (min-width: 768px) {
      .navbar-collapse {
        width: 100%; } }
    .navbar-collapse ul {
      float: none; }
      .navbar-collapse ul li {
        display: block !important;
        text-align: left;
        float: none;
        font-size: 12px;
        font-size: 1.2rem;
        text-transform: uppercase;
        letter-spacing: 1px;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-box-shadow: 0 0 1px transparent;
        box-shadow: 0 0 1px transparent;
        position: relative;
        overflow: hidden; }
        .navbar-collapse ul li::before {
          content: "";
          position: absolute;
          z-index: -1;
          left: 50%;
          right: 50%;
          bottom: 0;
          background: #E11824;
          height: 1px;
          -webkit-transition-property: left, right;
          -o-transition-property: left, right;
          transition-property: left, right;
          -webkit-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
          -webkit-transition-timing-function: ease-out;
          -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }
        .navbar-collapse ul li:hover::before, .navbar-collapse ul li:focus::before, .navbar-collapse ul li:active::before {
          left: 0;
          right: 0; }
        @media (min-width: 768px) {
          .navbar-collapse ul li {
            display: inline-block !important; } }
        .navbar-collapse ul li a:hover, .navbar-collapse ul li a:focus {
          text-decoration: none;
          background-color: transparent; }
        .navbar-collapse ul li.active a {
          color: #E11824; }
    .navbar-collapse #navbar-2 {
      display: none; }
  .navbar-toggle {
    margin: 0;
    height: 40px;
    text-align: right;
    cursor: pointer; }
    @media (min-width: 768px) {
      .navbar-toggle {
        height: 80px; } }
    .navbar-toggle i {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%);
      z-index: 5;
      width: 100%; }
  .navbar #navbar-resp {
    padding: 0px 21px; }
  .navbar #searchbar-resp {
    display: none !important;
    -webkit-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    padding: 20px 0;
    height: 2px; }
    .navbar #searchbar-resp.collapse.in {
      display: block !important;
      height: 133px; }

.footer {
  background: #333333;
  margin-top: -10px;
  color: #ffffff; }
  .footer__logo {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 20px auto; }
    @media (min-width: 992px) {
      .footer__logo {
        width: 200px; } }
    .footer__logo img {
      width: 200px;
      margin: auto; }
    .footer__logo span {
      font-style: italic;
      font-weight: 100;
      margin-left: -25px;
      margin-top: 14px;
      font-size: 13px; }
  .footer__links {
    display: inline-block;
    margin-left: 20px; }
    @media (min-width: 992px) {
      .footer__links {
        margin-left: 80px; } }
    .footer__links ul {
      display: inline-block;
      vertical-align: top;
      margin: 10px 30px;
      max-width: 200px; }
      @media (min-width: 992px) {
        .footer__links ul {
          max-width: 200px; } }
      .footer__links ul li {
        margin: 10px 0px; }
        .footer__links ul li.header {
          color: #999999; }
        .footer__links ul li svg, .footer__links ul li i {
          fill: white;
          height: 12px;
          font-size: 15px; }
        .footer__links ul li i {
          margin-right: 5px; }
  .footer__copyright {
    padding: 10px;
    border-top: 1px solid #4c4c4c;
    color: #8a8a8a; }
    .footer__copyright p {
      font-size: 13px;
      font-size: 1.3rem; }
      .footer__copyright p.small {
        font-size: 11px;
        font-size: 1.1rem; }

.hero {
  padding: 0; }
  .hero img {
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s; }
  .hero:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .hero__image {
    padding: 0;
    height: 300px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .hero__image {
        height: 500px; } }
    @media (min-width: 992px) {
      .hero__image {
        height: 600px; } }
  .hero__copy {
    padding: 0px 20px;
    background: #fbfbfb;
    height: auto; }
    @media (min-width: 768px) {
      .hero__copy {
        height: 300px;
        padding: 0px 50px; } }
    @media (min-width: 992px) {
      .hero__copy {
        height: 600px;
        padding: 0px 80px; } }
    .hero__copy .copy__content {
      height: auto;
      position: relative;
      padding: 25px 0; }
      @media (min-width: 768px) {
        .hero__copy .copy__content {
          top: 50%;
          left: auto;
          -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
          padding: 0; } }
      @media (min-width: 992px) {
        .hero__copy .copy__content {
          top: 50%;
          left: auto;
          -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
          padding: 0;
          max-width: 370px; } }
      .hero__copy .copy__content h1 {
        margin: 10px 0px 12px 0px; }

@-webkit-keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
        .hero__copy .copy__content h1.in-view {
          -webkit-animation: fade-in-left 1s ease-in;
          animation: fade-in-left 1s ease-in; }
      .hero__copy .copy__content p {
        font-size: 14px;
        font-size: 1.4rem;
        border-left: 0px solid #E11824;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }

@keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
        .hero__copy .copy__content p.in-view {
          -webkit-animation: fade-in-left 1s ease-in;
          animation: fade-in-left 1s ease-in; }
        @media (min-width: 768px) {
          .hero__copy .copy__content p {
            font-size: 18px;
            font-size: 1.8rem; } }

@-webkit-keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
      .hero__copy .copy__content .category-tag.in-view {
        -webkit-animation: fade 1s ease-in;
        animation: fade 1s ease-in; }
    @media (min-width: 992px) {
      .hero__copy:hover p {
        border-left: 5px solid #E11824;
        padding: 0px 0px 0px 10px;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; } }

@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.featured.in-view {
  -webkit-animation: fade 1s ease-in;
  animation: fade 1s ease-in; }

@media (min-width: 992px) {
  .featured {
    padding: 60px 0px; } }

.featured__header .header__h1 {
  margin-bottom: 30px; }

.featured__article {
  margin: 20px auto;
  padding: 0px 20px; }
  .featured__article img {
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s; }
  .featured__article:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .featured__article:hover h3 {
    -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    text-decoration: underline;
    -webkit-text-decoration-color: #ececec;
    text-decoration-color: #ececec; }

.featured .article__image {
  width: 100%;
  overflow: hidden; }
  @media (min-width: 768px) {
    .featured .article__image {
      height: 135px; } }
  @media (min-width: 992px) {
    .featured .article__image {
      height: 210px; } }

.teachings {
  height: 400px;
  color: #ffffff; }
  .teachings__background {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../img/teachings-bg.jpg);
    /* background-size: 100%; */
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #1e2f3b; }
    @media (min-width: 992px) {
      .teachings__background {
        background-position: bottom right; } }
  .teachings .container-fluid {
    position: relative;
    top: 50%;
    left: auto;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
  .teachings__content {
    text-align: center; }
    @media (min-width: 768px) {
      .teachings__content {
        text-align: left; } }
  .teachings__image {
    display: inline; }
    .teachings__image img {
      display: block;
      vertical-align: top;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      margin: 30px auto; }
      @media (min-width: 768px) {
        .teachings__image img {
          display: inline-block;
          margin: 0 30px; } }
    .teachings__image--float {
      display: none; }

@-webkit-keyframes glow-anim-2 {
  0% {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(234, 202, 122, 0.1)); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 30px rgba(255, 255, 255, 0.8)); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(234, 202, 122, 0.1)); } }

@keyframes glow-anim-2 {
  0% {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(234, 202, 122, 0.1)); }
  50% {
    -webkit-filter: drop-shadow(0px 0px 30px rgba(255, 255, 255, 0.8)); }
  100% {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(234, 202, 122, 0.1)); } }
      .teachings__image--float.in-view {
        -webkit-animation: glow-anim-2 3s ease-in-out infinite;
        -moz-animation: glow-anim-2 3s ease-in-out infinite;
        -o-animation: glow-anim-2 3s ease-in-out infinite;
        animation: glow-anim-2 3s ease-in-out infinite; }
      @media (min-width: 992px) {
        .teachings__image--float {
          position: absolute;
          height: 88%;
          top: 25px;
          right: 177px;
          display: block;
          width: auto; } }
  .teachings__copy {
    display: block;
    max-width: 500px;
    margin: auto; }
    @media (min-width: 768px) {
      .teachings__copy {
        display: inline-block;
        margin: 0; } }
  .teachings .copy__content .category-tag {
    margin-bottom: 5px; }
  .teachings .copy__content h2 {
    margin-bottom: 10px; }
  .teachings:hover .btn--teachings {
    border: 1px solid #cccccc;
    border-left: 5px solid #cccccc;
    color: #cccccc;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    .teachings:hover .btn--teachings:hover {
      border: 1px solid #E11824;
      border-left: 5px solid #E11824; }

.latest {
  border-bottom: 1px solid #cccccc; }
  @media (min-width: 992px) {
    .latest {
      padding: 50px 0px; } }
  .latest .container-fluid {
    max-width: 1300px; }
  .latest .swiper-container {
    max-width: 1150px;
    padding: 0px 20px;
    height: 300px; }
    .latest .swiper-container .swiper-slide {
      height: 300px; }
    .latest .swiper-container .swiper-button-next {
      right: 10px; }
  .latest__header {
    margin-bottom: 30px; }
  .latest__article:hover h3 {
    -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    text-decoration: underline;
    -webkit-text-decoration-color: #ececec;
    text-decoration-color: #ececec; }
  .latest .article__image {
    width: 100%; }
    @media (min-width: 768px) {
      .latest .article__image {
        height: 135px; } }
    @media (min-width: 992px) {
      .latest .article__image {
        height: 210px; } }

.events {
  border-bottom: 1px solid #cccccc; }
  @media (min-width: 992px) {
    .events {
      padding: 50px 0px; } }
  .events__container {
    height: auto; }
    @media (min-width: 768px) {
      .events__container {
        margin: 60px auto 30px auto; } }
  .events .swiper-container {
    width: 90%;
    height: auto;
    margin-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 768px) {
      .events .swiper-container {
        height: auto;
        margin-top: 0;
        padding-bottom: 0px; } }
    .events .swiper-container .swiper-slide {
      padding: 10px;
      height: auto; }
      @media (min-width: 768px) {
        .events .swiper-container .swiper-slide p {
          font-size: 15px;
          font-size: 1.5rem; } }
      @media (min-width: 768px) {
        .events .swiper-container .swiper-slide {
          padding: 20px 50px;
          min-height: 400px; } }
      .events .swiper-container .swiper-slide-active {
        padding: 0; }
        .events .swiper-container .swiper-slide-active h3 {
          font-size: 20px;
          font-size: 2rem; }
          @media (min-width: 768px) {
            .events .swiper-container .swiper-slide-active h3 {
              font-size: 30px;
              font-size: 3rem;
              line-height: 1.3em; } }
        @media (min-width: 768px) {
          .events .swiper-container .swiper-slide-active p {
            font-size: 15px;
            font-size: 1.5rem; } }
  .events .latest__article--container {
    border: 1px solid #cccccc; }
    @media (min-width: 768px) {
      .events .latest__article--container {
        position: relative;
        top: 50%;
        left: auto;
        -webkit-transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%);
        transform: translate(0%, -50%); } }
    .events .latest__article--container .article__copy {
      padding: 20px 25px;
      overflow: hidden;
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      -webkit-box-shadow: 0 0 1px transparent;
      box-shadow: 0 0 1px transparent;
      position: relative;
      overflow: hidden; }
      .events .latest__article--container .article__copy::before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 100%;
        bottom: 0;
        background-color: #E11824;
        height: 1px;
        -webkit-transition-property: right;
        -o-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        transition-duration: 0.6s;
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      .events .latest__article--container .article__copy:hover::before, .events .latest__article--container .article__copy:focus::before, .events .latest__article--container .article__copy:active::before {
        right: 0; }
    .events .latest__article--container .article__image img {
      height: auto;
      max-height: 250px; }

.videos {
  border-bottom: 1px solid #cccccc; }
  @media (min-width: 992px) {
    .videos {
      padding: 50px 0px; } }
  .videos__header {
    margin-bottom: 30px; }
  .videos__container--big {
    padding: 0px 20px;
    text-align: left; }
    @media (min-width: 768px) {
      .videos__container--big {
        text-align: center; } }
    @media (min-width: 768px) {
      .videos__container--big img {
        height: 400px; } }
    @media (min-width: 992px) {
      .videos__container--big img {
        height: 515px; } }
    @media (min-width: 768px) {
      .videos__container--big h3 {
        font-size: 30px;
        font-size: 3rem; } }
  .videos__container--small {
    padding: 0px 20px;
    text-align: left; }
    @media (min-width: 768px) {
      .videos__container--small img {
        height: 117px; } }
    @media (min-width: 992px) {
      .videos__container--small img {
        height: 160px; } }
  .videos .btn {
    margin: auto; }

.social {
  text-align: center;
  padding: 20px 0px; }
  @media (min-width: 992px) {
    .social {
      padding: 60px 0px 50px 0px; } }
  .social .socialmedia__icons {
    margin: 15px auto; }
    .social .socialmedia__icons svg, .social .socialmedia__icons i {
      margin: 0px 5px;
      font-size: 20px;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .social .socialmedia__icons svg:hover, .social .socialmedia__icons svg:focus, .social .socialmedia__icons svg:active, .social .socialmedia__icons i:hover, .social .socialmedia__icons i:focus, .social .socialmedia__icons i:active {
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg); }
      .social .socialmedia__icons svg:hover, .social .socialmedia__icons svg:focus, .social .socialmedia__icons svg:active, .social .socialmedia__icons i:hover, .social .socialmedia__icons i:focus, .social .socialmedia__icons i:active {
        fill: #E11824;
        color: #E11824; }

.article__image {
  width: 100%;
  overflow: hidden;
  height: 210px; }
  @media (min-width: 768px) {
    .article__image {
      height: auto; } }
  .article__image--big {
    height: auto;
    overflow: hidden;
    height: 210px; }
    .article__image--big img {
      -webkit-transition: all 3s;
      -o-transition: all 3s;
      transition: all 3s; }
    .article__image--big:hover img {
      -moz-transform: scale(1.05);
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    @media (min-width: 768px) {
      .article__image--big {
        height: 300px; } }
    @media (min-width: 992px) {
      .article__image--big {
        height: 450px; } }

.article__copy {
  padding: 10px 0px; }
  .article__copy h3 {
    -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    margin-top: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
  .article__copy--big {
    height: auto;
    padding: 10px 0px;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
    @media (min-width: 768px) {
      .article__copy--big {
        height: 300px;
        padding: 0px 0px 0px 40px; } }
    @media (min-width: 992px) {
      .article__copy--big {
        height: 450px; } }
    .article__copy--big .copy__content {
      height: auto;
      position: relative; }
      @media (min-width: 768px) {
        .article__copy--big .copy__content {
          position: relative;
          top: 50%;
          left: auto;
          -webkit-transform: translate(0%, -50%);
          -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%); } }
      .article__copy--big .copy__content h2 {
        margin-bottom: 10px; }
      .article__copy--big .copy__content p {
        border-left: 0px solid #E11824;
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        padding-right: 0; }
        @media (min-width: 768px) {
          .article__copy--big .copy__content p {
            font-size: 13px;
            font-size: 1.3rem; } }
        @media (min-width: 992px) {
          .article__copy--big .copy__content p {
            font-size: 17px;
            font-size: 1.7rem; } }
    @media (min-width: 992px) {
      .article__copy--big:hover {
        padding: 0px 0px 0px 40px; }
        .article__copy--big:hover p {
          border-left: 5px solid #E11824;
          padding: 0px 0px 0px 10px;
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; } }

@media (min-width: 992px) {
  .category {
    padding: 40px 0px; } }

.category h1 {
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .category h1:hover, .category h1:focus, .category h1:active {
    fill: #E11824;
    color: #E11824; }

.category__subheader {
  margin-bottom: 30px; }

.category ul {
  font-weight: 100;
  margin-bottom: 10px;
  padding: 30px 0px;
  border-bottom: 0.5px solid #cccccc; }
  .category ul li {
    display: inline-block;
    margin: 0px 10px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden; }
    .category ul li::before {
      content: "";
      position: absolute;
      z-index: -1;
      left: 50%;
      right: 50%;
      bottom: 0;
      background: #E11824;
      height: 1px;
      -webkit-transition-property: left, right;
      -o-transition-property: left, right;
      transition-property: left, right;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      -o-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .category ul li:hover::before, .category ul li:focus::before, .category ul li:active::before {
      left: 0;
      right: 0; }
    .category ul li.active::before {
      right: 0;
      left: 0; }

@media (min-width: 768px) {
  .category__div {
    width: 103%;
    margin-left: -1%; } }

.category__div .category__article img {
  -webkit-transition: all 3s;
  -o-transition: all 3s;
  transition: all 3s; }

.category__div .category__article:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.category__div .category__article:hover h3 {
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  text-decoration: underline;
  -webkit-text-decoration-color: #ececec;
  text-decoration-color: #ececec; }

@media (min-width: 768px) {
  .category__div .article__image {
    height: 120px; } }

@media (min-width: 992px) {
  .category__div .article__image {
    height: 160px; } }

@media (min-width: 992px) {
  .category__div .article__copy {
    height: 125px; } }

@media (min-width: 768px) {
  .category__div .article__copy--big {
    height: 200px;
    padding: 0px 10px; } }

@media (min-width: 992px) {
  .category__div .article__copy--big {
    height: 200px;
    padding: 10px; } }

@media (min-width: 768px) {
  .category__div .article__copy .copy__content p {
    display: none; } }

.category__div .row {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .category__div .row {
      width: 100%;
      padding: 0px 10px;
      margin-bottom: 0px; } }
  @media (min-width: 992px) {
    .category__div .row {
      width: 100%;
      padding: 0px 20px; } }
  .category__div .row:first-child {
    grid-area: a; }
    @media (min-width: 768px) {
      .category__div .row:first-child {
        width: 100%;
        text-align: center; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .category__div .row:first-child .article__image {
      height: 240px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .category__div .row:first-child .article__image {
      height: 350px; } }
    @media (min-width: 768px) {
        .category__div .row:first-child p {
          display: block; }
        .category__div .row:first-child h3 {
          font-size: 30px;
          font-size: 3rem; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .category__div .row:first-child h3 {
        font-size: 20px;
        font-size: 2rem; } }
  .category__div .row:nth-child(10n+2) {
    grid-area: b; }
  .category__div .row:nth-child(10n+3) {
    grid-area: c; }
  .category__div .row:nth-child(10n+4) {
    grid-area: d; }
  .category__div .row:nth-child(10n+5) {
    grid-area: e; }
  .category__div .row:nth-child(10n+6) {
    grid-area: f; }
  .category__div .row:nth-child(10n+7) {
    grid-area: g; }
  .category__div .row:nth-child(10n+8) {
    grid-area: j; }
    @media (min-width: 768px) {
      .category__div .row:nth-child(10n+8) {
        width: 100%;
        text-align: center; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .category__div .row:nth-child(10n+8) .article__image {
      height: 250px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .category__div .row:nth-child(10n+8) .article__image {
      height: 350px; } }
    @media (min-width: 768px) {
        .category__div .row:nth-child(10n+8) p {
          display: block; }
        .category__div .row:nth-child(10n+8) h3 {
          font-size: 30px;
          font-size: 3rem; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .category__div .row:nth-child(10n+8) h3 {
        font-size: 20px;
        font-size: 2rem; } }

.alm-reveal {
  display: block; }
  @media (min-width: 768px) {
    .alm-reveal {
      display: grid;
      grid-template-columns: repeat(4, 25%);
      grid-auto-rows: repeat(4, 300px);
      grid-template-areas: "a a b c" "a a d e" "f g j j" "h i j j"; } }
  @media (min-width: 992px) {
    .alm-reveal {
      grid-template-rows: repeat(4, 300px); } }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 26px;
  height: 20px;
  fill: #999;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  background: none; }
  .swiper-button-next svg, .swiper-button-prev svg {
    display: none;
    height: 20px; }
    @media (min-width: 1200px) {
      .swiper-button-next svg, .swiper-button-prev svg {
        display: block; } }

.swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.single-posts {
  font-family: "Overpass", Helvetica, Arial, Sans-serif; }
  .single-posts .container-fluid {
    max-width: 1000px; }
  .single-posts__header {
    margin: 0px auto;
    border-bottom: 1px solid #cccccc;
    padding: 0px 0px 40px 0px; }
    @media (min-width: 992px) {
      .single-posts__header {
        margin: 20px auto;
        padding: 40px 0px; } }
    .single-posts__header .category-tag {
      margin: 0px auto 30px auto; }
    .single-posts__header .subheader {
      max-width: 600px;
      margin: 30px auto; }
  .single-posts__image {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .single-posts__image img {
        height: 500px; } }
  .single-posts__text {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .single-posts__text {
        margin-top: 60px; } }
    .single-posts__text a {
      color: #E11824;
      text-decoration: underline; }
    .single-posts__text p {
      line-height: 1.4em;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .single-posts__text p {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 1.8em;
          margin-bottom: 30px; } }
      .single-posts__text p:first-child::first-letter {
        font-size: 140px;
        font-size: 14rem;
        display: block;
        float: left;
        margin: 30px 10px 40px 0px;
        font-family: "Playfair Display", Georgia, serif; }
    .single-posts__text .pull-quote {
      border-top: 1px solid #E11824;
      border-bottom: 1px solid #E11824;
      padding: 26px;
      width: 280px;
      margin: auto;
      margin-bottom: 30px;
      position: relative; }
      @media (min-width: 992px) {
        .single-posts__text .pull-quote {
          display: inline-block;
          width: 280px;
          float: left;
          margin: 38px 42px 10px -34%; } }
      .single-posts__text .pull-quote p {
        display: inline;
        font-family: "Playfair Display", Georgia, serif;
        margin-top: 0;
        margin-bottom: 20px;
        line-height: 1.2em;
        font-size: 20px;
        font-size: 2rem; }
        @media (min-width: 768px) {
          .single-posts__text .pull-quote p {
            font-size: 25px;
            font-size: 2.5rem; } }
        @media (min-width: 992px) {
          .single-posts__text .pull-quote p {
            font-size: 30px;
            font-size: 3rem; } }
        .single-posts__text .pull-quote p:first-child::first-letter {
          display: block;
          float: none;
          margin: 0; }
      .single-posts__text .pull-quote-icons {
        background: #fff;
        width: 100px;
        text-align: center;
        position: absolute;
        top: -19px;
        font-size: 18px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%); }
        .single-posts__text .pull-quote-icons i {
          margin: 0px 10px;
          color: #070707; }
          .single-posts__text .pull-quote-icons i:hover {
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            .single-posts__text .pull-quote-icons i:hover:hover, .single-posts__text .pull-quote-icons i:hover:focus, .single-posts__text .pull-quote-icons i:hover:active {
              fill: #E11824;
              color: #E11824; }
            .single-posts__text .pull-quote-icons i:hover:hover, .single-posts__text .pull-quote-icons i:hover:focus, .single-posts__text .pull-quote-icons i:hover:active {
              -webkit-transform: rotate(20deg);
              -ms-transform: rotate(20deg);
              transform: rotate(20deg); }
    .single-posts__text ol {
      padding: 0;
      list-style: none;
      counter-reset: li;
      font-weight: 100;
      margin-bottom: 30px;
      padding-left: 27px; }
      @media (min-width: 768px) {
        .single-posts__text ol {
          font-size: 18px;
          font-size: 1.8rem; } }
      .single-posts__text ol li {
        list-style-position: inside;
        counter-increment: li;
        margin: 5px auto; }
        .single-posts__text ol li::before {
          content: counter(li);
          color: #E11824;
          margin-right: 15px;
          float: left;
          margin-left: -25px; }
    .single-posts__text ul {
      padding: 0;
      list-style: none;
      font-weight: 100;
      margin-bottom: 30px;
      padding-left: 27px; }
      @media (min-width: 768px) {
        .single-posts__text ul {
          font-size: 18px;
          font-size: 1.8rem; } }
      .single-posts__text ul li {
        list-style-position: inside;
        margin: 5px auto; }
        .single-posts__text ul li::before {
          content: "\25CB";
          color: #E11824;
          margin-right: 15px;
          float: left;
          margin-left: -25px; }
    .single-posts__text h1 {
      font-family: "Overpass", Helvetica, Arial, Sans-serif;
      font-weight: 400;
      margin-top: 0;
      line-height: 1.5em;
      margin-bottom: 20px;
      font-size: 24px;
      font-size: 2.4rem; }
    .single-posts__text h2 {
      font-family: "Overpass", Helvetica, Arial, Sans-serif;
      margin-top: 0;
      margin-bottom: 20px;
      line-height: 1.5em;
      font-size: 22px;
      font-size: 2.2rem; }
    .single-posts__text h3 {
      font-family: "Playfair Display", Georgia, serif;
      margin-top: 10px;
      margin-bottom: 20px;
      line-height: 1.2em;
      font-size: 20px;
      font-size: 2rem; }
    .single-posts__text .image--copy {
      text-align: right;
      font-size: 13px;
      font-size: 1.3rem;
      color: #999999; }
    .single-posts__text blockquote {
      font-weight: 100;
      border-left: 0;
      font-style: italic; }
      @media (min-width: 768px) {
        .single-posts__text blockquote {
          font-size: 18px;
          font-size: 1.8rem; } }
      .single-posts__text blockquote p {
        display: inline; }
        .single-posts__text blockquote p:first-child::first-letter {
          font-size: 18px;
          font-size: 1.8rem;
          display: block;
          float: none;
          margin: 0;
          font-family: "Overpass", Helvetica, Arial, Sans-serif; }
  .single-posts__keyfindings {
    border-top: 1px solid #cccccc;
    padding: 30px 0px;
    margin: 30px auto 0px auto; }
    @media (min-width: 992px) {
      .single-posts__keyfindings {
        padding: 30px 60px; } }
    .single-posts__keyfindings h1 {
      color: #E11824; }
  .single-posts__relatedevents {
    padding: 30px 20px;
    border-top: 1px solid #cccccc; }
    .single-posts__relatedevents .relatedevents__container {
      margin: 20px auto; }
    .single-posts__relatedevents .relatedevents__img {
      height: 160px; }
    .single-posts__relatedevents .relatedevents__desc {
      padding-left: 0px; }
      @media (min-width: 992px) {
        .single-posts__relatedevents .relatedevents__desc {
          padding-left: 30px; } }
    .single-posts__relatedevents h1 {
      font-family: "Overpass", Helvetica, Arial, Sans-serif;
      font-weight: 400;
      margin-top: 0;
      line-height: 1.5em;
      margin-bottom: 20px;
      font-size: 24px;
      font-size: 2.4rem; }
  .single-posts__author {
    padding: 40px 20px;
    border-top: 1px solid #cccccc; }
    .single-posts__author .author__container {
      padding: 20px 0px; }
    .single-posts__author .author__img {
      float: left;
      margin-right: 30px; }
      .single-posts__author .author__img img {
        height: 72px;
        width: 72px;
        border-radius: 50%; }
    .single-posts__author .author_desc-name {
      font-weight: 700; }
    .single-posts__author .author_desc p {
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .single-posts__author .author_desc p {
          font-size: 16px;
          font-size: 1.6rem; } }
  .single-posts__nav {
    margin-top: 60px;
    margin-bottom: 50px; }
    .single-posts__nav .link__container {
      display: inline-block;
      max-width: 240px; }
      .single-posts__nav .link__container.nextlink {
        float: right;
        text-align: right; }
      .single-posts__nav .link__container .prevlink__button, .single-posts__nav .link__container .nextlink__button {
        padding: 0; }
        .single-posts__nav .link__container .prevlink__button p, .single-posts__nav .link__container .nextlink__button p {
          display: inline-block;
          font-size: 18px;
          text-transform: uppercase;
          letter-spacing: 1px;
          font-weight: 700; }
        .single-posts__nav .link__container .prevlink__button svg, .single-posts__nav .link__container .nextlink__button svg {
          height: 10px; }
      .single-posts__nav .link__container .prevlink__button svg {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }

.related {
  padding: 60px 0px;
  border-top: 1px solid #cccccc; }
  .related .featured__article {
    text-align: left; }
  .related .article__image {
    width: 100%;
    overflow: hidden; }
    @media (min-width: 768px) {
      .related .article__image {
        height: 135px; } }
    @media (min-width: 992px) {
      .related .article__image {
        height: 200px; } }

.socialmedia-sidebar {
  position: relative;
  font-size: 22px;
  margin-top: 20px;
  text-align: center; }
  @media (min-width: 768px) {
    .socialmedia-sidebar {
      position: absolute;
      right: 0;
      padding: 0 20px;
      margin-top: 40px; } }
  .socialmedia-sidebar li {
    display: inline-block;
    margin: 15px 15px; }
    @media (min-width: 768px) {
      .socialmedia-sidebar li {
        display: block;
        margin: 25px auto; } }
    .socialmedia-sidebar li i:hover {
      -webkit-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .socialmedia-sidebar li i:hover:hover, .socialmedia-sidebar li i:hover:focus, .socialmedia-sidebar li i:hover:active {
        fill: #E11824;
        color: #E11824; }
      .socialmedia-sidebar li i:hover:hover, .socialmedia-sidebar li i:hover:focus, .socialmedia-sidebar li i:hover:active {
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg); }

.events {
  border-top: 1px solid #cccccc; }

@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.about.in-view {
  -webkit-animation: fade 1s ease-in;
  animation: fade 1s ease-in; }

.about__header {
  padding: 20px 0px; }
  @media (min-width: 768px) {
    .about__header {
      padding: 40px 0px; } }
  @media (min-width: 992px) {
    .about__header {
      padding: 60px 0px; } }

.about__hero {
  top: auto; }
  .about__hero--image {
    height: 250px; }
    @media (min-width: 768px) {
      .about__hero--image {
        height: 350px; } }
    @media (min-width: 992px) {
      .about__hero--image {
        height: 750px; } }
  .about__hero--copy {
    background: #fbfbfb; }
    @media (min-width: 768px) {
      .about__hero--copy {
        padding: 60px 80px 60px 80px;
        height: 750px; } }
    .about__hero--copy .copy__content {
      padding: 30px; }
      @media (min-width: 768px) {
        .about__hero--copy .copy__content--text {
          overflow: hidden;
          max-height: 500px;
          overflow-y: scroll;
          padding-right: 50px; } }
      .about__hero--copy .copy__content--text h2 {
        margin: 10px auto 30px auto; }
      .about__hero--copy .copy__content--text p {
        line-height: 2em;
        margin-bottom: 30px; }

.beliefs {
  height: 600px;
  color: #ffffff;
  overflow: hidden;
  opacity: 0; }

@-webkit-keyframes fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fade-up {
  from {
    opacity: 0;
    -webkit-transform: translateY(150px);
    transform: translateY(150px); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
  .beliefs.in-view {
    -webkit-animation: fade-up 1s ease-in;
    animation: fade-up 1s ease-in;
    opacity: 1; }
  .beliefs__background {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../img/about-beliefs-bg.jpg);
    /* background-size: 100%; */
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #333c45; }
    @media (min-width: 992px) {
      .beliefs__background {
        background-position: bottom right; } }
  .beliefs .container-fluid {
    position: relative;
    top: 50%;
    left: auto;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
  .beliefs__content {
    text-align: left;
    padding: 30px; }
    @media (min-width: 768px) {
      .beliefs__content {
        text-align: left;
        max-width: 400px;
        padding: 0px 60px; } }
    @media (min-width: 992px) {
      .beliefs__content {
        max-width: 480px; } }
  .beliefs__image {
    display: inline; }
    .beliefs__image--float {
      width: auto;
      display: none; }

@-webkit-keyframes opacity-glow-anim {
  0% {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(234, 202, 122, 0.1));
    opacity: 0.3; }
  50% {
    -webkit-filter: drop-shadow(0px 0px 30px rgba(255, 255, 255, 0.8));
    opacity: 1; }
  100% {
    opacity: 0.3;
    -webkit-filter: drop-shadow(0px 0px 8px rgba(234, 202, 122, 0.1)); } }

@keyframes opacity-glow-anim {
  0% {
    -webkit-filter: drop-shadow(0px 0px 8px rgba(234, 202, 122, 0.1));
    opacity: 0.3; }
  50% {
    -webkit-filter: drop-shadow(0px 0px 30px rgba(255, 255, 255, 0.8));
    opacity: 1; }
  100% {
    opacity: 0.3;
    -webkit-filter: drop-shadow(0px 0px 8px rgba(234, 202, 122, 0.1)); } }
      .beliefs__image--float.in-view {
        -webkit-animation: opacity-glow-anim 3s ease-in-out infinite;
        -moz-animation: opacity-glow-anim 3s ease-in-out infinite;
        -o-animation: opacity-glow-anim 3s ease-in-out infinite;
        animation: opacity-glow-anim 3s ease-in-out infinite; }
      @media (min-width: 992px) {
        .beliefs__image--float {
          position: absolute;
          height: 93%;
          top: -22px;
          right: 330px;
          display: block; } }
  .beliefs__copy {
    display: block;
    max-width: 500px;
    margin: auto; }
    @media (min-width: 768px) {
      .beliefs__copy {
        display: inline-block;
        margin: 0; } }
  .beliefs .copy__content a {
    color: #E11824; }
  .beliefs .copy__content p {
    line-height: 2em;
    margin-bottom: 30px; }

@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.members.in-view {
  -webkit-animation: fade 1s ease-in;
  animation: fade 1s ease-in; }

@media (min-width: 992px) {
  .members {
    padding: 100px 0px; } }

.members__subheader {
  max-width: 500px;
  margin: auto; }

.members__container {
  margin-top: 60px; }

.members__profile {
  padding: 20px;
  margin-top: 50px; }
  @media (min-width: 768px) {
    @-webkit-keyframes float-anim {
      0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px); }
      50% {
        -webkit-transform: translatey(-5px);
        transform: translatey(-5px); }
      100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px); } }
    @keyframes float-anim {
      0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px); }
      50% {
        -webkit-transform: translatey(-5px);
        transform: translatey(-5px); }
      100% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px); } }
    .members__profile.in-view:nth-child(1) {
      -webkit-animation: float-anim 3s 0.5s ease-in-out infinite;
      -moz-animation: float-anim 3s 0.5s ease-in-out infinite;
      animation: float-anim 3s 0.5s ease-in-out infinite; }
    .members__profile.in-view:nth-child(2) {
      -webkit-animation: float-anim 3s 1s ease-in-out infinite;
      -moz-animation: float-anim 3s 1s ease-in-out infinite;
      animation: float-anim 3s 1s ease-in-out infinite; }
    .members__profile.in-view:nth-child(3) {
      -webkit-animation: float-anim 3s 1.5s ease-in-out infinite;
      -moz-animation: float-anim 3s 1.5s ease-in-out infinite;
      animation: float-anim 3s 1.5s ease-in-out infinite; }
    .members__profile.in-view:nth-child(4) {
      -webkit-animation: float-anim 3s 2s ease-in-out infinite;
      -moz-animation: float-anim 3s 2s ease-in-out infinite;
      animation: float-anim 3s 2s ease-in-out infinite; } }
  .members__profile:first-child {
    margin-top: 0px; }
  .members__profile:nth-child(3) {
    margin-top: 0px; }
  .members__profile .profile__img {
    height: 300px; }
  .members__profile .profile__desc {
    background: #ffffff;
    padding: 15px;
    margin-top: -30px;
    width: 90%; }

@media (min-width: 992px) {
  .contact {
    padding: 100px 0px; } }

.contact__header {
  margin-top: 30px; }

.contact__subheader {
  max-width: 500px;
  margin: 0px auto 50px auto; }

@media (min-width: 992px) {
  .contact__container {
    margin: 30px auto; } }

.contact__info {
  background: #e2e2e2;
  padding: 30px 60px; }
  @media (min-width: 992px) {
    .contact__info {
      padding: 60px 150px;
      display: inline-block;
      width: 60%;
      Z-INDEX: 1;
      float: left; } }
  .contact__info--text {
    display: inline-block; }
  .contact__info div {
    margin-bottom: 20px; }
  .contact__info svg {
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: top;
    margin-right: 20px; }

.contact__form {
  background: #333333;
  padding: 30px;
  color: #ffffff; }
  @media (min-width: 992px) {
    .contact__form {
      display: inline-block;
      width: 60%;
      margin-left: -21%;
      margin-top: 60px;
      float: right;
      z-index: 10;
      padding: 80px 180px 60px 100px; } }
  .contact__form h2 {
    padding-left: 20px; }
  .contact__form form {
    margin: 40px auto; }
    @media (min-width: 992px) {
      .contact__form form {
        margin: 0;
        max-width: 600px; } }
    .contact__form form .form-group {
      padding: 5px 20px; }
    .contact__form form .form-control {
      background: transparent;
      border-radius: 0;
      color: #ffffff;
      padding: 20px; }
      .contact__form form .form-control:focus {
        border-color: #ffffff;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .contact__form form .btn-submit {
      margin: 0 auto;
      background: #cccccc;
      color: #070707; }

.default {
  font-family: "Overpass", Helvetica, Arial, Sans-serif; }
  .default .container-fluid {
    max-width: 1000px;
    padding-bottom: 60px; }
  .default-posts__header {
    margin: 0px auto;
    border-bottom: 1px solid #cccccc;
    padding: 0px 0px 40px 0px; }
    @media (min-width: 992px) {
      .default-posts__header {
        margin: 20px auto;
        padding: 0px 0px; } }
    .default-posts__header .category-tag {
      margin: 0px auto 30px auto; }
    .default-posts__header .subheader {
      max-width: 600px;
      margin: 0px auto; }
  .default-posts__image {
    margin-top: 0px; }
    @media (min-width: 768px) {
      .default-posts__image img {
        height: 400px; } }
  .default-posts__text {
    margin-top: 0px; }
    @media (min-width: 768px) {
      .default-posts__text {
        margin-top: 0px; } }
    .default-posts__text a {
      color: #E11824;
      text-decoration: underline; }
    .default-posts__text p {
      line-height: 2em;
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .default-posts__text p {
          font-size: 18px;
          font-size: 1.8rem; } }
    .default-posts__text blockquote p {
      display: inline; }
    .default-posts__text .pull-quote {
      border-top: 1px solid #E11824;
      border-bottom: 1px solid #E11824;
      padding: 26px;
      width: 280px;
      margin: auto;
      margin-bottom: 30px;
      position: relative;
      text-align: center; }
      @media (min-width: 992px) {
        .default-posts__text .pull-quote {
          display: block;
          width: 400px;
          margin: 30px auto; } }
      .default-posts__text .pull-quote p {
        display: inline;
        font-family: "Playfair Display", Georgia, serif;
        margin-top: 0;
        margin-bottom: 20px;
        line-height: 1.2em;
        font-size: 20px;
        font-size: 2rem; }
        @media (min-width: 768px) {
          .default-posts__text .pull-quote p {
            font-size: 25px;
            font-size: 2.5rem; } }
        @media (min-width: 992px) {
          .default-posts__text .pull-quote p {
            font-size: 30px;
            font-size: 3rem; } }
      .default-posts__text .pull-quote-icons {
        background: #fff;
        width: 100px;
        text-align: center;
        position: absolute;
        top: -19px;
        font-size: 18px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%); }
        .default-posts__text .pull-quote-icons i {
          margin: 0px 10px;
          color: #070707; }
          .default-posts__text .pull-quote-icons i:hover {
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            .default-posts__text .pull-quote-icons i:hover:hover, .default-posts__text .pull-quote-icons i:hover:focus, .default-posts__text .pull-quote-icons i:hover:active {
              fill: #E11824;
              color: #E11824; }
            .default-posts__text .pull-quote-icons i:hover:hover, .default-posts__text .pull-quote-icons i:hover:focus, .default-posts__text .pull-quote-icons i:hover:active {
              -webkit-transform: rotate(20deg);
              -ms-transform: rotate(20deg);
              transform: rotate(20deg); }
    .default-posts__text ol {
      padding: 0;
      list-style: none;
      counter-reset: li;
      font-weight: 100;
      margin-bottom: 30px;
      padding-left: 27px; }
      @media (min-width: 768px) {
        .default-posts__text ol {
          font-size: 18px;
          font-size: 1.8rem; } }
      .default-posts__text ol li {
        list-style-position: inside;
        counter-increment: li;
        margin: 5px auto;
        padding-left: 27px; }
        .default-posts__text ol li::before {
          content: counter(li);
          color: #E11824;
          margin-right: 15px;
          float: left;
          margin-left: -25px; }
    .default-posts__text ul {
      padding: 0;
      list-style: none;
      font-weight: 100;
      margin-bottom: 30px;
      padding-left: 27px; }
      @media (min-width: 768px) {
        .default-posts__text ul {
          font-size: 18px;
          font-size: 1.8rem; } }
      .default-posts__text ul li {
        list-style-position: inside;
        margin: 5px auto; }
        .default-posts__text ul li::before {
          content: "\25CB";
          color: #E11824;
          margin-right: 15px;
          float: left;
          margin-left: -25px; }
    .default-posts__text h1 {
      font-family: "Overpass", Helvetica, Arial, Sans-serif;
      font-weight: 400;
      margin-top: 0;
      line-height: 1.5em;
      margin-bottom: 20px;
      font-size: 24px;
      font-size: 2.4rem; }
    .default-posts__text h2 {
      font-family: "Overpass", Helvetica, Arial, Sans-serif;
      margin-top: 0;
      margin-bottom: 20px;
      line-height: 1.5em;
      font-size: 22px;
      font-size: 2.2rem; }
    .default-posts__text h3 {
      font-family: "Playfair Display", Georgia, serif;
      margin-top: 10px;
      margin-bottom: 20px;
      line-height: 1.2em;
      font-size: 20px;
      font-size: 2rem; }
    .default-posts__text .image--copy {
      text-align: right;
      font-size: 13px;
      font-size: 1.3rem;
      color: #999999; }
    .default-posts__text blockquote {
      font-weight: 100;
      border-left: 0;
      font-style: italic; }
      @media (min-width: 768px) {
        .default-posts__text blockquote {
          font-size: 18px;
          font-size: 1.8rem; } }
      .default-posts__text blockquote::before {
        content: "\201C";
        display: inline-block;
        font-size: 20px;
        left: 0px;
        top: 0px;
        position: relative;
        height: 0; }
      .default-posts__text blockquote::after {
        content: "\201D";
        display: inline-block;
        font-size: 20px;
        left: 0px;
        top: 0px;
        position: relative;
        height: 0; }

@media (min-width: 768px) {
  .events-page__header {
    margin: 30px auto 0px auto; } }

.events-page__main-article {
  padding: 0px 0px; }
  @media (min-width: 768px) {
    .events-page__main-article {
      padding: 30px 0px; } }
  .events-page__main-article .featured__article {
    padding: 0; }
  .events-page__main-article .date {
    font-size: 14px !important;
    border: 0 !important;
    padding-left: 0 !important; }

.events-page__all-articles .article__container {
  display: inline-block;
  padding: 10px; }
  .events-page__all-articles .article__container:hover h3 {
    -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
    text-decoration: underline;
    -webkit-text-decoration-color: #ececec;
    text-decoration-color: #ececec; }
  .events-page__all-articles .article__container .article__copy {
    padding: 30px;
    border: 1px solid #cccccc; }
    .events-page__all-articles .article__container .article__copy p {
      font-size: 15px;
      font-size: 1.5rem;
      margin-bottom: 10px; }
  .events-page__all-articles .article__container .article__image {
    border: 1px solid #cccccc;
    border-bottom: 0;
    height: auto; }

.events-page__filter {
  border-top: 1px solid #cccccc;
  padding: 30px 20px 0px 20px;
  text-align: right;
  margin: 20px auto; }
  .events-page__filter p {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    font-size: 1.3rem; }

.single-event {
  font-family: "Overpass", Helvetica, Arial, Sans-serif; }
  .single-event .container-fluid {
    max-width: 1000px;
    padding-bottom: 60px; }
  .single-event__header {
    margin: 0px auto;
    border-bottom: 1px solid #cccccc;
    padding: 0px 0px 40px 0px; }
    @media (min-width: 992px) {
      .single-event__header {
        margin: 20px auto;
        padding: 40px 0px; } }
    .single-event__header .category-tag {
      margin: 0px auto 30px auto; }
    .single-event__header .subheader {
      max-width: 600px;
      margin: 30px auto; }
  .single-event__image {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .single-event__image img {
        height: 400px; } }
  .single-event__text {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .single-event__text {
        margin-top: 60px; } }
    .single-event__text a {
      color: #E11824;
      text-decoration: underline; }
    .single-event__text p {
      line-height: 2em;
      margin-bottom: 30px; }
    .single-event__text .pull-quote {
      border-top: 1px solid #E11824;
      border-bottom: 1px solid #E11824;
      padding: 26px;
      width: 280px;
      margin: auto;
      margin-bottom: 30px;
      position: relative;
      text-align: center; }
      @media (min-width: 992px) {
        .single-event__text .pull-quote {
          display: block;
          width: 400px;
          margin: 30px auto; } }
      .single-event__text .pull-quote-icons {
        background: #fff;
        width: 100px;
        text-align: center;
        position: absolute;
        top: -19px;
        font-size: 18px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%); }
        .single-event__text .pull-quote-icons i {
          margin: 0px 10px; }
          .single-event__text .pull-quote-icons i:hover {
            -webkit-transition: all 0.3s ease-in;
            -o-transition: all 0.3s ease-in;
            transition: all 0.3s ease-in;
            -webkit-transform: translateZ(0);
            transform: translateZ(0);
            -webkit-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            .single-event__text .pull-quote-icons i:hover:hover, .single-event__text .pull-quote-icons i:hover:focus, .single-event__text .pull-quote-icons i:hover:active {
              fill: #E11824;
              color: #E11824; }
            .single-event__text .pull-quote-icons i:hover:hover, .single-event__text .pull-quote-icons i:hover:focus, .single-event__text .pull-quote-icons i:hover:active {
              -webkit-transform: rotate(20deg);
              -ms-transform: rotate(20deg);
              transform: rotate(20deg); }
    .single-event__text ol {
      padding: 0;
      list-style: none;
      counter-reset: li;
      font-weight: 100;
      margin-bottom: 30px;
      padding-left: 27px; }
      @media (min-width: 768px) {
        .single-event__text ol {
          font-size: 18px;
          font-size: 1.8rem; } }
      .single-event__text ol li {
        list-style-position: inside;
        counter-increment: li;
        margin: 5px auto; }
        .single-event__text ol li::before {
          content: counter(li);
          color: #E11824;
          margin-right: 15px;
          float: left;
          margin-left: -25px; }
    .single-event__text ul {
      padding: 0;
      list-style: none;
      font-weight: 100;
      margin-bottom: 20px;
      padding-left: 27px; }
      @media (min-width: 768px) {
        .single-event__text ul {
          font-size: 18px;
          font-size: 1.8rem; } }
      .single-event__text ul li {
        list-style-position: inside;
        margin: 5px auto; }
        .single-event__text ul li::before {
          content: "\25CB";
          color: #E11824;
          margin-right: 15px;
          float: left;
          margin-left: -25px; }
    .single-event__text h1 {
      font-family: "Overpass", Helvetica, Arial, Sans-serif;
      font-weight: 400;
      margin-top: 0;
      line-height: 1.5em;
      margin-bottom: 20px;
      font-size: 24px;
      font-size: 2.4rem; }
    .single-event__text h2 {
      font-family: "Overpass", Helvetica, Arial, Sans-serif;
      margin-top: 0;
      margin-bottom: 20px;
      line-height: 1.5em;
      font-size: 22px;
      font-size: 2.2rem; }
    .single-event__text h3 {
      font-family: "Playfair Display", Georgia, serif;
      margin-top: 10px;
      margin-bottom: 20px;
      line-height: 1.2em;
      font-size: 20px;
      font-size: 2rem; }
    .single-event__text blockquote {
      font-weight: 100;
      border-left: 0;
      font-style: italic; }
      @media (min-width: 768px) {
        .single-event__text blockquote {
          font-size: 18px;
          font-size: 1.8rem; } }

@media (min-width: 768px) {
  .search .container-fluid {
    margin: 50px auto; } }

.search .latest__article--container {
  padding: 20px; }
  @media (min-width: 768px) {
    .search .latest__article--container {
      padding: 10px; } }

.search .article__image {
  width: 100%;
  height: auto; }
  @media (min-width: 768px) {
    .search .article__image {
      height: 180px; } }
  @media (min-width: 992px) {
    .search .article__image {
      height: 260px; } }

.search .article__copy {
  text-align: center;
  min-height: auto; }
  @media (min-width: 992px) {
    .search .article__copy {
      min-height: 150px; } }

.search__content {
  margin-top: 30px; }
  .search__content .form-control {
    margin: 30px auto;
    padding: 10px;
    text-align: center;
    font-size: 15px; }

@media (min-width: 768px) {
  .page-404 .container-fluid {
    margin: 50px auto; } }

.page-404__header {
  margin-bottom: 30px; }

.page-404__btn {
  margin: 30px auto; }

.sticky-bottom {
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: fixed;
	background-color: transparent;
	height: auto;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 5px 9px;
	z-index: 9999;
}

@media (min-width: 768px) {
	.sticky-bottom {
		padding: 5px 0;
	}
}

.sticky-bottom .close-button {
	position: relative;
	top: -1px;
	left: 3px;
	cursor: pointer;
	font-size: 16px;
}

.sticky-bottom .close-button:hover {
	opacity: .7;
}

.ad__compassion {
	margin-bottom: 30px;	
}

.ad__compassion img {
	height: auto;
	aspect-ratio: 300 / 250;
	max-width: 300px !important;
}

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