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

.urgent__btn, .owl__nav > * {
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

.urgent__icon svg, .owl__nav > * svg, .hero__slideshow:after, .content__img:after, .contact__map__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/*https://www.sitepoint.com/building-linear-gradient-mixin-sass/*/
#hero__overlay__title {
  font-weight: 700; }

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

.urgent__btn, .owl__nav > * {
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
  background: transparent;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

.urgent__icon svg, .owl__nav > * svg, .hero__slideshow:after, .content__img:after, .contact__map__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.urgent ul a {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.owl-lazy[data-bgfill="cover"] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.urgent__btn, .events__item__date {
  -webkit-transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, -webkit-box-shadow 0.2s ease;
  -o-transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  transition: color 0.2s ease, fill 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; }

.owl-item, .feed__link span:after, .social__item__date {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease; }

.admin_editable.content__img__img, .admin_editable.contact__map__img {
  position: absolute !important;
  overflow: hidden !important;
  background: transparent; }
  .admin_editable.content__img__img:hover, .admin_editable.contact__map__img:hover {
    z-index: auto; }

.urgent {
  color: #FFF;
  background: #62765C;
  height: 3.5em;
  line-height: 3.5em;
  overflow: hidden; }
  .urgent ul a {
    padding: 0 4.375em 0 5.3125em;
    display: block; }
  .urgent ul p {
    display: inline; }
    .urgent ul p i {
      margin-right: .25em; }
  .urgent__icon {
    width: 3.75em;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.15); }
    .urgent__icon svg {
      font-size: 1.5em;
      margin: auto; }
  .urgent__btn {
    width: 4.375em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: inherit; }
    .urgent__btn svg {
      width: 0.8125em;
      height: 0.8125em;
      color: rgba(0, 0, 0, 0.3); }
  .urgent__nocookie ul a {
    padding-right: 1.5em; }
  .mason--urgent-hide .urgent {
    display: none; }

.owl {
  /*&[data-vertical="true"]{
        .owl-stage {
            width: 100% !important;
            transform: translate3d(0, 0, 0) !important;
        }
        .owl-item {
            transform: translateY(-100%) !important;
            position: absolute !important;
            will-change: transform;
            top: 0 !important;
            opacity: 0;
            &.active {
                opacity: 1;
                transform: translateY(0) !important;
                & ~ * {
                    transform: translateY(100%) !important;
                }
            }
        }
        &[data-direction="backwards"] {
            .owl-item {
                transform: translateY(-100%) !important;
                &.active {
                    transform: translateY(0) !important;
                    & ~ * {
                        transform: translateY(100%) !important;
                    }
                }
            }
        }
    }*/ }
  .owl[data-running="false"] {
    width: auto; }
  .owl[data-running="true"] {
    width: 100%; }

.owl-stage-outer {
  width: 100%;
  height: 100%;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .owl-stage-outer:before, .owl-stage-outer:after {
    content: "";
    display: table; }
  .owl-stage-outer:after {
    clear: both; }
  [data-running="true"] .owl-stage-outer {
    padding: 0;
    width: 100%; }

.owl-stage {
  height: 100%;
  position: relative;
  -ms-overflow-y: hidden;
  /* fixes overflowing owl inside flex container in IE10/11 */
  -ms-touch-action: pan-Y; }

.owl__flex {
  /*.owl-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        > * {
            flex: 1;
        }
    }*/ }
  .owl__flex .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

.owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  [data-trans="true"] .owl-item {
    opacity: 0 !important;
    visibility: hidden !important;
    -webkit-transform: scale(0.8) !important;
    -ms-transform: scale(0.8) !important;
    transform: scale(0.8) !important; }
    [data-trans="true"] .owl-item.active {
      opacity: 1 !important;
      -webkit-transform: scale(1) !important;
      -ms-transform: scale(1) !important;
      transform: scale(1) !important;
      visibility: visible !important; }

.owl-nav,
.owl-dots {
  display: none; }

/* .owl-dot {
    display: inline-block;
    cursor: pointer;
    margin: em(7);
    span {
        @include circle(17, true);
        position: relative;
        overflow: hidden;
        display: block;
        background: #dcdcdc;
        &:after {
            @extend %trans_form;
            @extend %abs_fill;
            border-radius: 50%;
            background: $pri;
            content: '';
            transform: scale(0);
            opacity: 0;
        }
    }
    &.active span:after {
        transform: scale(1);
        opacity: 1;
    }
}*/
.owl__nav {
  visibility: hidden; }
  .owl__nav > * {
    visibility: visible;
    width: 1.875em;
    height: 1.875em;
    position: relative;
    cursor: pointer;
    display: inline-block;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: color 0.2s ease, background 0.2s ease, opacity 0.3s ease;
    -o-transition: color 0.2s ease, background 0.2s ease, opacity 0.3s ease;
    transition: color 0.2s ease, background 0.2s ease, opacity 0.3s ease; }
    .owl__nav > *.disabled {
      opacity: .2;
      cursor: auto; }
    .owl__nav > * svg {
      margin: auto; }

@media all and (min-width: 769px) {
  .owl__nav > *:not(.disabled):hover {
    color: #FFF; } }

.js_pop {
  -webkit-transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), visibility 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: opacity 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), visibility 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  -o-transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), visibility 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), visibility 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  transition: transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), visibility 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), -webkit-transform 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55); }

