.social__item__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

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

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

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.top__shape {
  z-index: 6; }

.svg__lines {
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%); }
  .svg__lines.inview {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    -webkit-transition: -webkit-clip-path 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: -webkit-clip-path 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    -o-transition: clip-path 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: clip-path 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: clip-path 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-clip-path 2s cubic-bezier(0.215, 0.61, 0.355, 1) 1s; }

svg.hide {
  overflow: visible; }

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

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.top__shape,
.main__shape {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }

.home__hero__motto:before {
  opacity: 0;
  -webkit-transform: translateX(-3em);
  -ms-transform: translateX(-3em);
  transform: translateX(-3em); }

.hero__motto__list {
  opacity: 0;
  -webkit-transform: translateX(-3em);
  -ms-transform: translateX(-3em);
  transform: translateX(-3em); }

.home__hero__welcome {
  opacity: 0; }

.mason--loaded .top__shape,
.mason--loaded .main__shape {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-clip-path 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: clip-path 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: clip-path 1.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-clip-path 1.5s cubic-bezier(0.215, 0.61, 0.355, 1); }

.mason--loaded .top__shape {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }

.mason--loaded .main__shape {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s; }

.mason--loaded .hero__slideshow, .mason--loaded .hero__video__container {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s; }

.mason--loaded .home__hero__motto:before {
  opacity: 1;
  -webkit-transform: translateX(0em);
  -ms-transform: translateX(0em);
  transform: translateX(0em);
  -webkit-transition: opacity 0.75s ease 1.2s, -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: opacity 0.75s ease 1.2s, -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  -o-transition: opacity 0.75s ease 1.2s, transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: opacity 0.75s ease 1.2s, transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
  transition: opacity 0.75s ease 1.2s, transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s, -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s; }

.mason--loaded .hero__motto__list {
  opacity: 1;
  -webkit-transform: translateX(0em);
  -ms-transform: translateX(0em);
  transform: translateX(0em);
  -webkit-transition: opacity 0.75s ease 1.75s, -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 1.75s;
  transition: opacity 0.75s ease 1.75s, -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 1.75s;
  -o-transition: opacity 0.75s ease 1.75s, transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 1.75s;
  transition: opacity 0.75s ease 1.75s, transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 1.75s;
  transition: opacity 0.75s ease 1.75s, transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 1.75s, -webkit-transform 0.75s cubic-bezier(0.215, 0.61, 0.355, 1) 1.75s; }

.mason--loaded .home__hero__welcome {
  opacity: 1;
  -webkit-transition: opacity .4s ease 2.5s;
  -o-transition: opacity .4s ease 2.5s;
  transition: opacity .4s ease 2.5s; }

.mason--loaded .hero__lines {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  -webkit-transition: -webkit-clip-path 1.65s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: -webkit-clip-path 1.65s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  -o-transition: clip-path 1.65s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: clip-path 1.65s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: clip-path 1.65s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-clip-path 1.65s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }

.home__hero__slideshow {
  width: 100%;
  height: 52vw;
  z-index: 2;
  min-height: 70vh; }
  .home__hero__slideshow:after {
    position: absolute;
    content: '';
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    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), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    z-index: 2;
    height: 40%; }
  .home__hero__slideshow:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    z-index: 2;
    height: 40%; }

.hero__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }

