@charset "UTF-8";

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.ttf?b2dwmz") format("truetype"), url("../fonts/icomoon.woff?b2dwmz") format("woff"), url("../fonts/icomoon.svg?b2dwmz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"],
.btn.btn-transparent-white:after,
.btn.btn-transparent-black:after,
.help-slider .slick-arrow:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dots:before {
  content: "";
}

.icon-loop:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-reply:before {
  content: "";
}

.icon-arrow-top:before {
  content: "";
}

.icon-checkbox:before {
  content: "";
}

.icon-cross:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-youtube:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: -webkit-calc(50% - 50px);
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: -webkit-calc(100% - 8px);
  max-height: calc(100% - 8px);
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

iframe {
  max-width: 100%;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.hidden {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.main-nav,
.subnav,
.footer-nav-list,
.social-list,
.social-tabset,
.social-accordion,
.social-news-list,
.share-list,
.news-time-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.resetButton,
button,
[type="button"],
[type="reset"],
[type="submit"],
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}

.ellipsis {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

html {
  font-size: 16px;
}

#live {
  background: #c80000;
  color: #ffffff;
}
#live .live-holder {
  max-width: 1210px;
  padding: 10px 20px;
  margin: 0 auto;
  text-align:center;
  font: 400 20px/1 "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
#live a {
  color: #fff;
  text-decoration: underline;
}

#live a:hover {
  color:#fff;
  font-weight: 800;
}

#live h1 {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}

#live h1, #live p, #live a {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

body,
#aspnetForm {
  color: #4b4b4b;
  background-color: #fff;
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 18px;
  line-height: 1.556;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.buffer .newsie-titler a,
.buffer #newsfilterlist li a,
.buffer .relatedochead {
  color: #002856;
}

.buffer #newsfilterlist,
.buffer #newsfilterlist li a.active,
.buffer #newsfilterlist li a:hover  {
  border-color: #002856;
  color: #002856;
}

.buffer a.prevnexter {
  background: #b2292e;
  border-radius: 0;
}

.buffer {
  word-break: break-word;
  /*word-break: break-all;*/
  text-overflow: ellipsis;
}

.buffer a[id],
.buffer a[name] {
  margin: -100px auto 90px; 
  border-top: 105px solid transparent;
}

.fb-comments.news-comments {
  display: none;
}

a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #d32e3d;
  text-decoration: underline;
}

a:hover {
  color: #d32e3d;
  text-decoration: none;
}

p {
  margin: 0 0 1em;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  margin: 0 0 0.5em;
  color: inherit;
}

h1,
.h1 {
  font-size: 35px;
}

h2,
.h2 {
  font-size: 32px;
}

h3,
.h3 {
  font-size: 25px;
}