@media all and (min-width: 769px) {
  .js_pop {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  .hit .js_pop {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    .hit .js_pop:nth-child(1) {
      -webkit-transition-delay: 100ms;
      -o-transition-delay: 100ms;
      transition-delay: 100ms; }
    .hit .js_pop:nth-child(2) {
      -webkit-transition-delay: 200ms;
      -o-transition-delay: 200ms;
      transition-delay: 200ms; }
    .hit .js_pop:nth-child(3) {
      -webkit-transition-delay: 300ms;
      -o-transition-delay: 300ms;
      transition-delay: 300ms; }
    .hit .js_pop:nth-child(4) {
      -webkit-transition-delay: 400ms;
      -o-transition-delay: 400ms;
      transition-delay: 400ms; }
    .hit .js_pop:nth-child(5) {
      -webkit-transition-delay: 500ms;
      -o-transition-delay: 500ms;
      transition-delay: 500ms; }
    .hit .js_pop:nth-child(6) {
      -webkit-transition-delay: 600ms;
      -o-transition-delay: 600ms;
      transition-delay: 600ms; }
    .hit .js_pop:nth-child(7) {
      -webkit-transition-delay: 700ms;
      -o-transition-delay: 700ms;
      transition-delay: 700ms; }
    .hit .js_pop:nth-child(8) {
      -webkit-transition-delay: 800ms;
      -o-transition-delay: 800ms;
      transition-delay: 800ms; } }

.js_fade {
  -webkit-transition: opacity 1s ease, visibility 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, visibility 1s ease, -webkit-transform 1s ease;
  -o-transition: transform 1s ease, opacity 1s ease, visibility 1s ease;
  transition: transform 1s ease, opacity 1s ease, visibility 1s ease;
  transition: transform 1s ease, opacity 1s ease, visibility 1s ease, -webkit-transform 1s ease; }

.js_fadeup {
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, visibility 0.5s ease, -webkit-transform 0.5s ease; }

@media all and (min-width: 769px) {
  .js_fade {
    opacity: 0; }
  .js_fadeup {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px); }
  .hit .js_fade {
    opacity: 1; }
  .hit .js_fadeup {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .hit .js_fade:nth-child(1),
  .hit .js_fadeup:nth-child(1) {
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms; }
  .hit .js_fade:nth-child(2),
  .hit .js_fadeup:nth-child(2) {
    -webkit-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms; }
  .hit .js_fade:nth-child(3),
  .hit .js_fadeup:nth-child(3) {
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms; }
  .hit .js_fade:nth-child(4),
  .hit .js_fadeup:nth-child(4) {
    -webkit-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms; }
  .hit .js_fade:nth-child(5),
  .hit .js_fadeup:nth-child(5) {
    -webkit-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms; }
  .hit .js_fade:nth-child(6),
  .hit .js_fadeup:nth-child(6) {
    -webkit-transition-delay: 600ms;
    -o-transition-delay: 600ms;
    transition-delay: 600ms; }
  .hit .js_fade:nth-child(7),
  .hit .js_fadeup:nth-child(7) {
    -webkit-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    transition-delay: 700ms; }
  .hit .js_fade:nth-child(8),
  .hit .js_fadeup:nth-child(8) {
    -webkit-transition-delay: 800ms;
    -o-transition-delay: 800ms;
    transition-delay: 800ms; } }

.js_slide {
  -webkit-transition: opacity 1s ease, visibility 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, visibility 1s ease, -webkit-transform 1s ease;
  -o-transition: transform 1s ease, opacity 1s ease, visibility 1s ease;
  transition: transform 1s ease, opacity 1s ease, visibility 1s ease;
  transition: transform 1s ease, opacity 1s ease, visibility 1s ease, -webkit-transform 1s ease; }

@media all and (min-width: 769px) {
  .js_slide {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(3em);
    -ms-transform: translateX(3em);
    transform: translateX(3em); }
  .hit .js_slide {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.hero__overlay {
  font-size: 0.4em;
  top: auto;
  bottom: 3.5em; }
  @media all and (min-width: 415px) {
    .hero__overlay {
      font-size: 0.5em; } }
  @media all and (min-width: 769px) {
    .hero__overlay {
      font-size: 0.7em; } }
  @media all and (min-width: 1301px) {
    .hero__overlay {
      font-size: 0.8em; } }
  .hero__overlay .ms-center {
    max-width: 76em; }

.hero__slideshow {
  z-index: 0; }
  .hero__slideshow:after {
    content: '';
    z-index: 1;
    background: rgba(0, 0, 0, 0.3); }

.hero__dots {
  margin-top: 3.75em; }

#hero__overlay__title {
  /*@extend %caps;
	@extend %fs94;*/
  font-size: 2.75em;
  line-height: 1; }

@media all and (max-width: 768px) {
  .hero__overlay {
    position: relative; } }

@media all and (min-width: 769px) {
  .hero__main {
    height: 30em;
    height: 80vh;
    height: calc(95vh - 10em);
    max-height: none; }
    .hero__main:before {
      padding: 0; } }

@media all and (min-width: 1700px) {
  .hero__overlay {
    font-size: 1em; } }

.home {
  z-index: 0; }

.main {
  overflow: hidden; }
  .main__bg {
    position: relative;
    position: absolute;
    top: 0;
    left: 1%;
    width: 56%;
    opacity: .1;
    display: none; }
    .main__bg:before {
      content: '';
      display: block;
      visibility: hidden;
      padding-bottom: 129.95781%; }
  .main__center {
    max-width: 1070px; }
    .main__center h1 {
      color: #62765C; }

.content__region {
  margin-top: -.65em;
  line-height: 2; }
  .content__region .ms-btn {
    margin-top: .35em; }

.content__title.admin_editable,
.content__attachments {
  display: none; }

.content__img {
  position: relative;
  border-radius: 50%;
  margin: 2.25em 0 0;
  max-width: 22.5em; }
  .content__img:before {
    content: '';
    display: block;
    visibility: hidden;
    padding-bottom: 100%; }
  .content__img:after {
    content: '';
    border: 2em solid rgba(212, 204, 194, 0.45);
    border-radius: inherit; }
    .mason--admin .content__img:after {
      display: none; }
  .content__img__img {
    position: absolute;
    content: '';
    top: 2em;
    right: 2em;
    bottom: 2em;
    left: 2em;
    background: #D4CCC2;
    content: '';
    border-radius: inherit;
    overflow: hidden; }

@media all and (min-width: 769px) {
  .main__center {
    padding-top: 3.125em;
    padding-bottom: 6.25em; }
  .content__img {
    width: 34%;
    float: left; }
  .content__txt {
    width: 66%;
    float: right;
    padding-left: 8%; } }

.trust p {
  margin: 0; }

.trust span {
  display: inline-block; }

.trust img {
  margin: .475em;
  max-width: 17.9375em;
  display: inline-block;
  vertical-align: middle; }

.trust .js_fade {
  -webkit-transition-delay: .55s !important;
  -o-transition-delay: .55s !important;
  transition-delay: .55s !important; }

.feed__link span {
  position: relative;
  display: inline-block; }
  .feed__link span:after {
    position: relative;
    content: "\f0a9";
    font-size: 1.71429em;
    font-family: fontAwesome;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    top: -.115em;
    margin-left: .3em; }

@media all and (min-width: 769px) {
  .feed__link:hover span:after {
    -webkit-transform: translateX(0.35em);
    -ms-transform: translateX(0.35em);
    transform: translateX(0.35em); } }

.news {
  padding: 4em 0; }
  .news__bg .lazy-item {
    background-attachment: fixed; }
  .news__header {
    margin-bottom: 1.65em; }
    .news__header h3 {
      color: #62765C; }
  .news .ms-center {
    max-width: 1024px; }
  .owl-stage .news__item {
    height: 100%; }
  .news__item__module {
    height: 100%;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .news__item__img {
    position: relative; }
    .news__item__img:before {
      content: '';
      display: block;
      visibility: hidden;
      padding-bottom: 67.56757%; }
  .news__item__txt {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #bfb09d; }
    .news__item__txt__main {
      padding: .85em 1em 1.25em; }
    .news__item__txt__link {
      color: #FFF;
      padding: 1.5375em 1em; }
  .news__item__title {
    color: #62765C; }
  .news__item__date {
    margin-bottom: .5em;
    color: #62765C; }

@media all and (min-width: 500px) {
  .news .feed__link {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%) translateY(0.5em);
    -ms-transform: translateY(-50%) translateY(0.5em);
    transform: translateY(-50%) translateY(0.5em); } }

@media all and (min-width: 769px) {
  .news__item__txt__link:hover {
    background: #58804c; } }

@media all and (min-width: 1024px) {
  .news ul {
    margin-left: -1.2em;
    margin-right: -1.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .news ul:before, .news ul:after {
      content: "";
      display: table; }
    .news ul:after {
      clear: both; }
    .news ul.owl-loaded {
      margin: 1.2em 0; }
    .news ul > * {
      width: 33.33333%;
      display: inline-block;
      vertical-align: top;
      padding: 0 1.2em; } }

@media all and (min-width: 1170px) {
  .news ul {
    margin-left: -2.125em;
    margin-right: -2.125em; }
    .news ul:before, .news ul:after {
      content: "";
      display: table; }
    .news ul:after {
      clear: both; }
    .news ul.owl-loaded {
      margin: 2.125em 0; }
    .news ul > * {
      width: 33.33333%;
      display: inline-block;
      vertical-align: top;
      padding: 0 2.125em; } }

.social {
  background: #29A3EF; }
  .social__module {
    padding: 2.85em 0 3.15em; }
    .mason--admin .social__module {
      min-height: 5em; }
    .social__module__icon {
      font-size: 1.65em;
      margin-bottom: .25em; }
    .social__module__main {
      padding: 0 8%;
      overflow: hidden; }
  .social__item {
    height: 100%;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .social__item__txt {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      line-height: 2;
      padding-bottom: .25em; }
      .twitter .social__item__txt a {
        color: rgba(255, 255, 255, 0.7); }
        @media all and (min-width: 769px) {
          .twitter .social__item__txt a:hover {
            color: #FFF; } }
  .social .owl__nav {
    width: 12em;
    margin: -2em auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -2.725em; }

.twitter {
  background: #29A3EF; }

.facebook {
  background: #4469B0; }

@media all and (min-width: 1025px) {
  .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .social__module {
      width: 50%;
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .social__module__main {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto; }
    .social ul,
    .social .owl-stage-outer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      height: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.events {
  background: #FAF7F2;
  padding: 4.5em 0 5em; }
  .events__header {
    margin-bottom: 1.85em; }
    .events__header h3 {
      color: #62765C; }
  .events__item__date {
    width: 10.25em;
    height: 10.25em;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0.875em rgba(212, 204, 194, 0.4);
    box-shadow: 0 0 0 0.875em rgba(212, 204, 194, 0.4);
    margin: 0 auto 2em;
    line-height: 1;
    background: #62765C; }
    .events__item__date span {
      display: block; }
  .events__item__time {
    margin-bottom: .35em;
    color: #62765C; }
  .events .feed__link span {
    color: #62765C; }

@media all and (min-width: 500px) {
  .events__header {
    text-align: left; }
    .events__header__center {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .events .feed__link {
    margin: .35em 0 0 auto; } }

@media all and (min-width: 769px) {
  .events__item a:hover .events__item__date {
    background: #62765C;
    -webkit-box-shadow: 0 0 0 1.25em rgba(212, 204, 194, 0.2);
    box-shadow: 0 0 0 1.25em rgba(212, 204, 194, 0.2); } }

.contact {
  font-size: 0.65em; }
  @media all and (min-width: 415px) {
    .contact {
      font-size: 0.75em; } }
  @media all and (min-width: 769px) {
    .contact {
      font-size: 0.85em; } }
  @media all and (min-width: 1025px) {
    .contact {
      font-size: 0.95em; } }
  @media all and (min-width: 1301px) {
    .contact {
      font-size: 1em; } }
  .contact__info {
    padding: 1.5em 5%; }
    .contact__info ul {
      line-height: 1.59091;
      margin: 1.65em 0 1.35em; }
    .contact__info li {
      margin: 1.5em 0;
      position: relative; }
      .contact__info li[data-indent="true"] {
        padding-left: 1.66667em; }
      .contact__info li p {
        margin: 0;
        color: #62765C; }
        .contact__info li p a {
          position: relative; }
      .contact__info li > svg {
        position: absolute;
        top: .65em;
        left: 0;
        color: #62765C; }
      .contact__info li .ms-btn {
        margin-top: .65em; }
        .contact__info li .ms-btn > * {
          color: #e9e9e9 !important; }
        .contact__info li .ms-btn svg {
          font-size: 1.14286em;
          display: inline-block;
          margin-right: .35em;
          position: relative;
          top: .05em; }
  .contact__map {
    position: relative;
    background: #f2f1f1; }
    .contact__map:before {
      content: '';
      display: block;
      visibility: hidden;
      padding-bottom: 70%; }
  .contact .trunc {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }

@media all and (min-width: 600px) {
  .contact__info {
    width: 31.5em;
    float: right;
    position: relative;
    padding: 3.75em 5% 3em; }
    .contact__info li p a:hover:after {
      opacity: 1;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      transform: scale(1, 1); }
  .contact__map {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(100% - 31.5em); } }