.home__hero__motto {
  position: relative;
  text-align: center;
  line-height: 1;
  width: 100%;
  padding: 0 5%;
  font-size: 0.375em;
  z-index: 10;
  margin-bottom: 2.5em; }
  @media all and (min-width: 1409.7px) {
    .home__hero__motto {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }
  @media all and (min-width: 415px) {
    .home__hero__motto {
      font-size: 0.5em; } }
  .home__hero__motto .lte-ie8 {
    font-size: 0.5em; }
  @media all and (min-width: 769px) {
    .home__hero__motto {
      font-size: 0.75em; } }
  .home__hero__motto .lte-ie8 {
    font-size: 0.75em; }
  @media all and (min-width: 1025px) {
    .home__hero__motto {
      font-size: 0.875em; } }
  @media all and (min-width: 1301px) {
    .home__hero__motto {
      font-size: 1em; } }
  .home__hero__motto .hero__motto__item {
    width: 100%; }
  .home__hero__motto .f__center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%; }
  .home__hero__motto span.hero__motto__item__lead {
    font-size: 5.0625em;
    letter-spacing: -0.05em;
    color: #fff;
    white-space: nowrap;
    margin-right: .6em; }
  .home__hero__motto h2 {
    font-size: 7.0625em;
    letter-spacing: -0.05em;
    color: #BC5B1A;
    margin: 0;
    font-weight: 400;
    font-family: "Pacifico", serif; }
  @media all and (max-width: 600px) {
    .home__hero__motto {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-line-pack: start;
      align-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }

.hero__motto__item span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.hero__motto__item.animate--out span {
  opacity: 0;
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, -webkit-transform .5s ease;
  -o-transition: opacity .5s ease, transform .5s ease;
  transition: opacity .5s ease, transform .5s ease;
  transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease; }

.hero__motto__item.cycle-slide-active span {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
  .hero__motto__item.cycle-slide-active span:nth-child(1) {
    -webkit-transition-delay: 0.38s;
    -o-transition-delay: 0.38s;
    transition-delay: 0.38s; }
  .hero__motto__item.cycle-slide-active span:nth-child(2) {
    -webkit-transition-delay: 0.41s;
    -o-transition-delay: 0.41s;
    transition-delay: 0.41s; }
  .hero__motto__item.cycle-slide-active span:nth-child(3) {
    -webkit-transition-delay: 0.44s;
    -o-transition-delay: 0.44s;
    transition-delay: 0.44s; }
  .hero__motto__item.cycle-slide-active span:nth-child(4) {
    -webkit-transition-delay: 0.47s;
    -o-transition-delay: 0.47s;
    transition-delay: 0.47s; }
  .hero__motto__item.cycle-slide-active span:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .hero__motto__item.cycle-slide-active span:nth-child(6) {
    -webkit-transition-delay: 0.53s;
    -o-transition-delay: 0.53s;
    transition-delay: 0.53s; }
  .hero__motto__item.cycle-slide-active span:nth-child(7) {
    -webkit-transition-delay: 0.56s;
    -o-transition-delay: 0.56s;
    transition-delay: 0.56s; }
  .hero__motto__item.cycle-slide-active span:nth-child(8) {
    -webkit-transition-delay: 0.59s;
    -o-transition-delay: 0.59s;
    transition-delay: 0.59s; }
  .hero__motto__item.cycle-slide-active span:nth-child(9) {
    -webkit-transition-delay: 0.62s;
    -o-transition-delay: 0.62s;
    transition-delay: 0.62s; }
  .hero__motto__item.cycle-slide-active span:nth-child(10) {
    -webkit-transition-delay: 0.65s;
    -o-transition-delay: 0.65s;
    transition-delay: 0.65s; }
  .hero__motto__item.cycle-slide-active span:nth-child(11) {
    -webkit-transition-delay: 0.68s;
    -o-transition-delay: 0.68s;
    transition-delay: 0.68s; }
  .hero__motto__item.cycle-slide-active span:nth-child(12) {
    -webkit-transition-delay: 0.71s;
    -o-transition-delay: 0.71s;
    transition-delay: 0.71s; }
  .hero__motto__item.cycle-slide-active span:nth-child(13) {
    -webkit-transition-delay: 0.74s;
    -o-transition-delay: 0.74s;
    transition-delay: 0.74s; }
  .hero__motto__item.cycle-slide-active span:nth-child(14) {
    -webkit-transition-delay: 0.77s;
    -o-transition-delay: 0.77s;
    transition-delay: 0.77s; }
  .hero__motto__item.cycle-slide-active span:nth-child(15) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s; }

.hero__curve {
  position: relative;
  max-height: 210px; }
  .hero__curve svg {
    width: 100%; }

.hero__video__container iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0; }

.search__container {
  width: 45px;
  left: 5px;
  position: relative; }

