/* @font-face {
  font-family: 'FallonIcons';
  src: url('../fonts/fallon-icons/fallon-icons.woff') format('woff'),
    url('../fonts/fallon-icons/fallon-icons.ttf') format('truetype'),
    url('../fonts/fallon-icons/fallon-icons.eot?') format('eot'),
    url('../fonts/fallon-icons/fallon-icons.svg#FallonIcons') format('svg');
} */

p {
  line-height: 2.6rem;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.fcr {
  color: #9c1d30 !important;
}

.fcw {
  color: #fff !important;
}

.fcb {
  color: #2c677b !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-top: 0 !important;
}

.big-margin {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

@media only screen and (min-width: 768px) {
  .big-margin {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
}

@media only screen and (min-width: 768px) {
  .big-margin {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
}

@media only screen and (min-width: 1366px) {
  .big-margin {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
}

.hide-xs {
  display: none;
}

@media only screen and (min-width: 768px) {
  .hide-xs {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .hide-lg {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .md-60 {
    width: 60%;
  }

  .md-50 {
    width: 50%;
  }

  .md-40 {
    width: 40%;
  }

  .md-col-1 {
    padding-right: 1.5rem;
    float: left;
  }

  .md-col-2 {
    padding-left: 1.5rem;
    float: right;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jc-sa {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.jc-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.clearfix::after {
  display: block;
  content: '';
  clear: both;
}

@media only screen and (max-width: 575px) {
  .p0-xs {
    padding: 0;
  }
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

@media print {
  a {
    display: none;
  }
}

a,
a:hover {
  text-decoration: none;
}

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

ul {
  list-style: none;
}

button {
  cursor: pointer;
}

button:focus {
  outline: none;
}

body {
  display: block;
  position: relative;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #2c677b;
  background: #fff;
  min-width: 320px;
}

@media print {
  body {
    color: #333;
  }
}

input,
textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
}

h1 {
  font-size: 6.4rem;
  font-weight: 400;
  font-family: 'Roboto Slab', serif, serif;
}

h2 {
  font-size: 1.8rem;
  font-weight: 700;
  font-family: 'Roboto Slab', serif, serif;
}

.cta {
  text-decoration: none;
  border: none;
  background: none;
}

.accordion {
  margin-bottom: 3rem;
}

.accordion__item {
  margin-bottom: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.accordion__title {
  margin: 0;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  background-color: #2c677b;
  color: #fff;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.accordion__title::after {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.2rem;
  width: 1.2rem;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform ease-out 0.3s;
  transition: -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s;
  transition: transform ease-out 0.3s, -webkit-transform ease-out 0.3s;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQyIDQyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MiA0MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxwYXRoIGQ9Ik0zNy4wNTksMTZIMjZWNC45NDFDMjYsMi4yMjQsMjMuNzE4LDAsMjEsMHMtNSwyLjIyNC01LDQuOTQxVjE2SDQuOTQxQzIuMjI0LDE2LDAsMTguMjgyLDAsMjFzMi4yMjQsNSw0Ljk0MSw1SDE2djExLjA1OSAgQzE2LDM5Ljc3NiwxOC4yODIsNDIsMjEsNDJzNS0yLjIyNCw1LTQuOTQxVjI2aDExLjA1OUMzOS43NzYsMjYsNDIsMjMuNzE4LDQyLDIxUzM5Ljc3NiwxNiwzNy4wNTksMTZ6IiBmaWxsPSIjRkZGRkZGIi8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-size: contain;
  background-repeat: no-repeat;
}

.accordion__title.active {
  border: none;
}

.accordion__title.active::after {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.accordion__content {
  padding: 1rem 2rem;
  margin: 0;
  display: none;
  font-size: 1.6rem;
}

.big-nav {
  margin-bottom: 4rem;
}

.big-nav a {
  display: block;
  height: 15rem;
  margin-bottom: 3rem;
  position: relative;
  background-color: #333;
  opacity: 0.85;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.big-nav a::after {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.big-nav a:hover {
  opacity: 1;
}

.big-nav a:hover::after {
  background: rgba(0, 0, 0, 0.15);
}

.big-nav span {
  position: absolute;
  z-index: 5;
  top: 2rem;
  left: 2rem;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  font-size: 1.8rem;
  color: #fff;
}

.blog__list {
  margin: 0 auto;
  max-width: 80rem;
}

.blog__item {
  margin-bottom: 2rem;
  padding: 2rem;
  border: solid 1px #ddd;
  border-radius: 4px;
}

.blog__item-img {
  height: 30rem;
  display: block;
  position: relative;
  margin-bottom: 2rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.blog__item-img::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

.blog__item-img:hover::after {
  opacity: 1;
}

.blog__item-img+.blog__item-title {
  border-top: 1px solid #ddd;
  padding-top: 2rem;
}

.blog__item-title {
  display: block;
  color: #61a4de;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  margin-bottom: 2rem;
}

.blog__item-title:hover {
  color: #2c677b;
}

.blog__item-descr {
  padding-left: 4rem;
  padding-right: 4rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .blog__item-descr {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media only screen and (max-width: 575px) {
  .blog__item-descr {
    padding-left: 0;
    padding-right: 0;
  }
}

.cta-drop {
  font-family: 'Roboto Slab', serif;
  display: inline-block;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.cta--small {
  min-width: 15rem;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem 1.5rem;
  border-radius: 0 10px 0 10px;
  border: 3px solid transparent;
}

.cta--medium {
  min-width: 20rem;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 2rem 3rem;
  border-radius: 0 15px 0 15px;
  border: 5px solid transparent;
}

.cta--big {
  display: flex;
  justify-content: center;
  font-weight: 700;
  font-size: 2.6rem;
  margin: 2.5rem 0rem;
  padding: 5rem 5rem;
  border-radius: 0 4rem 4rem 4rem;
  border: 5px solid transparent;
}

.cta--fcr,
.cta--fcr:visited {
  color: #9c1d30;
}

.cta--fcw,
.cta--fcw:visited {
  color: #fff;
}

.cta--fcb,
.cta--fcb:visited {
  color: #2c677b;
}

.cta--bgr {
  background-color: #9c1d30;
}

.cta--bgb {
  background-color: #2c677b;
}

.cta--bgw {
  background-color: #fff;
}

.cta--bgr:hover {
  color: #9c1d30;
  background-color: #fff;
  border-color: #9c1d30;
}

.cta--bgb:hover {
  color: #2c677b;
  background-color: #fff;
  border-color: #2c677b;
}

.cta--bgw:hover {
  color: #fff;
  background-color: #9c1d30;
  border-color: #9c1d30;
}

.cta--br {
  border-color: #9c1d30;
}

.cta--bb {
  border-color: #2c677b;
}

.cta--bw {
  border-color: #fff;
}

.cta--br:hover {
  color: #fff;
  background-color: #9c1d30;
  border-color: #9c1d30;
}

.cta--fcb.cta--bw:hover {
  color: #2c677b;
  background-color: #fff;
  border-color: #2c677b;
}

.cta--fcr.cta--bw:hover {
  color: #9c1d30;
  background-color: #fff;
  border-color: #9c1d30;
}

.cta--bw:hover {
  color: #9c1d30;
  background-color: #fff;
  border-color: #9c1d30;
}

.cta-drop--white {
  color: #fff;
  border-color: #fff;
}

.cta-drop--white:visited {
  color: #fff;
}

.cta-drop--white:hover {
  color: #9c1d30;
  background-color: #fff;
}

.cta-drop.close-popup {
  min-width: 12rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-top: 3rem;
}

.contact-info {
  text-align: center;
  padding-top: 5rem;
}

.contact-info h2 {
  margin-bottom: 2rem;
}

.contact-info p {
  font-size: 1.6rem;
  line-height: 2.5rem;
}

.contact-info a {
  color: #61a4de;
}

.contact-info a:hover {
  color: #9c1d30;
}

.contacts-list {
  margin-top: 4rem;
}

.contacts-list__item {
  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: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 4rem;
  font-size: 1.6rem;
}

.contacts-list__item i {
  font-size: 6.4rem;
  font-family: fallonIcons;
  text-align: center;
  font-style: normal;
}

.contacts-list__item span {
  line-height: 2.6rem;
}

.contacts-list__item a {
  color: #61a4de;
  font-weight: 600;
  line-height: 2.6rem;
}

.contacts-list__item a:hover {
  color: #2c677b;
}

.content h1 {
  font-size: 2.8rem;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.content h2,
.content h3,
.content h6 {
  color: #2c677b;
  padding: 0 1rem 1rem;
  border-bottom: 5px solid #e2e2e2;
  display: inline-block;
}

@media only screen and (max-width: 767px) {

  .content h2,
  .content h3,
  .content h6 {
    margin-bottom: 2.5rem;
  }
}

.content h2,
.content h3 {
  margin-bottom: 4.5rem;
}

.content h5 {
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: 'Roboto Slab', serif, serif;
}

.content h6 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: 'Roboto Slab', serif, serif;
}

.content iframe {
  width: 100%;
  height: 50rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .content iframe {
    height: 30rem;
  }
}

.content em {
  font-family: 'Roboto Slab', serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
}

.content blockquote {
  font-style: italic;
  font-size: 1.7rem;
}

.content p {
  max-width: 67rem;
  margin: 0 auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 8rem;
}

.content p:last-child {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .content p {
    margin-bottom: 4rem;
  }
}

.content p.lead {
  margin-bottom: 2rem;
  margin-top: 2rem;
  color: #2c677b;
  font-size: 1.8rem;
  font-weight: 700;
  max-width: 100%;
  font-family: 'Roboto Slab', serif;
}

.content p+p {
  margin-top: -6rem;
}

@media only screen and (max-width: 767px) {
  .content p+p {
    margin-top: -3rem;
  }
}

.content a:not(.cta) {
  font-weight: 600;
  color: #61a4de;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.content a:not(.cta):hover {
  color: #2c677b;
}

.content img {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.content img.block {
  display: block;
}

.content img.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content ul {
  list-style: circle;
}

.content ol,
.content ul {
  max-width: 65rem;
  margin: 0 auto;
  margin-bottom: 4rem;
  padding-left: 2rem;
}

.content ul.table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.content ul.table>* {
  padding: 1.3rem;
  font-size: 1.6rem;
  width: 33.3%;
}

@media only screen and (max-width: 991px) {
  .content ul.table>* {
    width: 100%;
  }
}

.content ul.table>*:nth-child(6n + 1),
.content ul.table>*:nth-child(6n + 2),
.content ul.table>*:nth-child(6n + 3) {
  background-color: #f9f9f9;
}

@media only screen and (max-width: 991px) {

  .content ul.table>*:nth-child(6n + 1),
  .content ul.table>*:nth-child(6n + 2),
  .content ul.table>*:nth-child(6n + 3) {
    background-color: transparent;
  }
}

@media only screen and (max-width: 991px) {
  .content ul.table>*:nth-child(2n + 1) {
    background-color: #f9f9f9;
  }
}

.content p+ol,
.content p+ul,
.content p+ul.table {
  margin-top: -6rem;
}

@media only screen and (max-width: 767px) {

  .content p+ol,
  .content p+ul,
  .content p+ul.table {
    margin-top: -2rem;
  }
}

.w-800 {
  max-width: 80rem;
  margin: 0 auto;
}

.w-800 .content p {
  max-width: 100%;
}

@media (max-width: 1199px) {
  .council-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 991px) {
  .council-list {
    display: block;
  }
}

.council-list__item {
  margin-bottom: 4rem;
}

.council-list__item-photo {
  width: 25rem;
  height: 25rem;
  margin: 0 auto;
  cursor: pointer;
  -webkit-box-shadow: 3px 10px 25px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 10px 25px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: -webkit-transform 0.1s ease-in;
  transition: -webkit-transform 0.1s ease-in;
  transition: transform 0.1s ease-in;
  transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.council-list__item-photo:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

@media (max-width: 1199px) {
  .council-list__item-photo {
    margin-bottom: 3rem;
  }
}

.council-list__item-contact {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 1199px) {
  .council-list__item-contact {
    display: block;
  }
}

#city-wards-map {
  width: 100%;
  height: 90rem;
}

@media (max-width: 1199px) {
  #city-wards-map {
    height: 70rem;
  }
}

@media only screen and (max-width: 991px) {
  #city-wards-map {
    height: 50rem;
  }
}

@media only screen and (max-width: 575px) {
  #city-wards-map {
    height: 40rem;
  }
}

.event-item {
  display: block;
  margin-bottom: 3rem;
}

.event-item__date {
  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;
  height: 15rem;
  background-color: #fff;
  font-size: 2.6rem;
  color: #9c1d30;
  font-weight: 600;
  border-radius: 0 4rem 4rem 4rem;
  margin: 2.5rem auto;
}

.event-item__title {
  display: block;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.8rem;
  color: #61a4de;
}

.event-item:hover .event-item__date {
  border: 5px solid #9c1d30;
}

.event-item:hover .event-item__title {
  color: #9c1d30;
}

.event-item__text {
  font-size: 1.6rem;
  color: #2c677b;
  display: block;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.footer {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #2c677b;
  position: relative;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: auto 80%;
  color: #fff;
}

@media only screen and (max-width: 575px) {
  .footer {
    text-align: center;
    background-position: center;
    background-size: auto;
  }
}

.footer__logo {
  position: absolute;
  right: 2rem;
  top: 50%;
  z-index: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer .section-title {
  color: #fff;
  margin-bottom: 1rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
}

.footer .copyright {
  text-align: center;
  font-size: 1.6rem;
}

@media only screen and (max-width: 575px) {
  .footer .copyright {
    font-size: 1.4rem;
  }
}

.footer .copyright a {
  font-weight: 600;
  color: #fff;
}

.footer-nav {
  display: block;
}

.footer-nav__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 8.8rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 575px) {
  .footer-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.footer-nav__item {
  width: 15rem;
}

.footer-nav__item a {
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.2rem;
}

.footer-nav__item a:hover {
  opacity: 0.7;
}

.form__input,
.form__textarea {
  border-radius: 0 7px 7px 7px;
  font-family: 'Source Sans Pro', sans-serif;
  padding: 6px 10px;
  width: 100%;
  line-height: 1.3;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 1.4rem;
  max-width: 100%;
  border: 1px solid #cccccc;
  outline: none;
  margin-bottom: 2rem;
}

.form__input:focus,
.form__textarea:focus {
  border-color: #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form__input {
  height: 3.2rem;
}

.form__radio-group {
  padding: 0;
  margin-bottom: 2rem;
}

.form__radio-legend {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  margin: 0;
  padding: 0 0 1rem 0;
  width: auto;
  display: block;
}

.form__radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.5rem;
  margin-bottom: 0.7rem;
  cursor: pointer;
}

.form__radio-label input {
  margin-right: 5px;
}

.form__submit {
  color: #fff;
  background: #9c1d30;
  border-radius: 0 1.5rem 1.5rem 1.5rem;
  border: 5px solid #9c1d30;
  margin: 0 auto;
  display: block;
  max-width: 20rem;
  text-align: center;
  font-size: 1.6rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: 'Roboto Slab', serif;
  padding: 6px 11px;
}

.form__submit:hover {
  background-color: #fff;
  color: #9c1d30;
}

.form__submit--inverse {
  color: #9c1d30;
  background: #fff;
}

.form__submit--inverse:hover {
  background-color: #9c1d30;
  color: #fff;
}

.gallery {
  margin-left: -1rem;
  margin-right: -1rem;
}

.gallery>* {
  margin: 0 1rem 2rem;
  display: block;
}

.gallery img {
  display: block;
}

.gallery--with-borders>* {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 4px;
}

.gallery--2-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery--2-cols>* {
  width: calc(50% - 2rem);
}

.gallery--3-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery--3-cols>* {
  width: calc(33.3% - 2rem);
}

.gallery--4-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery--4-cols>* {
  width: calc(25% - 2rem);
}

.gallery--5-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery--5-cols>* {
  width: calc(20% - 2rem);
}

@media only screen and (max-width: 991px) {
  .gallery--5-cols>* {
    width: calc(25% - 2rem);
  }
}

.gallery--6-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery--6-cols>* {
  width: calc(16.6% - 2rem);
}

@media only screen and (max-width: 1365px) {
  .gallery--6-cols>* {
    width: calc(20% - 2rem);
  }
}

@media only screen and (max-width: 991px) {
  .gallery--6-cols>* {
    width: calc(25% - 2rem);
  }
}

.header {
  margin-bottom: 2.8rem;
}

.header-left {
  width: 100%;
}

.header-right {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-hero {
  color: #fff;
  height: 74rem;
  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;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.home-hero::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background: #2c677b;
  opacity: 0.3;
}

.home-hero__text-block {
  z-index: 10;
  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: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media only screen and (max-width: 1199px) {
  .home-hero__text-block {
    margin: auto;
  }
}

.home-hero__text-block ul {
  list-style: none;
}

.home-hero__text-block li {
  font-size: 2.5rem;
  line-height: 4rem;
  text-align: center;
}

.home-hero__heading {
  margin-bottom: 3rem;
}

.home-hero__sub-heading {
  margin-bottom: 4rem;
  font-size: 3.2rem;
  font-family: 'Source Sans Pro', sans-serif;
}

.home-hero__cta {
  display: inline-block;
  text-align: center;
  font-family: 'Roboto Slab', serif;
  font-size: 2rem;
  color: #fff;
  background: #2c677b;
  padding: 1rem 3rem;
  margin-bottom: 2rem;
}

.home-hero__cta:hover {
  background-color: #33778e;
}

.job-details {
  font-size: 1.6rem;
}

.job-details__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 575px) {
  .job-details__table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}

.job-details__table strong {
  font-weight: 600;
  line-height: 1.6;
  display: block;
  background-color: #f9f9f9;
  padding: 0 1rem;
}

.job-details__table span {
  display: block;
  line-height: 1.6;
  padding: 0 1rem;
}

.job-details__content {
  max-width: 80rem;
  margin: 0 auto;
}

.job-details__content h1 {
  font-size: 2.7rem;
  margin-top: 0;
  margin-bottom: 1rem;
}

.job-details__content h2 {
  font-size: 1.8rem;
}

.job-details__content p {
  line-height: 2.6rem;
}

.job-details__content li {
  line-height: 2.6rem;
}

.job-details__content ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.job-details__content a.cta {
  margin-top: 4rem;
  margin-bottom: 2rem;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: max-content;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.logo img {
  height: 10rem;
}

.main-nav {
  z-index: 1;
  position: relative;
}

@media (max-width: 1199px) {
  .main-nav {
    display: none;
  }
}

.main-nav>ul {
  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;
}

@media (max-width: 1199px) {
  .main-nav>ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main-nav>ul>li {
  border-right: 1px solid #2c677b;
  position: relative;
}

@media (max-width: 1199px) {
  .main-nav>ul>li {
    border-right: none;
  }
}

.main-nav>ul>li>a {
  padding: 1rem 3.7rem;
  color: #2c677b;
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
}

.main-nav>ul>li:hover>a {
  color: #fff;
  background-color: #2c677b;
}

.main-nav>ul>li:last-child {
  border-right: none;
}

.main-nav>ul>li>ul {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  min-width: 100%;
  display: none;
  background-color: #fff;
  margin: 0;
  padding: 5px 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.main-nav>ul>li>ul>a {
  display: block;
  padding: 3px 2rem;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

@media (min-width: 1200px) {
  .main-nav>ul>li:hover>a+ul {
    display: block;
  }
}

.main-nav>ul>li>ul li a {
  display: block;
  padding: 1rem 2rem;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.current-menu-item,
.main-nav>ul>li>ul li a:hover {
  background-color: #ebf0f1;
}

@media (max-width: 1199px) {
  .main-nav {
    display: none;
    text-align: center;
  }

  .main-nav ul>li>ul {
    display: none;
    position: static;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
}

.map__popup {
  padding: 1rem;
}

.map__popup b {
  font-weight: 600;
  display: block;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.map__popup p {
  font-size: 1.4rem;
}

.map__popup a {
  font-weight: 600;
  font-size: 1.4rem;
  color: #61a4de;
}

.map__popup a:hover {
  color: #2c677b;
}

.menu-btn-wrapper {
  display: none;
}

@media (max-width: 1199px) {
  .menu-btn-wrapper {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 0;
    top: 20px;
    right: 20px;
  }

  .menu-btn {
    cursor: pointer;
    background-color: #2c677b;
    border: none;
    height: 36px;
    width: 40px;
    position: relative;
    border-radius: 3px;
    padding: 8px;
    margin-right: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .menu-btn:focus {
    outline: none;
  }

  .menu-btn__inner {
    position: relative;
    height: 100%;
  }

  .menu-btn__top,
  .menu-btn__middle,
  .menu-btn__bottom {
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .menu-btn__top {
    top: 0;
  }

  .menu-btn__middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .menu-btn__bottom {
    bottom: 0;
  }

  .menu-btn.active .menu-btn__top {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 50%;
  }

  .menu-btn.active .menu-btn__middle {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    opacity: 0;
  }

  .menu-btn.active .menu-btn__bottom {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
    top: 50%;
  }
}

.search-btn {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 22px;
  left: 20px;
  background-image: url('img/search-24-px.svg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .search-btn {
    display: none;
  }
}

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

.minutes-agendas h2 {
  color: #9c1d30;
  font-weight: 400;
  padding: 0 1rem 1rem;
  border-bottom: 5px solid #e2e2e2;
  display: inline-block;
}

.minutes-agendas h3 {
  color: #2c677b;
  font-weight: 400;
  border-bottom: none;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.minutes-agendas .accordion__item {
  margin-bottom: 4rem;
  text-align: center;
}

.minutes-agendas .accordion__title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.minutes-agendas .accordion__title span {
  margin-left: auto;
  margin-right: auto;
}

.minutes-agendas .accordion__content a {
  display: block;
}

.partner-link {
  display: block;
  margin-bottom: 5rem;
  text-align: center;
}

.partner-link img {
  height: 15rem;
  display: inline-block;
}

@media only screen and (max-width: 575px) {
  .partner-link img {
    height: 10rem;
  }
}

.photo-with-text {
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.photo-with-text__photo {
  min-height: 50rem;
  height: 100%;
  -webkit-box-shadow: 3px 10px 25px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 10px 25px 5px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .photo-with-text__photo {
    min-height: 30rem;
  }
}

@media only screen and (max-width: 575px) {
  .photo-with-text__photo {
    min-height: 20rem;
  }
}

.photo-with-text__text-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
  background: #ebf0f1;
  min-height: 45rem;
  height: calc(100% - 4rem);
  padding: 5rem 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media only screen and (max-width: 992px) {

  .photo-with-text__text-block .tal,
  .photo-with-text__text-block .tar,
  .photo-with-text__text-block {
    text-align: center !important;
  }
}

@media only screen and (max-width: 767px) {
  .photo-with-text__text-wrapper {
    margin-top: 0;
    min-height: auto;
  }
}

.photo-with-text__text-block {
  max-width: 82rem;
}

.photo-with-text__text-block h2,
.photo-with-text__text-block b {
  font-size: 1.8rem;
  /* color: #2C677B; */
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  display: block;
}

.photo-with-text__text-block h2 {
  margin-bottom: 3.5rem;
}

.photo-with-text__text-block b {
  margin-bottom: 1rem;
}

.photo-with-text__text-block blockquote {
  font-style: italic;
  font-size: 1.7rem;
  margin-bottom: 3rem;
}

.photo-with-text__text-block p {
  margin-bottom: 3rem;
  /* color: #2C677B; */
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.photo-with-text__text-block a:not(.cta) {
  font-weight: 600;
  color: #61a4de;
}

.photo-with-text__text-block a:not(.cta):hover {
  text-decoration: underline;
}

@media only screen and (min-width: 992px) {
  .photo-with-text--right-image .row>*:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* @media only screen and (max-width: 767px) {
		.photo-with-text--right-image .row > *:first-child {
		  -webkit-box-ordinal-group: 1;
		  -ms-flex-order: 0;
		  order: 0; } } */
.photo-with-text--right-image .photo-with-text__text-wrapper {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .photo-with-text--right-image .photo-with-text__text-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.photo-with-text--right-image .photo-with-text__text-block {
  max-width: 60rem;
  text-align: right;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .photo-with-text--right-image .photo-with-text__text-block {
    max-width: none;
    width: 100%;
  }
}

.photo-with-text--left-image .photo-with-text__text-block {
  max-width: 60rem;
  text-align: left;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .photo-with-text--left-image .photo-with-text__text-block {
    max-width: none;
    width: 100%;
  }
}

.photo-with-text--dark .photo-with-text__text-wrapper {
  background-color: #2c677b;
}

.photo-with-text--dark .photo-with-text__text-block {
  color: #fff;
}

.photo-with-text--dark .photo-with-text__text-block h2,
.photo-with-text--dark .photo-with-text__text-block b {
  color: #fff;
}

.photo-with-text--dark .photo-with-text__text-block p {
  color: #fff;
}

.photo-with-text--dark .photo-with-text__text-block a:not(.cta) {
  color: #61a4de;
}

.photo-with-text--dark .photo-with-text__text-block a:not(.cta):hover {
  color: #333;
}

.photo-with-text--dark .cta-drop--red {
  color: #fff;
  background-color: #9c1d30;
}

.photo-with-text+.photo-with-text {
  padding-top: 0;
  margin-top: -4rem;
}

.popup {
  position: relative;
  background: #fff;
  padding: 20px;
  width: auto;
  /* max-width: 500px; */
  margin: 20px auto;
}

.quote-slider__list {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media only screen and (max-width: 575px) {
  .quote-slider__list {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.quote-slider__item {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.quote-slider__item q {
  text-align: left;
  display: block;
  font-size: 1.8rem;
  font-style: italic;
  line-height: 2.8rem;
  margin-bottom: 0.5rem;
  color: #2c677b;
}

.quote-slider__item cite {
  text-align: left;
  display: block;
  color: #777;
}

.quote-slider__item cite::before {
  content: '\2014 \00A0';
}

.slick-arrow {
  font-size: 4rem;
  color: #222;
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  top: 50%;
}

.slick-arrow__left {
  left: 0;
  -webkit-transform: translate(-150%, -50%);
  transform: translate(-150%, -50%);
}

@media only screen and (max-width: 575px) {
  .slick-arrow__left {
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}

.slick-arrow__right {
  right: 0;
  -webkit-transform: translate(150%, -50%);
  transform: translate(150%, -50%);
}

@media only screen and (max-width: 575px) {
  .slick-arrow__right {
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}

.slick-arrow:hover {
  opacity: 1;
}

.slick-dots {
  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;
  font-size: 0;
}

.slick-dots button {
  background: #e2e2e2;
  width: 12px;
  height: 12px;
  margin: 0 2px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  translate: all 0.3s ease-out;
}

.slick-dots .slick-active button {
  width: 14px;
  height: 14px;
  background-color: #61a4de;
}

.resources-list__item {
  display: block;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 767px) {
  .resources-list__item {
    margin-bottom: 3rem;
  }
}

.resources-list__icon {
  font-family: 'FallonIcons';
  display: block;
  text-align: center;
  color: #9c1d30;
  font-size: 12.8rem;
  line-height: 1;
  height: 20rem;
  width: 20rem;
  border: 5px solid #9c1d30;
  border-radius: 0 3rem 3rem 3rem;
  margin: 0 auto;
  background: #fff;
  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;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .resources-list__icon {
    height: 10rem;
    width: 10rem;
    font-size: 6rem;
  }
}

.resources-list__item:hover .resources-list__icon {
  color: #fff;
  background-color: #9c1d30;
}

.resources-list__text {
  padding-top: 1.5rem;
  font-size: 1.6rem;
  color: #9c1d30;
  text-align: center;
  display: block;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  margin: 0 auto;
  position: relative;
}

.search__header {
  transform: translate(0, -500%);
  transition: 0.3s;
  right: 0;
  position: absolute;
  top: 60px;
  /* width: 300px;
  max-width: 300px;
  padding: 10px;
  margin-right: 10px; */
  background: #2c677b;
  max-width: unset;
  width: 100vw;
  position: absolute;
  top: 0;
  margin: 0 -15px;
  height: 100px;
  z-index: 2;
}

.search__header.opened {
  transform: none;
}

@media (min-width: 1200px) {
  .search__header {
    width: 300px;
    max-width: 300px;
    padding: 10px;
    margin-right: 10px;
    transform: unset;
    position: unset;
    height: unset;
    background: none;
  }

}

.search__header form {
  margin: 35px 15px 0;
}

@media (min-width: 400px) {
  .search__header form {
    max-width: 350px;
    margin: 35px auto 0;
  }
}

@media (min-width: 1200px) {
  .search__header form {
    margin: 0;
  }
}

.search__header .search_input {
  border: 1px solid #cccccc;
}

@media only screen and (max-width: 768px) {
  .header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.search__block {
  background: #ebeff2;
}

.search__inner {
  max-width: 300px;
  margin: 0 auto;
  padding: 15px 0;
}

#searchform {
  position: relative;
}

#searchform input {
  font-size: 16px;
  padding: 6px 10px;
  border-radius: 0px 10px 10px 10px !important;
}

.search_input {
  width: 100%;
}

#searchform #searchsubmit {
  font-size: 0;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  background: transparent url("img/search-24-px.svg") 50% 50% no-repeat;
  background-size: contain;
  cursor: pointer;
}

.search_results {
  display: none;
  position: absolute;
  margin-top: -5px;
  border-radius: 0px 0px 10px 10px;
  background: #fff;
  overflow: hidden;
  z-index: 9999;
}

@media (max-width: 1199px) {
  .search_results {
    left: 0;
    right: 0;
    margin: auto;
    margin-top: -8px;
  }
}

.search_clear {
  display: none;
  position: absolute;
  background: none;
  margin-top: 8px;
  margin-left: -25px;
  opacity: 0.35;
}

.search_clear:hover {
  opacity: 0.6;
}

.search_results.active {
  padding: 20px 10px 5px 10px;
}

.search_results a {
  display: inline-block;
  color: initial;
  margin-bottom: 15px;
}

.search-article {
  min-height: 100px;
  margin-bottom: 40px;
  background-color: #ebf0f1;
  border-radius: 0px 30px 30px 30px;
}

.search-article__title {
  margin-bottom: 10px;
}

.search-article__title>a {
  font-size: 18px;
  color: #2C677B;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
}

.search-article__meta {
  margin-bottom: 25px;
}

.search-article__meta a {
  font-weight: 600;
  color: #61a4de;
}

.search-article__text {
  display: inline-block;
  width: 100%;
  padding: 40px;
}

.search-article__excerpt {
  margin-bottom: 40px;
}

.search-article__link a:hover {
  color: #9c1d30;
  background: none;
  text-decoration: underline;
}

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

.contact-us,
.signup-section,
.upcoming-events {
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.section-image:first-child {
  margin-top: -4rem;
}

@media only screen and (max-width: 767px) {

  .contact-us,
  .signup-section,
  .upcoming-events {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-image:first-child {
    margin-top: -3rem;
  }

  .search-article {
    margin-bottom: 30px;
    border-radius: 0px 15px 15px 15px;
  }

  .search-article__text {
    padding: 20px;
  }

  .nav-links .nav-previous {
    margin-bottom: 15px;
  }
}

.section-with-bg {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.section-with-bg>* {
  position: relative;
  z-index: 2;
}

.section-with-bg::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(250, 250, 250, 0.8);
}

.section-with-shadow {
  position: relative;
  z-index: 50;
  -webkit-box-shadow: 3px 10px 25px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 10px 25px 5px rgba(0, 0, 0, 0.3);
}

.page-hero {
  min-height: 50rem;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.page-hero::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #2c677b;
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .page-hero {
    min-height: 40rem;
  }
}

@media only screen and (max-width: 575px) {
  .page-hero {
    min-height: 30rem;
  }
}

.page-h1 {
  font-size: 2.4rem;
  color: #9c1d30;
  background: #e2e2e2;
  padding-bottom: 1.5em;
  padding: 4rem 2.4rem 3.6rem;
  text-align: center;
  font-weight: 700;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.page-hero+.page-h1 {
  margin-top: 2rem;
}

.page-h1+section {
  padding-top: 0;
}

.section-title {
  text-align: center;
  color: #2c677b;
  padding: 0 1rem 1rem;
  border-bottom: 5px solid #e2e2e2;
  display: inline-block;
  margin-bottom: 4.5rem;
}

@media only screen and (max-width: 767px) {
  .section-title {
    margin-bottom: 2.5rem;
  }
}

.section-title--big {
  font-size: 2.6rem;
  color: #9c1d30;
}

.accent-section .section-title {
  color: #fff;
}

.section-image {
  -webkit-box-shadow: 3px 10px 25px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 10px 25px 5px rgba(0, 0, 0, 0.3);
  min-height: 35rem;
  margin-bottom: 3.5rem;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .section-image {
    min-height: 25rem;
  }
}

@media only screen and (max-width: 575px) {
  .section-image {
    min-height: 15rem;
  }
}

.section-image--big {
  min-height: 50rem;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 767px) {
  .section-image--big {
    min-height: 40rem;
    margin-bottom: 3rem;
  }
}

@media only screen and (max-width: 575px) {
  .section-image--big {
    min-height: 30rem;
  }
}

.grey-section {
  background-color: #ebf0f1;
}

.accent-section {
  background-color: #2c677b;
  color: #fff;
}

.section-text {
  text-align: center;
  max-width: 80rem;
  margin: 0 auto;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  /* margin-bottom: 8.5rem; */
  margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
  .section-text {
    margin-bottom: 4rem;
  }
}

.section-text a {
  font-weight: 600;
  color: #61a4de;
}

.section-text a:hover {
  color: #2c677b;
}

.resources {
  padding-bottom: 11rem;
}

@media only screen and (max-width: 991px) {
  .resources {
    padding-bottom: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  .resources {
    padding-bottom: 5rem;
  }
}

.upcoming-events .cta {
  margin-top: 7rem;
}

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  margin-left: 4rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 575px) {
  .social-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.social-list__item {
  margin-right: 1rem;
}

.social-list__item:hover {
  opacity: 0.7;
}

.social-list__item img {
  height: 3.2rem;
}

.sub-nav {
  margin-bottom: 8rem;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .sub-nav {
    margin-bottom: 4rem;
  }
}

.sub-nav__categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-nav__categories-list .menu-item-has-children>a {
  width: 25vw;
  display: block;
  text-align: center;
  padding: 3rem 2rem;
  color: #fff;
  background-color: #2c677b;
  font-size: 2rem;
  font-family: 'Roboto Slab', serif;
  cursor: pointer;
  position: relative;
}

@media only screen and (max-width: 575px) {
  .sub-nav__categories-list .menu-item-has-children>a {
    font-size: 1.2rem;
    padding: 2rem 1rem;
  }
}

.sub-nav__categories-list .menu-item-has-children>a:hover {
  background-color: #33778e;
}

.sub-nav__categories-list .menu-item-has-children>a::after {
  content: '';
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5rem 2.5rem 0 2.5rem;
  border-color: #3986a1 transparent transparent transparent;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 100;
}

.sub-nav__categories-list .menu-item-has-children.active>a {
  background-color: #3986a1;
}

.sub-nav__categories-list .menu-item-has-children.active>a::after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sub-nav__categories-list .menu-item-has-children:not(:last-child) {
  border-right: 1px solid #fff;
}

.sub-nav__items-wrapper {
  background-color: #e2e2e2;
}

.sub-menu.active {
  position: absolute;
  width: 100%;
  left: 0;
  /* margin-top: 2.5rem; */
  background-color: #e2e2e2;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 99;
}

.sub-nav__categories-list .sub-menu a {
  margin: 2rem 0.7rem 2rem;
  display: block;
  padding: 1rem;
  font-family: 'Roboto Slab', serif;
  background: #2c677b;
  text-align: center;
  color: #fff;
  min-width: 31rem;
  font-size: 1.8rem;
}

.sub-menu {
  display: none;
}

.upcoming-meetings {
  padding: 0;
}

.upcoming-meetings__title {
  text-align: center;
  padding: 12rem 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.upcoming-meetings__title>* {
  position: relative;
  z-index: 2;
}

.upcoming-meetings__title::after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(250, 250, 250, 0.9);
}

.upcoming-meetings__title span {
  font-size: 2.8rem;
  color: #9c1d30;
  font-family: 'Roboto Slab', serif;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 1.2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-bottom: 5px solid #e2e2e2;
}

@media only screen and (max-width: 575px) {
  .upcoming-meetings__title span {
    font-size: 2.4rem;
  }
}

.upcoming-meetings__item {
  padding-top: 5rem;
  padding-bottom: 7rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.upcoming-meetings__item p {
  margin-bottom: 3rem;
}

.upcoming-meetings__item:nth-child(2n + 1) {
  background-color: #ebf0f1;
}

.upcoming-meetings__item p {
  font-size: 1.6rem;
}

.upcoming-meetings__item-link {
  font-size: 2rem;
  color: #61a4de;
  font-weight: 700;
  margin-top: 0.5rem;
  margin-bottom: 3rem;
}

.upcoming-meetings__item-link:hover {
  color: #2c677b;
}

.upcoming-meetings__attached-link {
  color: #9c1d30;
}

.upcoming-meetings__attached-link:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 575px) {
  .upcoming-meetings__item a {
    font-size: 1.6rem;
  }
}

.upcoming-meetings__item-title {
  font-size: 2.6rem;
  color: #9c1d30;
  font-family: 'Roboto Slab', serif;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 1.2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-bottom: 5px solid #e2e2e2;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 575px) {
  .upcoming-meetings__item-title {
    font-size: 2rem;
  }
}

.zebra {
  font-size: 1.6rem;
  line-height: 2.5rem;
  text-align: left;
}

.zebra>*:nth-child(2n + 1) {
  background-color: #f3f3f3;
}

.zebra>* {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.water-level__item {
  text-align: center;
  border: 5px solid #9c1d30;
  border-radius: 0 3rem 3rem 3rem;
  padding: 3rem;
  min-height: 18rem;
  margin-bottom: 3rem;
}

.water-level__item-title {
  margin-bottom: 3rem;
}

.water-level__number {
  font-size: 2.8rem;
  display: block;
}

.wp-block-column {
  margin: 1rem 0rem !important;
}

.fallon-icon {
  margin: 0 auto;
  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;
  font-weight: 400;
  font-family: fallonIcons;
  font-style: normal;
}

@media only screen and (max-width: 767px) {
  .fallon-icon {
    max-height: 10rem;
    max-width: 10rem;
    font-size: 6rem !important;
  }
}

.fallon-icon__caption {
  padding-top: 1.5rem;
  font-size: 1.6rem;
  text-align: center;
  display: block;
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}

.fallon-icon--color-rube,
.fallon-icon--color-rube+.fallon-icon__caption {
  color: #9c1d30;
  border-color: #9c1d30;
}

.fallon-icon--color-blue,
.fallon-icon--color-blue+.fallon-icon__caption {
  color: #2c677b;
  border-color: #2c677b;
}

.fallon-icon--border {
  line-height: 1;
  border: 5px solid;
  border-radius: 0 3rem 3rem 3rem;
}

.fallon-icon--border:hover {
  color: #fff !important;
}

.fallon-icon--color-rube.fallon-icon--border:hover {
  background-color: #9c1d30;
}

.fallon-icon--color-blue.fallon-icon--border:hover {
  background-color: #2c677b;
}

.is-style-stripes {
  width: 100% !important;
  border-bottom: none !important;
}

.is-style-stripes td {
  padding: 2.5rem 1.3rem;
  font-size: 1.6rem;
  text-align: center;
}

.fa-icon {
  margin-bottom: 1rem;
}

.attached_title {
  font-size: 1.2rem !important;
  color: #9c1d30 !important;
  font-weight: normal !important;
}

.attached_title:hover {
  text-decoration: underline !important;
}

.nav-links {
  text-align: center;
  padding: 3rem 0rem 5rem 0rem;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: 'Roboto Slab', serif;
  color: #9c1d30;
}

.nav-links a {
  color: #9c1d30;
  text-decoration: underline;
}

.nav-links * {
  margin-left: 7px;
  margin-right: 7px;
}

.post-page {
  font-size: 1.6rem;
}

.post-page p {
  margin-bottom: 1rem;
}

.post-page li {
  line-height: 2.6rem;
}

.post-page a:not(.cta) {
  color: #61a4de;
  font-weight: 600;
}

.post-page a:not(.cta):hover {
  color: #23527c;
}

.post-page h2 {
  margin-top: 3rem;
}

.custom-popup {
  position: relative;
  max-width: 780px;
  padding: 30px 15px;
  margin: 0 auto;
  background: white;
  border-radius: 6px;
  text-align: center;
}

.custom-popup h2 {
  margin-bottom: 30px;
}

.custom-popup__content {
  padding: 0 20px;
  margin-bottom: 50px;
}

.airport-block {
  margin: 6.8rem 0 6.4rem;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.airport-block .airport-block__item {
  position: relative;
  margin: 15px;
  width: 45%;
  height: 30rem;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-content: center;
  align-items: center;
}

.block-tabs {
  margin: 63px auto 0;
  padding: 0 0 56px;
}

.block-tabs__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block-tabs__button {
  padding: 8px 40px 9px;
  background: #ffffff;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.5s;
}

.block-tabs__button:hover,
.block-tabs__button.active {
  background: #9c1d30;
  color: #e2e2e2;
}

.block-tabs__wrapper {
  max-width: 935px;
  margin: 44px auto 0;
  border-top: solid 1px #2c677b;
}

.block-tabs__item {
  width: 100%;
  padding: 3.1rem 2rem;
  display: none;
  border-bottom: solid 1px #2c677b;
}

.block-tabs__item.show {
  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;
}

.block-tabs__item-headline {
  width: 20%;
  color: #2c677b;
}

.block-tabs__item-text {
  width: 75%;
  margin: 0 25px 0 0;
  font-size: 18px;
  font-weight: bold;
  color: #61a4de;
}

.block-tabs__item-text a {
  font-size: 18px;
  font-weight: bold;
  color: #61a4de;
  transition: all 0.5s;
}

.block-tabs__item-text a:hover {
  color: #23527c;
}

.block-tabs__item-link {
  width: 24px;
  height: 24px;
}

.block-tabs__item-link img {
  width: 100%;
  height: 100%;
}

.airport-block .airport-block__item:after {
  content: '';
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.5s;
}

.airport-block .airport-block__item:hover:after {
  background: rgba(0, 0, 0, 0);
}

.airport-block .airport-block__item span {
  position: relative;
  z-index: 5;
  font-family: 'Roboto Slab', serif, serif;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.09px;
  color: #ffffff;
}

.job-opportunities__block .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: center;
}

.job-opportunities__item {
  width: 30%;
}

.flx-popup {
  max-width: 1200px;
  height: 550px;
  padding: 50px;
  background: #2c677b;
  border-radius: 0;
  color: #ffffff;
}

.flx-popup h2 {
  margin-bottom: 14px;
  font-size: 36px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.09px;
  text-align: left;
}

.flx-popup .custom-popup__content {
  display: flex;
  padding: 0;
}

.flx-popup__col {
  width: 462px;
  text-align: left;
}

.flx-popup__col:first-child {
  margin-right: 66px;
}

.flx-popup__col p {
  margin-bottom: 16px;
  font-size: 20px;
  letter-spacing: 0.05px;
}

.flx-popup .mfp-close {
  opacity: 1;
  color: #ffffff !important;
}

.single-project__title {
  position: relative;
  margin: -103px auto 0 !important;
}

.single-project-block__wrapper {
  max-width: 1140px;
  margin: 0 auto;
}

.single-project-block {
  font-family: 'Roboto Slab', serif;
  font-size: 1.6rem;
  line-height: normal;
}

.single-project-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-project-block__info-item {
  flex-basis: calc(100% / 3);
  padding: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  border: solid 1px #ffffff;
}

.single-project-block__info-item div {
  margin-top: 6px;
  font-weight: normal;
}

.single-project-block__info-item a {
  text-decoration: underline;
  color: #ffffff;
  transition: all 0.5s;
}

.single-project-block__info-item a:hover {
  color: #23527c;
}

.single-project-block__info-item--green {
  background: #284225;
}

.single-project-block__info-item--gold {
  background: #dd9933;
}

.single-project-block__info-item--red {
  background: #931f31;
}

.single-project-block__content {
  margin-top: 65px;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
}

.single-project-block__content-left {
  flex-basis: 33%;
  color: #000000;
}

.single-project-block__list:not(:first-child) {
  margin-top: 40px;
}

.single-project-block__content-left time {
  display: inline-block;
  width: 231px;
  margin-top: 16px;
  color: #61a4de;
}

.single-project-block__content-left ul {
  width: 231px;
  margin-top: 16px;
}

.single-project-block__content-left ul a {
  color: #61a4de;
  transition: all 0.5s;
}

.single-project-block__content-left ul a:hover {
  color: #23527c;
}

.single-project-block__content-left ul.with-points li {
  position: relative;
  padding-left: 35px;
}

.single-project-block__content-left ul.with-points li:before {
  content: '';
  position: absolute;
  left: 12px;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #61a4de;
}

.single-project-block__content-left ul li:not(:first-child) {
  margin-top: 10px;
}

.single-project-block__content-right {
  flex-basis: 66%;
  color: #000000;
}

.single-project-block__gallery-wrapper {
  padding-bottom: 111px;
}

.single-project-block__gallery {
  margin: 65px auto 0 -15px;
  width: calc(100% + 30px);
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.single-project-block__gallery.hidden {
  display: none;
}

.single-project-block__gallery figure {
  width: 352px;
  height: 352px;
  margin: 15px;
  overflow: hidden;
}

.single-project-block__gallery figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
}

@media only screen and (min-width: 767px) {
  .single-project-block__gallery figure:hover img {
    transform: scale(1.1);
  }
}

@media only screen and (max-width: 1200px) {

  .single-project__title {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
  }

  .single-project-block__wrapper {
    max-width: 100%;
  }

  .single-project-block__content {
    padding: 0 24px;
  }

  .single-project-block__gallery {
    margin: 65px auto 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 991px) {
  .airport-block .airport-block__item {
    width: 30rem;
    height: 15rem;
  }

  .airport-block .airport-block__item span {
    font-size: 2rem;
  }

  .job-opportunities__item {
    width: 48%;
  }

  .flx-popup__col p {
    font-size: 16px;
  }

  .flx-popup h2 {
    font-size: 28px;
  }

  .block-tabs__item-headline {
    width: 30%;
  }
}

@media only screen and (max-width: 767px) {
  .job-opportunities__item {
    width: 100%;
  }

  .flx-popup {
    height: auto;
    padding: 40px 15px;
  }

  .flx-popup .custom-popup__content {
    display: block;
  }

  .flx-popup__col {
    width: 100%;
  }

  .flx-popup__col p {
    font-size: 14px;
  }

  .flx-popup h2 {
    font-size: 22px;
  }

  .block-tabs__item-headline {
    width: 40%;
  }

  .single-project-block__title {
    margin-top: 0;
  }

  .single-project-block__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single-project-block__info-item {
    flex-basis: 100%;
    border: solid 1px transparent;
  }

  .single-project-block__content {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .single-project-block__content-left,
  .single-project-block__content-right {
    flex-basis: 100%;
  }

  .single-project-block__content-right {
    margin-top: 40px;
  }

  .single-project-block__gallery-wrapper {
    padding-bottom: 80px;
  }

  .single-project-block__gallery {
    margin: 40px auto 0;
    display: block;
  }

  .single-project-block__gallery.hidden {
    display: block;
  }

  .single-project-block__gallery figure {
    width: 100%;
    height: 375px;
    margin: 0;
  }

  .single-project-block__gallery.hidden figure {
    width: 88px;
    height: 88px;
    padding: 0 5px;
    opacity: 0.6;
  }

  .single-project-block__gallery.hidden .slick-center figure {
    opacity: 1;
  }
}

@media only screen and (max-width: 575px) {
  .block-tabs__item {
    text-align: center;
  }

  .block-tabs__item.show {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block-tabs__item-headline {
    width: 100%;
  }

  .block-tabs__item-text {
    width: 100%;
    margin: 15px 0 0;
  }

  .block-tabs__item-link {
    margin: 15px 0 0;
  }
}

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);

  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.recent {
  padding: 80px 0 120px;
}

.recent__title {
  font-size: 28px;
  color: #9c1d30;
  margin-bottom: 75px;
}

.recent-slider {
  max-width: 80vw;
  margin: 0 auto 70px;
}

@media only screen and (min-width: 1500px) {
  .recent-slider {
    max-width: 1480px;
  }
}

.recent-slider .slick-track{
	display:flex;
	height:100%;
}
.recent-slider .slick-track .slick-slide{
	height: auto;
}
.recent-slider .slick-track .slick-slide > div{
	height: 100%;
}

.recent-slider .slick-track .recent-slider__item{
	height: 100%;
}
.recent-slider .slick-track .recent-slider__item .recent-item{
	height: 100%;
}


.recent-slider__item {
  padding: 20px;
}

.recent-item {
  border-radius: 0 30px 0 30px;
  background-color: #ebf0f1;
}

@media only screen and (min-width: 576px) {
  .recent-item {
    display: flex;
  }

  .recent-item--with-image {
    margin-left: 20px;
  }
}

@media (min-width: 1300px) and (max-width:1499px){
	.recent-item--with-image{
		flex-direction:column;
	}
	.recent-item--with-image figure{
		width:100%;
	}
}


.recent-item__text {
  padding-right: 70px;
  margin-bottom: 45px;
}

.recent-item__image {
  width: 300px;
  height: 300px;
  flex-shrink: 0;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}

.recent-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 576px) {
  .recent-item__image {
    margin-bottom: -20px;
    margin-right: 0;
  }
}

.recent-item--with-image .recent-item__text {
  padding-right: 40px;
}

.recent-item__content {
  display: flex;
  flex-direction: column;
  padding: 20px 0 0 20px;
  flex-grow: 1;
}

@media only screen and (min-width: 576px) {
  .recent-item__content {
    padding: 40px 0 0 40px;
  }
}

.recent-item__title {
  font-size: 18px;
  font-weight: bold;
  color: #2c677b;
  margin-bottom: 8px;
}

.recent-item__date {
  font-size: 16px;
  line-height: 1.69;
  color: #dd9933;
  margin-bottom: 8px;
}

.recent-item__info {
  line-height: 1.89;
}

.recent-item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 40px;
  padding: 10px 23px;
  border-radius: 0 16px 0 16px;
  background-color: #2c677b;
  color: #fff;
  line-height: 1;
  margin-left: auto;
  margin-top: auto;
}

.emergency-alert .cta-drop {
  color: inherit;
  margin-top: 0;
  margin-bottom: 0;
}