h4,
.h4 {
  font-size: 22px;
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 18px;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="time"],
input[type="week"],
input[type="month"],
input[type="number"],
input[type="color"],
input:not([type]),
textarea {
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #002856;
  border-radius: 0;
  font-size: 16px;
  line-height: normal;
  background-color: #fff;
  width: 100%;
  min-width: 0;
  height: 50px;
  padding: 5px 15px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.buffer input[type="text"],
.buffer input[type="email"],
.buffer input[type="tel"],
.buffer input[type="search"],
.buffer input[type="password"],
.buffer input[type="url"],
.buffer input[type="date"],
.buffer input[type="datetime"],
.buffer input[type="datetime-local"],
.buffer input[type="time"],
.buffer input[type="week"],
.buffer input[type="month"],
.buffer input[type="number"],
.buffer input[type="color"],
.buffer input:not([type]),
.buffer textarea {
  width: auto;
  min-width: 90px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="color"]:focus,
input:not([type]):focus,
textarea:focus {
  border-color: #002856;
}

input[type="text"]::-ms-clear,
input[type="email"]::-ms-clear,
input[type="tel"]::-ms-clear,
input[type="search"]::-ms-clear,
input[type="password"]::-ms-clear,
input[type="url"]::-ms-clear,
input[type="date"]::-ms-clear,
input[type="datetime"]::-ms-clear,
input[type="datetime-local"]::-ms-clear,
input[type="time"]::-ms-clear,
input[type="week"]::-ms-clear,
input[type="month"]::-ms-clear,
input[type="number"]::-ms-clear,
input[type="color"]::-ms-clear,
input:not([type])::-ms-clear,
textarea::-ms-clear {
  display: none;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
input:not([type])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #002856;
  font-size: 16px;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
input:not([type])::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #002856;
  font-size: 16px;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
input:not([type]):-moz-placeholder,
textarea:-moz-placeholder {
  color: #002856;
  font-size: 16px;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
input:not([type]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #002856;
  font-size: 16px;
}

input[type="text"].placeholder,
input[type="email"].placeholder,
input[type="tel"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
input[type="date"].placeholder,
input[type="datetime"].placeholder,
input[type="datetime-local"].placeholder,
input[type="time"].placeholder,
input[type="week"].placeholder,
input[type="month"].placeholder,
input[type="number"].placeholder,
input[type="color"].placeholder,
input:not([type]).placeholder,
textarea.placeholder {
  color: #002856;
  font-size: 16px;
}

input[type="search"] {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

textarea,
.textarea {
  resize: none;
  height: 150px;
  padding: 5px 15px;
  font-size: 16px;
}

.int .textarea {
  height: 100%;
  padding: 0;
}

.buffer .resetButton,
.buffer button,
.buffer input[type="button"],
.buffer input[type="reset"],
.buffer input[type="submit"],
.buffer .btn {
  color: #b2292e;
  background-color: transparent;
  padding: 17px 36px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  border: 2px solid #b2292e;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.buffer .resetButton:hover,
.buffer button:hover,
.buffer input[type="button"]:hover,
.buffer input[type="reset"]:hover,
.buffer input[type="submit"]:hover,
.buffer .btn:hover {
  background: #b2292e;
  color: #fff;
}

.buffer #news-search input[type="submit"] {
  padding: 0;
  text-transform: none;
  border-radius: 0;
  background: #b2292e;
}

.buffer #news-search input[type="submit"]:hover {
  border-color: transparent;
  color: #fff;
  background: #002856;
}

.btn {
  color: #b2292e;
  background-color: transparent;
  padding: 17px 36px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

.btn:hover {
  text-decoration: none;
}

.resize-active *,
.resize-active *:before,
.resize-active *:after {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.nav-active #header {
  left: 0 !important;
}

.nav-active #header.fixed-position {
  left: -240px !important;
}

.header {
  -webkit-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  background-color: #002856;
  color: #fff;
  padding: 10px 0;
  position: absolute;
  left: 0 !important;
  top: 0;
  width: 100%;
  z-index: 100;
}

.header.fixed-position {
  width: 100% !important;
}

.header>.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 30px;
  max-width: 100%;
}

.header .logo-holder {
  width: 80px;
}

.header .social-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 22px;
  line-height: 1;
}

.header .social-list a {
  color: inherit;
  text-decoration: none;
}

.header .social-list a:hover {
  color: #b2292e;
}

.logo {
  display: block;
}

.nav-opener {
  width: 38px;
  height: 24px;
  display: block;
  position: relative;
  margin-left: auto;
}

.nav-opener:before,
.nav-opener:after {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  content: '';
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  width: 100%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  left: 0;
}

.nav-opener:before {
  top: 0;
}

.nav-opener span {
  top: 10px;
}

.nav-opener:after {
  top: 20px;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active .nav-opener:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}

.nav-active .nav-opener:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}

.search-form {
  margin: 0 0 36px;
}

.search-form .input-holder {
  position: relative;
}

.search-form input[type=search],
.search-form input[type=text] {
  background-color: #fff;
  border-color: #fff;
  padding-right: 60px;
}

.search-form button[type=submit] {
  width: 55px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-active .search-form .search-drop {
  opacity: 1;
  visibility: visible;
}

.search-form .search-opener {
  color: inherit;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  padding: 5px;
  display: block;
}

.search-form .search-opener:hover {
  color: #b2292e;
}

.main-nav {
  color: #fff;
  font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 54px;
}

.main-nav>li {
  margin: 0 0 17px;
}

.main-nav a {
  color: inherit;
  text-decoration: none;
}

.main-nav .drop {
  padding: 15px 0 10px 19px;
}

.main-nav .has-drop-down {
  position: relative;
}

.main-nav .has-drop-down.active>a {
  color: #b2292e;
}

.subnav {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.subnav li {
  margin: 0 0 2px;
}

.subnav a:hover {
  text-decoration: underline;
}

body .wrapper {
  -webkit-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  left: 0;
}

body.nav-active {
  overflow: hidden !important;
}

body.nav-active .wrapper {
  overflow: visible !important;
}

.container {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

#wrapper {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-height: -webkit-calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
}

.wrapper-inner {
  min-height: 100vh;
  min-height: -webkit-calc(var(--vh, 1vh) * 100);
  min-height: calc(var(--vh, 1vh) * 100);
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr auto;
  grid-template-rows: auto 1fr auto;
  -ms-grid-template-columns: minmax(0, 1fr);
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
}

.wrapper-inner #header {
  -ms-grid-row: 1;
  grid-row: 1;
}

.wrapper-inner #main {
  -ms-grid-row: 2;
  grid-row: 2;
}

.wrapper-inner #footer {
  -ms-grid-row: 3;
  grid-row: 3;
}