.search__container__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.menu__extras__form {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 45px;
  width: 45px;
  position: relative;
  z-index: 2; }
  .menu__extras__form input {
    right: 0;
    left: auto;
    height: 100%;
    background: #155078;
    color: #fff;
    padding: 0 1em 0 1em;
    border: 0;
    border-radius: 50px;
    opacity: 0;
    width: 40px;
    outline: none;
    -webkit-transition: opacity .3s ease, width .3s ease;
    -o-transition: opacity .3s ease, width .3s ease;
    transition: opacity .3s ease, width .3s ease; }
    .menu__extras__form input::-webkit-input-placeholder {
      color: #fff;
      opacity: 0.8 !important; }
    .menu__extras__form input:-moz-placeholder {
      /* Firefox 18- */
      color: #fff;
      opacity: 0.8 !important; }
    .menu__extras__form input::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff;
      opacity: 0.8 !important; }
    .menu__extras__form input:-ms-input-placeholder {
      color: #fff;
      opacity: 0.8 !important; }
    .menu__extras__form input:active, .menu__extras__form input:focus {
      width: 280px;
      opacity: 1;
      -webkit-transition: opacity .1s ease, width .3s ease;
      -o-transition: opacity .1s ease, width .3s ease;
      transition: opacity .1s ease, width .3s ease; }
      .menu__extras__form input:active + button, .menu__extras__form input:focus + button {
        z-index: 4; }
  .menu__extras__form button {
    position: relative;
    z-index: 2;
    height: 45px;
    width: 45px;
    color: #fff;
    display: block;
    z-index: -1; }

