.hero {
  height: 60vw;
  max-height: 590px; }

.hero__content {
  top: 5em;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 3; }

.hero__content::after {
  content: "";
  display: block;
  height: 8px;
  width: 670px;
  background: #DC2A29;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.hero__title {
  font-size: 2.2em;
  font-family: "Caveat", cursive;
  font-weight: 700;
  text-align: center; }

.hero__title__mason {
  font-size: 1.5em;
  display: block; }

.hero__title__boiler {
  font-weight: 300; }

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes slideIn {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

.hero__trust__logo {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  border-bottom-left-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  z-index: 4;
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }
  .hero__trust__logo img {
    max-width: 150px;
    max-height: 60px; }
  .hero__trust__logo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media all and (min-width: 415px) {
  .hero__title {
    font-size: 2.5em; }
  .hero__trust__logo {
    border-top-left-radius: 20px;
    top: 30px; } }

.lte-ie8 .hero__title {
  font-size: 2.5em; }

.lte-ie8 .hero__trust__logo {
  border-top-left-radius: 20px;
  top: 30px; }

@media all and (min-width: 769px) {
  .hero__title {
    font-size: 3.125em; }
  .hero__title__mason {
    font-size: 1em;
    display: inline; }
  .mason--admin .hero {
    height: calc(100vh - 110px); } }

.lte-ie8 .hero__title {
  font-size: 3.125em; }

.lte-ie8 .hero__title__mason {
  font-size: 1em;
  display: inline; }

.lte-ie8 .mason--admin .hero {
  height: calc(100vh - 110px); }

@media all and (min-width: 930px) {
  .hero__trust__logo {
    top: 50%; }
    .hero__trust__logo img {
      max-width: 250px;
      max-height: 120px; } }

.content {
  width: 100%;
  float: none; }

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.welcome__container {
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px; }
  .welcome__container .welcome__image:first-child {
    display: none; }

.mason--admin .welcome__container .welcome__image:first-child {
  display: none; }

.welcome__text {
  max-width: 586px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .welcome__text h2 {
    color: #192469;
    font-family: "Libre Baskerville", serif; }
  .welcome__text p {
    line-height: 1.556em; }
  .welcome__text .button__link a {
    background: #DC2A29; }
  .welcome__text .button__link a:hover {
    background: #192469; }

.welcome__image {
  height: 280px;
  min-width: 280px;
  width: 280px;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid #efefef;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px; }

.welcome__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .welcome__buttons .button__link {
    margin-bottom: 20px; }
  .welcome__buttons .button__link:first-child {
    margin-right: 10px; }
    .welcome__buttons .button__link:first-child a {
      color: #000; }
    .welcome__buttons .button__link:first-child a:hover {
      color: #fff; }
  .welcome__buttons .button__link:last-child a {
    background: #192469; }
  .welcome__buttons .button__link:last-child a:hover {
    background: #DC2A29;
    color: #000; }

@media all and (min-width: 1000px) {
  .welcome__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
    padding-top: 80px; }
  .welcome__text {
    padding-right: 0;
    padding-left: 0;
    margin-right: 25px;
    margin-left: 25px; }
    .welcome__text h2 {
      font-size: 2em;
      margin: 0;
      margin-bottom: 25px; }
    .welcome__text p {
      font-size: 1.125em; }
    .welcome__text .button__link {
      margin-top: 50px; }
  .welcome__image {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0; } }

@media all and (min-width: 1200px) {
  .welcome__container .welcome__image:first-child {
    display: block; }
    .welcome__container .welcome__image:first-child img {
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1); } }

.news__container {
  padding-right: 7px;
  padding-left: 7px;
  background: #efefef;
  position: relative;
  padding-bottom: 15px;
  padding-top: 30px; }

.news__header {
  padding-bottom: 20px; }
  .news__header h2 {
    color: #192469;
    font-family: "Libre Baskerville", serif;
    margin: 0; }
  .news__header a {
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #192469;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    display: inline-block;
    width: 130px; }
  .news__header a::after {
    content: "";
    display: block;
    background: #DC2A29;
    width: 128px;
    height: 6px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 5px; }

.news__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 140px;
  position: absolute;
  top: -33px;
  right: 15px; }
  .news__controls div {
    height: 66px;
    width: 66px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #192469;
    background: #efefef;
    margin-right: 4px;
    margin-left: 4px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .news__controls div:hover {
    background: #192469;
    color: #DC2A29; }

.news__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.news__item {
  height: 390px;
  position: relative;
  overflow: hidden; }

.news__item:hover .news__item__link {
  margin-bottom: 0;
  margin-top: 0; }

.news__item:hover .news__item__bg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.news__item__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.news__item__bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%); }

.news__item__info {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 35px;
  padding-bottom: 44px; }

.news__item__title {
  color: #fff;
  font-weight: 700;
  font-size: 1.375em;
  line-height: 1.182em;
  letter-spacing: 0.08em;
  max-width: 300px;
  text-transform: uppercase; }

.news__item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 197px;
  background: #DC2A29;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  border-radius: 28px;
  letter-spacing: 0.1em;
  margin-bottom: -100px;
  margin-top: 25px;
  height: 55px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

@media all and (min-width: 769px) {
  .news__container {
    padding-top: 0; }
  .news__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
    max-width: 990px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 60px;
    padding-bottom: 50px; }
    .news__header h2 {
      font-size: 2em; }
  .news__controls {
    right: 150px; } }

.lte-ie8 .news__container {
  padding-top: 0; }

.lte-ie8 .news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;
  max-width: 990px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 50px; }
  .lte-ie8 .news__header h2 {
    font-size: 2em; }

.lte-ie8 .news__controls {
  right: 150px; }

.gallery__events__container {
  background: #DC2A29;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 50px;
  position: relative; }

@media all and (min-width: 1060px) {
  .gallery__events__container {
    margin-bottom: 0; }
  .gallery__events__container__inner {
    width: 1060px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.gallery__container__controls {
  position: relative;
  display: table;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px; }
  .gallery__container__controls .button__link {
    position: absolute;
    bottom: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 6; }
    .gallery__container__controls .button__link a {
      background: #fff;
      color: #192469;
      border-color: #fff; }
    .gallery__container__controls .button__link a:hover {
      background: #192469;
      color: #DC2A29; }

.gallery__container {
  height: 300px;
  width: 300px;
  border-radius: 50%;
  border: 8px solid #efefef;
  position: relative;
  overflow: hidden; }

.gallery__controls {
  position: absolute;
  left: -33px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 4; }
  .gallery__controls div {
    height: 66px;
    width: 66px;
    border-radius: 50%;
    background: #fff;
    color: #192469;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .gallery__controls div:hover {
    background: #192469;
    color: #DC2A29; }

.gallery__list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0; }

.gallery__list__item {
  height: 100%;
  width: 100%;
  z-index: 1 !important; }
  .gallery__list__item a {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }

@media all and (min-width: 769px) {
  .gallery__container {
    height: 440px;
    width: 440px; } }

.lte-ie8 .gallery__container {
  height: 440px;
  width: 440px; }

@media all and (min-width: 1060px) {
  .gallery__container__controls {
    margin-right: 70px;
    margin-bottom: 0; } }

.events__container {
  padding-left: 7px; }

.events__header {
  max-width: 570px;
  margin-bottom: 20px; }
  .events__header h2 {
    color: #000;
    font-family: "Libre Baskerville", serif;
    margin: 0;
    font-weight: 700; }
  .events__header a {
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    display: inline-block;
    width: 182px; }
  .events__header a::after {
    content: "";
    display: block;
    background: #000;
    width: 180px;
    height: 6px;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 5px; }

.events__list {
  padding: 0;
  margin: 0;
  list-style: none; }
  .events__list .owl-stage-outer {
    padding-bottom: 28px; }

.events__item {
  background: #efefef;
  min-height: 100%;
  width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 60px; }
  .events__item div {
    text-align: center; }
  .events__item .events__item__date {
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    color: #192469;
    font-size: 1.750em;
    position: relative;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .events__item .events__item__sep {
    width: 90px;
    height: 8px;
    background: #DC2A29;
    margin-top: 20px;
    margin-bottom: 20px; }
  .events__item .events__item__title {
    color: #7a7a7a;
    font-size: 1.125em;
    line-height: 1.556em;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .events__item .events__item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 55px;
    width: 197px;
    border-radius: 28px;
    color: #192469;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    background: #fcfcfc;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -28px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }

.events__item:hover {
  background: #192469; }
  .events__item:hover .events__item__date {
    color: #fff; }
  .events__item:hover .events__item__title {
    color: #fff; }
  .events__item:hover .events__item__link {
    opacity: 1;
    visibility: visible; }

.events__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: -33px;
  right: 150px; }
  .events__controls div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 66px;
    width: 66px;
    border-radius: 50%;
    background: #DC2A29;
    color: #000;
    margin-right: 4px;
    margin-left: 4px;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .events__controls div:hover {
    background: #192469;
    color: #DC2A29; }

@media all and (min-width: 769px) {
  .events__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; }
    .events__header h2 {
      font-size: 2em; } }

.lte-ie8 .events__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px; }
  .lte-ie8 .events__header h2 {
    font-size: 2em; }

@media all and (min-width: 1060px) {
  .events__list .owl-stage-outer {
    width: 51vw; } }

.homepage__links {
  background: #fcfcfc; }
  .homepage__links h2 {
    text-align: center;
    color: #192469;
    font-family: "Libre Baskerville", serif;
    margin: 0; }

.our__classes__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto; }

.our__classes__list__item {
  height: 210px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden; }
  .our__classes__list__item p {
    position: relative;
    z-index: 2;
    color: #fff;
    font-family: "Caveat", cursive;
    font-weight: 700;
    font-size: 2.813em; }
  .our__classes__list__item p::after {
    content: "";
    display: block;
    width: 100px;
    height: 8px;
    background: #DC2A29;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 5px; }
  .our__classes__list__item a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 3; }

.our__classes__list__item:hover .classes__item__bg {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.classes__item__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.classes__item__bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 100%); }

@media all and (min-width: 769px) {
  .homepage__links {
    padding-top: 60px;
    padding-bottom: 70px; }
    .homepage__links h2 {
      font-size: 2em;
      margin-bottom: 40px; }
  .our__classes__list__item {
    width: calc( 50% - 10px);
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px; } }

.lte-ie8 .homepage__links {
  padding-top: 60px;
  padding-bottom: 70px; }
  .lte-ie8 .homepage__links h2 {
    font-size: 2em;
    margin-bottom: 40px; }

.lte-ie8 .our__classes__list__item {
  width: calc( 50% - 10px);
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px; }

.green__banner__container {
  background: #192469;
  padding-top: 15px;
  padding-bottom: 15px; }

.green__banner {
  width: 95%;
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#green__banner__title {
  width: 100%;
  color: #fff;
  font-size: 1.125em;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  line-height: 1.3em; }

.green__banner__icon {
  height: 52px;
  width: 52px;
  min-width: 52px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #141d54;
  margin-right: 20px; }
  .green__banner__icon svg {
    color: #fff;
    font-size: 20px; }

.popup__container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(25, 36, 105, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 20;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.popup__container.popup__closed {
  opacity: 0;
  visibility: hidden; }

.popup {
  background: #fff;
  height: 95vh;
  width: 95vw;
  max-height: 510px;
  max-width: 936px;
  border-radius: 6px;
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.popup__close {
  position: absolute;
  top: 25px;
  right: 20px;
  height: 30px;
  width: 30px;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #192469;
  border-radius: 6px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }

.popup__close:hover {
  background: #192469;
  color: #DC2A29; }

.popup__info {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .popup__info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    min-height: 50px;
    width: 186px;
    border-radius: 25px;
    background: #DC2A29;
    color: #192469;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.04em;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-top: 30px; }
  .popup__info a[href=""] {
    display: none; }
  .popup__info a:hover {
    background: #192469;
    color: #DC2A29; }

.popup__image__container {
  display: none; }

.popup__text__container {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: thin; }

.popup__text__container::-webkit-scrollbar {
  width: 5px;
  height: 100%;
  background: rgba(0, 0, 0, 0.05); }

.popup__text__container::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5); }

.popup__title {
  font-size: 1.55em;
  color: #192469;
  font-weight: 700;
  font-family: "Libre Baskerville", serif;
  letter-spacing: 0.04em;
  margin: 0;
  margin-bottom: 10px; }

.popup__date {
  font-size: 1.313em;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #192469;
  margin: 0;
  margin-bottom: 3px; }

.popup__time {
  font-size: 1.188em;
  font-weight: 600;
  color: rgba(25, 36, 105, 0.5);
  letter-spacing: 0.04em;
  margin: 0;
  margin-bottom: 25px; }

.popup__text {
  font-size: 0.938em;
  line-height: 1.600em;
  letter-spacing: 0.04em;
  margin-bottom: 0; }

@media all and (min-width: 800px) {
  .popup {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px; }
  .popup[data-popupbg=""] {
    height: auto; }
    .popup[data-popupbg=""] .popup__image__container {
      display: none; }
  .popup__info {
    padding-left: 30px;
    padding-bottom: 50px; }
  .popup__image__container {
    display: block;
    width: 300px;
    min-width: 300px;
    margin-right: 20px;
    position: relative; }
  .popup__image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center; }
  .popup__text__container {
    padding-right: 90px;
    padding-top: 50px; } }

@media all and (min-width: 1000px) {
  .popup__image__container {
    width: 450px;
    min-width: 450px;
    margin-right: 35px; } }