h1,
.h1 {
  line-height: 1;
}

h2,
.h2 {
  line-height: 1;
}

h3,
.h3 {
  line-height: 1.2;
}

h4,
.h4 {
  line-height: 1.2;
}

.footer {
  background: #002856;
  padding: 55px 0 0;
}

.footer .container-lg {
  max-width: 1180px;
  padding: 0 50px;
  margin: 0 auto;
}

.footer-holder {
  color: #d4d4d4;
  font-size: 17px;
}

.footer-holder .col-footer {
  text-align: center;
  margin-bottom: 51px;
}

.footer-holder .address-holder {
  margin-bottom: 31px;
}

.footer-holder .h5,
.footer-holder h5 {
  font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #fff;
  margin-bottom: 5px;
  line-height: 1.3;
}

.footer-holder address {
  font-style: normal;
  font-weight: 300;
  line-height: 1.8;
}

.footer-holder a {
  text-decoration: none;
  color: inherit;
}

.footer-holder a:hover {
  color: #b2292e;
}

.footer-holder .map-holder {
  width: 214px;
  margin: 0 auto;
}

.footer-holder .social-list {
  margin-bottom: 20px;
  font-size: 16px;
}

.footer-holder .anchor-holder {
  text-align: center;
  font-size: 17px;
  color: #fff;
}

.footer-holder .anchor-holder .anchor-link {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  padding: 15px 22px;
  background: #b2292e;
  display: inline-block;
  vertical-align: top;
}

.footer-holder .anchor-holder .anchor-link:hover {
  color: #fff;
  background: rgba(178, 41, 46, 0.8);
}

.footer-nav-list {
  color: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  margin: 0 -15px 35px;
  font-weight: 700;
}

.footer-nav-list li {
  padding: 5px 14px;
}

.footer-nav-list a {
  display: block;
}

.social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -10px;
  font-size: 16px;
  color: #fff;
}

.social-list li {
  padding: 0 10px;
}

.social-list a {
  text-decoration: none;
}

.btn {
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  border: 2px solid transparent;
  text-transform: uppercase;
}

.btn.btn-red {
  border-color: #b2292e;
}

.btn.btn-red:hover {
  color: #fff;
  background-color: #b2292e;
}

.btn.btn-full-red {
  background: #b2292e;
  color: #fff;
}

.btn.btn-full-red:hover {
  border-color: #b2292e;
  color: #b2292e;
  background: #fff;
}

.btn.btn-white {
  color: #fff;
  border-color: #fff;
}

.btn.btn-white:hover {
  background-color: #b2292e;
  border-color: #b2292e;
}

.btn.btn-transparent-white,
.btn.btn-transparent-black {
  background: rgba(255, 255, 255, 0.19);
  color: #fff;
  position: relative;
  display: block;
  text-align: left;
  font-size: 12px;
  padding: 18px 35px 19px 20px;
}

.btn.btn-transparent-white:hover,
.btn.btn-transparent-black:hover {
  background: rgba(0, 0, 0, 0.11);
}

.btn.btn-transparent-white:after,
.btn.btn-transparent-black:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
}

.btn.btn-transparent-black {
  background: rgba(0, 0, 0, 0.11);
}

.btn.btn-transparent-black:hover {
  background: rgba(255, 255, 255, 0.19);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="time"],
input[type="week"],
input[type="month"],
input[type="number"],
input[type="color"],
input:not([type]),
textarea {
  outline: none;
}

.how-can-help-section {
  padding: 45px 0 40px;
}

.how-can-help-section h2 {
  text-align: center;
  margin: 0 0 32px;
  color: #002856;
}

.help-slider {
  margin: 0 -30px;
}

.help-slider .slick-arrow {
  width: 52px;
  height: 50px;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  background: #b2292e;
  color: #fff;
  outline: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 12;
  font-size: 0;
  line-height: 0;
}

.help-slider .slick-arrow:before {
  font-size: 13px;
  line-height: 1.1;
}

.help-slider .slick-arrow:hover {
  background: #fff;
  color: #b2292e;
}

.help-slider .slick-prev {
  left: 0;
}

.help-slider .slick-prev:before {
  content: "";
}

.help-slider .slick-next {
  right: 0;
}

.help-slider .slick-next:before {
  content: "";
}