.find__button {
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  background: #155078;
  color: #fff; }

.home__hero .icon__list {
  position: absolute;
  z-index: 10;
  top: 40%;
  right: 0;
  background: #155078;
  padding: 1em 5px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0.8125em; }
  @media all and (min-width: 415px) {
    .home__hero .icon__list {
      font-size: 0.875em; } }
  .home__hero .icon__list .lte-ie8 {
    font-size: 0.875em; }
  @media all and (min-width: 769px) {
    .home__hero .icon__list {
      font-size: 0.9375em; } }
  .home__hero .icon__list .lte-ie8 {
    font-size: 0.9375em; }
  @media all and (min-width: 1025px) {
    .home__hero .icon__list {
      font-size: 1em; } }
  @media all and (min-width: 1301px) {
    .home__hero .icon__list {
      font-size: 1em; } }
  .home__hero .icon__list li {
    display: block;
    position: relative;
    margin: 5px 0;
    font-weight: 700;
    letter-spacing: .02em;
    -webkit-transform: translateX(100%) translateX(-3.125em);
    -ms-transform: translateX(100%) translateX(-3.125em);
    transform: translateX(100%) translateX(-3.125em);
    -webkit-transition: border-radius .3s ease, -webkit-transform .3s ease;
    transition: border-radius .3s ease, -webkit-transform .3s ease;
    -o-transition: transform .3s ease, border-radius .3s ease;
    transition: transform .3s ease, border-radius .3s ease;
    transition: transform .3s ease, border-radius .3s ease, -webkit-transform .3s ease; }
    .home__hero .icon__list li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 3.125em;
      width: 3.125em;
      color: #fff;
      -webkit-transition: color .3s ease;
      -o-transition: color .3s ease;
      transition: color .3s ease; }
      .home__hero .icon__list li a:hover span {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(-1.2em);
        -ms-transform: translateX(-1.2em);
        transform: translateX(-1.2em);
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s; }
    .home__hero .icon__list li span {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 100%;
      white-space: nowrap;
      padding: 10px 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-line-pack: stretch;
      align-content: stretch;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #155078;
      color: #fff;
      -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      border-radius: 12px;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translateX(-3em);
      -ms-transform: translateX(-3em);
      transform: translateX(-3em);
      -webkit-transition: opacity 0.3s ease, visibility 0s ease 0.3s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      transition: opacity 0.3s ease, visibility 0s ease 0.3s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
      -o-transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s ease 0.3s;
      transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s ease 0.3s;
      transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0s ease 0.3s, -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .home__hero .icon__list li span:after {
        position: absolute;
        content: '';
        top: 0;
        right: auto;
        bottom: 0;
        left: 99%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 0 8px 10px;
        border-color: transparent transparent transparent #155078;
        margin: auto;
        border-top-right-radius-: 12px;
        border-bottom-right-radius: 12px; }
  .home__hero .icon__list svg {
    font-size: 1.125em; }

@media all and (max-width: 1049px) {
  .home__hero .icon__list {
    position: fixed;
    width: 80%;
    max-width: 375px;
    bottom: 0;
    right: 0;
    z-index: 40;
    top: auto;
    left: auto;
    border-bottom-left-radius: 0;
    border-top-right-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    padding: 5px 25px;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    -o-transition: transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease; }
    .mason--menu .home__hero .icon__list {
      -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
      transform: translateY(0%);
      -webkit-transition-delay: .3s;
      -o-transition-delay: .3s;
      transition-delay: .3s; }
    .home__hero .icon__list .icon__item {
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .home__hero .icon__list .icon__item span {
        bottom: 100%;
        left: -80%;
        right: -80%;
        margin: auto;
        -webkit-transform: translateY(0em);
        -ms-transform: translateY(0em);
        transform: translateY(0em); }
    .home__hero .icon__list .icon__item__link {
      height: 30px; }
      .home__hero .icon__list .icon__item__link:hover span {
        -webkit-transform: translateY(-2em);
        -ms-transform: translateY(-2em);
        transform: translateY(-2em); }
  .menu__extras__form input {
    left: 0;
    right: 0;
    border-radius: 5px;
    padding-left: 45px;
    padding-right: 10px; }
    .menu__extras__form input:active, .menu__extras__form input:focus {
      width: 320px;
      background: #BC5B1A; }
  .menu__extras__form .menu__extras__submit {
    pointer-events: none; }
  .menu__extras__form .find__button {
    display: none; } }

.welcome {
  position: relative;
  padding: 2em 0 3em;
  text-align: center; }

.welcome__media {
  position: relative;
  width: 80%;
  max-width: 285px;
  margin: 0 auto 2em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  z-index: 4;
  -webkit-box-shadow: 0 0 0 10px rgba(21, 80, 120, 0.35);
  box-shadow: 0 0 0 10px rgba(21, 80, 120, 0.35);
  -webkit-transition: opacity 0.4s ease 0.8s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  transition: opacity 0.4s ease 0.8s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  -o-transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s, opacity 0.4s ease 0.8s;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s, opacity 0.4s ease 0.8s;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s, opacity 0.4s ease 0.8s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s; }
  .welcome__media:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 100%; }
  .inview .welcome__media {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

.welcome__text {
  position: relative;
  -webkit-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  z-index: 4;
  -webkit-transition: opacity 0.4s ease 0.8s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  transition: opacity 0.4s ease 0.8s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s;
  -o-transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s, opacity 0.4s ease 0.8s;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s, opacity 0.4s ease 0.8s;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s, opacity 0.4s ease 0.8s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.8s; }
  .inview .welcome__text {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

.home__welcome__image {
  border-radius: 50%;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto; }
  .home__welcome__image > div {
    height: 100%; }

.welcome__text {
  width: 100%; }
  .welcome__text > h4 {
    color: #757575;
    margin: 0;
    font-size: 1.25em; }
    @media all and (min-width: 415px) {
      .welcome__text > h4 {
        font-size: 1.375em; } }
    .welcome__text > h4 .lte-ie8 {
      font-size: 1.375em; }
    @media all and (min-width: 769px) {
      .welcome__text > h4 {
        font-size: 1.625em; } }
    .welcome__text > h4 .lte-ie8 {
      font-size: 1.625em; }
    @media all and (min-width: 1025px) {
      .welcome__text > h4 {
        font-size: 1.875em; } }
    @media all and (min-width: 1301px) {
      .welcome__text > h4 {
        font-size: 1.875em; } }
  .welcome__text > h2 {
    color: #BC5B1A;
    margin: 0;
    font-size: 1.75em; }
    @media all and (min-width: 415px) {
      .welcome__text > h2 {
        font-size: 1.875em; } }
    .welcome__text > h2 .lte-ie8 {
      font-size: 1.875em; }
    @media all and (min-width: 769px) {
      .welcome__text > h2 {
        font-size: 2.5em; } }
    .welcome__text > h2 .lte-ie8 {
      font-size: 2.5em; }
    @media all and (min-width: 1025px) {
      .welcome__text > h2 {
        font-size: 3em; } }
    @media all and (min-width: 1301px) {
      .welcome__text > h2 {
        font-size: 3em; } }

.welcome__intro {
  line-height: 1.65em;
  margin-bottom: 2em; }
  .welcome__intro .content__region {
    width: 100%; }

.welcome__bg {
  position: relative;
  width: 50%;
  top: 0;
  right: 0;
  position: absolute; }
  .welcome__bg:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 100%; }
  .welcome__bg span {
    -webkit-transform: translateX(12%) translateY(20%);
    -ms-transform: translateX(12%) translateY(20%);
    transform: translateX(12%) translateY(20%); }
    .welcome__bg span:after {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border-radius: 50%;
      background: rgba(21, 80, 120, 0.2); }
    .welcome__bg span:before {
      position: absolute;
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border-radius: 50%;
      -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
      transform: scale(0.75);
      border-radius: 50%;
      -webkit-box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.3);
      box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.3);
      z-index: 2; }

@media all and (min-width: 550px) {
  .welcome__media {
    -webkit-shape-outside: circle(50%);
    shape-outside: circle(50%);
    margin: 0 0 20px 10px;
    max-width: 330px;
    width: 50%;
    margin: 0 auto 20px; } }

@media all and (min-width: 769px) {
  .welcome {
    padding: 2.5em 0 5em 0;
    text-align: left; }
  .welcome__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .welcome__media {
    margin: 0 0 20px 10px;
    -webkit-box-shadow: 0 0 0 20px rgba(21, 80, 120, 0.35);
    box-shadow: 0 0 0 20px rgba(21, 80, 120, 0.35); }
  .welcome__text {
    font-size: 1.125em; } }

.lte-ie8 .welcome {
  padding: 2.5em 0 5em 0;
  text-align: left; }

.lte-ie8 .welcome__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.lte-ie8 .welcome__media {
  margin: 0 0 20px 10px;
  -webkit-box-shadow: 0 0 0 20px rgba(21, 80, 120, 0.35);
  box-shadow: 0 0 0 20px rgba(21, 80, 120, 0.35); }

.lte-ie8 .welcome__text {
  font-size: 1.125em; }

@media all and (min-width: 1025px) {
  .welcome {
    padding: 2.5em 0 6.25em; }
  .welcome__media {
    margin-left: 10%; } }

.hero__lines__container {
  z-index: 3; }

.home__links {
  padding: 2em 5% 0;
  z-index: 5;
  margin-bottom: -10vw;
  z-index: 3; }
  @media all and (min-width: 1409.7px) {
    .home__links {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }

.home__links__bg {
  width: 100%;
  padding-top: 2em;
  background: #1b679b;
  z-index: 2;
  position: relative; }

.home__links__bg__pattern {
  min-height: 180px;
  height: 20vw;
  max-height: 300px;
  background: url("/_site/images/design/wave-bg.svg") repeat-x;
  opacity: .1;
  margin-bottom: 1em; }

.home__schools {
  padding: 2em 5% 0;
  z-index: 4; }
  @media all and (min-width: 1409.7px) {
    .home__schools {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }

@media all and (min-width: 1301px) {
  .home__links {
    margin-bottom: -175px; } }

.home__social, .home__events {
  padding: 0 5% 7vw;
  background: #fff;
  z-index: 3; }
  @media all and (min-width: 1409.7px) {
    .home__social, .home__events {
      padding-left: calc(50% - 635px);
      padding-right: calc(50% - 635px); } }
  .home__social .owl-item > *, .home__events .owl-item > * {
    opacity: 0;
    -webkit-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    transform: translateX(-60%);
    visibility: hidden;
    -webkit-transition: opacity .4s ease, visibility 0s ease .4s, -webkit-transform .4s ease;
    transition: opacity .4s ease, visibility 0s ease .4s, -webkit-transform .4s ease;
    -o-transition: opacity .4s ease, transform .4s ease, visibility 0s ease .4s;
    transition: opacity .4s ease, transform .4s ease, visibility 0s ease .4s;
    transition: opacity .4s ease, transform .4s ease, visibility 0s ease .4s, -webkit-transform .4s ease; }
  .home__social .owl-item.active > *, .home__events .owl-item.active > * {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .home__social .owl-item.active ~ .owl-item:not(.active) > *, .home__events .owl-item.active ~ .owl-item:not(.active) > * {
    opacity: 0;
    -webkit-transform: translateX(60%);
    -ms-transform: translateX(60%);
    transform: translateX(60%);
    visibility: hidden; }
  .home__social .owl-nav, .home__events .owl-nav {
    display: block;
    position: absolute;
    top: 0;
    left: -5vw;
    width: calc(100% + 10vw);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    visibility: hidden;
    z-index: 3; }
  .home__social .owl-next, .home__events .owl-next, .home__social .owl-prev, .home__events .owl-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 65px;
    font-size: 1.875em;
    color: #BC5B1A;
    visibility: visible;
    cursor: pointer;
    -webkit-transition: background .3s ease, opacity .3s ease;
    -o-transition: background .3s ease, opacity .3s ease;
    transition: background .3s ease, opacity .3s ease; }
    .home__social .owl-next.disabled, .home__events .owl-next.disabled, .home__social .owl-prev.disabled, .home__events .owl-prev.disabled {
      opacity: .2; }

.home__social__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .home__social__top h2 {
    margin: 0; }

#mixed__list {
  padding: 2em 0; }

.social__item {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 50px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 50px 0 rgba(0, 0, 0, 0.2); }

.social__item__block {
  position: relative;
  width: 100%;
  background: #000; }
  .social__item__block:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 111.31579%; }
  .social__item__block:hover .news__item__content p {
    max-height: 240px;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 0 0 1.5em 0;
    -webkit-transition: max-height 0.75s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease, padding 0.4s ease;
    -o-transition: max-height 0.75s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease, padding 0.4s ease;
    transition: max-height 0.75s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease, padding 0.4s ease; }
  .social__item__block:hover .social__item__hover {
    -webkit-transform: translateY(-100%) translateX(0);
    -ms-transform: translateY(-100%) translateX(0);
    transform: translateY(-100%) translateX(0); }

.social__item__image:after {
  position: absolute;
  content: '';
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  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), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 2;
  height: 65%;
  opacity: 1;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.social__item__image:before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease; }

.social__item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 5;
  padding: 2em;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  line-height: 1.6;
  letter-spacing: .02em;
  font-weight: 500;
  font-size: 1.125em; }
  .social__item__info a {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    word-break: break-word; }