.help-slider .slide-holder {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.help-slider .slide-holder:after {
  content: '';
  display: block;
  width: 0;
  padding-bottom: 109%;
}

.help-slider .slide-holder a {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-decoration: none;
  outline: none;
  padding: 18px 35px 18px 37px;
}

.help-slider .slide-holder a:after {
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
}

.help-slider .slide-holder a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.help-slider .slide-holder a:hover:after {
  opacity: 1;
  visibility: visible;
}

.help-slider .slide-holder .heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  z-index: 1;
  position: relative;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.social-tabset {
  display: none;
}

.social-accordion {
  max-width: 636px;
  margin: 0 auto;
}

.social-opener {
  -webkit-transition: padding 0.3s ease-in-out;
  -o-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 27px 20px;
  text-transform: uppercase;
  color: #4B4B4B;
  background: #C8C8C8;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}

.social-opener:after {
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.social-opener.bg-red {
  background: #b2292e;
}

.social-opener.bg-red:after {
  background: #b2292e;
}

.social-opener.bg-blue {
  background: #002856;
}

.social-opener.bg-blue:after {
  background: #002856;
}

.social-opener.bg-black {
  background: #000;
}

.social-opener.bg-black:after {
  background: #000;
}

.social-opener.bg-gray {
  background: #4B4B4B;
}

.social-opener.bg-gray:after {
  background: #4B4B4B;
}

.social-opener[class*='bg-'] {
  color: #fff;
}

.social-opener[class*='bg-']:hover {
  color: #fff;
}

.social-opener:hover {
  color: #4B4B4B;
}

.social-slide {
  font-size: 18px;
  line-height: 1.28;
  font-weight: 700;
  color: #002856;
}

.social-slide .inner-slide {
  padding: 45px 5px;
}

.social-slide .inner-slide>h1,
.social-slide .inner-slide .h1,
.social-slide .inner-slide h2,
.social-slide .inner-slide .h2,
.social-slide .inner-slide h3,
.social-slide .inner-slide .h3,
.social-slide .inner-slide h4,
.social-slide .inner-slide .h4,
.social-slide .inner-slide h5,
.social-slide .inner-slide .h5,
.social-slide .inner-slide h6,
.social-slide .inner-slide .h6 {
  margin-bottom: 35px;
}

.social-slide .inner-slide .btn-wrapper {
  text-align: center;
}

.social-slide .inner-slide .btn-wrapper .btn {
  width: 100%;
}

.meet-us-section {
  padding: 0 0 46px;
  position: relative;
}

.meet-us-section p {
  margin: 0 0 28px;
}

.meet-us-section p:last-of-type {
  margin: 0 0 44px;
}

.connect-form {
  margin-top: -148px;
}

.connect-form .heading {
  background: #002856;
  color: #fff;
  padding: 16px 24px 15px;
}

.connect-form h3 {
  margin: 0;
  font-size: 23px;
}

.connect-holder {
  margin: 0 0 48px;
}

.connect-holder .form-holder {
  padding: 16px 22px 8px 24px;
  background: #b2292e;
  margin: 0 0 21px;
}

.connect-holder .link-holder {
  padding: 0 0 16px;
}

.connect-holder .img-holder img {
  width: 100%;
}

.connect-info {
  padding: 0 15px 0 6px;
}

.connect-info h2 {
  color: #002856;
  margin-bottom: 35px;
}

.intro-section {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.389;
}

.intro-section h1,
.intro-section .h1 {
  line-height: 1.069;
  margin: 0 0 22px;
}

.intro-section p {
  margin-bottom: 22px;
}

.main-slideshow .slick-arrow {
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.31);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main-slideshow .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.main-slideshow .slick-arrow.slick-prev {
  left: 0;
}

.main-slideshow .slick-arrow.slick-next {
  right: 0;
}

.main-slideshow .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-slideshow .item:after {
  content: '';
  display: block;
  width: 0;
  min-height: 642px;
}

.main-slideshow .inner {
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 80px 0 198px;
  position: relative;
}

.main-slideshow .inner:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(67%, rgba(0, 0, 0, 0.89)), to(#000));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.89) 67%, #000 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.89) 67%, #000 100%);
  opacity: .45;
}

.main-slideshow .content-holder {
  position: relative;
  z-index: 1;
  padding: 0 0 0 12px;
}

.social-section {
  padding: 39px 0 24px;
}

.social-news-list>li {
  margin-bottom: 20px;
}

.social-news-list>li:last-child {
  margin-bottom: 40px;
}

.social-news-list .social-box a {
  text-decoration: none;
}

.social-news-list .social-box p {
  margin-bottom: 15px;
}

.tweet-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tweet-bottom .tweet-time {
  margin-left: 10px;
}

.share-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #002856;
  margin: 0 -8px;
  font-size: 14px;
}

.share-list li {
  padding: 0 13px;
}

.share-list a {
  text-decoration: none;
  color: inherit;
}

.tweet-time {
  font-size: 14px;
}

.news-block {
  margin: 0 0 50px;
}

.news-block a {
  text-decoration: none;
  color: inherit;
}

.news-block p {
  margin-bottom: 20px;
}

.news-time-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #4B4B4B;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 -5px;
  overflow: hidden;
}

.news-time-list li {
  padding: 0 5px;
  position: relative;
}

.news-time-list li:before {
  content: '';
  position: absolute;
  display: block;
  width: 2px;
  background: currentColor;
  left: 0px;
  top: 1px;
  bottom: 1px;
}

.news-time-list li:first-child {
  color: #b2292e;
}

.news-time-list li:first-child:before {
  content: none;
}

.photo-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.photo-grid .grid-item {
  width: 100%;
  padding: 0 5px 10px;
}

/*.photo-grid .img-wrapper {
  width: 200px;
  height: 200px;
}*/

.photo-grid .grid-item img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.photo-grid a {
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.text-red {
  color: #b2292e !important;
}

.vote-section {
  padding: 17px 0 0;
  color: #002856;
}

.vote-section .container {
  padding: 0 20px;
}

.vote-table-block {
  background: #fff;
  padding: 10px 8px 0;
  max-width: 631px;
  margin: 0 auto;
}

.vote-table-block h1,
.vote-table-block .h1,
.vote-table-block h2,
.vote-table-block .h2,
.vote-table-block h3,
.vote-table-block .h3,
.vote-table-block h4,
.vote-table-block .h4,
.vote-table-block h5,
.vote-table-block .h5,
.vote-table-block h6,
.vote-table-block .h6 {
  margin-bottom: 14px;
}

.vote-table-block .btn-wrapper {
  text-align: center;
}

.vote-table-block .btn-wrapper .btn {
  padding: 17px 25px;
}

.vote-table {
  width: 100%;
  text-align: left;
  margin-bottom: 27px;
}

.vote-table th {
  color: #b2292e;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  padding: 3px 10px;
}

.vote-table th:first-child {
  padding: 3px 10px 3px 0;
}

.vote-table th:last-child {
  text-align: center;
  padding: 3px 0 3px 10px;
}

.vote-table tr:last-child td {
  border: 0;
}

.vote-table tr td {
  border-bottom: 1px solid #C8C8C8;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  padding: 9px 10px;
}

.vote-table tr td:first-child {
  padding: 9px 10px 9px 0;
}

.vote-table tr td:last-child {
  text-align: center;
  padding: 9px 0 9px 10px;
}

.bg-image-holder {
  display: none;
}

.mobile-image-holder {
  height: 313px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: -4px -20px 0;
}

.hero-holder {
  min-height: 380px;
  background-position: 50% 0;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.hero-holder:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(67%, rgba(0, 0, 0, 0.89)), to(#000));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.89) 67%, #000 100%);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.89) 67%, #000 100%);
    opacity: .25;
    z-index: 1;
}

.hero-holder h1 {
  text-align: center;
  position: relative;
  z-index: 2;
  font-size: 48px;
  margin: 150px 0 0 0;
}

.hero-holder h1 .sectionlink {
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}

.content-holder {
  padding: 30px 0;
}

.content-holder h2 {
  color: #002856;
}

.services-btns {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}

.services-btns br {
  display: none;
}

.services-btns a {
  color: #b2292e;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  display:block;
  background-color: transparent;
  padding: 20px;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  border: 2px solid #b2292e;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.services-btns a:hover {
  background: #b2292e;
  color: #fff;
}

.buffer .vidtext {
  max-width: 800px;
  width: auto;
  font-size: 14px;
}

.buffer #media-player,
.buffer .vidlinkbox,
.buffer .ytdescription {
  max-width: 800px;
  float: none;
}

.buffer .vidlinkbox:after {
  content: "";
  display: block;
  clear: both;
}

.district {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    text-align: center;
}

.district .col {
    width: calc(33% - 15px);
    box-sizing: border-box;
    flex: 0 0 auto;
}

@media (min-width: 480px) {
  .help-slider .slide-holder:after {
    padding-bottom: 60%;
  }
}

@media (min-width: 520px) {

  .footer-holder .other-office,
  .footer-holder .main-office {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-holder .other-office .address-holder,
  .footer-holder .main-office .address-holder {
    width: 50%;
  }
}

@media (min-width: 640px) {
  .footer-holder .nav-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-holder .social-list {
    margin-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 28%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .footer-nav-list {
    margin: 0;
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }
}

@media (min-width: 768px) {
  .nav-active #header.fixed-position {
    left: -497px !important;
  }

  .header.fixed-position .logo-holder {
    width: 80px;
    margin-left: 0;
  }

  .header.fixed-position .logo {
    padding: 0;
  }

  .header .logo-holder {
    width: 250px;
    max-height: 47px;
    margin-left: -30px;
  }

  .header .logo {
    background-color: #002856;
    padding: 37px 30px 41px;
  }

  .header .social-list {
    font-size: 29px;
    margin: 0 -16px;
  }

  .header .social-list li {
    padding: 0 16px;
  }

  .search-form {
    margin: 0 0 45px;
  }

  .search-form input[type=search],
  .search-form input[type=text] {
    height: 67px;
    padding-left: 28px;
  }

  .search-form button[type=submit] {
    height: 67px;
  }

  .main-nav {
    font-size: 40px;
    margin: 0 0 91px;
  }

  .main-nav>li {
    margin: 0 0 29px;
  }

  .main-nav .drop {
    padding: 27px 0 13px 23px;
  }

  .subnav {
    font-size: 22px;
  }

  .subnav li {
    margin: 0 0 17px;
  }

  .subnav li:last-child {
    margin-bottom: 0;
  }

  .container {
    padding: 0 60px;
  }

  h1,
  .h1 {
    font-size: 50px;
  }

  h2,
  .h2 {
    font-size: 38px;
  }

  h3,
  .h3 {
    font-size: 30px;
  }

  h4,
  .h4 {
    font-size: 25px;
  }

  .photo-grid .grid-item {
    width: 33.333%;
    padding: 0 5px 10px;
  }

  .photo-grid .img-wrapper {
    width: 150px;
    height: 150px;
  }

  .footer {
    padding-top: 74px;
  }

  .footer .container {
    padding: 0 50px;
  }

  .footer-holder .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-holder .col-footer {
    text-align: left;
    margin-bottom: 0;
  }

  .footer-holder .other-office,
  .footer-holder .main-office {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer-holder .other-office .address-holder,
  .footer-holder .main-office .address-holder {
    width: 43%;
  }

  .footer-holder .address-holder {
    margin-bottom: 50px;
  }

  .footer-holder .anchor-holder .anchor-link {
    padding: 23px 30px;
  }

  .btn.btn-transparent-white,
  .btn.btn-transparent-black {
    font-size: 18px;
    padding: 29px 45px 29px 31px;
  }

  .btn.btn-transparent-white:after,
  .btn.btn-transparent-black:after {
    font-size: 22px;
    right: 26px;
  }

  .how-can-help-section h2 {
    font-size: 48px;
    margin-bottom: 42px;
  }

  .help-slider {
    margin: 0 -60px;
  }

  .help-slider .slick-arrow {
    width: 64px;
    height: 60px;
  }

  .help-slider .slick-arrow:before {
    font-size: 23px;
  }

  .help-slider .slide-holder:after {
    min-height: 424px;
    padding-bottom: 0;
  }

  .help-slider .slide-holder a {
    padding: 18px 35px 39px 44px;
  }

  .social-opener {
    font-size: 24px;
    padding: 42px 25px;
  }

  .social-slide {
    line-height: 1.33;
    font-size: 21px;
  }

  .social-slide .inner-slide {
    padding: 60px 25px;
  }

  .social-slide .inner-slide>h1,
  .social-slide .inner-slide .h1,
  .social-slide .inner-slide h2,
  .social-slide .inner-slide .h2,
  .social-slide .inner-slide h3,
  .social-slide .inner-slide .h3,
  .social-slide .inner-slide h4,
  .social-slide .inner-slide .h4,
  .social-slide .inner-slide h5,
  .social-slide .inner-slide .h5,
  .social-slide .inner-slide h6,
  .social-slide .inner-slide .h6 {
    margin-bottom: 46px;
  }

  .connect-form {
    margin-top: -157px;
  }

  .connect-form .heading {
    padding: 23px 37px 21px;
  }

  .connect-form h3 {
    font-size: 37px;
  }

  .connect-holder {
    background: #b2292e;
    width: 424px;
    margin-left: auto;
    margin-right: -60px;
  }

  .connect-holder .form-holder {
    padding: 24px 32px 8px 37px;
    margin: 0;
  }

  .connect-holder .link-holder {
    padding-bottom: 24px;
  }

  .connect-holder .img-holder {
    margin-left: -172px;
  }

  .connect-holder .img-holder img {
    width: auto;
  }

  .connect-info h2 {
    font-size: 48px;
  }

  .intro-section {
    font-size: 20px;
    line-height: 1.5;
  }

  .intro-section h1,
  .intro-section .h1 {
    line-height: 1.1;
    margin: 0 0 26px;
  }

  .intro-section p:last-of-type {
    margin-bottom: 36px;
  }

  .main-slideshow .item:after {
    min-height: 891px;
  }

  .main-slideshow .inner {
    padding: 194px 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .main-slideshow .inner:after {
    top: 100px;
  }

  .main-slideshow .content-holder {
    padding: 20px 0 0 79px;
    max-width: 591px;
  }

  .social-section {
    padding: 39px 0 46px;
  }

  .share-list {
    font-size: 18px;
  }

  .news-block {
    margin: 0 0 43px;
  }

  .news-block p {
    margin-bottom: 15px;
  }

  .vote-section {
    padding: 0 0 230px;
    margin-top: 49px;
    position: relative;
    overflow: hidden;
    z-index: 2;
  }

  .vote-table-block {
    padding: 58px 35px 0 65px;
    position: relative;
    z-index: 2;
  }

  .vote-table-block:before {
    content: '';
    display: block;
    background: #fff;
    height: 67px;
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: 0;
    z-index: -1;
  }

  .vote-table-block .btn-wrapper {
    text-align: right;
    margin-right: -35px;
  }

  .vote-table {
    padding: 3px 7px;
  }

  .vote-table th {
    font-size: 17px;
  }

  .vote-table tr td {
    font-size: 25px;
    padding: 19px 10px;
  }

  .vote-table .icon-cross {
    font-size: 30px;
  }

  .bg-image-holder {
    display: block;
    position: absolute;
    top: 2px;
    bottom: -2px;
    right: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
  }

  .mobile-image-holder {
    display: none;
    height: 0;
  }
}

@media (min-width: 1024px) {
  .nav-active #header.fixed-position {
    left: 0 !important;
  }

  .header {
    padding: 0;
  }

  .header .social-list {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
    font-size: 16px;
  }

  .header .social-list li {
    padding: 0 10px;
  }

  .nav-opener {
    display: none;
  }

  .main-nav-drop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);
  }

  .search-form {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin: 0 -3px 0 0;
    padding: 0 0 0 10px;
  }

  .search-form .search-drop {
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    position: absolute;
    background-color: #fff;
    top: 0;
    right: 0;
    width: 364px;
    opacity: 0;
    visibility: hidden;
  }

  .main-nav {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin: 0;
    font-size: 13px;
    font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }

  .main-nav>li {
    margin: 0;
  }

  .main-nav>li>a {
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    display: block;
    padding: 27px 10px;
  }

  .main-nav>li>a:hover {
    color: #fff;
    background-color: #b2292e;
  }

  .main-nav .drop {
    position: absolute;
    left: 0;
    width: 300px;
    top: 100%;
    background-color: #fff;
    padding: 0;
    opacity: 0;
  }

  .main-nav .has-drop-down.drop-active .drop {
    opacity: 1;
  }

  .main-nav .has-drop-down.hover-js>a {
    background-color: #b2292e;
  }

  .main-nav .has-drop-down.hover-js .drop {
    opacity: 1;
    visibility: visible;
  }

  .subnav {
    font-size: 16px;
    text-transform: none;
    color: #4b4b4b;
  }

  .subnav li {
    margin: 0;
  }

  .subnav li.hover-1 a {
    background-color: #e1e1e1;
    text-decoration: none;
  }

  .subnav a {
    -webkit-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    display: block;
    padding: 14px 20px;
  }

  .subnav a:hover {
    background-color: #e1e1e1;
    text-decoration: none;
  }

  h1,
  .h1 {
    font-size: 48px;
  }

  .hero-holder h1 {
    font-size: 55px;
  }

  h2,
  .h2 {
    font-size: 40px;
  }

  h3,
  .h3 {
    font-size: 36px;
  }

  .photo-grid .img-wrapper {
    width: 200px;
    height: 200px;
  }

  .footer .container-lg {
    max-width: 1400px;
    padding: 0 20px;
  }

  .footer-holder .address-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .footer-holder .other-office {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1 auto;
    -ms-flex: 1 auto;
    flex: 1 auto;
  }

  .footer-holder .main-office {
    display: block;
    width: 38%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .footer-holder .main-office .address-holder {
    width: 100%;
  }

  .footer-holder .map-holder {
    width: 250px;
  }

  .help-slider {
    margin: 0;
  }

  .social-tabset {
    display: block;
  }

  .social-slide {
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }

  .social-slide.social-active {
    opacity: 1;
    visibility: visible;
  }

  .social-accordion .social-opener {
    display: none;
  }

  .social-opener {
    -moz-text-align-last: right;
    text-align-last: right;
    padding: 42px 40px;
    position: relative;
  }

  .social-opener:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 0;
    background: #C8C8C8;
  }

  .social-opener:hover,
  .social-opener.social-active {
    padding: 42px 5px 42px 40px;
  }

  .social-opener:hover:after,
  .social-opener.social-active:after {
    width: 35px;
  }

  .social-slide .inner-slide {
    padding: 0;
  }

  .social-slide .inner-slide .btn-wrapper {
    -moz-text-align-last: left;
    text-align-last: left;
  }

  .social-slide .inner-slide .btn-wrapper .btn {
    width: auto;
  }

  .meet-us-section .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .connect-form {
    margin-top: -221px;
  }

  .connect-holder {
    margin: 0 0 0 50px;
  }

  .connect-holder .form-holder {
    margin-bottom: 25px;
  }

  .connect-holder .link-holder {
    padding-bottom: 33px;
  }

  .connect-holder .img-holder {
    margin-left: -106px;
  }

  .connect-info {
    width: -webkit-calc(100% - 530px - 30px);
    width: calc(100% - 530px - 30px);
    padding: 97px 0 0;
  }

  .intro-section h1,
  .intro-section .h1 {
    font-size: 50px;
  }

  .intro-section p:last-of-type {
    margin-bottom: 48px;
  }

  .main-slideshow .slick-arrow {
    width: 85px;
    height: 85px;
    font-size: 25px;
  }

  .main-slideshow .inner {
    padding: 172px 0;
  }

  .main-slideshow .inner:after {
    top: 200px;
  }

  .main-slideshow .content-holder {
    padding: 0 0 0 79px;
    max-width: 1180px;
    bottom: 60px;
  }

  .social-section {
    padding: 67px 0 33px;
  }

  .social-section .section-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -59px;
  }

  .social-section .section-row .col {
    padding: 0 59px;
    width: 42%;
  }

  .social-section .section-row .col.lg {
    width: 58%;
  }

  .news-holder {
    padding: 0;
  }

  .social-news-list>li {
    margin-bottom: 40px;
  }

  .social-news-list .social-box a:hover {
    color: #002856;
  }

  .social-news-list .social-box p {
    margin-bottom: 10px;
  }

  .share-list a:hover {
    color: #b2292e;
  }

  .news-block {
    padding: 0 15px 0 0;
  }

  .news-block a:hover {
    color: #b2292e;
  }

  .photo-grid a:hover {
    opacity: .7;
  }

  .vote-section {
    padding: 0 0 143px;
    margin-top: 35px;
  }

  .vote-section .container {
    padding: 0 10px;
  }

  .vote-table-block {
    max-width: 776px;
    margin: 0;
  }

  .vote-table-block:before {
    height: 45px;
  }
}

@media (min-width: 1280px) {
  .main-nav-drop {
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
  }

  .search-form {
    padding: 0 0 0 43px;
  }

  .main-nav>li>a {
    padding: 27px 17px;
  }

  body {
    font-size: 20px;
    line-height: 1.5;
  }

  body.int {
    font-size: 18px;
  }

  .container {
    padding: 0 15px;
  }

  .footer {
    padding-top: 59px;
  }

  .footer .container {
    padding: 0 15px;
  }

  .footer-holder .main-office {
    width: 50%;
  }

  .footer-holder .address-holder {
    margin-bottom: 40px;
  }

  .footer-holder .social-list {
    width: 15%;
  }
}

@media (min-width: 1366px) {
  .main-nav-drop {
    padding-left: 10.2%;
  }
}

@media (min-width: 1440px) {
  .main-slideshow .content-holder {
    padding: 40px 0 0;
    max-width: 1180px;
  }
}

@media (max-width: 1023px) {

  .services-btns {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
  }

  .main-nav-drop {
    -webkit-transition: right 0.3s ease-in-out;
    -o-transition: right 0.3s ease-in-out;
    transition: right 0.3s ease-in-out;
    top: 0;
    height: 100vh;
    height: -webkit-calc(var(--vh, 1vh) * 100);
    height: calc(var(--vh, 1vh) * 100);
    width: 497px;
    padding: 41px 42px 41px 63px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #002856;
    right: -497px;
    position: fixed;
  }

  .nav-active .main-nav-drop {
    right: 0;
  }

  .search-form .search-opener {
    display: none;
  }

  body.nav-active .wrapper {
    left: -497px;
  }

  .d-mobile-none {
    display: none;
  }
}

@media (max-width: 767px) {

  .district .col {
    width: 100%;
    margin: 0 0 20px;
  }

  .district .col img {
    max-width: 250px;
  }

  .main-nav-drop {
    padding: 38px 18px;
    width: 240px;
    right: -240px;
  }

  body.nav-active .wrapper {
    left: -240px;
  }

  .footer-holder .col-footer .address-holder:last-child {
    margin-bottom: 0;
  }

  .intro-section h1,
  .intro-section .h1 {
    font-size: 29px;
  }

  .main-slideshow .container {
    padding: 0 20px;
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: -webkit-calc(100% - 10px);
    max-width: calc(100% - 10px);
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .header .logo-holder {
    width: 170px;
  }
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}