.social__item__title {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .social__item__title h3 {
    margin: 0;
    font-size: 1.125em; }
    @media all and (min-width: 415px) {
      .social__item__title h3 {
        font-size: 1.25em; } }
    .social__item__title h3 .lte-ie8 {
      font-size: 1.25em; }
    @media all and (min-width: 769px) {
      .social__item__title h3 {
        font-size: 1.375em; } }
    .social__item__title h3 .lte-ie8 {
      font-size: 1.375em; }
    @media all and (min-width: 1025px) {
      .social__item__title h3 {
        font-size: 1.5em; } }
    @media all and (min-width: 1301px) {
      .social__item__title h3 {
        font-size: 1.625em; } }

.social__item__more {
  color: #D0D3D4;
  opacity: 0;
  margin-top: -1em;
  -webkit-transform: translateY(2em);
  -ms-transform: translateY(2em);
  transform: translateY(2em);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }

.social__item__date {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  opacity: .5;
  letter-spacing: .09em;
  margin-top: 1em; }

.social__item__hover {
  background: transparent;
  top: 100%;
  left: 0;
  bottom: auto;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(-25%) translateX(0);
  -ms-transform: translateY(-25%) translateX(0);
  transform: translateY(-25%) translateX(0);
  z-index: 2;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .social__item__hover svg {
    position: absolute;
    bottom: -50%;
    top: -50%;
    left: 0;
    margin: auto;
    right: 0;
    width: 100%;
    display: block;
    opacity: .7; }

.social__label {
  font-weight: 600;
  font-size: 16px;
  margin-top: 1.5em; }

.news__item__content h3 {
  margin: 0;
  font-weight: 700;
  font-size: 24px; }

.news__item__content p {
  max-height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  margin: 0;
  padding: 0;
  font-size: 18px;
  -webkit-transition: max-height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease, padding 0.4s ease;
  -o-transition: max-height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease, padding 0.4s ease;
  transition: max-height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.4s ease, padding 0.4s ease; }

.tweets__item__image {
  background: #1da1f2; }
  .tweets__item__image > div {
    mix-blend-mode: luminosity;
    opacity: .3; }

.facebook__item__image {
  background: #1877f2; }
  .facebook__item__image > div {
    mix-blend-mode: luminosity;
    opacity: .3; }

.instagram__item__image {
  background: #c32aa3; }
  .instagram__item__image > div {
    opacity: 1; }

.news__item .social__item__hover {
  color: #155078; }

.tweets__item .social__item__hover {
  color: #1da1f2; }

.facebook__item .social__item__hover {
  color: #1877f2; }

.instagram__item .social__item__hover {
  color: #c32aa3; }

@media all and (min-width: 769px) {
  .home__social .owl-nav, .home__events .owl-nav {
    width: 130px;
    left: auto;
    right: 0;
    bottom: 100%;
    top: auto;
    height: auto; }
  .home__social__top {
    padding-right: 155px; }
  #mixed__list {
    padding: 4em 0 0; } }

.lte-ie8 .home__social .owl-nav, .lte-ie8 .home__events .owl-nav {
  width: 130px;
  left: auto;
  right: 0;
  bottom: 100%;
  top: auto;
  height: auto; }

.lte-ie8 .home__social__top {
  padding-right: 155px; }

.lte-ie8 #mixed__list {
  padding: 4em 0 0; }

@media all and (min-width: 1025px) {
  #mixed__list {
    padding: 4.375em 0 0; } }

.events__curve {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  position: relative;
  bottom: -1px; }
  .events__curve:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 6.64286%; }

.events__lines {
  top: 0;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 3; }

.home__events {
  background: #BC5B1A;
  color: #fff;
  padding-top: 2em;
  margin-bottom: -2px;
  z-index: auto; }
  .home__events .owl-next, .home__events .owl-prev {
    color: #155078; }
  .home__events .button__link a {
    border-color: #fff;
    color: #fff; }
    .home__events .button__link a:after {
      color: #fff; }
  .home__events .button__link:hover a {
    background: #155078;
    color: #fff; }

.home__events__feed {
  padding: 3em 0;
  z-index: 3; }

.events__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  .events__flex:hover .events__date {
    background: #fff;
    color: #155078;
    -webkit-box-shadow: 0px 0 0 1.25em rgba(21, 80, 120, 0.1);
    box-shadow: 0px 0 0 1.25em rgba(21, 80, 120, 0.1); }

.events__time {
  text-transform: uppercase; }

.events__date {
  width: 11.75em;
  height: 11.75em;
  background: #155078;
  color: #fff;
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 3em;
  text-transform: uppercase;
  font-size: 0.75em;
  -webkit-box-shadow: 0px 0 0 6px rgba(21, 80, 120, 0.3);
  box-shadow: 0px 0 0 6px rgba(21, 80, 120, 0.3);
  -webkit-transition: background .3s ease, color .3s ease, -webkit-box-shadow .3s ease;
  transition: background .3s ease, color .3s ease, -webkit-box-shadow .3s ease;
  -o-transition: background .3s ease, color .3s ease, box-shadow .3s ease;
  transition: background .3s ease, color .3s ease, box-shadow .3s ease;
  transition: background .3s ease, color .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease; }
  @media all and (min-width: 415px) {
    .events__date {
      font-size: 0.8125em; } }
  .events__date .lte-ie8 {
    font-size: 0.8125em; }
  @media all and (min-width: 769px) {
    .events__date {
      font-size: 0.875em; } }
  .events__date .lte-ie8 {
    font-size: 0.875em; }
  @media all and (min-width: 1025px) {
    .events__date {
      font-size: 1em; } }
  @media all and (min-width: 1301px) {
    .events__date {
      font-size: 1em; } }
  .events__date .events__day {
    font-size: 4.4375em; }
  .events__date .events__month {
    margin-top: 2px;
    font-weight: 600;
    font-size: 1.75em;
    text-transform: uppercase; }

@media all and (min-width: 769px) {
  .home__events__feed {
    padding: 4em 0; } }

.lte-ie8 .home__events__feed {
  padding: 4em 0; }

@media all and (min-width: 1025px) {
  .home__events__feed {
    padding: 5em 0; } }

.footer__curve {
  background: #BC5B1A; }
